++ 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: =================== Thu Jun 5 02:02:51 UTC 2025 ===================' INFO: =================== Thu Jun 5 02:02:51 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.254 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.254 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.254 ++ ANALYTICSDB_NODES=10.0.0.254 ++ ANALYTICS_SNMP_NODES=10.0.0.254 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ '[' -n '10.0.0.254:8081 ' ']' +++ echo 10.0.0.254:8081 ++ ANALYTICS_SERVERS=10.0.0.254:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ '[' -n '10.0.0.254:9042 ' ']' +++ echo 10.0.0.254:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.254:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.254 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ '[' -n '10.0.0.254:8086 ' ']' +++ echo 10.0.0.254:8086 ++ COLLECTOR_SERVERS=10.0.0.254:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.254 ++ CONFIGDB_NODES=10.0.0.254 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ '[' -n '10.0.0.254:8082 ' ']' +++ echo 10.0.0.254:8082 ++ CONFIG_SERVERS=10.0.0.254:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ '[' -n '10.0.0.254:9161 ' ']' +++ echo 10.0.0.254:9161 ++ CONFIGDB_SERVERS=10.0.0.254:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ '[' -n '10.0.0.254:9041 ' ']' +++ echo 10.0.0.254:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.254:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129 ++ 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_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ 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 +++ local servers=10.0.0.254 +++ cut -d ' ' -f 1 +++ 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.129,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.129,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 ++ sed 's/^API__//g' ++ cut -d = -f 1 + 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/05/2025 02:03:00.222 7fdd015df348 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/05/2025 02:03:00.364 7fdd015df348 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/05/2025 02:03:00.377 7fdd015df348 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/05/2025 02:03:00.377 7fdd015df348 [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-05 02:03:08] "GET / HTTP/1.1" 503 181 0.000256 10.0.0.254 - - [2025-06-05 02:03:08] "GET / HTTP/1.1" 503 181 0.000145 10.0.0.254 - - [2025-06-05 02:03:09] "GET / HTTP/1.1" 200 45871 0.002126 10.0.0.254 - - [2025-06-05 02:03:09] "GET / HTTP/1.1" 200 45871 0.001130 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-05 02:03:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000556 10.0.0.254 - - [2025-06-05 02:03:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000296 10.0.0.254 - - [2025-06-05 02:03:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.632128 10.0.0.254 - - [2025-06-05 02:03:10] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002571 10.0.0.254 - - [2025-06-05 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.371073 10.0.0.254 - - [2025-06-05 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 /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-05 02:03:11] "GET / HTTP/1.1" 200 36215 0.001677 10.0.0.254 - - [2025-06-05 02:03:12] "GET / HTTP/1.1" 200 36215 0.001449 10.0.0.254 - - [2025-06-05 02:03:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.254 - - [2025-06-05 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.026671 10.0.0.254 - - [2025-06-05 02:03:12] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011794 10.0.0.254 - - [2025-06-05 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.004842 10.0.0.254 - - [2025-06-05 02:03:12] "POST /config-nodes HTTP/1.1" 200 601 0.025742 10.0.0.254 - - [2025-06-05 02:03:13] "GET / HTTP/1.1" 200 36215 0.001766 10.0.0.254 - - [2025-06-05 02:03:13] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-06-05 02:03:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-06-05 02:03:13] "GET / HTTP/1.1" 200 36215 0.001674 10.0.0.254 - - [2025-06-05 02:03:13] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.322116 10.0.0.254 - - [2025-06-05 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.043002 10.0.0.254 - - [2025-06-05 02:03:13] "GET /network-ipam/653e7f72-c847-45e1-9d5d-1715ad0978c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004878 10.0.0.254 - - [2025-06-05 02:03:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.254 - - [2025-06-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.022060 10.0.0.254 - - [2025-06-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.254 - - [2025-06-05 02:03:14] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007383 10.0.0.254 - - [2025-06-05 02:03:14] "POST /service-appliance-sets HTTP/1.1" 200 555 0.020766 10.0.0.254 - - [2025-06-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.002922 10.0.0.254 - - [2025-06-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.002962 10.0.0.254 - - [2025-06-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.254 - - [2025-06-05 02:03:14] "POST /access-control-lists HTTP/1.1" 200 589 0.019071 10.0.0.254 - - [2025-06-05 02:03:14] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006902 10.0.0.254 - - [2025-06-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 224 0.002938 10.0.0.254 - - [2025-06-05 02:03:14] "POST /service-appliance-sets HTTP/1.1" 200 543 0.024548 10.0.0.254 - - [2025-06-05 02:03:14] "POST /access-control-lists HTTP/1.1" 200 587 0.025723 10.0.0.254 - - [2025-06-05 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.254 - - [2025-06-05 02:03:14] "POST /route-targets HTTP/1.1" 200 328 0.015254 10.0.0.254 - - [2025-06-05 02:03:14] "GET /network-ipam/653e7f72-c847-45e1-9d5d-1715ad0978c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003383 10.0.0.254 - - [2025-06-05 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.012781 10.0.0.254 - - [2025-06-05 02:03:14] "POST /route-targets HTTP/1.1" 200 328 0.014762 10.0.0.254 - - [2025-06-05 02:03:14] "POST /service-templates HTTP/1.1" 200 513 0.019469 10.0.0.254 - - [2025-06-05 02:03:14] "POST /service-templates HTTP/1.1" 200 503 0.041595 10.0.0.254 - - [2025-06-05 02:03:14] "POST /ref-update HTTP/1.1" 200 156 0.025437 10.0.0.254 - - [2025-06-05 02:03:14] "GET / HTTP/1.1" 200 36215 0.001584 10.0.0.254 - - [2025-06-05 02:03:15] "POST /route-targets HTTP/1.1" 200 328 0.017768 10.0.0.254 - - [2025-06-05 02:03:15] "POST /service-templates HTTP/1.1" 200 517 0.048382 10.0.0.254 - - [2025-06-05 02:03:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.254 - - [2025-06-05 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.013079 10.0.0.254 - - [2025-06-05 02:03:15] "POST /service-templates HTTP/1.1" 200 537 0.016969 10.0.0.254 - - [2025-06-05 02:03:15] "POST /route-targets HTTP/1.1" 200 328 0.011053 10.0.0.254 - - [2025-06-05 02:03:15] "POST /service-templates HTTP/1.1" 200 509 0.017473 10.0.0.254 - - [2025-06-05 02:03:15] "POST /ref-update HTTP/1.1" 200 156 0.012368 10.0.0.254 - - [2025-06-05 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.002761 10.0.0.254 - - [2025-06-05 02:03:15] "POST /access-control-lists HTTP/1.1" 200 553 0.065644 10.0.0.254 - - [2025-06-05 02:03:15] "PUT /access-control-list/a8fe2766-f339-43cb-a972-73232cecda12 HTTP/1.1" 200 273 0.011523 10.0.0.254 - - [2025-06-05 02:03:15] "PUT /access-control-list/959fa6d2-f861-4a03-a655-ae2824bdda9e HTTP/1.1" 200 273 0.010139 10.0.0.254 - - [2025-06-05 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.319906 10.0.0.254 - - [2025-06-05 02:03:15] "POST /job-templates HTTP/1.1" 200 557 0.074981 10.0.0.254 - - [2025-06-05 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.002928 10.0.0.254 - - [2025-06-05 02:03:15] "POST /job-templates HTTP/1.1" 200 565 0.060797 10.0.0.254 - - [2025-06-05 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.003247 10.0.0.254 - - [2025-06-05 02:03:16] "POST /job-templates HTTP/1.1" 200 547 0.061560 10.0.0.254 - - [2025-06-05 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002986 10.0.0.254 - - [2025-06-05 02:03:16] "POST /job-templates HTTP/1.1" 200 579 0.062901 10.0.0.254 - - [2025-06-05 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 208 0.002822 10.0.0.254 - - [2025-06-05 02:03:16] "POST /job-templates HTTP/1.1" 200 581 0.062218 10.0.0.254 - - [2025-06-05 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.003047 10.0.0.254 - - [2025-06-05 02:03:16] "POST /job-templates HTTP/1.1" 200 585 0.065595 10.0.0.254 - - [2025-06-05 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003025 10.0.0.254 - - [2025-06-05 02:03:16] "POST /job-templates HTTP/1.1" 200 561 0.060385 10.0.0.254 - - [2025-06-05 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.002893 10.0.0.254 - - [2025-06-05 02:03:16] "POST /job-templates HTTP/1.1" 200 571 0.066803 10.0.0.254 - - [2025-06-05 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003032 10.0.0.254 - - [2025-06-05 02:03:17] "POST /job-templates HTTP/1.1" 200 557 0.067567 10.0.0.254 - - [2025-06-05 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.004739 10.0.0.254 - - [2025-06-05 02:03:17] "POST /job-templates HTTP/1.1" 200 557 0.064916 10.0.0.254 - - [2025-06-05 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.002967 10.0.0.254 - - [2025-06-05 02:03:17] "POST /job-templates HTTP/1.1" 200 557 0.060963 10.0.0.254 - - [2025-06-05 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.003155 10.0.0.254 - - [2025-06-05 02:03:17] "POST /job-templates HTTP/1.1" 200 537 0.077288 10.0.0.254 - - [2025-06-05 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003038 10.0.0.254 - - [2025-06-05 02:03:17] "POST /job-templates HTTP/1.1" 200 561 0.065006 10.0.0.254 - - [2025-06-05 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003203 10.0.0.254 - - [2025-06-05 02:03:17] "POST /job-templates HTTP/1.1" 200 561 0.060717 10.0.0.254 - - [2025-06-05 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003061 10.0.0.254 - - [2025-06-05 02:03:18] "POST /job-templates HTTP/1.1" 200 561 0.086298 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.003071 10.0.0.254 - - [2025-06-05 02:03:18] "POST /job-templates HTTP/1.1" 200 567 0.067518 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.003304 10.0.0.254 - - [2025-06-05 02:03:18] "POST /job-templates HTTP/1.1" 200 559 0.062281 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.003069 10.0.0.254 - - [2025-06-05 02:03:18] "POST /job-templates HTTP/1.1" 200 557 0.061790 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.003564 10.0.0.254 - - [2025-06-05 02:03:18] "GET / HTTP/1.1" 200 36215 0.001624 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000396 10.0.0.254 - - [2025-06-05 02:03:18] "POST /job-templates HTTP/1.1" 200 575 0.206238 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.002852 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.254 - - [2025-06-05 02:03:18] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.035840 10.0.0.254 - - [2025-06-05 02:03:18] "POST /job-templates HTTP/1.1" 200 553 0.070300 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.254 - - [2025-06-05 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 208 0.004633 10.0.0.254 - - [2025-06-05 02:03:19] "PUT /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf HTTP/1.1" 200 277 0.015107 10.0.0.254 - - [2025-06-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.024622 10.0.0.254 - - [2025-06-05 02:03:19] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.026900 10.0.0.254 - - [2025-06-05 02:03:19] "POST /job-templates HTTP/1.1" 200 581 0.072490 10.0.0.254 - - [2025-06-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.003114 10.0.0.254 - - [2025-06-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.003283 10.0.0.254 - - [2025-06-05 02:03:19] "POST /config-database-nodes HTTP/1.1" 200 619 0.139479 10.0.0.254 - - [2025-06-05 02:03:19] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.254 - - [2025-06-05 02:03:19] "POST /alarms HTTP/1.1" 401 293 0.000425 10.0.0.254 - - [2025-06-05 02:03:19] "POST /job-templates HTTP/1.1" 200 557 0.206868 10.0.0.254 - - [2025-06-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.003079 10.0.0.254 - - [2025-06-05 02:03:19] "POST /job-templates HTTP/1.1" 200 561 0.124162 10.0.0.254 - - [2025-06-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003400 10.0.0.254 - - [2025-06-05 02:03:19] "POST /job-templates HTTP/1.1" 200 577 0.078380 10.0.0.254 - - [2025-06-05 02:03:19] "POST /alarms HTTP/1.1" 200 583 0.092343 10.0.0.254 - - [2025-06-05 02:03:19] "POST /alarms HTTP/1.1" 200 577 0.024794 10.0.0.254 - - [2025-06-05 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.002748 10.0.0.254 - - [2025-06-05 02:03:19] "POST /alarms HTTP/1.1" 200 577 0.025135 10.0.0.254 - - [2025-06-05 02:03:19] "POST /job-templates HTTP/1.1" 200 559 0.067493 10.0.0.254 - - [2025-06-05 02:03:19] "POST /alarms HTTP/1.1" 200 561 0.025656 10.0.0.254 - - [2025-06-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003648 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 557 0.047507 10.0.0.254 - - [2025-06-05 02:03:20] "POST /job-templates HTTP/1.1" 200 561 0.074474 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 559 0.036127 10.0.0.254 - - [2025-06-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.003283 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 567 0.024466 10.0.0.254 - - [2025-06-05 02:03:20] "POST /job-templates HTTP/1.1" 200 557 0.065205 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 551 0.044843 10.0.0.254 - - [2025-06-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.003282 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 559 0.057572 10.0.0.254 - - [2025-06-05 02:03:20] "POST /job-templates HTTP/1.1" 200 555 0.028439 10.0.0.254 - - [2025-06-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.006884 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 569 0.025744 10.0.0.254 - - [2025-06-05 02:03:20] "POST /job-templates HTTP/1.1" 200 555 0.061073 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 557 0.053553 10.0.0.254 - - [2025-06-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.002811 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 569 0.018618 10.0.0.254 - - [2025-06-05 02:03:20] "POST /job-templates HTTP/1.1" 200 555 0.063285 10.0.0.254 - - [2025-06-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.003815 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 577 0.091774 10.0.0.254 - - [2025-06-05 02:03:20] "POST /job-templates HTTP/1.1" 200 565 0.067973 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 571 0.063616 10.0.0.254 - - [2025-06-05 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.002267 10.0.0.254 - - [2025-06-05 02:03:20] "POST /alarms HTTP/1.1" 200 563 0.016656 10.0.0.254 - - [2025-06-05 02:03:21] "POST /job-templates HTTP/1.1" 200 567 0.062713 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 563 0.059406 10.0.0.254 - - [2025-06-05 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.004305 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 563 0.041232 10.0.0.254 - - [2025-06-05 02:03:21] "POST /config-propertiess HTTP/1.1" 200 553 0.017339 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 549 0.015501 10.0.0.254 - - [2025-06-05 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 168 0.005080 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 597 0.019884 10.0.0.254 - - [2025-06-05 02:03:21] "POST /tags HTTP/1.1" 200 322 0.048168 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 577 0.017077 10.0.0.254 - - [2025-06-05 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.002879 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 573 0.022650 10.0.0.254 - - [2025-06-05 02:03:21] "POST /tags HTTP/1.1" 200 318 0.024403 10.0.0.254 - - [2025-06-05 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 174 0.006029 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 585 0.031636 10.0.0.254 - - [2025-06-05 02:03:21] "POST /alarms HTTP/1.1" 200 611 0.029679 10.0.0.254 - - [2025-06-05 02:03:21] "POST /tags HTTP/1.1" 200 334 0.037686 10.0.0.254 - - [2025-06-05 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 162 0.005565 10.0.0.254 - - [2025-06-05 02:03:21] "POST /tags HTTP/1.1" 200 310 0.034047 10.0.0.254 - - [2025-06-05 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 174 0.003305 10.0.0.254 - - [2025-06-05 02:03:21] "POST /tags HTTP/1.1" 200 334 0.025906 10.0.0.254 - - [2025-06-05 02:03:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.002959 10.0.0.254 - - [2025-06-05 02:03:21] "GET / HTTP/1.1" 200 36215 0.001562 10.0.0.254 - - [2025-06-05 02:03:21] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000398 10.0.0.254 - - [2025-06-05 02:03:21] "POST /tags HTTP/1.1" 200 314 0.027397 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 169 0.003021 10.0.0.254 - - [2025-06-05 02:03:22] "POST /tags HTTP/1.1" 200 324 0.040634 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.254 - - [2025-06-05 02:03:22] "PUT /global-system-config/33023d67-f041-45eb-887c-641eaa33d883 HTTP/1.1" 200 275 0.009900 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 166 0.002882 10.0.0.254 - - [2025-06-05 02:03:22] "POST /hardwares HTTP/1.1" 200 328 0.011347 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 166 0.002821 10.0.0.254 - - [2025-06-05 02:03:22] "POST /hardwares HTTP/1.1" 200 328 0.012926 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 166 0.003480 10.0.0.254 - - [2025-06-05 02:03:22] "POST /hardwares HTTP/1.1" 200 328 0.010519 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 166 0.002750 10.0.0.254 - - [2025-06-05 02:03:22] "POST /hardwares HTTP/1.1" 200 328 0.010850 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.003309 10.0.0.254 - - [2025-06-05 02:03:22] "POST /hardwares HTTP/1.1" 200 324 0.013165 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.002838 10.0.0.254 - - [2025-06-05 02:03:22] "POST /hardwares HTTP/1.1" 200 324 0.010732 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 161 0.003014 10.0.0.254 - - [2025-06-05 02:03:22] "POST /hardwares HTTP/1.1" 200 318 0.019639 10.0.0.254 - - [2025-06-05 02:03:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.003555 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 324 0.010534 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.003120 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 324 0.011278 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.002710 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 324 0.010451 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 165 0.002928 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 326 0.011618 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 165 0.002849 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 326 0.010857 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 165 0.002839 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 326 0.011480 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 165 0.002861 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 326 0.010934 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.003083 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 324 0.012045 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.003010 10.0.0.254 - - [2025-06-05 02:03:23] "POST /hardwares HTTP/1.1" 200 318 0.012177 10.0.0.254 - - [2025-06-05 02:03:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.156991 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.254 - - [2025-06-05 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.002702 10.0.0.254 - - [2025-06-05 02:03:23] "PUT /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf HTTP/1.1" 200 277 0.008436 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 324 0.010528 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 161 0.002825 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 318 0.011040 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 164 0.002753 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 324 0.010432 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.002879 10.0.0.254 - - [2025-06-05 02:03:24] "GET / HTTP/1.1" 200 36215 0.001535 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000396 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 320 0.010662 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.002742 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 320 0.025002 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 165 0.003810 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 326 0.011109 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 161 0.002870 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 318 0.010835 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 161 0.003483 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 318 0.011035 10.0.0.254 - - [2025-06-05 02:03:24] "GET /global-system-configs HTTP/1.1" 200 323 0.582123 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.002953 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 320 0.010851 10.0.0.254 - - [2025-06-05 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.002891 10.0.0.254 - - [2025-06-05 02:03:24] "POST /hardwares HTTP/1.1" 200 320 0.011575 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 162 0.003975 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 320 0.016980 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 158 0.005032 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 312 0.012295 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 158 0.003286 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 312 0.010277 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 160 0.002918 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 316 0.010320 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 154 0.002839 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 304 0.010487 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 158 0.002883 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 312 0.014224 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.586169 10.0.0.254 - - [2025-06-05 02:03:25] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003755 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.004478 10.0.0.254 - - [2025-06-05 02:03:25] "GET /global-system-configs HTTP/1.1" 200 323 0.318523 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 306 0.011035 10.0.0.254 - - [2025-06-05 02:03:25] "PUT /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf HTTP/1.1" 200 277 0.008337 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.002424 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 306 0.011432 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.002797 10.0.0.254 - - [2025-06-05 02:03:25] "POST /hardwares HTTP/1.1" 200 306 0.010260 10.0.0.254 - - [2025-06-05 02:03:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.002817 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 306 0.010900 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 156 0.004071 10.0.0.254 - - [2025-06-05 02:03:26] "GET / HTTP/1.1" 200 36215 0.001410 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 308 0.010864 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 156 0.003154 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 308 0.010055 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 156 0.003048 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 308 0.010307 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.002760 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 310 0.010668 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.023109 10.0.0.254 - - [2025-06-05 02:03:26] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005684 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 158 0.003404 10.0.0.254 - - [2025-06-05 02:03:26] "PUT /global-system-config/33023d67-f041-45eb-887c-641eaa33d883 HTTP/1.1" 200 275 0.018265 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 312 0.011286 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 158 0.002716 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 312 0.013659 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 153 0.003648 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 302 0.012441 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.003760 10.0.0.254 - - [2025-06-05 02:03:26] "POST /hardwares HTTP/1.1" 200 310 0.027527 10.0.0.254 - - [2025-06-05 02:03:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.003331 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 310 0.010900 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.002876 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 310 0.010279 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.002770 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 310 0.011448 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.003153 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 310 0.010463 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.002898 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 318 0.010158 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.002747 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 310 0.011168 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.002747 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 310 0.010007 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 154 0.003068 10.0.0.254 - - [2025-06-05 02:03:27] "POST /hardwares HTTP/1.1" 200 304 0.010460 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.002830 10.0.0.254 - - [2025-06-05 02:03:27] "POST /features HTTP/1.1" 200 535 0.016151 10.0.0.254 - - [2025-06-05 02:03:27] "POST /fqname-to-id HTTP/1.1" 404 185 0.002589 10.0.0.254 - - [2025-06-05 02:03:27] "POST /features HTTP/1.1" 200 525 0.015915 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.002918 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 523 0.016944 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.002689 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 523 0.019825 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.002903 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 533 0.020947 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003688 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 523 0.018921 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.004001 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 541 0.020814 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.003275 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 527 0.018942 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.004036 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 521 0.016132 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 182 0.003261 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 519 0.016771 10.0.0.254 - - [2025-06-05 02:03:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.003702 10.0.0.254 - - [2025-06-05 02:03:28] "POST /features HTTP/1.1" 200 535 0.020432 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.002933 10.0.0.254 - - [2025-06-05 02:03:29] "POST /features HTTP/1.1" 200 543 0.015965 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 178 0.002681 10.0.0.254 - - [2025-06-05 02:03:29] "POST /physical-roles HTTP/1.1" 200 523 0.017581 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 179 0.003073 10.0.0.254 - - [2025-06-05 02:03:29] "POST /physical-roles HTTP/1.1" 200 525 0.019272 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.002863 10.0.0.254 - - [2025-06-05 02:03:29] "POST /physical-roles HTTP/1.1" 200 535 0.016076 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 177 0.003339 10.0.0.254 - - [2025-06-05 02:03:29] "POST /physical-roles HTTP/1.1" 200 521 0.015641 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.002862 10.0.0.254 - - [2025-06-05 02:03:29] "POST /overlay-roles HTTP/1.1" 200 547 0.015867 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.002835 10.0.0.254 - - [2025-06-05 02:03:29] "POST /overlay-roles HTTP/1.1" 200 533 0.017118 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.002885 10.0.0.254 - - [2025-06-05 02:03:29] "POST /overlay-roles HTTP/1.1" 200 547 0.016469 10.0.0.254 - - [2025-06-05 02:03:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.003055 10.0.0.254 - - [2025-06-05 02:03:29] "POST /overlay-roles HTTP/1.1" 200 535 0.017728 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.002984 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 543 0.018487 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.254 - - [2025-06-05 02:03:30] "PUT /overlay-role/f39cf4a2-dab3-49dd-b778-fe3f8eb4d830 HTTP/1.1" 200 259 0.011423 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.002838 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 533 0.028859 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 185 0.003836 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 535 0.016930 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.003164 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 531 0.017457 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 187 0.003451 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 539 0.017207 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.002781 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 543 0.017768 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 178 0.003148 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 521 0.016487 10.0.0.254 - - [2025-06-05 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.002984 10.0.0.254 - - [2025-06-05 02:03:30] "POST /overlay-roles HTTP/1.1" 200 545 0.016234 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.003598 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 535 0.019166 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003350 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 549 0.016221 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.002835 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 551 0.015572 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.003267 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 553 0.015985 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.002730 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 565 0.015365 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003357 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 549 0.019234 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.002879 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 551 0.015545 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.002730 10.0.0.254 - - [2025-06-05 02:03:31] "POST /role-definitions HTTP/1.1" 200 553 0.026163 10.0.0.254 - - [2025-06-05 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.002796 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 551 0.019291 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.002841 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 563 0.016346 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.002662 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 549 0.015866 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 190 0.002725 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 551 0.018460 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.003941 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 547 0.016558 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.002925 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 549 0.019218 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.003391 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 555 0.035581 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.002856 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 557 0.015468 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 182 0.003366 10.0.0.254 - - [2025-06-05 02:03:32] "POST /role-definitions HTTP/1.1" 200 535 0.018835 10.0.0.254 - - [2025-06-05 02:03:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.002791 10.0.0.254 - - [2025-06-05 02:03:33] "POST /role-definitions HTTP/1.1" 200 545 0.030104 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 181 0.002928 10.0.0.254 - - [2025-06-05 02:03:33] "POST /role-definitions HTTP/1.1" 200 533 0.018356 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.002887 10.0.0.254 - - [2025-06-05 02:03:33] "POST /role-definitions HTTP/1.1" 200 539 0.040859 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003091 10.0.0.254 - - [2025-06-05 02:03:33] "POST /role-definitions HTTP/1.1" 200 549 0.016377 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.004012 10.0.0.254 - - [2025-06-05 02:03:33] "POST /role-definitions HTTP/1.1" 200 559 0.020598 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003143 10.0.0.254 - - [2025-06-05 02:03:33] "POST /role-definitions HTTP/1.1" 200 563 0.015468 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.002832 10.0.0.254 - - [2025-06-05 02:03:33] "POST /role-definitions HTTP/1.1" 200 561 0.034643 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.002882 10.0.0.254 - - [2025-06-05 02:03:33] "POST /feature-configs HTTP/1.1" 200 539 0.019761 10.0.0.254 - - [2025-06-05 02:03:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.002797 10.0.0.254 - - [2025-06-05 02:03:33] "POST /feature-configs HTTP/1.1" 200 564 0.016281 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.002847 10.0.0.254 - - [2025-06-05 02:03:34] "POST /feature-configs HTTP/1.1" 200 563 0.018068 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.002851 10.0.0.254 - - [2025-06-05 02:03:34] "POST /node-profiles HTTP/1.1" 200 549 0.024831 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 187 0.003914 10.0.0.254 - - [2025-06-05 02:03:34] "POST /node-profiles HTTP/1.1" 200 539 0.016127 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.002775 10.0.0.254 - - [2025-06-05 02:03:34] "POST /node-profiles HTTP/1.1" 200 551 0.017334 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.002909 10.0.0.254 - - [2025-06-05 02:03:34] "POST /node-profiles HTTP/1.1" 200 543 0.017258 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.002644 10.0.0.254 - - [2025-06-05 02:03:34] "POST /node-profiles HTTP/1.1" 200 543 0.021515 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.003619 10.0.0.254 - - [2025-06-05 02:03:34] "POST /node-profiles HTTP/1.1" 200 541 0.027358 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.003842 10.0.0.254 - - [2025-06-05 02:03:34] "POST /node-profiles HTTP/1.1" 200 533 0.020224 10.0.0.254 - - [2025-06-05 02:03:34] "POST /fqname-to-id HTTP/1.1" 404 185 0.003069 10.0.0.254 - - [2025-06-05 02:03:35] "POST /node-profiles HTTP/1.1" 200 535 0.015789 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.003527 10.0.0.254 - - [2025-06-05 02:03:35] "POST /node-profiles HTTP/1.1" 200 559 0.026165 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003377 10.0.0.254 - - [2025-06-05 02:03:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017349 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003695 10.0.0.254 - - [2025-06-05 02:03:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019779 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002688 10.0.0.254 - - [2025-06-05 02:03:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015283 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002934 10.0.0.254 - - [2025-06-05 02:03:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015316 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002795 10.0.0.254 - - [2025-06-05 02:03:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015963 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002733 10.0.0.254 - - [2025-06-05 02:03:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015729 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.003701 10.0.0.254 - - [2025-06-05 02:03:35] "POST /sflow-profiles HTTP/1.1" 200 534 0.017902 10.0.0.254 - - [2025-06-05 02:03:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.002689 10.0.0.254 - - [2025-06-05 02:03:36] "POST /sflow-profiles HTTP/1.1" 200 540 0.018748 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.002611 10.0.0.254 - - [2025-06-05 02:03:36] "POST /sflow-profiles HTTP/1.1" 200 540 0.015169 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.002673 10.0.0.254 - - [2025-06-05 02:03:36] "POST /grpc-profiles HTTP/1.1" 200 532 0.015450 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.002742 10.0.0.254 - - [2025-06-05 02:03:36] "POST /snmp-profiles HTTP/1.1" 200 532 0.015990 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.002733 10.0.0.254 - - [2025-06-05 02:03:36] "POST /netconf-profiles HTTP/1.1" 200 544 0.014827 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.002949 10.0.0.254 - - [2025-06-05 02:03:36] "POST /device-functional-groups HTTP/1.1" 200 542 0.018593 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003553 10.0.0.254 - - [2025-06-05 02:03:36] "POST /device-functional-groups HTTP/1.1" 200 542 0.018242 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 195 0.002828 10.0.0.254 - - [2025-06-05 02:03:36] "POST /device-functional-groups HTTP/1.1" 200 546 0.015245 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.003043 10.0.0.254 - - [2025-06-05 02:03:36] "POST /device-functional-groups HTTP/1.1" 200 544 0.015998 10.0.0.254 - - [2025-06-05 02:03:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.002786 10.0.0.254 - - [2025-06-05 02:03:37] "POST /device-functional-groups HTTP/1.1" 200 592 0.015634 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.002996 10.0.0.254 - - [2025-06-05 02:03:37] "POST /device-functional-groups HTTP/1.1" 200 572 0.017939 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.004134 10.0.0.254 - - [2025-06-05 02:03:37] "POST /device-functional-groups HTTP/1.1" 200 622 0.016060 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.002988 10.0.0.254 - - [2025-06-05 02:03:37] "POST /device-functional-groups HTTP/1.1" 200 568 0.015604 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 205 0.002842 10.0.0.254 - - [2025-06-05 02:03:37] "POST /device-functional-groups HTTP/1.1" 200 566 0.017266 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.002879 10.0.0.254 - - [2025-06-05 02:03:37] "POST /device-functional-groups HTTP/1.1" 200 576 0.015549 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 201 0.003260 10.0.0.254 - - [2025-06-05 02:03:37] "POST /role-configs HTTP/1.1" 200 527 0.015743 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.002993 10.0.0.254 - - [2025-06-05 02:03:37] "POST /role-configs HTTP/1.1" 200 522 0.017334 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003064 10.0.0.254 - - [2025-06-05 02:03:37] "POST /role-configs HTTP/1.1" 200 524 0.015126 10.0.0.254 - - [2025-06-05 02:03:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.002817 10.0.0.254 - - [2025-06-05 02:03:38] "POST /role-configs HTTP/1.1" 200 524 0.018706 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 202 0.003556 10.0.0.254 - - [2025-06-05 02:03:38] "POST /role-configs HTTP/1.1" 200 528 0.017806 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.002631 10.0.0.254 - - [2025-06-05 02:03:38] "POST /role-configs HTTP/1.1" 200 523 0.017558 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.002828 10.0.0.254 - - [2025-06-05 02:03:38] "POST /role-configs HTTP/1.1" 200 519 0.016815 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.003717 10.0.0.254 - - [2025-06-05 02:03:38] "POST /role-configs HTTP/1.1" 200 520 0.020228 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.254 - - [2025-06-05 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.009458 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.254 - - [2025-06-05 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.008123 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.254 - - [2025-06-05 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.254 - - [2025-06-05 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.007635 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.254 - - [2025-06-05 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008243 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.254 - - [2025-06-05 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-06-05 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008427 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.254 - - [2025-06-05 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008645 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.254 - - [2025-06-05 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008141 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.254 - - [2025-06-05 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.007683 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.254 - - [2025-06-05 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.254 - - [2025-06-05 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007952 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.254 - - [2025-06-05 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.254 - - [2025-06-05 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007619 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.254 - - [2025-06-05 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.006954 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.254 - - [2025-06-05 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007857 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.254 - - [2025-06-05 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.006949 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.254 - - [2025-06-05 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007598 10.0.0.254 - - [2025-06-05 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.254 - - [2025-06-05 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007018 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.254 - - [2025-06-05 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.008521 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.254 - - [2025-06-05 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.008329 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.254 - - [2025-06-05 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.254 - - [2025-06-05 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007285 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.254 - - [2025-06-05 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007287 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.254 - - [2025-06-05 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.254 - - [2025-06-05 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007214 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.254 - - [2025-06-05 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.006844 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.254 - - [2025-06-05 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.008320 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.254 - - [2025-06-05 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.254 - - [2025-06-05 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.254 - - [2025-06-05 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.254 - - [2025-06-05 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007319 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-06-05 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.254 - - [2025-06-05 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007336 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.254 - - [2025-06-05 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.006903 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.254 - - [2025-06-05 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.008304 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.254 - - [2025-06-05 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007851 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.254 - - [2025-06-05 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.254 - - [2025-06-05 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.254 - - [2025-06-05 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.254 - - [2025-06-05 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007102 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.254 - - [2025-06-05 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.006813 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-06-05 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007364 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.254 - - [2025-06-05 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.014210 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.254 - - [2025-06-05 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.254 - - [2025-06-05 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.008357 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.254 - - [2025-06-05 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-06-05 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.254 - - [2025-06-05 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.254 - - [2025-06-05 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007430 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.254 - - [2025-06-05 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007096 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.254 - - [2025-06-05 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007062 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.254 - - [2025-06-05 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007969 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.254 - - [2025-06-05 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.254 - - [2025-06-05 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007324 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.254 - - [2025-06-05 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.254 - - [2025-06-05 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.008232 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.254 - - [2025-06-05 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.009020 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.254 - - [2025-06-05 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.010184 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.254 - - [2025-06-05 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.254 - - [2025-06-05 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.008013 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.254 - - [2025-06-05 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.006743 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.254 - - [2025-06-05 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.254 - - [2025-06-05 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007282 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.254 - - [2025-06-05 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.009990 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.254 - - [2025-06-05 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.006859 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.254 - - [2025-06-05 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-06-05 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.006823 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.254 - - [2025-06-05 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.254 - - [2025-06-05 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.254 - - [2025-06-05 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.254 - - [2025-06-05 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.254 - - [2025-06-05 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.007992 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.254 - - [2025-06-05 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.008190 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.254 - - [2025-06-05 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.009076 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.254 - - [2025-06-05 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.007689 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.254 - - [2025-06-05 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.007594 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.254 - - [2025-06-05 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.008733 10.0.0.254 - - [2025-06-05 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.254 - - [2025-06-05 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.008368 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.254 - - [2025-06-05 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-06-05 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.254 - - [2025-06-05 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-05 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.088026 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.254 - - [2025-06-05 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.007593 10.0.0.254 - - [2025-06-05 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.254 - - [2025-06-05 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.254 - - [2025-06-05 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.007134 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.254 - - [2025-06-05 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.012332 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.254 - - [2025-06-05 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.007190 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.254 - - [2025-06-05 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.254 - - [2025-06-05 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.017281 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.254 - - [2025-06-05 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.254 - - [2025-06-05 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.015090 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009876 10.0.0.254 - - [2025-06-05 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.027889 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.019019 10.0.0.254 - - [2025-06-05 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.012129 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-06-05 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.009944 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.254 - - [2025-06-05 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.007231 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.254 - - [2025-06-05 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.010416 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.254 - - [2025-06-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.254 - - [2025-06-05 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.016210 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.007364 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007056 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.009681 10.0.0.254 - - [2025-06-05 02:03:52] "GET / HTTP/1.1" 200 36215 0.002028 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000409 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.013042 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.009396 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.022624 10.0.0.254 - - [2025-06-05 02:03:52] "GET /routing-instance/48a651db-eab0-4515-8f31-89adcedfed67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003555 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-06-05 02:03:52] "POST /bgp-routers HTTP/1.1" 200 622 0.018895 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.009793 10.0.0.254 - - [2025-06-05 02:03:52] "GET /bgp-router/4276a926-7357-4591-a0a4-97a650d2b1c5?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.006270 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.254 - - [2025-06-05 02:03:52] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005885 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.007320 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002949 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.254 - - [2025-06-05 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.254 - - [2025-06-05 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.009288 10.0.0.254 - - [2025-06-05 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.007131 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.254 - - [2025-06-05 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.007012 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.254 - - [2025-06-05 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.254 - - [2025-06-05 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.007338 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.254 - - [2025-06-05 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.006945 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.254 - - [2025-06-05 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.007682 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.254 - - [2025-06-05 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.254 - - [2025-06-05 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.254 - - [2025-06-05 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.009972 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.254 - - [2025-06-05 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.008208 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.254 - - [2025-06-05 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.006902 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.254 - - [2025-06-05 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.254 - - [2025-06-05 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.007650 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.254 - - [2025-06-05 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.007653 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.254 - - [2025-06-05 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.254 - - [2025-06-05 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.254 - - [2025-06-05 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.006810 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-05 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.254 - - [2025-06-05 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.007788 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.254 - - [2025-06-05 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.254 - - [2025-06-05 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.008327 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.254 - - [2025-06-05 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.254 - - [2025-06-05 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.254 - - [2025-06-05 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.007399 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.254 - - [2025-06-05 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.254 - - [2025-06-05 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.011560 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.254 - - [2025-06-05 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.006927 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.254 - - [2025-06-05 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.008920 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.254 - - [2025-06-05 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.010061 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.254 - - [2025-06-05 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.254 - - [2025-06-05 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.254 - - [2025-06-05 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.008452 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.254 - - [2025-06-05 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.008414 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.254 - - [2025-06-05 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.006872 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.254 - - [2025-06-05 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.006985 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.254 - - [2025-06-05 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.007271 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.254 - - [2025-06-05 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.007755 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.254 - - [2025-06-05 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.254 - - [2025-06-05 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.254 - - [2025-06-05 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.006953 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.254 - - [2025-06-05 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.254 - - [2025-06-05 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.007458 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.254 - - [2025-06-05 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.006843 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.254 - - [2025-06-05 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-06-05 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.007057 10.0.0.254 - - [2025-06-05 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.254 - - [2025-06-05 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.006999 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.254 - - [2025-06-05 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.008575 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.254 - - [2025-06-05 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.007185 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.254 - - [2025-06-05 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.007530 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.254 - - [2025-06-05 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.007222 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.254 - - [2025-06-05 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.008758 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.254 - - [2025-06-05 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.254 - - [2025-06-05 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.009872 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.254 - - [2025-06-05 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.007964 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-06-05 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.007212 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.254 - - [2025-06-05 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.007272 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.254 - - [2025-06-05 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.007128 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.254 - - [2025-06-05 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.007269 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.254 - - [2025-06-05 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.007316 10.0.0.254 - - [2025-06-05 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.254 - - [2025-06-05 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.008016 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.254 - - [2025-06-05 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.254 - - [2025-06-05 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.254 - - [2025-06-05 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.254 - - [2025-06-05 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.008491 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.254 - - [2025-06-05 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.007489 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.254 - - [2025-06-05 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.254 - - [2025-06-05 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.007573 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-06-05 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.007017 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.254 - - [2025-06-05 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.008031 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.254 - - [2025-06-05 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.008323 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.254 - - [2025-06-05 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.009338 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-06-05 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.254 - - [2025-06-05 02:04:02] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.254 - - [2025-06-05 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.254 - - [2025-06-05 02:04:03] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.254 - - [2025-06-05 02:04:03] "POST /ref-update HTTP/1.1" 200 156 0.007026 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.254 - - [2025-06-05 02:04:03] "POST /ref-update HTTP/1.1" 200 156 0.008315 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.254 - - [2025-06-05 02:04:03] "POST /ref-update HTTP/1.1" 200 156 0.007597 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.254 - - [2025-06-05 02:04:03] "POST /ref-update HTTP/1.1" 200 156 0.007958 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.254 - - [2025-06-05 02:04:03] "POST /ref-update HTTP/1.1" 200 156 0.007786 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.254 - - [2025-06-05 02:04:03] "POST /ref-update HTTP/1.1" 200 156 0.021831 10.0.0.254 - - [2025-06-05 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.254 - - [2025-06-05 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.254 - - [2025-06-05 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.007606 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.254 - - [2025-06-05 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.254 - - [2025-06-05 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.254 - - [2025-06-05 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.008474 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.014625 10.0.0.254 - - [2025-06-05 02:04:04] "POST /ref-update HTTP/1.1" 200 156 0.007457 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.254 - - [2025-06-05 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-06-05 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.010921 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.254 - - [2025-06-05 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008832 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.254 - - [2025-06-05 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.007367 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.254 - - [2025-06-05 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008157 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.254 - - [2025-06-05 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.254 - - [2025-06-05 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008020 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-06-05 02:04:05] "POST /ref-update HTTP/1.1" 200 156 0.008391 10.0.0.254 - - [2025-06-05 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-06-05 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.006731 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.254 - - [2025-06-05 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.035143 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-06-05 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.009226 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.254 - - [2025-06-05 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.007872 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.254 - - [2025-06-05 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.007997 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.254 - - [2025-06-05 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.008054 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.254 - - [2025-06-05 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.254 - - [2025-06-05 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008103 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.254 - - [2025-06-05 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008207 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.254 - - [2025-06-05 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008357 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.254 - - [2025-06-05 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.254 - - [2025-06-05 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.010073 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.254 - - [2025-06-05 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008979 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.254 - - [2025-06-05 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008502 10.0.0.254 - - [2025-06-05 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.254 - - [2025-06-05 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.254 - - [2025-06-05 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.254 - - [2025-06-05 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.008703 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.254 - - [2025-06-05 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.254 - - [2025-06-05 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.008117 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.254 - - [2025-06-05 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.009334 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.254 - - [2025-06-05 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.254 - - [2025-06-05 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.254 - - [2025-06-05 02:04:09] "POST /ref-update HTTP/1.1" 200 156 0.008306 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.254 - - [2025-06-05 02:04:09] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.254 - - [2025-06-05 02:04:09] "POST /ref-update HTTP/1.1" 200 156 0.008463 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.254 - - [2025-06-05 02:04:09] "POST /ref-update HTTP/1.1" 200 156 0.008719 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.254 - - [2025-06-05 02:04:09] "POST /ref-update HTTP/1.1" 200 156 0.009359 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-06-05 02:04:09] "POST /ref-update HTTP/1.1" 200 156 0.007945 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.254 - - [2025-06-05 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.254 - - [2025-06-05 02:04:10] "POST /ref-update HTTP/1.1" 200 156 0.009660 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.254 - - [2025-06-05 02:04:10] "POST /ref-update HTTP/1.1" 200 156 0.008913 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.254 - - [2025-06-05 02:04:10] "POST /ref-update HTTP/1.1" 200 156 0.008229 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.254 - - [2025-06-05 02:04:10] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011555 10.0.0.254 - - [2025-06-05 02:04:10] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.254 - - [2025-06-05 02:04:10] "POST /ref-update HTTP/1.1" 200 156 0.008423 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.254 - - [2025-06-05 02:04:10] "POST /ref-update HTTP/1.1" 200 156 0.009331 10.0.0.254 - - [2025-06-05 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.254 - - [2025-06-05 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.007978 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.254 - - [2025-06-05 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.010663 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.254 - - [2025-06-05 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.007866 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-06-05 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.009434 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.254 - - [2025-06-05 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.007800 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.254 - - [2025-06-05 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.254 - - [2025-06-05 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.254 - - [2025-06-05 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.008323 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.254 - - [2025-06-05 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.254 - - [2025-06-05 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.010469 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.254 - - [2025-06-05 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.008426 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.254 - - [2025-06-05 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.254 - - [2025-06-05 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.008877 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.254 - - [2025-06-05 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.009021 10.0.0.254 - - [2025-06-05 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.254 - - [2025-06-05 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.021237 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.254 - - [2025-06-05 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.007521 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.254 - - [2025-06-05 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.010823 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.254 - - [2025-06-05 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.010435 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.254 - - [2025-06-05 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.009437 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-06-05 02:04:13] "POST /ref-update HTTP/1.1" 200 156 0.009014 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.254 - - [2025-06-05 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.254 - - [2025-06-05 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.254 - - [2025-06-05 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.010882 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.254 - - [2025-06-05 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.007125 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-06-05 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.006989 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.254 - - [2025-06-05 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.011432 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.254 - - [2025-06-05 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.007878 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.254 - - [2025-06-05 02:04:14] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.254 - - [2025-06-05 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.254 - - [2025-06-05 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.007223 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.254 - - [2025-06-05 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.007223 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.254 - - [2025-06-05 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.008702 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.254 - - [2025-06-05 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.007170 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-06-05 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.024039 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.254 - - [2025-06-05 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.008132 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.254 - - [2025-06-05 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.254 - - [2025-06-05 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.010583 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.254 - - [2025-06-05 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.010073 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.254 - - [2025-06-05 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.010969 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.254 - - [2025-06-05 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.011201 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.254 - - [2025-06-05 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.009716 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.254 - - [2025-06-05 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.009855 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.254 - - [2025-06-05 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.008792 10.0.0.254 - - [2025-06-05 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.254 - - [2025-06-05 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.008174 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.254 - - [2025-06-05 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.254 - - [2025-06-05 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.009340 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.254 - - [2025-06-05 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.254 - - [2025-06-05 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.008475 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.254 - - [2025-06-05 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007435 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.254 - - [2025-06-05 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-06-05 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007666 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.254 - - [2025-06-05 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.254 - - [2025-06-05 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.254 - - [2025-06-05 02:04:18] "POST /network-ipams HTTP/1.1" 200 552 0.020464 10.0.0.254 - - [2025-06-05 02:04:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.254 - - [2025-06-05 02:04:18] "POST /virtual-networks HTTP/1.1" 200 554 0.093973 10.0.0.254 - - [2025-06-05 02:04:18] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002667 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.003262 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 178 0.002830 10.0.0.254 - - [2025-06-05 02:04:18] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002823 10.0.0.254 - - [2025-06-05 02:04:18] "GET /fabric/abb29b60-d564-4f55-8117-13d8e2bd79ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.004157 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.003069 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.002798 10.0.0.254 - - [2025-06-05 02:04:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.002699 10.0.0.254 - - [2025-06-05 02:04:19] "POST /route-targets HTTP/1.1" 200 328 0.011325 10.0.0.254 - - [2025-06-05 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.013661 10.0.0.254 - - [2025-06-05 02:04:22] "GET / HTTP/1.1" 200 36215 0.001736 10.0.0.254 - - [2025-06-05 02:04:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000567 10.0.0.254 - - [2025-06-05 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.022755 10.0.0.254 - - [2025-06-05 02:04:23] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007174 10.0.0.254 - - [2025-06-05 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.002892 10.0.0.254 - - [2025-06-05 02:04:23] "POST /database-nodes HTTP/1.1" 200 605 0.020772 10.0.0.254 - - [2025-06-05 02:04:54] "GET / HTTP/1.1" 200 36215 0.001734 10.0.0.254 - - [2025-06-05 02:04:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-06-05 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.022549 10.0.0.254 - - [2025-06-05 02:04:55] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005386 10.0.0.254 - - [2025-06-05 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.002958 10.0.0.254 - - [2025-06-05 02:04:55] "POST /analytics-nodes HTTP/1.1" 200 607 0.015397 10.0.0.254 - - [2025-06-05 02:05:00] "GET / HTTP/1.1" 200 36215 0.001866 10.0.0.254 - - [2025-06-05 02:05:08] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.254 - - [2025-06-05 02:05:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000454 10.0.0.254 - - [2025-06-05 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.024820 10.0.0.254 - - [2025-06-05 02:05:08] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005519 10.0.0.254 - - [2025-06-05 02:05:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.002977 10.0.0.254 - - [2025-06-05 02:05:09] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.036390 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-05 02:05:16] "GET /obj-perms HTTP/1.1" 200 5075 0.356376 10.0.0.254 - - [2025-06-05 02:05:16] "GET / HTTP/1.1" 200 36215 0.001621 10.0.0.254 - - [2025-06-05 02:05:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000591 10.0.0.254 - - [2025-06-05 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.032931 10.0.0.254 - - [2025-06-05 02:05:17] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006282 10.0.0.254 - - [2025-06-05 02:05:17] "GET /obj-perms HTTP/1.1" 200 5075 0.339736 10.0.0.254 - - [2025-06-05 02:05:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.002753 10.0.0.254 - - [2025-06-05 02:05:17] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.018358 10.0.0.254 - - [2025-06-05 02:06:17] "GET /obj-perms HTTP/1.1" 200 5075 0.050605 10.0.0.254 - - [2025-06-05 02:06:17] "GET /obj-perms HTTP/1.1" 200 5075 0.052584 10.0.0.254 - - [2025-06-05 02:06:46] "GET / HTTP/1.1" 200 36215 0.002505 10.0.0.254 - - [2025-06-05 02:06:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000382 10.0.0.254 - - [2025-06-05 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.027984 10.0.0.254 - - [2025-06-05 02:06:46] "GET /global-system-config/33023d67-f041-45eb-887c-641eaa33d883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005601 10.0.0.254 - - [2025-06-05 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.254 - - [2025-06-05 02:06:46] "GET /routing-instance/48a651db-eab0-4515-8f31-89adcedfed67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003722 10.0.0.254 - - [2025-06-05 02:06:46] "PUT /global-system-config/33023d67-f041-45eb-887c-641eaa33d883 HTTP/1.1" 200 275 0.009561 10.0.0.254 - - [2025-06-05 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 218 0.002619 10.0.0.254 - - [2025-06-05 02:06:46] "POST /virtual-routers HTTP/1.1" 200 605 0.016640 10.0.0.254 - - [2025-06-05 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.254 - - [2025-06-05 02:06:46] "GET /virtual-router/2731d7ff-0796-475d-a1eb-f816615bfcd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005788 10.0.0.254 - - [2025-06-05 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.002693 10.0.0.254 - - [2025-06-05 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.254 - - [2025-06-05 02:06:47] "GET /virtual-network/218b13da-ceb6-4ee5-bfec-8b561220f052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005820 10.0.0.254 - - [2025-06-05 02:06:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.042536 10.0.0.254 - - [2025-06-05 02:06:47] "PUT /access-control-list/0bc45c92-8ba4-4eee-8cfa-169d62f87880 HTTP/1.1" 200 273 0.011016 [Introspect:8084]10.0.0.254 - - [2025-06-05 02:06:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000999 [Introspect:8084]10.0.0.254 - - [2025-06-05 02:06:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000906 [Introspect:8084]10.0.0.254 - - [2025-06-05 02:06:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000761 [Introspect:8084]10.0.0.254 - - [2025-06-05 02:06:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000924 10.0.0.254 - - [2025-06-05 02:07:18] "GET /obj-perms HTTP/1.1" 200 5075 0.042686 10.0.0.254 - - [2025-06-05 02:07:18] "GET /obj-perms HTTP/1.1" 200 5075 0.045017 10.0.0.254 - - [2025-06-05 02:07:56] "GET / HTTP/1.1" 200 36215 0.001772 10.0.0.254 - - [2025-06-05 02:07:57] "GET /project/5d6571cf-bd25-4d1d-be50-7ddffdf37524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000488 10.0.0.254 - - [2025-06-05 02:07:57] "GET /projects?obj_uuids=5d6571cf-bd25-4d1d-be50-7ddffdf37524&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002367 10.0.0.254 - - [2025-06-05 02:07:57] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.254 - - [2025-06-05 02:07:57] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049391 10.0.0.254 - - [2025-06-05 02:07:57] "POST /id-to-fqname HTTP/1.1" 200 167 0.001201 10.0.0.254 - - [2025-06-05 02:07:57] "POST /fqname-to-id HTTP/1.1" 404 176 0.002552 10.0.0.254 - - [2025-06-05 02:07:58] "POST /security-groups HTTP/1.1" 200 568 0.059567 10.0.0.254 - - [2025-06-05 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002561 10.0.0.254 - - [2025-06-05 02:07:58] "POST /projects HTTP/1.1" 200 539 0.216884 10.0.0.254 - - [2025-06-05 02:07:58] "POST /access-control-lists HTTP/1.1" 200 575 0.055979 10.0.0.254 - - [2025-06-05 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.287594 10.0.0.254 - - [2025-06-05 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003061 10.0.0.254 - - [2025-06-05 02:07:58] "GET /project/5d6571cf-bd25-4d1d-be50-7ddffdf37524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.457556 10.0.0.254 - - [2025-06-05 02:07:58] "POST /access-control-lists HTTP/1.1" 200 573 0.056508 [Introspect:8084]10.0.0.254 - - [2025-06-05 02:07:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001087 10.0.0.254 - - [2025-06-05 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.020863 10.0.0.254 - - [2025-06-05 02:07:59] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002952 10.0.0.254 - - [2025-06-05 02:07:59] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.254 - - [2025-06-05 02:07:59] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008826 10.0.0.254 - - [2025-06-05 02:07:59] "POST /id-to-fqname HTTP/1.1" 200 201 0.001139 10.0.0.254 - - [2025-06-05 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.001816 10.0.0.254 - - [2025-06-05 02:07:59] "POST /security-groups HTTP/1.1" 200 602 0.060170 10.0.0.254 - - [2025-06-05 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002758 10.0.0.254 - - [2025-06-05 02:07:59] "POST /projects HTTP/1.1" 200 607 0.204599 10.0.0.254 - - [2025-06-05 02:07:59] "POST /access-control-lists HTTP/1.1" 200 609 0.056539 10.0.0.254 - - [2025-06-05 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.275210 10.0.0.254 - - [2025-06-05 02:07:59] "POST /fqname-to-id HTTP/1.1" 404 244 0.003480 10.0.0.254 - - [2025-06-05 02:07:59] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.407216 10.0.0.254 - - [2025-06-05 02:07:59] "POST /access-control-lists HTTP/1.1" 200 607 0.060206 10.0.0.254 - - [2025-06-05 02:08:00] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.254 - - [2025-06-05 02:08:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.254 - - [2025-06-05 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.054788 10.0.0.254 - - [2025-06-05 02:08:01] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001104 10.0.0.254 - - [2025-06-05 02:08:01] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.023296 10.0.0.254 - - [2025-06-05 02:08:01] "POST /neutron/network HTTP/1.1" 200 117 0.039674 10.0.0.254 - - [2025-06-05 02:08:01] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001297 10.0.0.254 - - [2025-06-05 02:08:01] "POST /neutron/network HTTP/1.1" 200 620 0.079524 10.0.0.254 - - [2025-06-05 02:08:01] "POST /route-targets HTTP/1.1" 200 328 0.019788 10.0.0.254 - - [2025-06-05 02:08:01] "POST /ref-update HTTP/1.1" 200 156 0.016068 10.0.0.254 - - [2025-06-05 02:08:02] "POST /useragent-kv HTTP/1.1" 200 115 0.012756 10.0.0.254 - - [2025-06-05 02:08:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.214480 10.0.0.254 - - [2025-06-05 02:08:02] "POST /neutron/network HTTP/1.1" 200 841 0.005709 10.0.0.254 - - [2025-06-05 02:08:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001335 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005199 10.0.0.254 - - [2025-06-05 02:08:02] "POST /neutron/network HTTP/1.1" 200 841 0.005524 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004848 10.0.0.254 - - [2025-06-05 02:08:02] "POST /neutron/network HTTP/1.1" 200 841 0.006845 10.0.0.254 - - [2025-06-05 02:08:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.007401 10.0.0.254 - - [2025-06-05 02:08:02] "GET /domains HTTP/1.1" 401 293 0.000378 10.0.0.254 - - [2025-06-05 02:08:02] "GET /domains HTTP/1.1" 200 281 0.023360 10.0.0.254 - - [2025-06-05 02:08:02] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.254 - - [2025-06-05 02:08:02] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2594 0.012984 10.0.0.254 - - [2025-06-05 02:08:02] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001091 10.0.0.254 - - [2025-06-05 02:08:02] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a HTTP/1.1" 200 2174 0.070665 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8 HTTP/1.1" 200 2352 0.006480 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8 HTTP/1.1" 200 2352 0.004922 10.0.0.254 - - [2025-06-05 02:08:02] "GET /routing-instance/b5af56fe-50f8-46be-9e25-f648d1fe2431 HTTP/1.1" 200 1498 0.012895 10.0.0.254 - - [2025-06-05 02:08:02] "GET /routing-instance/b5af56fe-50f8-46be-9e25-f648d1fe2431 HTTP/1.1" 200 1498 0.005215 10.0.0.254 - - [2025-06-05 02:08:02] "GET /route-target/dc2b3666-9004-4b10-8b38-fb3e617c9795 HTTP/1.1" 200 1222 0.003418 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8 HTTP/1.1" 200 2352 0.006054 10.0.0.254 - - [2025-06-05 02:08:02] "GET /routing-instance/b5af56fe-50f8-46be-9e25-f648d1fe2431 HTTP/1.1" 200 1498 0.003856 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006707 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8 HTTP/1.1" 200 2352 0.005225 10.0.0.254 - - [2025-06-05 02:08:02] "GET /routing-instance/b5af56fe-50f8-46be-9e25-f648d1fe2431 HTTP/1.1" 200 1498 0.003905 10.0.0.254 - - [2025-06-05 02:08:02] "GET /routing-instance/b5af56fe-50f8-46be-9e25-f648d1fe2431 HTTP/1.1" 200 1498 0.003802 10.0.0.254 - - [2025-06-05 02:08:02] "GET /route-target/dc2b3666-9004-4b10-8b38-fb3e617c9795 HTTP/1.1" 200 1222 0.008945 10.0.0.254 - - [2025-06-05 02:08:02] "GET /domains HTTP/1.1" 200 281 0.002965 10.0.0.254 - - [2025-06-05 02:08:02] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.254 - - [2025-06-05 02:08:02] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2594 0.007960 10.0.0.254 - - [2025-06-05 02:08:02] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001346 10.0.0.254 - - [2025-06-05 02:08:02] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a HTTP/1.1" 200 2174 0.068921 10.0.0.254 - - [2025-06-05 02:08:02] "GET /virtual-network/503db84c-17ad-41e8-a851-1754f8fd21c8 HTTP/1.1" 200 2352 0.005034 10.0.0.254 - - [2025-06-05 02:08:03] "GET /obj-perms HTTP/1.1" 200 5071 0.044227 10.0.0.254 - - [2025-06-05 02:08:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.002221 10.0.0.254 - - [2025-06-05 02:08:04] "POST /neutron/network HTTP/1.1" 200 851 0.005424 10.0.0.254 - - [2025-06-05 02:08:04] "GET /aaa-mode HTTP/1.1" 401 293 0.000430 10.0.0.254 - - [2025-06-05 02:08:05] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.254 - - [2025-06-05 02:08:05] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.254 - - [2025-06-05 02:08:05] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001016 10.0.0.254 - - [2025-06-05 02:08:05] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047161 10.0.0.254 - - [2025-06-05 02:08:06] "POST /neutron/network HTTP/1.1" 200 841 0.028898 10.0.0.254 - - [2025-06-05 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.005203 10.0.0.254 - - [2025-06-05 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.005912 10.0.0.254 - - [2025-06-05 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.005161 10.0.0.254 - - [2025-06-05 02:08:07] "POST /neutron/network HTTP/1.1" 200 851 0.005768 10.0.0.254 - - [2025-06-05 02:08:07] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001003 10.0.0.254 - - [2025-06-05 02:08:07] "POST /neutron/port HTTP/1.1" 200 1073 0.203548 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/port HTTP/1.1" 200 1073 0.032616 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/port HTTP/1.1" 200 1073 0.008042 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/port HTTP/1.1" 200 1127 0.052858 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/port HTTP/1.1" 200 1101 0.013489 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003357 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/subnet HTTP/1.1" 200 708 0.010858 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.254 - - [2025-06-05 02:08:08] "POST /neutron/network HTTP/1.1" 200 841 0.006649 10.0.0.254 - - [2025-06-05 02:08:11] "DELETE /project/5d6571cfbd254d1dbe507ddffdf37524 HTTP/1.1" 404 173 0.027007 10.0.0.254 - - [2025-06-05 02:08:11] "DELETE /project/2c057e5069474f059b5481ecc8f35c9a HTTP/1.1" 404 173 0.054559 10.0.0.254 - - [2025-06-05 02:08:11] "POST /neutron/port HTTP/1.1" 200 1101 0.022058 10.0.0.254 - - [2025-06-05 02:08:11] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009442 10.0.0.254 - - [2025-06-05 02:08:16] "POST /neutron/port HTTP/1.1" 200 1101 0.015540 10.0.0.254 - - [2025-06-05 02:08:16] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006804 10.0.0.254 - - [2025-06-05 02:08:16] "GET /obj-perms HTTP/1.1" 200 5071 0.003489 10.0.0.254 - - [2025-06-05 02:08:17] "GET /obj-perms HTTP/1.1" 200 5071 0.003093 10.0.0.254 - - [2025-06-05 02:08:18] "GET /obj-perms HTTP/1.1" 200 5071 0.003493 10.0.0.254 - - [2025-06-05 02:08:19] "GET /obj-perms HTTP/1.1" 200 5075 0.041853 10.0.0.254 - - [2025-06-05 02:08:19] "GET /obj-perms HTTP/1.1" 200 5075 0.051738 10.0.0.254 - - [2025-06-05 02:08:19] "GET /obj-perms HTTP/1.1" 200 5071 0.003735 10.0.0.254 - - [2025-06-05 02:08:20] "GET /obj-perms HTTP/1.1" 200 5071 0.003196 10.0.0.254 - - [2025-06-05 02:08:21] "GET /global-system-configs HTTP/1.1" 200 323 0.009323 10.0.0.254 - - [2025-06-05 02:08:21] "GET /obj-perms HTTP/1.1" 200 5075 0.029647 10.0.0.254 - - [2025-06-05 02:08:21] "POST /neutron/network HTTP/1.1" 200 841 0.014811 10.0.0.254 - - [2025-06-05 02:08:21] "POST /neutron/network HTTP/1.1" 400 204 0.010679 10.0.0.254 - - [2025-06-05 02:08:22] "POST /neutron/port HTTP/1.1" 200 1101 0.014864 10.0.0.254 - - [2025-06-05 02:08:22] "GET /global-system-configs HTTP/1.1" 200 323 0.065029 10.0.0.254 - - [2025-06-05 02:08:22] "POST /neutron/port HTTP/1.1" 200 1127 0.013132 10.0.0.254 - - [2025-06-05 02:08:22] "GET /obj-perms HTTP/1.1" 200 5075 0.104485 10.0.0.254 - - [2025-06-05 02:08:22] "POST /neutron/port HTTP/1.1" 200 977 0.040389 10.0.0.254 - - [2025-06-05 02:08:22] "POST /neutron/port HTTP/1.1" 200 151 0.124832 10.0.0.254 - - [2025-06-05 02:08:23] "POST /neutron/network HTTP/1.1" 200 841 0.006241 10.0.0.254 - - [2025-06-05 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.027737 10.0.0.254 - - [2025-06-05 02:08:24] "DELETE /route-target/dc2b3666-9004-4b10-8b38-fb3e617c9795 HTTP/1.1" 200 115 0.014680 10.0.0.254 - - [2025-06-05 02:08:24] "POST /useragent-kv HTTP/1.1" 200 115 0.033600 10.0.0.254 - - [2025-06-05 02:08:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001988 10.0.0.254 - - [2025-06-05 02:08:24] "POST /neutron/network HTTP/1.1" 200 151 0.137681 10.0.0.254 - - [2025-06-05 02:08:24] "GET /routing-instance/b5af56fe-50f8-46be-9e25-f648d1fe2431 HTTP/1.1" 404 171 0.002751 10.0.0.254 - - [2025-06-05 02:08:24] "GET /domains HTTP/1.1" 200 281 0.002876 10.0.0.254 - - [2025-06-05 02:08:24] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.254 - - [2025-06-05 02:08:24] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2594 0.053495 10.0.0.254 - - [2025-06-05 02:08:24] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001127 10.0.0.254 - - [2025-06-05 02:08:24] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a HTTP/1.1" 200 1923 0.074319 10.0.0.254 - - [2025-06-05 02:08:24] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.254 - - [2025-06-05 02:08:24] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025477 10.0.0.254 - - [2025-06-05 02:08:24] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000967 10.0.0.254 - - [2025-06-05 02:08:24] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?fields=virtual_networks HTTP/1.1" 200 1056 0.079976 10.0.0.254 - - [2025-06-05 02:08:24] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001050 10.0.0.254 - - [2025-06-05 02:08:24] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.030886 10.0.0.254 - - [2025-06-05 02:08:24] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.254 - - [2025-06-05 02:08:24] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?fields=security_groups HTTP/1.1" 200 1294 0.034281 10.0.0.254 - - [2025-06-05 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.026403 10.0.0.254 - - [2025-06-05 02:08:25] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002766 10.0.0.254 - - [2025-06-05 02:08:25] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.254 - - [2025-06-05 02:08:25] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007220 10.0.0.254 - - [2025-06-05 02:08:25] "POST /id-to-fqname HTTP/1.1" 200 202 0.001320 10.0.0.254 - - [2025-06-05 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.002673 10.0.0.254 - - [2025-06-05 02:08:25] "POST /security-groups HTTP/1.1" 200 603 0.072419 10.0.0.254 - - [2025-06-05 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 246 0.004369 10.0.0.254 - - [2025-06-05 02:08:25] "POST /projects HTTP/1.1" 200 609 0.237896 10.0.0.254 - - [2025-06-05 02:08:25] "POST /access-control-lists HTTP/1.1" 200 610 0.063662 10.0.0.254 - - [2025-06-05 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.313394 10.0.0.254 - - [2025-06-05 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.002838 10.0.0.254 - - [2025-06-05 02:08:26] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.441357 10.0.0.254 - - [2025-06-05 02:08:26] "POST /access-control-lists HTTP/1.1" 200 608 0.064001 10.0.0.254 - - [2025-06-05 02:08:27] "GET / HTTP/1.1" 200 36215 0.001847 10.0.0.254 - - [2025-06-05 02:08:27] "GET /projects?obj_uuids=5d6571cf-bd25-4d1d-be50-7ddffdf37524&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001060 10.0.0.254 - - [2025-06-05 02:08:27] "GET /project/5d6571cf-bd25-4d1d-be50-7ddffdf37524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.023731 10.0.0.254 - - [2025-06-05 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.254 - - [2025-06-05 02:08:28] "GET /security-group/46cd8064-b36e-42b5-acdf-42f832674c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004627 10.0.0.254 - - [2025-06-05 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.254 - - [2025-06-05 02:08:28] "GET /projects?obj_uuids=5d6571cf-bd25-4d1d-be50-7ddffdf37524&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001004 10.0.0.254 - - [2025-06-05 02:08:28] "GET /project/5d6571cf-bd25-4d1d-be50-7ddffdf37524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.022967 10.0.0.254 - - [2025-06-05 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.254 - - [2025-06-05 02:08:28] "GET /security-group/46cd8064-b36e-42b5-acdf-42f832674c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004118 10.0.0.254 - - [2025-06-05 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.254 - - [2025-06-05 02:08:28] "PUT /security-group/46cd8064-b36e-42b5-acdf-42f832674c9d HTTP/1.1" 200 263 0.014813 10.0.0.254 - - [2025-06-05 02:08:28] "PUT /access-control-list/52bb85bc-70fa-45ce-a4f0-d3435aad93a5 HTTP/1.1" 200 273 0.010136 10.0.0.254 - - [2025-06-05 02:08:28] "PUT /access-control-list/50471882-1ab3-4d7d-9f05-d09f5ed2a8f9 HTTP/1.1" 200 273 0.010847 10.0.0.254 - - [2025-06-05 02:08:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.254 - - [2025-06-05 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.055586 10.0.0.254 - - [2025-06-05 02:08:29] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.254 - - [2025-06-05 02:08:29] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.028301 10.0.0.254 - - [2025-06-05 02:08:29] "POST /neutron/network HTTP/1.1" 200 117 0.029224 10.0.0.254 - - [2025-06-05 02:08:29] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.254 - - [2025-06-05 02:08:29] "POST /neutron/network HTTP/1.1" 200 619 0.064425 10.0.0.254 - - [2025-06-05 02:08:29] "POST /route-targets HTTP/1.1" 200 328 0.009863 10.0.0.254 - - [2025-06-05 02:08:29] "POST /ref-update HTTP/1.1" 200 156 0.012592 10.0.0.254 - - [2025-06-05 02:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004863 10.0.0.254 - - [2025-06-05 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.148845 10.0.0.254 - - [2025-06-05 02:08:29] "POST /neutron/network HTTP/1.1" 200 837 0.005404 10.0.0.254 - - [2025-06-05 02:08:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001169 10.0.0.254 - - [2025-06-05 02:08:29] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004457 10.0.0.254 - - [2025-06-05 02:08:29] "POST /neutron/network HTTP/1.1" 200 837 0.007030 10.0.0.254 - - [2025-06-05 02:08:29] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004706 10.0.0.254 - - [2025-06-05 02:08:29] "POST /neutron/network HTTP/1.1" 200 837 0.005911 10.0.0.254 - - [2025-06-05 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.007542 10.0.0.254 - - [2025-06-05 02:08:29] "GET /domains HTTP/1.1" 401 293 0.000649 10.0.0.254 - - [2025-06-05 02:08:29] "GET /domains HTTP/1.1" 200 281 0.028890 10.0.0.254 - - [2025-06-05 02:08:29] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.254 - - [2025-06-05 02:08:29] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.008749 10.0.0.254 - - [2025-06-05 02:08:29] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.254 - - [2025-06-05 02:08:30] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 2180 0.070337 10.0.0.254 - - [2025-06-05 02:08:30] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d HTTP/1.1" 200 2341 0.005820 10.0.0.254 - - [2025-06-05 02:08:30] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d HTTP/1.1" 200 2341 0.004710 10.0.0.254 - - [2025-06-05 02:08:30] "GET /routing-instance/76e38c99-735a-4741-ac47-adf77f193abe HTTP/1.1" 200 1494 0.003067 10.0.0.254 - - [2025-06-05 02:08:30] "GET /routing-instance/76e38c99-735a-4741-ac47-adf77f193abe HTTP/1.1" 200 1494 0.003031 10.0.0.254 - - [2025-06-05 02:08:30] "GET /route-target/5d0d90cb-b012-410f-aa29-5876ff5a30ca HTTP/1.1" 200 1220 0.002755 10.0.0.254 - - [2025-06-05 02:08:30] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d HTTP/1.1" 200 2341 0.004398 10.0.0.254 - - [2025-06-05 02:08:30] "GET /routing-instance/76e38c99-735a-4741-ac47-adf77f193abe HTTP/1.1" 200 1494 0.002997 10.0.0.254 - - [2025-06-05 02:08:30] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004286 10.0.0.254 - - [2025-06-05 02:08:30] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d HTTP/1.1" 200 2341 0.005760 10.0.0.254 - - [2025-06-05 02:08:30] "GET /routing-instance/76e38c99-735a-4741-ac47-adf77f193abe HTTP/1.1" 200 1494 0.003191 10.0.0.254 - - [2025-06-05 02:08:30] "GET /routing-instance/76e38c99-735a-4741-ac47-adf77f193abe HTTP/1.1" 200 1494 0.003016 10.0.0.254 - - [2025-06-05 02:08:30] "GET /route-target/5d0d90cb-b012-410f-aa29-5876ff5a30ca HTTP/1.1" 200 1220 0.002676 10.0.0.254 - - [2025-06-05 02:08:30] "GET /domains HTTP/1.1" 200 281 0.002698 10.0.0.254 - - [2025-06-05 02:08:30] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.254 - - [2025-06-05 02:08:30] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.007478 10.0.0.254 - - [2025-06-05 02:08:30] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.254 - - [2025-06-05 02:08:30] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 2180 0.069339 10.0.0.254 - - [2025-06-05 02:08:30] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d HTTP/1.1" 200 2341 0.004822 10.0.0.254 - - [2025-06-05 02:08:30] "GET /obj-perms HTTP/1.1" 200 5073 0.048337 10.0.0.254 - - [2025-06-05 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.254 - - [2025-06-05 02:08:30] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.254 - - [2025-06-05 02:08:30] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.025119 10.0.0.254 - - [2025-06-05 02:08:30] "POST /neutron/network HTTP/1.1" 200 117 0.009325 10.0.0.254 - - [2025-06-05 02:08:30] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.254 - - [2025-06-05 02:08:30] "POST /neutron/network HTTP/1.1" 200 619 0.087333 10.0.0.254 - - [2025-06-05 02:08:30] "POST /route-targets HTTP/1.1" 200 328 0.013929 10.0.0.254 - - [2025-06-05 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.010834 10.0.0.254 - - [2025-06-05 02:08:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.254 - - [2025-06-05 02:08:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.190343 10.0.0.254 - - [2025-06-05 02:08:31] "POST /neutron/network HTTP/1.1" 200 837 0.005903 10.0.0.254 - - [2025-06-05 02:08:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001287 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007537 10.0.0.254 - - [2025-06-05 02:08:31] "POST /neutron/network HTTP/1.1" 200 837 0.005301 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006847 10.0.0.254 - - [2025-06-05 02:08:31] "POST /neutron/network HTTP/1.1" 200 837 0.005613 10.0.0.254 - - [2025-06-05 02:08:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.007102 10.0.0.254 - - [2025-06-05 02:08:31] "GET /domains HTTP/1.1" 200 281 0.002835 10.0.0.254 - - [2025-06-05 02:08:31] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.254 - - [2025-06-05 02:08:31] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.007445 10.0.0.254 - - [2025-06-05 02:08:31] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.254 - - [2025-06-05 02:08:31] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 2409 0.070108 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed HTTP/1.1" 200 2341 0.005671 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed HTTP/1.1" 200 2341 0.004948 10.0.0.254 - - [2025-06-05 02:08:31] "GET /routing-instance/cbbd2ddc-5eac-43b7-9290-4b037d84f032 HTTP/1.1" 200 1495 0.003857 10.0.0.254 - - [2025-06-05 02:08:31] "GET /routing-instance/cbbd2ddc-5eac-43b7-9290-4b037d84f032 HTTP/1.1" 200 1495 0.003149 10.0.0.254 - - [2025-06-05 02:08:31] "GET /route-target/f7932168-abce-4f45-b22b-ecd5fdebebf7 HTTP/1.1" 200 1221 0.002934 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed HTTP/1.1" 200 2341 0.004253 10.0.0.254 - - [2025-06-05 02:08:31] "GET /routing-instance/cbbd2ddc-5eac-43b7-9290-4b037d84f032 HTTP/1.1" 200 1495 0.003428 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004343 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed HTTP/1.1" 200 2341 0.004400 10.0.0.254 - - [2025-06-05 02:08:31] "GET /routing-instance/cbbd2ddc-5eac-43b7-9290-4b037d84f032 HTTP/1.1" 200 1495 0.002858 10.0.0.254 - - [2025-06-05 02:08:31] "GET /routing-instance/cbbd2ddc-5eac-43b7-9290-4b037d84f032 HTTP/1.1" 200 1495 0.003090 10.0.0.254 - - [2025-06-05 02:08:31] "GET /route-target/f7932168-abce-4f45-b22b-ecd5fdebebf7 HTTP/1.1" 200 1221 0.002353 10.0.0.254 - - [2025-06-05 02:08:31] "GET /domains HTTP/1.1" 200 281 0.002723 10.0.0.254 - - [2025-06-05 02:08:31] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.254 - - [2025-06-05 02:08:31] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.006482 10.0.0.254 - - [2025-06-05 02:08:31] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.254 - - [2025-06-05 02:08:31] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 2409 0.082685 10.0.0.254 - - [2025-06-05 02:08:31] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed HTTP/1.1" 200 2341 0.005668 10.0.0.254 - - [2025-06-05 02:08:31] "GET /obj-perms HTTP/1.1" 200 5073 0.002989 10.0.0.254 - - [2025-06-05 02:08:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001377 10.0.0.254 - - [2025-06-05 02:08:31] "POST /neutron/network HTTP/1.1" 200 847 0.005811 10.0.0.254 - - [2025-06-05 02:08:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000398 10.0.0.254 - - [2025-06-05 02:08:32] "GET / HTTP/1.1" 200 36215 0.001655 10.0.0.254 - - [2025-06-05 02:08:32] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000402 10.0.0.254 - - [2025-06-05 02:08:32] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.254 - - [2025-06-05 02:08:32] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046911 10.0.0.254 - - [2025-06-05 02:08:32] "POST /neutron/network HTTP/1.1" 200 837 0.005469 10.0.0.254 - - [2025-06-05 02:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.005191 10.0.0.254 - - [2025-06-05 02:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.010193 10.0.0.254 - - [2025-06-05 02:08:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001294 10.0.0.254 - - [2025-06-05 02:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.005766 10.0.0.254 - - [2025-06-05 02:08:32] "POST /neutron/network HTTP/1.1" 200 847 0.005778 10.0.0.254 - - [2025-06-05 02:08:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000436 10.0.0.254 - - [2025-06-05 02:08:32] "POST /neutron/network HTTP/1.1" 200 847 0.006054 10.0.0.254 - - [2025-06-05 02:08:32] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.254 - - [2025-06-05 02:08:33] "GET / HTTP/1.1" 200 36215 0.002653 10.0.0.254 - - [2025-06-05 02:08:33] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000373 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 1071 0.275781 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 1071 0.016476 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 1071 0.009162 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 1125 0.085419 10.0.0.254 - - [2025-06-05 02:08:33] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 1099 0.023660 10.0.0.254 - - [2025-06-05 02:08:33] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058260 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007044 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/network HTTP/1.1" 200 837 0.005663 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.010679 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/network HTTP/1.1" 200 837 0.006236 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 1099 0.018389 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006709 10.0.0.254 - - [2025-06-05 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.005141 10.0.0.254 - - [2025-06-05 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.254 - - [2025-06-05 02:08:33] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.254 - - [2025-06-05 02:08:33] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040476 10.0.0.254 - - [2025-06-05 02:08:33] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005483 10.0.0.254 - - [2025-06-05 02:08:33] "GET /floating-ip-pools?parent_id=6be2975b-2cdc-4998-9ab2-2637eefb250d&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003461 10.0.0.254 - - [2025-06-05 02:08:33] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006828 10.0.0.254 - - [2025-06-05 02:08:34] "POST /floating-ip-pools HTTP/1.1" 200 611 0.020101 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/network HTTP/1.1" 200 847 0.007069 10.0.0.254 - - [2025-06-05 02:08:34] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.254 - - [2025-06-05 02:08:34] "POST /ref-update HTTP/1.1" 200 156 0.017942 10.0.0.254 - - [2025-06-05 02:08:34] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.016037 10.0.0.254 - - [2025-06-05 02:08:34] "GET /domains HTTP/1.1" 200 281 0.002699 10.0.0.254 - - [2025-06-05 02:08:34] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.254 - - [2025-06-05 02:08:34] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.018140 10.0.0.254 - - [2025-06-05 02:08:34] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001892 10.0.0.254 - - [2025-06-05 02:08:34] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 3254 0.075559 10.0.0.254 - - [2025-06-05 02:08:34] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d HTTP/1.1" 200 2934 0.008622 10.0.0.254 - - [2025-06-05 02:08:34] "GET /floating-ip-pool/6c4b9661-8299-471f-8bd6-081230942382 HTTP/1.1" 200 1444 0.006659 10.0.0.254 - - [2025-06-05 02:08:34] "GET /domains HTTP/1.1" 200 281 0.005097 10.0.0.254 - - [2025-06-05 02:08:34] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.254 - - [2025-06-05 02:08:34] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.016556 10.0.0.254 - - [2025-06-05 02:08:34] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/port HTTP/1.1" 200 1071 0.320127 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/port HTTP/1.1" 200 1071 0.012031 10.0.0.254 - - [2025-06-05 02:08:34] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 3254 0.078540 10.0.0.254 - - [2025-06-05 02:08:34] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d HTTP/1.1" 200 3156 0.017178 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/port HTTP/1.1" 200 1071 0.036170 10.0.0.254 - - [2025-06-05 02:08:34] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.011185 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/port HTTP/1.1" 200 1099 0.027716 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020888 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/port HTTP/1.1" 200 1125 0.120930 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/port HTTP/1.1" 200 1099 0.013059 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003312 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/subnet HTTP/1.1" 200 693 0.012343 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.254 - - [2025-06-05 02:08:34] "POST /neutron/network HTTP/1.1" 200 837 0.005287 10.0.0.254 - - [2025-06-05 02:08:39] "POST /neutron/port HTTP/1.1" 200 1099 0.013029 10.0.0.254 - - [2025-06-05 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006224 10.0.0.254 - - [2025-06-05 02:08:39] "POST /neutron/port HTTP/1.1" 200 1099 0.013013 10.0.0.254 - - [2025-06-05 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008115 10.0.0.254 - - [2025-06-05 02:08:39] "POST /neutron/port HTTP/1.1" 200 1099 0.014116 10.0.0.254 - - [2025-06-05 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006730 10.0.0.254 - - [2025-06-05 02:08:39] "GET /virtual-machine/c50f28fc-46af-4bcb-bd58-7a4658be5798 HTTP/1.1" 200 1307 0.004971 10.0.0.254 - - [2025-06-05 02:08:39] "GET /virtual-machine-interface/75aedd4d-bd28-4738-ab09-f6b167bc195a HTTP/1.1" 200 3011 0.006708 10.0.0.254 - - [2025-06-05 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.254 - - [2025-06-05 02:08:39] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003239 10.0.0.254 - - [2025-06-05 02:08:39] "GET /virtual-networks?parent_id=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003369 10.0.0.254 - - [2025-06-05 02:08:39] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005758 10.0.0.254 - - [2025-06-05 02:08:41] "POST /neutron/port HTTP/1.1" 200 1099 0.020550 10.0.0.254 - - [2025-06-05 02:08:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005734 10.0.0.254 - - [2025-06-05 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.254 - - [2025-06-05 02:08:43] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005157 10.0.0.254 - - [2025-06-05 02:08:43] "POST /neutron/port HTTP/1.1" 200 1099 0.021152 10.0.0.254 - - [2025-06-05 02:08:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005611 10.0.0.254 - - [2025-06-05 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.254 - - [2025-06-05 02:08:45] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003196 10.0.0.254 - - [2025-06-05 02:08:45] "GET /virtual-networks?parent_id=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005272 10.0.0.254 - - [2025-06-05 02:08:45] "GET /virtual-network/24ccfeda-df4c-4dd9-8e38-c3eae72779ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004995 10.0.0.254 - - [2025-06-05 02:08:45] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/floatingip HTTP/1.1" 200 529 0.069171 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/port HTTP/1.1" 200 1099 0.018977 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004956 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/floatingip HTTP/1.1" 200 575 0.035165 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/port HTTP/1.1" 200 1099 0.019724 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006186 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/port HTTP/1.1" 200 1099 0.020565 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006726 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/port HTTP/1.1" 200 1099 0.016528 10.0.0.254 - - [2025-06-05 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005652 10.0.0.254 - - [2025-06-05 02:08:45] "GET /virtual-machine/a3ab304a-27f4-46bb-9247-8f2268f452ab HTTP/1.1" 200 1307 0.006338 10.0.0.254 - - [2025-06-05 02:08:45] "GET /virtual-machine-interface/323a8e81-19f9-4736-9050-8b1e69883ce3 HTTP/1.1" 200 3011 0.006572 10.0.0.254 - - [2025-06-05 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.254 - - [2025-06-05 02:08:45] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003555 10.0.0.254 - - [2025-06-05 02:08:45] "GET /virtual-networks?parent_id=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003294 10.0.0.254 - - [2025-06-05 02:08:45] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005588 10.0.0.254 - - [2025-06-05 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.254 - - [2025-06-05 02:08:46] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.015500 10.0.0.254 - - [2025-06-05 02:08:47] "GET /virtual-networks?parent_id=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003088 10.0.0.254 - - [2025-06-05 02:08:47] "GET /virtual-network/6be2975b-2cdc-4998-9ab2-2637eefb250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005280 10.0.0.254 - - [2025-06-05 02:08:47] "POST /neutron/floatingip HTTP/1.1" 200 575 0.010305 10.0.0.254 - - [2025-06-05 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.254 - - [2025-06-05 02:08:47] "GET /routing-instance/76e38c99-735a-4741-ac47-adf77f193abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003312 10.0.0.254 - - [2025-06-05 02:08:47] "GET /route-target/5d0d90cb-b012-410f-aa29-5876ff5a30ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003979 10.0.0.254 - - [2025-06-05 02:08:47] "GET /floating-ip/49b57ab5-cc66-41ff-ac59-6dcd24234db4 HTTP/1.1" 200 1891 0.004520 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/floatingip HTTP/1.1" 200 575 0.009268 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/floatingip HTTP/1.1" 200 529 0.019786 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005363 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/floatingip HTTP/1.1" 200 115 0.042019 10.0.0.254 - - [2025-06-05 02:08:50] "GET /floating-ip-pool/6c4b9661-8299-471f-8bd6-081230942382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003246 10.0.0.254 - - [2025-06-05 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.007352 10.0.0.254 - - [2025-06-05 02:08:50] "DELETE /floating-ip-pool/6c4b9661-8299-471f-8bd6-081230942382 HTTP/1.1" 200 115 0.022693 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/network HTTP/1.1" 200 837 0.006310 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/network HTTP/1.1" 400 204 0.011235 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/port HTTP/1.1" 200 1099 0.015418 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/port HTTP/1.1" 200 1125 0.008620 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/port HTTP/1.1" 200 1099 0.020762 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/port HTTP/1.1" 200 1125 0.010770 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/port HTTP/1.1" 200 151 0.138056 10.0.0.254 - - [2025-06-05 02:08:50] "POST /neutron/port HTTP/1.1" 200 151 0.099510 10.0.0.254 - - [2025-06-05 02:08:52] "POST /neutron/network HTTP/1.1" 200 837 0.005989 10.0.0.254 - - [2025-06-05 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.254 - - [2025-06-05 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.254 - - [2025-06-05 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002278 10.0.0.254 - - [2025-06-05 02:08:52] "POST /neutron/network HTTP/1.1" 200 151 0.094905 10.0.0.254 - - [2025-06-05 02:08:52] "DELETE /route-target/f7932168-abce-4f45-b22b-ecd5fdebebf7 HTTP/1.1" 200 115 0.033862 10.0.0.254 - - [2025-06-05 02:08:52] "GET /routing-instance/cbbd2ddc-5eac-43b7-9290-4b037d84f032 HTTP/1.1" 404 171 0.002604 10.0.0.254 - - [2025-06-05 02:08:52] "GET /domains HTTP/1.1" 200 281 0.002179 10.0.0.254 - - [2025-06-05 02:08:52] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.254 - - [2025-06-05 02:08:52] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.047860 10.0.0.254 - - [2025-06-05 02:08:52] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.254 - - [2025-06-05 02:08:52] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 2180 0.072529 10.0.0.254 - - [2025-06-05 02:08:52] "POST /neutron/network HTTP/1.1" 200 837 0.005303 10.0.0.254 - - [2025-06-05 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.254 - - [2025-06-05 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003304 10.0.0.254 - - [2025-06-05 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002061 10.0.0.254 - - [2025-06-05 02:08:52] "POST /neutron/network HTTP/1.1" 200 151 0.089261 10.0.0.254 - - [2025-06-05 02:08:52] "DELETE /route-target/5d0d90cb-b012-410f-aa29-5876ff5a30ca HTTP/1.1" 200 115 0.017660 10.0.0.254 - - [2025-06-05 02:08:52] "GET /routing-instance/76e38c99-735a-4741-ac47-adf77f193abe HTTP/1.1" 404 171 0.002151 10.0.0.254 - - [2025-06-05 02:08:52] "GET /domains HTTP/1.1" 200 281 0.002274 10.0.0.254 - - [2025-06-05 02:08:52] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.254 - - [2025-06-05 02:08:52] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2793 0.048695 10.0.0.254 - - [2025-06-05 02:08:52] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.254 - - [2025-06-05 02:08:52] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 1929 0.067437 10.0.0.254 - - [2025-06-05 02:08:53] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.254 - - [2025-06-05 02:08:53] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.025235 10.0.0.254 - - [2025-06-05 02:08:53] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.254 - - [2025-06-05 02:08:53] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?fields=virtual_networks HTTP/1.1" 200 1058 0.069433 10.0.0.254 - - [2025-06-05 02:08:53] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001263 10.0.0.254 - - [2025-06-05 02:08:53] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.022568 10.0.0.254 - - [2025-06-05 02:08:53] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.254 - - [2025-06-05 02:08:53] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?fields=security_groups HTTP/1.1" 200 1297 0.030890 10.0.0.254 - - [2025-06-05 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.024166 10.0.0.254 - - [2025-06-05 02:08:54] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002580 10.0.0.254 - - [2025-06-05 02:08:54] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.254 - - [2025-06-05 02:08:54] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006752 10.0.0.254 - - [2025-06-05 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.002540 10.0.0.254 - - [2025-06-05 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.003692 10.0.0.254 - - [2025-06-05 02:08:54] "POST /security-groups HTTP/1.1" 200 586 0.063793 10.0.0.254 - - [2025-06-05 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002292 10.0.0.254 - - [2025-06-05 02:08:54] "POST /projects HTTP/1.1" 200 575 0.223681 10.0.0.254 - - [2025-06-05 02:08:54] "POST /access-control-lists HTTP/1.1" 200 593 0.057493 10.0.0.254 - - [2025-06-05 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.291372 10.0.0.254 - - [2025-06-05 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002717 10.0.0.254 - - [2025-06-05 02:08:54] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.409576 10.0.0.254 - - [2025-06-05 02:08:54] "POST /access-control-lists HTTP/1.1" 200 591 0.060175 10.0.0.254 - - [2025-06-05 02:08:55] "GET / HTTP/1.1" 200 36215 0.001776 10.0.0.254 - - [2025-06-05 02:08:56] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.254 - - [2025-06-05 02:08:56] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.025127 10.0.0.254 - - [2025-06-05 02:08:56] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.254 - - [2025-06-05 02:08:56] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?fields=virtual_networks HTTP/1.1" 200 1025 0.070192 10.0.0.254 - - [2025-06-05 02:08:56] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.254 - - [2025-06-05 02:08:56] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.023851 10.0.0.254 - - [2025-06-05 02:08:57] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.254 - - [2025-06-05 02:08:57] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?fields=security_groups HTTP/1.1" 200 1247 0.029488 10.0.0.254 - - [2025-06-05 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.026950 10.0.0.254 - - [2025-06-05 02:08:57] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002326 10.0.0.254 - - [2025-06-05 02:08:57] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.254 - - [2025-06-05 02:08:57] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007962 10.0.0.254 - - [2025-06-05 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 193 0.002779 10.0.0.254 - - [2025-06-05 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.006846 10.0.0.254 - - [2025-06-05 02:08:58] "POST /security-groups HTTP/1.1" 200 594 0.061781 10.0.0.254 - - [2025-06-05 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 237 0.002371 10.0.0.254 - - [2025-06-05 02:08:58] "POST /projects HTTP/1.1" 200 591 0.225594 10.0.0.254 - - [2025-06-05 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.296299 10.0.0.254 - - [2025-06-05 02:08:58] "POST /access-control-lists HTTP/1.1" 200 601 0.061642 10.0.0.254 - - [2025-06-05 02:08:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.003068 10.0.0.254 - - [2025-06-05 02:08:58] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.417605 10.0.0.254 - - [2025-06-05 02:08:58] "POST /access-control-lists HTTP/1.1" 200 599 0.060007 10.0.0.254 - - [2025-06-05 02:08:59] "GET / HTTP/1.1" 200 36215 0.002672 10.0.0.254 - - [2025-06-05 02:09:00] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000520 10.0.0.254 - - [2025-06-05 02:09:00] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.254 - - [2025-06-05 02:09:00] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056935 10.0.0.254 - - [2025-06-05 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.254 - - [2025-06-05 02:09:00] "GET /security-group/fda52a15-07e8-47cb-a1af-e746cf2c25d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.007184 10.0.0.254 - - [2025-06-05 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.254 - - [2025-06-05 02:09:00] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001519 10.0.0.254 - - [2025-06-05 02:09:00] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024819 10.0.0.254 - - [2025-06-05 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.254 - - [2025-06-05 02:09:00] "GET /security-group/fda52a15-07e8-47cb-a1af-e746cf2c25d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005589 10.0.0.254 - - [2025-06-05 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.254 - - [2025-06-05 02:09:01] "PUT /security-group/fda52a15-07e8-47cb-a1af-e746cf2c25d4 HTTP/1.1" 200 263 0.015967 10.0.0.254 - - [2025-06-05 02:09:01] "PUT /access-control-list/d3324f51-8ab1-44ab-99fb-566823de746c HTTP/1.1" 200 273 0.020456 10.0.0.254 - - [2025-06-05 02:09:01] "PUT /access-control-list/66bad0fd-1670-4226-8f3c-08e41460613b HTTP/1.1" 200 273 0.010251 10.0.0.254 - - [2025-06-05 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 202 0.004542 10.0.0.254 - - [2025-06-05 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.254 - - [2025-06-05 02:09:01] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001033 10.0.0.254 - - [2025-06-05 02:09:01] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026391 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/network HTTP/1.1" 200 117 0.030110 10.0.0.254 - - [2025-06-05 02:09:01] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001080 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/network HTTP/1.1" 200 608 0.071524 10.0.0.254 - - [2025-06-05 02:09:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006359 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.207950 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/network HTTP/1.1" 200 826 0.009169 10.0.0.254 - - [2025-06-05 02:09:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001413 10.0.0.254 - - [2025-06-05 02:09:01] "GET /virtual-network/73c40728-49c1-45e9-973b-86a61db2d445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007282 10.0.0.254 - - [2025-06-05 02:09:01] "POST /route-targets HTTP/1.1" 200 328 0.019151 10.0.0.254 - - [2025-06-05 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.012864 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/network HTTP/1.1" 200 826 0.007433 10.0.0.254 - - [2025-06-05 02:09:01] "GET /virtual-network/73c40728-49c1-45e9-973b-86a61db2d445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007249 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/network HTTP/1.1" 200 826 0.005356 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.006950 10.0.0.254 - - [2025-06-05 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.254 - - [2025-06-05 02:09:01] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.254 - - [2025-06-05 02:09:01] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.033289 10.0.0.254 - - [2025-06-05 02:09:01] "POST /neutron/network HTTP/1.1" 200 117 0.009987 10.0.0.254 - - [2025-06-05 02:09:01] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001099 10.0.0.254 - - [2025-06-05 02:09:02] "POST /neutron/network HTTP/1.1" 200 615 0.091796 10.0.0.254 - - [2025-06-05 02:09:02] "POST /route-targets HTTP/1.1" 200 328 0.013848 10.0.0.254 - - [2025-06-05 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.014766 10.0.0.254 - - [2025-06-05 02:09:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003600 10.0.0.254 - - [2025-06-05 02:09:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.152327 10.0.0.254 - - [2025-06-05 02:09:02] "POST /neutron/network HTTP/1.1" 200 832 0.005388 10.0.0.254 - - [2025-06-05 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001358 10.0.0.254 - - [2025-06-05 02:09:02] "GET /virtual-network/8af82ab4-26ab-494b-8866-728ba05e5cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004971 10.0.0.254 - - [2025-06-05 02:09:02] "POST /neutron/network HTTP/1.1" 200 832 0.006497 10.0.0.254 - - [2025-06-05 02:09:02] "GET /virtual-network/8af82ab4-26ab-494b-8866-728ba05e5cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004687 10.0.0.254 - - [2025-06-05 02:09:02] "POST /neutron/network HTTP/1.1" 200 832 0.005521 10.0.0.254 - - [2025-06-05 02:09:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.006417 10.0.0.254 - - [2025-06-05 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001154 10.0.0.254 - - [2025-06-05 02:09:02] "POST /neutron/network HTTP/1.1" 200 836 0.006037 10.0.0.254 - - [2025-06-05 02:09:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000473 10.0.0.254 - - [2025-06-05 02:09:02] "GET / HTTP/1.1" 200 36215 0.003917 10.0.0.254 - - [2025-06-05 02:09:02] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000444 10.0.0.254 - - [2025-06-05 02:09:03] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001138 10.0.0.254 - - [2025-06-05 02:09:03] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052791 10.0.0.254 - - [2025-06-05 02:09:03] "POST /neutron/network HTTP/1.1" 200 826 0.005419 10.0.0.254 - - [2025-06-05 02:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.009838 10.0.0.254 - - [2025-06-05 02:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.005058 10.0.0.254 - - [2025-06-05 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.004603 10.0.0.254 - - [2025-06-05 02:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.005386 10.0.0.254 - - [2025-06-05 02:09:03] "POST /neutron/network HTTP/1.1" 200 842 0.006002 10.0.0.254 - - [2025-06-05 02:09:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000541 10.0.0.254 - - [2025-06-05 02:09:03] "POST /neutron/network HTTP/1.1" 200 836 0.006562 10.0.0.254 - - [2025-06-05 02:09:03] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001068 10.0.0.254 - - [2025-06-05 02:09:03] "GET / HTTP/1.1" 200 36215 0.001613 10.0.0.254 - - [2025-06-05 02:09:04] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 1062 0.206340 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 1062 0.012040 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 1062 0.009104 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 1116 0.067540 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 1090 0.017606 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003503 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.011946 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/network HTTP/1.1" 200 826 0.005146 10.0.0.254 - - [2025-06-05 02:09:04] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001189 10.0.0.254 - - [2025-06-05 02:09:04] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.056438 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/network HTTP/1.1" 200 832 0.013106 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 1090 0.025971 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006734 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.006006 10.0.0.254 - - [2025-06-05 02:09:04] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001659 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/router HTTP/1.1" 200 585 0.076813 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/router HTTP/1.1" 200 585 0.006445 10.0.0.254 - - [2025-06-05 02:09:04] "POST /route-targets HTTP/1.1" 200 328 0.021930 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/router HTTP/1.1" 200 656 0.047001 10.0.0.254 - - [2025-06-05 02:09:04] "PUT /logical-router/272a6a70-e442-4769-8abd-8f4f595296e3 HTTP/1.1" 200 263 0.038830 10.0.0.254 - - [2025-06-05 02:09:04] "GET /logical-router/272a6a70-e442-4769-8abd-8f4f595296e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.015955 10.0.0.254 - - [2025-06-05 02:09:04] "POST /neutron/router HTTP/1.1" 200 656 0.007148 10.0.0.254 - - [2025-06-05 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006527 10.0.0.254 - - [2025-06-05 02:09:04] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001210 10.0.0.254 - - [2025-06-05 02:09:05] "GET /service-template/dad10eb1-94fe-43b7-9f06-6da76990dae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.012387 10.0.0.254 - - [2025-06-05 02:09:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.002820 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/network HTTP/1.1" 200 842 0.018635 10.0.0.254 - - [2025-06-05 02:09:05] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001746 10.0.0.254 - - [2025-06-05 02:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.012412 10.0.0.254 - - [2025-06-05 02:09:05] "POST /virtual-networks HTTP/1.1" 200 696 0.209708 10.0.0.254 - - [2025-06-05 02:09:05] "POST /route-targets HTTP/1.1" 200 328 0.037534 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/router HTTP/1.1" 200 344 0.454434 10.0.0.254 - - [2025-06-05 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.037424 10.0.0.254 - - [2025-06-05 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.025707 10.0.0.254 - - [2025-06-05 02:09:05] "POST /service-instances HTTP/1.1" 200 672 0.192984 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/port HTTP/1.1" 200 1090 0.111283 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009171 10.0.0.254 - - [2025-06-05 02:09:05] "POST /route-tables HTTP/1.1" 200 584 0.044622 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/port HTTP/1.1" 200 1061 0.532513 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/port HTTP/1.1" 200 1061 0.013563 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/port HTTP/1.1" 200 1061 0.010806 10.0.0.254 - - [2025-06-05 02:09:05] "PUT /logical-router/272a6a70-e442-4769-8abd-8f4f595296e3 HTTP/1.1" 200 263 0.025920 10.0.0.254 - - [2025-06-05 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.017610 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/port HTTP/1.1" 200 1115 0.089384 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/port HTTP/1.1" 200 1089 0.023602 10.0.0.254 - - [2025-06-05 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.254 - - [2025-06-05 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002944 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.011742 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.001586 10.0.0.254 - - [2025-06-05 02:09:05] "POST /virtual-machines HTTP/1.1" 200 554 0.014901 10.0.0.254 - - [2025-06-05 02:09:05] "POST /neutron/network HTTP/1.1" 200 832 0.014179 10.0.0.254 - - [2025-06-05 02:09:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.099866 10.0.0.254 - - [2025-06-05 02:09:06] "POST /chown HTTP/1.1" 200 109 0.006932 10.0.0.254 - - [2025-06-05 02:09:06] "POST /instance-ips HTTP/1.1" 200 552 0.034904 10.0.0.254 - - [2025-06-05 02:09:06] "POST /instance-ips HTTP/1.1" 400 246 0.014403 10.0.0.254 - - [2025-06-05 02:09:06] "POST /chown HTTP/1.1" 200 109 0.008658 10.0.0.254 - - [2025-06-05 02:09:06] "PUT /virtual-machine-interface/78a3c0f3-6b1b-41d2-8932-f9b9facc277f HTTP/1.1" 200 285 0.009983 10.0.0.254 - - [2025-06-05 02:09:06] "PUT /instance-ip/6c4ba07b-7656-4cd2-93ef-ac124c906873 HTTP/1.1" 200 257 0.013959 10.0.0.254 - - [2025-06-05 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.011496 10.0.0.254 - - [2025-06-05 02:09:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.096738 10.0.0.254 - - [2025-06-05 02:09:06] "POST /chown HTTP/1.1" 200 109 0.008847 10.0.0.254 - - [2025-06-05 02:09:06] "POST /instance-ips HTTP/1.1" 200 550 0.034854 10.0.0.254 - - [2025-06-05 02:09:06] "POST /instance-ips HTTP/1.1" 400 316 0.015636 10.0.0.254 - - [2025-06-05 02:09:06] "POST /chown HTTP/1.1" 200 109 0.008840 10.0.0.254 - - [2025-06-05 02:09:07] "PUT /virtual-machine-interface/61874ac1-1ab9-4f9a-b957-dbb288b8f396 HTTP/1.1" 200 285 0.009259 10.0.0.254 - - [2025-06-05 02:09:07] "PUT /instance-ip/0c1d1e0f-1413-42f1-9183-82caa7888bf9 HTTP/1.1" 200 257 0.012231 10.0.0.254 - - [2025-06-05 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.009539 10.0.0.254 - - [2025-06-05 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.016591 10.0.0.254 - - [2025-06-05 02:09:07] "PUT /routing-instance/7f24fde8-3ad3-4b2e-a212-154f217a3db1 HTTP/1.1" 200 267 0.015448 10.0.0.254 - - [2025-06-05 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.015703 10.0.0.254 - - [2025-06-05 02:09:07] "POST /virtual-machines HTTP/1.1" 200 554 0.013980 10.0.0.254 - - [2025-06-05 02:09:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.110208 10.0.0.254 - - [2025-06-05 02:09:07] "POST /chown HTTP/1.1" 200 109 0.007261 10.0.0.254 - - [2025-06-05 02:09:07] "POST /instance-ips HTTP/1.1" 400 246 0.013892 10.0.0.254 - - [2025-06-05 02:09:07] "POST /chown HTTP/1.1" 200 109 0.008221 10.0.0.254 - - [2025-06-05 02:09:07] "PUT /virtual-machine-interface/74863bc2-e0bd-4a38-976d-87719e4deb9a HTTP/1.1" 200 285 0.010880 10.0.0.254 - - [2025-06-05 02:09:07] "PUT /instance-ip/6c4ba07b-7656-4cd2-93ef-ac124c906873 HTTP/1.1" 200 257 0.015076 10.0.0.254 - - [2025-06-05 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.010702 10.0.0.254 - - [2025-06-05 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.012337 10.0.0.254 - - [2025-06-05 02:09:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.104123 10.0.0.254 - - [2025-06-05 02:09:07] "POST /chown HTTP/1.1" 200 109 0.007895 10.0.0.254 - - [2025-06-05 02:09:08] "POST /instance-ips HTTP/1.1" 400 316 0.021155 10.0.0.254 - - [2025-06-05 02:09:08] "POST /chown HTTP/1.1" 200 109 0.007545 10.0.0.254 - - [2025-06-05 02:09:08] "PUT /virtual-machine-interface/7e9ca3d2-5fcc-4cf4-acbf-069d17401032 HTTP/1.1" 200 285 0.009634 10.0.0.254 - - [2025-06-05 02:09:08] "PUT /instance-ip/0c1d1e0f-1413-42f1-9183-82caa7888bf9 HTTP/1.1" 200 257 0.015265 10.0.0.254 - - [2025-06-05 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.012558 10.0.0.254 - - [2025-06-05 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.018597 10.0.0.254 - - [2025-06-05 02:09:10] "POST /neutron/port HTTP/1.1" 200 1090 0.015847 10.0.0.254 - - [2025-06-05 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006012 10.0.0.254 - - [2025-06-05 02:09:10] "POST /neutron/port HTTP/1.1" 200 1090 0.017578 10.0.0.254 - - [2025-06-05 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006152 10.0.0.254 - - [2025-06-05 02:09:10] "POST /neutron/port HTTP/1.1" 200 1090 0.014469 10.0.0.254 - - [2025-06-05 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006071 10.0.0.254 - - [2025-06-05 02:09:10] "GET /virtual-machine/63dd0eb5-8323-4b4c-a603-88c0bfbd2cf2 HTTP/1.1" 401 293 0.000427 10.0.0.254 - - [2025-06-05 02:09:11] "GET /virtual-machine/63dd0eb5-8323-4b4c-a603-88c0bfbd2cf2 HTTP/1.1" 200 1297 0.026191 10.0.0.254 - - [2025-06-05 02:09:11] "GET /virtual-machine-interface/84393ad0-f735-4026-b358-1951722d8a1e HTTP/1.1" 200 2963 0.004710 10.0.0.254 - - [2025-06-05 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.254 - - [2025-06-05 02:09:11] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003939 10.0.0.254 - - [2025-06-05 02:09:11] "GET /virtual-networks?parent_id=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003123 10.0.0.254 - - [2025-06-05 02:09:11] "GET /virtual-network/73c40728-49c1-45e9-973b-86a61db2d445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004974 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /project/a4554b989c394682b391c8c25fcda2d4 HTTP/1.1" 404 173 0.013662 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /project/1af85c5fe4484b6d92598b9649adc7b4 HTTP/1.1" 404 173 0.010035 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /project/4eaa0b3a812a4abca62f1f7e4c6734c5 HTTP/1.1" 404 173 0.009406 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001201 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000894 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.041925 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044563 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.057440 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001268 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000828 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?fields=security_groups HTTP/1.1" 200 1396 0.070966 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?fields=security_groups HTTP/1.1" 200 1399 0.064304 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?fields=security_groups HTTP/1.1" 200 1349 0.074437 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /security-group/9918b591-7c7c-491a-bdda-ee9f3962b5f2 HTTP/1.1" 200 115 0.064409 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=2c057e50-6947-4f05-9b54-81ecc8f35c9a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001021 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /security-group/49032ce6-ae67-4be8-8697-b468ba154af5 HTTP/1.1" 200 115 0.082467 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=a4554b98-9c39-4682-b391-c8c25fcda2d4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001771 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /access-control-list/e477d944-bd7b-46f3-9b6a-7ff2de6f5165 HTTP/1.1" 200 115 0.062201 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /security-group/4fd74c1c-d9c6-4c6e-a966-6fbcb93cf702 HTTP/1.1" 200 115 0.095395 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a?fields=application_policy_sets HTTP/1.1" 200 1435 0.046792 10.0.0.254 - - [2025-06-05 02:09:11] "GET /projects?obj_uuids=4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /access-control-list/c25e7fc4-caa5-4f71-8ace-8e3f9ff2e0c0 HTTP/1.1" 200 115 0.038834 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5?fields=application_policy_sets HTTP/1.1" 200 1438 0.050241 10.0.0.254 - - [2025-06-05 02:09:11] "GET /project/a4554b98-9c39-4682-b391-c8c25fcda2d4?fields=application_policy_sets HTTP/1.1" 200 1388 0.100296 10.0.0.254 - - [2025-06-05 02:09:11] "DELETE /access-control-list/e8b3d6c2-c442-49e1-bf79-a2202fcc2bb9 HTTP/1.1" 200 115 0.069977 10.0.0.254 - - [2025-06-05 02:09:12] "DELETE /access-control-list/fce2d5b5-1d50-4f59-a5a7-a4f9636cf115 HTTP/1.1" 200 115 0.065744 10.0.0.254 - - [2025-06-05 02:09:12] "DELETE /access-control-list/e920c1bb-3a72-4bbb-ba53-fa9e90ae2322 HTTP/1.1" 200 115 0.067802 10.0.0.254 - - [2025-06-05 02:09:12] "DELETE /project/2c057e50-6947-4f05-9b54-81ecc8f35c9a HTTP/1.1" 200 115 0.590278 10.0.0.254 - - [2025-06-05 02:09:12] "DELETE /project/4eaa0b3a-812a-4abc-a62f-1f7e4c6734c5 HTTP/1.1" 200 115 0.615948 10.0.0.254 - - [2025-06-05 02:09:12] "DELETE /access-control-list/0e42f41f-f1d8-422c-9d9b-eded83bf7d19 HTTP/1.1" 200 115 0.070545 10.0.0.254 - - [2025-06-05 02:09:12] "DELETE /project/a4554b98-9c39-4682-b391-c8c25fcda2d4 HTTP/1.1" 200 115 0.654440 10.0.0.254 - - [2025-06-05 02:09:13] "POST /neutron/port HTTP/1.1" 200 1090 0.016561 10.0.0.254 - - [2025-06-05 02:09:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005865 10.0.0.254 - - [2025-06-05 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.254 - - [2025-06-05 02:09:14] "GET /virtual-network/73c40728-49c1-45e9-973b-86a61db2d445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005197 10.0.0.254 - - [2025-06-05 02:09:14] "POST /neutron/port HTTP/1.1" 200 1089 0.013167 10.0.0.254 - - [2025-06-05 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006008 10.0.0.254 - - [2025-06-05 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.254 - - [2025-06-05 02:09:16] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003091 10.0.0.254 - - [2025-06-05 02:09:16] "GET /virtual-networks?parent_id=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003132 10.0.0.254 - - [2025-06-05 02:09:16] "GET /virtual-network/73c40728-49c1-45e9-973b-86a61db2d445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006100 10.0.0.254 - - [2025-06-05 02:09:16] "POST /neutron/port HTTP/1.1" 200 1089 0.015880 10.0.0.254 - - [2025-06-05 02:09:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007665 10.0.0.254 - - [2025-06-05 02:09:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016135 10.0.0.254 - - [2025-06-05 02:09:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006848 10.0.0.254 - - [2025-06-05 02:09:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016342 10.0.0.254 - - [2025-06-05 02:09:17] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006258 10.0.0.254 - - [2025-06-05 02:09:17] "GET /virtual-machine/3a52f357-30ae-4ed2-99b6-1c7ee23a8e57 HTTP/1.1" 200 1297 0.004622 10.0.0.254 - - [2025-06-05 02:09:17] "GET /virtual-machine-interface/d7edb1f3-e470-4f2d-8c71-a23bb099c175 HTTP/1.1" 200 2976 0.004808 10.0.0.254 - - [2025-06-05 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.254 - - [2025-06-05 02:09:17] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003468 10.0.0.254 - - [2025-06-05 02:09:17] "GET /virtual-networks?parent_id=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003587 10.0.0.254 - - [2025-06-05 02:09:17] "GET /virtual-network/8af82ab4-26ab-494b-8866-728ba05e5cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005378 10.0.0.254 - - [2025-06-05 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.254 - - [2025-06-05 02:09:18] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003475 10.0.0.254 - - [2025-06-05 02:09:18] "GET /virtual-networks?parent_id=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002872 10.0.0.254 - - [2025-06-05 02:09:18] "GET /virtual-network/8af82ab4-26ab-494b-8866-728ba05e5cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005910 10.0.0.254 - - [2025-06-05 02:09:19] "GET /obj-perms HTTP/1.1" 200 5075 0.050103 10.0.0.254 - - [2025-06-05 02:09:20] "GET /obj-perms HTTP/1.1" 200 5075 0.056517 10.0.0.254 - - [2025-06-05 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.254 - - [2025-06-05 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.008010 10.0.0.254 - - [2025-06-05 02:09:20] "POST /instance-ips HTTP/1.1" 400 246 0.015810 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.008220 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.007334 10.0.0.254 - - [2025-06-05 02:09:20] "POST /instance-ips HTTP/1.1" 400 316 0.023970 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.013800 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.007379 10.0.0.254 - - [2025-06-05 02:09:20] "POST /instance-ips HTTP/1.1" 400 246 0.014958 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.007644 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.007985 10.0.0.254 - - [2025-06-05 02:09:20] "POST /instance-ips HTTP/1.1" 400 316 0.017285 10.0.0.254 - - [2025-06-05 02:09:20] "POST /chown HTTP/1.1" 200 109 0.008273 10.0.0.254 - - [2025-06-05 02:09:22] "POST /neutron/router HTTP/1.1" 200 656 0.003724 10.0.0.254 - - [2025-06-05 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.014054 10.0.0.254 - - [2025-06-05 02:09:22] "POST /neutron/router HTTP/1.1" 200 344 0.109788 10.0.0.254 - - [2025-06-05 02:09:22] "POST /neutron/router HTTP/1.1" 200 656 0.005767 10.0.0.254 - - [2025-06-05 02:09:22] "GET /logical-router/272a6a70-e442-4769-8abd-8f4f595296e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.004354 10.0.0.254 - - [2025-06-05 02:09:22] "GET /service-instance/e6a0c8ca-0e4b-485d-8f95-946ce26fc79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.003538 10.0.0.254 - - [2025-06-05 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.254 - - [2025-06-05 02:09:22] "POST /neutron/router HTTP/1.1" 200 151 0.057903 10.0.0.254 - - [2025-06-05 02:09:22] "DELETE /route-target/a47cddb3-4f59-4ac1-9c01-8d6f7c4d2735 HTTP/1.1" 409 240 0.004075 10.0.0.254 - - [2025-06-05 02:09:23] "PUT /logical-router/272a6a70-e442-4769-8abd-8f4f595296e3 HTTP/1.1" 404 171 0.002657 10.0.0.254 - - [2025-06-05 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.010377 10.0.0.254 - - [2025-06-05 02:09:23] "DELETE /route-table/4eae4322-aaa0-43fc-a4ca-1dffd23f211d HTTP/1.1" 200 115 0.027434 10.0.0.254 - - [2025-06-05 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008582 10.0.0.254 - - [2025-06-05 02:09:23] "PUT /routing-instance/7f24fde8-3ad3-4b2e-a212-154f217a3db1 HTTP/1.1" 200 267 0.010350 10.0.0.254 - - [2025-06-05 02:09:23] "GET /virtual-network/26c5c908-960f-4ac1-b39e-f6154c3cf0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005765 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/network HTTP/1.1" 200 832 0.008271 10.0.0.254 - - [2025-06-05 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.017579 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/network HTTP/1.1" 400 204 0.055205 10.0.0.254 - - [2025-06-05 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.010691 10.0.0.254 - - [2025-06-05 02:09:23] "DELETE /instance-ip/0c1d1e0f-1413-42f1-9183-82caa7888bf9 HTTP/1.1" 200 115 0.042050 10.0.0.254 - - [2025-06-05 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002693 10.0.0.254 - - [2025-06-05 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.254 - - [2025-06-05 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002378 10.0.0.254 - - [2025-06-05 02:09:23] "DELETE /virtual-network/26c5c908-960f-4ac1-b39e-f6154c3cf0d9 HTTP/1.1" 200 115 0.137778 10.0.0.254 - - [2025-06-05 02:09:23] "DELETE /route-target/ed1b3d4d-b6b8-45e3-a082-48e640c60653 HTTP/1.1" 200 115 0.017344 10.0.0.254 - - [2025-06-05 02:09:23] "DELETE /service-instance/e6a0c8ca-0e4b-485d-8f95-946ce26fc79f HTTP/1.1" 200 115 0.034545 10.0.0.254 - - [2025-06-05 02:09:23] "GET /logical-router/272a6a70-e442-4769-8abd-8f4f595296e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007695 10.0.0.254 - - [2025-06-05 02:09:23] "GET /service-instance/e6a0c8ca-0e4b-485d-8f95-946ce26fc79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002390 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014180 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/port HTTP/1.1" 200 1115 0.022049 10.0.0.254 - - [2025-06-05 02:09:23] "GET /virtual-machine-interface/61874ac1-1ab9-4f9a-b957-dbb288b8f396?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.011867 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/port HTTP/1.1" 200 1090 0.023325 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/port HTTP/1.1" 200 1116 0.018756 10.0.0.254 - - [2025-06-05 02:09:23] "DELETE /virtual-machine-interface/61874ac1-1ab9-4f9a-b957-dbb288b8f396 HTTP/1.1" 200 115 0.066258 10.0.0.254 - - [2025-06-05 02:09:23] "GET /virtual-machine-interface/78a3c0f3-6b1b-41d2-8932-f9b9facc277f?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.011506 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/port HTTP/1.1" 200 151 0.197147 10.0.0.254 - - [2025-06-05 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.027737 10.0.0.254 - - [2025-06-05 02:09:23] "POST /neutron/port HTTP/1.1" 200 151 0.170599 10.0.0.254 - - [2025-06-05 02:09:23] "GET /instance-ip/6c4ba07b-7656-4cd2-93ef-ac124c906873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004833 10.0.0.254 - - [2025-06-05 02:09:23] "DELETE /virtual-machine-interface/78a3c0f3-6b1b-41d2-8932-f9b9facc277f HTTP/1.1" 200 115 0.030893 10.0.0.254 - - [2025-06-05 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.019487 10.0.0.254 - - [2025-06-05 02:09:24] "DELETE /virtual-machine/0850ce72-6003-412a-883c-d79c5137a199 HTTP/1.1" 200 115 0.015948 10.0.0.254 - - [2025-06-05 02:09:24] "GET /virtual-machine-interface/74863bc2-e0bd-4a38-976d-87719e4deb9a?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.007746 10.0.0.254 - - [2025-06-05 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.014112 10.0.0.254 - - [2025-06-05 02:09:24] "GET /instance-ip/6c4ba07b-7656-4cd2-93ef-ac124c906873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004840 10.0.0.254 - - [2025-06-05 02:09:24] "DELETE /instance-ip/6c4ba07b-7656-4cd2-93ef-ac124c906873 HTTP/1.1" 200 115 0.030197 10.0.0.254 - - [2025-06-05 02:09:24] "DELETE /virtual-machine-interface/74863bc2-e0bd-4a38-976d-87719e4deb9a HTTP/1.1" 200 115 0.045918 10.0.0.254 - - [2025-06-05 02:09:24] "GET /virtual-machine-interface/7e9ca3d2-5fcc-4cf4-acbf-069d17401032?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.005965 10.0.0.254 - - [2025-06-05 02:09:24] "DELETE /virtual-machine-interface/7e9ca3d2-5fcc-4cf4-acbf-069d17401032 HTTP/1.1" 200 115 0.033295 10.0.0.254 - - [2025-06-05 02:09:24] "DELETE /virtual-machine/07565753-2284-4bf2-9428-a32d3926b129 HTTP/1.1" 200 115 0.022471 10.0.0.254 - - [2025-06-05 02:09:25] "POST /neutron/network HTTP/1.1" 200 832 0.005440 10.0.0.254 - - [2025-06-05 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004740 10.0.0.254 - - [2025-06-05 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005541 10.0.0.254 - - [2025-06-05 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001711 10.0.0.254 - - [2025-06-05 02:09:25] "POST /neutron/network HTTP/1.1" 200 151 0.088516 10.0.0.254 - - [2025-06-05 02:09:25] "DELETE /route-target/12ddb441-ea65-4245-9db0-f22fed40188a HTTP/1.1" 200 115 0.014671 10.0.0.254 - - [2025-06-05 02:09:25] "POST /neutron/network HTTP/1.1" 200 826 0.006913 10.0.0.254 - - [2025-06-05 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.254 - - [2025-06-05 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.254 - - [2025-06-05 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002369 10.0.0.254 - - [2025-06-05 02:09:25] "POST /neutron/network HTTP/1.1" 200 151 0.088310 10.0.0.254 - - [2025-06-05 02:09:25] "DELETE /route-target/9553ea54-55a1-4553-906f-81df50cc2f55 HTTP/1.1" 200 115 0.022895 10.0.0.254 - - [2025-06-05 02:09:25] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.254 - - [2025-06-05 02:09:25] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.031683 10.0.0.254 - - [2025-06-05 02:09:25] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001011 10.0.0.254 - - [2025-06-05 02:09:25] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?fields=virtual_networks HTTP/1.1" 200 1040 0.069175 10.0.0.254 - - [2025-06-05 02:09:25] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002444 10.0.0.254 - - [2025-06-05 02:09:25] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.035554 10.0.0.254 - - [2025-06-05 02:09:25] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.254 - - [2025-06-05 02:09:25] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?fields=security_groups HTTP/1.1" 200 1270 0.029496 10.0.0.254 - - [2025-06-05 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.029104 10.0.0.254 - - [2025-06-05 02:09:26] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002417 10.0.0.254 - - [2025-06-05 02:09:26] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.254 - - [2025-06-05 02:09:26] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007919 10.0.0.254 - - [2025-06-05 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.001256 10.0.0.254 - - [2025-06-05 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003482 10.0.0.254 - - [2025-06-05 02:09:27] "POST /security-groups HTTP/1.1" 200 599 0.059887 10.0.0.254 - - [2025-06-05 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.002895 10.0.0.254 - - [2025-06-05 02:09:27] "POST /projects HTTP/1.1" 200 601 0.219837 10.0.0.254 - - [2025-06-05 02:09:27] "POST /access-control-lists HTTP/1.1" 200 606 0.056623 10.0.0.254 - - [2025-06-05 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.292999 10.0.0.254 - - [2025-06-05 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 241 0.002595 10.0.0.254 - - [2025-06-05 02:09:27] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.408123 10.0.0.254 - - [2025-06-05 02:09:27] "POST /access-control-lists HTTP/1.1" 200 604 0.060105 10.0.0.254 - - [2025-06-05 02:09:28] "GET / HTTP/1.1" 200 36215 0.003014 10.0.0.254 - - [2025-06-05 02:09:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000660 10.0.0.254 - - [2025-06-05 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.053574 10.0.0.254 - - [2025-06-05 02:09:29] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.254 - - [2025-06-05 02:09:29] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.026289 10.0.0.254 - - [2025-06-05 02:09:29] "POST /neutron/network HTTP/1.1" 200 117 0.029372 10.0.0.254 - - [2025-06-05 02:09:29] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001868 10.0.0.254 - - [2025-06-05 02:09:29] "POST /neutron/network HTTP/1.1" 200 613 0.067056 10.0.0.254 - - [2025-06-05 02:09:29] "POST /route-targets HTTP/1.1" 200 328 0.009507 10.0.0.254 - - [2025-06-05 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.015337 10.0.0.254 - - [2025-06-05 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003846 10.0.0.254 - - [2025-06-05 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.132977 10.0.0.254 - - [2025-06-05 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004630 10.0.0.254 - - [2025-06-05 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.151515 10.0.0.254 - - [2025-06-05 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.040399 10.0.0.254 - - [2025-06-05 02:09:29] "GET /virtual-network/16c395b4-0e95-4806-901f-66d936788d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.015482 10.0.0.254 - - [2025-06-05 02:09:29] "POST /neutron/network HTTP/1.1" 200 1006 0.012563 10.0.0.254 - - [2025-06-05 02:09:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001027 10.0.0.254 - - [2025-06-05 02:09:29] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004287 10.0.0.254 - - [2025-06-05 02:09:29] "POST /neutron/network HTTP/1.1" 200 1006 0.007644 10.0.0.254 - - [2025-06-05 02:09:29] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005323 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/network HTTP/1.1" 200 1006 0.007303 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.007131 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.007243 10.0.0.254 - - [2025-06-05 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.254 - - [2025-06-05 02:09:30] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.254 - - [2025-06-05 02:09:30] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.028106 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/network HTTP/1.1" 200 117 0.009657 10.0.0.254 - - [2025-06-05 02:09:30] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/network HTTP/1.1" 200 613 0.066424 10.0.0.254 - - [2025-06-05 02:09:30] "POST /route-targets HTTP/1.1" 200 328 0.009313 10.0.0.254 - - [2025-06-05 02:09:30] "POST /ref-update HTTP/1.1" 200 156 0.012843 10.0.0.254 - - [2025-06-05 02:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006366 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.197655 10.0.0.254 - - [2025-06-05 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.254 - - [2025-06-05 02:09:30] "GET /virtual-network/16c395b4-0e95-4806-901f-66d936788d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004676 10.0.0.254 - - [2025-06-05 02:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003096 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.156368 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/network HTTP/1.1" 200 1007 0.007262 10.0.0.254 - - [2025-06-05 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001795 10.0.0.254 - - [2025-06-05 02:09:30] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004351 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/network HTTP/1.1" 200 1007 0.007209 10.0.0.254 - - [2025-06-05 02:09:30] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004942 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/network HTTP/1.1" 200 1007 0.007694 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.007118 10.0.0.254 - - [2025-06-05 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.007199 10.0.0.254 - - [2025-06-05 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002459 10.0.0.254 - - [2025-06-05 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.254 - - [2025-06-05 02:09:30] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.254 - - [2025-06-05 02:09:30] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.024669 10.0.0.254 - - [2025-06-05 02:09:31] "POST /network-policys HTTP/1.1" 200 579 0.060058 10.0.0.254 - - [2025-06-05 02:09:31] "GET /network-policy/a0bd97e3-d007-47f7-8d71-916d238d14cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.006037 10.0.0.254 - - [2025-06-05 02:09:31] "POST /neutron/network HTTP/1.1" 200 1006 0.007878 10.0.0.254 - - [2025-06-05 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.004864 10.0.0.254 - - [2025-06-05 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.254 - - [2025-06-05 02:09:31] "GET /virtual-network/16c395b4-0e95-4806-901f-66d936788d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005341 10.0.0.254 - - [2025-06-05 02:09:31] "POST /neutron/network HTTP/1.1" 200 1114 0.049472 10.0.0.254 - - [2025-06-05 02:09:31] "POST /access-control-lists HTTP/1.1" 200 598 0.070748 10.0.0.254 - - [2025-06-05 02:09:31] "POST /neutron/network HTTP/1.1" 200 1114 0.060772 10.0.0.254 - - [2025-06-05 02:09:31] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004863 10.0.0.254 - - [2025-06-05 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.254 - - [2025-06-05 02:09:31] "GET /network-policy/a0bd97e3-d007-47f7-8d71-916d238d14cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003936 10.0.0.254 - - [2025-06-05 02:09:31] "POST /neutron/network HTTP/1.1" 200 1007 0.006999 10.0.0.254 - - [2025-06-05 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006203 10.0.0.254 - - [2025-06-05 02:09:31] "GET /virtual-network/16c395b4-0e95-4806-901f-66d936788d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005612 10.0.0.254 - - [2025-06-05 02:09:31] "PUT /access-control-list/802bc37c-bb21-4e4d-b52c-6399543d36f2 HTTP/1.1" 200 273 0.063251 10.0.0.254 - - [2025-06-05 02:09:31] "POST /neutron/network HTTP/1.1" 200 1115 0.101621 10.0.0.254 - - [2025-06-05 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.003925 10.0.0.254 - - [2025-06-05 02:09:31] "POST /neutron/network HTTP/1.1" 200 1115 0.007525 10.0.0.254 - - [2025-06-05 02:09:31] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004754 10.0.0.254 - - [2025-06-05 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.254 - - [2025-06-05 02:09:31] "GET /network-policy/a0bd97e3-d007-47f7-8d71-916d238d14cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.021575 10.0.0.254 - - [2025-06-05 02:09:31] "POST /access-control-lists HTTP/1.1" 200 598 0.057884 10.0.0.254 - - [2025-06-05 02:09:31] "GET /domains HTTP/1.1" 401 293 0.000482 10.0.0.254 - - [2025-06-05 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.012809 10.0.0.254 - - [2025-06-05 02:09:31] "GET /domains HTTP/1.1" 200 281 0.024951 10.0.0.254 - - [2025-06-05 02:09:31] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.254 - - [2025-06-05 02:09:31] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2781 0.009190 10.0.0.254 - - [2025-06-05 02:09:32] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.254 - - [2025-06-05 02:09:32] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85 HTTP/1.1" 200 2634 0.067336 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa HTTP/1.1" 200 3511 0.005977 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa HTTP/1.1" 200 3511 0.004684 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/ca30c0c7-c06d-408b-a8f6-af3d77b619ab HTTP/1.1" 200 1800 0.003798 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/ca30c0c7-c06d-408b-a8f6-af3d77b619ab HTTP/1.1" 200 1800 0.002856 10.0.0.254 - - [2025-06-05 02:09:32] "GET /route-target/aa1a0cd8-49d4-4062-921a-0001fe7aa717 HTTP/1.1" 200 1215 0.002635 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa HTTP/1.1" 200 3511 0.004136 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/ca30c0c7-c06d-408b-a8f6-af3d77b619ab HTTP/1.1" 200 1800 0.002970 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004407 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa HTTP/1.1" 200 3511 0.004281 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/ca30c0c7-c06d-408b-a8f6-af3d77b619ab HTTP/1.1" 200 1800 0.003190 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/ca30c0c7-c06d-408b-a8f6-af3d77b619ab HTTP/1.1" 200 1800 0.004386 10.0.0.254 - - [2025-06-05 02:09:32] "GET /route-target/aa1a0cd8-49d4-4062-921a-0001fe7aa717 HTTP/1.1" 200 1215 0.002606 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domains HTTP/1.1" 200 281 0.002543 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2781 0.006595 10.0.0.254 - - [2025-06-05 02:09:32] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.254 - - [2025-06-05 02:09:32] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85 HTTP/1.1" 200 2634 0.068266 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa HTTP/1.1" 200 3511 0.005072 10.0.0.254 - - [2025-06-05 02:09:32] "GET /obj-perms HTTP/1.1" 200 5065 0.047565 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domains HTTP/1.1" 200 281 0.002553 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2781 0.006877 10.0.0.254 - - [2025-06-05 02:09:32] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001238 10.0.0.254 - - [2025-06-05 02:09:32] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85 HTTP/1.1" 200 2634 0.062906 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645 HTTP/1.1" 200 3514 0.008405 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645 HTTP/1.1" 200 3514 0.005394 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/bafe394b-87a7-43ae-a36a-2ec9c30649a6 HTTP/1.1" 200 1800 0.003345 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/bafe394b-87a7-43ae-a36a-2ec9c30649a6 HTTP/1.1" 200 1800 0.003116 10.0.0.254 - - [2025-06-05 02:09:32] "GET /route-target/9e941f8e-eb4a-4216-8624-f594665ad9f1 HTTP/1.1" 200 1214 0.002831 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645 HTTP/1.1" 200 3514 0.004949 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/bafe394b-87a7-43ae-a36a-2ec9c30649a6 HTTP/1.1" 200 1800 0.003148 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004731 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645 HTTP/1.1" 200 3514 0.004657 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/bafe394b-87a7-43ae-a36a-2ec9c30649a6 HTTP/1.1" 200 1800 0.003762 10.0.0.254 - - [2025-06-05 02:09:32] "GET /routing-instance/bafe394b-87a7-43ae-a36a-2ec9c30649a6 HTTP/1.1" 200 1800 0.003647 10.0.0.254 - - [2025-06-05 02:09:32] "GET /route-target/9e941f8e-eb4a-4216-8624-f594665ad9f1 HTTP/1.1" 200 1214 0.003443 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domains HTTP/1.1" 200 281 0.002999 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.254 - - [2025-06-05 02:09:32] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2781 0.007057 10.0.0.254 - - [2025-06-05 02:09:32] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002055 10.0.0.254 - - [2025-06-05 02:09:32] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85 HTTP/1.1" 200 2634 0.079892 10.0.0.254 - - [2025-06-05 02:09:32] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645 HTTP/1.1" 200 3514 0.005388 10.0.0.254 - - [2025-06-05 02:09:32] "GET /obj-perms HTTP/1.1" 200 5065 0.002827 10.0.0.254 - - [2025-06-05 02:09:33] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005781 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1115 0.007389 10.0.0.254 - - [2025-06-05 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005448 10.0.0.254 - - [2025-06-05 02:09:33] "GET /virtual-network/16c395b4-0e95-4806-901f-66d936788d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007080 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1007 0.048614 10.0.0.254 - - [2025-06-05 02:09:33] "DELETE /access-control-list/6a86a149-67e8-4199-af82-f5ac0b82a3b9 HTTP/1.1" 200 115 0.044490 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1007 0.011849 10.0.0.254 - - [2025-06-05 02:09:33] "GET /virtual-network/6ffe8c5d-54a6-4b44-9d10-300f93084645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004469 10.0.0.254 - - [2025-06-05 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.021642 10.0.0.254 - - [2025-06-05 02:09:33] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008959 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1114 0.007529 10.0.0.254 - - [2025-06-05 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007895 10.0.0.254 - - [2025-06-05 02:09:33] "GET /virtual-network/16c395b4-0e95-4806-901f-66d936788d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007513 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1006 0.058147 10.0.0.254 - - [2025-06-05 02:09:33] "DELETE /access-control-list/802bc37c-bb21-4e4d-b52c-6399543d36f2 HTTP/1.1" 200 115 0.049115 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1006 0.010635 10.0.0.254 - - [2025-06-05 02:09:33] "GET /virtual-network/6baaf95a-944b-4ddb-bfc4-313cf32f78aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007399 10.0.0.254 - - [2025-06-05 02:09:33] "POST /ref-update HTTP/1.1" 200 156 0.021146 10.0.0.254 - - [2025-06-05 02:09:33] "DELETE /network-policy/a0bd97e3-d007-47f7-8d71-916d238d14cc HTTP/1.1" 200 115 0.030928 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1007 0.010146 10.0.0.254 - - [2025-06-05 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002190 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003106 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001953 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001822 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 151 0.086175 10.0.0.254 - - [2025-06-05 02:09:33] "DELETE /route-target/9e941f8e-eb4a-4216-8624-f594665ad9f1 HTTP/1.1" 200 115 0.020098 10.0.0.254 - - [2025-06-05 02:09:33] "GET /routing-instance/bafe394b-87a7-43ae-a36a-2ec9c30649a6 HTTP/1.1" 404 171 0.002338 10.0.0.254 - - [2025-06-05 02:09:33] "GET /domains HTTP/1.1" 200 281 0.002491 10.0.0.254 - - [2025-06-05 02:09:33] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.254 - - [2025-06-05 02:09:33] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2781 0.050415 10.0.0.254 - - [2025-06-05 02:09:33] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.254 - - [2025-06-05 02:09:33] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85 HTTP/1.1" 200 2152 0.084342 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 1006 0.008225 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002159 10.0.0.254 - - [2025-06-05 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002084 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.054434 10.0.0.254 - - [2025-06-05 02:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002020 10.0.0.254 - - [2025-06-05 02:09:33] "POST /neutron/network HTTP/1.1" 200 151 0.156294 10.0.0.254 - - [2025-06-05 02:09:33] "DELETE /route-target/aa1a0cd8-49d4-4062-921a-0001fe7aa717 HTTP/1.1" 200 115 0.068103 10.0.0.254 - - [2025-06-05 02:09:33] "GET /routing-instance/ca30c0c7-c06d-408b-a8f6-af3d77b619ab HTTP/1.1" 404 171 0.002218 10.0.0.254 - - [2025-06-05 02:09:33] "GET /domains HTTP/1.1" 200 281 0.002109 10.0.0.254 - - [2025-06-05 02:09:33] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001624 10.0.0.254 - - [2025-06-05 02:09:33] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2781 0.049593 10.0.0.254 - - [2025-06-05 02:09:33] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.254 - - [2025-06-05 02:09:33] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85 HTTP/1.1" 200 1906 0.078033 10.0.0.254 - - [2025-06-05 02:09:34] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.254 - - [2025-06-05 02:09:34] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.027191 10.0.0.254 - - [2025-06-05 02:09:34] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.254 - - [2025-06-05 02:09:34] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?fields=virtual_networks HTTP/1.1" 200 1051 0.065856 10.0.0.254 - - [2025-06-05 02:09:34] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.254 - - [2025-06-05 02:09:34] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.022173 10.0.0.254 - - [2025-06-05 02:09:34] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001575 10.0.0.254 - - [2025-06-05 02:09:34] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?fields=security_groups HTTP/1.1" 200 1286 0.032420 10.0.0.254 - - [2025-06-05 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 190 0.026813 10.0.0.254 - - [2025-06-05 02:09:35] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002405 10.0.0.254 - - [2025-06-05 02:09:35] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.254 - - [2025-06-05 02:09:35] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006651 10.0.0.254 - - [2025-06-05 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.001310 10.0.0.254 - - [2025-06-05 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.003505 10.0.0.254 - - [2025-06-05 02:09:35] "POST /security-groups HTTP/1.1" 200 593 0.063372 10.0.0.254 - - [2025-06-05 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003614 10.0.0.254 - - [2025-06-05 02:09:35] "POST /projects HTTP/1.1" 200 589 0.213605 10.0.0.254 - - [2025-06-05 02:09:35] "POST /access-control-lists HTTP/1.1" 200 600 0.057151 10.0.0.254 - - [2025-06-05 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.279339 10.0.0.254 - - [2025-06-05 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 235 0.003439 10.0.0.254 - - [2025-06-05 02:09:35] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.393509 10.0.0.254 - - [2025-06-05 02:09:35] "POST /access-control-lists HTTP/1.1" 200 598 0.059995 10.0.0.254 - - [2025-06-05 02:09:36] "GET / HTTP/1.1" 200 36215 0.001693 10.0.0.254 - - [2025-06-05 02:09:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.254 - - [2025-06-05 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.050567 10.0.0.254 - - [2025-06-05 02:09:37] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.254 - - [2025-06-05 02:09:37] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028025 10.0.0.254 - - [2025-06-05 02:09:37] "POST /neutron/network HTTP/1.1" 200 117 0.029056 10.0.0.254 - - [2025-06-05 02:09:37] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.254 - - [2025-06-05 02:09:37] "POST /neutron/network HTTP/1.1" 200 607 0.063342 10.0.0.254 - - [2025-06-05 02:09:37] "POST /route-targets HTTP/1.1" 200 328 0.010049 10.0.0.254 - - [2025-06-05 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.010669 10.0.0.254 - - [2025-06-05 02:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004468 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.145386 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 827 0.004825 10.0.0.254 - - [2025-06-05 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001124 10.0.0.254 - - [2025-06-05 02:09:38] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004747 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 827 0.005971 10.0.0.254 - - [2025-06-05 02:09:38] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004668 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 827 0.005360 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.006193 10.0.0.254 - - [2025-06-05 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.254 - - [2025-06-05 02:09:38] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.254 - - [2025-06-05 02:09:38] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029291 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 117 0.009036 10.0.0.254 - - [2025-06-05 02:09:38] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 607 0.064860 10.0.0.254 - - [2025-06-05 02:09:38] "POST /route-targets HTTP/1.1" 200 328 0.009249 10.0.0.254 - - [2025-06-05 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.011156 10.0.0.254 - - [2025-06-05 02:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004308 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.197255 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 827 0.005250 10.0.0.254 - - [2025-06-05 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001200 10.0.0.254 - - [2025-06-05 02:09:38] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004968 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 827 0.006290 10.0.0.254 - - [2025-06-05 02:09:38] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006380 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/network HTTP/1.1" 200 827 0.005839 10.0.0.254 - - [2025-06-05 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.006869 10.0.0.254 - - [2025-06-05 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.002799 10.0.0.254 - - [2025-06-05 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.254 - - [2025-06-05 02:09:38] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.254 - - [2025-06-05 02:09:38] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024320 10.0.0.254 - - [2025-06-05 02:09:39] "POST /network-policys HTTP/1.1" 200 573 0.016566 10.0.0.254 - - [2025-06-05 02:09:39] "GET /network-policy/30be2d46-b261-4611-8175-4a232a931ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004750 10.0.0.254 - - [2025-06-05 02:09:39] "POST /neutron/network HTTP/1.1" 200 827 0.005296 10.0.0.254 - - [2025-06-05 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.003263 10.0.0.254 - - [2025-06-05 02:09:39] "POST /neutron/network HTTP/1.1" 200 929 0.048256 10.0.0.254 - - [2025-06-05 02:09:39] "POST /neutron/network HTTP/1.1" 200 929 0.041403 10.0.0.254 - - [2025-06-05 02:09:39] "POST /access-control-lists HTTP/1.1" 200 592 0.068786 10.0.0.254 - - [2025-06-05 02:09:39] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005452 10.0.0.254 - - [2025-06-05 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.254 - - [2025-06-05 02:09:39] "GET /network-policy/30be2d46-b261-4611-8175-4a232a931ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003390 10.0.0.254 - - [2025-06-05 02:09:39] "POST /neutron/network HTTP/1.1" 200 827 0.005970 10.0.0.254 - - [2025-06-05 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.004227 10.0.0.254 - - [2025-06-05 02:09:39] "POST /neutron/network HTTP/1.1" 200 929 0.043126 10.0.0.254 - - [2025-06-05 02:09:39] "POST /neutron/network HTTP/1.1" 200 929 0.006315 10.0.0.254 - - [2025-06-05 02:09:39] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.038518 10.0.0.254 - - [2025-06-05 02:09:39] "POST /access-control-lists HTTP/1.1" 200 592 0.069369 10.0.0.254 - - [2025-06-05 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.254 - - [2025-06-05 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.254 - - [2025-06-05 02:09:39] "GET /network-policy/30be2d46-b261-4611-8175-4a232a931ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005347 10.0.0.254 - - [2025-06-05 02:09:39] "GET /domains HTTP/1.1" 401 293 0.000379 10.0.0.254 - - [2025-06-05 02:09:39] "PUT /access-control-list/60126c5d-4535-4e83-8240-32977d6a81bb HTTP/1.1" 200 273 0.054902 10.0.0.254 - - [2025-06-05 02:09:39] "GET /domains HTTP/1.1" 200 281 0.029087 10.0.0.254 - - [2025-06-05 02:09:39] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001641 10.0.0.254 - - [2025-06-05 02:09:39] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.010168 10.0.0.254 - - [2025-06-05 02:09:39] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.254 - - [2025-06-05 02:09:40] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b HTTP/1.1" 200 2579 0.069296 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636 HTTP/1.1" 200 2900 0.005986 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636 HTTP/1.1" 200 2900 0.005238 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/71a6aeed-29d5-4318-9bf3-587b0d0a7571 HTTP/1.1" 200 1787 0.003688 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/71a6aeed-29d5-4318-9bf3-587b0d0a7571 HTTP/1.1" 200 1787 0.003181 10.0.0.254 - - [2025-06-05 02:09:40] "GET /route-target/587529e4-4f8e-4378-ba3e-ee1c326e5163 HTTP/1.1" 200 1208 0.003134 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636 HTTP/1.1" 200 2900 0.004836 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/71a6aeed-29d5-4318-9bf3-587b0d0a7571 HTTP/1.1" 200 1787 0.003626 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005349 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636 HTTP/1.1" 200 2900 0.004584 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/71a6aeed-29d5-4318-9bf3-587b0d0a7571 HTTP/1.1" 200 1787 0.004951 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/71a6aeed-29d5-4318-9bf3-587b0d0a7571 HTTP/1.1" 200 1787 0.003110 10.0.0.254 - - [2025-06-05 02:09:40] "GET /route-target/587529e4-4f8e-4378-ba3e-ee1c326e5163 HTTP/1.1" 200 1208 0.002811 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domains HTTP/1.1" 200 281 0.002651 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.009444 10.0.0.254 - - [2025-06-05 02:09:40] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.254 - - [2025-06-05 02:09:40] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b HTTP/1.1" 200 2579 0.063460 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636 HTTP/1.1" 200 2900 0.004705 10.0.0.254 - - [2025-06-05 02:09:40] "GET /obj-perms HTTP/1.1" 200 5053 0.049985 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domains HTTP/1.1" 200 281 0.002531 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.006642 10.0.0.254 - - [2025-06-05 02:09:40] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001263 10.0.0.254 - - [2025-06-05 02:09:40] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b HTTP/1.1" 200 2579 0.065073 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592 HTTP/1.1" 200 2899 0.006674 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592 HTTP/1.1" 200 2899 0.004713 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/ade1cec3-dbe7-419d-aedb-0425d5079e88 HTTP/1.1" 200 1788 0.003697 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/ade1cec3-dbe7-419d-aedb-0425d5079e88 HTTP/1.1" 200 1788 0.003900 10.0.0.254 - - [2025-06-05 02:09:40] "GET /route-target/e0c85342-2879-452e-a890-2bdc645b4f30 HTTP/1.1" 200 1209 0.003042 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592 HTTP/1.1" 200 2899 0.004682 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/ade1cec3-dbe7-419d-aedb-0425d5079e88 HTTP/1.1" 200 1788 0.003299 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005949 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592 HTTP/1.1" 200 2899 0.004791 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/ade1cec3-dbe7-419d-aedb-0425d5079e88 HTTP/1.1" 200 1788 0.003830 10.0.0.254 - - [2025-06-05 02:09:40] "GET /routing-instance/ade1cec3-dbe7-419d-aedb-0425d5079e88 HTTP/1.1" 200 1788 0.003494 10.0.0.254 - - [2025-06-05 02:09:40] "GET /route-target/e0c85342-2879-452e-a890-2bdc645b4f30 HTTP/1.1" 200 1209 0.002831 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domains HTTP/1.1" 200 281 0.002665 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.254 - - [2025-06-05 02:09:40] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.007330 10.0.0.254 - - [2025-06-05 02:09:40] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001078 10.0.0.254 - - [2025-06-05 02:09:40] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b HTTP/1.1" 200 2579 0.073854 10.0.0.254 - - [2025-06-05 02:09:40] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592 HTTP/1.1" 200 2899 0.005256 10.0.0.254 - - [2025-06-05 02:09:40] "GET /obj-perms HTTP/1.1" 200 5053 0.003122 10.0.0.254 - - [2025-06-05 02:09:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001888 10.0.0.254 - - [2025-06-05 02:09:41] "POST /neutron/network HTTP/1.1" 200 939 0.005986 10.0.0.254 - - [2025-06-05 02:09:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000515 10.0.0.254 - - [2025-06-05 02:09:41] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.254 - - [2025-06-05 02:09:41] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000392 10.0.0.254 - - [2025-06-05 02:09:41] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.254 - - [2025-06-05 02:09:41] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048936 10.0.0.254 - - [2025-06-05 02:09:41] "POST /neutron/network HTTP/1.1" 200 929 0.005140 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.005235 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.004507 10.0.0.254 - - [2025-06-05 02:09:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.004171 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.015857 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/network HTTP/1.1" 200 939 0.006906 10.0.0.254 - - [2025-06-05 02:09:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/network HTTP/1.1" 200 939 0.006373 10.0.0.254 - - [2025-06-05 02:09:42] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001114 10.0.0.254 - - [2025-06-05 02:09:42] "GET / HTTP/1.1" 200 36215 0.004763 10.0.0.254 - - [2025-06-05 02:09:42] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000905 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 1063 0.219155 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 1063 0.010286 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 1063 0.012324 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 1117 0.071887 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 1091 0.017568 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004227 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 704 0.013355 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.254 - - [2025-06-05 02:09:42] "POST /neutron/network HTTP/1.1" 200 929 0.008206 10.0.0.254 - - [2025-06-05 02:09:42] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.254 - - [2025-06-05 02:09:43] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.051929 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/network HTTP/1.1" 200 929 0.008769 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/port HTTP/1.1" 200 1091 0.031701 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006321 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.005608 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/port HTTP/1.1" 200 1091 0.027187 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009757 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/network HTTP/1.1" 200 939 0.005970 10.0.0.254 - - [2025-06-05 02:09:43] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001304 10.0.0.254 - - [2025-06-05 02:09:43] "PUT /access-control-list/2039269b-a5cb-4af4-b772-acfef64adc43 HTTP/1.1" 200 273 0.023565 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/port HTTP/1.1" 200 1063 0.313561 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/port HTTP/1.1" 200 1063 0.008632 10.0.0.254 - - [2025-06-05 02:09:43] "POST /neutron/port HTTP/1.1" 200 1063 0.007491 10.0.0.254 - - [2025-06-05 02:09:44] "POST /neutron/port HTTP/1.1" 200 1117 0.062706 10.0.0.254 - - [2025-06-05 02:09:44] "POST /neutron/port HTTP/1.1" 200 1091 0.025157 10.0.0.254 - - [2025-06-05 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003136 10.0.0.254 - - [2025-06-05 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.010549 10.0.0.254 - - [2025-06-05 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.254 - - [2025-06-05 02:09:44] "POST /neutron/network HTTP/1.1" 200 929 0.009591 10.0.0.254 - - [2025-06-05 02:09:48] "POST /neutron/port HTTP/1.1" 200 1091 0.016218 10.0.0.254 - - [2025-06-05 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006243 10.0.0.254 - - [2025-06-05 02:09:48] "POST /neutron/port HTTP/1.1" 200 1091 0.016515 10.0.0.254 - - [2025-06-05 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007324 10.0.0.254 - - [2025-06-05 02:09:48] "POST /neutron/port HTTP/1.1" 200 1091 0.016182 10.0.0.254 - - [2025-06-05 02:09:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005929 10.0.0.254 - - [2025-06-05 02:09:48] "GET /virtual-machine/cadce4e4-9aeb-4cff-bbdf-452fe9b9dc0b HTTP/1.1" 200 1297 0.005089 10.0.0.254 - - [2025-06-05 02:09:48] "GET /virtual-machine-interface/f9efd362-b077-4c66-b356-2fb447fc0062 HTTP/1.1" 200 2959 0.004888 10.0.0.254 - - [2025-06-05 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.254 - - [2025-06-05 02:09:48] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003404 10.0.0.254 - - [2025-06-05 02:09:48] "GET /virtual-networks?parent_id=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003040 10.0.0.254 - - [2025-06-05 02:09:48] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006062 10.0.0.254 - - [2025-06-05 02:09:51] "POST /neutron/port HTTP/1.1" 200 1091 0.035565 10.0.0.254 - - [2025-06-05 02:09:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005997 10.0.0.254 - - [2025-06-05 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.254 - - [2025-06-05 02:09:51] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005661 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 1091 0.019314 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006037 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 1091 0.015924 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 1091 0.017112 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 939 0.005360 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002945 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.011695 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.254 - - [2025-06-05 02:09:52] "POST /neutron/network HTTP/1.1" 200 929 0.008829 10.0.0.254 - - [2025-06-05 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.254 - - [2025-06-05 02:09:54] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004693 10.0.0.254 - - [2025-06-05 02:09:54] "GET /virtual-networks?parent_id=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003171 10.0.0.254 - - [2025-06-05 02:09:54] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.009109 10.0.0.254 - - [2025-06-05 02:09:54] "POST /neutron/port HTTP/1.1" 200 1091 0.020373 10.0.0.254 - - [2025-06-05 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007084 10.0.0.254 - - [2025-06-05 02:09:54] "POST /neutron/port HTTP/1.1" 200 1091 0.014784 10.0.0.254 - - [2025-06-05 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006697 10.0.0.254 - - [2025-06-05 02:09:54] "POST /neutron/port HTTP/1.1" 200 1091 0.032485 10.0.0.254 - - [2025-06-05 02:09:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005756 10.0.0.254 - - [2025-06-05 02:09:54] "GET /virtual-machine/f84e9cb6-16fa-4de0-98a9-ad3f611e47fd HTTP/1.1" 200 1297 0.004390 10.0.0.254 - - [2025-06-05 02:09:54] "GET /virtual-machine-interface/cec1c245-4dd0-4038-bb05-1b80108bce3b HTTP/1.1" 200 2959 0.004995 10.0.0.254 - - [2025-06-05 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.254 - - [2025-06-05 02:09:54] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003691 10.0.0.254 - - [2025-06-05 02:09:54] "GET /virtual-networks?parent_id=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003543 10.0.0.254 - - [2025-06-05 02:09:54] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008335 10.0.0.254 - - [2025-06-05 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.254 - - [2025-06-05 02:09:55] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003495 10.0.0.254 - - [2025-06-05 02:09:55] "GET /virtual-networks?parent_id=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003100 10.0.0.254 - - [2025-06-05 02:09:55] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005916 10.0.0.254 - - [2025-06-05 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.254 - - [2025-06-05 02:09:59] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001065 10.0.0.254 - - [2025-06-05 02:09:59] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027062 10.0.0.254 - - [2025-06-05 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.254 - - [2025-06-05 02:09:59] "PUT /network-policy/30be2d46-b261-4611-8175-4a232a931ba2 HTTP/1.1" 200 263 0.010600 10.0.0.254 - - [2025-06-05 02:10:00] "PUT /access-control-list/2039269b-a5cb-4af4-b772-acfef64adc43 HTTP/1.1" 200 273 0.050924 10.0.0.254 - - [2025-06-05 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.011423 10.0.0.254 - - [2025-06-05 02:10:00] "PUT /access-control-list/60126c5d-4535-4e83-8240-32977d6a81bb HTTP/1.1" 200 273 0.057464 10.0.0.254 - - [2025-06-05 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.011302 10.0.0.254 - - [2025-06-05 02:10:03] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006012 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 929 0.012856 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 827 0.052619 10.0.0.254 - - [2025-06-05 02:10:03] "DELETE /access-control-list/2039269b-a5cb-4af4-b772-acfef64adc43 HTTP/1.1" 200 115 0.038817 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 827 0.010035 10.0.0.254 - - [2025-06-05 02:10:03] "GET /virtual-network/07a45a51-00f6-49ec-9226-48ea3508d592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006655 10.0.0.254 - - [2025-06-05 02:10:03] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006290 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 929 0.005543 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 827 0.055575 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 827 0.006272 10.0.0.254 - - [2025-06-05 02:10:03] "GET /virtual-network/2d732a36-bdfb-4253-adb5-18eb0c931636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005884 10.0.0.254 - - [2025-06-05 02:10:03] "DELETE /network-policy/30be2d46-b261-4611-8175-4a232a931ba2 HTTP/1.1" 200 115 0.026165 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 200 827 0.006250 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/network HTTP/1.1" 400 204 0.012662 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1091 0.030504 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1117 0.012542 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1091 0.033535 10.0.0.254 - - [2025-06-05 02:10:03] "POST /neutron/port HTTP/1.1" 200 1117 0.017301 10.0.0.254 - - [2025-06-05 02:10:04] "POST /neutron/port HTTP/1.1" 200 151 0.151130 10.0.0.254 - - [2025-06-05 02:10:04] "DELETE /access-control-list/60126c5d-4535-4e83-8240-32977d6a81bb HTTP/1.1" 200 115 0.033188 10.0.0.254 - - [2025-06-05 02:10:04] "POST /neutron/port HTTP/1.1" 200 151 0.171158 10.0.0.254 - - [2025-06-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 827 0.007012 10.0.0.254 - - [2025-06-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003809 10.0.0.254 - - [2025-06-05 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.254 - - [2025-06-05 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.254 - - [2025-06-05 02:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.086364 10.0.0.254 - - [2025-06-05 02:10:05] "GET /routing-instance/ade1cec3-dbe7-419d-aedb-0425d5079e88 HTTP/1.1" 404 171 0.002704 10.0.0.254 - - [2025-06-05 02:10:05] "DELETE /route-target/e0c85342-2879-452e-a890-2bdc645b4f30 HTTP/1.1" 200 115 0.019134 10.0.0.254 - - [2025-06-05 02:10:05] "GET /domains HTTP/1.1" 200 281 0.001874 10.0.0.254 - - [2025-06-05 02:10:05] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.254 - - [2025-06-05 02:10:05] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.048896 10.0.0.254 - - [2025-06-05 02:10:05] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001696 10.0.0.254 - - [2025-06-05 02:10:05] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b HTTP/1.1" 200 2109 0.071177 10.0.0.254 - - [2025-06-05 02:10:06] "POST /neutron/network HTTP/1.1" 200 827 0.005224 10.0.0.254 - - [2025-06-05 02:10:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.254 - - [2025-06-05 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.254 - - [2025-06-05 02:10:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001966 10.0.0.254 - - [2025-06-05 02:10:06] "POST /neutron/network HTTP/1.1" 200 151 0.079177 10.0.0.254 - - [2025-06-05 02:10:06] "GET /routing-instance/71a6aeed-29d5-4318-9bf3-587b0d0a7571 HTTP/1.1" 404 171 0.002679 10.0.0.254 - - [2025-06-05 02:10:06] "DELETE /route-target/587529e4-4f8e-4378-ba3e-ee1c326e5163 HTTP/1.1" 200 115 0.021717 10.0.0.254 - - [2025-06-05 02:10:06] "GET /domains HTTP/1.1" 200 281 0.004323 10.0.0.254 - - [2025-06-05 02:10:06] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364 10.0.0.254 - - [2025-06-05 02:10:06] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.049468 10.0.0.254 - - [2025-06-05 02:10:06] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.254 - - [2025-06-05 02:10:06] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b HTTP/1.1" 200 1869 0.067740 10.0.0.254 - - [2025-06-05 02:10:06] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.254 - - [2025-06-05 02:10:06] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033752 10.0.0.254 - - [2025-06-05 02:10:06] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.254 - - [2025-06-05 02:10:06] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?fields=virtual_networks HTTP/1.1" 200 1038 0.067746 10.0.0.254 - - [2025-06-05 02:10:06] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001574 10.0.0.254 - - [2025-06-05 02:10:06] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024727 10.0.0.254 - - [2025-06-05 02:10:06] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.254 - - [2025-06-05 02:10:06] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?fields=security_groups HTTP/1.1" 200 1267 0.027309 10.0.0.254 - - [2025-06-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.025048 10.0.0.254 - - [2025-06-05 02:10:07] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002323 10.0.0.254 - - [2025-06-05 02:10:07] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.254 - - [2025-06-05 02:10:07] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007149 10.0.0.254 - - [2025-06-05 02:10:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.001578 10.0.0.254 - - [2025-06-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.002913 10.0.0.254 - - [2025-06-05 02:10:07] "POST /security-groups HTTP/1.1" 200 589 0.067503 10.0.0.254 - - [2025-06-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 232 0.004941 10.0.0.254 - - [2025-06-05 02:10:07] "POST /projects HTTP/1.1" 200 581 0.226957 10.0.0.254 - - [2025-06-05 02:10:07] "POST /access-control-lists HTTP/1.1" 200 596 0.059511 10.0.0.254 - - [2025-06-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.297350 10.0.0.254 - - [2025-06-05 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.003415 10.0.0.254 - - [2025-06-05 02:10:08] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.414456 10.0.0.254 - - [2025-06-05 02:10:08] "POST /access-control-lists HTTP/1.1" 200 594 0.060558 10.0.0.254 - - [2025-06-05 02:10:09] "GET / HTTP/1.1" 200 36215 0.002047 10.0.0.254 - - [2025-06-05 02:10:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.254 - - [2025-06-05 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.049089 10.0.0.254 - - [2025-06-05 02:10:10] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.254 - - [2025-06-05 02:10:10] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027841 10.0.0.254 - - [2025-06-05 02:10:10] "POST /neutron/network HTTP/1.1" 200 117 0.026993 10.0.0.254 - - [2025-06-05 02:10:10] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002100 10.0.0.254 - - [2025-06-05 02:10:10] "POST /neutron/network HTTP/1.1" 200 613 0.071428 10.0.0.254 - - [2025-06-05 02:10:10] "POST /route-targets HTTP/1.1" 200 328 0.009762 10.0.0.254 - - [2025-06-05 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.010020 10.0.0.254 - - [2025-06-05 02:10:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002136 10.0.0.254 - - [2025-06-05 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.152012 10.0.0.254 - - [2025-06-05 02:10:10] "POST /neutron/network HTTP/1.1" 200 832 0.006095 10.0.0.254 - - [2025-06-05 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001659 10.0.0.254 - - [2025-06-05 02:10:10] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006993 10.0.0.254 - - [2025-06-05 02:10:10] "POST /neutron/network HTTP/1.1" 200 832 0.005239 10.0.0.254 - - [2025-06-05 02:10:10] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004534 10.0.0.254 - - [2025-06-05 02:10:10] "POST /neutron/network HTTP/1.1" 200 832 0.005611 10.0.0.254 - - [2025-06-05 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.006670 10.0.0.254 - - [2025-06-05 02:10:10] "GET /domains HTTP/1.1" 401 293 0.000385 10.0.0.254 - - [2025-06-05 02:10:10] "GET /domains HTTP/1.1" 200 281 0.027929 10.0.0.254 - - [2025-06-05 02:10:10] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.254 - - [2025-06-05 02:10:10] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 3155 0.009406 10.0.0.254 - - [2025-06-05 02:10:10] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.254 - - [2025-06-05 02:10:11] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2085 0.069940 10.0.0.254 - - [2025-06-05 02:10:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78 HTTP/1.1" 200 2323 0.006280 10.0.0.254 - - [2025-06-05 02:10:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78 HTTP/1.1" 200 2323 0.004982 10.0.0.254 - - [2025-06-05 02:10:11] "GET /routing-instance/67842794-ea0a-4e3f-ba98-b9b3a698ad8b HTTP/1.1" 200 1496 0.005062 10.0.0.254 - - [2025-06-05 02:10:11] "GET /routing-instance/67842794-ea0a-4e3f-ba98-b9b3a698ad8b HTTP/1.1" 200 1496 0.003843 10.0.0.254 - - [2025-06-05 02:10:11] "GET /route-target/289a1a95-aabc-4b51-9093-29e63ca4ce4d HTTP/1.1" 200 1214 0.002899 10.0.0.254 - - [2025-06-05 02:10:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78 HTTP/1.1" 200 2323 0.004412 10.0.0.254 - - [2025-06-05 02:10:11] "GET /routing-instance/67842794-ea0a-4e3f-ba98-b9b3a698ad8b HTTP/1.1" 200 1496 0.004197 10.0.0.254 - - [2025-06-05 02:10:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006700 10.0.0.254 - - [2025-06-05 02:10:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78 HTTP/1.1" 200 2323 0.006408 10.0.0.254 - - [2025-06-05 02:10:11] "GET /routing-instance/67842794-ea0a-4e3f-ba98-b9b3a698ad8b HTTP/1.1" 200 1496 0.002947 10.0.0.254 - - [2025-06-05 02:10:11] "GET /routing-instance/67842794-ea0a-4e3f-ba98-b9b3a698ad8b HTTP/1.1" 200 1496 0.004479 10.0.0.254 - - [2025-06-05 02:10:11] "GET /route-target/289a1a95-aabc-4b51-9093-29e63ca4ce4d HTTP/1.1" 200 1214 0.002988 10.0.0.254 - - [2025-06-05 02:10:11] "GET /domains HTTP/1.1" 200 281 0.003270 10.0.0.254 - - [2025-06-05 02:10:11] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.254 - - [2025-06-05 02:10:11] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 3155 0.007274 10.0.0.254 - - [2025-06-05 02:10:11] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.254 - - [2025-06-05 02:10:11] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2085 0.064029 10.0.0.254 - - [2025-06-05 02:10:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78 HTTP/1.1" 200 2323 0.005201 10.0.0.254 - - [2025-06-05 02:10:11] "GET /obj-perms HTTP/1.1" 200 5045 0.061194 10.0.0.254 - - [2025-06-05 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.254 - - [2025-06-05 02:10:11] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.254 - - [2025-06-05 02:10:11] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.022509 10.0.0.254 - - [2025-06-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 117 0.009011 10.0.0.254 - - [2025-06-05 02:10:11] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.254 - - [2025-06-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 613 0.065384 10.0.0.254 - - [2025-06-05 02:10:11] "POST /route-targets HTTP/1.1" 200 328 0.009216 10.0.0.254 - - [2025-06-05 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.011027 10.0.0.254 - - [2025-06-05 02:10:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003354 10.0.0.254 - - [2025-06-05 02:10:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.154108 10.0.0.254 - - [2025-06-05 02:10:11] "POST /neutron/network HTTP/1.1" 200 834 0.004791 10.0.0.254 - - [2025-06-05 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001074 10.0.0.254 - - [2025-06-05 02:10:11] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004564 10.0.0.254 - - [2025-06-05 02:10:12] "POST /neutron/network HTTP/1.1" 200 834 0.005300 10.0.0.254 - - [2025-06-05 02:10:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004414 10.0.0.254 - - [2025-06-05 02:10:12] "POST /neutron/network HTTP/1.1" 200 834 0.005396 10.0.0.254 - - [2025-06-05 02:10:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.008252 10.0.0.254 - - [2025-06-05 02:10:12] "GET /domains HTTP/1.1" 200 281 0.002280 10.0.0.254 - - [2025-06-05 02:10:12] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.254 - - [2025-06-05 02:10:12] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 3155 0.006453 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2304 0.063815 10.0.0.254 - - [2025-06-05 02:10:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f HTTP/1.1" 200 2328 0.006261 10.0.0.254 - - [2025-06-05 02:10:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f HTTP/1.1" 200 2328 0.004636 10.0.0.254 - - [2025-06-05 02:10:12] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b HTTP/1.1" 200 1496 0.003305 10.0.0.254 - - [2025-06-05 02:10:12] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b HTTP/1.1" 200 1496 0.003495 10.0.0.254 - - [2025-06-05 02:10:12] "GET /route-target/4376999b-54f8-4618-bf93-a3a45f496ec5 HTTP/1.1" 200 1214 0.013651 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /project/059f31d763464f76900273695ed64dc0 HTTP/1.1" 404 173 0.012725 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /project/79b92cbd71e04fc3aa72418bcdd9ec3b HTTP/1.1" 404 173 0.007486 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /project/c12c6ff4c34141e4ac1a264f537c2b85 HTTP/1.1" 404 173 0.004538 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000881 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000858 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.254 - - [2025-06-05 02:10:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f HTTP/1.1" 200 2328 0.008472 10.0.0.254 - - [2025-06-05 02:10:12] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b HTTP/1.1" 200 1496 0.003939 10.0.0.254 - - [2025-06-05 02:10:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.012580 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.057555 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.062011 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.066815 10.0.0.254 - - [2025-06-05 02:10:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f HTTP/1.1" 200 2328 0.013178 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000904 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000814 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000802 10.0.0.254 - - [2025-06-05 02:10:12] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b HTTP/1.1" 200 1496 0.007483 10.0.0.254 - - [2025-06-05 02:10:12] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b HTTP/1.1" 200 1496 0.004336 10.0.0.254 - - [2025-06-05 02:10:12] "GET /route-target/4376999b-54f8-4618-bf93-a3a45f496ec5 HTTP/1.1" 200 1214 0.003390 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?fields=security_groups HTTP/1.1" 200 1388 0.058918 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?fields=security_groups HTTP/1.1" 200 1372 0.060569 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?fields=security_groups HTTP/1.1" 200 1369 0.071785 10.0.0.254 - - [2025-06-05 02:10:12] "GET /domains HTTP/1.1" 200 281 0.004898 10.0.0.254 - - [2025-06-05 02:10:12] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001547 10.0.0.254 - - [2025-06-05 02:10:12] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 3155 0.012464 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2304 0.090181 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /security-group/fda52a15-07e8-47cb-a1af-e746cf2c25d4 HTTP/1.1" 200 115 0.083965 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /access-control-list/d3324f51-8ab1-44ab-99fb-566823de746c HTTP/1.1" 200 115 0.065639 10.0.0.254 - - [2025-06-05 02:10:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f HTTP/1.1" 200 2328 0.007499 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=1af85c5f-e448-4b6d-9259-8b9649adc7b4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000930 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /security-group/f09b2e64-7d47-46dc-b5f4-91c23579cf25 HTTP/1.1" 200 115 0.111670 10.0.0.254 - - [2025-06-05 02:10:12] "GET /obj-perms HTTP/1.1" 200 5045 0.006135 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=c12c6ff4-c341-41e4-ac1a-264f537c2b85&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /security-group/1fe3c08d-06e6-49f8-8755-d4db7ecf2510 HTTP/1.1" 200 115 0.114356 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4?fields=application_policy_sets HTTP/1.1" 200 1411 0.046643 10.0.0.254 - - [2025-06-05 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006472 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /access-control-list/66bad0fd-1670-4226-8f3c-08e41460613b HTTP/1.1" 200 115 0.060563 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b?fields=application_policy_sets HTTP/1.1" 200 1408 0.050228 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85?fields=application_policy_sets HTTP/1.1" 200 1427 0.084709 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /access-control-list/7ddac92e-d295-43de-8ba0-4ce673dd79ab HTTP/1.1" 200 115 0.044145 10.0.0.254 - - [2025-06-05 02:10:12] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.090612 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /access-control-list/0c3535de-16ee-4221-9871-af08f04a82b8 HTTP/1.1" 200 115 0.050849 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /access-control-list/654d8d54-f378-4d50-88ee-b3b93f079e4c HTTP/1.1" 200 115 0.034976 10.0.0.254 - - [2025-06-05 02:10:12] "POST /neutron/network HTTP/1.1" 200 117 0.021301 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /project/1af85c5f-e448-4b6d-9259-8b9649adc7b4 HTTP/1.1" 200 115 0.556447 10.0.0.254 - - [2025-06-05 02:10:12] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /access-control-list/17c33866-0d24-44ce-92cf-153ff1f878f2 HTTP/1.1" 200 115 0.042981 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /project/79b92cbd-71e0-4fc3-aa72-418bcdd9ec3b HTTP/1.1" 200 115 0.576473 10.0.0.254 - - [2025-06-05 02:10:12] "DELETE /project/c12c6ff4-c341-41e4-ac1a-264f537c2b85 HTTP/1.1" 200 115 0.581517 10.0.0.254 - - [2025-06-05 02:10:12] "POST /neutron/network HTTP/1.1" 200 615 0.077181 10.0.0.254 - - [2025-06-05 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.014279 10.0.0.254 - - [2025-06-05 02:10:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003956 10.0.0.254 - - [2025-06-05 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.196716 10.0.0.254 - - [2025-06-05 02:10:13] "POST /neutron/network HTTP/1.1" 200 835 0.005091 10.0.0.254 - - [2025-06-05 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001372 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.015183 10.0.0.254 - - [2025-06-05 02:10:13] "POST /neutron/network HTTP/1.1" 200 835 0.013234 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005964 10.0.0.254 - - [2025-06-05 02:10:13] "POST /neutron/network HTTP/1.1" 200 835 0.007983 10.0.0.254 - - [2025-06-05 02:10:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.008537 10.0.0.254 - - [2025-06-05 02:10:13] "GET /domains HTTP/1.1" 200 281 0.002914 10.0.0.254 - - [2025-06-05 02:10:13] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002775 10.0.0.254 - - [2025-06-05 02:10:13] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2581 0.018234 10.0.0.254 - - [2025-06-05 02:10:13] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003896 10.0.0.254 - - [2025-06-05 02:10:13] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2524 0.074041 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68 HTTP/1.1" 200 2332 0.008686 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68 HTTP/1.1" 200 2332 0.004670 10.0.0.254 - - [2025-06-05 02:10:13] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b HTTP/1.1" 200 1501 0.003293 10.0.0.254 - - [2025-06-05 02:10:13] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b HTTP/1.1" 200 1501 0.003093 10.0.0.254 - - [2025-06-05 02:10:13] "GET /route-target/a47cddb3-4f59-4ac1-9c01-8d6f7c4d2735 HTTP/1.1" 200 1217 0.002727 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68 HTTP/1.1" 200 2332 0.004366 10.0.0.254 - - [2025-06-05 02:10:13] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b HTTP/1.1" 200 1501 0.003117 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004307 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68 HTTP/1.1" 200 2332 0.005465 10.0.0.254 - - [2025-06-05 02:10:13] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b HTTP/1.1" 200 1501 0.004363 10.0.0.254 - - [2025-06-05 02:10:13] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b HTTP/1.1" 200 1501 0.011034 10.0.0.254 - - [2025-06-05 02:10:13] "GET /route-target/a47cddb3-4f59-4ac1-9c01-8d6f7c4d2735 HTTP/1.1" 200 1217 0.003151 10.0.0.254 - - [2025-06-05 02:10:13] "GET /domains HTTP/1.1" 200 281 0.002554 10.0.0.254 - - [2025-06-05 02:10:13] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.254 - - [2025-06-05 02:10:13] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2581 0.007083 10.0.0.254 - - [2025-06-05 02:10:13] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.254 - - [2025-06-05 02:10:13] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2524 0.069620 10.0.0.254 - - [2025-06-05 02:10:13] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68 HTTP/1.1" 200 2332 0.005927 10.0.0.254 - - [2025-06-05 02:10:13] "GET /obj-perms HTTP/1.1" 200 5045 0.003111 10.0.0.254 - - [2025-06-05 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001396 10.0.0.254 - - [2025-06-05 02:10:13] "POST /neutron/network HTTP/1.1" 200 844 0.006402 10.0.0.254 - - [2025-06-05 02:10:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000456 10.0.0.254 - - [2025-06-05 02:10:14] "GET / HTTP/1.1" 200 36215 0.001846 10.0.0.254 - - [2025-06-05 02:10:14] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000382 10.0.0.254 - - [2025-06-05 02:10:14] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.254 - - [2025-06-05 02:10:14] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047412 10.0.0.254 - - [2025-06-05 02:10:14] "POST /neutron/network HTTP/1.1" 200 834 0.005230 10.0.0.254 - - [2025-06-05 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.004606 10.0.0.254 - - [2025-06-05 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.005259 10.0.0.254 - - [2025-06-05 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001293 10.0.0.254 - - [2025-06-05 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.006314 10.0.0.254 - - [2025-06-05 02:10:14] "POST /neutron/network HTTP/1.1" 200 845 0.005518 10.0.0.254 - - [2025-06-05 02:10:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000503 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/network HTTP/1.1" 200 844 0.006553 10.0.0.254 - - [2025-06-05 02:10:15] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001451 10.0.0.254 - - [2025-06-05 02:10:15] "GET / HTTP/1.1" 200 36215 0.001525 10.0.0.254 - - [2025-06-05 02:10:15] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000417 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 1060 0.224874 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 1060 0.010660 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 1060 0.007583 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 1114 0.083213 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 1088 0.015936 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003100 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.010775 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/network HTTP/1.1" 200 834 0.005843 10.0.0.254 - - [2025-06-05 02:10:15] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002719 10.0.0.254 - - [2025-06-05 02:10:15] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.056136 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/network HTTP/1.1" 200 835 0.005214 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 1088 0.021350 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007122 10.0.0.254 - - [2025-06-05 02:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.006279 10.0.0.254 - - [2025-06-05 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002944 10.0.0.254 - - [2025-06-05 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.254 - - [2025-06-05 02:10:15] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.254 - - [2025-06-05 02:10:15] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009812 10.0.0.254 - - [2025-06-05 02:10:16] "POST /service-templates HTTP/1.1" 200 545 0.030588 10.0.0.254 - - [2025-06-05 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.254 - - [2025-06-05 02:10:16] "GET /service-template/873dfe4c-368c-4067-a11d-2fb65a3d2505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004879 10.0.0.254 - - [2025-06-05 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/network HTTP/1.1" 200 845 0.005892 10.0.0.254 - - [2025-06-05 02:10:16] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.254 - - [2025-06-05 02:10:16] "GET /service-template/873dfe4c-368c-4067-a11d-2fb65a3d2505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003143 10.0.0.254 - - [2025-06-05 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.003100 10.0.0.254 - - [2025-06-05 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001258 10.0.0.254 - - [2025-06-05 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001216 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/port HTTP/1.1" 200 1059 0.253029 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/port HTTP/1.1" 200 1059 0.009353 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/port HTTP/1.1" 200 1059 0.012077 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/port HTTP/1.1" 200 2017 0.047686 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/port HTTP/1.1" 200 1113 0.101010 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008046 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/port HTTP/1.1" 200 1087 0.018508 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005390 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.012640 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.254 - - [2025-06-05 02:10:16] "POST /neutron/network HTTP/1.1" 200 835 0.006144 10.0.0.254 - - [2025-06-05 02:10:17] "POST /neutron/network HTTP/1.1" 200 2226 0.017442 10.0.0.254 - - [2025-06-05 02:10:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000424 10.0.0.254 - - [2025-06-05 02:10:17] "GET / HTTP/1.1" 200 36215 0.001769 10.0.0.254 - - [2025-06-05 02:10:17] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000441 10.0.0.254 - - [2025-06-05 02:10:17] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.254 - - [2025-06-05 02:10:17] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047832 10.0.0.254 - - [2025-06-05 02:10:17] "POST /neutron/network HTTP/1.1" 200 832 0.005308 10.0.0.254 - - [2025-06-05 02:10:17] "POST /neutron/network HTTP/1.1" 200 834 0.005202 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/network HTTP/1.1" 200 835 0.007503 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 2059 0.021238 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005927 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.005878 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.005152 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/network HTTP/1.1" 200 2226 0.013196 10.0.0.254 - - [2025-06-05 02:10:18] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001457 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 1058 0.258395 10.0.0.254 - - [2025-06-05 02:10:18] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.254 - - [2025-06-05 02:10:18] "POST /neutron/port HTTP/1.1" 200 1060 0.192179 10.0.0.254 - - [2025-06-05 02:10:19] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1059 0.191801 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1058 0.014616 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1058 0.010531 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1112 0.093378 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1060 0.012946 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1060 0.008878 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1114 0.084286 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1059 0.009209 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1059 0.008609 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 1113 0.074097 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 3028 0.022275 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003214 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.012127 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/network HTTP/1.1" 200 832 0.005898 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002972 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.010641 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/network HTTP/1.1" 200 834 0.005711 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004066 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.010967 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.254 - - [2025-06-05 02:10:19] "POST /neutron/network HTTP/1.1" 200 835 0.005969 10.0.0.254 - - [2025-06-05 02:10:21] "GET /obj-perms HTTP/1.1" 200 5075 0.050488 10.0.0.254 - - [2025-06-05 02:10:21] "GET /obj-perms HTTP/1.1" 200 5075 0.053793 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/port HTTP/1.1" 200 3028 0.031476 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007382 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/port HTTP/1.1" 200 3028 0.019763 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006854 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/port HTTP/1.1" 200 3028 0.021994 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005615 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/port HTTP/1.1" 200 3028 0.044600 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008642 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/port HTTP/1.1" 200 3028 0.024549 10.0.0.254 - - [2025-06-05 02:10:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006399 10.0.0.254 - - [2025-06-05 02:10:23] "GET /virtual-machine/43559da3-d8b1-4111-a2d2-c74fd3620376 HTTP/1.1" 200 1806 0.008894 10.0.0.254 - - [2025-06-05 02:10:23] "GET /virtual-machine-interface/41902e64-3abc-46ee-a55c-a6365a2b6185 HTTP/1.1" 200 2953 0.007789 10.0.0.254 - - [2025-06-05 02:10:23] "GET /virtual-machine-interface/469a7e34-82b8-4f90-9b6d-4e280dbb43df HTTP/1.1" 200 2953 0.005127 10.0.0.254 - - [2025-06-05 02:10:23] "GET /virtual-machine-interface/d5aebbbf-1866-4fa1-94d6-992f52a3ff4e HTTP/1.1" 200 2957 0.006276 10.0.0.254 - - [2025-06-05 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.254 - - [2025-06-05 02:10:23] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003071 10.0.0.254 - - [2025-06-05 02:10:23] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003287 10.0.0.254 - - [2025-06-05 02:10:23] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007900 10.0.0.254 - - [2025-06-05 02:10:24] "POST /neutron/port HTTP/1.1" 200 1088 0.016625 10.0.0.254 - - [2025-06-05 02:10:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006613 10.0.0.254 - - [2025-06-05 02:10:25] "POST /neutron/port HTTP/1.1" 200 1087 0.027141 10.0.0.254 - - [2025-06-05 02:10:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011155 10.0.0.254 - - [2025-06-05 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.254 - - [2025-06-05 02:10:27] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004572 10.0.0.254 - - [2025-06-05 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.254 - - [2025-06-05 02:10:31] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005709 10.0.0.254 - - [2025-06-05 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.254 - - [2025-06-05 02:10:35] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005401 10.0.0.254 - - [2025-06-05 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.254 - - [2025-06-05 02:10:39] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003245 10.0.0.254 - - [2025-06-05 02:10:39] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003105 10.0.0.254 - - [2025-06-05 02:10:39] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005382 10.0.0.254 - - [2025-06-05 02:10:39] "POST /neutron/port HTTP/1.1" 200 3028 0.023935 10.0.0.254 - - [2025-06-05 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005996 10.0.0.254 - - [2025-06-05 02:10:44] "POST /neutron/port HTTP/1.1" 200 3028 0.019329 10.0.0.254 - - [2025-06-05 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005307 10.0.0.254 - - [2025-06-05 02:10:49] "POST /neutron/port HTTP/1.1" 200 3028 0.020579 10.0.0.254 - - [2025-06-05 02:10:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006086 10.0.0.254 - - [2025-06-05 02:10:50] "POST /neutron/port HTTP/1.1" 200 3028 0.021873 10.0.0.254 - - [2025-06-05 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007038 10.0.0.254 - - [2025-06-05 02:10:55] "POST /neutron/port HTTP/1.1" 200 3028 0.018629 10.0.0.254 - - [2025-06-05 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005444 10.0.0.254 - - [2025-06-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.254 - - [2025-06-05 02:11:00] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004393 10.0.0.254 - - [2025-06-05 02:11:00] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004105 10.0.0.254 - - [2025-06-05 02:11:00] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007730 10.0.0.254 - - [2025-06-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.254 - - [2025-06-05 02:11:00] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003397 10.0.0.254 - - [2025-06-05 02:11:00] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003345 10.0.0.254 - - [2025-06-05 02:11:00] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006133 10.0.0.254 - - [2025-06-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.002733 10.0.0.254 - - [2025-06-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.254 - - [2025-06-05 02:11:01] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.254 - - [2025-06-05 02:11:01] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027403 10.0.0.254 - - [2025-06-05 02:11:01] "POST /service-instances HTTP/1.1" 200 545 0.063902 10.0.0.254 - - [2025-06-05 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.254 - - [2025-06-05 02:11:01] "GET /service-instance/ad6a4fd8-2050-4769-9731-4353fa1112e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.008140 10.0.0.254 - - [2025-06-05 02:11:01] "POST /port-tuples HTTP/1.1" 200 588 0.026426 10.0.0.254 - - [2025-06-05 02:11:01] "GET /virtual-machine-interface/469a7e34-82b8-4f90-9b6d-4e280dbb43df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005603 10.0.0.254 - - [2025-06-05 02:11:01] "PUT /virtual-machine-interface/469a7e34-82b8-4f90-9b6d-4e280dbb43df HTTP/1.1" 200 285 0.011059 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.034418 10.0.0.254 - - [2025-06-05 02:11:01] "POST /instance-ips HTTP/1.1" 200 386 0.026055 10.0.0.254 - - [2025-06-05 02:11:01] "GET /virtual-machine-interface/41902e64-3abc-46ee-a55c-a6365a2b6185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.008778 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.023141 10.0.0.254 - - [2025-06-05 02:11:01] "PUT /virtual-machine-interface/41902e64-3abc-46ee-a55c-a6365a2b6185 HTTP/1.1" 200 285 0.017268 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.012621 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004682 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.013135 10.0.0.254 - - [2025-06-05 02:11:01] "GET /virtual-machine-interface/d5aebbbf-1866-4fa1-94d6-992f52a3ff4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.006200 10.0.0.254 - - [2025-06-05 02:11:01] "POST /instance-ips HTTP/1.1" 200 386 0.026898 10.0.0.254 - - [2025-06-05 02:11:01] "PUT /virtual-machine-interface/d5aebbbf-1866-4fa1-94d6-992f52a3ff4e HTTP/1.1" 200 285 0.010782 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009257 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009712 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.254 - - [2025-06-05 02:11:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003196 10.0.0.254 - - [2025-06-05 02:11:01] "POST /neutron/port HTTP/1.1" 200 1088 0.014314 10.0.0.254 - - [2025-06-05 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006682 10.0.0.254 - - [2025-06-05 02:11:01] "POST /instance-ips HTTP/1.1" 200 374 0.016308 10.0.0.254 - - [2025-06-05 02:11:02] "POST /neutron/port HTTP/1.1" 200 1088 0.014418 10.0.0.254 - - [2025-06-05 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009421 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.012514 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.008668 10.0.0.254 - - [2025-06-05 02:11:02] "POST /neutron/port HTTP/1.1" 200 1088 0.022524 10.0.0.254 - - [2025-06-05 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005887 10.0.0.254 - - [2025-06-05 02:11:02] "GET /virtual-machine/7ae12247-b7be-4475-ab1d-c0a8fe6a3110 HTTP/1.1" 200 1292 0.004599 10.0.0.254 - - [2025-06-05 02:11:02] "GET /virtual-machine-interface/d4077fe3-f87c-4d11-8abf-43bde8136dc1 HTTP/1.1" 200 2953 0.004688 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003710 10.0.0.254 - - [2025-06-05 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.254 - - [2025-06-05 02:11:02] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003128 10.0.0.254 - - [2025-06-05 02:11:02] "POST /instance-ips HTTP/1.1" 200 374 0.018392 10.0.0.254 - - [2025-06-05 02:11:02] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003477 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.009473 10.0.0.254 - - [2025-06-05 02:11:02] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007066 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003502 10.0.0.254 - - [2025-06-05 02:11:02] "POST /instance-ips HTTP/1.1" 200 376 0.015273 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.010473 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.010353 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003247 10.0.0.254 - - [2025-06-05 02:11:02] "POST /instance-ips HTTP/1.1" 200 376 0.016038 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.011962 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.009872 10.0.0.254 - - [2025-06-05 02:11:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003263 10.0.0.254 - - [2025-06-05 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.254 - - [2025-06-05 02:11:03] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003083 10.0.0.254 - - [2025-06-05 02:11:03] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002983 10.0.0.254 - - [2025-06-05 02:11:03] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005370 10.0.0.254 - - [2025-06-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1087 0.019064 10.0.0.254 - - [2025-06-05 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006510 10.0.0.254 - - [2025-06-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1087 0.014993 10.0.0.254 - - [2025-06-05 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005987 10.0.0.254 - - [2025-06-05 02:11:03] "POST /neutron/port HTTP/1.1" 200 1087 0.013770 10.0.0.254 - - [2025-06-05 02:11:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005412 10.0.0.254 - - [2025-06-05 02:11:03] "GET /virtual-machine/53e55f03-ca8a-4cfa-94cd-ac011c05e367 HTTP/1.1" 200 1292 0.005306 10.0.0.254 - - [2025-06-05 02:11:03] "GET /virtual-machine-interface/610b6f58-a7a4-4483-ba43-7c1e14c5b5ff HTTP/1.1" 200 2956 0.004726 10.0.0.254 - - [2025-06-05 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.254 - - [2025-06-05 02:11:03] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002997 10.0.0.254 - - [2025-06-05 02:11:04] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002961 10.0.0.254 - - [2025-06-05 02:11:04] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005366 10.0.0.254 - - [2025-06-05 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.254 - - [2025-06-05 02:11:05] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003216 10.0.0.254 - - [2025-06-05 02:11:05] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002913 10.0.0.254 - - [2025-06-05 02:11:05] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008826 10.0.0.254 - - [2025-06-05 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.005689 10.0.0.254 - - [2025-06-05 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.254 - - [2025-06-05 02:11:05] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234 10.0.0.254 - - [2025-06-05 02:11:05] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023458 10.0.0.254 - - [2025-06-05 02:11:05] "POST /network-policys HTTP/1.1" 200 549 0.020145 10.0.0.254 - - [2025-06-05 02:11:05] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004749 10.0.0.254 - - [2025-06-05 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.254 - - [2025-06-05 02:11:05] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005188 10.0.0.254 - - [2025-06-05 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.254 - - [2025-06-05 02:11:05] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003678 10.0.0.254 - - [2025-06-05 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.027030 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.254 - - [2025-06-05 02:11:06] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003912 10.0.0.254 - - [2025-06-05 02:11:06] "POST /neutron/network HTTP/1.1" 200 922 0.006514 10.0.0.254 - - [2025-06-05 02:11:06] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004726 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.003093 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.254 - - [2025-06-05 02:11:06] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.012200 10.0.0.254 - - [2025-06-05 02:11:06] "POST /access-control-lists HTTP/1.1" 200 603 0.060740 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.254 - - [2025-06-05 02:11:06] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005215 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.254 - - [2025-06-05 02:11:06] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003739 10.0.0.254 - - [2025-06-05 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.030978 10.0.0.254 - - [2025-06-05 02:11:06] "PUT /access-control-list/efb966b1-393d-49cb-b1dd-db26d9897a0a HTTP/1.1" 200 273 0.009912 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 404 244 0.002300 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.254 - - [2025-06-05 02:11:06] "POST /access-control-lists HTTP/1.1" 200 606 0.060050 10.0.0.254 - - [2025-06-05 02:11:06] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.035027 10.0.0.254 - - [2025-06-05 02:11:06] "POST /neutron/network HTTP/1.1" 200 923 0.006361 10.0.0.254 - - [2025-06-05 02:11:06] "POST /routing-instances HTTP/1.1" 200 761 0.027810 10.0.0.254 - - [2025-06-05 02:11:06] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.008833 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.254 - - [2025-06-05 02:11:06] "POST /route-targets HTTP/1.1" 200 328 0.010704 10.0.0.254 - - [2025-06-05 02:11:06] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003975 10.0.0.254 - - [2025-06-05 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.009653 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.254 - - [2025-06-05 02:11:06] "GET /routing-instance/7fbe929e-a91e-4071-9a22-9bba9ceb5cfe?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003865 10.0.0.254 - - [2025-06-05 02:11:06] "GET /service-template/873dfe4c-368c-4067-a11d-2fb65a3d2505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003520 10.0.0.254 - - [2025-06-05 02:11:06] "GET /routing-instance/7fbe929e-a91e-4071-9a22-9bba9ceb5cfe?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003754 10.0.0.254 - - [2025-06-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.254 - - [2025-06-05 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.254 - - [2025-06-05 02:11:06] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.254 - - [2025-06-05 02:11:07] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.028344 10.0.0.254 - - [2025-06-05 02:11:07] "POST /routing-instances HTTP/1.1" 200 762 0.024403 10.0.0.254 - - [2025-06-05 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.254 - - [2025-06-05 02:11:07] "POST /route-targets HTTP/1.1" 200 328 0.013036 10.0.0.254 - - [2025-06-05 02:11:07] "GET /service-instance/ad6a4fd8-2050-4769-9731-4353fa1112e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.005538 10.0.0.254 - - [2025-06-05 02:11:07] "GET /domains HTTP/1.1" 200 281 0.002697 10.0.0.254 - - [2025-06-05 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.014676 10.0.0.254 - - [2025-06-05 02:11:07] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.254 - - [2025-06-05 02:11:07] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2782 0.013358 10.0.0.254 - - [2025-06-05 02:11:07] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.254 - - [2025-06-05 02:11:07] "GET /routing-instance/58698f96-9b57-470f-a01b-3b00b16a6eb7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003766 10.0.0.254 - - [2025-06-05 02:11:07] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 4247 0.068232 10.0.0.254 - - [2025-06-05 02:11:07] "GET /routing-instance/58698f96-9b57-470f-a01b-3b00b16a6eb7?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003429 10.0.0.254 - - [2025-06-05 02:11:07] "GET /service-instance/ad6a4fd8-2050-4769-9731-4353fa1112e2 HTTP/1.1" 200 3794 0.006768 10.0.0.254 - - [2025-06-05 02:11:07] "GET /domains HTTP/1.1" 200 281 0.003000 10.0.0.254 - - [2025-06-05 02:11:07] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.254 - - [2025-06-05 02:11:07] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2782 0.006424 10.0.0.254 - - [2025-06-05 02:11:07] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.254 - - [2025-06-05 02:11:07] "PUT /routing-instance/7fbe929e-a91e-4071-9a22-9bba9ceb5cfe HTTP/1.1" 200 267 0.011435 10.0.0.254 - - [2025-06-05 02:11:07] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 4247 0.071322 10.0.0.254 - - [2025-06-05 02:11:07] "GET /service-instance/ad6a4fd8-2050-4769-9731-4353fa1112e2 HTTP/1.1" 200 3794 0.005162 10.0.0.254 - - [2025-06-05 02:11:07] "PUT /routing-instance/58698f96-9b57-470f-a01b-3b00b16a6eb7 HTTP/1.1" 200 267 0.011785 10.0.0.254 - - [2025-06-05 02:11:07] "GET /port-tuple/535b79a9-1f3a-4dc2-88d2-9783dce043af HTTP/1.1" 200 1983 0.006932 10.0.0.254 - - [2025-06-05 02:11:07] "GET /virtual-machine-interface/41902e64-3abc-46ee-a55c-a6365a2b6185 HTTP/1.1" 200 3808 0.005261 10.0.0.254 - - [2025-06-05 02:11:07] "GET /virtual-machine-interface/469a7e34-82b8-4f90-9b6d-4e280dbb43df HTTP/1.1" 200 3826 0.004925 10.0.0.254 - - [2025-06-05 02:11:07] "GET /virtual-machine-interface/d5aebbbf-1866-4fa1-94d6-992f52a3ff4e HTTP/1.1" 200 3815 0.005335 10.0.0.254 - - [2025-06-05 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.015399 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/port HTTP/1.1" 200 3835 0.047703 10.0.0.254 - - [2025-06-05 02:11:07] "PUT /access-control-list/fcf236a3-5462-47b4-aa71-7c37143ca5f6 HTTP/1.1" 200 273 0.009532 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009568 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/port HTTP/1.1" 200 3835 0.031771 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006255 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/port HTTP/1.1" 200 3835 0.031940 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005140 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/port HTTP/1.1" 200 3835 0.034201 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005894 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/network HTTP/1.1" 200 896 0.012872 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/network HTTP/1.1" 200 922 0.004731 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/network HTTP/1.1" 200 806 0.012389 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/network HTTP/1.1" 200 832 0.005019 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/network HTTP/1.1" 200 897 0.010918 10.0.0.254 - - [2025-06-05 02:11:07] "POST /neutron/network HTTP/1.1" 200 923 0.004830 10.0.0.254 - - [2025-06-05 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001178 10.0.0.254 - - [2025-06-05 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001030 10.0.0.254 - - [2025-06-05 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001456 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine/43559da3-d8b1-4111-a2d2-c74fd3620376 HTTP/1.1" 200 1806 0.003640 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine-interface/41902e64-3abc-46ee-a55c-a6365a2b6185 HTTP/1.1" 200 3808 0.005126 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine-interface/469a7e34-82b8-4f90-9b6d-4e280dbb43df HTTP/1.1" 200 3826 0.004598 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine-interface/d5aebbbf-1866-4fa1-94d6-992f52a3ff4e HTTP/1.1" 200 3815 0.004447 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/1d0e99a7-a640-4d85-933e-6d795b100519 HTTP/1.1" 200 1626 0.004163 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/b372cd1f-8684-42f8-a2bc-16bc2f1b19b3 HTTP/1.1" 200 1961 0.003362 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/eb6133fb-bab0-451f-8100-8701037490cb HTTP/1.1" 200 1958 0.003203 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/47b644f3-be45-4d5b-9a28-ca1229f2fd4b HTTP/1.1" 200 1624 0.004498 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/733a69ce-3d89-41f0-a889-bd18d68551c2 HTTP/1.1" 200 1984 0.003138 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/90db9a0a-a600-45bc-aa9d-76b0e214c386 HTTP/1.1" 200 1983 0.003151 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/0bea4dfd-8413-444a-af41-d2daae59786e HTTP/1.1" 200 1625 0.004300 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/6720f571-4e98-47d6-9454-a05a1261a010 HTTP/1.1" 200 1962 0.003595 10.0.0.254 - - [2025-06-05 02:11:08] "GET /instance-ip/8cf8e61e-8c70-4361-8560-a5a75fe90b03 HTTP/1.1" 200 1964 0.003414 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/port HTTP/1.1" 200 3835 0.034509 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006085 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/port HTTP/1.1" 200 3835 0.030711 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005689 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/port HTTP/1.1" 200 3835 0.037263 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006087 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/port HTTP/1.1" 200 3835 0.031639 10.0.0.254 - - [2025-06-05 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005990 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine/43559da3-d8b1-4111-a2d2-c74fd3620376 HTTP/1.1" 200 1806 0.003330 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine-interface/41902e64-3abc-46ee-a55c-a6365a2b6185 HTTP/1.1" 200 3808 0.004529 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine-interface/469a7e34-82b8-4f90-9b6d-4e280dbb43df HTTP/1.1" 200 3826 0.004688 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-machine-interface/d5aebbbf-1866-4fa1-94d6-992f52a3ff4e HTTP/1.1" 200 3815 0.004887 10.0.0.254 - - [2025-06-05 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.254 - - [2025-06-05 02:11:08] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002985 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003709 10.0.0.254 - - [2025-06-05 02:11:08] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006777 10.0.0.254 - - [2025-06-05 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.254 - - [2025-06-05 02:11:09] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003123 10.0.0.254 - - [2025-06-05 02:11:09] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003116 10.0.0.254 - - [2025-06-05 02:11:09] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005691 10.0.0.254 - - [2025-06-05 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.254 - - [2025-06-05 02:11:10] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003381 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002917 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005393 10.0.0.254 - - [2025-06-05 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.254 - - [2025-06-05 02:11:10] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004240 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003002 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005958 10.0.0.254 - - [2025-06-05 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.254 - - [2025-06-05 02:11:10] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003310 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003158 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005631 10.0.0.254 - - [2025-06-05 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-06-05 02:11:10] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003165 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003644 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005997 10.0.0.254 - - [2025-06-05 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.254 - - [2025-06-05 02:11:10] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003608 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003087 10.0.0.254 - - [2025-06-05 02:11:10] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005733 10.0.0.254 - - [2025-06-05 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.254 - - [2025-06-05 02:11:11] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003320 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003308 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005703 10.0.0.254 - - [2025-06-05 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.254 - - [2025-06-05 02:11:11] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003991 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003028 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-network/a159e5b8-d81a-42d7-b02b-cd03a9ec8b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005546 10.0.0.254 - - [2025-06-05 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.254 - - [2025-06-05 02:11:11] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003267 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003500 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005377 10.0.0.254 - - [2025-06-05 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.254 - - [2025-06-05 02:11:11] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003487 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003452 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005164 10.0.0.254 - - [2025-06-05 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.254 - - [2025-06-05 02:11:11] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003530 10.0.0.254 - - [2025-06-05 02:11:11] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003288 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005242 10.0.0.254 - - [2025-06-05 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.254 - - [2025-06-05 02:11:12] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003507 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-networks?parent_id=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002851 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005177 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-machine/43559da3-d8b1-4111-a2d2-c74fd3620376 HTTP/1.1" 200 1806 0.004144 10.0.0.254 - - [2025-06-05 02:11:12] "GET /domains HTTP/1.1" 200 281 0.002157 10.0.0.254 - - [2025-06-05 02:11:12] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001320 10.0.0.254 - - [2025-06-05 02:11:12] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2782 0.008717 10.0.0.254 - - [2025-06-05 02:11:12] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.254 - - [2025-06-05 02:11:12] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 4247 0.066679 10.0.0.254 - - [2025-06-05 02:11:12] "GET /service-instance/ad6a4fd8-2050-4769-9731-4353fa1112e2 HTTP/1.1" 200 3794 0.003378 10.0.0.254 - - [2025-06-05 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.254 - - [2025-06-05 02:11:12] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002916 10.0.0.254 - - [2025-06-05 02:11:12] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005608 10.0.0.254 - - [2025-06-05 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.254 - - [2025-06-05 02:11:12] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.003873 10.0.0.254 - - [2025-06-05 02:11:12] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.004857 10.0.0.254 - - [2025-06-05 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005594 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?fields=routing_instances HTTP/1.1" 200 1687 0.007176 10.0.0.254 - - [2025-06-05 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005985 10.0.0.254 - - [2025-06-05 02:11:12] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?fields=routing_instances HTTP/1.1" 200 1693 0.007295 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.034402 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /access-control-list/fcf236a3-5462-47b4-aa71-7c37143ca5f6 HTTP/1.1" 200 115 0.029013 10.0.0.254 - - [2025-06-05 02:11:17] "POST /neutron/network HTTP/1.1" 200 835 0.006824 10.0.0.254 - - [2025-06-05 02:11:17] "GET /virtual-network/8e4a0b1e-a8f4-40ae-a61d-661108d8df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005422 10.0.0.254 - - [2025-06-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /routing-instance/7fbe929e-a91e-4071-9a22-9bba9ceb5cfe HTTP/1.1" 200 115 0.032852 10.0.0.254 - - [2025-06-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.254 - - [2025-06-05 02:11:17] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003510 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /route-target/0eb245d2-7c4d-49c3-af89-a3d179386afa HTTP/1.1" 200 115 0.013953 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.028777 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /routing-instance/58698f96-9b57-470f-a01b-3b00b16a6eb7 HTTP/1.1" 200 115 0.040966 10.0.0.254 - - [2025-06-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007156 10.0.0.254 - - [2025-06-05 02:11:17] "POST /neutron/network HTTP/1.1" 200 834 0.007050 10.0.0.254 - - [2025-06-05 02:11:17] "GET /virtual-network/22d704fc-22d6-4819-9e4c-517374e1835f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006169 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /route-target/48f8d385-0d29-4cbe-bc48-343720489f7b HTTP/1.1" 200 115 0.018401 10.0.0.254 - - [2025-06-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /access-control-list/efb966b1-393d-49cb-b1dd-db26d9897a0a HTTP/1.1" 200 115 0.022161 10.0.0.254 - - [2025-06-05 02:11:17] "GET /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003407 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /network-policy/8582db4c-7531-4d9f-a48e-6d1e3b543e1b HTTP/1.1" 200 115 0.022519 10.0.0.254 - - [2025-06-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /service-instance/ad6a4fd8-2050-4769-9731-4353fa1112e2 HTTP/1.1" 200 115 0.045314 10.0.0.254 - - [2025-06-05 02:11:17] "GET /domains HTTP/1.1" 200 281 0.002917 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.022892 10.0.0.254 - - [2025-06-05 02:11:17] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.254 - - [2025-06-05 02:11:17] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2782 0.010248 10.0.0.254 - - [2025-06-05 02:11:17] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002545 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /instance-ip/b372cd1f-8684-42f8-a2bc-16bc2f1b19b3 HTTP/1.1" 200 115 0.028873 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.011841 10.0.0.254 - - [2025-06-05 02:11:17] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 3771 0.070723 10.0.0.254 - - [2025-06-05 02:11:17] "GET /virtual-machine/43559da3-d8b1-4111-a2d2-c74fd3620376 HTTP/1.1" 200 1806 0.004148 10.0.0.254 - - [2025-06-05 02:11:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002731 10.0.0.254 - - [2025-06-05 02:11:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002149 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /instance-ip/6720f571-4e98-47d6-9454-a05a1261a010 HTTP/1.1" 200 115 0.022552 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.011627 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /instance-ip/eb6133fb-bab0-451f-8100-8701037490cb HTTP/1.1" 200 115 0.020627 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.009409 10.0.0.254 - - [2025-06-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /service-template/873dfe4c-368c-4067-a11d-2fb65a3d2505 HTTP/1.1" 200 115 0.029091 10.0.0.254 - - [2025-06-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002858 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /instance-ip/733a69ce-3d89-41f0-a889-bd18d68551c2 HTTP/1.1" 200 115 0.030724 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.013253 10.0.0.254 - - [2025-06-05 02:11:17] "DELETE /instance-ip/8cf8e61e-8c70-4361-8560-a5a75fe90b03 HTTP/1.1" 200 115 0.024130 10.0.0.254 - - [2025-06-05 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.011429 10.0.0.254 - - [2025-06-05 02:11:18] "DELETE /instance-ip/90db9a0a-a600-45bc-aa9d-76b0e214c386 HTTP/1.1" 200 115 0.022031 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/network HTTP/1.1" 200 835 0.008937 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/network HTTP/1.1" 400 204 0.019404 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1087 0.015368 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1113 0.008925 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1088 0.028674 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 151 0.115695 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1114 0.010987 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 3028 0.034223 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 151 0.142794 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1112 0.010696 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 151 0.110322 10.0.0.254 - - [2025-06-05 02:11:18] "POST /neutron/port HTTP/1.1" 200 1113 0.008986 10.0.0.254 - - [2025-06-05 02:11:19] "POST /neutron/port HTTP/1.1" 200 151 0.098731 10.0.0.254 - - [2025-06-05 02:11:19] "POST /neutron/port HTTP/1.1" 200 1114 0.009128 10.0.0.254 - - [2025-06-05 02:11:19] "POST /neutron/port HTTP/1.1" 200 151 0.099126 10.0.0.254 - - [2025-06-05 02:11:20] "POST /neutron/network HTTP/1.1" 200 835 0.005678 10.0.0.254 - - [2025-06-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004842 10.0.0.254 - - [2025-06-05 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.254 - - [2025-06-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002496 10.0.0.254 - - [2025-06-05 02:11:20] "POST /neutron/network HTTP/1.1" 200 151 0.108243 10.0.0.254 - - [2025-06-05 02:11:20] "GET /routing-instance/cb5fc9a3-6030-4117-9875-45ebd384352b HTTP/1.1" 404 171 0.003096 10.0.0.254 - - [2025-06-05 02:11:20] "DELETE /route-target/a47cddb3-4f59-4ac1-9c01-8d6f7c4d2735 HTTP/1.1" 200 115 0.022719 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domains HTTP/1.1" 200 281 0.003687 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001582 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2581 0.053028 10.0.0.254 - - [2025-06-05 02:11:20] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.254 - - [2025-06-05 02:11:20] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2304 0.072811 10.0.0.254 - - [2025-06-05 02:11:20] "POST /neutron/network HTTP/1.1" 200 834 0.005402 10.0.0.254 - - [2025-06-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003454 10.0.0.254 - - [2025-06-05 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.254 - - [2025-06-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001969 10.0.0.254 - - [2025-06-05 02:11:20] "POST /neutron/network HTTP/1.1" 200 151 0.081295 10.0.0.254 - - [2025-06-05 02:11:20] "GET /routing-instance/1498a601-ebd8-4d37-b9e6-a4340505626b HTTP/1.1" 404 171 0.005428 10.0.0.254 - - [2025-06-05 02:11:20] "DELETE /route-target/4376999b-54f8-4618-bf93-a3a45f496ec5 HTTP/1.1" 200 115 0.018003 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domains HTTP/1.1" 200 281 0.002189 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2581 0.048920 10.0.0.254 - - [2025-06-05 02:11:20] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001561 10.0.0.254 - - [2025-06-05 02:11:20] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 2085 0.073975 10.0.0.254 - - [2025-06-05 02:11:20] "POST /neutron/network HTTP/1.1" 200 832 0.005373 10.0.0.254 - - [2025-06-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003300 10.0.0.254 - - [2025-06-05 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.254 - - [2025-06-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001964 10.0.0.254 - - [2025-06-05 02:11:20] "POST /neutron/network HTTP/1.1" 200 151 0.090321 10.0.0.254 - - [2025-06-05 02:11:20] "GET /routing-instance/67842794-ea0a-4e3f-ba98-b9b3a698ad8b HTTP/1.1" 404 171 0.001868 10.0.0.254 - - [2025-06-05 02:11:20] "DELETE /route-target/289a1a95-aabc-4b51-9093-29e63ca4ce4d HTTP/1.1" 200 115 0.021100 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domains HTTP/1.1" 200 281 0.003813 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.254 - - [2025-06-05 02:11:20] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2581 0.050482 10.0.0.254 - - [2025-06-05 02:11:20] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001926 10.0.0.254 - - [2025-06-05 02:11:20] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 1844 0.068236 10.0.0.254 - - [2025-06-05 02:11:21] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.254 - - [2025-06-05 02:11:21] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023965 10.0.0.254 - - [2025-06-05 02:11:21] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.254 - - [2025-06-05 02:11:21] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?fields=virtual_networks HTTP/1.1" 200 1029 0.067400 10.0.0.254 - - [2025-06-05 02:11:21] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.254 - - [2025-06-05 02:11:21] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.022920 10.0.0.254 - - [2025-06-05 02:11:21] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.254 - - [2025-06-05 02:11:21] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?fields=security_groups HTTP/1.1" 200 1254 0.025262 10.0.0.254 - - [2025-06-05 02:11:22] "GET /obj-perms HTTP/1.1" 200 5075 0.058859 10.0.0.254 - - [2025-06-05 02:11:22] "GET /obj-perms HTTP/1.1" 200 5075 0.132964 10.0.0.254 - - [2025-06-05 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.021837 10.0.0.254 - - [2025-06-05 02:11:22] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002728 10.0.0.254 - - [2025-06-05 02:11:22] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.254 - - [2025-06-05 02:11:22] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006949 10.0.0.254 - - [2025-06-05 02:11:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.001259 10.0.0.254 - - [2025-06-05 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.002896 10.0.0.254 - - [2025-06-05 02:11:23] "POST /security-groups HTTP/1.1" 200 592 0.059197 10.0.0.254 - - [2025-06-05 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.002203 10.0.0.254 - - [2025-06-05 02:11:23] "POST /projects HTTP/1.1" 200 587 0.211851 10.0.0.254 - - [2025-06-05 02:11:23] "POST /access-control-lists HTTP/1.1" 200 599 0.058972 10.0.0.254 - - [2025-06-05 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.275793 10.0.0.254 - - [2025-06-05 02:11:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002831 10.0.0.254 - - [2025-06-05 02:11:23] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.393917 10.0.0.254 - - [2025-06-05 02:11:23] "POST /access-control-lists HTTP/1.1" 200 597 0.058099 10.0.0.254 - - [2025-06-05 02:11:24] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.254 - - [2025-06-05 02:11:25] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000466 10.0.0.254 - - [2025-06-05 02:11:25] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.254 - - [2025-06-05 02:11:25] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047390 10.0.0.254 - - [2025-06-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.002821 10.0.0.254 - - [2025-06-05 02:11:25] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016063 10.0.0.254 - - [2025-06-05 02:11:25] "GET /virtual-DNS/2ea9dcbe-9203-4d58-9d6c-9d8374eb8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004625 10.0.0.254 - - [2025-06-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.254 - - [2025-06-05 02:11:25] "GET /virtual-DNS/2ea9dcbe-9203-4d58-9d6c-9d8374eb8ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004525 10.0.0.254 - - [2025-06-05 02:11:26] "GET /domains HTTP/1.1" 401 293 0.000447 10.0.0.254 - - [2025-06-05 02:11:26] "GET /domains HTTP/1.1" 200 281 0.023484 10.0.0.254 - - [2025-06-05 02:11:26] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.254 - - [2025-06-05 02:11:26] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.008012 10.0.0.254 - - [2025-06-05 02:11:26] "GET /virtual-DNS/2ea9dcbe-9203-4d58-9d6c-9d8374eb8ee8 HTTP/1.1" 200 1440 0.003911 10.0.0.254 - - [2025-06-05 02:11:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002187 10.0.0.254 - - [2025-06-05 02:11:26] "POST /network-ipams HTTP/1.1" 200 516 0.019489 10.0.0.254 - - [2025-06-05 02:11:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002747 10.0.0.254 - - [2025-06-05 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.254 - - [2025-06-05 02:11:26] "GET /network-ipam/1bc92151-7f1d-4ff7-b954-63a165927175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.004452 10.0.0.254 - - [2025-06-05 02:11:26] "PUT /network-ipam/1bc92151-7f1d-4ff7-b954-63a165927175 HTTP/1.1" 200 259 0.009328 10.0.0.254 - - [2025-06-05 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.254 - - [2025-06-05 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.254 - - [2025-06-05 02:11:26] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001373 10.0.0.254 - - [2025-06-05 02:11:26] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.023249 10.0.0.254 - - [2025-06-05 02:11:26] "POST /neutron/network HTTP/1.1" 200 117 0.027905 10.0.0.254 - - [2025-06-05 02:11:26] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.254 - - [2025-06-05 02:11:26] "POST /neutron/network HTTP/1.1" 200 618 0.062598 10.0.0.254 - - [2025-06-05 02:11:26] "POST /route-targets HTTP/1.1" 200 328 0.012857 10.0.0.254 - - [2025-06-05 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.009743 10.0.0.254 - - [2025-06-05 02:11:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.178456 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/network HTTP/1.1" 200 833 0.005460 10.0.0.254 - - [2025-06-05 02:11:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001206 10.0.0.254 - - [2025-06-05 02:11:27] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009616 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/network HTTP/1.1" 200 833 0.005492 10.0.0.254 - - [2025-06-05 02:11:27] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006649 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/network HTTP/1.1" 200 833 0.007278 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.008992 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/network HTTP/1.1" 200 807 0.009553 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/network HTTP/1.1" 200 833 0.005011 10.0.0.254 - - [2025-06-05 02:11:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001266 10.0.0.254 - - [2025-06-05 02:11:27] "POST /neutron/network HTTP/1.1" 200 843 0.005194 10.0.0.254 - - [2025-06-05 02:11:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000400 10.0.0.254 - - [2025-06-05 02:11:27] "GET / HTTP/1.1" 200 36215 0.001756 10.0.0.254 - - [2025-06-05 02:11:27] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000427 10.0.0.254 - - [2025-06-05 02:11:28] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.254 - - [2025-06-05 02:11:28] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041740 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 833 0.005913 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.005046 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.004889 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.005515 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 843 0.006000 10.0.0.254 - - [2025-06-05 02:11:28] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/port HTTP/1.1" 200 1058 0.185277 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/port HTTP/1.1" 200 1058 0.009481 10.0.0.254 - - [2025-06-05 02:11:28] "POST /neutron/port HTTP/1.1" 200 1058 0.008568 10.0.0.254 - - [2025-06-05 02:11:29] "POST /neutron/port HTTP/1.1" 200 1112 0.060425 10.0.0.254 - - [2025-06-05 02:11:29] "POST /neutron/port HTTP/1.1" 200 1086 0.015325 10.0.0.254 - - [2025-06-05 02:11:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003356 10.0.0.254 - - [2025-06-05 02:11:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.010014 10.0.0.254 - - [2025-06-05 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.254 - - [2025-06-05 02:11:29] "POST /neutron/network HTTP/1.1" 200 833 0.005855 10.0.0.254 - - [2025-06-05 02:11:33] "POST /neutron/port HTTP/1.1" 200 1086 0.014528 10.0.0.254 - - [2025-06-05 02:11:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006767 10.0.0.254 - - [2025-06-05 02:11:33] "POST /neutron/port HTTP/1.1" 200 1086 0.023961 10.0.0.254 - - [2025-06-05 02:11:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006303 10.0.0.254 - - [2025-06-05 02:11:33] "POST /neutron/port HTTP/1.1" 200 1086 0.016418 10.0.0.254 - - [2025-06-05 02:11:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007751 10.0.0.254 - - [2025-06-05 02:11:33] "GET /virtual-machine/aac4b395-1df0-461b-9619-e648830a3d85 HTTP/1.1" 200 1296 0.005370 10.0.0.254 - - [2025-06-05 02:11:33] "GET /virtual-machine-interface/c29b6aa4-f19e-47e2-aebb-4a0a030a77f9 HTTP/1.1" 200 2972 0.006461 10.0.0.254 - - [2025-06-05 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.254 - - [2025-06-05 02:11:33] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003646 10.0.0.254 - - [2025-06-05 02:11:33] "GET /virtual-networks?parent_id=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003091 10.0.0.254 - - [2025-06-05 02:11:33] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005129 10.0.0.254 - - [2025-06-05 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.254 - - [2025-06-05 02:11:36] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004738 10.0.0.254 - - [2025-06-05 02:11:37] "POST /neutron/port HTTP/1.1" 200 1086 0.016607 10.0.0.254 - - [2025-06-05 02:11:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007148 10.0.0.254 - - [2025-06-05 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005532 10.0.0.254 - - [2025-06-05 02:11:39] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004121 10.0.0.254 - - [2025-06-05 02:11:39] "GET /virtual-networks?parent_id=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003536 10.0.0.254 - - [2025-06-05 02:11:39] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006040 10.0.0.254 - - [2025-06-05 02:11:43] "POST /neutron/network HTTP/1.1" 200 807 0.012255 10.0.0.254 - - [2025-06-05 02:11:43] "POST /neutron/network HTTP/1.1" 200 833 0.005153 10.0.0.254 - - [2025-06-05 02:11:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001129 10.0.0.254 - - [2025-06-05 02:11:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015938 10.0.0.254 - - [2025-06-05 02:11:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005761 10.0.0.254 - - [2025-06-05 02:11:43] "POST /neutron/network HTTP/1.1" 200 843 0.005356 10.0.0.254 - - [2025-06-05 02:11:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000461 10.0.0.254 - - [2025-06-05 02:11:44] "GET / HTTP/1.1" 200 36215 0.006112 10.0.0.254 - - [2025-06-05 02:11:44] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001068 10.0.0.254 - - [2025-06-05 02:11:44] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.254 - - [2025-06-05 02:11:44] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064812 10.0.0.254 - - [2025-06-05 02:11:44] "POST /neutron/network HTTP/1.1" 200 833 0.006858 10.0.0.254 - - [2025-06-05 02:11:44] "POST /neutron/port HTTP/1.1" 200 1086 0.035074 10.0.0.254 - - [2025-06-05 02:11:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006200 10.0.0.254 - - [2025-06-05 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.005023 10.0.0.254 - - [2025-06-05 02:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.005391 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/network HTTP/1.1" 200 843 0.013953 10.0.0.254 - - [2025-06-05 02:11:45] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/port HTTP/1.1" 200 1058 0.233364 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/port HTTP/1.1" 200 1058 0.010410 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/port HTTP/1.1" 200 1058 0.008790 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/port HTTP/1.1" 200 1112 0.062703 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014077 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003057 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.010801 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.254 - - [2025-06-05 02:11:45] "POST /neutron/network HTTP/1.1" 200 833 0.005327 10.0.0.254 - - [2025-06-05 02:11:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015830 10.0.0.254 - - [2025-06-05 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005738 10.0.0.254 - - [2025-06-05 02:11:50] "POST /neutron/port HTTP/1.1" 200 1086 0.020322 10.0.0.254 - - [2025-06-05 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008003 10.0.0.254 - - [2025-06-05 02:11:50] "POST /neutron/port HTTP/1.1" 200 1086 0.014142 10.0.0.254 - - [2025-06-05 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006018 10.0.0.254 - - [2025-06-05 02:11:50] "GET /virtual-machine/e11de2aa-6e26-4639-9715-bb4fd0af6176 HTTP/1.1" 200 1296 0.004541 10.0.0.254 - - [2025-06-05 02:11:50] "GET /virtual-machine-interface/ea5036a1-9774-4427-b192-680abe3a0d01 HTTP/1.1" 200 2972 0.004233 10.0.0.254 - - [2025-06-05 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.254 - - [2025-06-05 02:11:50] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002912 10.0.0.254 - - [2025-06-05 02:11:50] "GET /virtual-networks?parent_id=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003103 10.0.0.254 - - [2025-06-05 02:11:50] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005246 10.0.0.254 - - [2025-06-05 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.254 - - [2025-06-05 02:11:53] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004467 10.0.0.254 - - [2025-06-05 02:11:53] "POST /neutron/port HTTP/1.1" 200 1086 0.014609 10.0.0.254 - - [2025-06-05 02:11:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005659 10.0.0.254 - - [2025-06-05 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-06-05 02:11:55] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002823 10.0.0.254 - - [2025-06-05 02:11:55] "GET /virtual-networks?parent_id=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003474 10.0.0.254 - - [2025-06-05 02:11:55] "GET /virtual-network/6e09fbaa-6a7b-4c50-a1e6-7a931bf95425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004879 10.0.0.254 - - [2025-06-05 02:11:55] "POST /neutron/port HTTP/1.1" 200 1086 0.025439 10.0.0.254 - - [2025-06-05 02:11:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015681 10.0.0.254 - - [2025-06-05 02:11:55] "POST /neutron/network HTTP/1.1" 200 843 0.005388 10.0.0.254 - - [2025-06-05 02:11:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002925 10.0.0.254 - - [2025-06-05 02:11:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.009819 10.0.0.254 - - [2025-06-05 02:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.254 - - [2025-06-05 02:11:55] "POST /neutron/network HTTP/1.1" 200 833 0.006085 10.0.0.254 - - [2025-06-05 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.254 - - [2025-06-05 02:12:01] "DELETE /virtual-DNS/2ea9dcbe-9203-4d58-9d6c-9d8374eb8ee8 HTTP/1.1" 409 236 0.006706 10.0.0.254 - - [2025-06-05 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.003867 10.0.0.254 - - [2025-06-05 02:12:01] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015961 10.0.0.254 - - [2025-06-05 02:12:01] "GET /virtual-DNS-record/98400cdd-c5c3-4c85-9eda-812776e40d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004689 10.0.0.254 - - [2025-06-05 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.254 - - [2025-06-05 02:12:01] "GET /virtual-DNS-record/98400cdd-c5c3-4c85-9eda-812776e40d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003318 10.0.0.254 - - [2025-06-05 02:12:02] "GET /domains HTTP/1.1" 200 281 0.002974 10.0.0.254 - - [2025-06-05 02:12:02] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.254 - - [2025-06-05 02:12:02] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2970 0.008768 10.0.0.254 - - [2025-06-05 02:12:02] "GET /virtual-DNS/2ea9dcbe-9203-4d58-9d6c-9d8374eb8ee8 HTTP/1.1" 200 1911 0.004328 10.0.0.254 - - [2025-06-05 02:12:02] "GET /virtual-DNS-record/98400cdd-c5c3-4c85-9eda-812776e40d50 HTTP/1.1" 200 1339 0.002723 10.0.0.254 - - [2025-06-05 02:12:07] "DELETE /virtual-DNS-record/98400cdd-c5c3-4c85-9eda-812776e40d50 HTTP/1.1" 200 115 0.019660 10.0.0.254 - - [2025-06-05 02:12:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003858 10.0.0.254 - - [2025-06-05 02:12:07] "POST /neutron/network HTTP/1.1" 200 833 0.006244 10.0.0.254 - - [2025-06-05 02:12:07] "POST /neutron/network HTTP/1.1" 400 204 0.011767 10.0.0.254 - - [2025-06-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1086 0.013998 10.0.0.254 - - [2025-06-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1112 0.015777 10.0.0.254 - - [2025-06-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1086 0.022885 10.0.0.254 - - [2025-06-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 1112 0.010932 10.0.0.254 - - [2025-06-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 151 0.125982 10.0.0.254 - - [2025-06-05 02:12:08] "POST /neutron/port HTTP/1.1" 200 151 0.128114 10.0.0.254 - - [2025-06-05 02:12:09] "POST /neutron/network HTTP/1.1" 200 833 0.006098 10.0.0.254 - - [2025-06-05 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.254 - - [2025-06-05 02:12:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004046 10.0.0.254 - - [2025-06-05 02:12:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.254 - - [2025-06-05 02:12:10] "POST /neutron/network HTTP/1.1" 200 151 0.179196 10.0.0.254 - - [2025-06-05 02:12:10] "DELETE /route-target/445124bc-6586-4cc1-9d56-1f7be89d3c3e HTTP/1.1" 200 115 0.036739 10.0.0.254 - - [2025-06-05 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.254 - - [2025-06-05 02:12:10] "DELETE /network-ipam/1bc92151-7f1d-4ff7-b954-63a165927175 HTTP/1.1" 200 115 0.042822 10.0.0.254 - - [2025-06-05 02:12:10] "DELETE /virtual-DNS/2ea9dcbe-9203-4d58-9d6c-9d8374eb8ee8 HTTP/1.1" 200 115 0.016427 10.0.0.254 - - [2025-06-05 02:12:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.002562 10.0.0.254 - - [2025-06-05 02:12:10] "GET /domains HTTP/1.1" 200 281 0.006234 10.0.0.254 - - [2025-06-05 02:12:10] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001595 10.0.0.254 - - [2025-06-05 02:12:10] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2769 0.012597 10.0.0.254 - - [2025-06-05 02:12:10] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.254 - - [2025-06-05 02:12:10] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.034235 10.0.0.254 - - [2025-06-05 02:12:10] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001594 10.0.0.254 - - [2025-06-05 02:12:10] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?fields=virtual_networks HTTP/1.1" 200 1036 0.072145 10.0.0.254 - - [2025-06-05 02:12:10] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001630 10.0.0.254 - - [2025-06-05 02:12:10] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025548 10.0.0.254 - - [2025-06-05 02:12:10] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.254 - - [2025-06-05 02:12:10] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?fields=security_groups HTTP/1.1" 200 1264 0.029714 10.0.0.254 - - [2025-06-05 02:12:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.023433 10.0.0.254 - - [2025-06-05 02:12:11] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002841 10.0.0.254 - - [2025-06-05 02:12:11] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.254 - - [2025-06-05 02:12:11] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007225 10.0.0.254 - - [2025-06-05 02:12:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.003156 10.0.0.254 - - [2025-06-05 02:12:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.003550 10.0.0.254 - - [2025-06-05 02:12:11] "POST /security-groups HTTP/1.1" 200 592 0.059417 10.0.0.254 - - [2025-06-05 02:12:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.002515 10.0.0.254 - - [2025-06-05 02:12:11] "POST /projects HTTP/1.1" 200 587 0.217884 10.0.0.254 - - [2025-06-05 02:12:12] "POST /access-control-lists HTTP/1.1" 200 599 0.056098 10.0.0.254 - - [2025-06-05 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.292107 10.0.0.254 - - [2025-06-05 02:12:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002865 10.0.0.254 - - [2025-06-05 02:12:12] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.412263 10.0.0.254 - - [2025-06-05 02:12:12] "POST /access-control-lists HTTP/1.1" 200 597 0.060745 10.0.0.254 - - [2025-06-05 02:12:13] "GET / HTTP/1.1" 200 36215 0.002297 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /project/dd07955571b24f0eb0811c9aae02f661 HTTP/1.1" 404 173 0.010985 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /project/4fb5287dd70045dead020f58cfde2453 HTTP/1.1" 404 173 0.007818 10.0.0.254 - - [2025-06-05 02:12:13] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.254 - - [2025-06-05 02:12:13] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.254 - - [2025-06-05 02:12:13] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.037045 10.0.0.254 - - [2025-06-05 02:12:13] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.043066 10.0.0.254 - - [2025-06-05 02:12:13] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.254 - - [2025-06-05 02:12:13] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.254 - - [2025-06-05 02:12:13] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?fields=security_groups HTTP/1.1" 200 1356 0.038369 10.0.0.254 - - [2025-06-05 02:12:13] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?fields=security_groups HTTP/1.1" 200 1366 0.040758 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /security-group/480a21cf-e909-4c64-ad0b-73334cf00632 HTTP/1.1" 200 115 0.066920 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /security-group/d569159c-9e4b-4e35-a258-18f520071704 HTTP/1.1" 200 115 0.069064 10.0.0.254 - - [2025-06-05 02:12:13] "GET /projects?obj_uuids=059f31d7-6346-4f76-9002-73695ed64dc0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.254 - - [2025-06-05 02:12:13] "GET /projects?obj_uuids=4fb5287d-d700-45de-ad02-0f58cfde2453&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /access-control-list/32a7456c-f8af-43b3-996c-5f9f04e8922a HTTP/1.1" 200 115 0.050646 10.0.0.254 - - [2025-06-05 02:12:13] "GET /project/059f31d7-6346-4f76-9002-73695ed64dc0?fields=application_policy_sets HTTP/1.1" 200 1395 0.057354 10.0.0.254 - - [2025-06-05 02:12:13] "GET /project/4fb5287d-d700-45de-ad02-0f58cfde2453?fields=application_policy_sets HTTP/1.1" 200 1405 0.065806 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /access-control-list/c18196ac-725e-4bea-b352-61986e3d2039 HTTP/1.1" 200 115 0.065294 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /access-control-list/660559da-44ab-4061-aa28-e518968f98e9 HTTP/1.1" 200 115 0.057038 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /access-control-list/526ddefc-51d6-49a4-84ab-e961b59bb824 HTTP/1.1" 200 115 0.032177 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /project/059f31d7-6346-4f76-9002-73695ed64dc0 HTTP/1.1" 200 115 0.437788 10.0.0.254 - - [2025-06-05 02:12:13] "DELETE /project/4fb5287d-d700-45de-ad02-0f58cfde2453 HTTP/1.1" 200 115 0.452276 10.0.0.254 - - [2025-06-05 02:12:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.254 - - [2025-06-05 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.025199 10.0.0.254 - - [2025-06-05 02:12:14] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.254 - - [2025-06-05 02:12:14] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.031966 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/network HTTP/1.1" 200 117 0.027554 10.0.0.254 - - [2025-06-05 02:12:14] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001197 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/network HTTP/1.1" 200 606 0.066459 10.0.0.254 - - [2025-06-05 02:12:14] "POST /route-targets HTTP/1.1" 200 328 0.010584 10.0.0.254 - - [2025-06-05 02:12:14] "POST /ref-update HTTP/1.1" 200 156 0.013058 10.0.0.254 - - [2025-06-05 02:12:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002918 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.138268 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/network HTTP/1.1" 200 826 0.005174 10.0.0.254 - - [2025-06-05 02:12:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001166 10.0.0.254 - - [2025-06-05 02:12:14] "GET /virtual-network/ba430484-824a-447a-b2d0-a86e7c5bc33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004885 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/network HTTP/1.1" 200 826 0.015380 10.0.0.254 - - [2025-06-05 02:12:14] "GET /virtual-network/ba430484-824a-447a-b2d0-a86e7c5bc33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005619 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/network HTTP/1.1" 200 826 0.006294 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.007204 10.0.0.254 - - [2025-06-05 02:12:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001314 10.0.0.254 - - [2025-06-05 02:12:14] "POST /neutron/network HTTP/1.1" 200 836 0.007276 10.0.0.254 - - [2025-06-05 02:12:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.254 - - [2025-06-05 02:12:15] "GET / HTTP/1.1" 200 36215 0.001722 10.0.0.254 - - [2025-06-05 02:12:15] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000407 10.0.0.254 - - [2025-06-05 02:12:15] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.254 - - [2025-06-05 02:12:15] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059760 10.0.0.254 - - [2025-06-05 02:12:15] "POST /neutron/network HTTP/1.1" 200 826 0.005974 10.0.0.254 - - [2025-06-05 02:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.005444 10.0.0.254 - - [2025-06-05 02:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.006691 10.0.0.254 - - [2025-06-05 02:12:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001463 10.0.0.254 - - [2025-06-05 02:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.005076 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/network HTTP/1.1" 200 836 0.005276 10.0.0.254 - - [2025-06-05 02:12:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000407 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/network HTTP/1.1" 200 836 0.005498 10.0.0.254 - - [2025-06-05 02:12:16] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.254 - - [2025-06-05 02:12:16] "GET / HTTP/1.1" 200 36215 0.001568 10.0.0.254 - - [2025-06-05 02:12:16] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000781 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 1062 0.209999 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 1062 0.008966 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 1062 0.008316 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 1116 0.053044 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 1090 0.014072 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003429 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.010250 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/network HTTP/1.1" 200 826 0.005521 10.0.0.254 - - [2025-06-05 02:12:16] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.254 - - [2025-06-05 02:12:16] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050323 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/network HTTP/1.1" 200 826 0.005095 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 1090 0.021897 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008394 10.0.0.254 - - [2025-06-05 02:12:16] "POST /neutron/port HTTP/1.1" 200 117 0.005014 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/port HTTP/1.1" 200 1090 0.018021 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005528 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/network HTTP/1.1" 200 836 0.010625 10.0.0.254 - - [2025-06-05 02:12:17] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/port HTTP/1.1" 200 1062 0.274110 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/port HTTP/1.1" 200 1062 0.009674 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/port HTTP/1.1" 200 1062 0.010493 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/port HTTP/1.1" 200 1116 0.073389 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/port HTTP/1.1" 200 1090 0.019207 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003977 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.010045 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.254 - - [2025-06-05 02:12:17] "POST /neutron/network HTTP/1.1" 200 826 0.004997 10.0.0.254 - - [2025-06-05 02:12:22] "POST /neutron/port HTTP/1.1" 200 1090 0.016125 10.0.0.254 - - [2025-06-05 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008025 10.0.0.254 - - [2025-06-05 02:12:22] "POST /neutron/port HTTP/1.1" 200 1090 0.014509 10.0.0.254 - - [2025-06-05 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006774 10.0.0.254 - - [2025-06-05 02:12:22] "POST /neutron/port HTTP/1.1" 200 1090 0.013636 10.0.0.254 - - [2025-06-05 02:12:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006432 10.0.0.254 - - [2025-06-05 02:12:22] "GET /virtual-machine/7750f1d2-b505-4f5f-a7ba-5702c5ee170b HTTP/1.1" 401 293 0.000540 10.0.0.254 - - [2025-06-05 02:12:22] "GET /virtual-machine/7750f1d2-b505-4f5f-a7ba-5702c5ee170b HTTP/1.1" 200 1295 0.025784 10.0.0.254 - - [2025-06-05 02:12:22] "GET /virtual-machine-interface/691af3e4-eb01-4991-9f3c-abc727e6eccc HTTP/1.1" 200 2953 0.004520 10.0.0.254 - - [2025-06-05 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.254 - - [2025-06-05 02:12:22] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004183 10.0.0.254 - - [2025-06-05 02:12:22] "GET /virtual-networks?parent_id=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002874 10.0.0.254 - - [2025-06-05 02:12:22] "GET /virtual-network/ba430484-824a-447a-b2d0-a86e7c5bc33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009278 10.0.0.254 - - [2025-06-05 02:12:23] "GET /obj-perms HTTP/1.1" 200 5075 0.046085 10.0.0.254 - - [2025-06-05 02:12:23] "GET /obj-perms HTTP/1.1" 200 5075 0.042317 10.0.0.254 - - [2025-06-05 02:12:25] "POST /neutron/port HTTP/1.1" 200 1090 0.016046 10.0.0.254 - - [2025-06-05 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005882 10.0.0.254 - - [2025-06-05 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.254 - - [2025-06-05 02:12:25] "GET /virtual-network/ba430484-824a-447a-b2d0-a86e7c5bc33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004835 10.0.0.254 - - [2025-06-05 02:12:26] "POST /neutron/port HTTP/1.1" 200 1090 0.018740 10.0.0.254 - - [2025-06-05 02:12:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006029 10.0.0.254 - - [2025-06-05 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.254 - - [2025-06-05 02:12:28] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002923 10.0.0.254 - - [2025-06-05 02:12:28] "GET /virtual-networks?parent_id=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003433 10.0.0.254 - - [2025-06-05 02:12:28] "GET /virtual-network/ba430484-824a-447a-b2d0-a86e7c5bc33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005923 10.0.0.254 - - [2025-06-05 02:12:28] "POST /neutron/port HTTP/1.1" 200 1090 0.014739 10.0.0.254 - - [2025-06-05 02:12:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007905 10.0.0.254 - - [2025-06-05 02:12:28] "POST /neutron/port HTTP/1.1" 200 1090 0.014241 10.0.0.254 - - [2025-06-05 02:12:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005815 10.0.0.254 - - [2025-06-05 02:12:28] "POST /neutron/port HTTP/1.1" 200 1090 0.013886 10.0.0.254 - - [2025-06-05 02:12:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006909 10.0.0.254 - - [2025-06-05 02:12:28] "GET /virtual-machine/a841efa8-0312-483b-b819-b94581327497 HTTP/1.1" 200 1296 0.004619 10.0.0.254 - - [2025-06-05 02:12:28] "GET /virtual-machine-interface/f5357037-e612-45e6-96f4-b787192acb3a HTTP/1.1" 200 2954 0.005872 10.0.0.254 - - [2025-06-05 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.254 - - [2025-06-05 02:12:28] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002824 10.0.0.254 - - [2025-06-05 02:12:28] "GET /virtual-networks?parent_id=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003053 10.0.0.254 - - [2025-06-05 02:12:28] "GET /virtual-network/ba430484-824a-447a-b2d0-a86e7c5bc33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005607 10.0.0.254 - - [2025-06-05 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.254 - - [2025-06-05 02:12:29] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003288 10.0.0.254 - - [2025-06-05 02:12:29] "GET /virtual-networks?parent_id=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003195 10.0.0.254 - - [2025-06-05 02:12:29] "GET /virtual-network/ba430484-824a-447a-b2d0-a86e7c5bc33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005438 10.0.0.254 - - [2025-06-05 02:12:34] "POST /neutron/network HTTP/1.1" 200 826 0.006092 10.0.0.254 - - [2025-06-05 02:12:35] "POST /neutron/network HTTP/1.1" 400 204 0.016509 10.0.0.254 - - [2025-06-05 02:12:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015159 10.0.0.254 - - [2025-06-05 02:12:35] "POST /neutron/port HTTP/1.1" 200 1116 0.008280 10.0.0.254 - - [2025-06-05 02:12:35] "POST /neutron/port HTTP/1.1" 200 1090 0.026561 10.0.0.254 - - [2025-06-05 02:12:35] "POST /neutron/port HTTP/1.1" 200 1116 0.011632 10.0.0.254 - - [2025-06-05 02:12:35] "POST /neutron/port HTTP/1.1" 200 151 0.129913 10.0.0.254 - - [2025-06-05 02:12:35] "POST /neutron/port HTTP/1.1" 200 151 0.116770 10.0.0.254 - - [2025-06-05 02:12:37] "POST /neutron/network HTTP/1.1" 200 826 0.005398 10.0.0.254 - - [2025-06-05 02:12:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003100 10.0.0.254 - - [2025-06-05 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.254 - - [2025-06-05 02:12:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002929 10.0.0.254 - - [2025-06-05 02:12:37] "POST /neutron/network HTTP/1.1" 200 151 0.075767 10.0.0.254 - - [2025-06-05 02:12:37] "DELETE /route-target/7c962d87-eeaa-4317-9a26-477d99b322a5 HTTP/1.1" 200 115 0.019704 10.0.0.254 - - [2025-06-05 02:12:37] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.254 - - [2025-06-05 02:12:37] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024549 10.0.0.254 - - [2025-06-05 02:12:37] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.254 - - [2025-06-05 02:12:37] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?fields=virtual_networks HTTP/1.1" 200 1037 0.066960 10.0.0.254 - - [2025-06-05 02:12:37] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001308 10.0.0.254 - - [2025-06-05 02:12:37] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.027742 10.0.0.254 - - [2025-06-05 02:12:37] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.254 - - [2025-06-05 02:12:37] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?fields=security_groups HTTP/1.1" 200 1265 0.029690 10.0.0.254 - - [2025-06-05 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.021938 10.0.0.254 - - [2025-06-05 02:12:38] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002896 10.0.0.254 - - [2025-06-05 02:12:38] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001643 10.0.0.254 - - [2025-06-05 02:12:38] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008562 10.0.0.254 - - [2025-06-05 02:12:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.002120 10.0.0.254 - - [2025-06-05 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.004185 10.0.0.254 - - [2025-06-05 02:12:38] "POST /security-groups HTTP/1.1" 200 591 0.059572 10.0.0.254 - - [2025-06-05 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002994 10.0.0.254 - - [2025-06-05 02:12:38] "POST /projects HTTP/1.1" 200 585 0.204996 10.0.0.254 - - [2025-06-05 02:12:38] "POST /access-control-lists HTTP/1.1" 200 598 0.057713 10.0.0.254 - - [2025-06-05 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.279519 10.0.0.254 - - [2025-06-05 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.002686 10.0.0.254 - - [2025-06-05 02:12:38] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.397492 10.0.0.254 - - [2025-06-05 02:12:38] "POST /access-control-lists HTTP/1.1" 200 596 0.055895 10.0.0.254 - - [2025-06-05 02:12:39] "GET / HTTP/1.1" 200 36215 0.002742 10.0.0.254 - - [2025-06-05 02:12:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.254 - - [2025-06-05 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.057592 10.0.0.254 - - [2025-06-05 02:12:40] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.254 - - [2025-06-05 02:12:40] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022483 10.0.0.254 - - [2025-06-05 02:12:40] "POST /neutron/network HTTP/1.1" 200 117 0.030910 10.0.0.254 - - [2025-06-05 02:12:41] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001609 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/network HTTP/1.1" 200 625 0.061466 10.0.0.254 - - [2025-06-05 02:12:41] "POST /route-targets HTTP/1.1" 200 328 0.012204 10.0.0.254 - - [2025-06-05 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.015264 10.0.0.254 - - [2025-06-05 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004090 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.139481 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/network HTTP/1.1" 200 839 0.005708 10.0.0.254 - - [2025-06-05 02:12:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001164 10.0.0.254 - - [2025-06-05 02:12:41] "GET /virtual-network/85a521a4-3639-43a5-9954-b4af275b3056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005857 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/network HTTP/1.1" 200 839 0.005985 10.0.0.254 - - [2025-06-05 02:12:41] "GET /virtual-network/85a521a4-3639-43a5-9954-b4af275b3056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005500 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/network HTTP/1.1" 200 839 0.005502 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.006738 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/network HTTP/1.1" 200 839 0.004947 10.0.0.254 - - [2025-06-05 02:12:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001197 10.0.0.254 - - [2025-06-05 02:12:41] "POST /neutron/network HTTP/1.1" 200 849 0.005413 10.0.0.254 - - [2025-06-05 02:12:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000370 10.0.0.254 - - [2025-06-05 02:12:41] "GET / HTTP/1.1" 200 36215 0.001900 10.0.0.254 - - [2025-06-05 02:12:41] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000409 10.0.0.254 - - [2025-06-05 02:12:42] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.254 - - [2025-06-05 02:12:42] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046442 10.0.0.254 - - [2025-06-05 02:12:42] "POST /neutron/network HTTP/1.1" 200 839 0.005566 10.0.0.254 - - [2025-06-05 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.004915 10.0.0.254 - - [2025-06-05 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.004723 10.0.0.254 - - [2025-06-05 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.254 - - [2025-06-05 02:12:42] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003524 10.0.0.254 - - [2025-06-05 02:12:42] "PUT /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf HTTP/1.1" 200 277 0.011060 10.0.0.254 - - [2025-06-05 02:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.006395 10.0.0.254 - - [2025-06-05 02:12:42] "POST /neutron/network HTTP/1.1" 200 849 0.005723 10.0.0.254 - - [2025-06-05 02:12:42] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/port HTTP/1.1" 200 1055 0.213914 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/port HTTP/1.1" 200 1055 0.009473 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/port HTTP/1.1" 200 1055 0.008794 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/port HTTP/1.1" 200 1109 0.056980 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/port HTTP/1.1" 200 1083 0.014864 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003125 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.010491 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.254 - - [2025-06-05 02:12:43] "POST /neutron/network HTTP/1.1" 200 839 0.005193 10.0.0.254 - - [2025-06-05 02:12:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014534 10.0.0.254 - - [2025-06-05 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005465 10.0.0.254 - - [2025-06-05 02:12:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014547 10.0.0.254 - - [2025-06-05 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005807 10.0.0.254 - - [2025-06-05 02:12:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014614 10.0.0.254 - - [2025-06-05 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005627 10.0.0.254 - - [2025-06-05 02:12:47] "GET /virtual-machine/abcf2275-2fe6-46fe-8210-714128e3ecdf HTTP/1.1" 401 293 0.000407 10.0.0.254 - - [2025-06-05 02:12:48] "GET /virtual-machine/abcf2275-2fe6-46fe-8210-714128e3ecdf HTTP/1.1" 200 1294 0.026908 10.0.0.254 - - [2025-06-05 02:12:48] "GET /virtual-machine-interface/c8fdd5db-83b3-4cfa-85c9-cd2f40f41128 HTTP/1.1" 200 2978 0.004766 10.0.0.254 - - [2025-06-05 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.254 - - [2025-06-05 02:12:48] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.005845 10.0.0.254 - - [2025-06-05 02:12:48] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002727 10.0.0.254 - - [2025-06-05 02:12:48] "GET /virtual-network/85a521a4-3639-43a5-9954-b4af275b3056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005131 10.0.0.254 - - [2025-06-05 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.254 - - [2025-06-05 02:12:51] "GET /virtual-network/85a521a4-3639-43a5-9954-b4af275b3056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004720 10.0.0.254 - - [2025-06-05 02:12:51] "POST /neutron/port HTTP/1.1" 200 1083 0.015006 10.0.0.254 - - [2025-06-05 02:12:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005517 10.0.0.254 - - [2025-06-05 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.254 - - [2025-06-05 02:12:53] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003465 10.0.0.254 - - [2025-06-05 02:12:53] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002746 10.0.0.254 - - [2025-06-05 02:12:53] "GET /virtual-network/85a521a4-3639-43a5-9954-b4af275b3056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005155 10.0.0.254 - - [2025-06-05 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.254 - - [2025-06-05 02:12:55] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.004035 10.0.0.254 - - [2025-06-05 02:12:55] "PUT /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf HTTP/1.1" 200 277 0.008457 10.0.0.254 - - [2025-06-05 02:12:55] "POST /neutron/network HTTP/1.1" 200 839 0.005232 10.0.0.254 - - [2025-06-05 02:12:55] "POST /neutron/network HTTP/1.1" 400 204 0.011290 10.0.0.254 - - [2025-06-05 02:12:56] "POST /neutron/port HTTP/1.1" 200 1083 0.014674 10.0.0.254 - - [2025-06-05 02:12:56] "POST /neutron/port HTTP/1.1" 200 1109 0.008367 10.0.0.254 - - [2025-06-05 02:12:56] "POST /neutron/port HTTP/1.1" 200 151 0.087694 10.0.0.254 - - [2025-06-05 02:12:57] "POST /neutron/network HTTP/1.1" 200 839 0.005432 10.0.0.254 - - [2025-06-05 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003081 10.0.0.254 - - [2025-06-05 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.254 - - [2025-06-05 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001572 10.0.0.254 - - [2025-06-05 02:12:58] "POST /neutron/network HTTP/1.1" 200 151 0.098836 10.0.0.254 - - [2025-06-05 02:12:58] "DELETE /route-target/c0f5258a-9e74-4bb9-9f4a-b6f673aac237 HTTP/1.1" 200 115 0.012946 10.0.0.254 - - [2025-06-05 02:12:58] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002757 10.0.0.254 - - [2025-06-05 02:12:58] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf HTTP/1.1" 200 1831 0.003582 10.0.0.254 - - [2025-06-05 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.254 - - [2025-06-05 02:12:58] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.254 - - [2025-06-05 02:12:58] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022320 10.0.0.254 - - [2025-06-05 02:12:58] "POST /neutron/network HTTP/1.1" 200 117 0.007645 10.0.0.254 - - [2025-06-05 02:12:58] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.254 - - [2025-06-05 02:12:58] "POST /neutron/network HTTP/1.1" 200 605 0.058419 10.0.0.254 - - [2025-06-05 02:12:58] "POST /route-targets HTTP/1.1" 200 328 0.009089 10.0.0.254 - - [2025-06-05 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.010813 10.0.0.254 - - [2025-06-05 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006492 10.0.0.254 - - [2025-06-05 02:12:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.159042 10.0.0.254 - - [2025-06-05 02:12:58] "POST /neutron/network HTTP/1.1" 200 824 0.005751 10.0.0.254 - - [2025-06-05 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001733 10.0.0.254 - - [2025-06-05 02:12:59] "GET /virtual-network/db9777be-496a-4f35-83c7-34843ae9c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005000 10.0.0.254 - - [2025-06-05 02:12:59] "POST /neutron/network HTTP/1.1" 200 824 0.005978 10.0.0.254 - - [2025-06-05 02:12:59] "GET /virtual-network/db9777be-496a-4f35-83c7-34843ae9c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004603 10.0.0.254 - - [2025-06-05 02:12:59] "POST /neutron/network HTTP/1.1" 200 824 0.005315 10.0.0.254 - - [2025-06-05 02:12:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.006394 10.0.0.254 - - [2025-06-05 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001118 10.0.0.254 - - [2025-06-05 02:12:59] "POST /neutron/network HTTP/1.1" 200 834 0.005244 10.0.0.254 - - [2025-06-05 02:12:59] "GET /aaa-mode HTTP/1.1" 401 293 0.000394 10.0.0.254 - - [2025-06-05 02:12:59] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.254 - - [2025-06-05 02:12:59] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.254 - - [2025-06-05 02:12:59] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.254 - - [2025-06-05 02:12:59] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043520 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/network HTTP/1.1" 200 824 0.004826 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.005019 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.004461 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.005066 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/network HTTP/1.1" 200 834 0.005261 10.0.0.254 - - [2025-06-05 02:13:00] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001423 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 1060 0.196399 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 1060 0.012886 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 1060 0.010280 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 1114 0.084931 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 1088 0.020871 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008796 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.011754 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.254 - - [2025-06-05 02:13:00] "POST /neutron/network HTTP/1.1" 200 824 0.005263 10.0.0.254 - - [2025-06-05 02:13:05] "POST /neutron/port HTTP/1.1" 200 1088 0.015528 10.0.0.254 - - [2025-06-05 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006139 10.0.0.254 - - [2025-06-05 02:13:05] "POST /neutron/port HTTP/1.1" 200 1088 0.014789 10.0.0.254 - - [2025-06-05 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005627 10.0.0.254 - - [2025-06-05 02:13:05] "POST /neutron/port HTTP/1.1" 200 1088 0.015648 10.0.0.254 - - [2025-06-05 02:13:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005705 10.0.0.254 - - [2025-06-05 02:13:05] "GET /virtual-machine/0934f3aa-b568-4d04-b58f-2bf0842d5cc8 HTTP/1.1" 200 1293 0.004701 10.0.0.254 - - [2025-06-05 02:13:05] "GET /virtual-machine-interface/7f980513-73f7-418a-af83-e01fa41ca4ac HTTP/1.1" 200 2948 0.004847 10.0.0.254 - - [2025-06-05 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.254 - - [2025-06-05 02:13:05] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002877 10.0.0.254 - - [2025-06-05 02:13:05] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003520 10.0.0.254 - - [2025-06-05 02:13:05] "GET /virtual-network/db9777be-496a-4f35-83c7-34843ae9c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005506 10.0.0.254 - - [2025-06-05 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.254 - - [2025-06-05 02:13:08] "GET /virtual-network/db9777be-496a-4f35-83c7-34843ae9c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005268 10.0.0.254 - - [2025-06-05 02:13:09] "POST /neutron/port HTTP/1.1" 200 1088 0.015291 10.0.0.254 - - [2025-06-05 02:13:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004958 10.0.0.254 - - [2025-06-05 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.254 - - [2025-06-05 02:13:10] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004011 10.0.0.254 - - [2025-06-05 02:13:10] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003276 10.0.0.254 - - [2025-06-05 02:13:10] "GET /virtual-network/db9777be-496a-4f35-83c7-34843ae9c9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006356 10.0.0.254 - - [2025-06-05 02:13:11] "POST /neutron/port HTTP/1.1" 200 1088 0.015216 10.0.0.254 - - [2025-06-05 02:13:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006441 10.0.0.254 - - [2025-06-05 02:13:13] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.254 - - [2025-06-05 02:13:13] "DELETE /project/b5c743d0c94f48488b229be8dca9a65b HTTP/1.1" 404 173 0.055753 10.0.0.254 - - [2025-06-05 02:13:13] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.030948 10.0.0.254 - - [2025-06-05 02:13:13] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.254 - - [2025-06-05 02:13:13] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?fields=security_groups HTTP/1.1" 200 1367 0.065038 10.0.0.254 - - [2025-06-05 02:13:13] "DELETE /security-group/01e6aa37-e478-4ad3-ba60-eb107fdcbbeb HTTP/1.1" 200 115 0.031518 10.0.0.254 - - [2025-06-05 02:13:13] "GET /projects?obj_uuids=dd079555-71b2-4f0e-b081-1c9aae02f661&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.254 - - [2025-06-05 02:13:13] "GET /project/dd079555-71b2-4f0e-b081-1c9aae02f661?fields=application_policy_sets HTTP/1.1" 200 1406 0.037418 10.0.0.254 - - [2025-06-05 02:13:13] "DELETE /access-control-list/f65b62a7-b2cf-4a77-b484-f59ad6824a3b HTTP/1.1" 200 115 0.043596 10.0.0.254 - - [2025-06-05 02:13:13] "DELETE /access-control-list/4ef6df9f-04d8-4acd-8626-6077a66fc647 HTTP/1.1" 200 115 0.018909 10.0.0.254 - - [2025-06-05 02:13:14] "DELETE /project/dd079555-71b2-4f0e-b081-1c9aae02f661 HTTP/1.1" 200 115 0.369304 10.0.0.254 - - [2025-06-05 02:13:18] "POST /neutron/network HTTP/1.1" 200 824 0.006428 10.0.0.254 - - [2025-06-05 02:13:18] "POST /neutron/network HTTP/1.1" 400 204 0.012721 10.0.0.254 - - [2025-06-05 02:13:18] "POST /neutron/port HTTP/1.1" 200 1088 0.017292 10.0.0.254 - - [2025-06-05 02:13:18] "POST /neutron/port HTTP/1.1" 200 1114 0.008664 10.0.0.254 - - [2025-06-05 02:13:18] "POST /neutron/port HTTP/1.1" 200 151 0.092916 10.0.0.254 - - [2025-06-05 02:13:20] "POST /neutron/network HTTP/1.1" 200 824 0.005592 10.0.0.254 - - [2025-06-05 02:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.254 - - [2025-06-05 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.254 - - [2025-06-05 02:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001652 10.0.0.254 - - [2025-06-05 02:13:20] "POST /neutron/network HTTP/1.1" 200 151 0.089238 10.0.0.254 - - [2025-06-05 02:13:20] "DELETE /route-target/3cd45988-304e-4162-a45e-a31868b18645 HTTP/1.1" 200 115 0.017498 10.0.0.254 - - [2025-06-05 02:13:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002799 10.0.0.254 - - [2025-06-05 02:13:20] "POST /network-ipams HTTP/1.1" 200 543 0.017049 10.0.0.254 - - [2025-06-05 02:13:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003103 10.0.0.254 - - [2025-06-05 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.254 - - [2025-06-05 02:13:21] "GET /network-ipam/8c1f52c8-fd04-4566-9924-0dc1a34a4c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007460 10.0.0.254 - - [2025-06-05 02:13:21] "PUT /network-ipam/8c1f52c8-fd04-4566-9924-0dc1a34a4c6e HTTP/1.1" 200 259 0.010438 10.0.0.254 - - [2025-06-05 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.254 - - [2025-06-05 02:13:21] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.254 - - [2025-06-05 02:13:21] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024404 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/network HTTP/1.1" 200 117 0.015307 10.0.0.254 - - [2025-06-05 02:13:21] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/network HTTP/1.1" 200 605 0.067261 10.0.0.254 - - [2025-06-05 02:13:21] "POST /route-targets HTTP/1.1" 200 328 0.009609 10.0.0.254 - - [2025-06-05 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.012489 10.0.0.254 - - [2025-06-05 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003996 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.195588 10.0.0.254 - - [2025-06-05 02:13:21] "GET /global-system-configs HTTP/1.1" 200 323 0.030441 10.0.0.254 - - [2025-06-05 02:13:21] "GET /obj-perms HTTP/1.1" 200 5075 0.064703 10.0.0.254 - - [2025-06-05 02:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005335 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.206732 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/network HTTP/1.1" 200 994 0.009259 10.0.0.254 - - [2025-06-05 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001221 10.0.0.254 - - [2025-06-05 02:13:21] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004973 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/network HTTP/1.1" 200 994 0.007099 10.0.0.254 - - [2025-06-05 02:13:21] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006053 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/network HTTP/1.1" 200 994 0.006971 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006476 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.006844 10.0.0.254 - - [2025-06-05 02:13:21] "POST /neutron/network HTTP/1.1" 200 994 0.006559 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.005920 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.012965 10.0.0.254 - - [2025-06-05 02:13:22] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 1017 0.156005 10.0.0.254 - - [2025-06-05 02:13:22] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 1017 0.148131 10.0.0.254 - - [2025-06-05 02:13:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001196 10.0.0.254 - - [2025-06-05 02:13:22] "GET /global-system-configs HTTP/1.1" 200 323 0.028225 10.0.0.254 - - [2025-06-05 02:13:22] "GET /obj-perms HTTP/1.1" 200 5075 0.064878 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008292 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 1017 0.034569 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/network HTTP/1.1" 200 994 0.006608 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 1017 0.006913 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 117 0.005022 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 117 0.005426 10.0.0.254 - - [2025-06-05 02:13:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001283 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 117 0.005737 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008397 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/port HTTP/1.1" 200 1017 0.008920 10.0.0.254 - - [2025-06-05 02:13:22] "POST /neutron/network HTTP/1.1" 200 994 0.008533 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.007347 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.007454 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009024 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.006042 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.008742 10.0.0.254 - - [2025-06-05 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001273 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.006593 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008055 10.0.0.254 - - [2025-06-05 02:13:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.254 - - [2025-06-05 02:13:23] "GET / HTTP/1.1" 200 36215 0.001831 10.0.0.254 - - [2025-06-05 02:13:23] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.033467 10.0.0.254 - - [2025-06-05 02:13:23] "GET /obj-perms HTTP/1.1" 200 5075 0.074771 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/network HTTP/1.1" 200 1004 0.012085 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.076255 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.009155 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008349 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.006611 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.013449 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1017 0.011253 10.0.0.254 - - [2025-06-05 02:13:23] "POST /neutron/port HTTP/1.1" 200 1109 0.115163 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 1109 0.110600 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 1083 0.013632 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014884 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003139 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.019628 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 673 0.018183 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.254 - - [2025-06-05 02:13:24] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.028824 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.254 - - [2025-06-05 02:13:24] "GET /obj-perms HTTP/1.1" 200 5075 0.094290 10.0.0.254 - - [2025-06-05 02:13:24] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.216080 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/network HTTP/1.1" 200 994 0.032171 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/network HTTP/1.1" 200 994 0.018307 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/network HTTP/1.1" 200 994 0.008983 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 2050 0.025794 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007306 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.005402 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domains HTTP/1.1" 200 281 0.005431 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001578 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2583 0.008759 10.0.0.254 - - [2025-06-05 02:13:24] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.254 - - [2025-06-05 02:13:24] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b HTTP/1.1" 200 2852 0.084357 10.0.0.254 - - [2025-06-05 02:13:24] "GET /network-ipam/8c1f52c8-fd04-4566-9924-0dc1a34a4c6e HTTP/1.1" 200 2605 0.005211 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domains HTTP/1.1" 200 281 0.002946 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2583 0.009011 10.0.0.254 - - [2025-06-05 02:13:24] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.254 - - [2025-06-05 02:13:24] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b HTTP/1.1" 200 2852 0.081129 10.0.0.254 - - [2025-06-05 02:13:24] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554 HTTP/1.1" 200 3787 0.010231 10.0.0.254 - - [2025-06-05 02:13:24] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554 HTTP/1.1" 200 3787 0.005517 10.0.0.254 - - [2025-06-05 02:13:24] "GET /routing-instance/85bdc124-2818-4403-8b62-46881a00a3fd HTTP/1.1" 200 2385 0.003749 10.0.0.254 - - [2025-06-05 02:13:24] "GET /routing-instance/85bdc124-2818-4403-8b62-46881a00a3fd HTTP/1.1" 200 2385 0.004258 10.0.0.254 - - [2025-06-05 02:13:24] "GET /route-target/21171a81-fbe7-4e02-ad04-365352ec1b73 HTTP/1.1" 200 1206 0.003708 10.0.0.254 - - [2025-06-05 02:13:24] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554 HTTP/1.1" 200 3787 0.004563 10.0.0.254 - - [2025-06-05 02:13:24] "GET /routing-instance/85bdc124-2818-4403-8b62-46881a00a3fd HTTP/1.1" 200 2385 0.003737 10.0.0.254 - - [2025-06-05 02:13:24] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005889 10.0.0.254 - - [2025-06-05 02:13:24] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554 HTTP/1.1" 200 3787 0.009759 10.0.0.254 - - [2025-06-05 02:13:24] "GET /routing-instance/85bdc124-2818-4403-8b62-46881a00a3fd HTTP/1.1" 200 2385 0.005485 10.0.0.254 - - [2025-06-05 02:13:24] "POST /neutron/network HTTP/1.1" 200 1004 0.011721 10.0.0.254 - - [2025-06-05 02:13:24] "GET /routing-instance/85bdc124-2818-4403-8b62-46881a00a3fd HTTP/1.1" 200 2385 0.003201 10.0.0.254 - - [2025-06-05 02:13:24] "GET /route-target/21171a81-fbe7-4e02-ad04-365352ec1b73 HTTP/1.1" 200 1206 0.004014 10.0.0.254 - - [2025-06-05 02:13:24] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001959 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domains HTTP/1.1" 200 281 0.005573 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001624 10.0.0.254 - - [2025-06-05 02:13:24] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2583 0.024498 10.0.0.254 - - [2025-06-05 02:13:24] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002906 10.0.0.254 - - [2025-06-05 02:13:25] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b HTTP/1.1" 200 3097 0.127523 10.0.0.254 - - [2025-06-05 02:13:25] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554 HTTP/1.1" 200 4046 0.014205 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1055 0.317855 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1055 0.012725 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1055 0.012786 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1109 0.076033 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1083 0.015412 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003559 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.014238 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/network HTTP/1.1" 200 994 0.007114 10.0.0.254 - - [2025-06-05 02:13:25] "GET /obj-perms HTTP/1.1" 200 5049 0.064197 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1083 0.019665 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006144 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1083 0.014041 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014199 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/port HTTP/1.1" 200 1083 0.013857 10.0.0.254 - - [2025-06-05 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018518 10.0.0.254 - - [2025-06-05 02:13:25] "GET /virtual-machine/7568f9e4-89b5-467d-b634-b61e46fbabf6 HTTP/1.1" 200 1290 0.007974 10.0.0.254 - - [2025-06-05 02:13:25] "GET /virtual-machine-interface/5d6bcb38-c23d-4840-98f4-aebf60dcef1d HTTP/1.1" 200 2948 0.010059 10.0.0.254 - - [2025-06-05 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010653 10.0.0.254 - - [2025-06-05 02:13:25] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003736 10.0.0.254 - - [2025-06-05 02:13:25] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003132 10.0.0.254 - - [2025-06-05 02:13:26] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007244 10.0.0.254 - - [2025-06-05 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.254 - - [2025-06-05 02:13:29] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005016 10.0.0.254 - - [2025-06-05 02:13:33] "POST /neutron/port HTTP/1.1" 200 1083 0.041318 10.0.0.254 - - [2025-06-05 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004924 10.0.0.254 - - [2025-06-05 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.254 - - [2025-06-05 02:13:33] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005851 10.0.0.254 - - [2025-06-05 02:13:33] "POST /neutron/port HTTP/1.1" 200 1083 0.014769 10.0.0.254 - - [2025-06-05 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005773 10.0.0.254 - - [2025-06-05 02:13:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014570 10.0.0.254 - - [2025-06-05 02:13:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005509 10.0.0.254 - - [2025-06-05 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.254 - - [2025-06-05 02:13:35] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002711 10.0.0.254 - - [2025-06-05 02:13:35] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002986 10.0.0.254 - - [2025-06-05 02:13:35] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005211 10.0.0.254 - - [2025-06-05 02:13:35] "POST /neutron/port HTTP/1.1" 200 1083 0.029419 10.0.0.254 - - [2025-06-05 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006907 10.0.0.254 - - [2025-06-05 02:13:35] "POST /neutron/port HTTP/1.1" 200 1083 0.014420 10.0.0.254 - - [2025-06-05 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006555 10.0.0.254 - - [2025-06-05 02:13:35] "POST /neutron/port HTTP/1.1" 200 1083 0.016746 10.0.0.254 - - [2025-06-05 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007078 10.0.0.254 - - [2025-06-05 02:13:36] "GET /virtual-machine/9bd76d00-3e19-455c-977f-b915dbdd2c21 HTTP/1.1" 200 1291 0.008441 10.0.0.254 - - [2025-06-05 02:13:36] "GET /virtual-machine-interface/6522b72d-eb28-4b35-baec-8b16ae8565bf HTTP/1.1" 200 2948 0.010507 10.0.0.254 - - [2025-06-05 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.254 - - [2025-06-05 02:13:36] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004030 10.0.0.254 - - [2025-06-05 02:13:36] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003726 10.0.0.254 - - [2025-06-05 02:13:36] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005256 10.0.0.254 - - [2025-06-05 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.254 - - [2025-06-05 02:13:37] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002972 10.0.0.254 - - [2025-06-05 02:13:37] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003518 10.0.0.254 - - [2025-06-05 02:13:37] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006574 10.0.0.254 - - [2025-06-05 02:13:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016063 10.0.0.254 - - [2025-06-05 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006518 10.0.0.254 - - [2025-06-05 02:13:37] "POST /neutron/port HTTP/1.1" 200 1083 0.013643 10.0.0.254 - - [2025-06-05 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005937 10.0.0.254 - - [2025-06-05 02:13:37] "POST /neutron/port HTTP/1.1" 200 1083 0.015296 10.0.0.254 - - [2025-06-05 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006630 10.0.0.254 - - [2025-06-05 02:13:37] "GET /virtual-machine/d39695cb-6fdb-4e2d-b9b3-2d96283d1ad5 HTTP/1.1" 200 1295 0.003942 10.0.0.254 - - [2025-06-05 02:13:37] "GET /virtual-machine-interface/8569dc81-bb6d-4cf2-ab34-da7866278541 HTTP/1.1" 200 2948 0.004313 10.0.0.254 - - [2025-06-05 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.254 - - [2025-06-05 02:13:37] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003346 10.0.0.254 - - [2025-06-05 02:13:37] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003123 10.0.0.254 - - [2025-06-05 02:13:37] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005692 10.0.0.254 - - [2025-06-05 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.254 - - [2025-06-05 02:13:39] "GET /global-vrouter-config/b9c7f7c4-f79d-4e3b-8c9f-b7102288c0cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003037 10.0.0.254 - - [2025-06-05 02:13:39] "GET /virtual-networks?parent_id=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003272 10.0.0.254 - - [2025-06-05 02:13:39] "GET /virtual-network/6dd699d4-ade9-4474-abc1-9a75867d8554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005293 10.0.0.254 - - [2025-06-05 02:13:54] "POST /neutron/port HTTP/1.1" 200 1109 0.011783 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 1109 0.009730 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 151 0.124151 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 1109 0.015856 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 1109 0.014056 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 1083 0.019229 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 1109 0.015551 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 151 0.130314 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/network HTTP/1.1" 200 994 0.007444 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/network HTTP/1.1" 400 204 0.014122 10.0.0.254 - - [2025-06-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 151 0.178041 10.0.0.254 - - [2025-06-05 02:13:57] "POST /neutron/network HTTP/1.1" 200 994 0.007276 10.0.0.254 - - [2025-06-05 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007586 10.0.0.254 - - [2025-06-05 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002421 10.0.0.254 - - [2025-06-05 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004292 10.0.0.254 - - [2025-06-05 02:13:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001916 10.0.0.254 - - [2025-06-05 02:13:57] "POST /neutron/network HTTP/1.1" 200 151 0.132090 10.0.0.254 - - [2025-06-05 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.029585 10.0.0.254 - - [2025-06-05 02:13:57] "GET /routing-instance/85bdc124-2818-4403-8b62-46881a00a3fd HTTP/1.1" 404 171 0.003231 10.0.0.254 - - [2025-06-05 02:13:57] "GET /domains HTTP/1.1" 200 281 0.001801 10.0.0.254 - - [2025-06-05 02:13:57] "GET /domains?obj_uuids=583d9dc8-8703-4533-a877-163a6f3eb144&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.254 - - [2025-06-05 02:13:57] "DELETE /route-target/21171a81-fbe7-4e02-ad04-365352ec1b73 HTTP/1.1" 200 115 0.025537 10.0.0.254 - - [2025-06-05 02:13:57] "GET /domain/583d9dc8-8703-4533-a877-163a6f3eb144 HTTP/1.1" 200 2583 0.047787 10.0.0.254 - - [2025-06-05 02:13:57] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.254 - - [2025-06-05 02:13:57] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b HTTP/1.1" 200 2092 0.067539 10.0.0.254 - - [2025-06-05 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.254 - - [2025-06-05 02:13:57] "DELETE /network-ipam/8c1f52c8-fd04-4566-9924-0dc1a34a4c6e HTTP/1.1" 200 115 0.024522 10.0.0.254 - - [2025-06-05 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.002269 10.0.0.254 - - [2025-06-05 02:13:58] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001705 10.0.0.254 - - [2025-06-05 02:13:58] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046196 10.0.0.254 - - [2025-06-05 02:13:58] "GET /projects?obj_uuids=b5c743d0-c94f-4848-8b22-9be8dca9a65b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.254 - - [2025-06-05 02:13:58] "GET /project/b5c743d0-c94f-4848-8b22-9be8dca9a65b?fields=virtual_networks HTTP/1.1" 200 1035 0.067233