++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon May 19 02:03:25 UTC 2025 ===================' INFO: =================== Mon May 19 02:03:25 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.254 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.254 ++ ANALYTICSDB_NODES=10.0.0.254 ++ ANALYTICS_SNMP_NODES=10.0.0.254 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ '[' -n '10.0.0.254:8081 ' ']' +++ echo 10.0.0.254:8081 ++ ANALYTICS_SERVERS=10.0.0.254:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ '[' -n '10.0.0.254:9042 ' ']' +++ echo 10.0.0.254:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.254:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.254 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ '[' -n '10.0.0.254:8086 ' ']' +++ echo 10.0.0.254:8086 ++ COLLECTOR_SERVERS=10.0.0.254:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.254 ++ CONFIGDB_NODES=10.0.0.254 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ '[' -n '10.0.0.254:8082 ' ']' +++ echo 10.0.0.254:8082 ++ CONFIG_SERVERS=10.0.0.254:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ '[' -n '10.0.0.254:9161 ' ']' +++ echo 10.0.0.254:9161 ++ CONFIGDB_SERVERS=10.0.0.254:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ '[' -n '10.0.0.254:9041 ' ']' +++ echo 10.0.0.254:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.254:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.254 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ '[' -n 10.0.0.254:2181, ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS=10.0.0.254:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ '[' -n '10.0.0.254:2181 ' ']' +++ echo 10.0.0.254:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.254:2181 ++ RABBITMQ_NODES=10.0.0.254 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ '[' -n 10.0.0.254:5673, ']' +++ echo 10.0.0.254:5673 ++ RABBITMQ_SERVERS=10.0.0.254:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ '[' -n '10.0.0.254:6379 ' ']' +++ echo 10.0.0.254:6379 ++ REDIS_SERVERS=10.0.0.254:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.254 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ '[' -n '10.0.0.254:9092 ' ']' +++ echo 10.0.0.254:9092 ++ KAFKA_SERVERS=10.0.0.254:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.254 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.254 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_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 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.254 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.254,10.20.0.17,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.254,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ echo 10.0.0.254 1 +++ return ++ local ip=10.0.0.254 ++ [[ -z 10.0.0.254 ]] ++ echo 10.0.0.254 + host_ip=10.0.0.254 + [[ cql == \c\q\l ]] ++ echo 10.0.0.254:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.254:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.254:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 05/19/2025 02:03:34.398 7fd505460bc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/19/2025 02:03:34.558 7fd505460bc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/19/2025 02:03:34.572 7fd505460bc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/19/2025 02:03:34.572 7fd505460bc8 [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-05-19 02:03:49] "GET / HTTP/1.1" 503 181 0.000301 10.0.0.254 - - [2025-05-19 02:03:49] "GET / HTTP/1.1" 503 181 0.000188 10.0.0.254 - - [2025-05-19 02:03:50] "GET / HTTP/1.1" 200 36215 0.001849 10.0.0.254 - - [2025-05-19 02:03:50] "GET / HTTP/1.1" 200 45871 0.001553 10.0.0.254 - - [2025-05-19 02:03:50] "GET / HTTP/1.1" 200 45871 0.043335 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-05-19 02:03:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000588 10.0.0.254 - - [2025-05-19 02:03:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000388 10.0.0.254 - - [2025-05-19 02:03:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000510 10.0.0.254 - - [2025-05-19 02:03:50] "GET / HTTP/1.1" 200 36215 0.001871 10.0.0.254 - - [2025-05-19 02:03:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.254 - - [2025-05-19 02:03:52] "GET / HTTP/1.1" 200 36215 0.003025 10.0.0.254 - - [2025-05-19 02:03:52] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.350823 10.0.0.254 - - [2025-05-19 02:03:52] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002972 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.709547 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.402252 10.0.0.254 - - [2025-05-19 02:03:52] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006556 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 186 1.071616 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.003012 10.0.0.254 - - [2025-05-19 02:03:52] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007381 10.0.0.254 - - [2025-05-19 02:03:52] "GET / HTTP/1.1" 200 36215 0.001645 10.0.0.254 - - [2025-05-19 02:03:52] "POST /config-database-nodes HTTP/1.1" 200 619 0.021320 10.0.0.254 - - [2025-05-19 02:03:52] "POST /service-appliance-sets HTTP/1.1" 200 555 0.021684 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 180 0.004164 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000682 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.254 - - [2025-05-19 02:03:52] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012927 10.0.0.254 - - [2025-05-19 02:03:52] "POST /service-appliance-sets HTTP/1.1" 200 543 0.019774 10.0.0.254 - - [2025-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.254 - - [2025-05-19 02:03:52] "GET /network-ipam/46fb86a4-6492-40da-aafc-72fb0d2cb43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.005061 10.0.0.254 - - [2025-05-19 02:03:52] "POST /service-templates HTTP/1.1" 200 513 0.019717 10.0.0.254 - - [2025-05-19 02:03:52] "POST /service-templates HTTP/1.1" 200 503 0.023755 /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-05-19 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.024177 10.0.0.254 - - [2025-05-19 02:03:52] "POST /service-templates HTTP/1.1" 200 517 0.039051 10.0.0.254 - - [2025-05-19 02:03:52] "POST /job-templates HTTP/1.1" 200 557 0.083741 10.0.0.254 - - [2025-05-19 02:03:52] "POST /service-templates HTTP/1.1" 200 537 0.023612 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003793 10.0.0.254 - - [2025-05-19 02:03:53] "POST /service-templates HTTP/1.1" 200 509 0.024570 10.0.0.254 - - [2025-05-19 02:03:53] "POST /job-templates HTTP/1.1" 200 565 0.071918 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000537 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.003216 10.0.0.254 - - [2025-05-19 02:03:53] "POST /job-templates HTTP/1.1" 200 547 0.065120 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003269 10.0.0.254 - - [2025-05-19 02:03:53] "POST /job-templates HTTP/1.1" 200 579 0.062022 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.002968 10.0.0.254 - - [2025-05-19 02:03:53] "POST /job-templates HTTP/1.1" 200 581 0.069570 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.003312 10.0.0.254 - - [2025-05-19 02:03:53] "POST /job-templates HTTP/1.1" 200 585 0.062112 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.024727 10.0.0.254 - - [2025-05-19 02:03:53] "GET /network-ipam/46fb86a4-6492-40da-aafc-72fb0d2cb43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.003868 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.002803 10.0.0.254 - - [2025-05-19 02:03:53] "POST /job-templates HTTP/1.1" 200 561 0.065078 10.0.0.254 - - [2025-05-19 02:03:53] "POST /fqname-to-id HTTP/1.1" 404 203 0.003223 10.0.0.254 - - [2025-05-19 02:03:54] "GET / HTTP/1.1" 200 36215 0.001688 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.254 - - [2025-05-19 02:03:54] "POST /job-templates HTTP/1.1" 200 571 0.069135 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003235 10.0.0.254 - - [2025-05-19 02:03:54] "POST /job-templates HTTP/1.1" 200 557 0.061250 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003302 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.002757 10.0.0.254 - - [2025-05-19 02:03:54] "POST /job-templates HTTP/1.1" 200 557 0.065320 10.0.0.254 - - [2025-05-19 02:03:54] "POST /access-control-lists HTTP/1.1" 200 589 0.025797 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.023921 10.0.0.254 - - [2025-05-19 02:03:54] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006335 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.003281 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.002997 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.003487 10.0.0.254 - - [2025-05-19 02:03:54] "POST /job-templates HTTP/1.1" 200 557 0.062772 10.0.0.254 - - [2025-05-19 02:03:54] "POST /access-control-lists HTTP/1.1" 200 587 0.059582 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.003091 10.0.0.254 - - [2025-05-19 02:03:54] "POST /config-nodes HTTP/1.1" 200 601 0.215914 10.0.0.254 - - [2025-05-19 02:03:54] "POST /job-templates HTTP/1.1" 200 537 0.189395 10.0.0.254 - - [2025-05-19 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003689 10.0.0.254 - - [2025-05-19 02:03:54] "POST /route-targets HTTP/1.1" 200 328 0.010563 10.0.0.254 - - [2025-05-19 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.010306 10.0.0.254 - - [2025-05-19 02:03:55] "POST /job-templates HTTP/1.1" 200 561 0.067273 10.0.0.254 - - [2025-05-19 02:03:55] "POST /route-targets HTTP/1.1" 200 328 0.034420 10.0.0.254 - - [2025-05-19 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.006583 10.0.0.254 - - [2025-05-19 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.254 - - [2025-05-19 02:03:55] "GET / HTTP/1.1" 200 36215 0.001918 10.0.0.254 - - [2025-05-19 02:03:55] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000480 10.0.0.254 - - [2025-05-19 02:03:55] "POST /job-templates HTTP/1.1" 200 561 0.077450 10.0.0.254 - - [2025-05-19 02:03:55] "POST /route-targets HTTP/1.1" 200 328 0.041406 10.0.0.254 - - [2025-05-19 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003783 10.0.0.254 - - [2025-05-19 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.011784 10.0.0.254 - - [2025-05-19 02:03:55] "POST /job-templates HTTP/1.1" 200 561 0.070825 10.0.0.254 - - [2025-05-19 02:03:55] "POST /route-targets HTTP/1.1" 200 328 0.049759 10.0.0.254 - - [2025-05-19 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.003795 10.0.0.254 - - [2025-05-19 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.019944 10.0.0.254 - - [2025-05-19 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.009263 10.0.0.254 - - [2025-05-19 02:03:55] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030952 10.0.0.254 - - [2025-05-19 02:03:55] "POST /job-templates HTTP/1.1" 200 567 0.114936 10.0.0.254 - - [2025-05-19 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.002996 10.0.0.254 - - [2025-05-19 02:03:55] "POST /access-control-lists HTTP/1.1" 200 553 0.064149 10.0.0.254 - - [2025-05-19 02:03:55] "PUT /access-control-list/fa37ced8-bb2e-4a47-9d4b-cd26f5db920b HTTP/1.1" 200 273 0.010411 10.0.0.254 - - [2025-05-19 02:03:55] "POST /job-templates HTTP/1.1" 200 559 0.066197 10.0.0.254 - - [2025-05-19 02:03:55] "PUT /access-control-list/4346c0a3-9d0e-4f6f-8f04-d3d68b26b33e HTTP/1.1" 200 273 0.017279 10.0.0.254 - - [2025-05-19 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.002982 10.0.0.254 - - [2025-05-19 02:03:55] "POST /job-templates HTTP/1.1" 200 557 0.066179 10.0.0.254 - - [2025-05-19 02:03:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.004531 10.0.0.254 - - [2025-05-19 02:03:56] "POST /job-templates HTTP/1.1" 200 575 0.070249 10.0.0.254 - - [2025-05-19 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.003088 10.0.0.254 - - [2025-05-19 02:03:56] "POST /job-templates HTTP/1.1" 200 553 0.061272 10.0.0.254 - - [2025-05-19 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.003452 10.0.0.254 - - [2025-05-19 02:03:56] "POST /job-templates HTTP/1.1" 200 581 0.064935 10.0.0.254 - - [2025-05-19 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003037 10.0.0.254 - - [2025-05-19 02:03:56] "POST /job-templates HTTP/1.1" 200 557 0.061487 10.0.0.254 - - [2025-05-19 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003301 10.0.0.254 - - [2025-05-19 02:03:56] "POST /job-templates HTTP/1.1" 200 561 0.064937 10.0.0.254 - - [2025-05-19 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003469 10.0.0.254 - - [2025-05-19 02:03:56] "POST /job-templates HTTP/1.1" 200 577 0.061974 10.0.0.254 - - [2025-05-19 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.003021 10.0.0.254 - - [2025-05-19 02:03:56] "POST /job-templates HTTP/1.1" 200 559 0.065178 10.0.0.254 - - [2025-05-19 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003278 10.0.0.254 - - [2025-05-19 02:03:57] "POST /job-templates HTTP/1.1" 200 561 0.065615 10.0.0.254 - - [2025-05-19 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003222 10.0.0.254 - - [2025-05-19 02:03:57] "POST /job-templates HTTP/1.1" 200 557 0.069195 10.0.0.254 - - [2025-05-19 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.004080 10.0.0.254 - - [2025-05-19 02:03:57] "POST /job-templates HTTP/1.1" 200 555 0.060946 10.0.0.254 - - [2025-05-19 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.003119 10.0.0.254 - - [2025-05-19 02:03:57] "POST /job-templates HTTP/1.1" 200 555 0.065280 10.0.0.254 - - [2025-05-19 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.004447 10.0.0.254 - - [2025-05-19 02:03:57] "POST /job-templates HTTP/1.1" 200 555 0.069230 10.0.0.254 - - [2025-05-19 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.010963 10.0.0.254 - - [2025-05-19 02:03:57] "POST /job-templates HTTP/1.1" 200 565 0.069518 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.004172 10.0.0.254 - - [2025-05-19 02:03:58] "POST /job-templates HTTP/1.1" 200 567 0.065054 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003290 10.0.0.254 - - [2025-05-19 02:03:58] "POST /config-propertiess HTTP/1.1" 200 553 0.018707 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 168 0.003088 10.0.0.254 - - [2025-05-19 02:03:58] "POST /tags HTTP/1.1" 200 322 0.032644 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 166 0.003267 10.0.0.254 - - [2025-05-19 02:03:58] "POST /tags HTTP/1.1" 200 318 0.021327 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 174 0.003319 10.0.0.254 - - [2025-05-19 02:03:58] "POST /tags HTTP/1.1" 200 334 0.022631 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 162 0.003917 10.0.0.254 - - [2025-05-19 02:03:58] "POST /tags HTTP/1.1" 200 310 0.023685 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 174 0.003168 10.0.0.254 - - [2025-05-19 02:03:58] "POST /tags HTTP/1.1" 200 334 0.022755 10.0.0.254 - - [2025-05-19 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 164 0.003029 10.0.0.254 - - [2025-05-19 02:03:58] "POST /tags HTTP/1.1" 200 314 0.024705 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 169 0.003673 10.0.0.254 - - [2025-05-19 02:03:59] "POST /tags HTTP/1.1" 200 324 0.028761 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.254 - - [2025-05-19 02:03:59] "PUT /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9 HTTP/1.1" 200 275 0.010096 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.002882 10.0.0.254 - - [2025-05-19 02:03:59] "POST /hardwares HTTP/1.1" 200 328 0.011432 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.002973 10.0.0.254 - - [2025-05-19 02:03:59] "POST /hardwares HTTP/1.1" 200 328 0.011020 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.003363 10.0.0.254 - - [2025-05-19 02:03:59] "POST /hardwares HTTP/1.1" 200 328 0.022356 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 166 0.003251 10.0.0.254 - - [2025-05-19 02:03:59] "POST /hardwares HTTP/1.1" 200 328 0.011315 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 164 0.003042 10.0.0.254 - - [2025-05-19 02:03:59] "POST /hardwares HTTP/1.1" 200 324 0.012058 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 164 0.003017 10.0.0.254 - - [2025-05-19 02:03:59] "POST /hardwares HTTP/1.1" 200 324 0.012330 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 161 0.003083 10.0.0.254 - - [2025-05-19 02:03:59] "POST /hardwares HTTP/1.1" 200 318 0.011565 10.0.0.254 - - [2025-05-19 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 164 0.003005 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 324 0.011461 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003166 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 324 0.013714 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003267 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 324 0.011232 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.003131 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 326 0.011748 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.003422 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 326 0.012035 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.002975 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.254 - - [2025-05-19 02:04:00] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.005135 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 326 0.011593 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 165 0.002941 10.0.0.254 - - [2025-05-19 02:04:00] "PUT /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e HTTP/1.1" 200 277 0.014779 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 326 0.011366 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.002934 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 324 0.011592 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 161 0.002993 10.0.0.254 - - [2025-05-19 02:04:00] "POST /hardwares HTTP/1.1" 200 318 0.015824 10.0.0.254 - - [2025-05-19 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 164 0.003196 10.0.0.254 - - [2025-05-19 02:04:00] "GET /global-system-configs HTTP/1.1" 200 323 0.672844 10.0.0.254 - - [2025-05-19 02:04:01] "GET / HTTP/1.1" 200 36215 0.001929 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 324 0.014690 10.0.0.254 - - [2025-05-19 02:04:01] "POST /alarms HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003159 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 318 0.012083 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.003199 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 324 0.011455 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.003495 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 320 0.011030 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.003091 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 320 0.011490 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 165 0.003167 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 326 0.011872 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003118 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 318 0.011633 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.003218 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 318 0.012857 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.003950 10.0.0.254 - - [2025-05-19 02:04:01] "POST /hardwares HTTP/1.1" 200 320 0.015830 10.0.0.254 - - [2025-05-19 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 162 0.003142 10.0.0.254 - - [2025-05-19 02:04:01] "GET /global-system-configs HTTP/1.1" 200 323 0.353167 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 320 0.034437 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 583 0.068300 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 577 0.017673 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.002543 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 320 0.013422 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 577 0.025758 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 158 0.006080 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 561 0.026870 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 312 0.013137 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 557 0.019045 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 158 0.002751 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 559 0.015717 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 312 0.010813 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 160 0.002862 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 567 0.019436 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 316 0.013293 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 551 0.019319 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 154 0.003060 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 559 0.020385 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 304 0.011858 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 569 0.021011 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 158 0.003339 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 557 0.017531 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 312 0.010340 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.002781 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 569 0.020297 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 306 0.019741 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.003500 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 577 0.077564 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 306 0.012209 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 571 0.017817 10.0.0.254 - - [2025-05-19 02:04:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.003417 10.0.0.254 - - [2025-05-19 02:04:02] "POST /alarms HTTP/1.1" 200 563 0.017153 10.0.0.254 - - [2025-05-19 02:04:02] "POST /hardwares HTTP/1.1" 200 306 0.011109 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 155 0.005604 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 563 0.050357 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 306 0.011427 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 563 0.016750 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 156 0.002821 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 549 0.017991 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 308 0.010295 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 597 0.016167 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 156 0.002644 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 577 0.022533 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 308 0.012708 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 156 0.002781 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 573 0.019477 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 308 0.015430 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 585 0.018577 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.002922 10.0.0.254 - - [2025-05-19 02:04:03] "POST /alarms HTTP/1.1" 200 611 0.016996 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 310 0.010736 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 158 0.003213 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 312 0.010970 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 158 0.002945 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 312 0.011959 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 153 0.003019 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 302 0.010948 10.0.0.254 - - [2025-05-19 02:04:03] "GET / HTTP/1.1" 200 36215 0.001858 10.0.0.254 - - [2025-05-19 02:04:03] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000443 10.0.0.254 - - [2025-05-19 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.002958 10.0.0.254 - - [2025-05-19 02:04:03] "POST /hardwares HTTP/1.1" 200 310 0.018607 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003054 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 310 0.011405 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003255 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 310 0.010842 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003057 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 310 0.011826 10.0.0.254 - - [2025-05-19 02:04:04] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027379 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003138 10.0.0.254 - - [2025-05-19 02:04:04] "PUT /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e HTTP/1.1" 200 277 0.009078 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 310 0.010233 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 161 0.002924 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 318 0.013335 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003491 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 310 0.010926 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 157 0.003021 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 310 0.011097 10.0.0.254 - - [2025-05-19 02:04:04] "GET / HTTP/1.1" 200 36215 0.003183 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000805 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 154 0.002888 10.0.0.254 - - [2025-05-19 02:04:04] "POST /hardwares HTTP/1.1" 200 304 0.011401 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.003137 10.0.0.254 - - [2025-05-19 02:04:04] "POST /features HTTP/1.1" 200 535 0.016499 10.0.0.254 - - [2025-05-19 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.003325 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 525 0.016538 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.003168 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.023251 10.0.0.254 - - [2025-05-19 02:04:05] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003399 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 523 0.015836 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.002689 10.0.0.254 - - [2025-05-19 02:04:05] "PUT /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e HTTP/1.1" 200 277 0.008148 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 523 0.015581 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.002922 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 533 0.017207 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.003039 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 523 0.016854 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003120 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 541 0.018128 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.002966 10.0.0.254 - - [2025-05-19 02:04:05] "GET / HTTP/1.1" 200 36215 0.001571 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 527 0.019171 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.003287 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 521 0.018980 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 182 0.003033 10.0.0.254 - - [2025-05-19 02:04:05] "POST /features HTTP/1.1" 200 519 0.017158 10.0.0.254 - - [2025-05-19 02:04:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.003154 10.0.0.254 - - [2025-05-19 02:04:06] "POST /features HTTP/1.1" 200 535 0.022318 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.027459 10.0.0.254 - - [2025-05-19 02:04:06] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006056 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.002926 10.0.0.254 - - [2025-05-19 02:04:06] "PUT /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9 HTTP/1.1" 200 275 0.016733 10.0.0.254 - - [2025-05-19 02:04:06] "POST /features HTTP/1.1" 200 543 0.016609 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 178 0.003989 10.0.0.254 - - [2025-05-19 02:04:06] "POST /physical-roles HTTP/1.1" 200 523 0.019265 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 179 0.003072 10.0.0.254 - - [2025-05-19 02:04:06] "POST /physical-roles HTTP/1.1" 200 525 0.020934 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.003537 10.0.0.254 - - [2025-05-19 02:04:06] "POST /physical-roles HTTP/1.1" 200 535 0.017544 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 177 0.003065 10.0.0.254 - - [2025-05-19 02:04:06] "POST /physical-roles HTTP/1.1" 200 521 0.016797 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.002896 10.0.0.254 - - [2025-05-19 02:04:06] "POST /overlay-roles HTTP/1.1" 200 547 0.017253 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.003144 10.0.0.254 - - [2025-05-19 02:04:06] "POST /overlay-roles HTTP/1.1" 200 533 0.017089 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.002979 10.0.0.254 - - [2025-05-19 02:04:06] "POST /overlay-roles HTTP/1.1" 200 547 0.016307 10.0.0.254 - - [2025-05-19 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 185 0.003311 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 535 0.018371 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.002951 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 543 0.015978 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.254 - - [2025-05-19 02:04:07] "PUT /overlay-role/4e284a16-288d-4be4-b6c8-3bb0e16f3185 HTTP/1.1" 200 259 0.011013 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.002920 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 533 0.016638 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 185 0.003953 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 535 0.015659 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.003198 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 531 0.015342 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 187 0.003083 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 539 0.015876 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.003180 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 543 0.016049 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 178 0.002903 10.0.0.254 - - [2025-05-19 02:04:07] "POST /overlay-roles HTTP/1.1" 200 521 0.015326 10.0.0.254 - - [2025-05-19 02:04:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.003034 10.0.0.254 - - [2025-05-19 02:04:08] "POST /overlay-roles HTTP/1.1" 200 545 0.015630 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 182 0.003068 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 535 0.016873 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.003043 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 549 0.016514 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.003284 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 551 0.015509 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.003380 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 553 0.016029 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.002925 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 565 0.017644 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.003168 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 549 0.019762 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.002935 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 551 0.017365 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.003023 10.0.0.254 - - [2025-05-19 02:04:08] "POST /role-definitions HTTP/1.1" 200 553 0.016214 10.0.0.254 - - [2025-05-19 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.019914 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 551 0.016720 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.003296 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 563 0.016806 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.002995 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 549 0.016554 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.002952 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 551 0.017920 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.002938 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 547 0.015602 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.003091 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 549 0.017025 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.003001 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 555 0.016117 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002941 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 557 0.016964 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.003081 10.0.0.254 - - [2025-05-19 02:04:09] "POST /role-definitions HTTP/1.1" 200 535 0.015671 10.0.0.254 - - [2025-05-19 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 187 0.003202 10.0.0.254 - - [2025-05-19 02:04:10] "POST /role-definitions HTTP/1.1" 200 545 0.015780 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 181 0.003181 10.0.0.254 - - [2025-05-19 02:04:10] "POST /role-definitions HTTP/1.1" 200 533 0.016542 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.002956 10.0.0.254 - - [2025-05-19 02:04:10] "POST /role-definitions HTTP/1.1" 200 539 0.015643 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.003053 10.0.0.254 - - [2025-05-19 02:04:10] "POST /role-definitions HTTP/1.1" 200 549 0.016407 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003099 10.0.0.254 - - [2025-05-19 02:04:10] "POST /role-definitions HTTP/1.1" 200 559 0.016102 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003080 10.0.0.254 - - [2025-05-19 02:04:10] "POST /role-definitions HTTP/1.1" 200 563 0.018040 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.002882 10.0.0.254 - - [2025-05-19 02:04:10] "POST /role-definitions HTTP/1.1" 200 561 0.015991 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.002970 10.0.0.254 - - [2025-05-19 02:04:10] "POST /feature-configs HTTP/1.1" 200 539 0.020370 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 212 0.003638 10.0.0.254 - - [2025-05-19 02:04:10] "POST /feature-configs HTTP/1.1" 200 564 0.018052 10.0.0.254 - - [2025-05-19 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.002993 10.0.0.254 - - [2025-05-19 02:04:11] "POST /feature-configs HTTP/1.1" 200 563 0.015966 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.003209 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 549 0.016591 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 187 0.003041 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 539 0.017429 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003166 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 551 0.016927 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.002858 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 543 0.016099 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.002868 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 543 0.016259 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.003895 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 541 0.017614 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002900 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 533 0.015933 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 185 0.003468 10.0.0.254 - - [2025-05-19 02:04:11] "POST /node-profiles HTTP/1.1" 200 535 0.017694 10.0.0.254 - - [2025-05-19 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003058 10.0.0.254 - - [2025-05-19 02:04:12] "POST /node-profiles HTTP/1.1" 200 559 0.016550 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003754 10.0.0.254 - - [2025-05-19 02:04:12] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018252 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003700 10.0.0.254 - - [2025-05-19 02:04:12] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018703 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003143 10.0.0.254 - - [2025-05-19 02:04:12] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017842 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003074 10.0.0.254 - - [2025-05-19 02:04:12] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017760 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.002952 10.0.0.254 - - [2025-05-19 02:04:12] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016282 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003333 10.0.0.254 - - [2025-05-19 02:04:12] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015187 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.003033 10.0.0.254 - - [2025-05-19 02:04:12] "POST /sflow-profiles HTTP/1.1" 200 534 0.017769 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.002979 10.0.0.254 - - [2025-05-19 02:04:12] "POST /sflow-profiles HTTP/1.1" 200 540 0.022235 10.0.0.254 - - [2025-05-19 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.002999 10.0.0.254 - - [2025-05-19 02:04:13] "POST /sflow-profiles HTTP/1.1" 200 540 0.017876 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.003068 10.0.0.254 - - [2025-05-19 02:04:13] "POST /grpc-profiles HTTP/1.1" 200 532 0.016198 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.002900 10.0.0.254 - - [2025-05-19 02:04:13] "POST /snmp-profiles HTTP/1.1" 200 532 0.015962 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.002913 10.0.0.254 - - [2025-05-19 02:04:13] "POST /netconf-profiles HTTP/1.1" 200 544 0.017902 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003852 10.0.0.254 - - [2025-05-19 02:04:13] "POST /device-functional-groups HTTP/1.1" 200 542 0.015781 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003151 10.0.0.254 - - [2025-05-19 02:04:13] "POST /device-functional-groups HTTP/1.1" 200 542 0.016142 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.003056 10.0.0.254 - - [2025-05-19 02:04:13] "POST /device-functional-groups HTTP/1.1" 200 546 0.017374 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.003105 10.0.0.254 - - [2025-05-19 02:04:13] "POST /device-functional-groups HTTP/1.1" 200 544 0.017873 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 218 0.003084 10.0.0.254 - - [2025-05-19 02:04:13] "POST /device-functional-groups HTTP/1.1" 200 592 0.016945 10.0.0.254 - - [2025-05-19 02:04:13] "POST /fqname-to-id HTTP/1.1" 404 208 0.003187 10.0.0.254 - - [2025-05-19 02:04:14] "POST /device-functional-groups HTTP/1.1" 200 572 0.015697 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.002903 10.0.0.254 - - [2025-05-19 02:04:14] "POST /device-functional-groups HTTP/1.1" 200 622 0.015460 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.003512 10.0.0.254 - - [2025-05-19 02:04:14] "POST /device-functional-groups HTTP/1.1" 200 568 0.018445 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.002957 10.0.0.254 - - [2025-05-19 02:04:14] "POST /device-functional-groups HTTP/1.1" 200 566 0.016193 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.002820 10.0.0.254 - - [2025-05-19 02:04:14] "POST /device-functional-groups HTTP/1.1" 200 576 0.016138 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.002925 10.0.0.254 - - [2025-05-19 02:04:14] "POST /role-configs HTTP/1.1" 200 527 0.016999 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003026 10.0.0.254 - - [2025-05-19 02:04:14] "POST /role-configs HTTP/1.1" 200 522 0.016605 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.002998 10.0.0.254 - - [2025-05-19 02:04:14] "POST /role-configs HTTP/1.1" 200 524 0.015645 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.002897 10.0.0.254 - - [2025-05-19 02:04:14] "POST /role-configs HTTP/1.1" 200 524 0.019123 10.0.0.254 - - [2025-05-19 02:04:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.002973 10.0.0.254 - - [2025-05-19 02:04:15] "POST /role-configs HTTP/1.1" 200 528 0.016026 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.002865 10.0.0.254 - - [2025-05-19 02:04:15] "POST /role-configs HTTP/1.1" 200 523 0.015874 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003329 10.0.0.254 - - [2025-05-19 02:04:15] "POST /role-configs HTTP/1.1" 200 519 0.015294 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.002860 10.0.0.254 - - [2025-05-19 02:04:15] "POST /role-configs HTTP/1.1" 200 520 0.015419 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.254 - - [2025-05-19 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.010159 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-05-19 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.008343 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.254 - - [2025-05-19 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.008327 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.254 - - [2025-05-19 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.254 - - [2025-05-19 02:04:15] "POST /ref-update HTTP/1.1" 200 156 0.008683 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.254 - - [2025-05-19 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.008425 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-05-19 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.254 - - [2025-05-19 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.254 - - [2025-05-19 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.254 - - [2025-05-19 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.008777 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.254 - - [2025-05-19 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.009108 10.0.0.254 - - [2025-05-19 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.254 - - [2025-05-19 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.254 - - [2025-05-19 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.254 - - [2025-05-19 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.254 - - [2025-05-19 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.254 - - [2025-05-19 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.008411 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.254 - - [2025-05-19 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007624 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.254 - - [2025-05-19 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.254 - - [2025-05-19 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007709 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.254 - - [2025-05-19 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.009786 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.254 - - [2025-05-19 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.254 - - [2025-05-19 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.254 - - [2025-05-19 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.008574 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.254 - - [2025-05-19 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.007814 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.254 - - [2025-05-19 02:04:18] "POST /ref-update HTTP/1.1" 200 156 0.007178 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.254 - - [2025-05-19 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.254 - - [2025-05-19 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.007712 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.254 - - [2025-05-19 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.254 - - [2025-05-19 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.009366 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.254 - - [2025-05-19 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.010778 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.254 - - [2025-05-19 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.007517 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.254 - - [2025-05-19 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.007612 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.254 - - [2025-05-19 02:04:19] "POST /ref-update HTTP/1.1" 200 156 0.007056 10.0.0.254 - - [2025-05-19 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.254 - - [2025-05-19 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007738 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.254 - - [2025-05-19 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.254 - - [2025-05-19 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.254 - - [2025-05-19 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.254 - - [2025-05-19 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.010502 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.254 - - [2025-05-19 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007493 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.254 - - [2025-05-19 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.254 - - [2025-05-19 02:04:20] "POST /ref-update HTTP/1.1" 200 156 0.007853 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.254 - - [2025-05-19 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.008253 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.254 - - [2025-05-19 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.254 - - [2025-05-19 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.007608 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.254 - - [2025-05-19 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.007268 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-05-19 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.254 - - [2025-05-19 02:04:21] "POST /ref-update HTTP/1.1" 200 156 0.009883 10.0.0.254 - - [2025-05-19 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.254 - - [2025-05-19 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.254 - - [2025-05-19 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.007306 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.254 - - [2025-05-19 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.007103 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.254 - - [2025-05-19 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.007299 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.254 - - [2025-05-19 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.007059 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.254 - - [2025-05-19 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.008579 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-05-19 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.254 - - [2025-05-19 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-05-19 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.254 - - [2025-05-19 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.008990 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.254 - - [2025-05-19 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.008529 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.254 - - [2025-05-19 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.254 - - [2025-05-19 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.007952 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.254 - - [2025-05-19 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.008703 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.254 - - [2025-05-19 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.254 - - [2025-05-19 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.008176 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.254 - - [2025-05-19 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.254 - - [2025-05-19 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.007246 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.254 - - [2025-05-19 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.007594 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.254 - - [2025-05-19 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.009039 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.254 - - [2025-05-19 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.007469 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.254 - - [2025-05-19 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.007926 10.0.0.254 - - [2025-05-19 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.254 - - [2025-05-19 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.254 - - [2025-05-19 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.007288 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.254 - - [2025-05-19 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.254 - - [2025-05-19 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.008055 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.254 - - [2025-05-19 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.006946 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.254 - - [2025-05-19 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.008877 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.254 - - [2025-05-19 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.254 - - [2025-05-19 02:04:25] "POST /ref-update HTTP/1.1" 200 156 0.007150 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.254 - - [2025-05-19 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.254 - - [2025-05-19 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.254 - - [2025-05-19 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.007887 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.254 - - [2025-05-19 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.012502 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.254 - - [2025-05-19 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.254 - - [2025-05-19 02:04:26] "POST /ref-update HTTP/1.1" 200 156 0.007927 10.0.0.254 - - [2025-05-19 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.254 - - [2025-05-19 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.008703 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.254 - - [2025-05-19 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.008005 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.254 - - [2025-05-19 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.254 - - [2025-05-19 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.007889 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.254 - - [2025-05-19 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.007801 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.254 - - [2025-05-19 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.008491 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.254 - - [2025-05-19 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.254 - - [2025-05-19 02:04:27] "POST /ref-update HTTP/1.1" 200 156 0.011370 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011483 10.0.0.254 - - [2025-05-19 02:04:28] "POST /ref-update HTTP/1.1" 200 156 0.009642 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.254 - - [2025-05-19 02:04:28] "POST /ref-update HTTP/1.1" 200 156 0.012275 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.254 - - [2025-05-19 02:04:28] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.254 - - [2025-05-19 02:04:28] "POST /ref-update HTTP/1.1" 200 156 0.008027 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.254 - - [2025-05-19 02:04:28] "POST /ref-update HTTP/1.1" 200 156 0.009275 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.254 - - [2025-05-19 02:04:28] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.254 - - [2025-05-19 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.254 - - [2025-05-19 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.008441 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-05-19 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.010702 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.254 - - [2025-05-19 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.008514 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.254 - - [2025-05-19 02:04:29] "GET / HTTP/1.1" 200 36215 0.001908 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.254 - - [2025-05-19 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.009354 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.254 - - [2025-05-19 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.011863 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.254 - - [2025-05-19 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.025184 10.0.0.254 - - [2025-05-19 02:04:29] "GET /routing-instance/f8324828-f1c4-4a3e-9dff-3d826b155d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003755 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-05-19 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.254 - - [2025-05-19 02:04:29] "POST /bgp-routers HTTP/1.1" 200 622 0.019539 10.0.0.254 - - [2025-05-19 02:04:29] "POST /ref-update HTTP/1.1" 200 156 0.008065 10.0.0.254 - - [2025-05-19 02:04:29] "GET /bgp-router/f9f1b4a6-a899-4743-8099-7499a67eb182?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005205 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.254 - - [2025-05-19 02:04:30] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.007124 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005935 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004114 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.006999 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.007241 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.009671 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.016135 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.009134 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.254 - - [2025-05-19 02:04:30] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.254 - - [2025-05-19 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.254 - - [2025-05-19 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.008953 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.254 - - [2025-05-19 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.008299 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.254 - - [2025-05-19 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.008756 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.254 - - [2025-05-19 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.007791 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.254 - - [2025-05-19 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.007429 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-05-19 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.009663 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.254 - - [2025-05-19 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.254 - - [2025-05-19 02:04:31] "POST /ref-update HTTP/1.1" 200 156 0.011355 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.254 - - [2025-05-19 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.008946 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.254 - - [2025-05-19 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.254 - - [2025-05-19 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.007331 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.254 - - [2025-05-19 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.008100 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.254 - - [2025-05-19 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.007367 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.254 - - [2025-05-19 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.007597 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.254 - - [2025-05-19 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.254 - - [2025-05-19 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.007295 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.254 - - [2025-05-19 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.008512 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.254 - - [2025-05-19 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.007282 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.254 - - [2025-05-19 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.008718 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.254 - - [2025-05-19 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.254 - - [2025-05-19 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.009373 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.254 - - [2025-05-19 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.254 - - [2025-05-19 02:04:33] "POST /ref-update HTTP/1.1" 200 156 0.007797 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.254 - - [2025-05-19 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.008189 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.254 - - [2025-05-19 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.007339 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.254 - - [2025-05-19 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.007611 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.254 - - [2025-05-19 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.007729 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.254 - - [2025-05-19 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.008816 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.254 - - [2025-05-19 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.008608 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.254 - - [2025-05-19 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.254 - - [2025-05-19 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.007957 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.254 - - [2025-05-19 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.008928 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.254 - - [2025-05-19 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.007179 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.254 - - [2025-05-19 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.007483 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.254 - - [2025-05-19 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.007230 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.254 - - [2025-05-19 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.007800 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.254 - - [2025-05-19 02:04:35] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.254 - - [2025-05-19 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.254 - - [2025-05-19 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.007756 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.254 - - [2025-05-19 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.007603 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-05-19 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.007665 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.254 - - [2025-05-19 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.254 - - [2025-05-19 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.007469 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-05-19 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.254 - - [2025-05-19 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.254 - - [2025-05-19 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.007505 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.254 - - [2025-05-19 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.254 - - [2025-05-19 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.007390 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.254 - - [2025-05-19 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008999 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.254 - - [2025-05-19 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.007448 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.254 - - [2025-05-19 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.007347 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.254 - - [2025-05-19 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.007320 10.0.0.254 - - [2025-05-19 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.254 - - [2025-05-19 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.007033 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.254 - - [2025-05-19 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.254 - - [2025-05-19 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.008464 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.254 - - [2025-05-19 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.007475 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.254 - - [2025-05-19 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.008223 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.254 - - [2025-05-19 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.007227 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.254 - - [2025-05-19 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.254 - - [2025-05-19 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.254 - - [2025-05-19 02:04:39] "POST /ref-update HTTP/1.1" 200 156 0.008510 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.254 - - [2025-05-19 02:04:39] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.254 - - [2025-05-19 02:04:39] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.254 - - [2025-05-19 02:04:39] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.254 - - [2025-05-19 02:04:39] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.254 - - [2025-05-19 02:04:39] "POST /ref-update HTTP/1.1" 200 156 0.007249 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.254 - - [2025-05-19 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.254 - - [2025-05-19 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.007133 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.254 - - [2025-05-19 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.008300 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.254 - - [2025-05-19 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.254 - - [2025-05-19 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.006904 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.254 - - [2025-05-19 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.007187 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.254 - - [2025-05-19 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.254 - - [2025-05-19 02:04:40] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.254 - - [2025-05-19 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.254 - - [2025-05-19 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.254 - - [2025-05-19 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.254 - - [2025-05-19 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.008448 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.254 - - [2025-05-19 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.254 - - [2025-05-19 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.009400 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.254 - - [2025-05-19 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.010602 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.254 - - [2025-05-19 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.254 - - [2025-05-19 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.254 - - [2025-05-19 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.254 - - [2025-05-19 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.009254 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.254 - - [2025-05-19 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.007668 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.254 - - [2025-05-19 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.007887 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.254 - - [2025-05-19 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.008157 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.254 - - [2025-05-19 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.007321 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.254 - - [2025-05-19 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.254 - - [2025-05-19 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.009601 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.254 - - [2025-05-19 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.010163 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.254 - - [2025-05-19 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.009411 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.254 - - [2025-05-19 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.009022 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.254 - - [2025-05-19 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.008576 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.254 - - [2025-05-19 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.254 - - [2025-05-19 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.254 - - [2025-05-19 02:04:43] "POST /ref-update HTTP/1.1" 200 156 0.012126 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.254 - - [2025-05-19 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.009122 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.254 - - [2025-05-19 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.009164 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.254 - - [2025-05-19 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.008539 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.254 - - [2025-05-19 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.010129 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.254 - - [2025-05-19 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.015450 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.254 - - [2025-05-19 02:04:44] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.254 - - [2025-05-19 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.254 - - [2025-05-19 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.008766 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.254 - - [2025-05-19 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.011215 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008461 10.0.0.254 - - [2025-05-19 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.009234 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.254 - - [2025-05-19 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.009181 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.254 - - [2025-05-19 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.010708 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.254 - - [2025-05-19 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.012064 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.254 - - [2025-05-19 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.254 - - [2025-05-19 02:04:45] "POST /ref-update HTTP/1.1" 200 156 0.009646 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.254 - - [2025-05-19 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.010400 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.254 - - [2025-05-19 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.013252 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.254 - - [2025-05-19 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.010182 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.254 - - [2025-05-19 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.013524 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.254 - - [2025-05-19 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.009013 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.254 - - [2025-05-19 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.009322 10.0.0.254 - - [2025-05-19 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.254 - - [2025-05-19 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.008107 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.254 - - [2025-05-19 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.254 - - [2025-05-19 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.254 - - [2025-05-19 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.009623 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006106 10.0.0.254 - - [2025-05-19 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.254 - - [2025-05-19 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.012214 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.254 - - [2025-05-19 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.254 - - [2025-05-19 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.009709 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.254 - - [2025-05-19 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008719 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.254 - - [2025-05-19 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008350 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.254 - - [2025-05-19 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.254 - - [2025-05-19 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.254 - - [2025-05-19 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008464 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.254 - - [2025-05-19 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.008139 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.254 - - [2025-05-19 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.254 - - [2025-05-19 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007840 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.254 - - [2025-05-19 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.008452 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.254 - - [2025-05-19 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.010076 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.254 - - [2025-05-19 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.008216 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.254 - - [2025-05-19 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.254 - - [2025-05-19 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.009128 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.254 - - [2025-05-19 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.254 - - [2025-05-19 02:04:49] "POST /ref-update HTTP/1.1" 200 156 0.007810 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.254 - - [2025-05-19 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008049 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.254 - - [2025-05-19 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.254 - - [2025-05-19 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008417 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.254 - - [2025-05-19 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008406 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.254 - - [2025-05-19 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.254 - - [2025-05-19 02:04:50] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.254 - - [2025-05-19 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.254 - - [2025-05-19 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.008789 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.254 - - [2025-05-19 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.014029 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.254 - - [2025-05-19 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.007265 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.254 - - [2025-05-19 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.254 - - [2025-05-19 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.008645 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.254 - - [2025-05-19 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.007159 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.254 - - [2025-05-19 02:04:51] "POST /ref-update HTTP/1.1" 200 156 0.007220 10.0.0.254 - - [2025-05-19 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.254 - - [2025-05-19 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007481 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.254 - - [2025-05-19 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.008017 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.254 - - [2025-05-19 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.006915 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.254 - - [2025-05-19 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007696 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.254 - - [2025-05-19 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.007466 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.254 - - [2025-05-19 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.009852 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.254 - - [2025-05-19 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-05-19 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.010072 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.254 - - [2025-05-19 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.010948 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.254 - - [2025-05-19 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.010449 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.254 - - [2025-05-19 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.010426 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.254 - - [2025-05-19 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.009905 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.254 - - [2025-05-19 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.009738 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.254 - - [2025-05-19 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.008395 10.0.0.254 - - [2025-05-19 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-05-19 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008963 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.254 - - [2025-05-19 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008148 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.254 - - [2025-05-19 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.254 - - [2025-05-19 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008216 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.254 - - [2025-05-19 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008595 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.254 - - [2025-05-19 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.008079 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.254 - - [2025-05-19 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.254 - - [2025-05-19 02:04:54] "POST /ref-update HTTP/1.1" 200 156 0.007774 10.0.0.254 - - [2025-05-19 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.254 - - [2025-05-19 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.254 - - [2025-05-19 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.254 - - [2025-05-19 02:04:55] "POST /network-ipams HTTP/1.1" 200 552 0.017060 10.0.0.254 - - [2025-05-19 02:04:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002113 10.0.0.254 - - [2025-05-19 02:04:55] "POST /virtual-networks HTTP/1.1" 200 554 0.098480 10.0.0.254 - - [2025-05-19 02:04:55] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003056 10.0.0.254 - - [2025-05-19 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.002726 10.0.0.254 - - [2025-05-19 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 178 0.002805 10.0.0.254 - - [2025-05-19 02:04:55] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002790 10.0.0.254 - - [2025-05-19 02:04:55] "GET /fabric/401a5ef4-05f2-4b5f-85dd-1d4fb801833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004055 10.0.0.254 - - [2025-05-19 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.002791 10.0.0.254 - - [2025-05-19 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.003248 10.0.0.254 - - [2025-05-19 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002749 10.0.0.254 - - [2025-05-19 02:04:55] "POST /route-targets HTTP/1.1" 200 328 0.009118 10.0.0.254 - - [2025-05-19 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.011566 10.0.0.254 - - [2025-05-19 02:05:01] "GET / HTTP/1.1" 200 36215 0.001636 10.0.0.254 - - [2025-05-19 02:05:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000673 10.0.0.254 - - [2025-05-19 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024808 10.0.0.254 - - [2025-05-19 02:05:01] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006992 10.0.0.254 - - [2025-05-19 02:05:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.003143 10.0.0.254 - - [2025-05-19 02:05:01] "POST /database-nodes HTTP/1.1" 200 605 0.020191 10.0.0.254 - - [2025-05-19 02:05:34] "GET / HTTP/1.1" 200 36215 0.001853 10.0.0.254 - - [2025-05-19 02:05:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.254 - - [2025-05-19 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.023823 10.0.0.254 - - [2025-05-19 02:05:35] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005979 10.0.0.254 - - [2025-05-19 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003117 10.0.0.254 - - [2025-05-19 02:05:35] "POST /analytics-nodes HTTP/1.1" 200 607 0.016803 10.0.0.254 - - [2025-05-19 02:05:40] "GET / HTTP/1.1" 200 36215 0.001862 10.0.0.254 - - [2025-05-19 02:05:48] "GET / HTTP/1.1" 200 36215 0.001586 10.0.0.254 - - [2025-05-19 02:05:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.254 - - [2025-05-19 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.024955 10.0.0.254 - - [2025-05-19 02:05:49] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006465 10.0.0.254 - - [2025-05-19 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.004851 10.0.0.254 - - [2025-05-19 02:05:49] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.037411 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-05-19 02:05:54] "GET /obj-perms HTTP/1.1" 200 5075 0.396372 10.0.0.254 - - [2025-05-19 02:05:54] "GET /obj-perms HTTP/1.1" 200 5075 0.046083 10.0.0.254 - - [2025-05-19 02:05:57] "GET / HTTP/1.1" 200 36215 0.001652 10.0.0.254 - - [2025-05-19 02:05:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.254 - - [2025-05-19 02:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.024411 10.0.0.254 - - [2025-05-19 02:05:57] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009678 10.0.0.254 - - [2025-05-19 02:05:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.002880 10.0.0.254 - - [2025-05-19 02:05:58] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.018077 10.0.0.254 - - [2025-05-19 02:06:55] "GET /obj-perms HTTP/1.1" 200 5075 0.072132 10.0.0.254 - - [2025-05-19 02:06:55] "GET /obj-perms HTTP/1.1" 200 5075 0.044425 10.0.0.254 - - [2025-05-19 02:07:56] "GET /obj-perms HTTP/1.1" 200 5075 0.048997 10.0.0.254 - - [2025-05-19 02:07:56] "GET /obj-perms HTTP/1.1" 200 5075 0.041727 10.0.0.254 - - [2025-05-19 02:08:23] "GET / HTTP/1.1" 200 36215 0.001859 10.0.0.254 - - [2025-05-19 02:08:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.254 - - [2025-05-19 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.025491 10.0.0.254 - - [2025-05-19 02:08:23] "GET /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006605 10.0.0.254 - - [2025-05-19 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.254 - - [2025-05-19 02:08:23] "GET /routing-instance/f8324828-f1c4-4a3e-9dff-3d826b155d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004093 10.0.0.254 - - [2025-05-19 02:08:23] "PUT /global-system-config/6867e4e7-b7ce-4881-b094-7169658a4da9 HTTP/1.1" 200 275 0.010514 10.0.0.254 - - [2025-05-19 02:08:23] "POST /fqname-to-id HTTP/1.1" 404 218 0.002718 10.0.0.254 - - [2025-05-19 02:08:23] "POST /virtual-routers HTTP/1.1" 200 605 0.018493 10.0.0.254 - - [2025-05-19 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.254 - - [2025-05-19 02:08:24] "GET /virtual-router/36ea5860-04d3-45fd-928b-3815448209db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005462 10.0.0.254 - - [2025-05-19 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.003060 10.0.0.254 - - [2025-05-19 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.254 - - [2025-05-19 02:08:24] "GET /virtual-network/8a1dc006-5303-4b78-b412-9f30edb33650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005780 10.0.0.254 - - [2025-05-19 02:08:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.044306 10.0.0.254 - - [2025-05-19 02:08:24] "PUT /access-control-list/8b46c123-795a-4d64-ab27-9eccd10a1060 HTTP/1.1" 200 273 0.010812 [Introspect:8084]10.0.0.254 - - [2025-05-19 02:08:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000918 [Introspect:8084]10.0.0.254 - - [2025-05-19 02:08:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000976 [Introspect:8084]10.0.0.254 - - [2025-05-19 02:08:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000812 [Introspect:8084]10.0.0.254 - - [2025-05-19 02:08:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000871 10.0.0.254 - - [2025-05-19 02:08:56] "GET /obj-perms HTTP/1.1" 200 5075 0.050022 10.0.0.254 - - [2025-05-19 02:08:57] "GET /obj-perms HTTP/1.1" 200 5075 0.045081 10.0.0.254 - - [2025-05-19 02:08:57] "GET /global-system-configs HTTP/1.1" 200 323 0.007006 10.0.0.254 - - [2025-05-19 02:08:57] "GET /obj-perms HTTP/1.1" 200 5075 0.026151 10.0.0.254 - - [2025-05-19 02:08:58] "GET /global-system-configs HTTP/1.1" 200 323 0.006949 10.0.0.254 - - [2025-05-19 02:08:58] "GET /obj-perms HTTP/1.1" 200 5075 0.024541 10.0.0.254 - - [2025-05-19 02:09:31] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.254 - - [2025-05-19 02:09:32] "GET /project/68c03299-4394-4132-88f4-18afa837be92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000494 10.0.0.254 - - [2025-05-19 02:09:33] "GET /projects?obj_uuids=68c03299-4394-4132-88f4-18afa837be92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023774 10.0.0.254 - - [2025-05-19 02:09:33] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.254 - - [2025-05-19 02:09:33] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.027664 10.0.0.254 - - [2025-05-19 02:09:33] "POST /id-to-fqname HTTP/1.1" 200 167 0.002417 10.0.0.254 - - [2025-05-19 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 176 0.003075 10.0.0.254 - - [2025-05-19 02:09:33] "POST /security-groups HTTP/1.1" 200 568 0.063990 10.0.0.254 - - [2025-05-19 02:09:33] "POST /projects HTTP/1.1" 200 539 0.242737 10.0.0.254 - - [2025-05-19 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.030831 10.0.0.254 - - [2025-05-19 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.313959 10.0.0.254 - - [2025-05-19 02:09:33] "POST /access-control-lists HTTP/1.1" 200 575 0.057375 10.0.0.254 - - [2025-05-19 02:09:33] "GET /project/68c03299-4394-4132-88f4-18afa837be92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.479888 10.0.0.254 - - [2025-05-19 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.015898 10.0.0.254 - - [2025-05-19 02:09:33] "POST /access-control-lists HTTP/1.1" 200 573 0.062268 [Introspect:8084]10.0.0.254 - - [2025-05-19 02:09:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001160 10.0.0.254 - - [2025-05-19 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.021950 10.0.0.254 - - [2025-05-19 02:09:34] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003146 10.0.0.254 - - [2025-05-19 02:09:34] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.254 - - [2025-05-19 02:09:34] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007721 10.0.0.254 - - [2025-05-19 02:09:34] "POST /id-to-fqname HTTP/1.1" 200 201 0.001654 10.0.0.254 - - [2025-05-19 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.004267 10.0.0.254 - - [2025-05-19 02:09:34] "POST /security-groups HTTP/1.1" 200 602 0.066919 10.0.0.254 - - [2025-05-19 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.002693 10.0.0.254 - - [2025-05-19 02:09:34] "POST /projects HTTP/1.1" 200 607 0.230024 10.0.0.254 - - [2025-05-19 02:09:34] "POST /access-control-lists HTTP/1.1" 200 609 0.060559 10.0.0.254 - - [2025-05-19 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.307906 10.0.0.254 - - [2025-05-19 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.002953 10.0.0.254 - - [2025-05-19 02:09:34] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.436724 10.0.0.254 - - [2025-05-19 02:09:35] "POST /access-control-lists HTTP/1.1" 200 607 0.064202 10.0.0.254 - - [2025-05-19 02:09:36] "GET / HTTP/1.1" 200 36215 0.003379 10.0.0.254 - - [2025-05-19 02:09:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.254 - - [2025-05-19 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.054138 10.0.0.254 - - [2025-05-19 02:09:37] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001045 10.0.0.254 - - [2025-05-19 02:09:37] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.024177 10.0.0.254 - - [2025-05-19 02:09:37] "POST /neutron/network HTTP/1.1" 200 117 0.037568 10.0.0.254 - - [2025-05-19 02:09:37] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001175 10.0.0.254 - - [2025-05-19 02:09:37] "POST /neutron/network HTTP/1.1" 200 620 0.072273 10.0.0.254 - - [2025-05-19 02:09:37] "POST /route-targets HTTP/1.1" 200 328 0.017713 10.0.0.254 - - [2025-05-19 02:09:37] "POST /ref-update HTTP/1.1" 200 156 0.018490 10.0.0.254 - - [2025-05-19 02:09:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003105 10.0.0.254 - - [2025-05-19 02:09:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.215702 10.0.0.254 - - [2025-05-19 02:09:37] "POST /neutron/network HTTP/1.1" 200 839 0.005358 10.0.0.254 - - [2025-05-19 02:09:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001132 10.0.0.254 - - [2025-05-19 02:09:37] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004612 10.0.0.254 - - [2025-05-19 02:09:37] "POST /neutron/network HTTP/1.1" 200 839 0.005434 10.0.0.254 - - [2025-05-19 02:09:37] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004812 10.0.0.254 - - [2025-05-19 02:09:37] "POST /neutron/network HTTP/1.1" 200 839 0.005578 10.0.0.254 - - [2025-05-19 02:09:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.006758 10.0.0.254 - - [2025-05-19 02:09:37] "GET /domains HTTP/1.1" 401 293 0.000405 10.0.0.254 - - [2025-05-19 02:09:38] "GET /domains HTTP/1.1" 200 281 0.025858 10.0.0.254 - - [2025-05-19 02:09:38] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.254 - - [2025-05-19 02:09:38] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2595 0.016560 10.0.0.254 - - [2025-05-19 02:09:38] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001133 10.0.0.254 - - [2025-05-19 02:09:38] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13 HTTP/1.1" 200 2173 0.078849 10.0.0.254 - - [2025-05-19 02:09:38] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb HTTP/1.1" 200 2345 0.008211 10.0.0.254 - - [2025-05-19 02:09:38] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb HTTP/1.1" 200 2345 0.008218 10.0.0.254 - - [2025-05-19 02:09:38] "GET /routing-instance/2775f928-8b5a-4b17-ad85-36385d341061 HTTP/1.1" 200 1497 0.003706 10.0.0.254 - - [2025-05-19 02:09:38] "GET /routing-instance/2775f928-8b5a-4b17-ad85-36385d341061 HTTP/1.1" 200 1497 0.003221 10.0.0.254 - - [2025-05-19 02:09:38] "GET /route-target/62f0ea76-19cd-4f18-84ac-9522b830909f HTTP/1.1" 200 1220 0.002826 10.0.0.254 - - [2025-05-19 02:09:38] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb HTTP/1.1" 200 2345 0.004507 10.0.0.254 - - [2025-05-19 02:09:38] "GET /routing-instance/2775f928-8b5a-4b17-ad85-36385d341061 HTTP/1.1" 200 1497 0.003130 10.0.0.254 - - [2025-05-19 02:09:38] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004550 10.0.0.254 - - [2025-05-19 02:09:38] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb HTTP/1.1" 200 2345 0.006618 10.0.0.254 - - [2025-05-19 02:09:38] "GET /routing-instance/2775f928-8b5a-4b17-ad85-36385d341061 HTTP/1.1" 200 1497 0.002869 10.0.0.254 - - [2025-05-19 02:09:38] "GET /routing-instance/2775f928-8b5a-4b17-ad85-36385d341061 HTTP/1.1" 200 1497 0.003810 10.0.0.254 - - [2025-05-19 02:09:38] "GET /route-target/62f0ea76-19cd-4f18-84ac-9522b830909f HTTP/1.1" 200 1220 0.002959 10.0.0.254 - - [2025-05-19 02:09:38] "GET /domains HTTP/1.1" 200 281 0.003030 10.0.0.254 - - [2025-05-19 02:09:38] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001411 10.0.0.254 - - [2025-05-19 02:09:38] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2595 0.008979 10.0.0.254 - - [2025-05-19 02:09:38] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001673 10.0.0.254 - - [2025-05-19 02:09:38] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13 HTTP/1.1" 200 2173 0.069473 10.0.0.254 - - [2025-05-19 02:09:38] "GET /virtual-network/332d007e-36f5-488f-b663-b611599c4acb HTTP/1.1" 200 2345 0.005042 10.0.0.254 - - [2025-05-19 02:09:39] "GET /obj-perms HTTP/1.1" 200 5071 0.046294 10.0.0.254 - - [2025-05-19 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001346 10.0.0.254 - - [2025-05-19 02:09:40] "POST /neutron/network HTTP/1.1" 200 849 0.005770 10.0.0.254 - - [2025-05-19 02:09:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000415 10.0.0.254 - - [2025-05-19 02:09:41] "GET / HTTP/1.1" 200 36215 0.002007 10.0.0.254 - - [2025-05-19 02:09:41] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000509 10.0.0.254 - - [2025-05-19 02:09:41] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001526 10.0.0.254 - - [2025-05-19 02:09:41] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.052541 10.0.0.254 - - [2025-05-19 02:09:42] "POST /neutron/network HTTP/1.1" 200 839 0.027715 10.0.0.254 - - [2025-05-19 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.005210 10.0.0.254 - - [2025-05-19 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.004962 10.0.0.254 - - [2025-05-19 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.005321 10.0.0.254 - - [2025-05-19 02:09:43] "POST /neutron/network HTTP/1.1" 200 849 0.006725 10.0.0.254 - - [2025-05-19 02:09:43] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001169 10.0.0.254 - - [2025-05-19 02:09:43] "POST /neutron/port HTTP/1.1" 200 1071 0.234105 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 1071 0.030408 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 1071 0.007992 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 1125 0.060634 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 1099 0.013914 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003098 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.009671 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.254 - - [2025-05-19 02:09:44] "POST /neutron/network HTTP/1.1" 200 839 0.005666 10.0.0.254 - - [2025-05-19 02:09:47] "POST /neutron/port HTTP/1.1" 200 1099 0.022374 10.0.0.254 - - [2025-05-19 02:09:47] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007026 10.0.0.254 - - [2025-05-19 02:09:52] "POST /neutron/port HTTP/1.1" 200 1099 0.013465 10.0.0.254 - - [2025-05-19 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006178 10.0.0.254 - - [2025-05-19 02:09:52] "GET /obj-perms HTTP/1.1" 200 5071 0.003546 10.0.0.254 - - [2025-05-19 02:09:53] "DELETE /project/6f81f945f49d4b339b901c699d1e3b13 HTTP/1.1" 404 173 0.004134 10.0.0.254 - - [2025-05-19 02:09:53] "DELETE /project/68c032994394413288f418afa837be92 HTTP/1.1" 404 173 0.002864 10.0.0.254 - - [2025-05-19 02:09:53] "GET /obj-perms HTTP/1.1" 200 5071 0.003681 10.0.0.254 - - [2025-05-19 02:09:54] "GET /obj-perms HTTP/1.1" 200 5071 0.003359 10.0.0.254 - - [2025-05-19 02:09:55] "GET /obj-perms HTTP/1.1" 200 5071 0.003335 10.0.0.254 - - [2025-05-19 02:09:56] "GET /obj-perms HTTP/1.1" 200 5071 0.003708 10.0.0.254 - - [2025-05-19 02:09:57] "GET /obj-perms HTTP/1.1" 200 5075 0.045058 10.0.0.254 - - [2025-05-19 02:09:57] "POST /neutron/network HTTP/1.1" 200 839 0.007324 10.0.0.254 - - [2025-05-19 02:09:57] "POST /neutron/network HTTP/1.1" 400 204 0.021052 10.0.0.254 - - [2025-05-19 02:09:58] "GET /obj-perms HTTP/1.1" 200 5075 0.045820 10.0.0.254 - - [2025-05-19 02:09:58] "POST /neutron/port HTTP/1.1" 200 1099 0.015069 10.0.0.254 - - [2025-05-19 02:09:58] "POST /neutron/port HTTP/1.1" 200 1125 0.009418 10.0.0.254 - - [2025-05-19 02:09:58] "POST /neutron/port HTTP/1.1" 200 151 0.099771 10.0.0.254 - - [2025-05-19 02:10:00] "POST /neutron/network HTTP/1.1" 200 839 0.006718 10.0.0.254 - - [2025-05-19 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.254 - - [2025-05-19 02:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.254 - - [2025-05-19 02:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003344 10.0.0.254 - - [2025-05-19 02:10:00] "POST /neutron/network HTTP/1.1" 200 151 0.090535 10.0.0.254 - - [2025-05-19 02:10:00] "DELETE /route-target/62f0ea76-19cd-4f18-84ac-9522b830909f HTTP/1.1" 200 115 0.018655 10.0.0.254 - - [2025-05-19 02:10:00] "GET /routing-instance/2775f928-8b5a-4b17-ad85-36385d341061 HTTP/1.1" 404 171 0.002859 10.0.0.254 - - [2025-05-19 02:10:00] "GET /domains HTTP/1.1" 200 281 0.002849 10.0.0.254 - - [2025-05-19 02:10:00] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.254 - - [2025-05-19 02:10:00] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2595 0.051608 10.0.0.254 - - [2025-05-19 02:10:00] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001587 10.0.0.254 - - [2025-05-19 02:10:00] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13 HTTP/1.1" 200 1922 0.070842 10.0.0.254 - - [2025-05-19 02:10:00] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001235 10.0.0.254 - - [2025-05-19 02:10:00] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.029491 10.0.0.254 - - [2025-05-19 02:10:00] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001209 10.0.0.254 - - [2025-05-19 02:10:00] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?fields=virtual_networks HTTP/1.1" 200 1055 0.064603 10.0.0.254 - - [2025-05-19 02:10:00] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001176 10.0.0.254 - - [2025-05-19 02:10:00] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.026436 10.0.0.254 - - [2025-05-19 02:10:00] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001205 10.0.0.254 - - [2025-05-19 02:10:00] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?fields=security_groups HTTP/1.1" 200 1293 0.030017 10.0.0.254 - - [2025-05-19 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.025730 10.0.0.254 - - [2025-05-19 02:10:01] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002519 10.0.0.254 - - [2025-05-19 02:10:01] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.254 - - [2025-05-19 02:10:01] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008819 10.0.0.254 - - [2025-05-19 02:10:01] "POST /id-to-fqname HTTP/1.1" 200 202 0.002331 10.0.0.254 - - [2025-05-19 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003608 10.0.0.254 - - [2025-05-19 02:10:01] "POST /security-groups HTTP/1.1" 200 603 0.067830 10.0.0.254 - - [2025-05-19 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 246 0.004246 10.0.0.254 - - [2025-05-19 02:10:01] "POST /projects HTTP/1.1" 200 609 0.248320 10.0.0.254 - - [2025-05-19 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.329299 10.0.0.254 - - [2025-05-19 02:10:01] "POST /access-control-lists HTTP/1.1" 200 610 0.069360 10.0.0.254 - - [2025-05-19 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.003191 10.0.0.254 - - [2025-05-19 02:10:02] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.457045 10.0.0.254 - - [2025-05-19 02:10:02] "POST /access-control-lists HTTP/1.1" 200 608 0.060158 10.0.0.254 - - [2025-05-19 02:10:03] "GET / HTTP/1.1" 200 36215 0.002227 10.0.0.254 - - [2025-05-19 02:10:03] "GET /projects?obj_uuids=68c03299-4394-4132-88f4-18afa837be92&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001139 10.0.0.254 - - [2025-05-19 02:10:03] "GET /project/68c03299-4394-4132-88f4-18afa837be92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.041560 10.0.0.254 - - [2025-05-19 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.254 - - [2025-05-19 02:10:04] "GET /security-group/577c854a-12b6-46c8-b35c-ee3137da8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005566 10.0.0.254 - - [2025-05-19 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.254 - - [2025-05-19 02:10:04] "GET /projects?obj_uuids=68c03299-4394-4132-88f4-18afa837be92&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001123 10.0.0.254 - - [2025-05-19 02:10:04] "GET /project/68c03299-4394-4132-88f4-18afa837be92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.036606 10.0.0.254 - - [2025-05-19 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.254 - - [2025-05-19 02:10:04] "GET /security-group/577c854a-12b6-46c8-b35c-ee3137da8295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004221 10.0.0.254 - - [2025-05-19 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.254 - - [2025-05-19 02:10:04] "PUT /security-group/577c854a-12b6-46c8-b35c-ee3137da8295 HTTP/1.1" 200 263 0.014467 10.0.0.254 - - [2025-05-19 02:10:04] "PUT /access-control-list/90748b3a-f118-401f-a804-ab69308093e4 HTTP/1.1" 200 273 0.009202 10.0.0.254 - - [2025-05-19 02:10:04] "PUT /access-control-list/952e67db-1010-49d2-8c42-fe06d5bd628a HTTP/1.1" 200 273 0.013666 10.0.0.254 - - [2025-05-19 02:10:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.254 - - [2025-05-19 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.055348 10.0.0.254 - - [2025-05-19 02:10:05] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.254 - - [2025-05-19 02:10:05] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.030778 10.0.0.254 - - [2025-05-19 02:10:05] "POST /neutron/network HTTP/1.1" 200 117 0.031301 10.0.0.254 - - [2025-05-19 02:10:05] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.254 - - [2025-05-19 02:10:05] "POST /neutron/network HTTP/1.1" 200 619 0.074348 10.0.0.254 - - [2025-05-19 02:10:05] "POST /route-targets HTTP/1.1" 200 328 0.010357 10.0.0.254 - - [2025-05-19 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.014554 10.0.0.254 - - [2025-05-19 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005268 10.0.0.254 - - [2025-05-19 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.139783 10.0.0.254 - - [2025-05-19 02:10:05] "POST /neutron/network HTTP/1.1" 200 840 0.006145 10.0.0.254 - - [2025-05-19 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001285 10.0.0.254 - - [2025-05-19 02:10:05] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005066 10.0.0.254 - - [2025-05-19 02:10:05] "POST /neutron/network HTTP/1.1" 200 840 0.005708 10.0.0.254 - - [2025-05-19 02:10:05] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005098 10.0.0.254 - - [2025-05-19 02:10:05] "POST /neutron/network HTTP/1.1" 200 840 0.006167 10.0.0.254 - - [2025-05-19 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.006503 10.0.0.254 - - [2025-05-19 02:10:05] "GET /domains HTTP/1.1" 401 293 0.000391 10.0.0.254 - - [2025-05-19 02:10:06] "GET /domains HTTP/1.1" 200 281 0.024827 10.0.0.254 - - [2025-05-19 02:10:06] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.254 - - [2025-05-19 02:10:06] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.008370 10.0.0.254 - - [2025-05-19 02:10:06] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.254 - - [2025-05-19 02:10:06] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 2179 0.072844 10.0.0.254 - - [2025-05-19 02:10:06] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182 HTTP/1.1" 200 2349 0.008090 10.0.0.254 - - [2025-05-19 02:10:06] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182 HTTP/1.1" 200 2349 0.005534 10.0.0.254 - - [2025-05-19 02:10:06] "GET /routing-instance/8c6644bc-c476-40f1-8752-45e079c88df6 HTTP/1.1" 200 1494 0.004969 10.0.0.254 - - [2025-05-19 02:10:06] "GET /routing-instance/8c6644bc-c476-40f1-8752-45e079c88df6 HTTP/1.1" 200 1494 0.004537 10.0.0.254 - - [2025-05-19 02:10:06] "GET /route-target/59b727fe-7018-4b7a-8353-6c5956b0cf22 HTTP/1.1" 200 1219 0.004593 10.0.0.254 - - [2025-05-19 02:10:06] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182 HTTP/1.1" 200 2349 0.009342 10.0.0.254 - - [2025-05-19 02:10:06] "GET /routing-instance/8c6644bc-c476-40f1-8752-45e079c88df6 HTTP/1.1" 200 1494 0.006458 10.0.0.254 - - [2025-05-19 02:10:06] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008721 10.0.0.254 - - [2025-05-19 02:10:06] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182 HTTP/1.1" 200 2349 0.005803 10.0.0.254 - - [2025-05-19 02:10:06] "GET /routing-instance/8c6644bc-c476-40f1-8752-45e079c88df6 HTTP/1.1" 200 1494 0.003725 10.0.0.254 - - [2025-05-19 02:10:06] "GET /routing-instance/8c6644bc-c476-40f1-8752-45e079c88df6 HTTP/1.1" 200 1494 0.003627 10.0.0.254 - - [2025-05-19 02:10:06] "GET /route-target/59b727fe-7018-4b7a-8353-6c5956b0cf22 HTTP/1.1" 200 1219 0.003915 10.0.0.254 - - [2025-05-19 02:10:06] "GET /domains HTTP/1.1" 200 281 0.002841 10.0.0.254 - - [2025-05-19 02:10:06] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.254 - - [2025-05-19 02:10:06] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.007453 10.0.0.254 - - [2025-05-19 02:10:06] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002439 10.0.0.254 - - [2025-05-19 02:10:06] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 2179 0.072885 10.0.0.254 - - [2025-05-19 02:10:06] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182 HTTP/1.1" 200 2349 0.005537 10.0.0.254 - - [2025-05-19 02:10:07] "GET /obj-perms HTTP/1.1" 200 5073 0.062565 10.0.0.254 - - [2025-05-19 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.254 - - [2025-05-19 02:10:07] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.254 - - [2025-05-19 02:10:07] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.038263 10.0.0.254 - - [2025-05-19 02:10:07] "POST /neutron/network HTTP/1.1" 200 117 0.012400 10.0.0.254 - - [2025-05-19 02:10:07] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.254 - - [2025-05-19 02:10:07] "POST /neutron/network HTTP/1.1" 200 619 0.066391 10.0.0.254 - - [2025-05-19 02:10:07] "POST /route-targets HTTP/1.1" 200 328 0.010260 10.0.0.254 - - [2025-05-19 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.011787 10.0.0.254 - - [2025-05-19 02:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003930 10.0.0.254 - - [2025-05-19 02:10:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.201379 10.0.0.254 - - [2025-05-19 02:10:07] "POST /neutron/network HTTP/1.1" 200 838 0.005353 10.0.0.254 - - [2025-05-19 02:10:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001161 10.0.0.254 - - [2025-05-19 02:10:07] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004889 10.0.0.254 - - [2025-05-19 02:10:07] "POST /neutron/network HTTP/1.1" 200 838 0.005886 10.0.0.254 - - [2025-05-19 02:10:07] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005244 10.0.0.254 - - [2025-05-19 02:10:07] "POST /neutron/network HTTP/1.1" 200 838 0.005553 10.0.0.254 - - [2025-05-19 02:10:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.007525 10.0.0.254 - - [2025-05-19 02:10:07] "GET /domains HTTP/1.1" 200 281 0.002377 10.0.0.254 - - [2025-05-19 02:10:07] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.254 - - [2025-05-19 02:10:07] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.006973 10.0.0.254 - - [2025-05-19 02:10:07] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.254 - - [2025-05-19 02:10:07] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 2408 0.089980 10.0.0.254 - - [2025-05-19 02:10:07] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34 HTTP/1.1" 200 2344 0.006715 10.0.0.254 - - [2025-05-19 02:10:07] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34 HTTP/1.1" 200 2344 0.005095 10.0.0.254 - - [2025-05-19 02:10:07] "GET /routing-instance/a4af7e74-26fa-4171-93f4-f1da4b838553 HTTP/1.1" 200 1495 0.003934 10.0.0.254 - - [2025-05-19 02:10:07] "GET /routing-instance/a4af7e74-26fa-4171-93f4-f1da4b838553 HTTP/1.1" 200 1495 0.003451 10.0.0.254 - - [2025-05-19 02:10:07] "GET /route-target/60076906-653f-4747-8669-277a3be51563 HTTP/1.1" 200 1219 0.003419 10.0.0.254 - - [2025-05-19 02:10:07] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34 HTTP/1.1" 200 2344 0.005569 10.0.0.254 - - [2025-05-19 02:10:07] "GET /routing-instance/a4af7e74-26fa-4171-93f4-f1da4b838553 HTTP/1.1" 200 1495 0.003258 10.0.0.254 - - [2025-05-19 02:10:07] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005154 10.0.0.254 - - [2025-05-19 02:10:07] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34 HTTP/1.1" 200 2344 0.005057 10.0.0.254 - - [2025-05-19 02:10:07] "GET /routing-instance/a4af7e74-26fa-4171-93f4-f1da4b838553 HTTP/1.1" 200 1495 0.003309 10.0.0.254 - - [2025-05-19 02:10:07] "GET /routing-instance/a4af7e74-26fa-4171-93f4-f1da4b838553 HTTP/1.1" 200 1495 0.003564 10.0.0.254 - - [2025-05-19 02:10:07] "GET /route-target/60076906-653f-4747-8669-277a3be51563 HTTP/1.1" 200 1219 0.002796 10.0.0.254 - - [2025-05-19 02:10:07] "GET /domains HTTP/1.1" 200 281 0.002598 10.0.0.254 - - [2025-05-19 02:10:07] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.254 - - [2025-05-19 02:10:07] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.009274 10.0.0.254 - - [2025-05-19 02:10:07] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.254 - - [2025-05-19 02:10:08] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 2408 0.077104 10.0.0.254 - - [2025-05-19 02:10:08] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34 HTTP/1.1" 200 2344 0.005936 10.0.0.254 - - [2025-05-19 02:10:08] "GET /obj-perms HTTP/1.1" 200 5073 0.003733 10.0.0.254 - - [2025-05-19 02:10:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001334 10.0.0.254 - - [2025-05-19 02:10:08] "POST /neutron/network HTTP/1.1" 200 848 0.005540 10.0.0.254 - - [2025-05-19 02:10:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000431 10.0.0.254 - - [2025-05-19 02:10:08] "GET / HTTP/1.1" 200 36215 0.001996 10.0.0.254 - - [2025-05-19 02:10:08] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000415 10.0.0.254 - - [2025-05-19 02:10:08] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.254 - - [2025-05-19 02:10:09] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051631 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/network HTTP/1.1" 200 838 0.006254 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.005844 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.005657 10.0.0.254 - - [2025-05-19 02:10:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001289 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.005422 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/network HTTP/1.1" 200 850 0.005812 10.0.0.254 - - [2025-05-19 02:10:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000463 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/network HTTP/1.1" 200 848 0.005995 10.0.0.254 - - [2025-05-19 02:10:09] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.254 - - [2025-05-19 02:10:09] "GET / HTTP/1.1" 200 36215 0.001571 10.0.0.254 - - [2025-05-19 02:10:09] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 1072 0.244141 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 1072 0.009284 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 1072 0.008072 10.0.0.254 - - [2025-05-19 02:10:09] "POST /neutron/port HTTP/1.1" 200 1126 0.067611 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/port HTTP/1.1" 200 1100 0.016426 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003155 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.010947 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.001436 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/network HTTP/1.1" 200 838 0.005674 10.0.0.254 - - [2025-05-19 02:10:10] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.254 - - [2025-05-19 02:10:10] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.055341 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/network HTTP/1.1" 200 840 0.005357 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/port HTTP/1.1" 200 1100 0.019565 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007270 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.005988 10.0.0.254 - - [2025-05-19 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.254 - - [2025-05-19 02:10:10] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001627 10.0.0.254 - - [2025-05-19 02:10:10] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.029780 10.0.0.254 - - [2025-05-19 02:10:10] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008438 10.0.0.254 - - [2025-05-19 02:10:10] "GET /floating-ip-pools?parent_id=baaa43da-3f1c-4bca-860f-bd349c338182&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003099 10.0.0.254 - - [2025-05-19 02:10:10] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005406 10.0.0.254 - - [2025-05-19 02:10:10] "POST /neutron/network HTTP/1.1" 200 850 0.005648 10.0.0.254 - - [2025-05-19 02:10:10] "POST /floating-ip-pools HTTP/1.1" 200 611 0.027217 10.0.0.254 - - [2025-05-19 02:10:10] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.254 - - [2025-05-19 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.033215 10.0.0.254 - - [2025-05-19 02:10:10] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.026212 10.0.0.254 - - [2025-05-19 02:10:10] "GET /domains HTTP/1.1" 200 281 0.008539 10.0.0.254 - - [2025-05-19 02:10:10] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002465 10.0.0.254 - - [2025-05-19 02:10:10] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.010222 10.0.0.254 - - [2025-05-19 02:10:10] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1074 0.331860 10.0.0.254 - - [2025-05-19 02:10:11] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 3253 0.103931 10.0.0.254 - - [2025-05-19 02:10:11] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182 HTTP/1.1" 200 3164 0.007221 10.0.0.254 - - [2025-05-19 02:10:11] "GET /floating-ip-pool/2744a539-4c97-4cd6-8546-d2b35313e14e HTTP/1.1" 200 1442 0.004831 10.0.0.254 - - [2025-05-19 02:10:11] "GET /domains HTTP/1.1" 200 281 0.004295 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1074 0.021453 10.0.0.254 - - [2025-05-19 02:10:11] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.254 - - [2025-05-19 02:10:11] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.013849 10.0.0.254 - - [2025-05-19 02:10:11] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1074 0.017486 10.0.0.254 - - [2025-05-19 02:10:11] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 3253 0.103247 10.0.0.254 - - [2025-05-19 02:10:11] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182 HTTP/1.1" 200 3164 0.007221 10.0.0.254 - - [2025-05-19 02:10:11] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.016297 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1128 0.139163 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1100 0.017760 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1102 0.016802 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005824 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005918 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.012989 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1100 0.016479 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/network HTTP/1.1" 200 840 0.005898 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007365 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/port HTTP/1.1" 200 1100 0.014693 10.0.0.254 - - [2025-05-19 02:10:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006116 10.0.0.254 - - [2025-05-19 02:10:11] "GET /virtual-machine/3d83a84a-60a1-4ddf-a699-bf0ce4fb38e1 HTTP/1.1" 200 1306 0.004547 10.0.0.254 - - [2025-05-19 02:10:11] "GET /virtual-machine-interface/41b6d79c-3de7-4e43-8910-50260e5ca535 HTTP/1.1" 200 3009 0.005744 10.0.0.254 - - [2025-05-19 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005974 10.0.0.254 - - [2025-05-19 02:10:11] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003341 10.0.0.254 - - [2025-05-19 02:10:11] "GET /virtual-networks?parent_id=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003337 10.0.0.254 - - [2025-05-19 02:10:11] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006140 10.0.0.254 - - [2025-05-19 02:10:14] "POST /neutron/port HTTP/1.1" 200 1100 0.015884 10.0.0.254 - - [2025-05-19 02:10:14] "POST /neutron/port HTTP/1.1" 200 1100 0.016559 10.0.0.254 - - [2025-05-19 02:10:14] "POST /neutron/network HTTP/1.1" 200 848 0.006240 10.0.0.254 - - [2025-05-19 02:10:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004015 10.0.0.254 - - [2025-05-19 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.009256 10.0.0.254 - - [2025-05-19 02:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.254 - - [2025-05-19 02:10:14] "POST /neutron/network HTTP/1.1" 200 838 0.006116 10.0.0.254 - - [2025-05-19 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.254 - - [2025-05-19 02:10:14] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005690 10.0.0.254 - - [2025-05-19 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.254 - - [2025-05-19 02:10:18] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005964 10.0.0.254 - - [2025-05-19 02:10:20] "POST /neutron/port HTTP/1.1" 200 1100 0.037829 10.0.0.254 - - [2025-05-19 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006790 10.0.0.254 - - [2025-05-19 02:10:20] "POST /neutron/port HTTP/1.1" 200 1102 0.024859 10.0.0.254 - - [2025-05-19 02:10:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005605 10.0.0.254 - - [2025-05-19 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.254 - - [2025-05-19 02:10:20] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003128 10.0.0.254 - - [2025-05-19 02:10:21] "GET /virtual-networks?parent_id=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003088 10.0.0.254 - - [2025-05-19 02:10:21] "GET /virtual-network/fc6f68b0-ba92-49d0-9fb4-2e346efadb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005776 10.0.0.254 - - [2025-05-19 02:10:21] "POST /neutron/port HTTP/1.1" 200 1100 0.014585 10.0.0.254 - - [2025-05-19 02:10:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005982 10.0.0.254 - - [2025-05-19 02:10:26] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/floatingip HTTP/1.1" 200 532 0.070613 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/port HTTP/1.1" 200 1100 0.014245 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/floatingip HTTP/1.1" 200 532 0.006144 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/floatingip HTTP/1.1" 200 579 0.031166 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/port HTTP/1.1" 200 1102 0.015195 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006042 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/port HTTP/1.1" 200 1102 0.015533 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006397 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/port HTTP/1.1" 200 1102 0.014477 10.0.0.254 - - [2025-05-19 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006388 10.0.0.254 - - [2025-05-19 02:10:26] "GET /virtual-machine/39ce7592-aebe-4704-87c5-24ad511f53f5 HTTP/1.1" 200 1305 0.004442 10.0.0.254 - - [2025-05-19 02:10:26] "GET /virtual-machine-interface/611e1d03-e4b0-47cb-8192-31bacfb2bc81 HTTP/1.1" 200 3009 0.004961 10.0.0.254 - - [2025-05-19 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.254 - - [2025-05-19 02:10:26] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003456 10.0.0.254 - - [2025-05-19 02:10:26] "GET /virtual-networks?parent_id=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003447 10.0.0.254 - - [2025-05-19 02:10:26] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006010 10.0.0.254 - - [2025-05-19 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.254 - - [2025-05-19 02:10:27] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004245 10.0.0.254 - - [2025-05-19 02:10:27] "GET /virtual-networks?parent_id=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.008643 10.0.0.254 - - [2025-05-19 02:10:28] "GET /virtual-network/baaa43da-3f1c-4bca-860f-bd349c338182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007245 10.0.0.254 - - [2025-05-19 02:10:28] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009899 10.0.0.254 - - [2025-05-19 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.254 - - [2025-05-19 02:10:28] "GET /routing-instance/8c6644bc-c476-40f1-8752-45e079c88df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003403 10.0.0.254 - - [2025-05-19 02:10:28] "GET /route-target/59b727fe-7018-4b7a-8353-6c5956b0cf22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004333 10.0.0.254 - - [2025-05-19 02:10:28] "GET /floating-ip/fdc29359-9743-4478-af2b-3fa862126d58 HTTP/1.1" 200 1895 0.004770 10.0.0.254 - - [2025-05-19 02:10:30] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009785 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/floatingip HTTP/1.1" 200 532 0.019639 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/floatingip HTTP/1.1" 200 532 0.006020 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036600 10.0.0.254 - - [2025-05-19 02:10:31] "GET /floating-ip-pool/2744a539-4c97-4cd6-8546-d2b35313e14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003067 10.0.0.254 - - [2025-05-19 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.254 - - [2025-05-19 02:10:31] "DELETE /floating-ip-pool/2744a539-4c97-4cd6-8546-d2b35313e14e HTTP/1.1" 200 115 0.027045 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/network HTTP/1.1" 200 838 0.007674 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/network HTTP/1.1" 400 204 0.010454 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/port HTTP/1.1" 200 1102 0.015162 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/port HTTP/1.1" 200 1128 0.008957 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/port HTTP/1.1" 200 1100 0.018736 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/port HTTP/1.1" 200 1126 0.015242 10.0.0.254 - - [2025-05-19 02:10:31] "POST /neutron/port HTTP/1.1" 200 151 0.175763 10.0.0.254 - - [2025-05-19 02:10:32] "POST /neutron/port HTTP/1.1" 200 151 0.191793 10.0.0.254 - - [2025-05-19 02:10:33] "POST /neutron/network HTTP/1.1" 200 838 0.006287 10.0.0.254 - - [2025-05-19 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005347 10.0.0.254 - - [2025-05-19 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006841 10.0.0.254 - - [2025-05-19 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002162 10.0.0.254 - - [2025-05-19 02:10:33] "POST /neutron/network HTTP/1.1" 200 151 0.100575 10.0.0.254 - - [2025-05-19 02:10:33] "GET /routing-instance/a4af7e74-26fa-4171-93f4-f1da4b838553 HTTP/1.1" 404 171 0.002155 10.0.0.254 - - [2025-05-19 02:10:33] "DELETE /route-target/60076906-653f-4747-8669-277a3be51563 HTTP/1.1" 200 115 0.020116 10.0.0.254 - - [2025-05-19 02:10:33] "GET /domains HTTP/1.1" 200 281 0.002160 10.0.0.254 - - [2025-05-19 02:10:33] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.254 - - [2025-05-19 02:10:33] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.051145 10.0.0.254 - - [2025-05-19 02:10:33] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.254 - - [2025-05-19 02:10:33] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 2179 0.074782 10.0.0.254 - - [2025-05-19 02:10:33] "POST /neutron/network HTTP/1.1" 200 840 0.005861 10.0.0.254 - - [2025-05-19 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004190 10.0.0.254 - - [2025-05-19 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.254 - - [2025-05-19 02:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.254 - - [2025-05-19 02:10:33] "POST /neutron/network HTTP/1.1" 200 151 0.085913 10.0.0.254 - - [2025-05-19 02:10:33] "GET /routing-instance/8c6644bc-c476-40f1-8752-45e079c88df6 HTTP/1.1" 404 171 0.007374 10.0.0.254 - - [2025-05-19 02:10:33] "DELETE /route-target/59b727fe-7018-4b7a-8353-6c5956b0cf22 HTTP/1.1" 200 115 0.024637 10.0.0.254 - - [2025-05-19 02:10:33] "GET /domains HTTP/1.1" 200 281 0.002300 10.0.0.254 - - [2025-05-19 02:10:33] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.254 - - [2025-05-19 02:10:33] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2794 0.049046 10.0.0.254 - - [2025-05-19 02:10:33] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001598 10.0.0.254 - - [2025-05-19 02:10:33] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 1928 0.071870 10.0.0.254 - - [2025-05-19 02:10:34] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.254 - - [2025-05-19 02:10:34] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.032360 10.0.0.254 - - [2025-05-19 02:10:34] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.254 - - [2025-05-19 02:10:34] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?fields=virtual_networks HTTP/1.1" 200 1057 0.069759 10.0.0.254 - - [2025-05-19 02:10:34] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001413 10.0.0.254 - - [2025-05-19 02:10:34] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.030351 10.0.0.254 - - [2025-05-19 02:10:34] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.254 - - [2025-05-19 02:10:34] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?fields=security_groups HTTP/1.1" 200 1296 0.032055 10.0.0.254 - - [2025-05-19 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.026525 10.0.0.254 - - [2025-05-19 02:10:35] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002492 10.0.0.254 - - [2025-05-19 02:10:35] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.254 - - [2025-05-19 02:10:35] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007487 10.0.0.254 - - [2025-05-19 02:10:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001334 10.0.0.254 - - [2025-05-19 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.002179 10.0.0.254 - - [2025-05-19 02:10:35] "POST /security-groups HTTP/1.1" 200 586 0.063732 10.0.0.254 - - [2025-05-19 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002954 10.0.0.254 - - [2025-05-19 02:10:35] "POST /projects HTTP/1.1" 200 575 0.225022 10.0.0.254 - - [2025-05-19 02:10:35] "POST /access-control-lists HTTP/1.1" 200 593 0.057238 10.0.0.254 - - [2025-05-19 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.293738 10.0.0.254 - - [2025-05-19 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002710 10.0.0.254 - - [2025-05-19 02:10:35] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.415301 10.0.0.254 - - [2025-05-19 02:10:35] "POST /access-control-lists HTTP/1.1" 200 591 0.060236 10.0.0.254 - - [2025-05-19 02:10:36] "GET / HTTP/1.1" 200 36215 0.002121 10.0.0.254 - - [2025-05-19 02:10:38] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001246 10.0.0.254 - - [2025-05-19 02:10:38] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.030748 10.0.0.254 - - [2025-05-19 02:10:38] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001760 10.0.0.254 - - [2025-05-19 02:10:38] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?fields=virtual_networks HTTP/1.1" 200 1023 0.077905 10.0.0.254 - - [2025-05-19 02:10:38] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001084 10.0.0.254 - - [2025-05-19 02:10:38] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.027709 10.0.0.254 - - [2025-05-19 02:10:38] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.254 - - [2025-05-19 02:10:38] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?fields=security_groups HTTP/1.1" 200 1245 0.034289 10.0.0.254 - - [2025-05-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.023933 10.0.0.254 - - [2025-05-19 02:10:39] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002492 10.0.0.254 - - [2025-05-19 02:10:39] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.254 - - [2025-05-19 02:10:39] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007667 10.0.0.254 - - [2025-05-19 02:10:39] "POST /id-to-fqname HTTP/1.1" 200 193 0.002317 10.0.0.254 - - [2025-05-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.003517 10.0.0.254 - - [2025-05-19 02:10:39] "POST /security-groups HTTP/1.1" 200 594 0.060077 10.0.0.254 - - [2025-05-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 237 0.002437 10.0.0.254 - - [2025-05-19 02:10:39] "POST /projects HTTP/1.1" 200 591 0.215845 10.0.0.254 - - [2025-05-19 02:10:39] "POST /access-control-lists HTTP/1.1" 200 601 0.060442 10.0.0.254 - - [2025-05-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.289744 10.0.0.254 - - [2025-05-19 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.002879 10.0.0.254 - - [2025-05-19 02:10:39] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.413569 10.0.0.254 - - [2025-05-19 02:10:39] "POST /access-control-lists HTTP/1.1" 200 599 0.063834 10.0.0.254 - - [2025-05-19 02:10:40] "GET / HTTP/1.1" 200 36215 0.002057 10.0.0.254 - - [2025-05-19 02:10:41] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000488 10.0.0.254 - - [2025-05-19 02:10:42] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001189 10.0.0.254 - - [2025-05-19 02:10:42] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057602 10.0.0.254 - - [2025-05-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.254 - - [2025-05-19 02:10:42] "GET /security-group/90979586-39fd-4472-bb17-dad0490f15e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.006186 10.0.0.254 - - [2025-05-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.254 - - [2025-05-19 02:10:42] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001496 10.0.0.254 - - [2025-05-19 02:10:42] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029159 10.0.0.254 - - [2025-05-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.254 - - [2025-05-19 02:10:42] "GET /security-group/90979586-39fd-4472-bb17-dad0490f15e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003924 10.0.0.254 - - [2025-05-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.254 - - [2025-05-19 02:10:42] "PUT /security-group/90979586-39fd-4472-bb17-dad0490f15e2 HTTP/1.1" 200 263 0.014613 10.0.0.254 - - [2025-05-19 02:10:42] "PUT /access-control-list/62a41b9b-b5a1-46e9-a98d-434daf7b1c26 HTTP/1.1" 200 273 0.009047 10.0.0.254 - - [2025-05-19 02:10:42] "PUT /access-control-list/ea485002-2de2-46c8-9d8c-fce811567048 HTTP/1.1" 200 273 0.010423 10.0.0.254 - - [2025-05-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.003169 10.0.0.254 - - [2025-05-19 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.254 - - [2025-05-19 02:10:42] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001525 10.0.0.254 - - [2025-05-19 02:10:42] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028585 10.0.0.254 - - [2025-05-19 02:10:42] "POST /neutron/network HTTP/1.1" 200 117 0.031482 10.0.0.254 - - [2025-05-19 02:10:42] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001812 10.0.0.254 - - [2025-05-19 02:10:42] "POST /neutron/network HTTP/1.1" 200 608 0.067445 10.0.0.254 - - [2025-05-19 02:10:43] "POST /route-targets HTTP/1.1" 200 328 0.011638 10.0.0.254 - - [2025-05-19 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.017511 10.0.0.254 - - [2025-05-19 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003039 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.144457 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 828 0.005804 10.0.0.254 - - [2025-05-19 02:10:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001240 10.0.0.254 - - [2025-05-19 02:10:43] "GET /virtual-network/73a72252-f57f-43a6-b375-73058949cfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005094 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 828 0.005892 10.0.0.254 - - [2025-05-19 02:10:43] "GET /virtual-network/73a72252-f57f-43a6-b375-73058949cfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006280 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 828 0.005788 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.007641 10.0.0.254 - - [2025-05-19 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.254 - - [2025-05-19 02:10:43] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001030 10.0.0.254 - - [2025-05-19 02:10:43] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025523 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 117 0.008699 10.0.0.254 - - [2025-05-19 02:10:43] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001100 10.0.0.254 - - [2025-05-19 02:10:43] "POST /route-targets HTTP/1.1" 200 328 0.011625 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 615 0.113353 10.0.0.254 - - [2025-05-19 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.021221 10.0.0.254 - - [2025-05-19 02:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003542 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.188557 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 835 0.007495 10.0.0.254 - - [2025-05-19 02:10:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001309 10.0.0.254 - - [2025-05-19 02:10:43] "GET /virtual-network/d5e6ade7-e6b7-447c-9cee-a57a17262da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005111 10.0.0.254 - - [2025-05-19 02:10:43] "POST /neutron/network HTTP/1.1" 200 835 0.005657 10.0.0.254 - - [2025-05-19 02:10:43] "GET /virtual-network/d5e6ade7-e6b7-447c-9cee-a57a17262da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005704 10.0.0.254 - - [2025-05-19 02:10:44] "POST /neutron/network HTTP/1.1" 200 835 0.005845 10.0.0.254 - - [2025-05-19 02:10:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.007357 10.0.0.254 - - [2025-05-19 02:10:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001166 10.0.0.254 - - [2025-05-19 02:10:44] "POST /neutron/network HTTP/1.1" 200 838 0.005650 10.0.0.254 - - [2025-05-19 02:10:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000418 10.0.0.254 - - [2025-05-19 02:10:44] "GET / HTTP/1.1" 200 36215 0.003357 10.0.0.254 - - [2025-05-19 02:10:44] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000443 10.0.0.254 - - [2025-05-19 02:10:45] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001107 10.0.0.254 - - [2025-05-19 02:10:45] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055330 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/network HTTP/1.1" 200 828 0.005665 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.004903 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.004864 10.0.0.254 - - [2025-05-19 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001393 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.006299 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/network HTTP/1.1" 200 845 0.005915 10.0.0.254 - - [2025-05-19 02:10:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000478 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/network HTTP/1.1" 200 838 0.008985 10.0.0.254 - - [2025-05-19 02:10:45] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001253 10.0.0.254 - - [2025-05-19 02:10:45] "GET / HTTP/1.1" 200 36215 0.001811 10.0.0.254 - - [2025-05-19 02:10:45] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000451 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1064 0.246309 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1064 0.014685 10.0.0.254 - - [2025-05-19 02:10:45] "POST /neutron/port HTTP/1.1" 200 1064 0.014856 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 1118 0.087812 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 1092 0.014444 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.017013 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/network HTTP/1.1" 200 828 0.005486 10.0.0.254 - - [2025-05-19 02:10:46] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.254 - - [2025-05-19 02:10:46] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057171 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/network HTTP/1.1" 200 835 0.005605 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 1092 0.023853 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008407 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.254 - - [2025-05-19 02:10:46] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001102 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/router HTTP/1.1" 200 585 0.075293 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/router HTTP/1.1" 200 585 0.008569 10.0.0.254 - - [2025-05-19 02:10:46] "POST /route-targets HTTP/1.1" 200 328 0.021946 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/router HTTP/1.1" 200 656 0.040036 10.0.0.254 - - [2025-05-19 02:10:46] "GET /logical-router/8030e615-9d75-42d3-b7f5-2d6a51accc95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.020292 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/router HTTP/1.1" 200 656 0.008129 10.0.0.254 - - [2025-05-19 02:10:46] "PUT /logical-router/8030e615-9d75-42d3-b7f5-2d6a51accc95 HTTP/1.1" 200 263 0.060355 10.0.0.254 - - [2025-05-19 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.015847 10.0.0.254 - - [2025-05-19 02:10:46] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.254 - - [2025-05-19 02:10:46] "GET /service-template/aa175c9f-3f93-44f7-af40-ac66e09c2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.006764 10.0.0.254 - - [2025-05-19 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.002592 10.0.0.254 - - [2025-05-19 02:10:46] "POST /neutron/network HTTP/1.1" 200 845 0.013113 10.0.0.254 - - [2025-05-19 02:10:46] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001642 10.0.0.254 - - [2025-05-19 02:10:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006799 10.0.0.254 - - [2025-05-19 02:10:47] "POST /virtual-networks HTTP/1.1" 200 696 0.273105 10.0.0.254 - - [2025-05-19 02:10:47] "POST /route-targets HTTP/1.1" 200 328 0.033028 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/router HTTP/1.1" 200 344 0.501748 10.0.0.254 - - [2025-05-19 02:10:47] "POST /ref-update HTTP/1.1" 200 156 0.066380 10.0.0.254 - - [2025-05-19 02:10:47] "POST /service-instances HTTP/1.1" 200 672 0.051851 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/port HTTP/1.1" 200 1092 0.039754 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.020083 10.0.0.254 - - [2025-05-19 02:10:47] "POST /ref-update HTTP/1.1" 200 156 0.030065 10.0.0.254 - - [2025-05-19 02:10:47] "POST /route-tables HTTP/1.1" 200 584 0.089875 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/port HTTP/1.1" 200 1064 0.507771 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/port HTTP/1.1" 200 1064 0.033851 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/port HTTP/1.1" 200 1064 0.024729 10.0.0.254 - - [2025-05-19 02:10:47] "PUT /logical-router/8030e615-9d75-42d3-b7f5-2d6a51accc95 HTTP/1.1" 200 263 0.064830 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/port HTTP/1.1" 200 1118 0.090763 10.0.0.254 - - [2025-05-19 02:10:47] "POST /ref-update HTTP/1.1" 200 156 0.046745 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/port HTTP/1.1" 200 1092 0.037147 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003248 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.017427 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.254 - - [2025-05-19 02:10:47] "POST /neutron/network HTTP/1.1" 200 835 0.005090 10.0.0.254 - - [2025-05-19 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.254 - - [2025-05-19 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.254 - - [2025-05-19 02:10:47] "POST /virtual-machines HTTP/1.1" 200 554 0.019135 10.0.0.254 - - [2025-05-19 02:10:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.088445 10.0.0.254 - - [2025-05-19 02:10:47] "POST /chown HTTP/1.1" 200 109 0.008676 10.0.0.254 - - [2025-05-19 02:10:48] "POST /instance-ips HTTP/1.1" 200 552 0.029794 10.0.0.254 - - [2025-05-19 02:10:48] "POST /instance-ips HTTP/1.1" 400 246 0.021323 10.0.0.254 - - [2025-05-19 02:10:48] "POST /chown HTTP/1.1" 200 109 0.009522 10.0.0.254 - - [2025-05-19 02:10:48] "PUT /virtual-machine-interface/da072545-f870-4d6b-9ac0-1ed745abb648 HTTP/1.1" 200 285 0.010880 10.0.0.254 - - [2025-05-19 02:10:48] "PUT /instance-ip/b862b2b1-9338-4484-9fe6-f8e054138125 HTTP/1.1" 200 257 0.015023 10.0.0.254 - - [2025-05-19 02:10:48] "POST /ref-update HTTP/1.1" 200 156 0.012225 10.0.0.254 - - [2025-05-19 02:10:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.127401 10.0.0.254 - - [2025-05-19 02:10:48] "POST /chown HTTP/1.1" 200 109 0.011659 10.0.0.254 - - [2025-05-19 02:10:48] "POST /instance-ips HTTP/1.1" 200 550 0.040304 10.0.0.254 - - [2025-05-19 02:10:48] "POST /instance-ips HTTP/1.1" 400 316 0.020493 10.0.0.254 - - [2025-05-19 02:10:48] "POST /chown HTTP/1.1" 200 109 0.009264 10.0.0.254 - - [2025-05-19 02:10:48] "PUT /virtual-machine-interface/bd64c98e-ed0f-4be6-84b8-a12818d4831a HTTP/1.1" 200 285 0.012034 10.0.0.254 - - [2025-05-19 02:10:48] "PUT /instance-ip/f40b648d-12c0-4f6f-a1bc-c39c689ed2dd HTTP/1.1" 200 257 0.014914 10.0.0.254 - - [2025-05-19 02:10:48] "POST /ref-update HTTP/1.1" 200 156 0.012989 10.0.0.254 - - [2025-05-19 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.009388 10.0.0.254 - - [2025-05-19 02:10:49] "PUT /routing-instance/1eb17e56-c58e-49b9-9b30-0bc70f712202 HTTP/1.1" 200 267 0.012877 10.0.0.254 - - [2025-05-19 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.013279 10.0.0.254 - - [2025-05-19 02:10:49] "POST /virtual-machines HTTP/1.1" 200 554 0.013694 10.0.0.254 - - [2025-05-19 02:10:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.111853 10.0.0.254 - - [2025-05-19 02:10:49] "POST /chown HTTP/1.1" 200 109 0.007254 10.0.0.254 - - [2025-05-19 02:10:49] "POST /instance-ips HTTP/1.1" 400 246 0.015562 10.0.0.254 - - [2025-05-19 02:10:49] "POST /chown HTTP/1.1" 200 109 0.007956 10.0.0.254 - - [2025-05-19 02:10:49] "PUT /virtual-machine-interface/6ce695ab-6a02-494f-bc8f-c7c1f3de2b77 HTTP/1.1" 200 285 0.010828 10.0.0.254 - - [2025-05-19 02:10:49] "PUT /instance-ip/b862b2b1-9338-4484-9fe6-f8e054138125 HTTP/1.1" 200 257 0.015643 10.0.0.254 - - [2025-05-19 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.014701 10.0.0.254 - - [2025-05-19 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.011533 10.0.0.254 - - [2025-05-19 02:10:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.111511 10.0.0.254 - - [2025-05-19 02:10:49] "POST /ref-update HTTP/1.1" 200 156 0.024683 10.0.0.254 - - [2025-05-19 02:10:49] "PUT /routing-instance/1eb17e56-c58e-49b9-9b30-0bc70f712202 HTTP/1.1" 200 267 0.025744 10.0.0.254 - - [2025-05-19 02:10:49] "POST /chown HTTP/1.1" 200 109 0.014229 10.0.0.254 - - [2025-05-19 02:10:49] "POST /instance-ips HTTP/1.1" 400 316 0.015250 10.0.0.254 - - [2025-05-19 02:10:50] "POST /chown HTTP/1.1" 200 109 0.009994 10.0.0.254 - - [2025-05-19 02:10:50] "PUT /virtual-machine-interface/7b72ae5d-ec80-4087-8cc8-973099ba085c HTTP/1.1" 200 285 0.010641 10.0.0.254 - - [2025-05-19 02:10:50] "PUT /instance-ip/f40b648d-12c0-4f6f-a1bc-c39c689ed2dd HTTP/1.1" 200 257 0.019193 10.0.0.254 - - [2025-05-19 02:10:50] "POST /ref-update HTTP/1.1" 200 156 0.019215 10.0.0.254 - - [2025-05-19 02:10:50] "POST /ref-update HTTP/1.1" 200 156 0.010217 10.0.0.254 - - [2025-05-19 02:10:50] "POST /ref-update HTTP/1.1" 200 156 0.018823 10.0.0.254 - - [2025-05-19 02:10:50] "PUT /routing-instance/1eb17e56-c58e-49b9-9b30-0bc70f712202 HTTP/1.1" 200 267 0.019296 10.0.0.254 - - [2025-05-19 02:10:52] "POST /neutron/port HTTP/1.1" 200 1092 0.025414 10.0.0.254 - - [2025-05-19 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010897 10.0.0.254 - - [2025-05-19 02:10:52] "POST /neutron/port HTTP/1.1" 200 1092 0.016004 10.0.0.254 - - [2025-05-19 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007536 10.0.0.254 - - [2025-05-19 02:10:52] "POST /neutron/port HTTP/1.1" 200 1092 0.015065 10.0.0.254 - - [2025-05-19 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008884 10.0.0.254 - - [2025-05-19 02:10:52] "GET /virtual-machine/205539b8-53e2-4927-9c4e-90fd4581a90a HTTP/1.1" 401 293 0.000442 10.0.0.254 - - [2025-05-19 02:10:53] "GET /virtual-machine/205539b8-53e2-4927-9c4e-90fd4581a90a HTTP/1.1" 200 1297 0.028011 10.0.0.254 - - [2025-05-19 02:10:53] "GET /virtual-machine-interface/5767a0de-ef39-4e11-9874-a47ea6792341 HTTP/1.1" 200 2962 0.005450 10.0.0.254 - - [2025-05-19 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.254 - - [2025-05-19 02:10:53] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003586 10.0.0.254 - - [2025-05-19 02:10:53] "GET /virtual-networks?parent_id=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003661 10.0.0.254 - - [2025-05-19 02:10:53] "GET /virtual-network/73a72252-f57f-43a6-b375-73058949cfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005782 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /project/65170dc266f84b22b8f1bfc180eae30a HTTP/1.1" 404 173 0.017369 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /project/8e17edf39fa344a489c37c73b4d9e0f1 HTTP/1.1" 404 173 0.012393 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /project/ba46230a085647f0849fe14de9b57fdc HTTP/1.1" 404 173 0.011490 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001392 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.055385 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.058373 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.075355 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001548 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?fields=security_groups HTTP/1.1" 200 1347 0.060668 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?fields=security_groups HTTP/1.1" 200 1395 0.066302 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?fields=security_groups HTTP/1.1" 200 1398 0.075602 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /security-group/da5cd86c-05f4-4144-9cde-7d45b4a259e6 HTTP/1.1" 200 115 0.095783 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=ba46230a-0856-47f0-849f-e14de9b57fdc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /security-group/d29b7d2d-f837-4653-83ec-c571fde44c74 HTTP/1.1" 200 115 0.104077 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /access-control-list/0d4bbc49-d9e1-4f95-a5d3-8cf6abbdc780 HTTP/1.1" 200 115 0.058566 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=6f81f945-f49d-4b33-9b90-1c699d1e3b13&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001041 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /security-group/2b23d7b6-3820-4457-b496-f22d70b6e047 HTTP/1.1" 200 115 0.114501 10.0.0.254 - - [2025-05-19 02:10:53] "GET /projects?obj_uuids=8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/ba46230a-0856-47f0-849f-e14de9b57fdc?fields=application_policy_sets HTTP/1.1" 200 1386 0.065832 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /access-control-list/90f519d1-c8cf-4e7d-a0af-41c90b661f75 HTTP/1.1" 200 115 0.058375 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1?fields=application_policy_sets HTTP/1.1" 200 1437 0.064676 10.0.0.254 - - [2025-05-19 02:10:53] "GET /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13?fields=application_policy_sets HTTP/1.1" 200 1434 0.116238 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /access-control-list/92355367-45d0-47c2-a9f8-e5e00694d553 HTTP/1.1" 200 115 0.081807 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /access-control-list/75824337-1d6d-47a0-bc09-e22aa3639431 HTTP/1.1" 200 115 0.060480 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /project/ba46230a-0856-47f0-849f-e14de9b57fdc HTTP/1.1" 200 115 0.617905 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /access-control-list/d7bbb909-8f90-47dc-8cce-904f1f90b8c7 HTTP/1.1" 200 115 0.045316 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /project/8e17edf3-9fa3-44a4-89c3-7c73b4d9e0f1 HTTP/1.1" 200 115 0.622696 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /project/6f81f945-f49d-4b33-9b90-1c699d1e3b13 HTTP/1.1" 200 115 0.630566 10.0.0.254 - - [2025-05-19 02:10:53] "DELETE /access-control-list/19ad059b-a179-41ad-b3e6-9ecea2618afc HTTP/1.1" 200 115 0.055853 10.0.0.254 - - [2025-05-19 02:10:55] "POST /neutron/port HTTP/1.1" 200 1092 0.015320 10.0.0.254 - - [2025-05-19 02:10:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006041 10.0.0.254 - - [2025-05-19 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.254 - - [2025-05-19 02:10:56] "GET /virtual-network/73a72252-f57f-43a6-b375-73058949cfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005228 10.0.0.254 - - [2025-05-19 02:10:57] "POST /neutron/port HTTP/1.1" 200 1092 0.017748 10.0.0.254 - - [2025-05-19 02:10:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005035 10.0.0.254 - - [2025-05-19 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.254 - - [2025-05-19 02:10:58] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003884 10.0.0.254 - - [2025-05-19 02:10:58] "GET /obj-perms HTTP/1.1" 200 5075 0.047964 10.0.0.254 - - [2025-05-19 02:10:58] "GET /virtual-networks?parent_id=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003777 10.0.0.254 - - [2025-05-19 02:10:58] "GET /virtual-network/73a72252-f57f-43a6-b375-73058949cfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005487 10.0.0.254 - - [2025-05-19 02:10:58] "POST /neutron/port HTTP/1.1" 200 1092 0.014100 10.0.0.254 - - [2025-05-19 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005953 10.0.0.254 - - [2025-05-19 02:10:58] "GET /obj-perms HTTP/1.1" 200 5075 0.044482 10.0.0.254 - - [2025-05-19 02:10:58] "POST /neutron/port HTTP/1.1" 200 1092 0.017300 10.0.0.254 - - [2025-05-19 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008695 10.0.0.254 - - [2025-05-19 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.254 - - [2025-05-19 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007688 10.0.0.254 - - [2025-05-19 02:10:58] "POST /chown HTTP/1.1" 200 109 0.008347 10.0.0.254 - - [2025-05-19 02:10:58] "POST /neutron/port HTTP/1.1" 200 1092 0.024266 10.0.0.254 - - [2025-05-19 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005977 10.0.0.254 - - [2025-05-19 02:10:58] "GET /virtual-machine/b397f9ab-49ff-4edb-b044-da6ece3e395c HTTP/1.1" 200 1298 0.007127 10.0.0.254 - - [2025-05-19 02:10:58] "GET /virtual-machine-interface/052ba695-4dbf-4c4d-bca3-89c747543ce4 HTTP/1.1" 200 2973 0.005520 10.0.0.254 - - [2025-05-19 02:10:58] "POST /instance-ips HTTP/1.1" 400 246 0.020134 10.0.0.254 - - [2025-05-19 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.254 - - [2025-05-19 02:10:59] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003596 10.0.0.254 - - [2025-05-19 02:10:59] "POST /chown HTTP/1.1" 200 109 0.006768 10.0.0.254 - - [2025-05-19 02:10:59] "GET /virtual-networks?parent_id=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003058 10.0.0.254 - - [2025-05-19 02:10:59] "POST /chown HTTP/1.1" 200 109 0.007635 10.0.0.254 - - [2025-05-19 02:10:59] "GET /virtual-network/d5e6ade7-e6b7-447c-9cee-a57a17262da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005338 10.0.0.254 - - [2025-05-19 02:10:59] "POST /instance-ips HTTP/1.1" 400 316 0.017461 10.0.0.254 - - [2025-05-19 02:10:59] "POST /chown HTTP/1.1" 200 109 0.008051 10.0.0.254 - - [2025-05-19 02:10:59] "POST /chown HTTP/1.1" 200 109 0.007378 10.0.0.254 - - [2025-05-19 02:10:59] "POST /instance-ips HTTP/1.1" 400 246 0.015494 10.0.0.254 - - [2025-05-19 02:10:59] "POST /chown HTTP/1.1" 200 109 0.007720 10.0.0.254 - - [2025-05-19 02:10:59] "POST /chown HTTP/1.1" 200 109 0.008021 10.0.0.254 - - [2025-05-19 02:10:59] "POST /instance-ips HTTP/1.1" 400 316 0.018202 10.0.0.254 - - [2025-05-19 02:10:59] "POST /chown HTTP/1.1" 200 109 0.008084 10.0.0.254 - - [2025-05-19 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.254 - - [2025-05-19 02:11:00] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003225 10.0.0.254 - - [2025-05-19 02:11:00] "GET /virtual-networks?parent_id=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003305 10.0.0.254 - - [2025-05-19 02:11:00] "GET /virtual-network/d5e6ade7-e6b7-447c-9cee-a57a17262da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006191 10.0.0.254 - - [2025-05-19 02:11:04] "POST /neutron/router HTTP/1.1" 200 656 0.004458 10.0.0.254 - - [2025-05-19 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.014721 10.0.0.254 - - [2025-05-19 02:11:04] "POST /neutron/router HTTP/1.1" 200 344 0.119190 10.0.0.254 - - [2025-05-19 02:11:04] "POST /neutron/router HTTP/1.1" 200 656 0.005174 10.0.0.254 - - [2025-05-19 02:11:04] "GET /logical-router/8030e615-9d75-42d3-b7f5-2d6a51accc95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.003914 10.0.0.254 - - [2025-05-19 02:11:04] "GET /service-instance/e83f2418-ad5a-430f-bab5-eef7c13227fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004731 10.0.0.254 - - [2025-05-19 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006140 10.0.0.254 - - [2025-05-19 02:11:04] "POST /neutron/router HTTP/1.1" 200 151 0.064006 10.0.0.254 - - [2025-05-19 02:11:04] "DELETE /route-target/7cae9efa-2836-4b85-aef0-94734aeab9a9 HTTP/1.1" 409 240 0.007525 10.0.0.254 - - [2025-05-19 02:11:04] "PUT /logical-router/8030e615-9d75-42d3-b7f5-2d6a51accc95 HTTP/1.1" 404 171 0.002910 10.0.0.254 - - [2025-05-19 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.019994 10.0.0.254 - - [2025-05-19 02:11:04] "DELETE /route-table/da5c479b-a9f6-42b8-a3bc-c49a5144aa69 HTTP/1.1" 200 115 0.048825 10.0.0.254 - - [2025-05-19 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.254 - - [2025-05-19 02:11:04] "PUT /routing-instance/1eb17e56-c58e-49b9-9b30-0bc70f712202 HTTP/1.1" 200 267 0.010425 10.0.0.254 - - [2025-05-19 02:11:04] "GET /virtual-network/04474b38-a6d9-4e6d-8e46-e701f9a86a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.008590 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/network HTTP/1.1" 200 835 0.011601 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/network HTTP/1.1" 400 204 0.042305 10.0.0.254 - - [2025-05-19 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.021730 10.0.0.254 - - [2025-05-19 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.011831 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /instance-ip/f40b648d-12c0-4f6f-a1bc-c39c689ed2dd HTTP/1.1" 200 115 0.040514 10.0.0.254 - - [2025-05-19 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010663 10.0.0.254 - - [2025-05-19 02:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005850 10.0.0.254 - - [2025-05-19 02:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003018 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /virtual-network/04474b38-a6d9-4e6d-8e46-e701f9a86a9b HTTP/1.1" 200 115 0.156858 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /route-target/c95e82ab-6dcc-4487-ab52-2b0f59174e2d HTTP/1.1" 200 115 0.018667 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /service-instance/e83f2418-ad5a-430f-bab5-eef7c13227fc HTTP/1.1" 200 115 0.024619 10.0.0.254 - - [2025-05-19 02:11:05] "GET /logical-router/8030e615-9d75-42d3-b7f5-2d6a51accc95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002627 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/port HTTP/1.1" 200 1092 0.013618 10.0.0.254 - - [2025-05-19 02:11:05] "GET /service-instance/e83f2418-ad5a-430f-bab5-eef7c13227fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004613 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/port HTTP/1.1" 200 1118 0.008774 10.0.0.254 - - [2025-05-19 02:11:05] "GET /virtual-machine-interface/6ce695ab-6a02-494f-bc8f-c7c1f3de2b77?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1655 0.015403 10.0.0.254 - - [2025-05-19 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.023112 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/port HTTP/1.1" 200 1092 0.027844 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/port HTTP/1.1" 200 1118 0.017650 10.0.0.254 - - [2025-05-19 02:11:05] "GET /instance-ip/b862b2b1-9338-4484-9fe6-f8e054138125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006061 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/port HTTP/1.1" 200 151 0.192977 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /virtual-machine-interface/6ce695ab-6a02-494f-bc8f-c7c1f3de2b77 HTTP/1.1" 200 115 0.057692 10.0.0.254 - - [2025-05-19 02:11:05] "GET /virtual-machine-interface/7b72ae5d-ec80-4087-8cc8-973099ba085c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.007833 10.0.0.254 - - [2025-05-19 02:11:05] "POST /neutron/port HTTP/1.1" 200 151 0.163213 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /virtual-machine-interface/7b72ae5d-ec80-4087-8cc8-973099ba085c HTTP/1.1" 200 115 0.038330 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /virtual-machine/f83babd9-492f-4494-9741-88ef5fcc6165 HTTP/1.1" 200 115 0.019297 10.0.0.254 - - [2025-05-19 02:11:05] "GET /virtual-machine-interface/bd64c98e-ed0f-4be6-84b8-a12818d4831a?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.011108 10.0.0.254 - - [2025-05-19 02:11:05] "DELETE /virtual-machine-interface/bd64c98e-ed0f-4be6-84b8-a12818d4831a HTTP/1.1" 200 115 0.027423 10.0.0.254 - - [2025-05-19 02:11:05] "GET /virtual-machine-interface/da072545-f870-4d6b-9ac0-1ed745abb648?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.005814 10.0.0.254 - - [2025-05-19 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.012504 10.0.0.254 - - [2025-05-19 02:11:06] "GET /instance-ip/b862b2b1-9338-4484-9fe6-f8e054138125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.005575 10.0.0.254 - - [2025-05-19 02:11:06] "DELETE /instance-ip/b862b2b1-9338-4484-9fe6-f8e054138125 HTTP/1.1" 200 115 0.028145 10.0.0.254 - - [2025-05-19 02:11:06] "DELETE /virtual-machine-interface/da072545-f870-4d6b-9ac0-1ed745abb648 HTTP/1.1" 200 115 0.034561 10.0.0.254 - - [2025-05-19 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.010636 10.0.0.254 - - [2025-05-19 02:11:06] "DELETE /virtual-machine/75c3fce5-72cb-4823-909b-a0e1df73f504 HTTP/1.1" 200 115 0.021005 10.0.0.254 - - [2025-05-19 02:11:07] "POST /neutron/network HTTP/1.1" 200 835 0.006059 10.0.0.254 - - [2025-05-19 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003889 10.0.0.254 - - [2025-05-19 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.254 - - [2025-05-19 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.254 - - [2025-05-19 02:11:07] "POST /neutron/network HTTP/1.1" 200 151 0.074451 10.0.0.254 - - [2025-05-19 02:11:07] "DELETE /route-target/6fa08e13-10b7-4f59-87c5-3d95080aaba9 HTTP/1.1" 200 115 0.014626 10.0.0.254 - - [2025-05-19 02:11:07] "POST /neutron/network HTTP/1.1" 200 828 0.006312 10.0.0.254 - - [2025-05-19 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.254 - - [2025-05-19 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001975 10.0.0.254 - - [2025-05-19 02:11:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.254 - - [2025-05-19 02:11:07] "POST /neutron/network HTTP/1.1" 200 151 0.081047 10.0.0.254 - - [2025-05-19 02:11:07] "DELETE /route-target/aae6b750-a60c-48fe-bf55-fb7afa6f507a HTTP/1.1" 200 115 0.016974 10.0.0.254 - - [2025-05-19 02:11:07] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001139 10.0.0.254 - - [2025-05-19 02:11:07] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025076 10.0.0.254 - - [2025-05-19 02:11:07] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.254 - - [2025-05-19 02:11:07] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?fields=virtual_networks HTTP/1.1" 200 1039 0.068115 10.0.0.254 - - [2025-05-19 02:11:07] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001186 10.0.0.254 - - [2025-05-19 02:11:07] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.028862 10.0.0.254 - - [2025-05-19 02:11:07] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.254 - - [2025-05-19 02:11:07] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?fields=security_groups HTTP/1.1" 200 1269 0.034811 10.0.0.254 - - [2025-05-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.023762 10.0.0.254 - - [2025-05-19 02:11:08] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002481 10.0.0.254 - - [2025-05-19 02:11:08] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.254 - - [2025-05-19 02:11:08] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007793 10.0.0.254 - - [2025-05-19 02:11:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.002972 10.0.0.254 - - [2025-05-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.003123 10.0.0.254 - - [2025-05-19 02:11:08] "POST /security-groups HTTP/1.1" 200 599 0.069322 10.0.0.254 - - [2025-05-19 02:11:08] "POST /fqname-to-id HTTP/1.1" 404 242 0.002987 10.0.0.254 - - [2025-05-19 02:11:08] "POST /projects HTTP/1.1" 200 601 0.237230 10.0.0.254 - - [2025-05-19 02:11:09] "POST /access-control-lists HTTP/1.1" 200 606 0.057388 10.0.0.254 - - [2025-05-19 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.310389 10.0.0.254 - - [2025-05-19 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 241 0.002859 10.0.0.254 - - [2025-05-19 02:11:09] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.432872 10.0.0.254 - - [2025-05-19 02:11:09] "POST /access-control-lists HTTP/1.1" 200 604 0.063864 10.0.0.254 - - [2025-05-19 02:11:10] "GET / HTTP/1.1" 200 36215 0.002086 10.0.0.254 - - [2025-05-19 02:11:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000500 10.0.0.254 - - [2025-05-19 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.058138 10.0.0.254 - - [2025-05-19 02:11:11] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.254 - - [2025-05-19 02:11:11] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026791 10.0.0.254 - - [2025-05-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 117 0.029721 10.0.0.254 - - [2025-05-19 02:11:11] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.254 - - [2025-05-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 613 0.069120 10.0.0.254 - - [2025-05-19 02:11:11] "POST /route-targets HTTP/1.1" 200 328 0.010240 10.0.0.254 - - [2025-05-19 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.013161 10.0.0.254 - - [2025-05-19 02:11:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003130 10.0.0.254 - - [2025-05-19 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.181444 10.0.0.254 - - [2025-05-19 02:11:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003961 10.0.0.254 - - [2025-05-19 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.030349 10.0.0.254 - - [2025-05-19 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.192617 10.0.0.254 - - [2025-05-19 02:11:11] "GET /virtual-network/09aef8c7-e944-473e-b5d1-393ce618aafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007335 10.0.0.254 - - [2025-05-19 02:11:11] "POST /neutron/network HTTP/1.1" 200 1005 0.007737 10.0.0.254 - - [2025-05-19 02:11:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001168 10.0.0.254 - - [2025-05-19 02:11:11] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005250 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 1005 0.008238 10.0.0.254 - - [2025-05-19 02:11:12] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005360 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 1005 0.008616 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.008053 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.007530 10.0.0.254 - - [2025-05-19 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.254 - - [2025-05-19 02:11:12] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.254 - - [2025-05-19 02:11:12] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028174 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 117 0.010933 10.0.0.254 - - [2025-05-19 02:11:12] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 613 0.080303 10.0.0.254 - - [2025-05-19 02:11:12] "POST /route-targets HTTP/1.1" 200 328 0.015728 10.0.0.254 - - [2025-05-19 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.021525 10.0.0.254 - - [2025-05-19 02:11:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.201601 10.0.0.254 - - [2025-05-19 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007290 10.0.0.254 - - [2025-05-19 02:11:12] "GET /virtual-network/09aef8c7-e944-473e-b5d1-393ce618aafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005510 10.0.0.254 - - [2025-05-19 02:11:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003233 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.153973 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 1005 0.007784 10.0.0.254 - - [2025-05-19 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001452 10.0.0.254 - - [2025-05-19 02:11:12] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007766 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 1005 0.007372 10.0.0.254 - - [2025-05-19 02:11:12] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005369 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 1005 0.010458 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.009938 10.0.0.254 - - [2025-05-19 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.010610 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.005852 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.254 - - [2025-05-19 02:11:13] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.254 - - [2025-05-19 02:11:13] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037246 10.0.0.254 - - [2025-05-19 02:11:13] "POST /network-policys HTTP/1.1" 200 579 0.059871 10.0.0.254 - - [2025-05-19 02:11:13] "GET /network-policy/33ddef6b-61a0-4329-b93e-bb00b0f9852f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005166 10.0.0.254 - - [2025-05-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 1005 0.008230 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006658 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.009285 10.0.0.254 - - [2025-05-19 02:11:13] "GET /virtual-network/09aef8c7-e944-473e-b5d1-393ce618aafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007789 10.0.0.254 - - [2025-05-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 1113 0.071279 10.0.0.254 - - [2025-05-19 02:11:13] "POST /access-control-lists HTTP/1.1" 200 598 0.078755 10.0.0.254 - - [2025-05-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 1113 0.043561 10.0.0.254 - - [2025-05-19 02:11:13] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007209 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.254 - - [2025-05-19 02:11:13] "GET /network-policy/33ddef6b-61a0-4329-b93e-bb00b0f9852f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004261 10.0.0.254 - - [2025-05-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 1005 0.010393 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.008495 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.254 - - [2025-05-19 02:11:13] "GET /virtual-network/09aef8c7-e944-473e-b5d1-393ce618aafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006039 10.0.0.254 - - [2025-05-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 1113 0.066128 10.0.0.254 - - [2025-05-19 02:11:13] "POST /access-control-lists HTTP/1.1" 200 598 0.073898 10.0.0.254 - - [2025-05-19 02:11:13] "POST /neutron/network HTTP/1.1" 200 1113 0.042724 10.0.0.254 - - [2025-05-19 02:11:13] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007414 10.0.0.254 - - [2025-05-19 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.254 - - [2025-05-19 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.009874 10.0.0.254 - - [2025-05-19 02:11:13] "GET /network-policy/33ddef6b-61a0-4329-b93e-bb00b0f9852f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003903 10.0.0.254 - - [2025-05-19 02:11:13] "GET /domains HTTP/1.1" 401 293 0.000470 10.0.0.254 - - [2025-05-19 02:11:13] "PUT /access-control-list/13cf1aef-839b-458c-8e4a-54d3195000e0 HTTP/1.1" 200 273 0.053598 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domains HTTP/1.1" 200 281 0.026489 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001513 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2782 0.009161 10.0.0.254 - - [2025-05-19 02:11:14] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.254 - - [2025-05-19 02:11:14] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773 HTTP/1.1" 200 2631 0.070321 10.0.0.254 - - [2025-05-19 02:11:14] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa HTTP/1.1" 200 3507 0.006821 10.0.0.254 - - [2025-05-19 02:11:14] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa HTTP/1.1" 200 3507 0.005154 10.0.0.254 - - [2025-05-19 02:11:14] "GET /routing-instance/aa8390c6-dab5-4a0c-bc4d-68ecbdb03085 HTTP/1.1" 200 1800 0.003596 10.0.0.254 - - [2025-05-19 02:11:14] "GET /routing-instance/aa8390c6-dab5-4a0c-bc4d-68ecbdb03085 HTTP/1.1" 200 1800 0.003236 10.0.0.254 - - [2025-05-19 02:11:14] "GET /route-target/a958036a-117e-41b4-a6fa-2785113fac1a HTTP/1.1" 200 1215 0.003460 10.0.0.254 - - [2025-05-19 02:11:14] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa HTTP/1.1" 200 3507 0.004907 10.0.0.254 - - [2025-05-19 02:11:14] "GET /routing-instance/aa8390c6-dab5-4a0c-bc4d-68ecbdb03085 HTTP/1.1" 200 1800 0.003194 10.0.0.254 - - [2025-05-19 02:11:14] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005008 10.0.0.254 - - [2025-05-19 02:11:14] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa HTTP/1.1" 200 3507 0.004937 10.0.0.254 - - [2025-05-19 02:11:14] "GET /routing-instance/aa8390c6-dab5-4a0c-bc4d-68ecbdb03085 HTTP/1.1" 200 1800 0.003078 10.0.0.254 - - [2025-05-19 02:11:14] "GET /routing-instance/aa8390c6-dab5-4a0c-bc4d-68ecbdb03085 HTTP/1.1" 200 1800 0.003102 10.0.0.254 - - [2025-05-19 02:11:14] "GET /route-target/a958036a-117e-41b4-a6fa-2785113fac1a HTTP/1.1" 200 1215 0.002898 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domains HTTP/1.1" 200 281 0.004256 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2782 0.007877 10.0.0.254 - - [2025-05-19 02:11:14] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.254 - - [2025-05-19 02:11:14] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773 HTTP/1.1" 200 2631 0.067950 10.0.0.254 - - [2025-05-19 02:11:14] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa HTTP/1.1" 200 3507 0.005136 10.0.0.254 - - [2025-05-19 02:11:14] "GET /obj-perms HTTP/1.1" 200 5065 0.050328 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domains HTTP/1.1" 200 281 0.003029 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.254 - - [2025-05-19 02:11:14] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2782 0.007282 10.0.0.254 - - [2025-05-19 02:11:14] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.254 - - [2025-05-19 02:11:15] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773 HTTP/1.1" 200 2631 0.065519 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4 HTTP/1.1" 200 3508 0.007202 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4 HTTP/1.1" 200 3508 0.005688 10.0.0.254 - - [2025-05-19 02:11:15] "GET /routing-instance/e42ad654-e370-4348-8f73-67f387156567 HTTP/1.1" 200 1800 0.003869 10.0.0.254 - - [2025-05-19 02:11:15] "GET /routing-instance/e42ad654-e370-4348-8f73-67f387156567 HTTP/1.1" 200 1800 0.003916 10.0.0.254 - - [2025-05-19 02:11:15] "GET /route-target/c9c7ce83-928c-4f60-82c3-079eef3ad7d4 HTTP/1.1" 200 1214 0.004363 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4 HTTP/1.1" 200 3508 0.007555 10.0.0.254 - - [2025-05-19 02:11:15] "GET /routing-instance/e42ad654-e370-4348-8f73-67f387156567 HTTP/1.1" 200 1800 0.004389 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005309 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4 HTTP/1.1" 200 3508 0.004922 10.0.0.254 - - [2025-05-19 02:11:15] "GET /routing-instance/e42ad654-e370-4348-8f73-67f387156567 HTTP/1.1" 200 1800 0.003553 10.0.0.254 - - [2025-05-19 02:11:15] "GET /routing-instance/e42ad654-e370-4348-8f73-67f387156567 HTTP/1.1" 200 1800 0.003263 10.0.0.254 - - [2025-05-19 02:11:15] "GET /route-target/c9c7ce83-928c-4f60-82c3-079eef3ad7d4 HTTP/1.1" 200 1214 0.002927 10.0.0.254 - - [2025-05-19 02:11:15] "GET /domains HTTP/1.1" 200 281 0.003094 10.0.0.254 - - [2025-05-19 02:11:15] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.254 - - [2025-05-19 02:11:15] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2782 0.010644 10.0.0.254 - - [2025-05-19 02:11:15] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.254 - - [2025-05-19 02:11:15] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773 HTTP/1.1" 200 2631 0.065850 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4 HTTP/1.1" 200 3508 0.005347 10.0.0.254 - - [2025-05-19 02:11:15] "GET /obj-perms HTTP/1.1" 200 5065 0.003220 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005563 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1113 0.008224 10.0.0.254 - - [2025-05-19 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006404 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/09aef8c7-e944-473e-b5d1-393ce618aafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005324 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1005 0.061942 10.0.0.254 - - [2025-05-19 02:11:15] "DELETE /access-control-list/6056162c-d057-4796-b3c4-ff5ab6f81669 HTTP/1.1" 200 115 0.053875 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1005 0.010458 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/fb98537e-eea2-46eb-a92c-43d75f1927f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006698 10.0.0.254 - - [2025-05-19 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.019984 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.010237 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1113 0.008077 10.0.0.254 - - [2025-05-19 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008065 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/09aef8c7-e944-473e-b5d1-393ce618aafe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005993 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1005 0.066171 10.0.0.254 - - [2025-05-19 02:11:15] "DELETE /access-control-list/13cf1aef-839b-458c-8e4a-54d3195000e0 HTTP/1.1" 200 115 0.041520 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1005 0.011392 10.0.0.254 - - [2025-05-19 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.017480 10.0.0.254 - - [2025-05-19 02:11:15] "GET /virtual-network/f5b59aad-1fc0-479a-80af-a5add25d03fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010883 10.0.0.254 - - [2025-05-19 02:11:15] "DELETE /network-policy/33ddef6b-61a0-4329-b93e-bb00b0f9852f HTTP/1.1" 200 115 0.020481 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1005 0.006388 10.0.0.254 - - [2025-05-19 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.254 - - [2025-05-19 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002507 10.0.0.254 - - [2025-05-19 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.254 - - [2025-05-19 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002162 10.0.0.254 - - [2025-05-19 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 151 0.097604 10.0.0.254 - - [2025-05-19 02:11:15] "DELETE /route-target/c9c7ce83-928c-4f60-82c3-079eef3ad7d4 HTTP/1.1" 200 115 0.027759 10.0.0.254 - - [2025-05-19 02:11:15] "GET /routing-instance/e42ad654-e370-4348-8f73-67f387156567 HTTP/1.1" 404 171 0.002706 10.0.0.254 - - [2025-05-19 02:11:15] "GET /domains HTTP/1.1" 200 281 0.002393 10.0.0.254 - - [2025-05-19 02:11:15] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.254 - - [2025-05-19 02:11:15] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2782 0.048611 10.0.0.254 - - [2025-05-19 02:11:15] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001735 10.0.0.254 - - [2025-05-19 02:11:15] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773 HTTP/1.1" 200 2149 0.073175 10.0.0.254 - - [2025-05-19 02:11:15] "POST /neutron/network HTTP/1.1" 200 1005 0.007277 10.0.0.254 - - [2025-05-19 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.254 - - [2025-05-19 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002158 10.0.0.254 - - [2025-05-19 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.254 - - [2025-05-19 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.055332 10.0.0.254 - - [2025-05-19 02:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002288 10.0.0.254 - - [2025-05-19 02:11:16] "POST /neutron/network HTTP/1.1" 200 151 0.161041 10.0.0.254 - - [2025-05-19 02:11:16] "DELETE /route-target/a958036a-117e-41b4-a6fa-2785113fac1a HTTP/1.1" 200 115 0.081972 10.0.0.254 - - [2025-05-19 02:11:16] "GET /routing-instance/aa8390c6-dab5-4a0c-bc4d-68ecbdb03085 HTTP/1.1" 404 171 0.002544 10.0.0.254 - - [2025-05-19 02:11:16] "GET /domains HTTP/1.1" 200 281 0.002527 10.0.0.254 - - [2025-05-19 02:11:16] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.254 - - [2025-05-19 02:11:16] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2782 0.051459 10.0.0.254 - - [2025-05-19 02:11:16] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001638 10.0.0.254 - - [2025-05-19 02:11:16] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773 HTTP/1.1" 200 1903 0.069550 10.0.0.254 - - [2025-05-19 02:11:16] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001345 10.0.0.254 - - [2025-05-19 02:11:16] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025306 10.0.0.254 - - [2025-05-19 02:11:16] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.254 - - [2025-05-19 02:11:16] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?fields=virtual_networks HTTP/1.1" 200 1048 0.066397 10.0.0.254 - - [2025-05-19 02:11:16] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.254 - - [2025-05-19 02:11:16] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.028031 10.0.0.254 - - [2025-05-19 02:11:16] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.254 - - [2025-05-19 02:11:16] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?fields=security_groups HTTP/1.1" 200 1283 0.025310 10.0.0.254 - - [2025-05-19 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.025492 10.0.0.254 - - [2025-05-19 02:11:17] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002479 10.0.0.254 - - [2025-05-19 02:11:17] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.254 - - [2025-05-19 02:11:17] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007873 10.0.0.254 - - [2025-05-19 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.002287 10.0.0.254 - - [2025-05-19 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.002860 10.0.0.254 - - [2025-05-19 02:11:17] "POST /security-groups HTTP/1.1" 200 593 0.063508 10.0.0.254 - - [2025-05-19 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.002888 10.0.0.254 - - [2025-05-19 02:11:17] "POST /projects HTTP/1.1" 200 589 0.230343 10.0.0.254 - - [2025-05-19 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.300683 10.0.0.254 - - [2025-05-19 02:11:18] "POST /access-control-lists HTTP/1.1" 200 600 0.058683 10.0.0.254 - - [2025-05-19 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.002853 10.0.0.254 - - [2025-05-19 02:11:18] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.434317 10.0.0.254 - - [2025-05-19 02:11:18] "POST /access-control-lists HTTP/1.1" 200 598 0.059777 10.0.0.254 - - [2025-05-19 02:11:19] "GET / HTTP/1.1" 200 36215 0.002106 10.0.0.254 - - [2025-05-19 02:11:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000504 10.0.0.254 - - [2025-05-19 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.056606 10.0.0.254 - - [2025-05-19 02:11:20] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.254 - - [2025-05-19 02:11:20] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023234 10.0.0.254 - - [2025-05-19 02:11:20] "POST /neutron/network HTTP/1.1" 200 117 0.034060 10.0.0.254 - - [2025-05-19 02:11:20] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001411 10.0.0.254 - - [2025-05-19 02:11:20] "POST /neutron/network HTTP/1.1" 200 607 0.076889 10.0.0.254 - - [2025-05-19 02:11:20] "POST /route-targets HTTP/1.1" 200 328 0.011995 10.0.0.254 - - [2025-05-19 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.011619 10.0.0.254 - - [2025-05-19 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004245 10.0.0.254 - - [2025-05-19 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.157042 10.0.0.254 - - [2025-05-19 02:11:20] "POST /neutron/network HTTP/1.1" 200 827 0.005482 10.0.0.254 - - [2025-05-19 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001253 10.0.0.254 - - [2025-05-19 02:11:20] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004745 10.0.0.254 - - [2025-05-19 02:11:20] "POST /neutron/network HTTP/1.1" 200 827 0.005998 10.0.0.254 - - [2025-05-19 02:11:20] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005190 10.0.0.254 - - [2025-05-19 02:11:20] "POST /neutron/network HTTP/1.1" 200 827 0.005358 10.0.0.254 - - [2025-05-19 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.007017 10.0.0.254 - - [2025-05-19 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.254 - - [2025-05-19 02:11:20] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001147 10.0.0.254 - - [2025-05-19 02:11:20] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033593 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 117 0.009271 10.0.0.254 - - [2025-05-19 02:11:21] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001490 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 607 0.080619 10.0.0.254 - - [2025-05-19 02:11:21] "POST /route-targets HTTP/1.1" 200 328 0.012455 10.0.0.254 - - [2025-05-19 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.010679 10.0.0.254 - - [2025-05-19 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004801 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.205465 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 827 0.006520 10.0.0.254 - - [2025-05-19 02:11:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001251 10.0.0.254 - - [2025-05-19 02:11:21] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005040 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 827 0.005645 10.0.0.254 - - [2025-05-19 02:11:21] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006143 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 827 0.005635 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.006486 10.0.0.254 - - [2025-05-19 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.002316 10.0.0.254 - - [2025-05-19 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.254 - - [2025-05-19 02:11:21] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001161 10.0.0.254 - - [2025-05-19 02:11:21] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024879 10.0.0.254 - - [2025-05-19 02:11:21] "POST /network-policys HTTP/1.1" 200 573 0.017003 10.0.0.254 - - [2025-05-19 02:11:21] "GET /network-policy/31152603-3343-4253-a4b9-be993499a03d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004536 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 827 0.005767 10.0.0.254 - - [2025-05-19 02:11:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.003536 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 929 0.040254 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 929 0.005593 10.0.0.254 - - [2025-05-19 02:11:21] "POST /access-control-lists HTTP/1.1" 200 592 0.027290 10.0.0.254 - - [2025-05-19 02:11:21] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005191 10.0.0.254 - - [2025-05-19 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002230 10.0.0.254 - - [2025-05-19 02:11:21] "GET /network-policy/31152603-3343-4253-a4b9-be993499a03d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003623 10.0.0.254 - - [2025-05-19 02:11:21] "POST /neutron/network HTTP/1.1" 200 827 0.005862 10.0.0.254 - - [2025-05-19 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.003635 10.0.0.254 - - [2025-05-19 02:11:22] "POST /neutron/network HTTP/1.1" 200 929 0.044090 10.0.0.254 - - [2025-05-19 02:11:22] "POST /neutron/network HTTP/1.1" 200 929 0.045225 10.0.0.254 - - [2025-05-19 02:11:22] "POST /access-control-lists HTTP/1.1" 200 592 0.068215 10.0.0.254 - - [2025-05-19 02:11:22] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.008748 10.0.0.254 - - [2025-05-19 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.254 - - [2025-05-19 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.010036 10.0.0.254 - - [2025-05-19 02:11:22] "GET /network-policy/31152603-3343-4253-a4b9-be993499a03d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004287 10.0.0.254 - - [2025-05-19 02:11:22] "GET /domains HTTP/1.1" 401 293 0.000424 10.0.0.254 - - [2025-05-19 02:11:22] "PUT /access-control-list/7de3fd27-aafc-4ca2-b8e0-e76a70a0ae0b HTTP/1.1" 200 273 0.053268 10.0.0.254 - - [2025-05-19 02:11:22] "GET /domains HTTP/1.1" 200 281 0.024649 10.0.0.254 - - [2025-05-19 02:11:22] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.254 - - [2025-05-19 02:11:22] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2971 0.008517 10.0.0.254 - - [2025-05-19 02:11:22] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.254 - - [2025-05-19 02:11:22] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d HTTP/1.1" 200 2579 0.074052 10.0.0.254 - - [2025-05-19 02:11:22] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1 HTTP/1.1" 200 2899 0.005915 10.0.0.254 - - [2025-05-19 02:11:22] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1 HTTP/1.1" 200 2899 0.004455 10.0.0.254 - - [2025-05-19 02:11:22] "GET /routing-instance/783f79ce-8c31-44b1-b2ae-737974045daf HTTP/1.1" 200 1787 0.003096 10.0.0.254 - - [2025-05-19 02:11:22] "GET /routing-instance/783f79ce-8c31-44b1-b2ae-737974045daf HTTP/1.1" 200 1787 0.003022 10.0.0.254 - - [2025-05-19 02:11:22] "GET /route-target/393f8f95-3933-45dd-9383-e78c15da3b51 HTTP/1.1" 200 1208 0.002843 10.0.0.254 - - [2025-05-19 02:11:22] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1 HTTP/1.1" 200 2899 0.004503 10.0.0.254 - - [2025-05-19 02:11:22] "GET /routing-instance/783f79ce-8c31-44b1-b2ae-737974045daf HTTP/1.1" 200 1787 0.003638 10.0.0.254 - - [2025-05-19 02:11:22] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004424 10.0.0.254 - - [2025-05-19 02:11:22] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1 HTTP/1.1" 200 2899 0.004706 10.0.0.254 - - [2025-05-19 02:11:22] "GET /routing-instance/783f79ce-8c31-44b1-b2ae-737974045daf HTTP/1.1" 200 1787 0.002814 10.0.0.254 - - [2025-05-19 02:11:22] "GET /routing-instance/783f79ce-8c31-44b1-b2ae-737974045daf HTTP/1.1" 200 1787 0.002771 10.0.0.254 - - [2025-05-19 02:11:22] "GET /route-target/393f8f95-3933-45dd-9383-e78c15da3b51 HTTP/1.1" 200 1208 0.002503 10.0.0.254 - - [2025-05-19 02:11:22] "GET /domains HTTP/1.1" 200 281 0.002474 10.0.0.254 - - [2025-05-19 02:11:22] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.254 - - [2025-05-19 02:11:22] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2971 0.007735 10.0.0.254 - - [2025-05-19 02:11:22] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001019 10.0.0.254 - - [2025-05-19 02:11:22] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d HTTP/1.1" 200 2579 0.070647 10.0.0.254 - - [2025-05-19 02:11:22] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1 HTTP/1.1" 200 2899 0.005195 10.0.0.254 - - [2025-05-19 02:11:23] "GET /obj-perms HTTP/1.1" 200 5053 0.047161 10.0.0.254 - - [2025-05-19 02:11:23] "GET /domains HTTP/1.1" 200 281 0.002717 10.0.0.254 - - [2025-05-19 02:11:23] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.254 - - [2025-05-19 02:11:23] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2971 0.008083 10.0.0.254 - - [2025-05-19 02:11:23] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.254 - - [2025-05-19 02:11:23] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d HTTP/1.1" 200 2579 0.068055 10.0.0.254 - - [2025-05-19 02:11:23] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60 HTTP/1.1" 200 2900 0.008935 10.0.0.254 - - [2025-05-19 02:11:23] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60 HTTP/1.1" 200 2900 0.005080 10.0.0.254 - - [2025-05-19 02:11:23] "GET /routing-instance/847d9528-c3b8-491b-99d3-3e439036ce97 HTTP/1.1" 200 1787 0.003604 10.0.0.254 - - [2025-05-19 02:11:23] "GET /routing-instance/847d9528-c3b8-491b-99d3-3e439036ce97 HTTP/1.1" 200 1787 0.003516 10.0.0.254 - - [2025-05-19 02:11:23] "GET /route-target/b8bf3ee6-ddc8-404b-8baf-a30fab88efc9 HTTP/1.1" 200 1209 0.003478 10.0.0.254 - - [2025-05-19 02:11:23] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60 HTTP/1.1" 200 2900 0.006098 10.0.0.254 - - [2025-05-19 02:11:23] "GET /routing-instance/847d9528-c3b8-491b-99d3-3e439036ce97 HTTP/1.1" 200 1787 0.003322 10.0.0.254 - - [2025-05-19 02:11:23] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005193 10.0.0.254 - - [2025-05-19 02:11:23] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60 HTTP/1.1" 200 2900 0.004670 10.0.0.254 - - [2025-05-19 02:11:23] "GET /routing-instance/847d9528-c3b8-491b-99d3-3e439036ce97 HTTP/1.1" 200 1787 0.002984 10.0.0.254 - - [2025-05-19 02:11:23] "GET /routing-instance/847d9528-c3b8-491b-99d3-3e439036ce97 HTTP/1.1" 200 1787 0.002871 10.0.0.254 - - [2025-05-19 02:11:23] "GET /route-target/b8bf3ee6-ddc8-404b-8baf-a30fab88efc9 HTTP/1.1" 200 1209 0.002673 10.0.0.254 - - [2025-05-19 02:11:23] "GET /domains HTTP/1.1" 200 281 0.005470 10.0.0.254 - - [2025-05-19 02:11:23] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001613 10.0.0.254 - - [2025-05-19 02:11:23] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2971 0.010490 10.0.0.254 - - [2025-05-19 02:11:23] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.254 - - [2025-05-19 02:11:23] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d HTTP/1.1" 200 2579 0.070519 10.0.0.254 - - [2025-05-19 02:11:23] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60 HTTP/1.1" 200 2900 0.007252 10.0.0.254 - - [2025-05-19 02:11:23] "GET /obj-perms HTTP/1.1" 200 5053 0.004273 10.0.0.254 - - [2025-05-19 02:11:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.002032 10.0.0.254 - - [2025-05-19 02:11:23] "POST /neutron/network HTTP/1.1" 200 939 0.006077 10.0.0.254 - - [2025-05-19 02:11:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000458 10.0.0.254 - - [2025-05-19 02:11:24] "GET / HTTP/1.1" 200 36215 0.001614 10.0.0.254 - - [2025-05-19 02:11:24] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000413 10.0.0.254 - - [2025-05-19 02:11:24] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.254 - - [2025-05-19 02:11:24] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047828 10.0.0.254 - - [2025-05-19 02:11:24] "POST /neutron/network HTTP/1.1" 200 929 0.005663 10.0.0.254 - - [2025-05-19 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.004998 10.0.0.254 - - [2025-05-19 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.005370 10.0.0.254 - - [2025-05-19 02:11:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.254 - - [2025-05-19 02:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.005127 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/network HTTP/1.1" 200 939 0.006077 10.0.0.254 - - [2025-05-19 02:11:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000431 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/network HTTP/1.1" 200 939 0.006105 10.0.0.254 - - [2025-05-19 02:11:25] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002079 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1063 0.221215 10.0.0.254 - - [2025-05-19 02:11:25] "GET / HTTP/1.1" 200 36215 0.001724 10.0.0.254 - - [2025-05-19 02:11:25] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000399 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1063 0.009463 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1063 0.009777 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1117 0.063952 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 1091 0.015421 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003319 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.010441 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/network HTTP/1.1" 200 929 0.005704 10.0.0.254 - - [2025-05-19 02:11:25] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001552 10.0.0.254 - - [2025-05-19 02:11:25] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050857 10.0.0.254 - - [2025-05-19 02:11:25] "POST /neutron/network HTTP/1.1" 200 929 0.007341 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1091 0.017759 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008024 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 117 0.006796 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1091 0.027545 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006980 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/network HTTP/1.1" 200 939 0.006230 10.0.0.254 - - [2025-05-19 02:11:26] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004266 10.0.0.254 - - [2025-05-19 02:11:26] "PUT /access-control-list/34f69fb4-bc13-42b1-80b8-2a082b89af4a HTTP/1.1" 200 273 0.013774 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1063 0.274270 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1063 0.016604 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1063 0.010980 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1117 0.084347 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 1091 0.020015 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004588 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.014750 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.254 - - [2025-05-19 02:11:26] "POST /neutron/network HTTP/1.1" 200 929 0.005685 10.0.0.254 - - [2025-05-19 02:11:31] "POST /neutron/port HTTP/1.1" 200 1091 0.015423 10.0.0.254 - - [2025-05-19 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006001 10.0.0.254 - - [2025-05-19 02:11:31] "POST /neutron/port HTTP/1.1" 200 1091 0.021020 10.0.0.254 - - [2025-05-19 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006612 10.0.0.254 - - [2025-05-19 02:11:31] "POST /neutron/port HTTP/1.1" 200 1091 0.017174 10.0.0.254 - - [2025-05-19 02:11:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008845 10.0.0.254 - - [2025-05-19 02:11:31] "GET /virtual-machine/07436b41-5123-44f6-b63b-40e3aeb26542 HTTP/1.1" 200 1295 0.006597 10.0.0.254 - - [2025-05-19 02:11:31] "GET /virtual-machine-interface/953d5034-1281-4ce9-ab38-8ef3f2dfc34a HTTP/1.1" 200 2958 0.005933 10.0.0.254 - - [2025-05-19 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.254 - - [2025-05-19 02:11:31] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004811 10.0.0.254 - - [2025-05-19 02:11:31] "GET /virtual-networks?parent_id=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005883 10.0.0.254 - - [2025-05-19 02:11:31] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.013693 10.0.0.254 - - [2025-05-19 02:11:34] "POST /neutron/port HTTP/1.1" 200 1091 0.018075 10.0.0.254 - - [2025-05-19 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.254 - - [2025-05-19 02:11:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005268 10.0.0.254 - - [2025-05-19 02:11:34] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004788 10.0.0.254 - - [2025-05-19 02:11:36] "POST /neutron/port HTTP/1.1" 200 1091 0.018027 10.0.0.254 - - [2025-05-19 02:11:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005666 10.0.0.254 - - [2025-05-19 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.254 - - [2025-05-19 02:11:36] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003157 10.0.0.254 - - [2025-05-19 02:11:36] "GET /virtual-networks?parent_id=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003013 10.0.0.254 - - [2025-05-19 02:11:37] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005648 10.0.0.254 - - [2025-05-19 02:11:37] "POST /neutron/port HTTP/1.1" 200 1091 0.015217 10.0.0.254 - - [2025-05-19 02:11:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005580 10.0.0.254 - - [2025-05-19 02:11:37] "POST /neutron/port HTTP/1.1" 200 1091 0.013745 10.0.0.254 - - [2025-05-19 02:11:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005918 10.0.0.254 - - [2025-05-19 02:11:37] "POST /neutron/port HTTP/1.1" 200 1091 0.016585 10.0.0.254 - - [2025-05-19 02:11:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006389 10.0.0.254 - - [2025-05-19 02:11:37] "GET /virtual-machine/b15a7666-72c5-438f-a424-d3bfcbbcebb9 HTTP/1.1" 200 1297 0.004456 10.0.0.254 - - [2025-05-19 02:11:37] "GET /virtual-machine-interface/6b7d93f6-aa4e-4185-8bf0-f36f2fe2a361 HTTP/1.1" 200 2957 0.006699 10.0.0.254 - - [2025-05-19 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.254 - - [2025-05-19 02:11:37] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003083 10.0.0.254 - - [2025-05-19 02:11:37] "GET /virtual-networks?parent_id=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003052 10.0.0.254 - - [2025-05-19 02:11:37] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005609 10.0.0.254 - - [2025-05-19 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.254 - - [2025-05-19 02:11:38] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003176 10.0.0.254 - - [2025-05-19 02:11:38] "GET /virtual-networks?parent_id=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003385 10.0.0.254 - - [2025-05-19 02:11:38] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.007584 10.0.0.254 - - [2025-05-19 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.254 - - [2025-05-19 02:11:42] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.254 - - [2025-05-19 02:11:42] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027043 10.0.0.254 - - [2025-05-19 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.254 - - [2025-05-19 02:11:42] "PUT /network-policy/31152603-3343-4253-a4b9-be993499a03d HTTP/1.1" 200 263 0.010143 10.0.0.254 - - [2025-05-19 02:11:43] "PUT /access-control-list/34f69fb4-bc13-42b1-80b8-2a082b89af4a HTTP/1.1" 200 273 0.052913 10.0.0.254 - - [2025-05-19 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.012777 10.0.0.254 - - [2025-05-19 02:11:43] "PUT /access-control-list/7de3fd27-aafc-4ca2-b8e0-e76a70a0ae0b HTTP/1.1" 200 273 0.052817 10.0.0.254 - - [2025-05-19 02:11:43] "POST /ref-update HTTP/1.1" 200 156 0.010581 10.0.0.254 - - [2025-05-19 02:11:46] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005578 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 929 0.009726 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 827 0.047631 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 827 0.010941 10.0.0.254 - - [2025-05-19 02:11:46] "GET /virtual-network/c09c17cd-e932-4350-a34a-10cb42b43a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004788 10.0.0.254 - - [2025-05-19 02:11:46] "DELETE /access-control-list/34f69fb4-bc13-42b1-80b8-2a082b89af4a HTTP/1.1" 200 115 0.060885 10.0.0.254 - - [2025-05-19 02:11:46] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006996 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 929 0.008173 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 827 0.065845 10.0.0.254 - - [2025-05-19 02:11:46] "DELETE /access-control-list/7de3fd27-aafc-4ca2-b8e0-e76a70a0ae0b HTTP/1.1" 200 115 0.044352 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 827 0.012479 10.0.0.254 - - [2025-05-19 02:11:46] "GET /virtual-network/662bd9d2-b029-44cf-9900-d7aae38774b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009654 10.0.0.254 - - [2025-05-19 02:11:46] "DELETE /network-policy/31152603-3343-4253-a4b9-be993499a03d HTTP/1.1" 200 115 0.025687 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 200 827 0.009025 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/network HTTP/1.1" 400 204 0.022887 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/port HTTP/1.1" 200 1091 0.031017 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/port HTTP/1.1" 200 1117 0.015421 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/port HTTP/1.1" 200 1091 0.036175 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/port HTTP/1.1" 200 1117 0.016003 10.0.0.254 - - [2025-05-19 02:11:46] "POST /neutron/port HTTP/1.1" 200 151 0.168593 10.0.0.254 - - [2025-05-19 02:11:47] "POST /neutron/port HTTP/1.1" 200 151 0.158613 10.0.0.254 - - [2025-05-19 02:11:48] "POST /neutron/network HTTP/1.1" 200 827 0.006169 10.0.0.254 - - [2025-05-19 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006113 10.0.0.254 - - [2025-05-19 02:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004111 10.0.0.254 - - [2025-05-19 02:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.254 - - [2025-05-19 02:11:48] "POST /neutron/network HTTP/1.1" 200 151 0.093805 10.0.0.254 - - [2025-05-19 02:11:48] "DELETE /route-target/b8bf3ee6-ddc8-404b-8baf-a30fab88efc9 HTTP/1.1" 200 115 0.022141 10.0.0.254 - - [2025-05-19 02:11:48] "GET /routing-instance/847d9528-c3b8-491b-99d3-3e439036ce97 HTTP/1.1" 404 171 0.002543 10.0.0.254 - - [2025-05-19 02:11:48] "GET /domains HTTP/1.1" 200 281 0.002768 10.0.0.254 - - [2025-05-19 02:11:48] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.254 - - [2025-05-19 02:11:48] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2971 0.049261 10.0.0.254 - - [2025-05-19 02:11:48] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.254 - - [2025-05-19 02:11:48] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d HTTP/1.1" 200 2109 0.072470 10.0.0.254 - - [2025-05-19 02:11:48] "POST /neutron/network HTTP/1.1" 200 827 0.005696 10.0.0.254 - - [2025-05-19 02:11:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003654 10.0.0.254 - - [2025-05-19 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.254 - - [2025-05-19 02:11:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.254 - - [2025-05-19 02:11:49] "POST /neutron/network HTTP/1.1" 200 151 0.078555 10.0.0.254 - - [2025-05-19 02:11:49] "GET /routing-instance/783f79ce-8c31-44b1-b2ae-737974045daf HTTP/1.1" 404 171 0.002040 10.0.0.254 - - [2025-05-19 02:11:49] "DELETE /route-target/393f8f95-3933-45dd-9383-e78c15da3b51 HTTP/1.1" 200 115 0.019570 10.0.0.254 - - [2025-05-19 02:11:49] "GET /domains HTTP/1.1" 200 281 0.002998 10.0.0.254 - - [2025-05-19 02:11:49] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.254 - - [2025-05-19 02:11:49] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2971 0.050656 10.0.0.254 - - [2025-05-19 02:11:49] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001216 10.0.0.254 - - [2025-05-19 02:11:49] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d HTTP/1.1" 200 1869 0.068781 10.0.0.254 - - [2025-05-19 02:11:49] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207 10.0.0.254 - - [2025-05-19 02:11:49] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030521 10.0.0.254 - - [2025-05-19 02:11:49] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001142 10.0.0.254 - - [2025-05-19 02:11:49] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?fields=virtual_networks HTTP/1.1" 200 1038 0.076850 10.0.0.254 - - [2025-05-19 02:11:49] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.254 - - [2025-05-19 02:11:49] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.030257 10.0.0.254 - - [2025-05-19 02:11:49] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.254 - - [2025-05-19 02:11:49] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?fields=security_groups HTTP/1.1" 200 1267 0.026278 10.0.0.254 - - [2025-05-19 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.024109 10.0.0.254 - - [2025-05-19 02:11:50] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002452 10.0.0.254 - - [2025-05-19 02:11:50] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.254 - - [2025-05-19 02:11:50] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007602 10.0.0.254 - - [2025-05-19 02:11:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.002481 10.0.0.254 - - [2025-05-19 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.002455 10.0.0.254 - - [2025-05-19 02:11:50] "POST /security-groups HTTP/1.1" 200 589 0.068027 10.0.0.254 - - [2025-05-19 02:11:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.003624 10.0.0.254 - - [2025-05-19 02:11:50] "POST /projects HTTP/1.1" 200 581 0.230013 10.0.0.254 - - [2025-05-19 02:11:51] "POST /access-control-lists HTTP/1.1" 200 596 0.059129 10.0.0.254 - - [2025-05-19 02:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.302323 10.0.0.254 - - [2025-05-19 02:11:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.002986 10.0.0.254 - - [2025-05-19 02:11:51] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.421385 10.0.0.254 - - [2025-05-19 02:11:51] "POST /access-control-lists HTTP/1.1" 200 594 0.064015 10.0.0.254 - - [2025-05-19 02:11:52] "GET / HTTP/1.1" 200 36215 0.003023 10.0.0.254 - - [2025-05-19 02:11:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.254 - - [2025-05-19 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.060152 10.0.0.254 - - [2025-05-19 02:11:53] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.254 - - [2025-05-19 02:11:53] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026098 10.0.0.254 - - [2025-05-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 117 0.038109 10.0.0.254 - - [2025-05-19 02:11:53] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002203 10.0.0.254 - - [2025-05-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 613 0.092859 10.0.0.254 - - [2025-05-19 02:11:53] "POST /route-targets HTTP/1.1" 200 328 0.017825 10.0.0.254 - - [2025-05-19 02:11:53] "POST /ref-update HTTP/1.1" 200 156 0.015954 10.0.0.254 - - [2025-05-19 02:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005548 10.0.0.254 - - [2025-05-19 02:11:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.160157 10.0.0.254 - - [2025-05-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 832 0.005900 10.0.0.254 - - [2025-05-19 02:11:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001204 10.0.0.254 - - [2025-05-19 02:11:53] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004991 10.0.0.254 - - [2025-05-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 832 0.005497 10.0.0.254 - - [2025-05-19 02:11:53] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005247 10.0.0.254 - - [2025-05-19 02:11:53] "POST /neutron/network HTTP/1.1" 200 832 0.008011 10.0.0.254 - - [2025-05-19 02:11:53] "DELETE /project/d496e605d47c4d6bb8e692b7caf0971d HTTP/1.1" 404 173 0.023895 10.0.0.254 - - [2025-05-19 02:11:53] "DELETE /project/06791ada9dc64004b00ca2b2888be773 HTTP/1.1" 404 173 0.017847 10.0.0.254 - - [2025-05-19 02:11:53] "DELETE /project/46f22a59c6de4681bbd083011b2e1b86 HTTP/1.1" 404 173 0.023347 10.0.0.254 - - [2025-05-19 02:11:53] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001406 10.0.0.254 - - [2025-05-19 02:11:53] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.254 - - [2025-05-19 02:11:53] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001347 10.0.0.254 - - [2025-05-19 02:11:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.037561 10.0.0.254 - - [2025-05-19 02:11:53] "GET /domains HTTP/1.1" 401 293 0.000382 10.0.0.254 - - [2025-05-19 02:11:53] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.058530 10.0.0.254 - - [2025-05-19 02:11:53] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.061473 10.0.0.254 - - [2025-05-19 02:11:53] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.065891 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001602 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000924 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?fields=security_groups HTTP/1.1" 200 1369 0.045511 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?fields=security_groups HTTP/1.1" 200 1385 0.048483 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?fields=security_groups HTTP/1.1" 200 1371 0.051953 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /security-group/56f45ba2-fc85-4a51-9aba-4a6ebd125402 HTTP/1.1" 200 115 0.085615 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /access-control-list/0f89e668-bd4e-485e-b1e0-cabaa29cc4a2 HTTP/1.1" 200 115 0.049186 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=d496e605-d47c-4d6b-b8e6-92b7caf0971d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001077 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /security-group/c58fc443-bf24-459a-85de-482879b98937 HTTP/1.1" 200 115 0.086135 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /security-group/90979586-39fd-4472-bb17-dad0490f15e2 HTTP/1.1" 200 115 0.084854 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=06791ada-9dc6-4004-b00c-a2b2888be773&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=65170dc2-66f8-4b22-b8f1-bfc180eae30a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001180 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d?fields=application_policy_sets HTTP/1.1" 200 1408 0.048034 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /access-control-list/69c1a884-e242-4488-9bd5-84359654917c HTTP/1.1" 200 115 0.054923 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a?fields=application_policy_sets HTTP/1.1" 200 1410 0.063702 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/06791ada-9dc6-4004-b00c-a2b2888be773?fields=application_policy_sets HTTP/1.1" 200 1424 0.096934 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /access-control-list/631e978a-c279-4d3d-a8af-94aee462c538 HTTP/1.1" 200 115 0.058620 10.0.0.254 - - [2025-05-19 02:11:54] "GET /domains HTTP/1.1" 200 281 0.051127 10.0.0.254 - - [2025-05-19 02:11:54] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003887 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /access-control-list/45eba169-d9b8-432b-ad50-29b78a567d0e HTTP/1.1" 200 115 0.077799 10.0.0.254 - - [2025-05-19 02:11:54] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 3156 0.022084 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /access-control-list/62a41b9b-b5a1-46e9-a98d-434daf7b1c26 HTTP/1.1" 200 115 0.053037 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /project/d496e605-d47c-4d6b-b8e6-92b7caf0971d HTTP/1.1" 200 115 0.557855 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /project/65170dc2-66f8-4b22-b8f1-bfc180eae30a HTTP/1.1" 200 115 0.569970 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /access-control-list/ea485002-2de2-46c8-9d8c-fce811567048 HTTP/1.1" 200 115 0.033811 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2085 0.087572 10.0.0.254 - - [2025-05-19 02:11:54] "DELETE /project/06791ada-9dc6-4004-b00c-a2b2888be773 HTTP/1.1" 200 115 0.579652 10.0.0.254 - - [2025-05-19 02:11:54] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de HTTP/1.1" 200 2320 0.006571 10.0.0.254 - - [2025-05-19 02:11:54] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de HTTP/1.1" 200 2320 0.006953 10.0.0.254 - - [2025-05-19 02:11:54] "GET /routing-instance/8d5e5b93-019f-4178-885b-44f675fdad12 HTTP/1.1" 200 1496 0.003649 10.0.0.254 - - [2025-05-19 02:11:54] "GET /routing-instance/8d5e5b93-019f-4178-885b-44f675fdad12 HTTP/1.1" 200 1496 0.003562 10.0.0.254 - - [2025-05-19 02:11:54] "GET /route-target/e551df46-c8ce-4cac-bcc3-124397682d49 HTTP/1.1" 200 1215 0.003217 10.0.0.254 - - [2025-05-19 02:11:54] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de HTTP/1.1" 200 2320 0.007682 10.0.0.254 - - [2025-05-19 02:11:54] "GET /routing-instance/8d5e5b93-019f-4178-885b-44f675fdad12 HTTP/1.1" 200 1496 0.003634 10.0.0.254 - - [2025-05-19 02:11:54] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005489 10.0.0.254 - - [2025-05-19 02:11:54] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de HTTP/1.1" 200 2320 0.005964 10.0.0.254 - - [2025-05-19 02:11:54] "GET /routing-instance/8d5e5b93-019f-4178-885b-44f675fdad12 HTTP/1.1" 200 1496 0.003639 10.0.0.254 - - [2025-05-19 02:11:54] "GET /routing-instance/8d5e5b93-019f-4178-885b-44f675fdad12 HTTP/1.1" 200 1496 0.003807 10.0.0.254 - - [2025-05-19 02:11:54] "GET /route-target/e551df46-c8ce-4cac-bcc3-124397682d49 HTTP/1.1" 200 1215 0.003273 10.0.0.254 - - [2025-05-19 02:11:54] "GET /domains HTTP/1.1" 200 281 0.002777 10.0.0.254 - - [2025-05-19 02:11:54] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.254 - - [2025-05-19 02:11:54] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.009010 10.0.0.254 - - [2025-05-19 02:11:54] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001444 10.0.0.254 - - [2025-05-19 02:11:54] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2085 0.071229 10.0.0.254 - - [2025-05-19 02:11:54] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de HTTP/1.1" 200 2320 0.005248 10.0.0.254 - - [2025-05-19 02:11:55] "GET /obj-perms HTTP/1.1" 200 5045 0.052477 10.0.0.254 - - [2025-05-19 02:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.254 - - [2025-05-19 02:11:55] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.254 - - [2025-05-19 02:11:55] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027829 10.0.0.254 - - [2025-05-19 02:11:55] "POST /neutron/network HTTP/1.1" 200 117 0.010134 10.0.0.254 - - [2025-05-19 02:11:55] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.254 - - [2025-05-19 02:11:55] "POST /neutron/network HTTP/1.1" 200 613 0.087943 10.0.0.254 - - [2025-05-19 02:11:55] "POST /route-targets HTTP/1.1" 200 328 0.011151 10.0.0.254 - - [2025-05-19 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.013225 10.0.0.254 - - [2025-05-19 02:11:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.254 - - [2025-05-19 02:11:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.131602 10.0.0.254 - - [2025-05-19 02:11:55] "POST /neutron/network HTTP/1.1" 200 831 0.005769 10.0.0.254 - - [2025-05-19 02:11:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001390 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005310 10.0.0.254 - - [2025-05-19 02:11:55] "POST /neutron/network HTTP/1.1" 200 831 0.005618 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004845 10.0.0.254 - - [2025-05-19 02:11:55] "POST /neutron/network HTTP/1.1" 200 831 0.007235 10.0.0.254 - - [2025-05-19 02:11:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.006921 10.0.0.254 - - [2025-05-19 02:11:55] "GET /domains HTTP/1.1" 200 281 0.002646 10.0.0.254 - - [2025-05-19 02:11:55] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.254 - - [2025-05-19 02:11:55] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.006948 10.0.0.254 - - [2025-05-19 02:11:55] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.254 - - [2025-05-19 02:11:55] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2304 0.065690 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d HTTP/1.1" 200 2319 0.005953 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d HTTP/1.1" 200 2319 0.004745 10.0.0.254 - - [2025-05-19 02:11:55] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924 HTTP/1.1" 200 1497 0.003076 10.0.0.254 - - [2025-05-19 02:11:55] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924 HTTP/1.1" 200 1497 0.003329 10.0.0.254 - - [2025-05-19 02:11:55] "GET /route-target/506d0266-bbad-471c-b558-f2f552e94f97 HTTP/1.1" 200 1214 0.002643 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d HTTP/1.1" 200 2319 0.004535 10.0.0.254 - - [2025-05-19 02:11:55] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924 HTTP/1.1" 200 1497 0.002953 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004511 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d HTTP/1.1" 200 2319 0.004672 10.0.0.254 - - [2025-05-19 02:11:55] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924 HTTP/1.1" 200 1497 0.002890 10.0.0.254 - - [2025-05-19 02:11:55] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924 HTTP/1.1" 200 1497 0.002880 10.0.0.254 - - [2025-05-19 02:11:55] "GET /route-target/506d0266-bbad-471c-b558-f2f552e94f97 HTTP/1.1" 200 1214 0.002853 10.0.0.254 - - [2025-05-19 02:11:55] "GET /domains HTTP/1.1" 200 281 0.002367 10.0.0.254 - - [2025-05-19 02:11:55] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.254 - - [2025-05-19 02:11:55] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.006790 10.0.0.254 - - [2025-05-19 02:11:55] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.254 - - [2025-05-19 02:11:55] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2304 0.066851 10.0.0.254 - - [2025-05-19 02:11:55] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d HTTP/1.1" 200 2319 0.005035 10.0.0.254 - - [2025-05-19 02:11:55] "GET /obj-perms HTTP/1.1" 200 5045 0.002809 10.0.0.254 - - [2025-05-19 02:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.254 - - [2025-05-19 02:11:56] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.254 - - [2025-05-19 02:11:56] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.028176 10.0.0.254 - - [2025-05-19 02:11:56] "POST /neutron/network HTTP/1.1" 200 117 0.009840 10.0.0.254 - - [2025-05-19 02:11:56] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.254 - - [2025-05-19 02:11:56] "POST /neutron/network HTTP/1.1" 200 615 0.062146 10.0.0.254 - - [2025-05-19 02:11:56] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.254 - - [2025-05-19 02:11:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002792 10.0.0.254 - - [2025-05-19 02:11:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.147941 10.0.0.254 - - [2025-05-19 02:11:56] "POST /neutron/network HTTP/1.1" 200 832 0.005325 10.0.0.254 - - [2025-05-19 02:11:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001232 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004803 10.0.0.254 - - [2025-05-19 02:11:56] "POST /neutron/network HTTP/1.1" 200 832 0.005564 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005138 10.0.0.254 - - [2025-05-19 02:11:56] "POST /neutron/network HTTP/1.1" 200 832 0.006085 10.0.0.254 - - [2025-05-19 02:11:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.007296 10.0.0.254 - - [2025-05-19 02:11:56] "GET /domains HTTP/1.1" 200 281 0.002296 10.0.0.254 - - [2025-05-19 02:11:56] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.254 - - [2025-05-19 02:11:56] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.007478 10.0.0.254 - - [2025-05-19 02:11:56] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.254 - - [2025-05-19 02:11:56] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2524 0.071136 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79 HTTP/1.1" 200 2321 0.006675 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79 HTTP/1.1" 200 2321 0.005181 10.0.0.254 - - [2025-05-19 02:11:56] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0 HTTP/1.1" 200 1500 0.003623 10.0.0.254 - - [2025-05-19 02:11:56] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0 HTTP/1.1" 200 1500 0.003442 10.0.0.254 - - [2025-05-19 02:11:56] "GET /route-target/7cae9efa-2836-4b85-aef0-94734aeab9a9 HTTP/1.1" 200 1216 0.003062 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79 HTTP/1.1" 200 2321 0.005286 10.0.0.254 - - [2025-05-19 02:11:56] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0 HTTP/1.1" 200 1500 0.003401 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004724 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79 HTTP/1.1" 200 2321 0.005488 10.0.0.254 - - [2025-05-19 02:11:56] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0 HTTP/1.1" 200 1500 0.003634 10.0.0.254 - - [2025-05-19 02:11:56] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0 HTTP/1.1" 200 1500 0.004219 10.0.0.254 - - [2025-05-19 02:11:56] "GET /route-target/7cae9efa-2836-4b85-aef0-94734aeab9a9 HTTP/1.1" 200 1216 0.003199 10.0.0.254 - - [2025-05-19 02:11:56] "GET /domains HTTP/1.1" 200 281 0.003469 10.0.0.254 - - [2025-05-19 02:11:56] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.254 - - [2025-05-19 02:11:56] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.007912 10.0.0.254 - - [2025-05-19 02:11:56] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001417 10.0.0.254 - - [2025-05-19 02:11:56] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2524 0.073850 10.0.0.254 - - [2025-05-19 02:11:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79 HTTP/1.1" 200 2321 0.006732 10.0.0.254 - - [2025-05-19 02:11:56] "GET /obj-perms HTTP/1.1" 200 5045 0.003292 10.0.0.254 - - [2025-05-19 02:11:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001440 10.0.0.254 - - [2025-05-19 02:11:57] "POST /neutron/network HTTP/1.1" 200 841 0.005547 10.0.0.254 - - [2025-05-19 02:11:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000435 10.0.0.254 - - [2025-05-19 02:11:57] "GET / HTTP/1.1" 200 36215 0.002046 10.0.0.254 - - [2025-05-19 02:11:57] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000400 10.0.0.254 - - [2025-05-19 02:11:57] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.254 - - [2025-05-19 02:11:57] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.050928 10.0.0.254 - - [2025-05-19 02:11:57] "POST /neutron/network HTTP/1.1" 200 831 0.005640 10.0.0.254 - - [2025-05-19 02:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.005078 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.254 - - [2025-05-19 02:11:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001502 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.005650 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 842 0.006248 10.0.0.254 - - [2025-05-19 02:11:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000439 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 841 0.005846 10.0.0.254 - - [2025-05-19 02:11:58] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.254 - - [2025-05-19 02:11:58] "GET / HTTP/1.1" 200 36215 0.003523 10.0.0.254 - - [2025-05-19 02:11:58] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000404 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 1057 0.226971 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 1057 0.009104 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 1057 0.009177 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 1111 0.068805 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 1085 0.014608 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002967 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.010828 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.001555 10.0.0.254 - - [2025-05-19 02:11:58] "POST /neutron/network HTTP/1.1" 200 831 0.007019 10.0.0.254 - - [2025-05-19 02:11:58] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.254 - - [2025-05-19 02:11:59] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.054173 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 832 0.007080 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/port HTTP/1.1" 200 1085 0.026721 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006853 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/port HTTP/1.1" 200 117 0.004953 10.0.0.254 - - [2025-05-19 02:11:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002591 10.0.0.254 - - [2025-05-19 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002313 10.0.0.254 - - [2025-05-19 02:11:59] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001869 10.0.0.254 - - [2025-05-19 02:11:59] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008565 10.0.0.254 - - [2025-05-19 02:11:59] "POST /service-templates HTTP/1.1" 200 545 0.031736 10.0.0.254 - - [2025-05-19 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.254 - - [2025-05-19 02:11:59] "GET /service-template/1ed996d8-94d8-4870-8c4c-2b6e812789ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005531 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/network HTTP/1.1" 200 842 0.006933 10.0.0.254 - - [2025-05-19 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005816 10.0.0.254 - - [2025-05-19 02:11:59] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.254 - - [2025-05-19 02:11:59] "GET /service-template/1ed996d8-94d8-4870-8c4c-2b6e812789ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005250 10.0.0.254 - - [2025-05-19 02:11:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001431 10.0.0.254 - - [2025-05-19 02:11:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001366 10.0.0.254 - - [2025-05-19 02:11:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001246 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/port HTTP/1.1" 200 1056 0.354648 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/port HTTP/1.1" 200 1056 0.020835 10.0.0.254 - - [2025-05-19 02:11:59] "POST /neutron/port HTTP/1.1" 200 1056 0.024877 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 1999 0.059100 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011303 10.0.0.254 - - [2025-05-19 02:12:00] "GET /obj-perms HTTP/1.1" 200 5075 0.080773 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 1110 0.150028 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 1084 0.028133 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005610 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/subnet HTTP/1.1" 200 689 0.012536 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/network HTTP/1.1" 200 832 0.006606 10.0.0.254 - - [2025-05-19 02:12:00] "GET /obj-perms HTTP/1.1" 200 5075 0.047068 10.0.0.254 - - [2025-05-19 02:12:00] "POST /neutron/network HTTP/1.1" 200 2220 0.018355 10.0.0.254 - - [2025-05-19 02:12:00] "GET /aaa-mode HTTP/1.1" 401 293 0.000583 10.0.0.254 - - [2025-05-19 02:12:01] "GET / HTTP/1.1" 200 36215 0.002037 10.0.0.254 - - [2025-05-19 02:12:01] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000498 10.0.0.254 - - [2025-05-19 02:12:01] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.254 - - [2025-05-19 02:12:01] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061491 10.0.0.254 - - [2025-05-19 02:12:01] "POST /neutron/network HTTP/1.1" 200 832 0.005826 10.0.0.254 - - [2025-05-19 02:12:01] "POST /neutron/network HTTP/1.1" 200 831 0.006623 10.0.0.254 - - [2025-05-19 02:12:01] "POST /neutron/network HTTP/1.1" 200 832 0.006061 10.0.0.254 - - [2025-05-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 2053 0.036490 10.0.0.254 - - [2025-05-19 02:12:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010703 10.0.0.254 - - [2025-05-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.004960 10.0.0.254 - - [2025-05-19 02:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.005527 10.0.0.254 - - [2025-05-19 02:12:02] "POST /neutron/network HTTP/1.1" 200 2220 0.025187 10.0.0.254 - - [2025-05-19 02:12:02] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001580 10.0.0.254 - - [2025-05-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1058 0.291792 10.0.0.254 - - [2025-05-19 02:12:02] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001804 10.0.0.254 - - [2025-05-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1057 0.226756 10.0.0.254 - - [2025-05-19 02:12:02] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.254 - - [2025-05-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1056 0.205517 10.0.0.254 - - [2025-05-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1058 0.014591 10.0.0.254 - - [2025-05-19 02:12:02] "POST /neutron/port HTTP/1.1" 200 1058 0.009699 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1112 0.080563 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1057 0.013098 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1057 0.009122 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1111 0.073550 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1056 0.009757 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1056 0.008739 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 1110 0.082037 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 3022 0.020122 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003538 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.011363 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/network HTTP/1.1" 200 832 0.013577 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008399 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.027138 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/network HTTP/1.1" 200 831 0.006551 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004003 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/subnet HTTP/1.1" 200 689 0.010294 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.254 - - [2025-05-19 02:12:03] "POST /neutron/network HTTP/1.1" 200 832 0.006113 10.0.0.254 - - [2025-05-19 02:12:06] "POST /neutron/port HTTP/1.1" 200 3022 0.021440 10.0.0.254 - - [2025-05-19 02:12:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007659 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/port HTTP/1.1" 200 3022 0.019845 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005856 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/port HTTP/1.1" 200 3022 0.020288 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006121 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/port HTTP/1.1" 200 3022 0.020464 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006164 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/port HTTP/1.1" 200 3022 0.019300 10.0.0.254 - - [2025-05-19 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006196 10.0.0.254 - - [2025-05-19 02:12:07] "GET /virtual-machine/58a594ad-356d-40e9-8f49-8224ab784e0d HTTP/1.1" 200 1806 0.004567 10.0.0.254 - - [2025-05-19 02:12:07] "GET /virtual-machine-interface/04eae613-28fc-4895-89a7-9f5a87114595 HTTP/1.1" 200 2950 0.007577 10.0.0.254 - - [2025-05-19 02:12:07] "GET /virtual-machine-interface/2bdf2064-1af0-4897-b804-59ec1a4cb4c8 HTTP/1.1" 200 2955 0.008165 10.0.0.254 - - [2025-05-19 02:12:07] "GET /virtual-machine-interface/a6026007-ab0a-42d2-a587-d5c6dde4dcd7 HTTP/1.1" 200 2953 0.010630 10.0.0.254 - - [2025-05-19 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.254 - - [2025-05-19 02:12:07] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003463 10.0.0.254 - - [2025-05-19 02:12:07] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003033 10.0.0.254 - - [2025-05-19 02:12:07] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006346 10.0.0.254 - - [2025-05-19 02:12:08] "POST /neutron/port HTTP/1.1" 200 1085 0.015460 10.0.0.254 - - [2025-05-19 02:12:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005973 10.0.0.254 - - [2025-05-19 02:12:09] "POST /neutron/port HTTP/1.1" 200 1084 0.015749 10.0.0.254 - - [2025-05-19 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006119 10.0.0.254 - - [2025-05-19 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.254 - - [2025-05-19 02:12:10] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005951 10.0.0.254 - - [2025-05-19 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.254 - - [2025-05-19 02:12:14] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006020 10.0.0.254 - - [2025-05-19 02:12:18] "POST /neutron/port HTTP/1.1" 200 1085 0.016259 10.0.0.254 - - [2025-05-19 02:12:18] "POST /neutron/port HTTP/1.1" 200 1085 0.015637 10.0.0.254 - - [2025-05-19 02:12:18] "POST /neutron/network HTTP/1.1" 200 841 0.006189 10.0.0.254 - - [2025-05-19 02:12:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003685 10.0.0.254 - - [2025-05-19 02:12:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.016190 10.0.0.254 - - [2025-05-19 02:12:18] "POST /neutron/port HTTP/1.1" 200 117 0.001775 10.0.0.254 - - [2025-05-19 02:12:18] "POST /neutron/network HTTP/1.1" 200 831 0.006265 10.0.0.254 - - [2025-05-19 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.254 - - [2025-05-19 02:12:18] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005272 10.0.0.254 - - [2025-05-19 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.254 - - [2025-05-19 02:12:23] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005103 10.0.0.254 - - [2025-05-19 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.254 - - [2025-05-19 02:12:25] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003847 10.0.0.254 - - [2025-05-19 02:12:25] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003023 10.0.0.254 - - [2025-05-19 02:12:25] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007963 10.0.0.254 - - [2025-05-19 02:12:25] "POST /neutron/port HTTP/1.1" 200 3022 0.022000 10.0.0.254 - - [2025-05-19 02:12:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006801 10.0.0.254 - - [2025-05-19 02:12:30] "POST /neutron/port HTTP/1.1" 200 3022 0.027844 10.0.0.254 - - [2025-05-19 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006953 10.0.0.254 - - [2025-05-19 02:12:35] "POST /neutron/port HTTP/1.1" 200 3022 0.020827 10.0.0.254 - - [2025-05-19 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006676 10.0.0.254 - - [2025-05-19 02:12:37] "POST /neutron/port HTTP/1.1" 200 3022 0.022479 10.0.0.254 - - [2025-05-19 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006311 10.0.0.254 - - [2025-05-19 02:12:40] "POST /neutron/port HTTP/1.1" 200 3022 0.020407 10.0.0.254 - - [2025-05-19 02:12:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005797 10.0.0.254 - - [2025-05-19 02:12:46] "POST /neutron/port HTTP/1.1" 200 3022 0.021153 10.0.0.254 - - [2025-05-19 02:12:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006413 10.0.0.254 - - [2025-05-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.254 - - [2025-05-19 02:12:51] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002947 10.0.0.254 - - [2025-05-19 02:12:51] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003063 10.0.0.254 - - [2025-05-19 02:12:51] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005728 10.0.0.254 - - [2025-05-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.254 - - [2025-05-19 02:12:51] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003182 10.0.0.254 - - [2025-05-19 02:12:51] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003015 10.0.0.254 - - [2025-05-19 02:12:51] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005388 10.0.0.254 - - [2025-05-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.002797 10.0.0.254 - - [2025-05-19 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.254 - - [2025-05-19 02:12:51] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.254 - - [2025-05-19 02:12:51] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.032178 10.0.0.254 - - [2025-05-19 02:12:52] "POST /service-instances HTTP/1.1" 200 545 0.064013 10.0.0.254 - - [2025-05-19 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.254 - - [2025-05-19 02:12:52] "GET /service-instance/6f710db5-c9a3-4df4-873d-acc9adae6128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006926 10.0.0.254 - - [2025-05-19 02:12:52] "POST /port-tuples HTTP/1.1" 200 588 0.026545 10.0.0.254 - - [2025-05-19 02:12:52] "GET /virtual-machine-interface/a6026007-ab0a-42d2-a587-d5c6dde4dcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005698 10.0.0.254 - - [2025-05-19 02:12:52] "PUT /virtual-machine-interface/a6026007-ab0a-42d2-a587-d5c6dde4dcd7 HTTP/1.1" 200 285 0.011398 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.013010 10.0.0.254 - - [2025-05-19 02:12:52] "POST /instance-ips HTTP/1.1" 200 386 0.023223 10.0.0.254 - - [2025-05-19 02:12:52] "GET /virtual-machine-interface/04eae613-28fc-4895-89a7-9f5a87114595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005749 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.013641 10.0.0.254 - - [2025-05-19 02:12:52] "PUT /virtual-machine-interface/04eae613-28fc-4895-89a7-9f5a87114595 HTTP/1.1" 200 285 0.014846 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.015459 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004422 10.0.0.254 - - [2025-05-19 02:12:52] "GET /virtual-machine-interface/2bdf2064-1af0-4897-b804-59ec1a4cb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.005217 10.0.0.254 - - [2025-05-19 02:12:52] "POST /instance-ips HTTP/1.1" 200 386 0.025106 10.0.0.254 - - [2025-05-19 02:12:52] "PUT /virtual-machine-interface/2bdf2064-1af0-4897-b804-59ec1a4cb4c8 HTTP/1.1" 200 285 0.011656 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.009245 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.008363 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002925 10.0.0.254 - - [2025-05-19 02:12:52] "POST /neutron/port HTTP/1.1" 200 1085 0.014859 10.0.0.254 - - [2025-05-19 02:12:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005884 10.0.0.254 - - [2025-05-19 02:12:52] "POST /instance-ips HTTP/1.1" 200 374 0.014623 10.0.0.254 - - [2025-05-19 02:12:52] "POST /neutron/port HTTP/1.1" 200 1085 0.014501 10.0.0.254 - - [2025-05-19 02:12:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006157 10.0.0.254 - - [2025-05-19 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.008385 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.254 - - [2025-05-19 02:12:53] "POST /neutron/port HTTP/1.1" 200 1085 0.021003 10.0.0.254 - - [2025-05-19 02:12:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006609 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003081 10.0.0.254 - - [2025-05-19 02:12:53] "GET /virtual-machine/f5bc317a-9baf-4677-b6be-3a2293338ea0 HTTP/1.1" 200 1293 0.008639 10.0.0.254 - - [2025-05-19 02:12:53] "GET /virtual-machine-interface/94760319-9a9f-4d42-b214-067d74c63a5a HTTP/1.1" 200 2953 0.006769 10.0.0.254 - - [2025-05-19 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.254 - - [2025-05-19 02:12:53] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003078 10.0.0.254 - - [2025-05-19 02:12:53] "POST /instance-ips HTTP/1.1" 200 374 0.014636 10.0.0.254 - - [2025-05-19 02:12:53] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002968 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.254 - - [2025-05-19 02:12:53] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005267 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007989 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002966 10.0.0.254 - - [2025-05-19 02:12:53] "POST /instance-ips HTTP/1.1" 200 376 0.016376 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.008642 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002935 10.0.0.254 - - [2025-05-19 02:12:53] "POST /instance-ips HTTP/1.1" 200 376 0.015173 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.014060 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.009384 10.0.0.254 - - [2025-05-19 02:12:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006526 10.0.0.254 - - [2025-05-19 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.254 - - [2025-05-19 02:12:54] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003378 10.0.0.254 - - [2025-05-19 02:12:54] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004470 10.0.0.254 - - [2025-05-19 02:12:54] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006502 10.0.0.254 - - [2025-05-19 02:12:54] "POST /neutron/port HTTP/1.1" 200 1084 0.015985 10.0.0.254 - - [2025-05-19 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006562 10.0.0.254 - - [2025-05-19 02:12:54] "POST /neutron/port HTTP/1.1" 200 1084 0.015345 10.0.0.254 - - [2025-05-19 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006630 10.0.0.254 - - [2025-05-19 02:12:54] "POST /neutron/port HTTP/1.1" 200 1084 0.015139 10.0.0.254 - - [2025-05-19 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005614 10.0.0.254 - - [2025-05-19 02:12:54] "GET /virtual-machine/1bb4a5f2-59e4-403b-a919-63fa267952c1 HTTP/1.1" 200 1292 0.004391 10.0.0.254 - - [2025-05-19 02:12:54] "GET /virtual-machine-interface/d737ec63-d0db-4a5b-825c-1611afcd3a1d HTTP/1.1" 200 2955 0.004689 10.0.0.254 - - [2025-05-19 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.254 - - [2025-05-19 02:12:54] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002741 10.0.0.254 - - [2025-05-19 02:12:54] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003022 10.0.0.254 - - [2025-05-19 02:12:55] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005604 10.0.0.254 - - [2025-05-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.254 - - [2025-05-19 02:12:56] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003639 10.0.0.254 - - [2025-05-19 02:12:56] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003197 10.0.0.254 - - [2025-05-19 02:12:56] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007510 10.0.0.254 - - [2025-05-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003543 10.0.0.254 - - [2025-05-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.254 - - [2025-05-19 02:12:56] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.254 - - [2025-05-19 02:12:56] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.025317 10.0.0.254 - - [2025-05-19 02:12:56] "POST /network-policys HTTP/1.1" 200 549 0.021773 10.0.0.254 - - [2025-05-19 02:12:56] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004611 10.0.0.254 - - [2025-05-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.254 - - [2025-05-19 02:12:56] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005602 10.0.0.254 - - [2025-05-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.254 - - [2025-05-19 02:12:56] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003667 10.0.0.254 - - [2025-05-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.005802 10.0.0.254 - - [2025-05-19 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.033582 10.0.0.254 - - [2025-05-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.254 - - [2025-05-19 02:12:56] "POST /access-control-lists HTTP/1.1" 200 603 0.061676 10.0.0.254 - - [2025-05-19 02:12:57] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003689 10.0.0.254 - - [2025-05-19 02:12:57] "POST /neutron/network HTTP/1.1" 200 919 0.006861 10.0.0.254 - - [2025-05-19 02:12:57] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004754 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.254 - - [2025-05-19 02:12:57] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003567 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.254 - - [2025-05-19 02:12:57] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005671 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.254 - - [2025-05-19 02:12:57] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003591 10.0.0.254 - - [2025-05-19 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.034263 10.0.0.254 - - [2025-05-19 02:12:57] "PUT /access-control-list/113fbac8-d3f3-4c1d-b0ef-b5e7f75b7275 HTTP/1.1" 200 273 0.013489 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 244 0.003028 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.254 - - [2025-05-19 02:12:57] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.028099 10.0.0.254 - - [2025-05-19 02:12:57] "POST /access-control-lists HTTP/1.1" 200 606 0.061162 10.0.0.254 - - [2025-05-19 02:12:57] "POST /neutron/network HTTP/1.1" 200 920 0.009597 10.0.0.254 - - [2025-05-19 02:12:57] "POST /routing-instances HTTP/1.1" 200 761 0.026550 10.0.0.254 - - [2025-05-19 02:12:57] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005369 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.254 - - [2025-05-19 02:12:57] "POST /route-targets HTTP/1.1" 200 328 0.008856 10.0.0.254 - - [2025-05-19 02:12:57] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003570 10.0.0.254 - - [2025-05-19 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.009712 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.254 - - [2025-05-19 02:12:57] "GET /routing-instance/dd30cb19-a7bd-424a-8532-ea9464968555?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003727 10.0.0.254 - - [2025-05-19 02:12:57] "GET /service-template/1ed996d8-94d8-4870-8c4c-2b6e812789ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003709 10.0.0.254 - - [2025-05-19 02:12:57] "GET /routing-instance/dd30cb19-a7bd-424a-8532-ea9464968555?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003503 10.0.0.254 - - [2025-05-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.254 - - [2025-05-19 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.009450 10.0.0.254 - - [2025-05-19 02:12:57] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001690 10.0.0.254 - - [2025-05-19 02:12:57] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.031243 10.0.0.254 - - [2025-05-19 02:12:57] "POST /routing-instances HTTP/1.1" 200 762 0.017219 10.0.0.254 - - [2025-05-19 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.254 - - [2025-05-19 02:12:58] "POST /route-targets HTTP/1.1" 200 328 0.011714 10.0.0.254 - - [2025-05-19 02:12:58] "GET /service-instance/6f710db5-c9a3-4df4-873d-acc9adae6128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3536 0.005499 10.0.0.254 - - [2025-05-19 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.010404 10.0.0.254 - - [2025-05-19 02:12:58] "GET /domains HTTP/1.1" 200 281 0.002395 10.0.0.254 - - [2025-05-19 02:12:58] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.254 - - [2025-05-19 02:12:58] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2783 0.008557 10.0.0.254 - - [2025-05-19 02:12:58] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.254 - - [2025-05-19 02:12:58] "GET /routing-instance/9c666a23-7840-4111-a654-f5d7da98cc44?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003548 10.0.0.254 - - [2025-05-19 02:12:58] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 4247 0.065367 10.0.0.254 - - [2025-05-19 02:12:58] "GET /routing-instance/9c666a23-7840-4111-a654-f5d7da98cc44?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.005780 10.0.0.254 - - [2025-05-19 02:12:58] "GET /service-instance/6f710db5-c9a3-4df4-873d-acc9adae6128 HTTP/1.1" 200 3791 0.004597 10.0.0.254 - - [2025-05-19 02:12:58] "GET /domains HTTP/1.1" 200 281 0.002012 10.0.0.254 - - [2025-05-19 02:12:58] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.254 - - [2025-05-19 02:12:58] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2783 0.006966 10.0.0.254 - - [2025-05-19 02:12:58] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.254 - - [2025-05-19 02:12:58] "PUT /routing-instance/dd30cb19-a7bd-424a-8532-ea9464968555 HTTP/1.1" 200 267 0.009169 10.0.0.254 - - [2025-05-19 02:12:58] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 4247 0.069572 10.0.0.254 - - [2025-05-19 02:12:58] "GET /service-instance/6f710db5-c9a3-4df4-873d-acc9adae6128 HTTP/1.1" 200 3791 0.005071 10.0.0.254 - - [2025-05-19 02:12:58] "GET /port-tuple/3d39b1c3-5640-40f0-925a-fd3dacfe03d6 HTTP/1.1" 200 1983 0.004891 10.0.0.254 - - [2025-05-19 02:12:58] "PUT /routing-instance/9c666a23-7840-4111-a654-f5d7da98cc44 HTTP/1.1" 200 267 0.014645 10.0.0.254 - - [2025-05-19 02:12:58] "GET /virtual-machine-interface/04eae613-28fc-4895-89a7-9f5a87114595 HTTP/1.1" 200 3805 0.010294 10.0.0.254 - - [2025-05-19 02:12:58] "GET /virtual-machine-interface/2bdf2064-1af0-4897-b804-59ec1a4cb4c8 HTTP/1.1" 200 3813 0.007171 10.0.0.254 - - [2025-05-19 02:12:58] "GET /virtual-machine-interface/a6026007-ab0a-42d2-a587-d5c6dde4dcd7 HTTP/1.1" 200 3826 0.007220 10.0.0.254 - - [2025-05-19 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.011779 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/port HTTP/1.1" 200 3829 0.048665 10.0.0.254 - - [2025-05-19 02:12:58] "PUT /access-control-list/8d6d3a95-9f30-47ce-a21f-643dd4cc3cfa HTTP/1.1" 200 273 0.012998 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007720 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/port HTTP/1.1" 200 3829 0.032316 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005897 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/port HTTP/1.1" 200 3829 0.033915 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006113 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/port HTTP/1.1" 200 3829 0.031141 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006453 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/network HTTP/1.1" 200 893 0.011931 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/network HTTP/1.1" 200 919 0.004899 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/network HTTP/1.1" 200 806 0.011478 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/network HTTP/1.1" 200 832 0.005860 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/network HTTP/1.1" 200 894 0.011678 10.0.0.254 - - [2025-05-19 02:12:58] "POST /neutron/network HTTP/1.1" 200 920 0.005221 10.0.0.254 - - [2025-05-19 02:12:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001188 10.0.0.254 - - [2025-05-19 02:12:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001075 10.0.0.254 - - [2025-05-19 02:12:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001352 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine/58a594ad-356d-40e9-8f49-8224ab784e0d HTTP/1.1" 200 1806 0.003857 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine-interface/04eae613-28fc-4895-89a7-9f5a87114595 HTTP/1.1" 200 3805 0.005605 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine-interface/2bdf2064-1af0-4897-b804-59ec1a4cb4c8 HTTP/1.1" 200 3813 0.004925 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine-interface/a6026007-ab0a-42d2-a587-d5c6dde4dcd7 HTTP/1.1" 200 3826 0.004748 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/0f2763ef-db6b-4088-92aa-2da6d027faa2 HTTP/1.1" 200 1623 0.004431 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/833135d3-6755-4d42-ae77-338d28a97436 HTTP/1.1" 200 1958 0.003165 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/fb733b21-f7e2-4dad-81e0-79808ec751fc HTTP/1.1" 200 1960 0.003441 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/5ef4f382-1eb2-418a-bffe-3fc995a980f7 HTTP/1.1" 200 1962 0.003201 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/6d90d2e3-294c-41f5-a80d-28a56e870ea5 HTTP/1.1" 200 1623 0.004279 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/d56641e4-f201-48fe-83ae-42f4ba3289be HTTP/1.1" 200 1964 0.004360 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/0dfeaaff-4374-48cf-9b20-d07c5f267160 HTTP/1.1" 200 1982 0.003746 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/20d6d57a-fa45-4c8d-aa6f-8f23edf4ceda HTTP/1.1" 200 1624 0.004940 10.0.0.254 - - [2025-05-19 02:12:59] "GET /instance-ip/36ee6843-dee5-4b8b-9cfc-9572d55489f6 HTTP/1.1" 200 1984 0.003612 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/port HTTP/1.1" 200 3829 0.031348 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007441 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/port HTTP/1.1" 200 3829 0.036152 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006749 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/port HTTP/1.1" 200 3829 0.032245 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006223 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/port HTTP/1.1" 200 3829 0.042877 10.0.0.254 - - [2025-05-19 02:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009032 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine/58a594ad-356d-40e9-8f49-8224ab784e0d HTTP/1.1" 200 1806 0.004941 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine-interface/04eae613-28fc-4895-89a7-9f5a87114595 HTTP/1.1" 200 3805 0.006295 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine-interface/2bdf2064-1af0-4897-b804-59ec1a4cb4c8 HTTP/1.1" 200 3813 0.005285 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-machine-interface/a6026007-ab0a-42d2-a587-d5c6dde4dcd7 HTTP/1.1" 200 3826 0.005436 10.0.0.254 - - [2025-05-19 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.254 - - [2025-05-19 02:12:59] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003170 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003183 10.0.0.254 - - [2025-05-19 02:12:59] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006088 10.0.0.254 - - [2025-05-19 02:13:00] "GET /obj-perms HTTP/1.1" 200 5075 0.047677 10.0.0.254 - - [2025-05-19 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.254 - - [2025-05-19 02:13:00] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002970 10.0.0.254 - - [2025-05-19 02:13:00] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003123 10.0.0.254 - - [2025-05-19 02:13:00] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005970 10.0.0.254 - - [2025-05-19 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.254 - - [2025-05-19 02:13:01] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003645 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003347 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007344 10.0.0.254 - - [2025-05-19 02:13:01] "GET /obj-perms HTTP/1.1" 200 5075 0.046180 10.0.0.254 - - [2025-05-19 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.254 - - [2025-05-19 02:13:01] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003539 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003060 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005411 10.0.0.254 - - [2025-05-19 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.254 - - [2025-05-19 02:13:01] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004208 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003042 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007035 10.0.0.254 - - [2025-05-19 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.254 - - [2025-05-19 02:13:01] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003031 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002899 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006872 10.0.0.254 - - [2025-05-19 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.254 - - [2025-05-19 02:13:01] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003473 10.0.0.254 - - [2025-05-19 02:13:01] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003628 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005582 10.0.0.254 - - [2025-05-19 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.254 - - [2025-05-19 02:13:02] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003760 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003111 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006575 10.0.0.254 - - [2025-05-19 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.254 - - [2025-05-19 02:13:02] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003535 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003029 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-network/2cbeadb8-777e-4bfe-8137-0206a0faa3de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006078 10.0.0.254 - - [2025-05-19 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.254 - - [2025-05-19 02:13:02] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003105 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003144 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005614 10.0.0.254 - - [2025-05-19 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.254 - - [2025-05-19 02:13:02] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004246 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003068 10.0.0.254 - - [2025-05-19 02:13:02] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006031 10.0.0.254 - - [2025-05-19 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.254 - - [2025-05-19 02:13:02] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003880 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003336 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005541 10.0.0.254 - - [2025-05-19 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.254 - - [2025-05-19 02:13:03] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003610 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-networks?parent_id=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003183 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005696 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-machine/58a594ad-356d-40e9-8f49-8224ab784e0d HTTP/1.1" 200 1806 0.005106 10.0.0.254 - - [2025-05-19 02:13:03] "GET /domains HTTP/1.1" 200 281 0.003388 10.0.0.254 - - [2025-05-19 02:13:03] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001694 10.0.0.254 - - [2025-05-19 02:13:03] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2783 0.010629 10.0.0.254 - - [2025-05-19 02:13:03] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.254 - - [2025-05-19 02:13:03] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 4247 0.072747 10.0.0.254 - - [2025-05-19 02:13:03] "GET /service-instance/6f710db5-c9a3-4df4-873d-acc9adae6128 HTTP/1.1" 200 3791 0.004236 10.0.0.254 - - [2025-05-19 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.254 - - [2025-05-19 02:13:03] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003792 10.0.0.254 - - [2025-05-19 02:13:03] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005493 10.0.0.254 - - [2025-05-19 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.254 - - [2025-05-19 02:13:03] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.006089 10.0.0.254 - - [2025-05-19 02:13:03] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.006117 10.0.0.254 - - [2025-05-19 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005599 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?fields=routing_instances HTTP/1.1" 200 1687 0.007300 10.0.0.254 - - [2025-05-19 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.254 - - [2025-05-19 02:13:03] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006077 10.0.0.254 - - [2025-05-19 02:13:04] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?fields=routing_instances HTTP/1.1" 200 1691 0.006962 10.0.0.254 - - [2025-05-19 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.034968 10.0.0.254 - - [2025-05-19 02:13:08] "POST /neutron/network HTTP/1.1" 200 832 0.008183 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /access-control-list/8d6d3a95-9f30-47ce-a21f-643dd4cc3cfa HTTP/1.1" 200 115 0.039620 10.0.0.254 - - [2025-05-19 02:13:08] "GET /virtual-network/38c4a9e4-a4a0-4e71-8f8f-0456d9feec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006860 10.0.0.254 - - [2025-05-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /routing-instance/dd30cb19-a7bd-424a-8532-ea9464968555 HTTP/1.1" 200 115 0.022456 10.0.0.254 - - [2025-05-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.254 - - [2025-05-19 02:13:08] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004229 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /route-target/9ca80e83-78bd-4a3a-b171-03d0d428a541 HTTP/1.1" 200 115 0.016612 10.0.0.254 - - [2025-05-19 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.037473 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /routing-instance/9c666a23-7840-4111-a654-f5d7da98cc44 HTTP/1.1" 200 115 0.044519 10.0.0.254 - - [2025-05-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.254 - - [2025-05-19 02:13:08] "POST /neutron/network HTTP/1.1" 200 831 0.007022 10.0.0.254 - - [2025-05-19 02:13:08] "GET /virtual-network/aac2e312-b474-4548-b1ad-5937d20cbe0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005034 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /route-target/a85c2c0f-7eae-434e-8a3c-58a8c14fc488 HTTP/1.1" 200 115 0.017691 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /access-control-list/113fbac8-d3f3-4c1d-b0ef-b5e7f75b7275 HTTP/1.1" 200 115 0.023840 10.0.0.254 - - [2025-05-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.254 - - [2025-05-19 02:13:08] "GET /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003914 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /network-policy/d25143b2-011c-4158-83ce-7e18cdb6fc50 HTTP/1.1" 200 115 0.021908 10.0.0.254 - - [2025-05-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /service-instance/6f710db5-c9a3-4df4-873d-acc9adae6128 HTTP/1.1" 200 115 0.044034 10.0.0.254 - - [2025-05-19 02:13:08] "GET /domains HTTP/1.1" 200 281 0.002275 10.0.0.254 - - [2025-05-19 02:13:08] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.254 - - [2025-05-19 02:13:08] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2783 0.007919 10.0.0.254 - - [2025-05-19 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.017265 10.0.0.254 - - [2025-05-19 02:13:08] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /instance-ip/0dfeaaff-4374-48cf-9b20-d07c5f267160 HTTP/1.1" 200 115 0.029906 10.0.0.254 - - [2025-05-19 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.254 - - [2025-05-19 02:13:08] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 3771 0.075074 10.0.0.254 - - [2025-05-19 02:13:08] "GET /virtual-machine/58a594ad-356d-40e9-8f49-8224ab784e0d HTTP/1.1" 200 1806 0.003970 10.0.0.254 - - [2025-05-19 02:13:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002561 10.0.0.254 - - [2025-05-19 02:13:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002112 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /instance-ip/d56641e4-f201-48fe-83ae-42f4ba3289be HTTP/1.1" 200 115 0.021601 10.0.0.254 - - [2025-05-19 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.009000 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /instance-ip/fb733b21-f7e2-4dad-81e0-79808ec751fc HTTP/1.1" 200 115 0.020484 10.0.0.254 - - [2025-05-19 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.009256 10.0.0.254 - - [2025-05-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /service-template/1ed996d8-94d8-4870-8c4c-2b6e812789ec HTTP/1.1" 200 115 0.020588 10.0.0.254 - - [2025-05-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004099 10.0.0.254 - - [2025-05-19 02:13:08] "DELETE /instance-ip/5ef4f382-1eb2-418a-bffe-3fc995a980f7 HTTP/1.1" 200 115 0.023466 10.0.0.254 - - [2025-05-19 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.012542 10.0.0.254 - - [2025-05-19 02:13:09] "DELETE /instance-ip/36ee6843-dee5-4b8b-9cfc-9572d55489f6 HTTP/1.1" 200 115 0.020020 10.0.0.254 - - [2025-05-19 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008814 10.0.0.254 - - [2025-05-19 02:13:09] "DELETE /instance-ip/833135d3-6755-4d42-ae77-338d28a97436 HTTP/1.1" 200 115 0.028422 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/network HTTP/1.1" 200 832 0.007488 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/network HTTP/1.1" 400 204 0.010860 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 1084 0.016907 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 1110 0.014524 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 1085 0.022667 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 1111 0.017880 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 151 0.146196 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 151 0.137795 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 3022 0.036635 10.0.0.254 - - [2025-05-19 02:13:09] "POST /neutron/port HTTP/1.1" 200 1111 0.010109 10.0.0.254 - - [2025-05-19 02:13:10] "POST /neutron/port HTTP/1.1" 200 151 0.110733 10.0.0.254 - - [2025-05-19 02:13:10] "POST /neutron/port HTTP/1.1" 200 1112 0.008918 10.0.0.254 - - [2025-05-19 02:13:10] "POST /neutron/port HTTP/1.1" 200 151 0.099722 10.0.0.254 - - [2025-05-19 02:13:10] "POST /neutron/port HTTP/1.1" 200 1110 0.009165 10.0.0.254 - - [2025-05-19 02:13:10] "POST /neutron/port HTTP/1.1" 200 151 0.094921 10.0.0.254 - - [2025-05-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 832 0.005720 10.0.0.254 - - [2025-05-19 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007793 10.0.0.254 - - [2025-05-19 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.254 - - [2025-05-19 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003420 10.0.0.254 - - [2025-05-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 151 0.090235 10.0.0.254 - - [2025-05-19 02:13:11] "DELETE /route-target/7cae9efa-2836-4b85-aef0-94734aeab9a9 HTTP/1.1" 200 115 0.021672 10.0.0.254 - - [2025-05-19 02:13:11] "GET /routing-instance/56ab7bee-c04f-49a9-bad2-5dbb665ee5b0 HTTP/1.1" 404 171 0.003036 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domains HTTP/1.1" 200 281 0.002345 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.054951 10.0.0.254 - - [2025-05-19 02:13:11] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.254 - - [2025-05-19 02:13:11] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2304 0.073607 10.0.0.254 - - [2025-05-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 831 0.005683 10.0.0.254 - - [2025-05-19 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002988 10.0.0.254 - - [2025-05-19 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.254 - - [2025-05-19 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002069 10.0.0.254 - - [2025-05-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 151 0.082291 10.0.0.254 - - [2025-05-19 02:13:11] "GET /routing-instance/b096c48c-3b62-4b69-ab96-3ff63ecd0924 HTTP/1.1" 404 171 0.001964 10.0.0.254 - - [2025-05-19 02:13:11] "DELETE /route-target/506d0266-bbad-471c-b558-f2f552e94f97 HTTP/1.1" 200 115 0.016813 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domains HTTP/1.1" 200 281 0.002085 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.048057 10.0.0.254 - - [2025-05-19 02:13:11] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001733 10.0.0.254 - - [2025-05-19 02:13:11] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 2085 0.074807 10.0.0.254 - - [2025-05-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 832 0.006521 10.0.0.254 - - [2025-05-19 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.254 - - [2025-05-19 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.254 - - [2025-05-19 02:13:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003061 10.0.0.254 - - [2025-05-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 151 0.080541 10.0.0.254 - - [2025-05-19 02:13:11] "DELETE /route-target/e551df46-c8ce-4cac-bcc3-124397682d49 HTTP/1.1" 200 115 0.018377 10.0.0.254 - - [2025-05-19 02:13:11] "GET /routing-instance/8d5e5b93-019f-4178-885b-44f675fdad12 HTTP/1.1" 404 171 0.002667 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domains HTTP/1.1" 200 281 0.002564 10.0.0.254 - - [2025-05-19 02:13:11] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001564 10.0.0.254 - - [2025-05-19 02:13:12] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2582 0.054816 10.0.0.254 - - [2025-05-19 02:13:12] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001688 10.0.0.254 - - [2025-05-19 02:13:12] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 1844 0.066014 10.0.0.254 - - [2025-05-19 02:13:12] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.254 - - [2025-05-19 02:13:12] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026354 10.0.0.254 - - [2025-05-19 02:13:12] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.254 - - [2025-05-19 02:13:12] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?fields=virtual_networks HTTP/1.1" 200 1029 0.067698 10.0.0.254 - - [2025-05-19 02:13:12] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.254 - - [2025-05-19 02:13:12] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026166 10.0.0.254 - - [2025-05-19 02:13:12] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.254 - - [2025-05-19 02:13:12] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?fields=security_groups HTTP/1.1" 200 1254 0.025978 10.0.0.254 - - [2025-05-19 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.023936 10.0.0.254 - - [2025-05-19 02:13:13] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002578 10.0.0.254 - - [2025-05-19 02:13:13] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.254 - - [2025-05-19 02:13:13] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007119 10.0.0.254 - - [2025-05-19 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.001335 10.0.0.254 - - [2025-05-19 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.003687 10.0.0.254 - - [2025-05-19 02:13:13] "POST /security-groups HTTP/1.1" 200 592 0.063224 10.0.0.254 - - [2025-05-19 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.002362 10.0.0.254 - - [2025-05-19 02:13:13] "POST /projects HTTP/1.1" 200 587 0.215409 10.0.0.254 - - [2025-05-19 02:13:13] "POST /access-control-lists HTTP/1.1" 200 599 0.059168 10.0.0.254 - - [2025-05-19 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.282473 10.0.0.254 - - [2025-05-19 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002701 10.0.0.254 - - [2025-05-19 02:13:13] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.402643 10.0.0.254 - - [2025-05-19 02:13:13] "POST /access-control-lists HTTP/1.1" 200 597 0.059520 10.0.0.254 - - [2025-05-19 02:13:14] "GET / HTTP/1.1" 200 36215 0.002054 10.0.0.254 - - [2025-05-19 02:13:16] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000605 10.0.0.254 - - [2025-05-19 02:13:16] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.254 - - [2025-05-19 02:13:16] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055483 10.0.0.254 - - [2025-05-19 02:13:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.002345 10.0.0.254 - - [2025-05-19 02:13:16] "POST /virtual-DNSs HTTP/1.1" 200 509 0.018881 10.0.0.254 - - [2025-05-19 02:13:16] "GET /virtual-DNS/0e28333a-cebd-4af9-9a93-db05851b6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004550 10.0.0.254 - - [2025-05-19 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.254 - - [2025-05-19 02:13:16] "GET /virtual-DNS/0e28333a-cebd-4af9-9a93-db05851b6f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003581 10.0.0.254 - - [2025-05-19 02:13:16] "GET /domains HTTP/1.1" 401 293 0.000452 10.0.0.254 - - [2025-05-19 02:13:17] "GET /domains HTTP/1.1" 200 281 0.026199 10.0.0.254 - - [2025-05-19 02:13:17] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001580 10.0.0.254 - - [2025-05-19 02:13:17] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2971 0.009467 10.0.0.254 - - [2025-05-19 02:13:17] "GET /virtual-DNS/0e28333a-cebd-4af9-9a93-db05851b6f56 HTTP/1.1" 200 1439 0.003772 10.0.0.254 - - [2025-05-19 02:13:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002153 10.0.0.254 - - [2025-05-19 02:13:17] "POST /network-ipams HTTP/1.1" 200 516 0.017606 10.0.0.254 - - [2025-05-19 02:13:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002907 10.0.0.254 - - [2025-05-19 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.254 - - [2025-05-19 02:13:17] "GET /network-ipam/268f6c2f-07c7-4504-bcc7-a2c411b2e4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.006545 10.0.0.254 - - [2025-05-19 02:13:17] "PUT /network-ipam/268f6c2f-07c7-4504-bcc7-a2c411b2e4be HTTP/1.1" 200 259 0.011313 10.0.0.254 - - [2025-05-19 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.009080 10.0.0.254 - - [2025-05-19 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.254 - - [2025-05-19 02:13:17] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.254 - - [2025-05-19 02:13:17] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025216 10.0.0.254 - - [2025-05-19 02:13:17] "POST /neutron/network HTTP/1.1" 200 117 0.033375 10.0.0.254 - - [2025-05-19 02:13:17] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.254 - - [2025-05-19 02:13:17] "POST /neutron/network HTTP/1.1" 200 618 0.080137 10.0.0.254 - - [2025-05-19 02:13:17] "POST /route-targets HTTP/1.1" 200 328 0.010104 10.0.0.254 - - [2025-05-19 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.015404 10.0.0.254 - - [2025-05-19 02:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008813 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 711 0.210735 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/network HTTP/1.1" 200 833 0.005846 10.0.0.254 - - [2025-05-19 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001360 10.0.0.254 - - [2025-05-19 02:13:18] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005338 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/network HTTP/1.1" 200 833 0.005741 10.0.0.254 - - [2025-05-19 02:13:18] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005250 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/network HTTP/1.1" 200 833 0.006415 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/subnet HTTP/1.1" 200 711 0.007054 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/network HTTP/1.1" 200 807 0.010092 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/network HTTP/1.1" 200 833 0.005480 10.0.0.254 - - [2025-05-19 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001621 10.0.0.254 - - [2025-05-19 02:13:18] "POST /neutron/network HTTP/1.1" 200 843 0.005933 10.0.0.254 - - [2025-05-19 02:13:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000598 10.0.0.254 - - [2025-05-19 02:13:18] "GET / HTTP/1.1" 200 36215 0.001898 10.0.0.254 - - [2025-05-19 02:13:18] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000508 10.0.0.254 - - [2025-05-19 02:13:19] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.254 - - [2025-05-19 02:13:19] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045222 10.0.0.254 - - [2025-05-19 02:13:19] "POST /neutron/network HTTP/1.1" 200 833 0.005419 10.0.0.254 - - [2025-05-19 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.005090 10.0.0.254 - - [2025-05-19 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.004909 10.0.0.254 - - [2025-05-19 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.005231 10.0.0.254 - - [2025-05-19 02:13:19] "POST /neutron/network HTTP/1.1" 200 843 0.008014 10.0.0.254 - - [2025-05-19 02:13:19] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 1058 0.244294 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 1058 0.009451 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 1058 0.011261 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 1112 0.063481 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 1086 0.016382 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003173 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.010842 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.254 - - [2025-05-19 02:13:20] "POST /neutron/network HTTP/1.1" 200 833 0.005463 10.0.0.254 - - [2025-05-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015004 10.0.0.254 - - [2025-05-19 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006348 10.0.0.254 - - [2025-05-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016799 10.0.0.254 - - [2025-05-19 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006294 10.0.0.254 - - [2025-05-19 02:13:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016046 10.0.0.254 - - [2025-05-19 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006020 10.0.0.254 - - [2025-05-19 02:13:24] "GET /virtual-machine/8ea0f5e3-781a-45d1-bc71-a653b75f3ee7 HTTP/1.1" 200 1296 0.007062 10.0.0.254 - - [2025-05-19 02:13:24] "GET /virtual-machine-interface/3d0243c8-a3d9-44af-a99c-f929763b6851 HTTP/1.1" 200 2970 0.007513 10.0.0.254 - - [2025-05-19 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.254 - - [2025-05-19 02:13:24] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004500 10.0.0.254 - - [2025-05-19 02:13:24] "GET /virtual-networks?parent_id=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003555 10.0.0.254 - - [2025-05-19 02:13:24] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005893 10.0.0.254 - - [2025-05-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.254 - - [2025-05-19 02:13:28] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005267 10.0.0.254 - - [2025-05-19 02:13:29] "POST /neutron/port HTTP/1.1" 200 1086 0.015329 10.0.0.254 - - [2025-05-19 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007600 10.0.0.254 - - [2025-05-19 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.254 - - [2025-05-19 02:13:30] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003353 10.0.0.254 - - [2025-05-19 02:13:30] "GET /virtual-networks?parent_id=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003422 10.0.0.254 - - [2025-05-19 02:13:30] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005458 10.0.0.254 - - [2025-05-19 02:13:30] "POST /neutron/port HTTP/1.1" 200 1086 0.014941 10.0.0.254 - - [2025-05-19 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006604 10.0.0.254 - - [2025-05-19 02:13:39] "POST /neutron/network HTTP/1.1" 200 807 0.012774 10.0.0.254 - - [2025-05-19 02:13:39] "POST /neutron/network HTTP/1.1" 200 833 0.006164 10.0.0.254 - - [2025-05-19 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001549 10.0.0.254 - - [2025-05-19 02:13:39] "POST /neutron/port HTTP/1.1" 200 1086 0.026662 10.0.0.254 - - [2025-05-19 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005879 10.0.0.254 - - [2025-05-19 02:13:40] "POST /neutron/network HTTP/1.1" 200 843 0.006047 10.0.0.254 - - [2025-05-19 02:13:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000486 10.0.0.254 - - [2025-05-19 02:13:40] "GET / HTTP/1.1" 200 36215 0.002023 10.0.0.254 - - [2025-05-19 02:13:40] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000429 10.0.0.254 - - [2025-05-19 02:13:40] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.254 - - [2025-05-19 02:13:40] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049855 10.0.0.254 - - [2025-05-19 02:13:40] "POST /neutron/network HTTP/1.1" 200 833 0.005547 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 1086 0.017414 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006756 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.004852 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.004831 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/network HTTP/1.1" 200 843 0.007007 10.0.0.254 - - [2025-05-19 02:13:41] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 1058 0.185733 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 1058 0.009529 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 1058 0.009224 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 1112 0.060675 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 1086 0.015596 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003530 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.010949 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.254 - - [2025-05-19 02:13:41] "POST /neutron/network HTTP/1.1" 200 833 0.005745 10.0.0.254 - - [2025-05-19 02:13:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015307 10.0.0.254 - - [2025-05-19 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006735 10.0.0.254 - - [2025-05-19 02:13:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015290 10.0.0.254 - - [2025-05-19 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006020 10.0.0.254 - - [2025-05-19 02:13:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015614 10.0.0.254 - - [2025-05-19 02:13:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006307 10.0.0.254 - - [2025-05-19 02:13:46] "GET /virtual-machine/c7c82800-881a-487c-8fb7-d875b91a44e4 HTTP/1.1" 200 1296 0.004473 10.0.0.254 - - [2025-05-19 02:13:46] "GET /virtual-machine-interface/2f410e81-24a1-4ae5-868c-84a43a0dcd83 HTTP/1.1" 200 2969 0.005083 10.0.0.254 - - [2025-05-19 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.254 - - [2025-05-19 02:13:46] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003011 10.0.0.254 - - [2025-05-19 02:13:46] "GET /virtual-networks?parent_id=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003033 10.0.0.254 - - [2025-05-19 02:13:46] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005567 10.0.0.254 - - [2025-05-19 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.254 - - [2025-05-19 02:13:49] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007344 10.0.0.254 - - [2025-05-19 02:13:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015482 10.0.0.254 - - [2025-05-19 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006505 10.0.0.254 - - [2025-05-19 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.254 - - [2025-05-19 02:13:51] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003155 10.0.0.254 - - [2025-05-19 02:13:51] "GET /virtual-networks?parent_id=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003079 10.0.0.254 - - [2025-05-19 02:13:51] "GET /virtual-network/2be41dbf-d21c-4bc8-8d28-b43fbac33da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005373 10.0.0.254 - - [2025-05-19 02:13:52] "POST /neutron/port HTTP/1.1" 200 1086 0.014379 10.0.0.254 - - [2025-05-19 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005977 10.0.0.254 - - [2025-05-19 02:13:54] "DELETE /project/ea03bd6ddbdf4e6994012d27bcbf394a HTTP/1.1" 404 173 0.009891 10.0.0.254 - - [2025-05-19 02:13:54] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.254 - - [2025-05-19 02:13:54] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.033836 10.0.0.254 - - [2025-05-19 02:13:54] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.254 - - [2025-05-19 02:13:54] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?fields=security_groups HTTP/1.1" 200 1356 0.068875 10.0.0.254 - - [2025-05-19 02:13:54] "DELETE /security-group/5ee123af-6f01-47a5-8c68-7b8db49e0c83 HTTP/1.1" 200 115 0.040388 10.0.0.254 - - [2025-05-19 02:13:54] "GET /projects?obj_uuids=46f22a59-c6de-4681-bbd0-83011b2e1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.254 - - [2025-05-19 02:13:54] "DELETE /access-control-list/7df03bf5-f463-478d-8b2e-a676f045d83c HTTP/1.1" 200 115 0.035703 10.0.0.254 - - [2025-05-19 02:13:54] "GET /project/46f22a59-c6de-4681-bbd0-83011b2e1b86?fields=application_policy_sets HTTP/1.1" 200 1395 0.043120 10.0.0.254 - - [2025-05-19 02:13:54] "DELETE /access-control-list/f1bbb957-efa8-4eca-a2a9-252871842826 HTTP/1.1" 200 115 0.034199 10.0.0.254 - - [2025-05-19 02:13:54] "DELETE /project/46f22a59-c6de-4681-bbd0-83011b2e1b86 HTTP/1.1" 200 115 0.334456 10.0.0.254 - - [2025-05-19 02:13:57] "GET /global-system-configs HTTP/1.1" 200 323 0.042627 10.0.0.254 - - [2025-05-19 02:13:57] "GET /obj-perms HTTP/1.1" 200 5075 0.077904 10.0.0.254 - - [2025-05-19 02:13:58] "GET /global-system-configs HTTP/1.1" 200 323 0.029073 10.0.0.254 - - [2025-05-19 02:13:58] "GET /obj-perms HTTP/1.1" 200 5075 0.061939 10.0.0.254 - - [2025-05-19 02:14:01] "GET /obj-perms HTTP/1.1" 200 5075 0.046831 10.0.0.254 - - [2025-05-19 02:14:02] "GET /obj-perms HTTP/1.1" 200 5075 0.049639 10.0.0.254 - - [2025-05-19 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.254 - - [2025-05-19 02:14:02] "DELETE /virtual-DNS/0e28333a-cebd-4af9-9a93-db05851b6f56 HTTP/1.1" 409 236 0.006402 10.0.0.254 - - [2025-05-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.002893 10.0.0.254 - - [2025-05-19 02:14:03] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015318 10.0.0.254 - - [2025-05-19 02:14:03] "GET /virtual-DNS-record/ec7a6899-6977-484f-bc03-e4761999dcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005083 10.0.0.254 - - [2025-05-19 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.254 - - [2025-05-19 02:14:03] "GET /virtual-DNS-record/ec7a6899-6977-484f-bc03-e4761999dcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004344 10.0.0.254 - - [2025-05-19 02:14:03] "GET /domains HTTP/1.1" 200 281 0.002812 10.0.0.254 - - [2025-05-19 02:14:03] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.254 - - [2025-05-19 02:14:03] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2786 0.013398 10.0.0.254 - - [2025-05-19 02:14:03] "GET /virtual-DNS/0e28333a-cebd-4af9-9a93-db05851b6f56 HTTP/1.1" 200 1910 0.008071 10.0.0.254 - - [2025-05-19 02:14:03] "GET /virtual-DNS-record/ec7a6899-6977-484f-bc03-e4761999dcd1 HTTP/1.1" 200 1338 0.002794 10.0.0.254 - - [2025-05-19 02:14:08] "DELETE /virtual-DNS-record/ec7a6899-6977-484f-bc03-e4761999dcd1 HTTP/1.1" 200 115 0.018168 10.0.0.254 - - [2025-05-19 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.003342 10.0.0.254 - - [2025-05-19 02:14:08] "POST /neutron/network HTTP/1.1" 200 833 0.005973 10.0.0.254 - - [2025-05-19 02:14:08] "POST /neutron/network HTTP/1.1" 400 204 0.011268 10.0.0.254 - - [2025-05-19 02:14:09] "POST /neutron/port HTTP/1.1" 200 1086 0.017489 10.0.0.254 - - [2025-05-19 02:14:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008852 10.0.0.254 - - [2025-05-19 02:14:09] "POST /neutron/port HTTP/1.1" 200 1086 0.019736 10.0.0.254 - - [2025-05-19 02:14:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008613 10.0.0.254 - - [2025-05-19 02:14:09] "POST /neutron/port HTTP/1.1" 200 151 0.118818 10.0.0.254 - - [2025-05-19 02:14:09] "POST /neutron/port HTTP/1.1" 200 151 0.108445 10.0.0.254 - - [2025-05-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 833 0.006012 10.0.0.254 - - [2025-05-19 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.254 - - [2025-05-19 02:14:11] "DELETE /route-target/2ed258f0-43f5-4738-9bb1-ab947ea1d5f5 HTTP/1.1" 200 115 0.044196 10.0.0.254 - - [2025-05-19 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002810 10.0.0.254 - - [2025-05-19 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001976 10.0.0.254 - - [2025-05-19 02:14:11] "POST /neutron/network HTTP/1.1" 200 151 0.210773 10.0.0.254 - - [2025-05-19 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.254 - - [2025-05-19 02:14:11] "DELETE /network-ipam/268f6c2f-07c7-4504-bcc7-a2c411b2e4be HTTP/1.1" 200 115 0.027637 10.0.0.254 - - [2025-05-19 02:14:11] "DELETE /virtual-DNS/0e28333a-cebd-4af9-9a93-db05851b6f56 HTTP/1.1" 200 115 0.018954 10.0.0.254 - - [2025-05-19 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.004015 10.0.0.254 - - [2025-05-19 02:14:11] "GET /domains HTTP/1.1" 200 281 0.002713 10.0.0.254 - - [2025-05-19 02:14:11] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.254 - - [2025-05-19 02:14:11] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2585 0.011544 10.0.0.254 - - [2025-05-19 02:14:11] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.254 - - [2025-05-19 02:14:11] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.024083 10.0.0.254 - - [2025-05-19 02:14:11] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.254 - - [2025-05-19 02:14:11] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?fields=virtual_networks HTTP/1.1" 200 1036 0.066742 10.0.0.254 - - [2025-05-19 02:14:11] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.254 - - [2025-05-19 02:14:11] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026691 10.0.0.254 - - [2025-05-19 02:14:11] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.254 - - [2025-05-19 02:14:11] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?fields=security_groups HTTP/1.1" 200 1264 0.024514 10.0.0.254 - - [2025-05-19 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.023505 10.0.0.254 - - [2025-05-19 02:14:12] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002955 10.0.0.254 - - [2025-05-19 02:14:12] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.254 - - [2025-05-19 02:14:12] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008098 10.0.0.254 - - [2025-05-19 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.001854 10.0.0.254 - - [2025-05-19 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003412 10.0.0.254 - - [2025-05-19 02:14:13] "POST /security-groups HTTP/1.1" 200 592 0.064289 10.0.0.254 - - [2025-05-19 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.003412 10.0.0.254 - - [2025-05-19 02:14:13] "POST /projects HTTP/1.1" 200 587 0.218252 10.0.0.254 - - [2025-05-19 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.290625 10.0.0.254 - - [2025-05-19 02:14:13] "POST /access-control-lists HTTP/1.1" 200 599 0.064090 10.0.0.254 - - [2025-05-19 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003031 10.0.0.254 - - [2025-05-19 02:14:13] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.417128 10.0.0.254 - - [2025-05-19 02:14:13] "POST /access-control-lists HTTP/1.1" 200 597 0.059927 10.0.0.254 - - [2025-05-19 02:14:14] "GET / HTTP/1.1" 200 36215 0.002151 10.0.0.254 - - [2025-05-19 02:14:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.254 - - [2025-05-19 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.052027 10.0.0.254 - - [2025-05-19 02:14:15] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.254 - - [2025-05-19 02:14:15] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025472 10.0.0.254 - - [2025-05-19 02:14:15] "POST /neutron/network HTTP/1.1" 200 117 0.027920 10.0.0.254 - - [2025-05-19 02:14:15] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001669 10.0.0.254 - - [2025-05-19 02:14:15] "POST /neutron/network HTTP/1.1" 200 606 0.065763 10.0.0.254 - - [2025-05-19 02:14:15] "POST /route-targets HTTP/1.1" 200 328 0.010732 10.0.0.254 - - [2025-05-19 02:14:15] "POST /ref-update HTTP/1.1" 200 156 0.015113 10.0.0.254 - - [2025-05-19 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.254 - - [2025-05-19 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.178048 10.0.0.254 - - [2025-05-19 02:14:15] "POST /neutron/network HTTP/1.1" 200 827 0.005680 10.0.0.254 - - [2025-05-19 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001274 10.0.0.254 - - [2025-05-19 02:14:15] "GET /virtual-network/9bd263ba-7a45-4b62-a117-d385edd28655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005016 10.0.0.254 - - [2025-05-19 02:14:15] "POST /neutron/network HTTP/1.1" 200 827 0.006245 10.0.0.254 - - [2025-05-19 02:14:15] "GET /virtual-network/9bd263ba-7a45-4b62-a117-d385edd28655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005208 10.0.0.254 - - [2025-05-19 02:14:15] "POST /neutron/network HTTP/1.1" 200 827 0.005970 10.0.0.254 - - [2025-05-19 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.006748 10.0.0.254 - - [2025-05-19 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001235 10.0.0.254 - - [2025-05-19 02:14:16] "POST /neutron/network HTTP/1.1" 200 837 0.005596 10.0.0.254 - - [2025-05-19 02:14:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000413 10.0.0.254 - - [2025-05-19 02:14:16] "GET / HTTP/1.1" 200 36215 0.001842 10.0.0.254 - - [2025-05-19 02:14:16] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000405 10.0.0.254 - - [2025-05-19 02:14:16] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.254 - - [2025-05-19 02:14:16] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049101 10.0.0.254 - - [2025-05-19 02:14:16] "POST /neutron/network HTTP/1.1" 200 827 0.005322 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.005176 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.004957 10.0.0.254 - - [2025-05-19 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001339 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.005450 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 837 0.005569 10.0.0.254 - - [2025-05-19 02:14:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 837 0.005589 10.0.0.254 - - [2025-05-19 02:14:17] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.254 - - [2025-05-19 02:14:17] "GET / HTTP/1.1" 200 36215 0.002873 10.0.0.254 - - [2025-05-19 02:14:17] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000413 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 1063 0.214246 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 1063 0.008698 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 1063 0.008685 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 1117 0.064698 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 1091 0.014914 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004056 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.010602 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.254 - - [2025-05-19 02:14:17] "POST /neutron/network HTTP/1.1" 200 827 0.005051 10.0.0.254 - - [2025-05-19 02:14:17] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.254 - - [2025-05-19 02:14:18] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049792 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 827 0.005859 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/port HTTP/1.1" 200 1091 0.022185 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007151 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.005103 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/port HTTP/1.1" 200 1091 0.015460 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006042 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/network HTTP/1.1" 200 837 0.007141 10.0.0.254 - - [2025-05-19 02:14:18] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/port HTTP/1.1" 200 1063 0.234029 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/port HTTP/1.1" 200 1063 0.012220 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/port HTTP/1.1" 200 1063 0.008507 10.0.0.254 - - [2025-05-19 02:14:18] "POST /neutron/port HTTP/1.1" 200 1117 0.096259 10.0.0.254 - - [2025-05-19 02:14:19] "POST /neutron/port HTTP/1.1" 200 1091 0.015213 10.0.0.254 - - [2025-05-19 02:14:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003680 10.0.0.254 - - [2025-05-19 02:14:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.010190 10.0.0.254 - - [2025-05-19 02:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.254 - - [2025-05-19 02:14:19] "POST /neutron/network HTTP/1.1" 200 827 0.006148 10.0.0.254 - - [2025-05-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 1091 0.015812 10.0.0.254 - - [2025-05-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 1091 0.015469 10.0.0.254 - - [2025-05-19 02:14:21] "POST /neutron/network HTTP/1.1" 200 837 0.005540 10.0.0.254 - - [2025-05-19 02:14:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002895 10.0.0.254 - - [2025-05-19 02:14:21] "POST /neutron/subnet HTTP/1.1" 200 708 0.010435 10.0.0.254 - - [2025-05-19 02:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.254 - - [2025-05-19 02:14:21] "POST /neutron/network HTTP/1.1" 200 827 0.005087 10.0.0.254 - - [2025-05-19 02:14:23] "POST /neutron/port HTTP/1.1" 200 1091 0.015205 10.0.0.254 - - [2025-05-19 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006678 10.0.0.254 - - [2025-05-19 02:14:23] "POST /neutron/port HTTP/1.1" 200 1091 0.018633 10.0.0.254 - - [2025-05-19 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006084 10.0.0.254 - - [2025-05-19 02:14:23] "POST /neutron/port HTTP/1.1" 200 1091 0.015453 10.0.0.254 - - [2025-05-19 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005975 10.0.0.254 - - [2025-05-19 02:14:23] "GET /virtual-machine/77487cc0-cb99-43e1-a9ad-e32914223324 HTTP/1.1" 401 293 0.000493 10.0.0.254 - - [2025-05-19 02:14:23] "GET /virtual-machine/77487cc0-cb99-43e1-a9ad-e32914223324 HTTP/1.1" 200 1295 0.030077 10.0.0.254 - - [2025-05-19 02:14:24] "GET /virtual-machine-interface/dbae2558-4ee5-4bbf-b5ee-25b100c915e0 HTTP/1.1" 200 2953 0.007336 10.0.0.254 - - [2025-05-19 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.254 - - [2025-05-19 02:14:24] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003261 10.0.0.254 - - [2025-05-19 02:14:24] "GET /virtual-networks?parent_id=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002995 10.0.0.254 - - [2025-05-19 02:14:24] "GET /virtual-network/9bd263ba-7a45-4b62-a117-d385edd28655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005786 10.0.0.254 - - [2025-05-19 02:14:27] "POST /neutron/port HTTP/1.1" 200 1091 0.016886 10.0.0.254 - - [2025-05-19 02:14:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005359 10.0.0.254 - - [2025-05-19 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.254 - - [2025-05-19 02:14:27] "GET /virtual-network/9bd263ba-7a45-4b62-a117-d385edd28655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005117 10.0.0.254 - - [2025-05-19 02:14:28] "POST /neutron/port HTTP/1.1" 200 1091 0.016284 10.0.0.254 - - [2025-05-19 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005331 10.0.0.254 - - [2025-05-19 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.254 - - [2025-05-19 02:14:29] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003400 10.0.0.254 - - [2025-05-19 02:14:29] "GET /virtual-networks?parent_id=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003401 10.0.0.254 - - [2025-05-19 02:14:29] "GET /virtual-network/9bd263ba-7a45-4b62-a117-d385edd28655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005475 10.0.0.254 - - [2025-05-19 02:14:29] "POST /neutron/port HTTP/1.1" 200 1091 0.018571 10.0.0.254 - - [2025-05-19 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006749 10.0.0.254 - - [2025-05-19 02:14:29] "POST /neutron/port HTTP/1.1" 200 1091 0.014649 10.0.0.254 - - [2025-05-19 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006540 10.0.0.254 - - [2025-05-19 02:14:29] "POST /neutron/port HTTP/1.1" 200 1091 0.016788 10.0.0.254 - - [2025-05-19 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007293 10.0.0.254 - - [2025-05-19 02:14:29] "GET /virtual-machine/23be68be-8fbc-4020-95ce-b98bb5c0ea69 HTTP/1.1" 200 1295 0.004517 10.0.0.254 - - [2025-05-19 02:14:29] "GET /virtual-machine-interface/78ed82a7-7218-4521-a22f-f06a2dd41b4f HTTP/1.1" 200 2952 0.005119 10.0.0.254 - - [2025-05-19 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.254 - - [2025-05-19 02:14:29] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003142 10.0.0.254 - - [2025-05-19 02:14:30] "GET /virtual-networks?parent_id=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003151 10.0.0.254 - - [2025-05-19 02:14:30] "GET /virtual-network/9bd263ba-7a45-4b62-a117-d385edd28655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005590 10.0.0.254 - - [2025-05-19 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.254 - - [2025-05-19 02:14:31] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003548 10.0.0.254 - - [2025-05-19 02:14:31] "GET /virtual-networks?parent_id=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002982 10.0.0.254 - - [2025-05-19 02:14:31] "GET /virtual-network/9bd263ba-7a45-4b62-a117-d385edd28655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005633 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/network HTTP/1.1" 200 827 0.007542 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/network HTTP/1.1" 400 204 0.010326 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 1091 0.018805 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 1117 0.011068 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 1091 0.028628 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 1117 0.017184 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 151 0.141243 10.0.0.254 - - [2025-05-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 151 0.131246 10.0.0.254 - - [2025-05-19 02:14:38] "POST /neutron/network HTTP/1.1" 200 827 0.005638 10.0.0.254 - - [2025-05-19 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.030863 10.0.0.254 - - [2025-05-19 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002091 10.0.0.254 - - [2025-05-19 02:14:38] "POST /neutron/network HTTP/1.1" 200 151 0.108165 10.0.0.254 - - [2025-05-19 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.044301 10.0.0.254 - - [2025-05-19 02:14:38] "DELETE /route-target/475677cc-0e07-47fa-9143-e202c7105de2 HTTP/1.1" 200 115 0.018517 10.0.0.254 - - [2025-05-19 02:14:38] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.254 - - [2025-05-19 02:14:38] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047950 10.0.0.254 - - [2025-05-19 02:14:38] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.254 - - [2025-05-19 02:14:38] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?fields=virtual_networks HTTP/1.1" 200 1036 0.066989 10.0.0.254 - - [2025-05-19 02:14:38] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001651 10.0.0.254 - - [2025-05-19 02:14:38] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.024724 10.0.0.254 - - [2025-05-19 02:14:38] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.254 - - [2025-05-19 02:14:38] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?fields=security_groups HTTP/1.1" 200 1264 0.026071 10.0.0.254 - - [2025-05-19 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.023487 10.0.0.254 - - [2025-05-19 02:14:39] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002361 10.0.0.254 - - [2025-05-19 02:14:39] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.254 - - [2025-05-19 02:14:39] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031477 10.0.0.254 - - [2025-05-19 02:14:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.001240 10.0.0.254 - - [2025-05-19 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.006386 10.0.0.254 - - [2025-05-19 02:14:40] "POST /security-groups HTTP/1.1" 200 591 0.059514 10.0.0.254 - - [2025-05-19 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002437 10.0.0.254 - - [2025-05-19 02:14:40] "POST /projects HTTP/1.1" 200 585 0.213011 10.0.0.254 - - [2025-05-19 02:14:40] "POST /access-control-lists HTTP/1.1" 200 598 0.062087 10.0.0.254 - - [2025-05-19 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.282860 10.0.0.254 - - [2025-05-19 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 233 0.002885 10.0.0.254 - - [2025-05-19 02:14:40] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.427230 10.0.0.254 - - [2025-05-19 02:14:40] "POST /access-control-lists HTTP/1.1" 200 596 0.059826 10.0.0.254 - - [2025-05-19 02:14:41] "GET / HTTP/1.1" 200 36215 0.002056 10.0.0.254 - - [2025-05-19 02:14:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000558 10.0.0.254 - - [2025-05-19 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.059693 10.0.0.254 - - [2025-05-19 02:14:42] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.254 - - [2025-05-19 02:14:42] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028827 10.0.0.254 - - [2025-05-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 117 0.029743 10.0.0.254 - - [2025-05-19 02:14:42] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002333 10.0.0.254 - - [2025-05-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 625 0.084467 10.0.0.254 - - [2025-05-19 02:14:42] "POST /route-targets HTTP/1.1" 200 328 0.012985 10.0.0.254 - - [2025-05-19 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.014195 10.0.0.254 - - [2025-05-19 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004533 10.0.0.254 - - [2025-05-19 02:14:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.226748 10.0.0.254 - - [2025-05-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 839 0.005461 10.0.0.254 - - [2025-05-19 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.001225 10.0.0.254 - - [2025-05-19 02:14:42] "GET /virtual-network/e84c4157-3417-44e2-928d-e532fcff558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004871 10.0.0.254 - - [2025-05-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 839 0.006474 10.0.0.254 - - [2025-05-19 02:14:42] "GET /virtual-network/e84c4157-3417-44e2-928d-e532fcff558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004988 10.0.0.254 - - [2025-05-19 02:14:42] "POST /neutron/network HTTP/1.1" 200 839 0.005528 10.0.0.254 - - [2025-05-19 02:14:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.006997 10.0.0.254 - - [2025-05-19 02:14:43] "POST /neutron/network HTTP/1.1" 200 839 0.005384 10.0.0.254 - - [2025-05-19 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.001214 10.0.0.254 - - [2025-05-19 02:14:43] "POST /neutron/network HTTP/1.1" 200 849 0.005706 10.0.0.254 - - [2025-05-19 02:14:43] "GET /aaa-mode HTTP/1.1" 401 293 0.000438 10.0.0.254 - - [2025-05-19 02:14:43] "GET / HTTP/1.1" 200 36215 0.002012 10.0.0.254 - - [2025-05-19 02:14:43] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000437 10.0.0.254 - - [2025-05-19 02:14:44] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.254 - - [2025-05-19 02:14:44] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.051190 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/network HTTP/1.1" 200 839 0.028536 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.004847 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.005265 10.0.0.254 - - [2025-05-19 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.254 - - [2025-05-19 02:14:44] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003269 10.0.0.254 - - [2025-05-19 02:14:44] "PUT /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e HTTP/1.1" 200 277 0.008760 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.005227 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/network HTTP/1.1" 200 849 0.005816 10.0.0.254 - - [2025-05-19 02:14:44] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 1055 0.197524 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 1055 0.030308 10.0.0.254 - - [2025-05-19 02:14:44] "POST /neutron/port HTTP/1.1" 200 1055 0.008168 10.0.0.254 - - [2025-05-19 02:14:45] "POST /neutron/port HTTP/1.1" 200 1109 0.057695 10.0.0.254 - - [2025-05-19 02:14:45] "POST /neutron/port HTTP/1.1" 200 1083 0.015183 10.0.0.254 - - [2025-05-19 02:14:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003272 10.0.0.254 - - [2025-05-19 02:14:45] "POST /neutron/subnet HTTP/1.1" 200 675 0.010255 10.0.0.254 - - [2025-05-19 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.254 - - [2025-05-19 02:14:45] "POST /neutron/network HTTP/1.1" 200 839 0.005497 10.0.0.254 - - [2025-05-19 02:14:49] "POST /neutron/port HTTP/1.1" 200 1083 0.017288 10.0.0.254 - - [2025-05-19 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006610 10.0.0.254 - - [2025-05-19 02:14:49] "POST /neutron/port HTTP/1.1" 200 1083 0.015115 10.0.0.254 - - [2025-05-19 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006301 10.0.0.254 - - [2025-05-19 02:14:49] "POST /neutron/port HTTP/1.1" 200 1083 0.015400 10.0.0.254 - - [2025-05-19 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006232 10.0.0.254 - - [2025-05-19 02:14:49] "GET /virtual-machine/b19414f6-7b70-4253-97ec-f7c31757adc4 HTTP/1.1" 401 293 0.000450 10.0.0.254 - - [2025-05-19 02:14:50] "GET /virtual-machine/b19414f6-7b70-4253-97ec-f7c31757adc4 HTTP/1.1" 200 1295 0.027251 10.0.0.254 - - [2025-05-19 02:14:50] "GET /virtual-machine-interface/521e491e-4e52-4bb0-9319-390cd3cbf68f HTTP/1.1" 200 2977 0.005065 10.0.0.254 - - [2025-05-19 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.254 - - [2025-05-19 02:14:50] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003186 10.0.0.254 - - [2025-05-19 02:14:50] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002941 10.0.0.254 - - [2025-05-19 02:14:50] "GET /virtual-network/e84c4157-3417-44e2-928d-e532fcff558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005476 10.0.0.254 - - [2025-05-19 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.254 - - [2025-05-19 02:14:53] "GET /virtual-network/e84c4157-3417-44e2-928d-e532fcff558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005440 10.0.0.254 - - [2025-05-19 02:14:54] "POST /neutron/port HTTP/1.1" 200 1083 0.016225 10.0.0.254 - - [2025-05-19 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005641 10.0.0.254 - - [2025-05-19 02:14:54] "DELETE /project/bac810a581714ce8b1403c311fdcde72 HTTP/1.1" 404 173 0.014253 10.0.0.254 - - [2025-05-19 02:14:54] "DELETE /project/495d889a2e294325bc81c70b63f873ce HTTP/1.1" 404 173 0.010733 10.0.0.254 - - [2025-05-19 02:14:54] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.254 - - [2025-05-19 02:14:54] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.254 - - [2025-05-19 02:14:55] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.038362 10.0.0.254 - - [2025-05-19 02:14:55] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.041162 10.0.0.254 - - [2025-05-19 02:14:55] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.254 - - [2025-05-19 02:14:55] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.254 - - [2025-05-19 02:14:55] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?fields=security_groups HTTP/1.1" 200 1366 0.037616 10.0.0.254 - - [2025-05-19 02:14:55] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?fields=security_groups HTTP/1.1" 200 1366 0.045080 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /security-group/00b710cf-6e5a-4c33-9b18-1ff974fde53e HTTP/1.1" 200 115 0.063483 10.0.0.254 - - [2025-05-19 02:14:55] "GET /projects?obj_uuids=bac810a5-8171-4ce8-b140-3c311fdcde72&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /security-group/088548fe-f8a2-478e-af41-6f548a1ed7ac HTTP/1.1" 200 115 0.064924 10.0.0.254 - - [2025-05-19 02:14:55] "GET /projects?obj_uuids=ea03bd6d-dbdf-4e69-9401-2d27bcbf394a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001259 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /access-control-list/8451d22c-2e78-4b40-839f-093f9e279497 HTTP/1.1" 200 115 0.044806 10.0.0.254 - - [2025-05-19 02:14:55] "GET /project/bac810a5-8171-4ce8-b140-3c311fdcde72?fields=application_policy_sets HTTP/1.1" 200 1405 0.046563 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /access-control-list/29b2089c-5678-470e-afde-a82eab3510f1 HTTP/1.1" 200 115 0.028373 10.0.0.254 - - [2025-05-19 02:14:55] "GET /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a?fields=application_policy_sets HTTP/1.1" 200 1405 0.075897 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /access-control-list/6c84387f-114e-4bcd-823f-03bd4136edb4 HTTP/1.1" 200 115 0.032754 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /access-control-list/cd6cde06-1de6-4b2c-bca7-e642a03ac534 HTTP/1.1" 200 115 0.022288 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /project/bac810a5-8171-4ce8-b140-3c311fdcde72 HTTP/1.1" 200 115 0.413237 10.0.0.254 - - [2025-05-19 02:14:55] "DELETE /project/ea03bd6d-dbdf-4e69-9401-2d27bcbf394a HTTP/1.1" 200 115 0.426773 10.0.0.254 - - [2025-05-19 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.254 - - [2025-05-19 02:14:55] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003701 10.0.0.254 - - [2025-05-19 02:14:55] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002881 10.0.0.254 - - [2025-05-19 02:14:55] "GET /virtual-network/e84c4157-3417-44e2-928d-e532fcff558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006029 10.0.0.254 - - [2025-05-19 02:14:55] "POST /neutron/port HTTP/1.1" 200 1083 0.014985 10.0.0.254 - - [2025-05-19 02:14:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005948 10.0.0.254 - - [2025-05-19 02:15:02] "GET /obj-perms HTTP/1.1" 200 5075 0.052595 10.0.0.254 - - [2025-05-19 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.254 - - [2025-05-19 02:15:02] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003416 10.0.0.254 - - [2025-05-19 02:15:02] "PUT /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e HTTP/1.1" 200 277 0.008804 10.0.0.254 - - [2025-05-19 02:15:02] "GET /obj-perms HTTP/1.1" 200 5075 0.046498 10.0.0.254 - - [2025-05-19 02:15:02] "POST /neutron/network HTTP/1.1" 200 839 0.009019 10.0.0.254 - - [2025-05-19 02:15:02] "POST /neutron/network HTTP/1.1" 400 204 0.014332 10.0.0.254 - - [2025-05-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1083 0.017695 10.0.0.254 - - [2025-05-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 1109 0.009011 10.0.0.254 - - [2025-05-19 02:15:03] "POST /neutron/port HTTP/1.1" 200 151 0.098724 10.0.0.254 - - [2025-05-19 02:15:04] "POST /neutron/network HTTP/1.1" 200 839 0.006212 10.0.0.254 - - [2025-05-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.254 - - [2025-05-19 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.254 - - [2025-05-19 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004782 10.0.0.254 - - [2025-05-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.081555 10.0.0.254 - - [2025-05-19 02:15:05] "DELETE /route-target/9f55208d-c30f-4850-9c83-109b49d1c8ed HTTP/1.1" 200 115 0.017219 10.0.0.254 - - [2025-05-19 02:15:05] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.004031 10.0.0.254 - - [2025-05-19 02:15:05] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e HTTP/1.1" 200 1830 0.004672 10.0.0.254 - - [2025-05-19 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.254 - - [2025-05-19 02:15:05] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001662 10.0.0.254 - - [2025-05-19 02:15:05] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028090 10.0.0.254 - - [2025-05-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 117 0.007882 10.0.0.254 - - [2025-05-19 02:15:05] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.254 - - [2025-05-19 02:15:05] "POST /neutron/network HTTP/1.1" 200 605 0.070053 10.0.0.254 - - [2025-05-19 02:15:05] "POST /route-targets HTTP/1.1" 200 328 0.010179 10.0.0.254 - - [2025-05-19 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.009882 10.0.0.254 - - [2025-05-19 02:15:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004900 10.0.0.254 - - [2025-05-19 02:15:06] "POST /neutron/subnet HTTP/1.1" 200 705 0.200370 10.0.0.254 - - [2025-05-19 02:15:06] "POST /neutron/network HTTP/1.1" 200 820 0.007695 10.0.0.254 - - [2025-05-19 02:15:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.002415 10.0.0.254 - - [2025-05-19 02:15:06] "GET /virtual-network/cc25a256-e897-48a6-86c8-a40e6aeb5955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.008204 10.0.0.254 - - [2025-05-19 02:15:06] "POST /neutron/network HTTP/1.1" 200 820 0.006893 10.0.0.254 - - [2025-05-19 02:15:06] "GET /virtual-network/cc25a256-e897-48a6-86c8-a40e6aeb5955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.008450 10.0.0.254 - - [2025-05-19 02:15:06] "POST /neutron/network HTTP/1.1" 200 820 0.017624 10.0.0.254 - - [2025-05-19 02:15:06] "POST /neutron/subnet HTTP/1.1" 200 705 0.010691 10.0.0.254 - - [2025-05-19 02:15:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001464 10.0.0.254 - - [2025-05-19 02:15:06] "POST /neutron/network HTTP/1.1" 200 830 0.005746 10.0.0.254 - - [2025-05-19 02:15:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000479 10.0.0.254 - - [2025-05-19 02:15:06] "GET / HTTP/1.1" 200 36215 0.001733 10.0.0.254 - - [2025-05-19 02:15:06] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.254 - - [2025-05-19 02:15:07] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.254 - - [2025-05-19 02:15:07] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050891 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/network HTTP/1.1" 200 820 0.005705 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.005639 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.005232 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.009602 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/network HTTP/1.1" 200 830 0.005764 10.0.0.254 - - [2025-05-19 02:15:07] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 1056 0.217093 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 1056 0.011559 10.0.0.254 - - [2025-05-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 1056 0.008932 10.0.0.254 - - [2025-05-19 02:15:08] "POST /neutron/port HTTP/1.1" 200 1110 0.061799 10.0.0.254 - - [2025-05-19 02:15:08] "POST /neutron/port HTTP/1.1" 200 1084 0.016313 10.0.0.254 - - [2025-05-19 02:15:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003306 10.0.0.254 - - [2025-05-19 02:15:08] "POST /neutron/subnet HTTP/1.1" 200 679 0.010967 10.0.0.254 - - [2025-05-19 02:15:08] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.254 - - [2025-05-19 02:15:08] "POST /neutron/network HTTP/1.1" 200 820 0.005823 10.0.0.254 - - [2025-05-19 02:15:12] "POST /neutron/port HTTP/1.1" 200 1084 0.015594 10.0.0.254 - - [2025-05-19 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006300 10.0.0.254 - - [2025-05-19 02:15:12] "POST /neutron/port HTTP/1.1" 200 1084 0.014954 10.0.0.254 - - [2025-05-19 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006316 10.0.0.254 - - [2025-05-19 02:15:12] "POST /neutron/port HTTP/1.1" 200 1084 0.014508 10.0.0.254 - - [2025-05-19 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006221 10.0.0.254 - - [2025-05-19 02:15:12] "GET /virtual-machine/56147e8f-4a8d-4889-9c76-6717019e789f HTTP/1.1" 200 1294 0.004799 10.0.0.254 - - [2025-05-19 02:15:12] "GET /virtual-machine-interface/ce97c78b-ee4e-4a7f-b432-d292dac0af3a HTTP/1.1" 200 2948 0.005626 10.0.0.254 - - [2025-05-19 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.254 - - [2025-05-19 02:15:12] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003381 10.0.0.254 - - [2025-05-19 02:15:12] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005014 10.0.0.254 - - [2025-05-19 02:15:12] "GET /virtual-network/cc25a256-e897-48a6-86c8-a40e6aeb5955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006269 10.0.0.254 - - [2025-05-19 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.254 - - [2025-05-19 02:15:15] "GET /virtual-network/cc25a256-e897-48a6-86c8-a40e6aeb5955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005067 10.0.0.254 - - [2025-05-19 02:15:17] "POST /neutron/port HTTP/1.1" 200 1084 0.014666 10.0.0.254 - - [2025-05-19 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005155 10.0.0.254 - - [2025-05-19 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.254 - - [2025-05-19 02:15:18] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003075 10.0.0.254 - - [2025-05-19 02:15:18] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003386 10.0.0.254 - - [2025-05-19 02:15:18] "GET /virtual-network/cc25a256-e897-48a6-86c8-a40e6aeb5955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006406 10.0.0.254 - - [2025-05-19 02:15:20] "POST /neutron/network HTTP/1.1" 200 820 0.005990 10.0.0.254 - - [2025-05-19 02:15:20] "POST /neutron/network HTTP/1.1" 400 204 0.010679 10.0.0.254 - - [2025-05-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1084 0.015870 10.0.0.254 - - [2025-05-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 1110 0.009001 10.0.0.254 - - [2025-05-19 02:15:20] "POST /neutron/port HTTP/1.1" 200 151 0.106300 10.0.0.254 - - [2025-05-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 820 0.005901 10.0.0.254 - - [2025-05-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.254 - - [2025-05-19 02:15:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.254 - - [2025-05-19 02:15:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003960 10.0.0.254 - - [2025-05-19 02:15:22] "POST /neutron/network HTTP/1.1" 200 151 0.082066 10.0.0.254 - - [2025-05-19 02:15:22] "DELETE /route-target/c909e549-b630-4ece-970d-52c2d66ff47c HTTP/1.1" 200 115 0.015949 10.0.0.254 - - [2025-05-19 02:15:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002806 10.0.0.254 - - [2025-05-19 02:15:22] "POST /network-ipams HTTP/1.1" 200 543 0.015701 10.0.0.254 - - [2025-05-19 02:15:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002896 10.0.0.254 - - [2025-05-19 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.254 - - [2025-05-19 02:15:22] "GET /network-ipam/07f038a7-8f9e-4c99-8320-5bc9b0142d7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004704 10.0.0.254 - - [2025-05-19 02:15:23] "PUT /network-ipam/07f038a7-8f9e-4c99-8320-5bc9b0142d7a HTTP/1.1" 200 259 0.009724 10.0.0.254 - - [2025-05-19 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.254 - - [2025-05-19 02:15:23] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.254 - - [2025-05-19 02:15:23] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024618 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 117 0.007235 10.0.0.254 - - [2025-05-19 02:15:23] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001887 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 605 0.071098 10.0.0.254 - - [2025-05-19 02:15:23] "POST /route-targets HTTP/1.1" 200 328 0.011305 10.0.0.254 - - [2025-05-19 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.254 - - [2025-05-19 02:15:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005027 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.169945 10.0.0.254 - - [2025-05-19 02:15:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006576 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.170331 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 994 0.006934 10.0.0.254 - - [2025-05-19 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001206 10.0.0.254 - - [2025-05-19 02:15:23] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004850 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 994 0.007038 10.0.0.254 - - [2025-05-19 02:15:23] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005055 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 994 0.007008 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.007057 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.007103 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/network HTTP/1.1" 200 994 0.007125 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.006385 10.0.0.254 - - [2025-05-19 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.014747 10.0.0.254 - - [2025-05-19 02:15:23] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.188620 10.0.0.254 - - [2025-05-19 02:15:24] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.161363 10.0.0.254 - - [2025-05-19 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001345 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.008005 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.007101 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 994 0.006222 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006746 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.005223 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.004736 10.0.0.254 - - [2025-05-19 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001378 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.004831 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.007387 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.006773 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/network HTTP/1.1" 200 994 0.006627 10.0.0.254 - - [2025-05-19 02:15:24] "POST /neutron/port HTTP/1.1" 200 1017 0.007073 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.008081 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007029 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.005614 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.005115 10.0.0.254 - - [2025-05-19 02:15:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001371 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.006474 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/network HTTP/1.1" 200 1004 0.007083 10.0.0.254 - - [2025-05-19 02:15:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.009197 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/network HTTP/1.1" 200 1004 0.008630 10.0.0.254 - - [2025-05-19 02:15:25] "GET / HTTP/1.1" 200 36215 0.003151 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.011877 10.0.0.254 - - [2025-05-19 02:15:25] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.007816 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/network HTTP/1.1" 200 1004 0.010492 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.009899 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.011317 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1017 0.009544 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1109 0.120247 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1109 0.124839 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1083 0.022061 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003458 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 1083 0.021224 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.016218 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003480 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/network HTTP/1.1" 200 994 0.009740 10.0.0.254 - - [2025-05-19 02:15:25] "POST /neutron/subnet HTTP/1.1" 200 673 0.020748 10.0.0.254 - - [2025-05-19 02:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.001800 10.0.0.254 - - [2025-05-19 02:15:26] "POST /neutron/network HTTP/1.1" 200 994 0.008548 10.0.0.254 - - [2025-05-19 02:15:26] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516 10.0.0.254 - - [2025-05-19 02:15:26] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050088 10.0.0.254 - - [2025-05-19 02:15:26] "POST /neutron/network HTTP/1.1" 200 994 0.007405 10.0.0.254 - - [2025-05-19 02:15:26] "POST /neutron/port HTTP/1.1" 200 2050 0.019217 10.0.0.254 - - [2025-05-19 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012646 10.0.0.254 - - [2025-05-19 02:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.004971 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domains HTTP/1.1" 200 281 0.003069 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001560 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2584 0.015920 10.0.0.254 - - [2025-05-19 02:15:26] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.254 - - [2025-05-19 02:15:26] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce HTTP/1.1" 200 2850 0.093966 10.0.0.254 - - [2025-05-19 02:15:26] "GET /network-ipam/07f038a7-8f9e-4c99-8320-5bc9b0142d7a HTTP/1.1" 200 2601 0.011930 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domains HTTP/1.1" 200 281 0.003377 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2584 0.008315 10.0.0.254 - - [2025-05-19 02:15:26] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001603 10.0.0.254 - - [2025-05-19 02:15:26] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce HTTP/1.1" 200 2850 0.109746 10.0.0.254 - - [2025-05-19 02:15:26] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5 HTTP/1.1" 200 3786 0.012523 10.0.0.254 - - [2025-05-19 02:15:26] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5 HTTP/1.1" 200 3786 0.005210 10.0.0.254 - - [2025-05-19 02:15:26] "GET /routing-instance/2e99205d-f5c6-4fbb-8a29-e17ba416154d HTTP/1.1" 200 2384 0.009169 10.0.0.254 - - [2025-05-19 02:15:26] "GET /routing-instance/2e99205d-f5c6-4fbb-8a29-e17ba416154d HTTP/1.1" 200 2384 0.007798 10.0.0.254 - - [2025-05-19 02:15:26] "GET /route-target/51fafcb4-a882-4e2e-bf86-79d7b6f464e5 HTTP/1.1" 200 1206 0.007544 10.0.0.254 - - [2025-05-19 02:15:26] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5 HTTP/1.1" 200 3786 0.012409 10.0.0.254 - - [2025-05-19 02:15:26] "GET /routing-instance/2e99205d-f5c6-4fbb-8a29-e17ba416154d HTTP/1.1" 200 2384 0.010660 10.0.0.254 - - [2025-05-19 02:15:26] "POST /neutron/network HTTP/1.1" 200 1004 0.026157 10.0.0.254 - - [2025-05-19 02:15:26] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007624 10.0.0.254 - - [2025-05-19 02:15:26] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5 HTTP/1.1" 200 3786 0.010839 10.0.0.254 - - [2025-05-19 02:15:26] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008748 10.0.0.254 - - [2025-05-19 02:15:26] "GET /routing-instance/2e99205d-f5c6-4fbb-8a29-e17ba416154d HTTP/1.1" 200 2384 0.007987 10.0.0.254 - - [2025-05-19 02:15:26] "GET /routing-instance/2e99205d-f5c6-4fbb-8a29-e17ba416154d HTTP/1.1" 200 2384 0.009037 10.0.0.254 - - [2025-05-19 02:15:26] "GET /route-target/51fafcb4-a882-4e2e-bf86-79d7b6f464e5 HTTP/1.1" 200 1206 0.006778 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domains HTTP/1.1" 200 281 0.006711 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domains?obj_uuids=9f4e97e1-2d1e-4113-9162-3a71707934fc&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.254 - - [2025-05-19 02:15:26] "GET /domain/9f4e97e1-2d1e-4113-9162-3a71707934fc HTTP/1.1" 200 2584 0.013835 10.0.0.254 - - [2025-05-19 02:15:26] "GET /projects?obj_uuids=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001241 10.0.0.254 - - [2025-05-19 02:15:27] "GET /project/495d889a-2e29-4325-bc81-c70b63f873ce HTTP/1.1" 200 3095 0.108476 10.0.0.254 - - [2025-05-19 02:15:27] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5 HTTP/1.1" 200 4045 0.032835 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1055 0.330187 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1055 0.016246 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1055 0.016241 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1109 0.146969 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.021318 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005019 10.0.0.254 - - [2025-05-19 02:15:27] "GET /obj-perms HTTP/1.1" 200 5049 0.059020 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.036476 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.001827 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/network HTTP/1.1" 200 994 0.011351 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.035024 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007206 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.031009 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006059 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/port HTTP/1.1" 200 1083 0.023387 10.0.0.254 - - [2025-05-19 02:15:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011036 10.0.0.254 - - [2025-05-19 02:15:27] "GET /virtual-machine/4cd37b18-4a97-4156-8032-91fc400f08fe HTTP/1.1" 200 1289 0.005318 10.0.0.254 - - [2025-05-19 02:15:27] "GET /virtual-machine-interface/570e03db-89bb-4172-bd97-8fbb27fa1090 HTTP/1.1" 200 2947 0.006693 10.0.0.254 - - [2025-05-19 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006852 10.0.0.254 - - [2025-05-19 02:15:27] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004802 10.0.0.254 - - [2025-05-19 02:15:28] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002996 10.0.0.254 - - [2025-05-19 02:15:28] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008484 10.0.0.254 - - [2025-05-19 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.254 - - [2025-05-19 02:15:31] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005785 10.0.0.254 - - [2025-05-19 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.254 - - [2025-05-19 02:15:35] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005776 10.0.0.254 - - [2025-05-19 02:15:35] "POST /neutron/port HTTP/1.1" 200 1083 0.038616 10.0.0.254 - - [2025-05-19 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005939 10.0.0.254 - - [2025-05-19 02:15:36] "POST /neutron/port HTTP/1.1" 200 1083 0.016061 10.0.0.254 - - [2025-05-19 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005550 10.0.0.254 - - [2025-05-19 02:15:36] "POST /neutron/port HTTP/1.1" 200 1083 0.015330 10.0.0.254 - - [2025-05-19 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007228 10.0.0.254 - - [2025-05-19 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.254 - - [2025-05-19 02:15:37] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003267 10.0.0.254 - - [2025-05-19 02:15:37] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003153 10.0.0.254 - - [2025-05-19 02:15:37] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005701 10.0.0.254 - - [2025-05-19 02:15:37] "POST /neutron/port HTTP/1.1" 200 1083 0.015338 10.0.0.254 - - [2025-05-19 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.021409 10.0.0.254 - - [2025-05-19 02:15:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016436 10.0.0.254 - - [2025-05-19 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006308 10.0.0.254 - - [2025-05-19 02:15:37] "POST /neutron/port HTTP/1.1" 200 1083 0.016544 10.0.0.254 - - [2025-05-19 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006725 10.0.0.254 - - [2025-05-19 02:15:38] "GET /virtual-machine/6ec0cf99-96d1-4945-83e5-e6abb2cf7333 HTTP/1.1" 200 1289 0.004883 10.0.0.254 - - [2025-05-19 02:15:38] "GET /virtual-machine-interface/888c3866-741b-4c7d-bbe2-749dae4c7520 HTTP/1.1" 200 2947 0.005372 10.0.0.254 - - [2025-05-19 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.254 - - [2025-05-19 02:15:38] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003040 10.0.0.254 - - [2025-05-19 02:15:38] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003716 10.0.0.254 - - [2025-05-19 02:15:38] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006885 10.0.0.254 - - [2025-05-19 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.254 - - [2025-05-19 02:15:39] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003171 10.0.0.254 - - [2025-05-19 02:15:39] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002963 10.0.0.254 - - [2025-05-19 02:15:39] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005464 10.0.0.254 - - [2025-05-19 02:15:39] "POST /neutron/port HTTP/1.1" 200 1083 0.015081 10.0.0.254 - - [2025-05-19 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007952 10.0.0.254 - - [2025-05-19 02:15:39] "POST /neutron/port HTTP/1.1" 200 1083 0.018840 10.0.0.254 - - [2025-05-19 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007246 10.0.0.254 - - [2025-05-19 02:15:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014582 10.0.0.254 - - [2025-05-19 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006538 10.0.0.254 - - [2025-05-19 02:15:39] "GET /virtual-machine/1842676a-c7f3-4e94-a31d-9f6f7cd15ce5 HTTP/1.1" 200 1294 0.004733 10.0.0.254 - - [2025-05-19 02:15:39] "GET /virtual-machine-interface/78ee54d4-11fa-4705-aa21-15a712b82ab8 HTTP/1.1" 200 2947 0.004715 10.0.0.254 - - [2025-05-19 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.254 - - [2025-05-19 02:15:39] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002851 10.0.0.254 - - [2025-05-19 02:15:39] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003198 10.0.0.254 - - [2025-05-19 02:15:39] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008095 10.0.0.254 - - [2025-05-19 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.254 - - [2025-05-19 02:15:41] "GET /global-vrouter-config/da7d2893-fdd6-499f-85c7-8cecf6a32d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003175 10.0.0.254 - - [2025-05-19 02:15:41] "GET /virtual-networks?parent_id=495d889a-2e29-4325-bc81-c70b63f873ce&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003595 10.0.0.254 - - [2025-05-19 02:15:41] "GET /virtual-network/6729fdeb-9d31-4ed2-8c4c-ae74f23c38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006516 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.010622 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.013952 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 151 0.130616 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1083 0.015126 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.009004 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.012057 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 1109 0.014512 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 151 0.181626 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/port HTTP/1.1" 200 151 0.180082 10.0.0.254 - - [2025-05-19 02:15:57] "POST /neutron/network HTTP/1.1" 200 994 0.013594