++ 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: =================== Wed Sep 2 05:16:16 AM UTC 2026 ===================' INFO: =================== Wed Sep 2 05:16:16 AM UTC 2026 =================== ++ 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 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.251 ++ 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=0 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 0 ]] ++ 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=kubernetes ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=no-auth ++ AUTH_MODE=noauth ++ 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.251 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.251 ++ ANALYTICSDB_NODES=10.0.0.251 ++ ANALYTICS_SNMP_NODES=10.0.0.251 ++ 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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:8081 ' +++ '[' -n '10.0.0.251:8081 ' ']' +++ echo 10.0.0.251:8081 ++ ANALYTICS_SERVERS=10.0.0.251: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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:9042 ' +++ '[' -n '10.0.0.251:9042 ' ']' +++ echo 10.0.0.251:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.251:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.251 ++ 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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:8086 ' +++ '[' -n '10.0.0.251:8086 ' ']' +++ echo 10.0.0.251:8086 ++ COLLECTOR_SERVERS=10.0.0.251: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.251 ++ CONFIGDB_NODES=10.0.0.251 ++ 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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:8082 ' +++ '[' -n '10.0.0.251:8082 ' ']' +++ echo 10.0.0.251:8082 ++ CONFIG_SERVERS=10.0.0.251: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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:9161 ' +++ '[' -n '10.0.0.251:9161 ' ']' +++ echo 10.0.0.251:9161 ++ CONFIGDB_SERVERS=10.0.0.251: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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:9041 ' +++ '[' -n '10.0.0.251:9041 ' ']' +++ echo 10.0.0.251:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.251: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.0.0.251 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.251 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.251 ++ 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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+=10.0.0.251:2181, +++ '[' -n 10.0.0.251:2181, ']' +++ echo 10.0.0.251:2181 ++ ZOOKEEPER_SERVERS=10.0.0.251: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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:2181 ' +++ '[' -n '10.0.0.251:2181 ' ']' +++ echo 10.0.0.251:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.251:2181 ++ RABBITMQ_NODES=10.0.0.251 ++ 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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+=10.0.0.251:5673, +++ '[' -n 10.0.0.251:5673, ']' +++ echo 10.0.0.251:5673 ++ RABBITMQ_SERVERS=10.0.0.251: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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:6379 ' +++ '[' -n '10.0.0.251:6379 ' ']' +++ echo 10.0.0.251:6379 ++ REDIS_SERVERS=10.0.0.251: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.251 ++ 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.251 +++ local server_address=10.0.0.251 +++ extended_server_list+='10.0.0.251:9092 ' +++ '[' -n '10.0.0.251:9092 ' ']' +++ echo 10.0.0.251:9092 ++ KAFKA_SERVERS=10.0.0.251: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=/ ++ KEYSTONE_AUTH_HOST=127.0.0.1 ++ 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.251 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.251 ++ 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 ++ [[ / == \/\v\2\.\0 ]] ++ [[ kubernetes == \o\p\e\n\s\t\a\c\k ]] ++ [[ noauth == \k\e\y\s\t\o\n\e ]] ++ 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.251 ++ cut -d , -f 1 + local cassandra=10.0.0.251 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.251 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.251 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.251 9041 + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.251 9041 + echo 'INFO: Waiting for cassandra 5/30' INFO: Waiting for cassandra 5/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.251 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.251 +++ local servers=10.0.0.251 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.251,10.15.65.1,127.0.0.1,172.17.0.1,252.251.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.251'\''))' +++ local server_ip=10.0.0.251 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.251 ]] +++ [[ ,10.0.0.251,10.15.65.1,127.0.0.1,172.17.0.1,252.251.0.1,, =~ ,10\.0\.0\.251, ]] +++ echo 10.0.0.251 1 +++ return ++ local ip=10.0.0.251 ++ [[ -z 10.0.0.251 ]] ++ echo 10.0.0.251 + host_ip=10.0.0.251 + [[ cql == \c\q\l ]] ++ echo 10.0.0.251:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.251:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.251: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 ++ sort ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + 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 ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + 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 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/02/2026 05:17:16.943 7fe2e554f9c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/02/2026 05:17:17.388 7fe2e554f9c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/02/2026 05:17:17.424 7fe2e554f9c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/02/2026 05:17:17.424 7fe2e554f9c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.251 - - [2026-09-02 05:17:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.001237 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:17:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.003466 Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.251:8082/ Hit Ctrl-C to quit. 10.0.0.251 - - [2026-09-02 05:17:36] "GET / HTTP/1.1" 503 181 0.000298 10.0.0.251 - - [2026-09-02 05:17:36] "GET / HTTP/1.1" 503 181 0.000303 10.0.0.251 - - [2026-09-02 05:17:37] "GET / HTTP/1.1" 200 36215 0.001271 10.0.0.251 - - [2026-09-02 05:17:37] "GET / HTTP/1.1" 200 45303 0.002611 10.0.0.251 - - [2026-09-02 05:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006406 10.0.0.251 - - [2026-09-02 05:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007838 10.0.0.251 - - [2026-09-02 05:17:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.014680 10.0.0.251 - - [2026-09-02 05:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012247 10.0.0.251 - - [2026-09-02 05:17:37] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.012191 10.0.0.251 - - [2026-09-02 05:17:37] "GET / HTTP/1.1" 200 36215 0.001274 10.0.0.251 - - [2026-09-02 05:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.038694 10.0.0.251 - - [2026-09-02 05:17:37] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.019361 10.0.0.251 - - [2026-09-02 05:17:37] "GET / HTTP/1.1" 200 36215 0.001614 10.0.0.251 - - [2026-09-02 05:17:37] "POST /service-appliance-sets HTTP/1.1" 200 555 0.255152 10.0.0.38 - - [2026-09-02 05:17:38] "GET / HTTP/1.1" 200 36215 0.001742 10.0.0.251 - - [2026-09-02 05:17:38] "POST /bgp-routers HTTP/1.1" 200 618 0.257995 10.0.0.38 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.012836 10.0.0.251 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.025322 10.0.0.251 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.026813 10.0.0.38 - - [2026-09-02 05:17:38] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.050259 10.0.0.251 - - [2026-09-02 05:17:38] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.037239 10.0.0.38 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.040732 10.0.0.251 - - [2026-09-02 05:17:38] "GET /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa?fields=global_system_config_back_refs HTTP/1.1" 200 1131 0.077388 10.0.0.251 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.030184 10.0.0.38 - - [2026-09-02 05:17:38] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.063763 10.0.0.251 - - [2026-09-02 05:17:38] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.025269 10.0.0.251 - - [2026-09-02 05:17:38] "POST /service-appliance-sets HTTP/1.1" 200 543 0.123868 10.0.0.251 - - [2026-09-02 05:17:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.019629 10.0.0.251 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009740 10.0.0.251 - - [2026-09-02 05:17:38] "GET /network-ipam/9863b6fc-3be8-4ff3-92d9-4a3831d21d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.044955 10.0.0.38 - - [2026-09-02 05:17:38] "PUT /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf HTTP/1.1" 200 275 0.105016 10.0.0.251 - - [2026-09-02 05:17:38] "POST /ref-update HTTP/1.1" 200 156 0.089488 10.0.0.38 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 404 216 0.016781 10.0.0.38 - - [2026-09-02 05:17:38] "POST /virtual-routers HTTP/1.1" 200 601 0.123832 10.0.0.38 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.38 - - [2026-09-02 05:17:38] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.040217 10.0.0.38 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.003079 10.0.0.38 - - [2026-09-02 05:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.38 - - [2026-09-02 05:17:38] "GET /virtual-network/8d2b0cea-6249-4763-8e1c-e6b774f51504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.009083 10.0.0.251 - - [2026-09-02 05:17:38] "POST /service-templates HTTP/1.1" 200 513 0.083119 10.0.0.38 - - [2026-09-02 05:17:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.289190 10.0.0.251 - - [2026-09-02 05:17:39] "POST /service-templates HTTP/1.1" 200 503 0.164588 10.0.0.251 - - [2026-09-02 05:17:39] "POST /service-templates HTTP/1.1" 200 517 0.092323 10.0.0.251 - - [2026-09-02 05:17:39] "POST /service-templates HTTP/1.1" 200 537 0.147151 10.0.0.251 - - [2026-09-02 05:17:39] "POST /service-templates HTTP/1.1" 200 509 0.084608 10.0.0.251 - - [2026-09-02 05:17:39] "GET / HTTP/1.1" 200 36215 0.001603 10.0.0.251 - - [2026-09-02 05:17:41] "GET / HTTP/1.1" 200 36215 0.002016 10.0.0.251 - - [2026-09-02 05:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006604 10.0.0.251 - - [2026-09-02 05:17:41] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.025336 10.0.0.251 - - [2026-09-02 05:17:41] "POST /fqname-to-id HTTP/1.1" 404 216 0.011365 10.0.0.251 - - [2026-09-02 05:17:41] "POST /config-nodes HTTP/1.1" 200 595 0.110687 10.0.0.251 - - [2026-09-02 05:17:42] "GET / HTTP/1.1" 200 36215 0.002062 10.0.0.251 - - [2026-09-02 05:17:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.004236 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:17:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001358 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:17:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001448 10.0.0.251 - - [2026-09-02 05:17:43] "GET / HTTP/1.1" 200 36215 0.001570 10.0.0.251 - - [2026-09-02 05:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008872 10.0.0.251 - - [2026-09-02 05:17:43] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.048761 10.0.0.251 - - [2026-09-02 05:17:43] "POST /fqname-to-id HTTP/1.1" 404 216 0.003165 10.0.0.251 - - [2026-09-02 05:17:44] "POST /analytics-snmp-nodes HTTP/1.1" 200 611 0.053212 10.0.0.251 - - [2026-09-02 05:17:45] "GET / HTTP/1.1" 200 36215 0.001616 10.0.0.251 - - [2026-09-02 05:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011301 10.0.0.251 - - [2026-09-02 05:17:45] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.018794 10.0.0.251 - - [2026-09-02 05:17:45] "POST /fqname-to-id HTTP/1.1" 404 216 0.014061 10.0.0.251 - - [2026-09-02 05:17:45] "POST /analytics-alarm-nodes HTTP/1.1" 200 613 0.082627 10.0.0.251 - - [2026-09-02 05:17:45] "GET / HTTP/1.1" 200 36215 0.003106 10.0.0.251 - - [2026-09-02 05:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.251 - - [2026-09-02 05:17:45] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.033698 10.0.0.251 - - [2026-09-02 05:17:45] "POST /fqname-to-id HTTP/1.1" 404 216 0.003203 10.0.0.251 - - [2026-09-02 05:17:45] "POST /config-database-nodes HTTP/1.1" 200 613 0.099510 10.0.0.251 - - [2026-09-02 05:17:46] "GET / HTTP/1.1" 200 36215 0.001785 10.0.0.251 - - [2026-09-02 05:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011470 10.0.0.251 - - [2026-09-02 05:17:46] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.011913 10.0.0.251 - - [2026-09-02 05:17:46] "POST /fqname-to-id HTTP/1.1" 404 216 0.005727 10.0.0.251 - - [2026-09-02 05:17:46] "GET / HTTP/1.1" 200 36215 0.001370 10.0.0.251 - - [2026-09-02 05:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.251 - - [2026-09-02 05:17:46] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.017603 10.0.0.251 - - [2026-09-02 05:17:46] "POST /fqname-to-id HTTP/1.1" 404 216 0.006362 10.0.0.251 - - [2026-09-02 05:17:46] "POST /analytics-nodes HTTP/1.1" 200 601 0.149269 10.0.0.251 - - [2026-09-02 05:17:46] "POST /database-nodes HTTP/1.1" 200 599 0.121814 10.0.0.251 - - [2026-09-02 05:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011709 10.0.0.251 - - [2026-09-02 05:17:47] "GET /network-ipam/9863b6fc-3be8-4ff3-92d9-4a3831d21d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.016671 10.0.0.251 - - [2026-09-02 05:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010377 10.0.0.251 - - [2026-09-02 05:17:47] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.011064 10.0.0.251 - - [2026-09-02 05:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012805 10.0.0.251 - - [2026-09-02 05:17:47] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.037725 10.0.0.251 - - [2026-09-02 05:17:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.037697 10.0.0.251 - - [2026-09-02 05:17:47] "POST /access-control-lists HTTP/1.1" 200 589 0.131453 10.0.0.251 - - [2026-09-02 05:17:47] "POST /fqname-to-id HTTP/1.1" 404 224 0.017111 10.0.0.251 - - [2026-09-02 05:17:48] "POST /access-control-lists HTTP/1.1" 200 587 0.205464 10.0.0.251 - - [2026-09-02 05:17:48] "POST /route-targets HTTP/1.1" 200 328 0.024170 10.0.0.251 - - [2026-09-02 05:17:48] "POST /ref-update HTTP/1.1" 200 156 0.055656 10.0.0.251 - - [2026-09-02 05:17:48] "POST /route-targets HTTP/1.1" 200 328 0.059814 10.0.0.251 - - [2026-09-02 05:17:48] "GET / HTTP/1.1" 200 36215 0.002097 10.0.0.251 - - [2026-09-02 05:17:48] "POST /ref-update HTTP/1.1" 200 156 0.055535 10.0.0.251 - - [2026-09-02 05:17:48] "POST /alarms HTTP/1.1" 200 583 0.091810 10.0.0.251 - - [2026-09-02 05:17:48] "POST /route-targets HTTP/1.1" 200 328 0.033205 10.0.0.251 - - [2026-09-02 05:17:48] "POST /alarms HTTP/1.1" 200 577 0.117522 10.0.0.251 - - [2026-09-02 05:17:48] "POST /ref-update HTTP/1.1" 200 156 0.096034 10.0.0.251 - - [2026-09-02 05:17:48] "POST /alarms HTTP/1.1" 200 577 0.142913 10.0.0.251 - - [2026-09-02 05:17:48] "POST /route-targets HTTP/1.1" 200 328 0.080696 10.0.0.251 - - [2026-09-02 05:17:49] "POST /ref-update HTTP/1.1" 200 156 0.055419 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 561 0.146497 10.0.0.251 - - [2026-09-02 05:17:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.028081 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 557 0.105348 10.0.0.251 - - [2026-09-02 05:17:49] "POST /access-control-lists HTTP/1.1" 200 553 0.163038 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 559 0.106562 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 567 0.060273 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 551 0.027409 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 559 0.065558 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 569 0.044114 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 557 0.050330 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 569 0.068197 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 577 0.100953 10.0.0.251 - - [2026-09-02 05:17:49] "POST /alarms HTTP/1.1" 200 571 0.043919 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 563 0.058154 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 563 0.036175 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 563 0.100533 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 549 0.058587 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 597 0.040966 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 577 0.051254 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 573 0.044150 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 585 0.070971 10.0.0.251 - - [2026-09-02 05:17:50] "POST /alarms HTTP/1.1" 200 611 0.070843 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:17:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001120 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:17:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001059 10.0.0.251 - - [2026-09-02 05:17:51] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.251 - - [2026-09-02 05:17:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003434 10.0.0.251 - - [2026-09-02 05:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.251 - - [2026-09-02 05:17:51] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.088314 10.0.0.251 - - [2026-09-02 05:17:51] "GET / HTTP/1.1" 200 36215 0.001484 10.0.0.251 - - [2026-09-02 05:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.251 - - [2026-09-02 05:17:51] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008754 10.0.0.251 - - [2026-09-02 05:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.251 - - [2026-09-02 05:17:51] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.020007 10.0.0.251 - - [2026-09-02 05:17:52] "GET / HTTP/1.1" 200 36215 0.001513 10.0.0.251 - - [2026-09-02 05:17:52] "GET / HTTP/1.1" 200 36215 0.001323 10.0.0.251 - - [2026-09-02 05:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.251 - - [2026-09-02 05:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009560 10.0.0.251 - - [2026-09-02 05:17:52] "GET /domain/c378727b-a791-4099-8d62-22a317b8bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.005921 10.0.0.251 - - [2026-09-02 05:17:52] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.006256 10.0.0.251 - - [2026-09-02 05:17:52] "PUT /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf HTTP/1.1" 200 275 0.115925 10.0.0.251 - - [2026-09-02 05:17:52] "POST /id-to-fqname HTTP/1.1" 200 173 0.003010 10.0.0.251 - - [2026-09-02 05:17:52] "POST /fqname-to-id HTTP/1.1" 404 182 0.017462 10.0.0.251 - - [2026-09-02 05:17:52] "POST /security-groups HTTP/1.1" 200 570 0.091419 10.0.0.251 - - [2026-09-02 05:17:52] "POST /projects HTTP/1.1" 200 483 0.554398 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 404 213 0.005157 10.0.0.251 - - [2026-09-02 05:17:53] "POST /security-groups HTTP/1.1" 200 536 0.118064 10.0.0.251 - - [2026-09-02 05:17:53] "POST /access-control-lists HTTP/1.1" 200 581 0.121459 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 404 212 0.010141 10.0.0.251 - - [2026-09-02 05:17:53] "POST /chown HTTP/1.1" 200 109 0.023359 10.0.0.251 - - [2026-09-02 05:17:53] "POST /policy-managements HTTP/1.1" 409 214 0.021294 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.014546 10.0.0.251 - - [2026-09-02 05:17:53] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.021977 10.0.0.251 - - [2026-09-02 05:17:53] "POST /access-control-lists HTTP/1.1" 200 579 0.089125 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.019245 10.0.0.251 - - [2026-09-02 05:17:53] "POST /application-policy-sets HTTP/1.1" 200 530 0.073539 10.0.0.251 - - [2026-09-02 05:17:53] "POST /access-control-lists HTTP/1.1" 200 596 0.051199 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.021335 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.003912 10.0.0.251 - - [2026-09-02 05:17:53] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007957 10.0.0.251 - - [2026-09-02 05:17:53] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.037055 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.021716 10.0.0.251 - - [2026-09-02 05:17:53] "POST /access-control-lists HTTP/1.1" 200 594 0.106052 10.0.0.251 - - [2026-09-02 05:17:53] "GET /virtual-network/8d2b0cea-6249-4763-8e1c-e6b774f51504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.024711 10.0.0.251 - - [2026-09-02 05:17:53] "POST /id-to-fqname HTTP/1.1" 200 177 0.000549 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.007310 10.0.0.251 - - [2026-09-02 05:17:53] "POST /security-groups HTTP/1.1" 200 574 0.087580 10.0.0.251 - - [2026-09-02 05:17:53] "POST /projects HTTP/1.1" 200 491 0.242777 10.0.0.251 - - [2026-09-02 05:17:53] "POST /fqname-to-id HTTP/1.1" 404 217 0.004295 10.0.0.251 - - [2026-09-02 05:17:54] "POST /security-groups HTTP/1.1" 200 548 0.103021 10.0.0.251 - - [2026-09-02 05:17:54] "POST /access-control-lists HTTP/1.1" 200 585 0.101602 10.0.0.251 - - [2026-09-02 05:17:54] "POST /chown HTTP/1.1" 200 109 0.012426 10.0.0.251 - - [2026-09-02 05:17:54] "POST /fqname-to-id HTTP/1.1" 404 216 0.010683 10.0.0.251 - - [2026-09-02 05:17:54] "POST /access-control-lists HTTP/1.1" 200 583 0.041336 10.0.0.251 - - [2026-09-02 05:17:54] "POST /network-ipams HTTP/1.1" 200 524 0.096465 10.0.0.251 - - [2026-09-02 05:17:54] "POST /fqname-to-id HTTP/1.1" 404 240 0.024064 10.0.0.251 - - [2026-09-02 05:17:54] "POST /access-control-lists HTTP/1.1" 200 604 0.064582 10.0.0.251 - - [2026-09-02 05:17:54] "POST /network-ipams HTTP/1.1" 200 512 0.107751 10.0.0.251 - - [2026-09-02 05:17:54] "POST /fqname-to-id HTTP/1.1" 404 239 0.016055 10.0.0.251 - - [2026-09-02 05:17:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.004453 10.0.0.251 - - [2026-09-02 05:17:54] "POST /access-control-lists HTTP/1.1" 200 602 0.042718 10.0.0.251 - - [2026-09-02 05:17:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.019874 10.0.0.251 - - [2026-09-02 05:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.024149 10.0.0.251 - - [2026-09-02 05:17:54] "POST /virtual-networks HTTP/1.1" 200 540 0.290859 10.0.0.251 - - [2026-09-02 05:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.017644 10.0.0.251 - - [2026-09-02 05:17:54] "POST /access-control-lists HTTP/1.1" 200 591 0.125255 10.0.0.251 - - [2026-09-02 05:17:54] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1737 0.048905 10.0.0.251 - - [2026-09-02 05:17:54] "POST /network-ipams HTTP/1.1" 200 520 0.054044 10.0.0.251 - - [2026-09-02 05:17:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.027978 10.0.0.251 - - [2026-09-02 05:17:54] "POST /route-targets HTTP/1.1" 200 328 0.018877 10.0.0.251 - - [2026-09-02 05:17:55] "POST /ref-update HTTP/1.1" 200 156 0.070728 10.0.0.251 - - [2026-09-02 05:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.013279 10.0.0.251 - - [2026-09-02 05:17:55] "POST /virtual-networks HTTP/1.1" 200 548 0.297461 10.0.0.251 - - [2026-09-02 05:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011371 10.0.0.251 - - [2026-09-02 05:17:55] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1753 0.035307 10.0.0.251 - - [2026-09-02 05:17:55] "POST /route-targets HTTP/1.1" 200 328 0.045745 10.0.0.251 - - [2026-09-02 05:17:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.005623 10.0.0.251 - - [2026-09-02 05:17:55] "POST /ref-update HTTP/1.1" 200 156 0.097908 10.0.0.251 - - [2026-09-02 05:17:55] "POST /network-policys HTTP/1.1" 200 540 0.111740 10.0.0.251 - - [2026-09-02 05:17:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.069844 10.0.0.251 - - [2026-09-02 05:17:55] "POST /network-policys HTTP/1.1" 200 536 0.032834 10.0.0.251 - - [2026-09-02 05:17:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.034199 10.0.0.251 - - [2026-09-02 05:17:55] "POST /network-policys HTTP/1.1" 200 544 0.072514 10.0.0.251 - - [2026-09-02 05:17:55] "PUT /access-control-list/83b4d085-61d4-4755-a9ea-cd1383857c89 HTTP/1.1" 200 273 0.057148 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-update HTTP/1.1" 200 156 0.185912 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007717 10.0.0.251 - - [2026-09-02 05:17:56] "PUT /access-control-list/63303e01-262b-47fd-8151-229279a91360 HTTP/1.1" 200 273 0.104135 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-update HTTP/1.1" 200 156 0.229968 10.0.0.251 - - [2026-09-02 05:17:56] "PUT /access-control-list/83b4d085-61d4-4755-a9ea-cd1383857c89 HTTP/1.1" 200 273 0.046617 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-update HTTP/1.1" 200 156 0.175554 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.031364 10.0.0.251 - - [2026-09-02 05:17:56] "PUT /access-control-list/63303e01-262b-47fd-8151-229279a91360 HTTP/1.1" 200 273 0.076923 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.037365 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-update HTTP/1.1" 200 156 0.035749 10.0.0.251 - - [2026-09-02 05:17:56] "POST /fqname-to-id HTTP/1.1" 404 237 0.019518 10.0.0.251 - - [2026-09-02 05:17:56] "POST /ref-update HTTP/1.1" 200 156 0.196332 10.0.0.251 - - [2026-09-02 05:17:56] "POST /access-control-lists HTTP/1.1" 200 603 0.092766 10.0.0.251 - - [2026-09-02 05:17:57] "POST /ref-update HTTP/1.1" 200 156 0.123972 10.0.0.251 - - [2026-09-02 05:17:57] "POST /ref-update HTTP/1.1" 200 156 0.274622 10.0.0.251 - - [2026-09-02 05:17:57] "PUT /access-control-list/83b4d085-61d4-4755-a9ea-cd1383857c89 HTTP/1.1" 200 273 0.061355 10.0.0.251 - - [2026-09-02 05:17:57] "PUT /access-control-list/9655edca-17ef-4b6c-9c6e-eba1897f7e1b HTTP/1.1" 200 273 0.074888 10.0.0.251 - - [2026-09-02 05:17:57] "POST /ref-update HTTP/1.1" 200 156 0.233765 10.0.0.251 - - [2026-09-02 05:17:57] "POST /ref-update HTTP/1.1" 200 156 0.073530 10.0.0.251 - - [2026-09-02 05:17:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.047454 10.0.0.251 - - [2026-09-02 05:17:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.012197 10.0.0.251 - - [2026-09-02 05:17:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004122 10.0.0.251 - - [2026-09-02 05:17:57] "PUT /access-control-list/9655edca-17ef-4b6c-9c6e-eba1897f7e1b HTTP/1.1" 200 273 0.074572 10.0.0.251 - - [2026-09-02 05:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009872 10.0.0.38 - - [2026-09-02 05:17:57] "GET / HTTP/1.1" 200 36215 0.001810 10.0.0.251 - - [2026-09-02 05:17:57] "GET /virtual-network/8d2b0cea-6249-4763-8e1c-e6b774f51504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1721 0.013653 10.0.0.38 - - [2026-09-02 05:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006648 10.0.0.38 - - [2026-09-02 05:17:57] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.011141 10.0.0.38 - - [2026-09-02 05:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.251 - - [2026-09-02 05:17:57] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1067 0.017172 10.0.0.38 - - [2026-09-02 05:17:57] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.005189 10.0.0.251 - - [2026-09-02 05:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.38 - - [2026-09-02 05:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.251 - - [2026-09-02 05:17:57] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003246 10.0.0.38 - - [2026-09-02 05:17:57] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003797 10.0.0.38 - - [2026-09-02 05:17:57] "PUT /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330 HTTP/1.1" 200 263 0.015186 10.0.0.38 - - [2026-09-02 05:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.019644 10.0.0.38 - - [2026-09-02 05:17:57] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.012070 10.0.0.251 - - [2026-09-02 05:17:57] "POST /firewall-policys HTTP/1.1" 200 532 0.097631 10.0.0.38 - - [2026-09-02 05:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006531 10.0.0.38 - - [2026-09-02 05:17:57] "GET /virtual-machine-interface/3df29981-b0bc-4c5c-80df-f9170cfd36dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.006184 10.0.0.251 - - [2026-09-02 05:17:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.078533 10.0.0.38 - - [2026-09-02 05:17:57] "PUT /virtual-machine-interface/3df29981-b0bc-4c5c-80df-f9170cfd36dc HTTP/1.1" 200 285 0.051953 10.0.0.251 - - [2026-09-02 05:17:57] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.095427 10.0.0.251 - - [2026-09-02 05:17:58] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1067 0.008842 10.0.0.251 - - [2026-09-02 05:17:58] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.007138 10.0.0.251 - - [2026-09-02 05:17:58] "POST /ref-update HTTP/1.1" 200 156 0.109318 10.0.0.251 - - [2026-09-02 05:17:58] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.010731 10.0.0.251 - - [2026-09-02 05:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006615 10.0.0.251 - - [2026-09-02 05:17:58] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.009539 10.0.0.251 - - [2026-09-02 05:17:58] "POST /firewall-policys HTTP/1.1" 200 534 0.089870 10.0.0.251 - - [2026-09-02 05:17:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.049776 10.0.0.251 - - [2026-09-02 05:17:58] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.014888 10.0.0.251 - - [2026-09-02 05:17:58] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.004024 10.0.0.251 - - [2026-09-02 05:17:58] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.007706 10.0.0.251 - - [2026-09-02 05:17:58] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005853 10.0.0.251 - - [2026-09-02 05:17:58] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.004163 10.0.0.251 - - [2026-09-02 05:17:58] "POST /ref-update HTTP/1.1" 200 156 0.018583 10.0.0.251 - - [2026-09-02 05:17:58] "POST /ref-update HTTP/1.1" 200 156 0.071483 10.0.0.251 - - [2026-09-02 05:17:58] "POST /ref-update HTTP/1.1" 200 156 0.061266 10.0.0.251 - - [2026-09-02 05:17:58] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.005718 10.0.0.251 - - [2026-09-02 05:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.251 - - [2026-09-02 05:17:58] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004205 10.0.0.251 - - [2026-09-02 05:17:58] "POST /firewall-policys HTTP/1.1" 200 532 0.037761 10.0.0.251 - - [2026-09-02 05:17:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.060202 10.0.0.251 - - [2026-09-02 05:17:58] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.029389 10.0.0.251 - - [2026-09-02 05:17:59] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.006560 10.0.0.251 - - [2026-09-02 05:17:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.003263 10.0.0.251 - - [2026-09-02 05:17:59] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.005117 10.0.0.251 - - [2026-09-02 05:17:59] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.003525 10.0.0.251 - - [2026-09-02 05:17:59] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.007700 10.0.0.251 - - [2026-09-02 05:17:59] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.003258 10.0.0.251 - - [2026-09-02 05:17:59] "POST /ref-update HTTP/1.1" 200 156 0.032052 10.0.0.251 - - [2026-09-02 05:17:59] "POST /ref-update HTTP/1.1" 200 156 0.038529 10.0.0.251 - - [2026-09-02 05:17:59] "POST /ref-update HTTP/1.1" 200 156 0.175409 10.0.0.251 - - [2026-09-02 05:17:59] "POST /ref-update HTTP/1.1" 200 156 0.033442 10.0.0.251 - - [2026-09-02 05:17:59] "POST /ref-update HTTP/1.1" 200 156 0.058250 10.0.0.251 - - [2026-09-02 05:17:59] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.036492 10.0.0.251 - - [2026-09-02 05:17:59] "POST /tags HTTP/1.1" 200 300 0.058260 10.0.0.251 - - [2026-09-02 05:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.014447 10.0.0.251 - - [2026-09-02 05:17:59] "GET /tag/9111d5e0-0099-4cb4-a86c-dfe3597cac97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.029798 10.0.0.251 - - [2026-09-02 05:17:59] "POST /set-tag HTTP/1.1" 200 109 0.031026 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:18:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001152 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:18:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001399 10.0.0.251 - - [2026-09-02 05:18:00] "POST /tags HTTP/1.1" 200 306 0.151941 10.0.0.251 - - [2026-09-02 05:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.017926 10.0.0.251 - - [2026-09-02 05:18:00] "GET /tag/d21dae24-bab5-4921-bf2b-d784d10e813d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.020561 10.0.0.251 - - [2026-09-02 05:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.251 - - [2026-09-02 05:18:00] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.073839 10.0.0.251 - - [2026-09-02 05:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006699 10.0.0.251 - - [2026-09-02 05:18:00] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.014537 10.0.0.251 - - [2026-09-02 05:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.251 - - [2026-09-02 05:18:00] "GET /service-appliance-set/508c6166-a365-4388-9809-1d7c6fe983e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.006129 10.0.0.251 - - [2026-09-02 05:18:00] "POST /fqname-to-id HTTP/1.1" 404 240 0.002830 10.0.0.251 - - [2026-09-02 05:18:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.271473 10.0.0.251 - - [2026-09-02 05:18:00] "GET /virtual-machine-interface/f7c19eaa-2b5a-432e-9d42-7a64a3b4b46a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.042520 10.0.0.251 - - [2026-09-02 05:18:00] "POST /instance-ips HTTP/1.1" 200 382 0.070161 10.0.0.251 - - [2026-09-02 05:18:00] "GET /instance-ip/998a1d1f-3e62-4158-8b95-45934221780d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.034418 10.0.0.251 - - [2026-09-02 05:18:01] "POST /loadbalancers HTTP/1.1" 200 584 0.098381 10.0.0.251 - - [2026-09-02 05:18:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.015394 10.0.0.251 - - [2026-09-02 05:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011345 10.0.0.251 - - [2026-09-02 05:18:01] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.084737 10.0.0.251 - - [2026-09-02 05:18:01] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.050560 10.0.0.251 - - [2026-09-02 05:18:01] "GET /loadbalancer/6099407e-9bd5-4ae5-b097-1fb0b28bd917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.021184 10.0.0.251 - - [2026-09-02 05:18:01] "GET /instance-ip/998a1d1f-3e62-4158-8b95-45934221780d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.005990 10.0.0.251 - - [2026-09-02 05:18:01] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.036217 10.0.0.251 - - [2026-09-02 05:18:01] "POST /floating-ips HTTP/1.1" 200 585 0.070314 10.0.0.251 - - [2026-09-02 05:18:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.050745 10.0.0.251 - - [2026-09-02 05:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.017626 10.0.0.251 - - [2026-09-02 05:18:01] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.104167 10.0.0.251 - - [2026-09-02 05:18:01] "GET /loadbalancer-listener/b7171823-5f76-4386-a511-d043e3dc463b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003714 10.0.0.251 - - [2026-09-02 05:18:01] "GET /loadbalancer-listener/b7171823-5f76-4386-a511-d043e3dc463b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.004943 10.0.0.251 - - [2026-09-02 05:18:01] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.060280 10.0.0.251 - - [2026-09-02 05:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.251 - - [2026-09-02 05:18:01] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1865 0.003178 10.0.0.251 - - [2026-09-02 05:18:01] "GET /instance-ip/998a1d1f-3e62-4158-8b95-45934221780d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003412 10.0.0.251 - - [2026-09-02 05:18:01] "GET /instance-ip/998a1d1f-3e62-4158-8b95-45934221780d?fields=floating_ips HTTP/1.1" 200 1173 0.011503 10.0.0.251 - - [2026-09-02 05:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.251 - - [2026-09-02 05:18:01] "GET /floating-ip/b1a28b40-b82f-4a95-8433-286b215f644b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.004506 10.0.0.251 - - [2026-09-02 05:18:01] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.026289 10.0.0.251 - - [2026-09-02 05:18:01] "POST /tags HTTP/1.1" 200 302 0.120894 10.0.0.251 - - [2026-09-02 05:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.023392 10.0.0.251 - - [2026-09-02 05:18:02] "GET /tag/852d5451-60bd-4acd-a582-15c636b6047f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.049938 10.0.0.251 - - [2026-09-02 05:18:02] "POST /tags HTTP/1.1" 200 326 0.163787 10.0.0.251 - - [2026-09-02 05:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007037 10.0.0.251 - - [2026-09-02 05:18:02] "GET /tag/da2865f2-256f-485c-89a7-9329da122f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.019437 10.0.0.251 - - [2026-09-02 05:18:02] "POST /tags HTTP/1.1" 200 364 0.124434 10.0.0.251 - - [2026-09-02 05:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.012388 10.0.0.251 - - [2026-09-02 05:18:02] "GET /tag/0752f58f-fd50-43ee-a3a9-115e967df016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.016699 10.0.0.251 - - [2026-09-02 05:18:02] "POST /tags HTTP/1.1" 200 312 0.110330 10.0.0.251 - - [2026-09-02 05:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.251 - - [2026-09-02 05:18:02] "GET /tag/75ed285c-795e-42a5-a479-bc361293a62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.033726 10.0.0.251 - - [2026-09-02 05:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.251 - - [2026-09-02 05:18:02] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2300 0.007419 10.0.0.251 - - [2026-09-02 05:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.251 - - [2026-09-02 05:18:02] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.077961 10.0.0.251 - - [2026-09-02 05:18:02] "POST /virtual-machines HTTP/1.1" 200 378 0.014333 10.0.0.251 - - [2026-09-02 05:18:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.043200 10.0.0.251 - - [2026-09-02 05:18:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 642 0.178760 10.0.0.251 - - [2026-09-02 05:18:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.027931 10.0.0.251 - - [2026-09-02 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.012202 10.0.0.251 - - [2026-09-02 05:18:03] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2882 0.019164 10.0.0.251 - - [2026-09-02 05:18:03] "POST /instance-ips HTTP/1.1" 200 410 0.161843 10.0.0.251 - - [2026-09-02 05:18:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.075485 10.0.0.251 - - [2026-09-02 05:18:03] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.023138 10.0.0.251 - - [2026-09-02 05:18:03] "POST /ref-update HTTP/1.1" 200 156 0.020030 10.0.0.251 - - [2026-09-02 05:18:03] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2882 0.043295 10.0.0.251 - - [2026-09-02 05:18:03] "POST /set-tag HTTP/1.1" 200 109 0.110654 10.0.0.251 - - [2026-09-02 05:18:03] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.006768 10.0.0.251 - - [2026-09-02 05:18:03] "GET /instance-ip/ac0bb002-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.004314 10.0.0.251 - - [2026-09-02 05:18:03] "POST /tags HTTP/1.1" 200 358 0.049094 10.0.0.251 - - [2026-09-02 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.251 - - [2026-09-02 05:18:04] "GET /tag/77debef0-c932-482e-ba1e-6adb799ef38a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.023715 10.0.0.251 - - [2026-09-02 05:18:04] "POST /tags HTTP/1.1" 200 306 0.044856 10.0.0.251 - - [2026-09-02 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.251 - - [2026-09-02 05:18:04] "GET /tag/8914d038-fc5e-427a-a2c5-676a56054924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1124 0.035690 10.0.0.251 - - [2026-09-02 05:18:04] "POST /id-to-fqname HTTP/1.1" 200 174 0.005775 10.0.0.251 - - [2026-09-02 05:18:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.023861 10.0.0.251 - - [2026-09-02 05:18:04] "POST /security-groups HTTP/1.1" 200 571 0.199512 10.0.0.251 - - [2026-09-02 05:18:04] "POST /projects HTTP/1.1" 200 485 0.447056 10.0.0.251 - - [2026-09-02 05:18:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.024087 10.0.0.251 - - [2026-09-02 05:18:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.048201 10.0.0.251 - - [2026-09-02 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.034425 10.0.0.251 - - [2026-09-02 05:18:04] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2300 0.017443 10.0.0.251 - - [2026-09-02 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.251 - - [2026-09-02 05:18:04] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.021070 10.0.0.251 - - [2026-09-02 05:18:04] "POST /access-control-lists HTTP/1.1" 200 582 0.145611 10.0.0.251 - - [2026-09-02 05:18:04] "POST /fqname-to-id HTTP/1.1" 404 213 0.009371 10.0.0.251 - - [2026-09-02 05:18:04] "POST /access-control-lists HTTP/1.1" 200 580 0.055644 10.0.0.251 - - [2026-09-02 05:18:05] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.157878 10.0.0.251 - - [2026-09-02 05:18:05] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.069639 10.0.0.251 - - [2026-09-02 05:18:05] "POST /security-groups HTTP/1.1" 200 539 0.097740 10.0.0.251 - - [2026-09-02 05:18:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003960 10.0.0.251 - - [2026-09-02 05:18:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.040283 10.0.0.251 - - [2026-09-02 05:18:05] "POST /access-control-lists HTTP/1.1" 200 598 0.046127 10.0.0.251 - - [2026-09-02 05:18:05] "POST /chown HTTP/1.1" 200 109 0.044648 10.0.0.251 - - [2026-09-02 05:18:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.003005 10.0.0.251 - - [2026-09-02 05:18:05] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.005245 10.0.0.251 - - [2026-09-02 05:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001736 10.0.0.251 - - [2026-09-02 05:18:05] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.042538 10.0.0.251 - - [2026-09-02 05:18:05] "POST /access-control-lists HTTP/1.1" 200 596 0.075128 10.0.0.251 - - [2026-09-02 05:18:05] "POST /tags HTTP/1.1" 409 207 0.036593 10.0.0.251 - - [2026-09-02 05:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.251 - - [2026-09-02 05:18:05] "GET /tag/8914d038-fc5e-427a-a2c5-676a56054924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1124 0.018726 10.0.0.251 - - [2026-09-02 05:18:05] "POST /firewall-rules HTTP/1.1" 200 566 0.089597 10.0.0.251 - - [2026-09-02 05:18:05] "GET /firewall-rule/76db09c2-b91b-4e91-b48d-90b7845b4410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.005512 10.0.0.251 - - [2026-09-02 05:18:05] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.003236 10.0.0.251 - - [2026-09-02 05:18:05] "GET /firewall-rule/76db09c2-b91b-4e91-b48d-90b7845b4410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.002772 10.0.0.251 - - [2026-09-02 05:18:05] "POST /ref-update HTTP/1.1" 200 156 0.038729 10.0.0.251 - - [2026-09-02 05:18:05] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.010809 10.0.0.251 - - [2026-09-02 05:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.251 - - [2026-09-02 05:18:05] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005032 10.0.0.251 - - [2026-09-02 05:18:05] "POST /tags HTTP/1.1" 409 207 0.005357 10.0.0.251 - - [2026-09-02 05:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.251 - - [2026-09-02 05:18:05] "GET /tag/8914d038-fc5e-427a-a2c5-676a56054924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1124 0.014879 10.0.0.251 - - [2026-09-02 05:18:06] "POST /firewall-rules HTTP/1.1" 200 564 0.099557 10.0.0.251 - - [2026-09-02 05:18:06] "GET /firewall-rule/45fe2510-d9a9-44b4-8dcb-08b77cade3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.022376 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:18:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001202 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:18:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001220 10.0.0.251 - - [2026-09-02 05:18:06] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.005260 10.0.0.251 - - [2026-09-02 05:18:06] "GET /firewall-rule/45fe2510-d9a9-44b4-8dcb-08b77cade3d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.003932 10.0.0.251 - - [2026-09-02 05:18:06] "POST /ref-update HTTP/1.1" 200 156 0.036750 10.0.0.251 - - [2026-09-02 05:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.251 - - [2026-09-02 05:18:06] "GET /loadbalancer/6099407e-9bd5-4ae5-b097-1fb0b28bd917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.003157 10.0.0.251 - - [2026-09-02 05:18:06] "POST /tags HTTP/1.1" 200 302 0.044574 10.0.0.251 - - [2026-09-02 05:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.251 - - [2026-09-02 05:18:06] "GET /tag/1c5c0d8c-d354-4a45-bf93-3da02b281bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.027583 10.0.0.251 - - [2026-09-02 05:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010243 10.0.0.251 - - [2026-09-02 05:18:06] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.115382 10.0.0.251 - - [2026-09-02 05:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.251 - - [2026-09-02 05:18:06] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005889 10.0.0.251 - - [2026-09-02 05:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.251 - - [2026-09-02 05:18:06] "GET /service-appliance-set/508c6166-a365-4388-9809-1d7c6fe983e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.061132 10.0.0.251 - - [2026-09-02 05:18:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.002902 10.0.0.251 - - [2026-09-02 05:18:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.163571 10.0.0.251 - - [2026-09-02 05:18:06] "GET /virtual-machine-interface/5160062d-87f3-4300-9a4d-bac68d9a5d56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2317 0.029497 10.0.0.251 - - [2026-09-02 05:18:07] "POST /instance-ips HTTP/1.1" 200 378 0.034902 10.0.0.251 - - [2026-09-02 05:18:07] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005907 10.0.0.251 - - [2026-09-02 05:18:07] "POST /loadbalancers HTTP/1.1" 200 584 0.072213 10.0.0.251 - - [2026-09-02 05:18:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.045239 10.0.0.251 - - [2026-09-02 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.017556 10.0.0.251 - - [2026-09-02 05:18:07] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.095090 10.0.0.251 - - [2026-09-02 05:18:07] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005873 10.0.0.251 - - [2026-09-02 05:18:07] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.061068 10.0.0.251 - - [2026-09-02 05:18:07] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004642 10.0.0.251 - - [2026-09-02 05:18:07] "POST /floating-ips HTTP/1.1" 200 583 0.075125 10.0.0.251 - - [2026-09-02 05:18:07] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.048744 10.0.0.251 - - [2026-09-02 05:18:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.017799 10.0.0.251 - - [2026-09-02 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.251 - - [2026-09-02 05:18:07] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.065282 10.0.0.251 - - [2026-09-02 05:18:07] "GET /loadbalancer-listener/916c08e2-db80-4b7e-98a9-5f1e0392360b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004012 10.0.0.251 - - [2026-09-02 05:18:07] "GET /loadbalancer-listener/916c08e2-db80-4b7e-98a9-5f1e0392360b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1198 0.004871 10.0.0.251 - - [2026-09-02 05:18:07] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.027420 10.0.0.251 - - [2026-09-02 05:18:07] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.011863 10.0.0.251 - - [2026-09-02 05:18:07] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?fields=floating_ips HTTP/1.1" 200 1165 0.008443 10.0.0.251 - - [2026-09-02 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.251 - - [2026-09-02 05:18:07] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.005275 10.0.0.251 - - [2026-09-02 05:18:07] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.062970 10.0.0.251 - - [2026-09-02 05:18:07] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.009096 10.0.0.251 - - [2026-09-02 05:18:07] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.032628 10.0.0.251 - - [2026-09-02 05:18:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.031959 10.0.0.251 - - [2026-09-02 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011408 10.0.0.251 - - [2026-09-02 05:18:08] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.065219 10.0.0.251 - - [2026-09-02 05:18:08] "GET /loadbalancer-listener/ae28b7f3-9c73-48fa-8664-28ac27dd18e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003409 10.0.0.251 - - [2026-09-02 05:18:08] "GET /loadbalancer-listener/ae28b7f3-9c73-48fa-8664-28ac27dd18e7?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.004257 10.0.0.251 - - [2026-09-02 05:18:08] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.027243 10.0.0.251 - - [2026-09-02 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.251 - - [2026-09-02 05:18:08] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004215 10.0.0.251 - - [2026-09-02 05:18:08] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?fields=floating_ips HTTP/1.1" 200 1165 0.003474 10.0.0.251 - - [2026-09-02 05:18:08] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.044498 10.0.0.251 - - [2026-09-02 05:18:08] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.003010 10.0.0.251 - - [2026-09-02 05:18:08] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003547 10.0.0.251 - - [2026-09-02 05:18:08] "POST /loadbalancer-listeners HTTP/1.1" 200 694 0.023521 10.0.0.251 - - [2026-09-02 05:18:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.036443 10.0.0.251 - - [2026-09-02 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.014773 10.0.0.251 - - [2026-09-02 05:18:08] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.098760 10.0.0.251 - - [2026-09-02 05:18:08] "GET /loadbalancer-listener/31582ddc-71c7-4da4-aec4-abee3a008e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.009117 10.0.0.251 - - [2026-09-02 05:18:08] "GET /loadbalancer-listener/31582ddc-71c7-4da4-aec4-abee3a008e6f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1201 0.004473 10.0.0.251 - - [2026-09-02 05:18:08] "POST /loadbalancer-pools HTTP/1.1" 200 686 0.049908 10.0.0.251 - - [2026-09-02 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.251 - - [2026-09-02 05:18:08] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004544 10.0.0.251 - - [2026-09-02 05:18:08] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004548 10.0.0.251 - - [2026-09-02 05:18:08] "GET /instance-ip/12d2b813-d08c-4509-864c-1aa36086fadf?fields=floating_ips HTTP/1.1" 200 1165 0.005702 10.0.0.251 - - [2026-09-02 05:18:08] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.005990 10.0.0.251 - - [2026-09-02 05:18:08] "POST /tags HTTP/1.1" 200 356 0.039779 10.0.0.251 - - [2026-09-02 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.026892 10.0.0.251 - - [2026-09-02 05:18:08] "GET /tag/c056a6a5-1d91-4de8-9ad0-82a7ee03db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.017589 10.0.0.251 - - [2026-09-02 05:18:08] "POST /tags HTTP/1.1" 200 304 0.032207 10.0.0.251 - - [2026-09-02 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.016118 10.0.0.251 - - [2026-09-02 05:18:08] "GET /tag/7df51615-a798-4795-83c2-e0237097abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.015880 10.0.0.251 - - [2026-09-02 05:18:08] "POST /projects HTTP/1.1" 409 218 0.003000 10.0.0.251 - - [2026-09-02 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008554 10.0.0.251 - - [2026-09-02 05:18:09] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.062294 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.251 - - [2026-09-02 05:18:09] "GET /network-ipam/1ab22628-2b3a-4d27-85d6-810bf8dbec3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003617 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.251 - - [2026-09-02 05:18:09] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005908 10.0.0.251 - - [2026-09-02 05:18:09] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.081747 10.0.0.251 - - [2026-09-02 05:18:09] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.020635 10.0.0.251 - - [2026-09-02 05:18:09] "POST /set-tag HTTP/1.1" 200 109 0.060558 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.024517 10.0.0.251 - - [2026-09-02 05:18:09] "GET /network-ipam/9ff04fc8-07bc-4147-8528-be0e27955bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.003510 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.251 - - [2026-09-02 05:18:09] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005266 10.0.0.251 - - [2026-09-02 05:18:09] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.068842 10.0.0.251 - - [2026-09-02 05:18:09] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006262 10.0.0.251 - - [2026-09-02 05:18:09] "POST /set-tag HTTP/1.1" 200 109 0.073350 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006230 10.0.0.251 - - [2026-09-02 05:18:09] "GET /network-policy/582ab680-4382-4bc9-ad42-52f162747aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003900 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.251 - - [2026-09-02 05:18:09] "GET /network-policy/caa9138a-e907-4a09-88cd-bca8d1fef42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.002947 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002008 10.0.0.251 - - [2026-09-02 05:18:09] "GET /network-policy/abb856a4-e4c9-4ecc-80cd-b95d2cff0326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.003736 10.0.0.251 - - [2026-09-02 05:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.251 - - [2026-09-02 05:18:09] "PUT /network-policy/abb856a4-e4c9-4ecc-80cd-b95d2cff0326 HTTP/1.1" 200 263 0.013124 10.0.0.251 - - [2026-09-02 05:18:09] "PUT /access-control-list/9655edca-17ef-4b6c-9c6e-eba1897f7e1b HTTP/1.1" 200 273 0.021303 10.0.0.251 - - [2026-09-02 05:18:09] "POST /ref-update HTTP/1.1" 200 156 0.082746 10.0.0.251 - - [2026-09-02 05:18:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.027740 10.0.0.251 - - [2026-09-02 05:18:09] "PUT /access-control-list/63303e01-262b-47fd-8151-229279a91360 HTTP/1.1" 200 273 0.068661 10.0.0.251 - - [2026-09-02 05:18:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013259 10.0.0.251 - - [2026-09-02 05:18:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005289 10.0.0.251 - - [2026-09-02 05:18:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002662 10.0.0.251 - - [2026-09-02 05:18:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004141 10.0.0.251 - - [2026-09-02 05:18:10] "POST /security-groups HTTP/1.1" 409 245 0.002648 10.0.0.251 - - [2026-09-02 05:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.251 - - [2026-09-02 05:18:10] "PUT /security-group/936bebac-e764-447e-9078-a86ec34fc706 HTTP/1.1" 200 263 0.085085 10.0.0.251 - - [2026-09-02 05:18:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.057915 10.0.0.251 - - [2026-09-02 05:18:10] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.018330 10.0.0.251 - - [2026-09-02 05:18:10] "PUT /access-control-list/d892a853-7fda-46e6-bc3e-995c246063cb HTTP/1.1" 200 273 0.054168 10.0.0.251 - - [2026-09-02 05:18:10] "PUT /access-control-list/7541a4a5-89c6-486e-ad60-ff85c8c46f4e HTTP/1.1" 200 273 0.035372 10.0.0.251 - - [2026-09-02 05:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.021301 10.0.0.251 - - [2026-09-02 05:18:10] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.013894 10.0.0.251 - - [2026-09-02 05:18:10] "POST /tags HTTP/1.1" 409 206 0.003161 10.0.0.251 - - [2026-09-02 05:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.251 - - [2026-09-02 05:18:10] "GET /tag/7df51615-a798-4795-83c2-e0237097abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.019407 10.0.0.251 - - [2026-09-02 05:18:10] "POST /firewall-rules HTTP/1.1" 200 564 0.073948 10.0.0.251 - - [2026-09-02 05:18:10] "GET /firewall-rule/869e8cc7-86fc-467f-95f0-7da674fdbd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007572 10.0.0.251 - - [2026-09-02 05:18:10] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.007510 10.0.0.251 - - [2026-09-02 05:18:10] "GET /firewall-rule/869e8cc7-86fc-467f-95f0-7da674fdbd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.003835 10.0.0.251 - - [2026-09-02 05:18:10] "POST /ref-update HTTP/1.1" 200 156 0.028668 10.0.0.251 - - [2026-09-02 05:18:10] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.005511 10.0.0.251 - - [2026-09-02 05:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.251 - - [2026-09-02 05:18:10] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004501 10.0.0.251 - - [2026-09-02 05:18:10] "POST /tags HTTP/1.1" 409 206 0.002451 10.0.0.251 - - [2026-09-02 05:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001960 10.0.0.251 - - [2026-09-02 05:18:10] "GET /tag/7df51615-a798-4795-83c2-e0237097abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.020257 10.0.0.251 - - [2026-09-02 05:18:10] "POST /firewall-rules HTTP/1.1" 200 562 0.089221 10.0.0.251 - - [2026-09-02 05:18:10] "GET /firewall-rule/7d2e8d6d-0048-405e-bae0-861ced651aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.013895 10.0.0.251 - - [2026-09-02 05:18:11] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005365 10.0.0.251 - - [2026-09-02 05:18:11] "GET /firewall-rule/7d2e8d6d-0048-405e-bae0-861ced651aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.003340 10.0.0.251 - - [2026-09-02 05:18:11] "POST /ref-update HTTP/1.1" 200 156 0.030198 10.0.0.251 - - [2026-09-02 05:18:11] "POST /tags HTTP/1.1" 200 372 0.021369 10.0.0.251 - - [2026-09-02 05:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.020322 10.0.0.251 - - [2026-09-02 05:18:11] "GET /tag/22fe10af-df52-44aa-8fe6-0b4bf427cffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.013946 10.0.0.251 - - [2026-09-02 05:18:11] "POST /tags HTTP/1.1" 200 320 0.021580 10.0.0.251 - - [2026-09-02 05:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006965 10.0.0.251 - - [2026-09-02 05:18:11] "GET /tag/0725df89-29b5-451c-9393-1dcad35774c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.018258 10.0.0.251 - - [2026-09-02 05:18:11] "POST /id-to-fqname HTTP/1.1" 200 181 0.000772 10.0.0.251 - - [2026-09-02 05:18:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.014376 10.0.0.251 - - [2026-09-02 05:18:11] "POST /security-groups HTTP/1.1" 200 578 0.074534 10.0.0.251 - - [2026-09-02 05:18:11] "POST /projects HTTP/1.1" 200 499 0.274973 10.0.0.251 - - [2026-09-02 05:18:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.009102 10.0.0.251 - - [2026-09-02 05:18:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.015865 10.0.0.251 - - [2026-09-02 05:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005840 10.0.0.251 - - [2026-09-02 05:18:11] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.021965 10.0.0.251 - - [2026-09-02 05:18:11] "POST /access-control-lists HTTP/1.1" 200 589 0.093374 10.0.0.251 - - [2026-09-02 05:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.022835 10.0.0.251 - - [2026-09-02 05:18:11] "POST /fqname-to-id HTTP/1.1" 404 224 0.018648 10.0.0.251 - - [2026-09-02 05:18:11] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2832 0.005967 10.0.0.251 - - [2026-09-02 05:18:11] "POST /access-control-lists HTTP/1.1" 200 587 0.096676 10.0.0.251 - - [2026-09-02 05:18:11] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.167206 10.0.0.251 - - [2026-09-02 05:18:12] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.109548 10.0.0.251 - - [2026-09-02 05:18:12] "POST /security-groups HTTP/1.1" 200 560 0.078781 10.0.0.251 - - [2026-09-02 05:18:12] "POST /fqname-to-id HTTP/1.1" 404 248 0.002690 10.0.0.251 - - [2026-09-02 05:18:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.083124 10.0.0.251 - - [2026-09-02 05:18:12] "POST /access-control-lists HTTP/1.1" 200 612 0.116270 10.0.0.251 - - [2026-09-02 05:18:12] "POST /fqname-to-id HTTP/1.1" 404 247 0.050508 10.0.0.251 - - [2026-09-02 05:18:12] "POST /chown HTTP/1.1" 200 109 0.064665 10.0.0.251 - - [2026-09-02 05:18:12] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.031469 10.0.0.251 - - [2026-09-02 05:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.251 - - [2026-09-02 05:18:12] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.030250 10.0.0.251 - - [2026-09-02 05:18:12] "POST /access-control-lists HTTP/1.1" 200 610 0.101852 10.0.0.251 - - [2026-09-02 05:18:12] "POST /tags HTTP/1.1" 409 214 0.024700 10.0.0.251 - - [2026-09-02 05:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.251 - - [2026-09-02 05:18:12] "GET /tag/0725df89-29b5-451c-9393-1dcad35774c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.017305 10.0.0.251 - - [2026-09-02 05:18:12] "POST /firewall-rules HTTP/1.1" 200 580 0.105335 10.0.0.251 - - [2026-09-02 05:18:12] "GET /firewall-rule/c6c0e944-aae9-4125-8ef4-72185a0b21e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005547 10.0.0.251 - - [2026-09-02 05:18:12] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2430 0.005281 10.0.0.251 - - [2026-09-02 05:18:12] "GET /firewall-rule/c6c0e944-aae9-4125-8ef4-72185a0b21e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005153 10.0.0.251 - - [2026-09-02 05:18:12] "POST /ref-update HTTP/1.1" 200 156 0.043350 10.0.0.251 - - [2026-09-02 05:18:12] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.011532 10.0.0.251 - - [2026-09-02 05:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.251 - - [2026-09-02 05:18:12] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004043 10.0.0.251 - - [2026-09-02 05:18:12] "POST /tags HTTP/1.1" 409 214 0.002494 10.0.0.251 - - [2026-09-02 05:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.251 - - [2026-09-02 05:18:12] "GET /tag/0725df89-29b5-451c-9393-1dcad35774c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.015377 10.0.0.251 - - [2026-09-02 05:18:13] "POST /firewall-rules HTTP/1.1" 200 578 0.076741 10.0.0.251 - - [2026-09-02 05:18:13] "GET /firewall-rule/08d89105-27fb-4a02-be6c-2fc89af8d8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008454 10.0.0.251 - - [2026-09-02 05:18:13] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2676 0.005448 10.0.0.251 - - [2026-09-02 05:18:13] "GET /firewall-rule/08d89105-27fb-4a02-be6c-2fc89af8d8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.003471 10.0.0.251 - - [2026-09-02 05:18:13] "POST /ref-update HTTP/1.1" 200 156 0.065346 10.0.0.251 - - [2026-09-02 05:18:13] "POST /tags HTTP/1.1" 200 364 0.050324 10.0.0.251 - - [2026-09-02 05:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.017242 10.0.0.251 - - [2026-09-02 05:18:13] "GET /tag/822022ee-6796-4c1b-b900-8d094492ec6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.021221 10.0.0.251 - - [2026-09-02 05:18:13] "POST /tags HTTP/1.1" 200 312 0.038093 10.0.0.251 - - [2026-09-02 05:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.251 - - [2026-09-02 05:18:13] "GET /tag/fcc4f98d-620d-4e2d-92d2-c36400914646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1137 0.028949 10.0.0.251 - - [2026-09-02 05:18:13] "POST /id-to-fqname HTTP/1.1" 200 177 0.002474 10.0.0.251 - - [2026-09-02 05:18:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.014442 10.0.0.251 - - [2026-09-02 05:18:13] "POST /security-groups HTTP/1.1" 200 574 0.089530 10.0.0.251 - - [2026-09-02 05:18:13] "POST /projects HTTP/1.1" 200 491 0.304948 10.0.0.251 - - [2026-09-02 05:18:13] "POST /fqname-to-id HTTP/1.1" 404 217 0.007280 10.0.0.251 - - [2026-09-02 05:18:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.009543 10.0.0.251 - - [2026-09-02 05:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.020828 10.0.0.251 - - [2026-09-02 05:18:13] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2888 0.031549 10.0.0.251 - - [2026-09-02 05:18:13] "POST /access-control-lists HTTP/1.1" 200 585 0.090930 10.0.0.251 - - [2026-09-02 05:18:13] "POST /fqname-to-id HTTP/1.1" 404 216 0.007230 10.0.0.251 - - [2026-09-02 05:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.251 - - [2026-09-02 05:18:13] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008659 10.0.0.251 - - [2026-09-02 05:18:14] "POST /access-control-lists HTTP/1.1" 200 583 0.052906 10.0.0.251 - - [2026-09-02 05:18:14] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.086006 10.0.0.251 - - [2026-09-02 05:18:14] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.054892 10.0.0.251 - - [2026-09-02 05:18:14] "POST /security-groups HTTP/1.1" 200 548 0.085339 10.0.0.251 - - [2026-09-02 05:18:14] "POST /fqname-to-id HTTP/1.1" 404 240 0.004037 10.0.0.251 - - [2026-09-02 05:18:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.059510 10.0.0.251 - - [2026-09-02 05:18:14] "POST /access-control-lists HTTP/1.1" 200 604 0.062388 10.0.0.251 - - [2026-09-02 05:18:14] "POST /chown HTTP/1.1" 200 109 0.036158 10.0.0.251 - - [2026-09-02 05:18:14] "POST /fqname-to-id HTTP/1.1" 404 239 0.022349 10.0.0.251 - - [2026-09-02 05:18:14] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.006570 10.0.0.251 - - [2026-09-02 05:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.251 - - [2026-09-02 05:18:14] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003557 10.0.0.251 - - [2026-09-02 05:18:14] "POST /tags HTTP/1.1" 409 210 0.002923 10.0.0.251 - - [2026-09-02 05:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010855 10.0.0.251 - - [2026-09-02 05:18:14] "GET /tag/fcc4f98d-620d-4e2d-92d2-c36400914646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1137 0.034864 10.0.0.251 - - [2026-09-02 05:18:14] "POST /access-control-lists HTTP/1.1" 200 602 0.086951 10.0.0.251 - - [2026-09-02 05:18:14] "POST /firewall-rules HTTP/1.1" 200 572 0.104482 10.0.0.251 - - [2026-09-02 05:18:14] "GET /firewall-rule/7a4bc859-d118-4256-bb77-14f8f3cadaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.023464 10.0.0.251 - - [2026-09-02 05:18:14] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2921 0.006096 10.0.0.251 - - [2026-09-02 05:18:14] "GET /firewall-rule/7a4bc859-d118-4256-bb77-14f8f3cadaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.003703 10.0.0.251 - - [2026-09-02 05:18:14] "POST /ref-update HTTP/1.1" 200 156 0.053723 10.0.0.251 - - [2026-09-02 05:18:14] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.011768 10.0.0.251 - - [2026-09-02 05:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.251 - - [2026-09-02 05:18:14] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003438 10.0.0.251 - - [2026-09-02 05:18:14] "POST /tags HTTP/1.1" 409 210 0.002432 10.0.0.251 - - [2026-09-02 05:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.251 - - [2026-09-02 05:18:14] "GET /tag/fcc4f98d-620d-4e2d-92d2-c36400914646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1137 0.011733 10.0.0.251 - - [2026-09-02 05:18:15] "POST /firewall-rules HTTP/1.1" 200 570 0.092335 10.0.0.251 - - [2026-09-02 05:18:15] "GET /firewall-rule/2c0392fb-1705-4573-8da9-18f2ec8a7b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006284 10.0.0.251 - - [2026-09-02 05:18:15] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3163 0.005266 10.0.0.251 - - [2026-09-02 05:18:15] "GET /firewall-rule/2c0392fb-1705-4573-8da9-18f2ec8a7b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.003765 10.0.0.251 - - [2026-09-02 05:18:15] "POST /ref-update HTTP/1.1" 200 156 0.067138 10.0.0.251 - - [2026-09-02 05:18:15] "POST /tags HTTP/1.1" 409 237 0.017942 10.0.0.251 - - [2026-09-02 05:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.251 - - [2026-09-02 05:18:15] "GET /tag/0752f58f-fd50-43ee-a3a9-115e967df016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.015106 10.0.0.251 - - [2026-09-02 05:18:15] "POST /tags HTTP/1.1" 409 210 0.012979 10.0.0.251 - - [2026-09-02 05:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006153 10.0.0.251 - - [2026-09-02 05:18:15] "GET /tag/75ed285c-795e-42a5-a479-bc361293a62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.013683 10.0.0.251 - - [2026-09-02 05:18:15] "POST /projects HTTP/1.1" 409 223 0.002993 10.0.0.251 - - [2026-09-02 05:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002322 10.0.0.251 - - [2026-09-02 05:18:15] "GET /project/edaf6d1d-4646-436c-9a59-55c81685163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.050617 10.0.0.251 - - [2026-09-02 05:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.251 - - [2026-09-02 05:18:15] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004545 10.0.0.251 - - [2026-09-02 05:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.251 - - [2026-09-02 05:18:15] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.019520 10.0.0.251 - - [2026-09-02 05:18:15] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.062497 10.0.0.251 - - [2026-09-02 05:18:15] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.063488 10.0.0.251 - - [2026-09-02 05:18:15] "POST /security-groups HTTP/1.1" 409 253 0.013620 10.0.0.251 - - [2026-09-02 05:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.251 - - [2026-09-02 05:18:15] "PUT /security-group/751ef43a-645c-4287-8e66-9abe9ef373d5 HTTP/1.1" 200 263 0.075984 10.0.0.251 - - [2026-09-02 05:18:15] "PUT /access-control-list/e0ba3c64-f9ba-4aae-bb62-7eb5f644bd15 HTTP/1.1" 200 273 0.041110 10.0.0.251 - - [2026-09-02 05:18:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.058179 10.0.0.251 - - [2026-09-02 05:18:16] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.044662 10.0.0.251 - - [2026-09-02 05:18:16] "PUT /access-control-list/64137189-65a4-49f3-9dfe-ad4ea13563cc HTTP/1.1" 200 273 0.102172 10.0.0.251 - - [2026-09-02 05:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.251 - - [2026-09-02 05:18:16] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.028818 10.0.0.251 - - [2026-09-02 05:18:16] "POST /tags HTTP/1.1" 409 210 0.002317 10.0.0.251 - - [2026-09-02 05:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.251 - - [2026-09-02 05:18:16] "GET /tag/75ed285c-795e-42a5-a479-bc361293a62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.015183 10.0.0.251 - - [2026-09-02 05:18:16] "POST /firewall-rules HTTP/1.1" 200 572 0.087570 10.0.0.251 - - [2026-09-02 05:18:16] "GET /firewall-rule/6f7d2f46-969a-44d7-a2d7-8548b098146b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.005355 10.0.0.251 - - [2026-09-02 05:18:16] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3404 0.004956 10.0.0.251 - - [2026-09-02 05:18:16] "GET /firewall-rule/6f7d2f46-969a-44d7-a2d7-8548b098146b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.003536 10.0.0.251 - - [2026-09-02 05:18:16] "POST /ref-update HTTP/1.1" 200 156 0.052627 10.0.0.251 - - [2026-09-02 05:18:16] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.009017 10.0.0.251 - - [2026-09-02 05:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.251 - - [2026-09-02 05:18:16] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003397 10.0.0.251 - - [2026-09-02 05:18:16] "POST /tags HTTP/1.1" 409 210 0.002356 10.0.0.251 - - [2026-09-02 05:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001987 10.0.0.251 - - [2026-09-02 05:18:16] "GET /tag/75ed285c-795e-42a5-a479-bc361293a62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.013763 10.0.0.251 - - [2026-09-02 05:18:16] "POST /firewall-rules HTTP/1.1" 200 570 0.075794 10.0.0.251 - - [2026-09-02 05:18:16] "GET /firewall-rule/eeaf6c67-2064-4b26-b4ad-a2d355d5cdb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.015239 10.0.0.251 - - [2026-09-02 05:18:16] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3646 0.004973 10.0.0.251 - - [2026-09-02 05:18:16] "GET /firewall-rule/eeaf6c67-2064-4b26-b4ad-a2d355d5cdb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.002419 10.0.0.251 - - [2026-09-02 05:18:16] "POST /ref-update HTTP/1.1" 200 156 0.048785 10.0.0.251 - - [2026-09-02 05:18:16] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.005157 10.0.0.251 - - [2026-09-02 05:18:16] "POST /set-tag HTTP/1.1" 200 109 0.002895 10.0.0.38 - - [2026-09-02 05:18:18] "GET / HTTP/1.1" 200 36215 0.002945 10.0.0.38 - - [2026-09-02 05:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.38 - - [2026-09-02 05:18:18] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.009472 10.0.0.38 - - [2026-09-02 05:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.38 - - [2026-09-02 05:18:18] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003709 10.0.0.38 - - [2026-09-02 05:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.38 - - [2026-09-02 05:18:18] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006090 10.0.0.38 - - [2026-09-02 05:18:18] "PUT /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330 HTTP/1.1" 200 263 0.024505 10.0.0.38 - - [2026-09-02 05:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024051 10.0.0.38 - - [2026-09-02 05:18:19] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.009197 10.0.0.38 - - [2026-09-02 05:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.38 - - [2026-09-02 05:18:19] "GET /virtual-machine-interface/3df29981-b0bc-4c5c-80df-f9170cfd36dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.005614 10.0.0.38 - - [2026-09-02 05:18:19] "PUT /virtual-machine-interface/3df29981-b0bc-4c5c-80df-f9170cfd36dc HTTP/1.1" 200 285 0.014827 10.0.0.251 - - [2026-09-02 05:18:27] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.018176 10.0.0.251 - - [2026-09-02 05:18:27] "POST /set-tag HTTP/1.1" 200 109 0.003793 10.0.0.251 - - [2026-09-02 05:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.251 - - [2026-09-02 05:18:27] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003124 10.0.0.251 - - [2026-09-02 05:18:27] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.006922 10.0.0.251 - - [2026-09-02 05:18:27] "POST /set-tag HTTP/1.1" 200 109 0.003337 10.0.0.251 - - [2026-09-02 05:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.251 - - [2026-09-02 05:18:27] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.002786 10.0.0.251 - - [2026-09-02 05:18:27] "GET /loadbalancer-pool/ef8a47d5-e832-4341-a5be-dacc4f5e8540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.009114 10.0.0.251 - - [2026-09-02 05:18:27] "POST /loadbalancer-members HTTP/1.1" 200 692 0.028565 10.0.0.251 - - [2026-09-02 05:18:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.036152 10.0.0.251 - - [2026-09-02 05:18:27] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.014156 10.0.0.251 - - [2026-09-02 05:18:27] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.005846 10.0.0.251 - - [2026-09-02 05:18:27] "POST /ref-update HTTP/1.1" 200 156 0.012290 10.0.0.251 - - [2026-09-02 05:18:27] "POST /tags HTTP/1.1" 409 205 0.007375 10.0.0.251 - - [2026-09-02 05:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006508 10.0.0.251 - - [2026-09-02 05:18:27] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1774 0.037880 10.0.0.251 - - [2026-09-02 05:18:27] "GET /tag/1c5c0d8c-d354-4a45-bf93-3da02b281bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.019332 10.0.0.251 - - [2026-09-02 05:18:27] "PUT /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5 HTTP/1.1" 200 257 0.027130 10.0.0.251 - - [2026-09-02 05:18:27] "POST /set-tag HTTP/1.1" 200 109 0.072212 10.0.0.251 - - [2026-09-02 05:18:27] "GET /loadbalancer-pool/ac9dcf62-f060-4730-89db-d5cc5ba04a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.043185 10.0.0.251 - - [2026-09-02 05:18:27] "POST /loadbalancer-members HTTP/1.1" 200 692 0.025119 10.0.0.251 - - [2026-09-02 05:18:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.013530 10.0.0.251 - - [2026-09-02 05:18:28] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.016909 10.0.0.251 - - [2026-09-02 05:18:28] "POST /set-tag HTTP/1.1" 200 109 0.003588 10.0.0.251 - - [2026-09-02 05:18:28] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004761 10.0.0.251 - - [2026-09-02 05:18:28] "POST /ref-update HTTP/1.1" 200 156 0.007751 10.0.0.251 - - [2026-09-02 05:18:28] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1919 0.017644 10.0.0.251 - - [2026-09-02 05:18:28] "GET /loadbalancer-pool/2129e85c-3764-4d55-9847-ff1157884322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.007784 10.0.0.251 - - [2026-09-02 05:18:28] "PUT /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5 HTTP/1.1" 200 257 0.028676 10.0.0.251 - - [2026-09-02 05:18:28] "POST /loadbalancer-members HTTP/1.1" 200 694 0.053043 10.0.0.251 - - [2026-09-02 05:18:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.023698 10.0.0.251 - - [2026-09-02 05:18:28] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.012123 10.0.0.251 - - [2026-09-02 05:18:28] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.006018 10.0.0.251 - - [2026-09-02 05:18:28] "POST /set-tag HTTP/1.1" 200 109 0.011150 10.0.0.251 - - [2026-09-02 05:18:28] "POST /ref-update HTTP/1.1" 200 156 0.019403 10.0.0.251 - - [2026-09-02 05:18:28] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.012265 10.0.0.251 - - [2026-09-02 05:18:28] "PUT /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5 HTTP/1.1" 200 257 0.021382 10.0.0.251 - - [2026-09-02 05:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008593 10.0.0.251 - - [2026-09-02 05:18:39] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005244 10.0.0.251 - - [2026-09-02 05:18:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.022931 10.0.0.251 - - [2026-09-02 05:18:57] "POST /set-tag HTTP/1.1" 200 109 0.003078 10.0.0.251 - - [2026-09-02 05:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.251 - - [2026-09-02 05:18:57] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003230 10.0.0.251 - - [2026-09-02 05:18:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004595 10.0.0.251 - - [2026-09-02 05:18:57] "POST /set-tag HTTP/1.1" 200 109 0.026717 10.0.0.251 - - [2026-09-02 05:18:57] "DELETE /loadbalancer-member/7da23305-57fc-453b-bb59-dd24f30de311 HTTP/1.1" 200 115 0.133651 10.0.0.251 - - [2026-09-02 05:18:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.012534 10.0.0.251 - - [2026-09-02 05:18:57] "POST /set-tag HTTP/1.1" 200 109 0.004433 10.0.0.251 - - [2026-09-02 05:18:58] "DELETE /loadbalancer-member/e57e88aa-59d8-41dd-bb60-0ab69b2f6537 HTTP/1.1" 200 115 0.040734 10.0.0.251 - - [2026-09-02 05:18:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.006308 10.0.0.251 - - [2026-09-02 05:18:58] "POST /set-tag HTTP/1.1" 200 109 0.004580 10.0.0.251 - - [2026-09-02 05:18:58] "DELETE /loadbalancer-member/2ab734a0-23a0-4c7a-9ac1-adf36b08cd4a HTTP/1.1" 200 115 0.041244 10.0.0.251 - - [2026-09-02 05:18:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.008858 10.0.0.251 - - [2026-09-02 05:18:58] "POST /set-tag HTTP/1.1" 200 109 0.003661 10.0.0.251 - - [2026-09-02 05:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.251 - - [2026-09-02 05:18:58] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003183 10.0.0.251 - - [2026-09-02 05:18:58] "GET /loadbalancer-pool/ef8a47d5-e832-4341-a5be-dacc4f5e8540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.003058 10.0.0.251 - - [2026-09-02 05:18:58] "POST /loadbalancer-members HTTP/1.1" 200 692 0.055871 10.0.0.251 - - [2026-09-02 05:18:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.040959 10.0.0.251 - - [2026-09-02 05:18:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.023017 10.0.0.251 - - [2026-09-02 05:18:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.009079 10.0.0.251 - - [2026-09-02 05:18:58] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.004314 10.0.0.251 - - [2026-09-02 05:18:58] "POST /set-tag HTTP/1.1" 200 109 0.080169 10.0.0.251 - - [2026-09-02 05:18:58] "GET /loadbalancer-pool/ac9dcf62-f060-4730-89db-d5cc5ba04a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.012252 10.0.0.251 - - [2026-09-02 05:18:58] "POST /loadbalancer-members HTTP/1.1" 200 692 0.055679 10.0.0.251 - - [2026-09-02 05:18:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.018769 10.0.0.251 - - [2026-09-02 05:18:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.023313 10.0.0.251 - - [2026-09-02 05:18:58] "POST /set-tag HTTP/1.1" 200 109 0.010750 10.0.0.251 - - [2026-09-02 05:18:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.010499 10.0.0.251 - - [2026-09-02 05:18:58] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006189 10.0.0.251 - - [2026-09-02 05:18:58] "GET /loadbalancer-pool/2129e85c-3764-4d55-9847-ff1157884322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.005731 10.0.0.251 - - [2026-09-02 05:18:58] "POST /loadbalancer-members HTTP/1.1" 200 694 0.044883 10.0.0.251 - - [2026-09-02 05:18:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.065794 10.0.0.251 - - [2026-09-02 05:18:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005326 10.0.0.251 - - [2026-09-02 05:18:59] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.058072 10.0.0.251 - - [2026-09-02 05:18:59] "POST /set-tag HTTP/1.1" 200 109 0.003349 10.0.0.251 - - [2026-09-02 05:18:59] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.003268 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:19:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001299 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:19:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001190 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:19:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001494 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:19:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001537 10.0.0.251 - - [2026-09-02 05:19:28] "GET / HTTP/1.1" 200 36215 0.001625 10.0.0.251 - - [2026-09-02 05:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.251 - - [2026-09-02 05:19:28] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.005117 10.0.0.251 - - [2026-09-02 05:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.251 - - [2026-09-02 05:19:29] "GET /config-node/4f0717d6-83dc-4ef5-b82e-9e1e24028a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1211 0.009865 10.0.0.251 - - [2026-09-02 05:19:41] "GET / HTTP/1.1" 200 36215 0.001374 10.0.0.251 - - [2026-09-02 05:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.251 - - [2026-09-02 05:19:41] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004094 10.0.0.251 - - [2026-09-02 05:19:41] "POST /bgp-routers HTTP/1.1" 409 301 0.004552 10.0.0.251 - - [2026-09-02 05:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.251 - - [2026-09-02 05:19:41] "GET /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1818 0.005777 10.0.0.251 - - [2026-09-02 05:19:41] "PUT /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa HTTP/1.1" 200 255 0.025476 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:19:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001115 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:19:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000982 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:20:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001320 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:20:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001553 10.0.0.251 - - [2026-09-02 05:20:59] "GET / HTTP/1.1" 200 36215 0.001715 10.0.0.251 - - [2026-09-02 05:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.251 - - [2026-09-02 05:20:59] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.091979 10.0.0.251 - - [2026-09-02 05:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.251 - - [2026-09-02 05:20:59] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.030025 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.251 - - [2026-09-02 05:21:00] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.050416 10.0.0.251 - - [2026-09-02 05:21:00] "POST /tags HTTP/1.1" 200 334 0.044265 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.251 - - [2026-09-02 05:21:00] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.023954 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001857 10.0.0.251 - - [2026-09-02 05:21:00] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.037056 10.0.0.251 - - [2026-09-02 05:21:00] "GET /virtual-networks?parent_id=11d461a7-3c90-469e-8fca-17484fcb0159&detail=False&count=False&shared=False HTTP/1.1" 200 555 0.004493 10.0.0.251 - - [2026-09-02 05:21:00] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.066308 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005559 10.0.0.251 - - [2026-09-02 05:21:00] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.006539 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.019546 10.0.0.251 - - [2026-09-02 05:21:00] "GET /service-appliance-set/508c6166-a365-4388-9809-1d7c6fe983e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.005914 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.002540 10.0.0.251 - - [2026-09-02 05:21:00] "POST /virtual-networks HTTP/1.1" 200 514 0.139343 10.0.0.251 - - [2026-09-02 05:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.012405 10.0.0.251 - - [2026-09-02 05:21:01] "GET /network-ipam/628e0f14-545a-41fe-89f4-d00b9da6f8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003982 10.0.0.251 - - [2026-09-02 05:21:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 666 0.154916 10.0.0.251 - - [2026-09-02 05:21:01] "GET /virtual-machine-interface/58f03f8d-502d-41b4-b9cd-fbf97cba21be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.026542 10.0.0.251 - - [2026-09-02 05:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.011963 10.0.0.251 - - [2026-09-02 05:21:01] "POST /ref-update HTTP/1.1" 200 156 0.182511 10.0.0.251 - - [2026-09-02 05:21:01] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.004334 10.0.0.251 - - [2026-09-02 05:21:01] "GET /domains HTTP/1.1" 200 281 0.001744 10.0.0.251 - - [2026-09-02 05:21:01] "POST /instance-ips HTTP/1.1" 200 410 0.055436 10.0.0.251 - - [2026-09-02 05:21:01] "GET /domain/c378727b-a791-4099-8d62-22a317b8bd07 HTTP/1.1" 200 3100 0.027258 10.0.0.251 - - [2026-09-02 05:21:01] "GET /instance-ip/6e7039ff-2dae-49bf-abcc-f0e15fc16afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1656 0.007170 10.0.0.251 - - [2026-09-02 05:21:01] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159 HTTP/1.1" 200 5497 0.081861 10.0.0.251 - - [2026-09-02 05:21:01] "POST /loadbalancers HTTP/1.1" 200 612 0.114050 10.0.0.251 - - [2026-09-02 05:21:01] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2092 0.065017 10.0.0.251 - - [2026-09-02 05:21:01] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2092 0.019867 10.0.0.251 - - [2026-09-02 05:21:01] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 200 1184 0.009234 10.0.0.251 - - [2026-09-02 05:21:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.058053 10.0.0.251 - - [2026-09-02 05:21:01] "POST /route-targets HTTP/1.1" 200 328 0.071065 10.0.0.251 - - [2026-09-02 05:21:01] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 200 1184 0.029077 10.0.0.251 - - [2026-09-02 05:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.021308 10.0.0.251 - - [2026-09-02 05:21:01] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.102077 10.0.0.251 - - [2026-09-02 05:21:01] "POST /ref-update HTTP/1.1" 200 156 0.051151 10.0.0.251 - - [2026-09-02 05:21:01] "GET /instance-ip/6e7039ff-2dae-49bf-abcc-f0e15fc16afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1656 0.010775 10.0.0.251 - - [2026-09-02 05:21:01] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.069921 10.0.0.251 - - [2026-09-02 05:21:01] "GET /loadbalancer/170fb253-6daf-46ba-916a-beb6488b3c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2233 0.016253 10.0.0.251 - - [2026-09-02 05:21:01] "POST /floating-ips HTTP/1.1" 200 599 0.093748 10.0.0.251 - - [2026-09-02 05:21:01] "POST /loadbalancer-listeners HTTP/1.1" 200 718 0.093708 10.0.0.251 - - [2026-09-02 05:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002320 10.0.0.251 - - [2026-09-02 05:21:01] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.069721 10.0.0.251 - - [2026-09-02 05:21:01] "GET /loadbalancer-listener/872bdf0d-e5b0-415f-98ba-b88f0a7244ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1807 0.007744 10.0.0.251 - - [2026-09-02 05:21:01] "GET /loadbalancer-listener/872bdf0d-e5b0-415f-98ba-b88f0a7244ee?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1225 0.009261 10.0.0.251 - - [2026-09-02 05:21:01] "POST /loadbalancer-pools HTTP/1.1" 200 710 0.025238 10.0.0.251 - - [2026-09-02 05:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007227 10.0.0.251 - - [2026-09-02 05:21:02] "GET /instance-ip/6e7039ff-2dae-49bf-abcc-f0e15fc16afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1656 0.015655 10.0.0.251 - - [2026-09-02 05:21:02] "GET /loadbalancer/170fb253-6daf-46ba-916a-beb6488b3c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2233 0.004521 10.0.0.251 - - [2026-09-02 05:21:02] "GET /instance-ip/6e7039ff-2dae-49bf-abcc-f0e15fc16afd?fields=floating_ips HTTP/1.1" 200 1214 0.007148 10.0.0.251 - - [2026-09-02 05:21:02] "GET /floating-ip/2a2a8c8c-2f9a-4972-942c-766416ddec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.003190 10.0.0.251 - - [2026-09-02 05:21:02] "POST /tags HTTP/1.1" 200 296 0.082815 10.0.0.251 - - [2026-09-02 05:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008325 10.0.0.251 - - [2026-09-02 05:21:02] "GET /tag/992ab49c-f0ce-4ec9-a5c3-168cc73fd222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.025286 10.0.0.251 - - [2026-09-02 05:21:02] "POST /tags HTTP/1.1" 409 233 0.005207 10.0.0.251 - - [2026-09-02 05:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.251 - - [2026-09-02 05:21:02] "GET /tag/c056a6a5-1d91-4de8-9ad0-82a7ee03db71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.015970 10.0.0.251 - - [2026-09-02 05:21:02] "POST /tags HTTP/1.1" 409 206 0.007150 10.0.0.251 - - [2026-09-02 05:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.251 - - [2026-09-02 05:21:02] "GET /tag/7df51615-a798-4795-83c2-e0237097abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.017828 10.0.0.251 - - [2026-09-02 05:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.251 - - [2026-09-02 05:21:02] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3032 0.004855 10.0.0.251 - - [2026-09-02 05:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.251 - - [2026-09-02 05:21:02] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.045671 10.0.0.251 - - [2026-09-02 05:21:02] "POST /virtual-machines HTTP/1.1" 200 370 0.016431 10.0.0.251 - - [2026-09-02 05:21:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.069891 10.0.0.251 - - [2026-09-02 05:21:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.145552 10.0.0.251 - - [2026-09-02 05:21:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.012571 10.0.0.251 - - [2026-09-02 05:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.012740 10.0.0.251 - - [2026-09-02 05:21:02] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2857 0.008377 10.0.0.251 - - [2026-09-02 05:21:02] "POST /instance-ips HTTP/1.1" 200 410 0.028049 10.0.0.251 - - [2026-09-02 05:21:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.033029 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2857 0.016032 10.0.0.251 - - [2026-09-02 05:21:03] "POST /set-tag HTTP/1.1" 200 109 0.020473 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.024520 10.0.0.251 - - [2026-09-02 05:21:03] "GET /instance-ip/171cad74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004619 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.013482 10.0.0.251 - - [2026-09-02 05:21:03] "POST /set-tag HTTP/1.1" 200 109 0.003649 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005117 10.0.0.251 - - [2026-09-02 05:21:03] "POST /ref-update HTTP/1.1" 200 156 0.011519 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.016472 10.0.0.251 - - [2026-09-02 05:21:03] "POST /set-tag HTTP/1.1" 200 109 0.004343 10.0.0.251 - - [2026-09-02 05:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3032 0.005206 10.0.0.251 - - [2026-09-02 05:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.251 - - [2026-09-02 05:21:03] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.049249 10.0.0.251 - - [2026-09-02 05:21:03] "POST /virtual-machines HTTP/1.1" 200 370 0.012852 10.0.0.251 - - [2026-09-02 05:21:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.032310 10.0.0.251 - - [2026-09-02 05:21:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.145346 10.0.0.251 - - [2026-09-02 05:21:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.015317 10.0.0.251 - - [2026-09-02 05:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.016430 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2857 0.005947 10.0.0.251 - - [2026-09-02 05:21:03] "POST /instance-ips HTTP/1.1" 200 410 0.037371 10.0.0.251 - - [2026-09-02 05:21:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.038983 10.0.0.251 - - [2026-09-02 05:21:03] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2857 0.027092 10.0.0.251 - - [2026-09-02 05:21:04] "POST /set-tag HTTP/1.1" 200 109 0.047364 10.0.0.251 - - [2026-09-02 05:21:04] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.021180 10.0.0.251 - - [2026-09-02 05:21:04] "GET /instance-ip/17a5d630-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.005098 10.0.0.251 - - [2026-09-02 05:21:04] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.006269 10.0.0.251 - - [2026-09-02 05:21:04] "POST /set-tag HTTP/1.1" 200 109 0.002838 10.0.0.251 - - [2026-09-02 05:21:04] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1689 0.005208 10.0.0.251 - - [2026-09-02 05:21:04] "POST /ref-update HTTP/1.1" 200 156 0.010129 10.0.0.251 - - [2026-09-02 05:21:04] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.014104 10.0.0.251 - - [2026-09-02 05:21:04] "POST /set-tag HTTP/1.1" 200 109 0.005905 10.0.0.251 - - [2026-09-02 05:21:04] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.005934 10.0.0.251 - - [2026-09-02 05:21:04] "POST /set-tag HTTP/1.1" 200 109 0.002763 10.0.0.251 - - [2026-09-02 05:21:04] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.004859 10.0.0.251 - - [2026-09-02 05:21:04] "POST /set-tag HTTP/1.1" 200 109 0.003307 10.0.0.251 - - [2026-09-02 05:21:06] "GET /domains HTTP/1.1" 200 281 0.002580 10.0.0.251 - - [2026-09-02 05:21:06] "GET /domain/c378727b-a791-4099-8d62-22a317b8bd07 HTTP/1.1" 200 3100 0.003453 10.0.0.251 - - [2026-09-02 05:21:06] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159 HTTP/1.1" 200 7091 0.054182 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2092 0.004680 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2092 0.004398 10.0.0.251 - - [2026-09-02 05:21:06] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 200 1406 0.003997 10.0.0.251 - - [2026-09-02 05:21:06] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 200 1406 0.004435 10.0.0.251 - - [2026-09-02 05:21:06] "GET /route-target/5a67ba81-493a-4208-aefd-54cf3957163d HTTP/1.1" 200 1154 0.002423 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2092 0.004235 10.0.0.251 - - [2026-09-02 05:21:06] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 200 1406 0.003987 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.005423 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2092 0.006706 10.0.0.251 - - [2026-09-02 05:21:06] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 200 1406 0.009888 10.0.0.251 - - [2026-09-02 05:21:06] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 200 1406 0.003470 10.0.0.251 - - [2026-09-02 05:21:06] "GET /route-target/5a67ba81-493a-4208-aefd-54cf3957163d HTTP/1.1" 200 1154 0.003507 10.0.0.251 - - [2026-09-02 05:21:06] "GET /domains HTTP/1.1" 200 281 0.002481 10.0.0.251 - - [2026-09-02 05:21:06] "GET /domain/c378727b-a791-4099-8d62-22a317b8bd07 HTTP/1.1" 200 3100 0.003466 10.0.0.251 - - [2026-09-02 05:21:06] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159 HTTP/1.1" 200 7091 0.036998 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2092 0.005053 10.0.0.251 - - [2026-09-02 05:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.251 - - [2026-09-02 05:21:06] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.044245 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.005671 10.0.0.251 - - [2026-09-02 05:21:06] "GET /floating-ip-pools?parent_id=e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002236 10.0.0.251 - - [2026-09-02 05:21:06] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.004632 10.0.0.251 - - [2026-09-02 05:21:07] "POST /floating-ip-pools HTTP/1.1" 200 564 0.025159 10.0.0.251 - - [2026-09-02 05:21:07] "POST /ref-update HTTP/1.1" 200 156 0.023477 10.0.0.251 - - [2026-09-02 05:21:07] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.019311 10.0.0.251 - - [2026-09-02 05:21:07] "GET /domains HTTP/1.1" 200 281 0.002502 10.0.0.251 - - [2026-09-02 05:21:07] "GET /domain/c378727b-a791-4099-8d62-22a317b8bd07 HTTP/1.1" 200 3100 0.003425 10.0.0.251 - - [2026-09-02 05:21:07] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159 HTTP/1.1" 200 7348 0.045559 10.0.0.251 - - [2026-09-02 05:21:07] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2331 0.005753 10.0.0.251 - - [2026-09-02 05:21:07] "GET /floating-ip-pool/5ab867d9-62d3-4f1b-8ec3-cea8029b0c1f HTTP/1.1" 200 1317 0.002919 10.0.0.251 - - [2026-09-02 05:21:07] "GET /domains HTTP/1.1" 200 281 0.002169 10.0.0.251 - - [2026-09-02 05:21:07] "GET /domain/c378727b-a791-4099-8d62-22a317b8bd07 HTTP/1.1" 200 3100 0.003111 10.0.0.251 - - [2026-09-02 05:21:07] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159 HTTP/1.1" 200 7348 0.043562 10.0.0.251 - - [2026-09-02 05:21:07] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 2331 0.004698 10.0.0.251 - - [2026-09-02 05:21:07] "GET /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.005750 10.0.0.251 - - [2026-09-02 05:21:07] "POST /tags HTTP/1.1" 200 366 0.085556 10.0.0.251 - - [2026-09-02 05:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008372 10.0.0.251 - - [2026-09-02 05:21:07] "GET /tag/3869dd48-a6ee-4340-88d0-a2a41eebc788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.021263 10.0.0.251 - - [2026-09-02 05:21:07] "POST /tags HTTP/1.1" 409 206 0.002942 10.0.0.251 - - [2026-09-02 05:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002214 10.0.0.251 - - [2026-09-02 05:21:07] "GET /tag/7df51615-a798-4795-83c2-e0237097abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.012372 10.0.0.251 - - [2026-09-02 05:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002222 10.0.0.251 - - [2026-09-02 05:21:07] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1544 0.045586 10.0.0.251 - - [2026-09-02 05:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.251 - - [2026-09-02 05:21:07] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3032 0.004219 10.0.0.251 - - [2026-09-02 05:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002052 10.0.0.251 - - [2026-09-02 05:21:07] "GET /service-appliance-set/076c2238-9ad0-4239-96b2-50fb5eeb0356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.004763 10.0.0.251 - - [2026-09-02 05:21:07] "POST /fqname-to-id HTTP/1.1" 404 258 0.001986 10.0.0.251 - - [2026-09-02 05:21:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 674 0.117593 10.0.0.251 - - [2026-09-02 05:21:07] "GET /virtual-machine-interface/c452065d-d888-45b9-b8df-52aef1588986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008393 10.0.0.251 - - [2026-09-02 05:21:07] "POST /set-tag HTTP/1.1" 200 109 0.019914 10.0.0.251 - - [2026-09-02 05:21:07] "POST /instance-ips HTTP/1.1" 200 418 0.047636 10.0.0.251 - - [2026-09-02 05:21:08] "GET /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1667 0.005414 10.0.0.251 - - [2026-09-02 05:21:08] "POST /loadbalancers HTTP/1.1" 200 620 0.064363 10.0.0.251 - - [2026-09-02 05:21:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.027255 10.0.0.251 - - [2026-09-02 05:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011950 10.0.0.251 - - [2026-09-02 05:21:08] "POST /service-instances HTTP/1.1" 200 568 0.035711 10.0.0.251 - - [2026-09-02 05:21:08] "POST /ref-update HTTP/1.1" 200 156 0.015341 10.0.0.251 - - [2026-09-02 05:21:08] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1544 0.063329 10.0.0.251 - - [2026-09-02 05:21:08] "GET /virtual-machine-interface/c452065d-d888-45b9-b8df-52aef1588986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006006 10.0.0.251 - - [2026-09-02 05:21:08] "GET /virtual-machine-interface/c452065d-d888-45b9-b8df-52aef1588986?fields=floating_ip_back_refs HTTP/1.1" 200 1182 0.008574 10.0.0.251 - - [2026-09-02 05:21:08] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.012211 10.0.0.251 - - [2026-09-02 05:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005742 10.0.0.251 - - [2026-09-02 05:21:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.032804 10.0.0.251 - - [2026-09-02 05:21:08] "GET /floating-ip-pool/5ab867d9-62d3-4f1b-8ec3-cea8029b0c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.013432 10.0.0.251 - - [2026-09-02 05:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022869 10.0.0.251 - - [2026-09-02 05:21:08] "POST /floating-ips HTTP/1.1" 200 673 0.107986 10.0.0.251 - - [2026-09-02 05:21:08] "POST /virtual-machines HTTP/1.1" 200 430 0.061589 10.0.0.251 - - [2026-09-02 05:21:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.013049 10.0.0.251 - - [2026-09-02 05:21:08] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.010419 10.0.0.251 - - [2026-09-02 05:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.251 - - [2026-09-02 05:21:08] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.052730 10.0.0.251 - - [2026-09-02 05:21:08] "POST /tags HTTP/1.1" 409 221 0.007082 10.0.0.251 - - [2026-09-02 05:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007610 10.0.0.251 - - [2026-09-02 05:21:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.188728 10.0.0.251 - - [2026-09-02 05:21:08] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.041037 10.0.0.251 - - [2026-09-02 05:21:08] "POST /tags HTTP/1.1" 409 238 0.003104 10.0.0.251 - - [2026-09-02 05:21:08] "POST /chown HTTP/1.1" 200 109 0.070345 10.0.0.251 - - [2026-09-02 05:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007293 10.0.0.251 - - [2026-09-02 05:21:08] "POST /chown HTTP/1.1" 200 109 0.008226 10.0.0.251 - - [2026-09-02 05:21:08] "GET /tag/3869dd48-a6ee-4340-88d0-a2a41eebc788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.035769 10.0.0.251 - - [2026-09-02 05:21:08] "PUT /virtual-machine-interface/76cdb080-6ff6-4f50-b047-b1779792d212 HTTP/1.1" 200 285 0.061869 10.0.0.251 - - [2026-09-02 05:21:08] "PUT /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e HTTP/1.1" 200 257 0.031979 10.0.0.251 - - [2026-09-02 05:21:09] "POST /firewall-rules HTTP/1.1" 200 652 0.143078 10.0.0.251 - - [2026-09-02 05:21:09] "GET /firewall-rule/55e3acf1-b427-4c2e-ac17-1d75a1c4fac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.013122 10.0.0.251 - - [2026-09-02 05:21:09] "POST /ref-update HTTP/1.1" 200 156 0.080969 10.0.0.251 - - [2026-09-02 05:21:09] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.005883 10.0.0.251 - - [2026-09-02 05:21:09] "GET /firewall-rule/55e3acf1-b427-4c2e-ac17-1d75a1c4fac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.004071 10.0.0.251 - - [2026-09-02 05:21:09] "POST /ref-update HTTP/1.1" 200 156 0.060176 10.0.0.251 - - [2026-09-02 05:21:09] "POST /ref-update HTTP/1.1" 200 156 0.037781 10.0.0.251 - - [2026-09-02 05:21:09] "POST /ref-update HTTP/1.1" 200 156 0.080024 10.0.0.251 - - [2026-09-02 05:21:09] "POST /ref-update HTTP/1.1" 200 156 0.019522 10.0.0.251 - - [2026-09-02 05:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.017187 10.0.0.251 - - [2026-09-02 05:21:09] "POST /ref-update HTTP/1.1" 200 156 0.041110 10.0.0.251 - - [2026-09-02 05:21:09] "POST /ref-update HTTP/1.1" 200 156 0.030052 10.0.0.251 - - [2026-09-02 05:21:09] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1544 0.107440 10.0.0.251 - - [2026-09-02 05:21:09] "GET /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006324 10.0.0.251 - - [2026-09-02 05:21:09] "POST /loadbalancer-listeners HTTP/1.1" 200 728 0.023390 10.0.0.251 - - [2026-09-02 05:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.251 - - [2026-09-02 05:21:09] "POST /virtual-machines HTTP/1.1" 200 430 0.129393 10.0.0.251 - - [2026-09-02 05:21:09] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1544 0.089478 10.0.0.251 - - [2026-09-02 05:21:09] "GET /loadbalancer-listener/3dad23b1-6081-4554-a68e-6eac32c19227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.024836 10.0.0.251 - - [2026-09-02 05:21:09] "GET /loadbalancer-listener/3dad23b1-6081-4554-a68e-6eac32c19227?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1235 0.036030 10.0.0.251 - - [2026-09-02 05:21:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.204233 10.0.0.251 - - [2026-09-02 05:21:09] "POST /loadbalancer-pools HTTP/1.1" 200 720 0.077248 10.0.0.251 - - [2026-09-02 05:21:09] "POST /chown HTTP/1.1" 200 109 0.061181 10.0.0.251 - - [2026-09-02 05:21:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.031480 10.0.0.251 - - [2026-09-02 05:21:09] "POST /chown HTTP/1.1" 200 109 0.037127 10.0.0.251 - - [2026-09-02 05:21:09] "GET /loadbalancer-pool/07f16f26-a602-47cd-a242-497829e8e252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009494 10.0.0.251 - - [2026-09-02 05:21:09] "PUT /virtual-machine-interface/97eddbba-44c4-4a3b-b34c-57ef48ea7e37 HTTP/1.1" 200 285 0.041251 10.0.0.251 - - [2026-09-02 05:21:09] "POST /loadbalancer-members HTTP/1.1" 200 709 0.066714 10.0.0.251 - - [2026-09-02 05:21:10] "PUT /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e HTTP/1.1" 200 257 0.051718 10.0.0.251 - - [2026-09-02 05:21:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.020930 10.0.0.251 - - [2026-09-02 05:21:10] "GET /loadbalancer-member/92b00a38-2b6f-462e-9f4d-e5e2ab37c0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1554 0.013543 10.0.0.251 - - [2026-09-02 05:21:10] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.003461 10.0.0.251 - - [2026-09-02 05:21:10] "POST /ref-update HTTP/1.1" 200 156 0.029233 10.0.0.251 - - [2026-09-02 05:21:10] "POST /ref-update HTTP/1.1" 200 156 0.015558 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.015842 10.0.0.251 - - [2026-09-02 05:21:10] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.006271 10.0.0.251 - - [2026-09-02 05:21:10] "POST /tags HTTP/1.1" 409 221 0.003237 10.0.0.251 - - [2026-09-02 05:21:10] "POST /ref-update HTTP/1.1" 200 156 0.043566 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.251 - - [2026-09-02 05:21:10] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.039526 10.0.0.251 - - [2026-09-02 05:21:10] "POST /ref-update HTTP/1.1" 200 156 0.050977 10.0.0.251 - - [2026-09-02 05:21:10] "POST /tags HTTP/1.1" 409 238 0.002088 10.0.0.251 - - [2026-09-02 05:21:10] "POST /ref-update HTTP/1.1" 200 156 0.029051 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.251 - - [2026-09-02 05:21:10] "GET /tag/3869dd48-a6ee-4340-88d0-a2a41eebc788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.017368 10.0.0.251 - - [2026-09-02 05:21:10] "POST /firewall-rules HTTP/1.1" 409 293 0.006933 10.0.0.251 - - [2026-09-02 05:21:10] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.037966 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009827 10.0.0.251 - - [2026-09-02 05:21:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.064211 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008309 10.0.0.251 - - [2026-09-02 05:21:10] "PUT /firewall-rule/55e3acf1-b427-4c2e-ac17-1d75a1c4fac5 HTTP/1.1" 200 261 0.101212 10.0.0.251 - - [2026-09-02 05:21:10] "GET /firewall-rule/55e3acf1-b427-4c2e-ac17-1d75a1c4fac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.011112 10.0.0.251 - - [2026-09-02 05:21:10] "POST /chown HTTP/1.1" 200 109 0.015610 10.0.0.251 - - [2026-09-02 05:21:10] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.006651 10.0.0.251 - - [2026-09-02 05:21:10] "POST /chown HTTP/1.1" 200 109 0.017112 10.0.0.251 - - [2026-09-02 05:21:10] "GET /firewall-rule/55e3acf1-b427-4c2e-ac17-1d75a1c4fac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.007455 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.251 - - [2026-09-02 05:21:10] "PUT /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e HTTP/1.1" 200 257 0.024761 10.0.0.251 - - [2026-09-02 05:21:10] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3032 0.011581 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010909 10.0.0.251 - - [2026-09-02 05:21:10] "POST /ref-update HTTP/1.1" 200 156 0.036023 10.0.0.251 - - [2026-09-02 05:21:10] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1544 0.072562 10.0.0.251 - - [2026-09-02 05:21:10] "POST /chown HTTP/1.1" 200 109 0.057337 10.0.0.251 - - [2026-09-02 05:21:10] "POST /chown HTTP/1.1" 200 109 0.032725 10.0.0.251 - - [2026-09-02 05:21:10] "POST /virtual-machines HTTP/1.1" 200 374 0.027853 10.0.0.251 - - [2026-09-02 05:21:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.028939 10.0.0.251 - - [2026-09-02 05:21:10] "PUT /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e HTTP/1.1" 200 257 0.067516 10.0.0.251 - - [2026-09-02 05:21:10] "POST /ref-update HTTP/1.1" 200 156 0.028626 10.0.0.251 - - [2026-09-02 05:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.251 - - [2026-09-02 05:21:11] "POST /chown HTTP/1.1" 200 109 0.047858 10.0.0.251 - - [2026-09-02 05:21:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 642 0.239545 10.0.0.251 - - [2026-09-02 05:21:11] "POST /chown HTTP/1.1" 200 109 0.054674 10.0.0.251 - - [2026-09-02 05:21:11] "PUT /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e HTTP/1.1" 200 257 0.038689 10.0.0.251 - - [2026-09-02 05:21:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.029065 10.0.0.251 - - [2026-09-02 05:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005820 10.0.0.251 - - [2026-09-02 05:21:11] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.016494 10.0.0.251 - - [2026-09-02 05:21:11] "POST /ref-update HTTP/1.1" 200 156 0.016040 10.0.0.251 - - [2026-09-02 05:21:11] "POST /chown HTTP/1.1" 200 109 0.027922 10.0.0.251 - - [2026-09-02 05:21:11] "POST /chown HTTP/1.1" 200 109 0.038647 10.0.0.251 - - [2026-09-02 05:21:11] "POST /instance-ips HTTP/1.1" 200 414 0.093443 10.0.0.251 - - [2026-09-02 05:21:11] "PUT /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e HTTP/1.1" 200 257 0.052353 10.0.0.251 - - [2026-09-02 05:21:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.070847 10.0.0.251 - - [2026-09-02 05:21:11] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.029135 10.0.0.251 - - [2026-09-02 05:21:11] "POST /ref-update HTTP/1.1" 200 156 0.070253 10.0.0.251 - - [2026-09-02 05:21:11] "POST /set-tag HTTP/1.1" 200 109 0.025142 10.0.0.251 - - [2026-09-02 05:21:11] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.030999 10.0.0.251 - - [2026-09-02 05:21:11] "GET /instance-ip/1c14bb46-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1965 0.004542 10.0.0.251 - - [2026-09-02 05:21:11] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.012486 10.0.0.251 - - [2026-09-02 05:21:11] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.014032 10.0.0.251 - - [2026-09-02 05:21:11] "POST /set-tag HTTP/1.1" 200 109 0.007164 10.0.0.251 - - [2026-09-02 05:21:11] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.004655 10.0.0.251 - - [2026-09-02 05:21:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.028584 10.0.0.251 - - [2026-09-02 05:21:11] "POST /ref-update HTTP/1.1" 200 156 0.015315 10.0.0.251 - - [2026-09-02 05:21:11] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.011755 10.0.0.251 - - [2026-09-02 05:21:11] "POST /set-tag HTTP/1.1" 200 109 0.002646 10.0.0.251 - - [2026-09-02 05:21:11] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.036331 10.0.0.251 - - [2026-09-02 05:21:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.018282 10.0.0.251 - - [2026-09-02 05:21:11] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007712 10.0.0.251 - - [2026-09-02 05:21:11] "POST /set-tag HTTP/1.1" 200 109 0.011479 10.0.0.251 - - [2026-09-02 05:21:11] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.014725 10.0.0.251 - - [2026-09-02 05:21:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.042898 10.0.0.251 - - [2026-09-02 05:21:11] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.015829 10.0.0.251 - - [2026-09-02 05:21:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.023712 10.0.0.251 - - [2026-09-02 05:21:12] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.013160 10.0.0.251 - - [2026-09-02 05:21:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.020532 10.0.0.251 - - [2026-09-02 05:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.008020 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.036046 10.0.0.251 - - [2026-09-02 05:21:12] "POST /ref-update HTTP/1.1" 200 156 0.025930 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.009068 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.042657 10.0.0.251 - - [2026-09-02 05:21:12] "POST /ref-update HTTP/1.1" 200 156 0.025168 10.0.0.251 - - [2026-09-02 05:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.011882 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.029925 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.010006 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.026196 10.0.0.251 - - [2026-09-02 05:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.007513 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.008701 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.014855 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.023381 10.0.0.251 - - [2026-09-02 05:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002159 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.007124 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.022491 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.008548 10.0.0.251 - - [2026-09-02 05:21:12] "POST /chown HTTP/1.1" 200 109 0.016672 10.0.0.251 - - [2026-09-02 05:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006511 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.012153 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.035838 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.041524 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.008758 10.0.0.251 - - [2026-09-02 05:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.012234 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.015982 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.007794 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.019735 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.035391 10.0.0.251 - - [2026-09-02 05:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.012294 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.041214 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.008544 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.034831 10.0.0.251 - - [2026-09-02 05:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001994 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.007795 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.037707 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.029439 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.008134 10.0.0.251 - - [2026-09-02 05:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006823 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.008167 10.0.0.251 - - [2026-09-02 05:21:13] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.008862 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.023698 10.0.0.251 - - [2026-09-02 05:21:13] "POST /set-tag HTTP/1.1" 200 109 0.013835 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.016587 10.0.0.251 - - [2026-09-02 05:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008265 10.0.0.251 - - [2026-09-02 05:21:13] "GET /loadbalancer/170fb253-6daf-46ba-916a-beb6488b3c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2233 0.004786 10.0.0.251 - - [2026-09-02 05:21:13] "POST /chown HTTP/1.1" 200 109 0.029220 10.0.0.251 - - [2026-09-02 05:21:13] "GET /loadbalancer-pool/e4fe644e-6c81-4f86-baf6-b316d4c46f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.019569 10.0.0.251 - - [2026-09-02 05:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009975 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.017627 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.051166 10.0.0.251 - - [2026-09-02 05:21:14] "POST /loadbalancer-members HTTP/1.1" 200 704 0.097427 10.0.0.251 - - [2026-09-02 05:21:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.019995 10.0.0.251 - - [2026-09-02 05:21:14] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.022949 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.043513 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.014594 10.0.0.251 - - [2026-09-02 05:21:14] "POST /tags HTTP/1.1" 409 221 0.010825 10.0.0.251 - - [2026-09-02 05:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.251 - - [2026-09-02 05:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.251 - - [2026-09-02 05:21:14] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.018376 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.011484 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.031914 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.022424 10.0.0.251 - - [2026-09-02 05:21:14] "POST /set-tag HTTP/1.1" 200 109 0.072682 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.020263 10.0.0.251 - - [2026-09-02 05:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007471 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.015718 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.008694 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.025995 10.0.0.251 - - [2026-09-02 05:21:14] "POST /chown HTTP/1.1" 200 109 0.027305 10.0.0.251 - - [2026-09-02 05:21:14] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.004923 10.0.0.251 - - [2026-09-02 05:21:14] "POST /ref-update HTTP/1.1" 200 156 0.010495 10.0.0.251 - - [2026-09-02 05:21:14] "GET /floating-ip/2a2a8c8c-2f9a-4972-942c-766416ddec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.023698 10.0.0.251 - - [2026-09-02 05:21:14] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.014428 10.0.0.251 - - [2026-09-02 05:21:14] "POST /set-tag HTTP/1.1" 200 109 0.003150 10.0.0.251 - - [2026-09-02 05:21:14] "PUT /floating-ip/2a2a8c8c-2f9a-4972-942c-766416ddec80 HTTP/1.1" 200 257 0.041867 10.0.0.251 - - [2026-09-02 05:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.011338 10.0.0.251 - - [2026-09-02 05:21:14] "GET /loadbalancer/170fb253-6daf-46ba-916a-beb6488b3c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2233 0.006513 10.0.0.251 - - [2026-09-02 05:21:15] "GET /loadbalancer-pool/e4fe644e-6c81-4f86-baf6-b316d4c46f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.005258 10.0.0.251 - - [2026-09-02 05:21:15] "POST /loadbalancer-members HTTP/1.1" 200 704 0.041741 10.0.0.251 - - [2026-09-02 05:21:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.016223 10.0.0.251 - - [2026-09-02 05:21:15] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.007014 10.0.0.251 - - [2026-09-02 05:21:15] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.004721 10.0.0.251 - - [2026-09-02 05:21:15] "POST /set-tag HTTP/1.1" 200 109 0.032231 10.0.0.251 - - [2026-09-02 05:21:15] "POST /ref-update HTTP/1.1" 200 156 0.036515 10.0.0.251 - - [2026-09-02 05:21:15] "GET /floating-ip/2a2a8c8c-2f9a-4972-942c-766416ddec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.018769 10.0.0.251 - - [2026-09-02 05:21:15] "GET /virtual-machine/d1f636e2-5ca8-47ee-a7bf-df6bff76b19f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1219 0.005113 10.0.0.251 - - [2026-09-02 05:21:15] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.006801 10.0.0.251 - - [2026-09-02 05:21:15] "GET /virtual-machine/6a6e114c-95c9-408b-8191-98c80f994beb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.003745 10.0.0.251 - - [2026-09-02 05:21:15] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.006302 10.0.0.251 - - [2026-09-02 05:21:18] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005467 10.0.0.251 - - [2026-09-02 05:21:18] "POST /set-tag HTTP/1.1" 200 109 0.002986 10.0.0.251 - - [2026-09-02 05:21:20] "GET /virtual-machine/0b91474e-656e-42de-9ae6-b09c0c9b88ac?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1223 0.004008 10.0.0.251 - - [2026-09-02 05:21:20] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.004991 10.0.0.251 - - [2026-09-02 05:21:20] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008859 10.0.0.251 - - [2026-09-02 05:21:20] "POST /set-tag HTTP/1.1" 200 109 0.003161 10.0.0.251 - - [2026-09-02 05:21:28] "GET /global-system-configs HTTP/1.1" 200 323 0.005767 10.0.0.251 - - [2026-09-02 05:21:30] "GET /global-system-configs HTTP/1.1" 200 323 0.002410 10.0.0.251 - - [2026-09-02 05:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.251 - - [2026-09-02 05:21:39] "POST /chown HTTP/1.1" 200 109 0.009560 10.0.0.251 - - [2026-09-02 05:21:39] "POST /chown HTTP/1.1" 200 109 0.022262 10.0.0.251 - - [2026-09-02 05:21:39] "POST /chown HTTP/1.1" 200 109 0.007431 10.0.0.251 - - [2026-09-02 05:21:39] "POST /chown HTTP/1.1" 200 109 0.024117 10.0.0.251 - - [2026-09-02 05:21:51] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005193 10.0.0.251 - - [2026-09-02 05:21:51] "POST /set-tag HTTP/1.1" 200 109 0.002759 10.0.0.251 - - [2026-09-02 05:21:52] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005129 10.0.0.251 - - [2026-09-02 05:21:52] "POST /set-tag HTTP/1.1" 200 109 0.004288 10.0.0.251 - - [2026-09-02 05:21:52] "GET /virtual-machine/0b91474e-656e-42de-9ae6-b09c0c9b88ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.003695 10.0.0.251 - - [2026-09-02 05:21:52] "POST /ref-update HTTP/1.1" 200 156 0.012163 10.0.0.251 - - [2026-09-02 05:21:52] "GET /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.022287 10.0.0.251 - - [2026-09-02 05:21:52] "POST /set-tag HTTP/1.1" 200 109 0.055083 10.0.0.251 - - [2026-09-02 05:21:52] "POST /set-tag HTTP/1.1" 200 109 0.022548 10.0.0.251 - - [2026-09-02 05:21:52] "DELETE /instance-ip/1c14bb46-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.056461 10.0.0.251 - - [2026-09-02 05:21:52] "DELETE /virtual-machine-interface/1be53394-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.053838 10.0.0.251 - - [2026-09-02 05:21:52] "DELETE /virtual-machine/0b91474e-656e-42de-9ae6-b09c0c9b88ac HTTP/1.1" 200 115 0.019659 10.0.0.251 - - [2026-09-02 05:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008039 10.0.0.251 - - [2026-09-02 05:21:56] "GET /tag/3869dd48-a6ee-4340-88d0-a2a41eebc788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.012004 10.0.0.251 - - [2026-09-02 05:21:56] "GET /tag/3869dd48-a6ee-4340-88d0-a2a41eebc788?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1774 0.022635 10.0.0.251 - - [2026-09-02 05:21:56] "GET /virtual-machine-interface/76cdb080-6ff6-4f50-b047-b1779792d212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3140 0.005955 10.0.0.251 - - [2026-09-02 05:21:56] "POST /set-tag HTTP/1.1" 200 109 0.029627 10.0.0.251 - - [2026-09-02 05:21:56] "GET /virtual-machine-interface/97eddbba-44c4-4a3b-b34c-57ef48ea7e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3141 0.016031 10.0.0.251 - - [2026-09-02 05:21:56] "POST /set-tag HTTP/1.1" 200 109 0.026073 10.0.0.251 - - [2026-09-02 05:21:56] "GET /virtual-machine-interface/c452065d-d888-45b9-b8df-52aef1588986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005908 10.0.0.251 - - [2026-09-02 05:21:56] "POST /set-tag HTTP/1.1" 200 109 0.031426 10.0.0.251 - - [2026-09-02 05:21:56] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.016610 10.0.0.251 - - [2026-09-02 05:21:56] "GET /firewall-rule/55e3acf1-b427-4c2e-ac17-1d75a1c4fac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.003650 10.0.0.251 - - [2026-09-02 05:21:56] "POST /ref-update HTTP/1.1" 200 156 0.017750 10.0.0.251 - - [2026-09-02 05:21:56] "DELETE /firewall-rule/55e3acf1-b427-4c2e-ac17-1d75a1c4fac5 HTTP/1.1" 200 115 0.059885 10.0.0.251 - - [2026-09-02 05:21:56] "DELETE /loadbalancer-member/92b00a38-2b6f-462e-9f4d-e5e2ab37c0fb HTTP/1.1" 200 115 0.045130 10.0.0.251 - - [2026-09-02 05:21:56] "DELETE /loadbalancer-pool/07f16f26-a602-47cd-a242-497829e8e252 HTTP/1.1" 200 115 0.034756 10.0.0.251 - - [2026-09-02 05:21:56] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.023675 10.0.0.251 - - [2026-09-02 05:21:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.027028 10.0.0.251 - - [2026-09-02 05:21:56] "DELETE /loadbalancer-listener/3dad23b1-6081-4554-a68e-6eac32c19227 HTTP/1.1" 200 115 0.068273 10.0.0.251 - - [2026-09-02 05:21:56] "GET /floating-ip/2fa6ad2e-9a0a-4caf-9e5c-b276615334f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2399 0.005468 10.0.0.251 - - [2026-09-02 05:21:56] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.012954 10.0.0.251 - - [2026-09-02 05:21:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.018630 10.0.0.251 - - [2026-09-02 05:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001964 10.0.0.251 - - [2026-09-02 05:21:56] "POST /chown HTTP/1.1" 200 109 0.007280 10.0.0.251 - - [2026-09-02 05:21:56] "PUT /floating-ip/2fa6ad2e-9a0a-4caf-9e5c-b276615334f3 HTTP/1.1" 200 257 0.058914 10.0.0.251 - - [2026-09-02 05:21:56] "POST /chown HTTP/1.1" 200 109 0.027038 10.0.0.251 - - [2026-09-02 05:21:56] "POST /chown HTTP/1.1" 200 109 0.017103 10.0.0.251 - - [2026-09-02 05:21:56] "POST /chown HTTP/1.1" 200 109 0.032045 10.0.0.251 - - [2026-09-02 05:21:56] "DELETE /floating-ip/2fa6ad2e-9a0a-4caf-9e5c-b276615334f3 HTTP/1.1" 200 115 0.137912 10.0.0.251 - - [2026-09-02 05:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.251 - - [2026-09-02 05:21:56] "POST /chown HTTP/1.1" 200 109 0.007499 10.0.0.251 - - [2026-09-02 05:21:56] "POST /chown HTTP/1.1" 200 109 0.030203 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a HTTP/1.1" 200 115 0.087230 10.0.0.251 - - [2026-09-02 05:21:57] "POST /chown HTTP/1.1" 200 109 0.009468 10.0.0.251 - - [2026-09-02 05:21:57] "GET /floating-ip-pool/5ab867d9-62d3-4f1b-8ec3-cea8029b0c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.002779 10.0.0.251 - - [2026-09-02 05:21:57] "POST /chown HTTP/1.1" 200 109 0.023062 10.0.0.251 - - [2026-09-02 05:21:57] "POST /ref-update HTTP/1.1" 200 156 0.034591 10.0.0.251 - - [2026-09-02 05:21:57] "PUT /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 267 0.041758 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /instance-ip/f5e91ac4-ceef-4439-8951-eb736664ea0e HTTP/1.1" 200 115 0.164725 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /floating-ip-pool/5ab867d9-62d3-4f1b-8ec3-cea8029b0c1f HTTP/1.1" 200 115 0.097638 10.0.0.251 - - [2026-09-02 05:21:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.032623 10.0.0.251 - - [2026-09-02 05:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.251 - - [2026-09-02 05:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /virtual-machine-interface/c452065d-d888-45b9-b8df-52aef1588986 HTTP/1.1" 200 115 0.115236 10.0.0.251 - - [2026-09-02 05:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.016930 10.0.0.251 - - [2026-09-02 05:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010602 10.0.0.251 - - [2026-09-02 05:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006115 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /virtual-network/e0cf1546-5c8b-4d86-8aa8-f3a672fa6d34 HTTP/1.1" 200 115 0.271947 10.0.0.251 - - [2026-09-02 05:21:57] "GET /routing-instance/8ed74da4-91b0-4326-9763-b6f76ba95dea HTTP/1.1" 404 171 0.019447 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /tag/3869dd48-a6ee-4340-88d0-a2a41eebc788 HTTP/1.1" 200 115 0.240159 10.0.0.251 - - [2026-09-02 05:21:57] "GET /domains HTTP/1.1" 200 281 0.020458 10.0.0.251 - - [2026-09-02 05:21:57] "GET /domain/c378727b-a791-4099-8d62-22a317b8bd07 HTTP/1.1" 200 3100 0.006512 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /service-instance/322cc723-8b6e-4a87-ac4f-a750188d05fe HTTP/1.1" 200 115 0.139605 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /route-target/5a67ba81-493a-4208-aefd-54cf3957163d HTTP/1.1" 200 115 0.099081 10.0.0.251 - - [2026-09-02 05:21:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159 HTTP/1.1" 200 7439 0.082053 10.0.0.251 - - [2026-09-02 05:21:57] "GET /virtual-machine-interface/97eddbba-44c4-4a3b-b34c-57ef48ea7e37?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1211 0.009266 10.0.0.251 - - [2026-09-02 05:21:57] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.008244 10.0.0.251 - - [2026-09-02 05:21:57] "POST /set-tag HTTP/1.1" 200 109 0.003923 10.0.0.251 - - [2026-09-02 05:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.251 - - [2026-09-02 05:21:57] "GET /loadbalancer/170fb253-6daf-46ba-916a-beb6488b3c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2233 0.004100 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /virtual-machine-interface/97eddbba-44c4-4a3b-b34c-57ef48ea7e37 HTTP/1.1" 200 115 0.136706 10.0.0.251 - - [2026-09-02 05:21:57] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.009604 10.0.0.251 - - [2026-09-02 05:21:57] "DELETE /virtual-machine/be642fb8-5cd4-4c65-b8e0-0e9d79e31588 HTTP/1.1" 200 115 0.061596 10.0.0.251 - - [2026-09-02 05:21:57] "GET /virtual-machine-interface/76cdb080-6ff6-4f50-b047-b1779792d212?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1210 0.006170 10.0.0.251 - - [2026-09-02 05:21:57] "POST /set-tag HTTP/1.1" 200 109 0.061245 10.0.0.251 - - [2026-09-02 05:21:58] "DELETE /loadbalancer-member/c55a0c42-c438-4194-9957-c9180afc7db5 HTTP/1.1" 200 115 0.086383 10.0.0.251 - - [2026-09-02 05:21:58] "DELETE /virtual-machine-interface/76cdb080-6ff6-4f50-b047-b1779792d212 HTTP/1.1" 200 115 0.121597 10.0.0.251 - - [2026-09-02 05:21:58] "POST /ref-update HTTP/1.1" 200 156 0.013808 10.0.0.251 - - [2026-09-02 05:21:58] "DELETE /virtual-machine/b9fb16f3-d556-4781-b0a8-0ad8ace0e814 HTTP/1.1" 200 115 0.046289 10.0.0.251 - - [2026-09-02 05:21:59] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.014196 10.0.0.251 - - [2026-09-02 05:21:59] "POST /set-tag HTTP/1.1" 200 109 0.004550 10.0.0.251 - - [2026-09-02 05:21:59] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.007128 10.0.0.251 - - [2026-09-02 05:21:59] "POST /set-tag HTTP/1.1" 200 109 0.003246 10.0.0.251 - - [2026-09-02 05:21:59] "GET /virtual-machine/6a6e114c-95c9-408b-8191-98c80f994beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004381 10.0.0.251 - - [2026-09-02 05:21:59] "POST /ref-update HTTP/1.1" 200 156 0.016186 10.0.0.251 - - [2026-09-02 05:21:59] "GET /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3397 0.016079 10.0.0.251 - - [2026-09-02 05:21:59] "POST /set-tag HTTP/1.1" 200 109 0.022631 10.0.0.251 - - [2026-09-02 05:21:59] "POST /set-tag HTTP/1.1" 200 109 0.038253 10.0.0.251 - - [2026-09-02 05:21:59] "POST /set-tag HTTP/1.1" 200 109 0.037446 10.0.0.251 - - [2026-09-02 05:21:59] "DELETE /instance-ip/17a5d630-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.043388 10.0.0.251 - - [2026-09-02 05:21:59] "POST /ref-update HTTP/1.1" 200 156 0.022620 10.0.0.251 - - [2026-09-02 05:21:59] "DELETE /virtual-machine-interface/17850ae0-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.084764 10.0.0.251 - - [2026-09-02 05:21:59] "DELETE /virtual-machine/6a6e114c-95c9-408b-8191-98c80f994beb HTTP/1.1" 200 115 0.035799 10.0.0.251 - - [2026-09-02 05:22:02] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.013974 10.0.0.251 - - [2026-09-02 05:22:02] "POST /set-tag HTTP/1.1" 200 109 0.008648 10.0.0.251 - - [2026-09-02 05:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.251 - - [2026-09-02 05:22:02] "GET /loadbalancer/170fb253-6daf-46ba-916a-beb6488b3c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2233 0.003736 10.0.0.251 - - [2026-09-02 05:22:04] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.012758 10.0.0.251 - - [2026-09-02 05:22:04] "POST /set-tag HTTP/1.1" 200 109 0.003016 10.0.0.251 - - [2026-09-02 05:22:04] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.010125 10.0.0.251 - - [2026-09-02 05:22:04] "POST /set-tag HTTP/1.1" 200 109 0.003718 10.0.0.251 - - [2026-09-02 05:22:04] "GET /virtual-machine/d1f636e2-5ca8-47ee-a7bf-df6bff76b19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004545 10.0.0.251 - - [2026-09-02 05:22:04] "POST /ref-update HTTP/1.1" 200 156 0.014077 10.0.0.251 - - [2026-09-02 05:22:04] "GET /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3580 0.004957 10.0.0.251 - - [2026-09-02 05:22:04] "POST /set-tag HTTP/1.1" 200 109 0.031969 10.0.0.251 - - [2026-09-02 05:22:04] "POST /set-tag HTTP/1.1" 200 109 0.030348 10.0.0.251 - - [2026-09-02 05:22:04] "POST /set-tag HTTP/1.1" 200 109 0.040469 10.0.0.251 - - [2026-09-02 05:22:04] "DELETE /instance-ip/171cad74-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.063056 10.0.0.251 - - [2026-09-02 05:22:04] "POST /ref-update HTTP/1.1" 200 156 0.017998 10.0.0.251 - - [2026-09-02 05:22:04] "DELETE /virtual-machine-interface/16fd32a0-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.067001 10.0.0.251 - - [2026-09-02 05:22:04] "DELETE /virtual-machine/d1f636e2-5ca8-47ee-a7bf-df6bff76b19f HTTP/1.1" 200 115 0.037062 10.0.0.251 - - [2026-09-02 05:22:04] "DELETE /tag/c056a6a5-1d91-4de8-9ad0-82a7ee03db71 HTTP/1.1" 200 115 0.065942 10.0.0.251 - - [2026-09-02 05:22:04] "DELETE /tag/992ab49c-f0ce-4ec9-a5c3-168cc73fd222 HTTP/1.1" 200 115 0.093470 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.251 - - [2026-09-02 05:22:08] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.065336 10.0.0.251 - - [2026-09-02 05:22:08] "POST /tags HTTP/1.1" 200 394 0.033685 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.016102 10.0.0.251 - - [2026-09-02 05:22:08] "GET /tag/fd0ae8a9-6980-4001-968c-ca68ce5e562f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.023145 10.0.0.251 - - [2026-09-02 05:22:08] "POST /tags HTTP/1.1" 200 342 0.024807 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.251 - - [2026-09-02 05:22:08] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.013422 10.0.0.251 - - [2026-09-02 05:22:08] "POST /id-to-fqname HTTP/1.1" 200 192 0.000580 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.006946 10.0.0.251 - - [2026-09-02 05:22:08] "POST /security-groups HTTP/1.1" 200 589 0.088052 10.0.0.251 - - [2026-09-02 05:22:08] "POST /projects HTTP/1.1" 200 521 0.231754 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.002946 10.0.0.251 - - [2026-09-02 05:22:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.020356 10.0.0.251 - - [2026-09-02 05:22:08] "POST /access-control-lists HTTP/1.1" 200 600 0.038627 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.035768 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.014251 10.0.0.251 - - [2026-09-02 05:22:08] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3032 0.008911 10.0.0.251 - - [2026-09-02 05:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.251 - - [2026-09-02 05:22:08] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.028306 10.0.0.251 - - [2026-09-02 05:22:08] "POST /access-control-lists HTTP/1.1" 200 598 0.099455 10.0.0.251 - - [2026-09-02 05:22:09] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.130077 10.0.0.251 - - [2026-09-02 05:22:09] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.093783 10.0.0.251 - - [2026-09-02 05:22:09] "POST /security-groups HTTP/1.1" 200 593 0.120620 10.0.0.251 - - [2026-09-02 05:22:09] "POST /fqname-to-id HTTP/1.1" 404 270 0.014897 10.0.0.251 - - [2026-09-02 05:22:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.050220 10.0.0.251 - - [2026-09-02 05:22:09] "POST /chown HTTP/1.1" 200 109 0.075902 10.0.0.251 - - [2026-09-02 05:22:09] "POST /access-control-lists HTTP/1.1" 200 634 0.110248 10.0.0.251 - - [2026-09-02 05:22:09] "POST /fqname-to-id HTTP/1.1" 404 269 0.016094 10.0.0.251 - - [2026-09-02 05:22:09] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.005823 10.0.0.251 - - [2026-09-02 05:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.251 - - [2026-09-02 05:22:09] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002973 10.0.0.251 - - [2026-09-02 05:22:09] "POST /tags HTTP/1.1" 409 226 0.002563 10.0.0.251 - - [2026-09-02 05:22:09] "POST /access-control-lists HTTP/1.1" 200 632 0.092111 10.0.0.251 - - [2026-09-02 05:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.026893 10.0.0.251 - - [2026-09-02 05:22:09] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.012543 10.0.0.251 - - [2026-09-02 05:22:09] "POST /firewall-rules HTTP/1.1" 200 602 0.073593 10.0.0.251 - - [2026-09-02 05:22:09] "GET /firewall-rule/0415bc08-629b-4a8a-b055-0c3ad7a5834d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.025322 10.0.0.251 - - [2026-09-02 05:22:09] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.005023 10.0.0.251 - - [2026-09-02 05:22:09] "GET /firewall-rule/0415bc08-629b-4a8a-b055-0c3ad7a5834d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003703 10.0.0.251 - - [2026-09-02 05:22:09] "POST /ref-update HTTP/1.1" 200 156 0.056795 10.0.0.251 - - [2026-09-02 05:22:09] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.017232 10.0.0.251 - - [2026-09-02 05:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.251 - - [2026-09-02 05:22:09] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003099 10.0.0.251 - - [2026-09-02 05:22:09] "POST /tags HTTP/1.1" 409 226 0.001847 10.0.0.251 - - [2026-09-02 05:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.251 - - [2026-09-02 05:22:10] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.012489 10.0.0.251 - - [2026-09-02 05:22:10] "POST /firewall-rules HTTP/1.1" 200 600 0.073526 10.0.0.251 - - [2026-09-02 05:22:10] "GET /firewall-rule/c0e213bf-53ec-49c5-ae0c-d6363fdfc88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.004955 10.0.0.251 - - [2026-09-02 05:22:10] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4144 0.004358 10.0.0.251 - - [2026-09-02 05:22:10] "GET /firewall-rule/c0e213bf-53ec-49c5-ae0c-d6363fdfc88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.002490 10.0.0.251 - - [2026-09-02 05:22:10] "POST /ref-update HTTP/1.1" 200 156 0.086192 10.0.0.251 - - [2026-09-02 05:22:11] "POST /tags HTTP/1.1" 200 394 0.038578 10.0.0.251 - - [2026-09-02 05:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.019468 10.0.0.251 - - [2026-09-02 05:22:11] "GET /tag/6a09d412-9300-4d70-a651-19e126a0d3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1327 0.015046 10.0.0.251 - - [2026-09-02 05:22:11] "POST /tags HTTP/1.1" 200 342 0.030275 10.0.0.251 - - [2026-09-02 05:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.022149 10.0.0.251 - - [2026-09-02 05:22:11] "GET /tag/2f5f3427-11ef-4970-bb91-b969e620d249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1197 0.014420 10.0.0.251 - - [2026-09-02 05:22:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.005945 10.0.0.251 - - [2026-09-02 05:22:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.005407 10.0.0.251 - - [2026-09-02 05:22:11] "POST /security-groups HTTP/1.1" 200 589 0.069013 10.0.0.251 - - [2026-09-02 05:22:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.003365 10.0.0.251 - - [2026-09-02 05:22:11] "POST /projects HTTP/1.1" 200 521 0.238332 10.0.0.251 - - [2026-09-02 05:22:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.016922 10.0.0.251 - - [2026-09-02 05:22:11] "POST /access-control-lists HTTP/1.1" 200 600 0.030215 10.0.0.251 - - [2026-09-02 05:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.020663 10.0.0.251 - - [2026-09-02 05:22:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.028804 10.0.0.251 - - [2026-09-02 05:22:11] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.034557 10.0.0.251 - - [2026-09-02 05:22:11] "POST /access-control-lists HTTP/1.1" 200 598 0.065775 10.0.0.251 - - [2026-09-02 05:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.025671 10.0.0.251 - - [2026-09-02 05:22:11] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.007003 10.0.0.251 - - [2026-09-02 05:22:12] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.054522 10.0.0.251 - - [2026-09-02 05:22:12] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.054626 10.0.0.251 - - [2026-09-02 05:22:12] "POST /security-groups HTTP/1.1" 200 593 0.073424 10.0.0.251 - - [2026-09-02 05:22:12] "POST /fqname-to-id HTTP/1.1" 404 270 0.004064 10.0.0.251 - - [2026-09-02 05:22:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.016380 10.0.0.251 - - [2026-09-02 05:22:12] "POST /chown HTTP/1.1" 200 109 0.069727 10.0.0.251 - - [2026-09-02 05:22:12] "POST /access-control-lists HTTP/1.1" 200 634 0.101404 10.0.0.251 - - [2026-09-02 05:22:12] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.005434 10.0.0.251 - - [2026-09-02 05:22:12] "POST /fqname-to-id HTTP/1.1" 404 269 0.018268 10.0.0.251 - - [2026-09-02 05:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.251 - - [2026-09-02 05:22:12] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.036083 10.0.0.251 - - [2026-09-02 05:22:12] "POST /access-control-lists HTTP/1.1" 200 632 0.073335 10.0.0.251 - - [2026-09-02 05:22:12] "POST /tags HTTP/1.1" 409 226 0.011114 10.0.0.251 - - [2026-09-02 05:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.251 - - [2026-09-02 05:22:12] "GET /tag/2f5f3427-11ef-4970-bb91-b969e620d249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1197 0.012039 10.0.0.251 - - [2026-09-02 05:22:12] "POST /firewall-rules HTTP/1.1" 200 602 0.073560 10.0.0.251 - - [2026-09-02 05:22:12] "GET /firewall-rule/ccc950f2-5273-461f-a865-b592de0c89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005597 10.0.0.251 - - [2026-09-02 05:22:12] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4400 0.005040 10.0.0.251 - - [2026-09-02 05:22:12] "GET /firewall-rule/ccc950f2-5273-461f-a865-b592de0c89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.002924 10.0.0.251 - - [2026-09-02 05:22:12] "POST /ref-update HTTP/1.1" 200 156 0.065825 10.0.0.251 - - [2026-09-02 05:22:12] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.021413 10.0.0.251 - - [2026-09-02 05:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002145 10.0.0.251 - - [2026-09-02 05:22:12] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003381 10.0.0.251 - - [2026-09-02 05:22:12] "POST /tags HTTP/1.1" 409 226 0.002083 10.0.0.251 - - [2026-09-02 05:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001921 10.0.0.251 - - [2026-09-02 05:22:12] "GET /tag/2f5f3427-11ef-4970-bb91-b969e620d249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1197 0.016212 10.0.0.251 - - [2026-09-02 05:22:13] "POST /firewall-rules HTTP/1.1" 200 600 0.080942 10.0.0.251 - - [2026-09-02 05:22:13] "GET /firewall-rule/3b1fe409-f499-4ced-a4eb-2f2e044501a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005107 10.0.0.251 - - [2026-09-02 05:22:13] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4657 0.004116 10.0.0.251 - - [2026-09-02 05:22:13] "GET /firewall-rule/3b1fe409-f499-4ced-a4eb-2f2e044501a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.002365 10.0.0.251 - - [2026-09-02 05:22:13] "POST /ref-update HTTP/1.1" 200 156 0.065165 10.0.0.251 - - [2026-09-02 05:22:14] "POST /tags HTTP/1.1" 200 346 0.115325 10.0.0.251 - - [2026-09-02 05:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.034640 10.0.0.251 - - [2026-09-02 05:22:14] "GET /tag/42656961-f69c-4fcc-b55d-12057e2fcbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.028616 10.0.0.251 - - [2026-09-02 05:22:14] "POST /projects HTTP/1.1" 409 238 0.005467 10.0.0.251 - - [2026-09-02 05:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.251 - - [2026-09-02 05:22:14] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.078081 10.0.0.251 - - [2026-09-02 05:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101 10.0.0.251 - - [2026-09-02 05:22:14] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008223 10.0.0.251 - - [2026-09-02 05:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.251 - - [2026-09-02 05:22:14] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.011147 10.0.0.251 - - [2026-09-02 05:22:14] "POST /security-groups HTTP/1.1" 409 285 0.005693 10.0.0.251 - - [2026-09-02 05:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.251 - - [2026-09-02 05:22:14] "PUT /security-group/896d1c79-c8a0-4b77-9c2e-93f8295b1405 HTTP/1.1" 200 263 0.081413 10.0.0.251 - - [2026-09-02 05:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.026159 10.0.0.251 - - [2026-09-02 05:22:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.065744 10.0.0.251 - - [2026-09-02 05:22:15] "PUT /access-control-list/2f627724-97d6-4926-b40b-d7134879c01d HTTP/1.1" 200 273 0.056336 10.0.0.251 - - [2026-09-02 05:22:15] "POST /tags HTTP/1.1" 409 228 0.040772 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009474 10.0.0.251 - - [2026-09-02 05:22:15] "PUT /access-control-list/79248a78-b347-4397-8d04-9445b461e336 HTTP/1.1" 200 273 0.087976 10.0.0.251 - - [2026-09-02 05:22:15] "GET /tag/42656961-f69c-4fcc-b55d-12057e2fcbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.032704 10.0.0.251 - - [2026-09-02 05:22:15] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.176983 10.0.0.251 - - [2026-09-02 05:22:15] "POST /tags HTTP/1.1" 200 346 0.035924 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.251 - - [2026-09-02 05:22:15] "GET /tag/de69e2a2-4c21-406f-b306-55069ac24e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.015598 10.0.0.251 - - [2026-09-02 05:22:15] "POST /projects HTTP/1.1" 409 238 0.003677 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.251 - - [2026-09-02 05:22:15] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.053552 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.017047 10.0.0.251 - - [2026-09-02 05:22:15] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.014756 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007169 10.0.0.251 - - [2026-09-02 05:22:15] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.010672 10.0.0.251 - - [2026-09-02 05:22:15] "POST /security-groups HTTP/1.1" 409 285 0.003310 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002003 10.0.0.251 - - [2026-09-02 05:22:15] "PUT /security-group/8365f270-f67b-4b83-bb5e-0d69ccf06eaf HTTP/1.1" 200 263 0.076374 10.0.0.251 - - [2026-09-02 05:22:15] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.109401 10.0.0.251 - - [2026-09-02 05:22:15] "PUT /access-control-list/6b50caae-0b6c-4aff-a158-c345197101e7 HTTP/1.1" 200 273 0.045067 10.0.0.251 - - [2026-09-02 05:22:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.043588 10.0.0.251 - - [2026-09-02 05:22:15] "PUT /access-control-list/b2db1c35-d4f1-40d0-97cd-71b0c5bcc84d HTTP/1.1" 200 273 0.026586 10.0.0.251 - - [2026-09-02 05:22:15] "POST /tags HTTP/1.1" 409 228 0.007944 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.251 - - [2026-09-02 05:22:15] "GET /tag/de69e2a2-4c21-406f-b306-55069ac24e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.013268 10.0.0.251 - - [2026-09-02 05:22:15] "POST /tags HTTP/1.1" 200 292 0.083353 10.0.0.251 - - [2026-09-02 05:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.015949 10.0.0.251 - - [2026-09-02 05:22:16] "GET /tag/992f56cd-69d8-49f1-a7d6-7e2e995b3dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.024625 10.0.0.251 - - [2026-09-02 05:22:16] "POST /tags HTTP/1.1" 200 304 0.076936 10.0.0.251 - - [2026-09-02 05:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.020129 10.0.0.251 - - [2026-09-02 05:22:16] "GET /tag/aa8baf22-e293-4bd4-aed2-9d638bde38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.015716 10.0.0.251 - - [2026-09-02 05:22:16] "POST /tags HTTP/1.1" 409 252 0.002170 10.0.0.251 - - [2026-09-02 05:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001863 10.0.0.251 - - [2026-09-02 05:22:16] "GET /tag/fd0ae8a9-6980-4001-968c-ca68ce5e562f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.014520 10.0.0.251 - - [2026-09-02 05:22:16] "POST /tags HTTP/1.1" 409 226 0.002746 10.0.0.251 - - [2026-09-02 05:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002082 10.0.0.251 - - [2026-09-02 05:22:16] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.015405 10.0.0.251 - - [2026-09-02 05:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.251 - - [2026-09-02 05:22:16] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004441 10.0.0.251 - - [2026-09-02 05:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.251 - - [2026-09-02 05:22:16] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.049666 10.0.0.251 - - [2026-09-02 05:22:16] "POST /virtual-machines HTTP/1.1" 200 396 0.012028 10.0.0.251 - - [2026-09-02 05:22:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.175024 10.0.0.251 - - [2026-09-02 05:22:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.144268 10.0.0.251 - - [2026-09-02 05:22:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.024097 10.0.0.251 - - [2026-09-02 05:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008322 10.0.0.251 - - [2026-09-02 05:22:16] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.011401 10.0.0.251 - - [2026-09-02 05:22:16] "POST /instance-ips HTTP/1.1" 200 398 0.020067 10.0.0.251 - - [2026-09-02 05:22:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.040346 10.0.0.251 - - [2026-09-02 05:22:16] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.010200 10.0.0.251 - - [2026-09-02 05:22:17] "POST /set-tag HTTP/1.1" 200 109 0.068403 10.0.0.251 - - [2026-09-02 05:22:17] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.016257 10.0.0.251 - - [2026-09-02 05:22:17] "GET /instance-ip/4336e55a-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.003806 10.0.0.251 - - [2026-09-02 05:22:17] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.004930 10.0.0.251 - - [2026-09-02 05:22:17] "POST /set-tag HTTP/1.1" 200 109 0.002678 10.0.0.251 - - [2026-09-02 05:22:17] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004174 10.0.0.251 - - [2026-09-02 05:22:17] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.251 - - [2026-09-02 05:22:17] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005308 10.0.0.251 - - [2026-09-02 05:22:17] "POST /set-tag HTTP/1.1" 200 109 0.003550 10.0.0.251 - - [2026-09-02 05:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002106 10.0.0.251 - - [2026-09-02 05:22:17] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004993 10.0.0.251 - - [2026-09-02 05:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.251 - - [2026-09-02 05:22:17] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.043460 10.0.0.251 - - [2026-09-02 05:22:17] "POST /virtual-machines HTTP/1.1" 200 396 0.011043 10.0.0.251 - - [2026-09-02 05:22:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.022949 10.0.0.251 - - [2026-09-02 05:22:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.122339 10.0.0.251 - - [2026-09-02 05:22:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.012582 10.0.0.251 - - [2026-09-02 05:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.017593 10.0.0.251 - - [2026-09-02 05:22:17] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.005573 10.0.0.251 - - [2026-09-02 05:22:17] "POST /instance-ips HTTP/1.1" 200 398 0.023809 10.0.0.251 - - [2026-09-02 05:22:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.041858 10.0.0.251 - - [2026-09-02 05:22:17] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.013697 10.0.0.251 - - [2026-09-02 05:22:18] "POST /set-tag HTTP/1.1" 200 109 0.080086 10.0.0.251 - - [2026-09-02 05:22:18] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.023394 10.0.0.251 - - [2026-09-02 05:22:18] "GET /instance-ip/43b9c7ae-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.003716 10.0.0.251 - - [2026-09-02 05:22:18] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.007513 10.0.0.251 - - [2026-09-02 05:22:18] "POST /set-tag HTTP/1.1" 200 109 0.005307 10.0.0.251 - - [2026-09-02 05:22:18] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1702 0.004664 10.0.0.251 - - [2026-09-02 05:22:18] "POST /ref-update HTTP/1.1" 200 156 0.017879 10.0.0.251 - - [2026-09-02 05:22:18] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.011702 10.0.0.251 - - [2026-09-02 05:22:18] "POST /set-tag HTTP/1.1" 200 109 0.014327 10.0.0.251 - - [2026-09-02 05:22:18] "POST /tags HTTP/1.1" 200 292 0.025496 10.0.0.251 - - [2026-09-02 05:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008300 10.0.0.251 - - [2026-09-02 05:22:18] "GET /tag/1e9594fd-e06a-4b3a-a065-6a8f71dfd0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.017250 10.0.0.251 - - [2026-09-02 05:22:18] "POST /tags HTTP/1.1" 409 252 0.002840 10.0.0.251 - - [2026-09-02 05:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.251 - - [2026-09-02 05:22:18] "GET /tag/6a09d412-9300-4d70-a651-19e126a0d3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1327 0.015519 10.0.0.251 - - [2026-09-02 05:22:18] "POST /tags HTTP/1.1" 409 226 0.002987 10.0.0.251 - - [2026-09-02 05:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.251 - - [2026-09-02 05:22:18] "GET /tag/2f5f3427-11ef-4970-bb91-b969e620d249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1197 0.014194 10.0.0.251 - - [2026-09-02 05:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.251 - - [2026-09-02 05:22:18] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005021 10.0.0.251 - - [2026-09-02 05:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002158 10.0.0.251 - - [2026-09-02 05:22:18] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.042626 10.0.0.251 - - [2026-09-02 05:22:18] "POST /virtual-machines HTTP/1.1" 200 396 0.012470 10.0.0.251 - - [2026-09-02 05:22:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.028942 10.0.0.251 - - [2026-09-02 05:22:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.120958 10.0.0.251 - - [2026-09-02 05:22:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.011394 10.0.0.251 - - [2026-09-02 05:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011627 10.0.0.251 - - [2026-09-02 05:22:18] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.007097 10.0.0.251 - - [2026-09-02 05:22:18] "POST /instance-ips HTTP/1.1" 200 398 0.026305 10.0.0.251 - - [2026-09-02 05:22:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.045184 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.012405 10.0.0.251 - - [2026-09-02 05:22:19] "POST /set-tag HTTP/1.1" 200 109 0.067733 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.022255 10.0.0.251 - - [2026-09-02 05:22:19] "GET /instance-ip/446c32b8-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.003855 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.004918 10.0.0.251 - - [2026-09-02 05:22:19] "POST /set-tag HTTP/1.1" 200 109 0.003103 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1916 0.006080 10.0.0.251 - - [2026-09-02 05:22:19] "POST /ref-update HTTP/1.1" 200 156 0.017453 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.019326 10.0.0.251 - - [2026-09-02 05:22:19] "POST /set-tag HTTP/1.1" 200 109 0.005076 10.0.0.251 - - [2026-09-02 05:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005610 10.0.0.251 - - [2026-09-02 05:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.251 - - [2026-09-02 05:22:19] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.046148 10.0.0.251 - - [2026-09-02 05:22:19] "POST /virtual-machines HTTP/1.1" 200 396 0.010086 10.0.0.251 - - [2026-09-02 05:22:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.012995 10.0.0.251 - - [2026-09-02 05:22:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.128857 10.0.0.251 - - [2026-09-02 05:22:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.012057 10.0.0.251 - - [2026-09-02 05:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013923 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.005629 10.0.0.251 - - [2026-09-02 05:22:19] "POST /instance-ips HTTP/1.1" 200 398 0.028711 10.0.0.251 - - [2026-09-02 05:22:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.029443 10.0.0.251 - - [2026-09-02 05:22:19] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.016961 10.0.0.251 - - [2026-09-02 05:22:20] "POST /set-tag HTTP/1.1" 200 109 0.072256 10.0.0.251 - - [2026-09-02 05:22:20] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.011340 10.0.0.251 - - [2026-09-02 05:22:20] "GET /instance-ip/44f28d04-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.004173 10.0.0.251 - - [2026-09-02 05:22:20] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005373 10.0.0.251 - - [2026-09-02 05:22:20] "POST /set-tag HTTP/1.1" 200 109 0.002520 10.0.0.251 - - [2026-09-02 05:22:20] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.009165 10.0.0.251 - - [2026-09-02 05:22:20] "POST /ref-update HTTP/1.1" 200 156 0.018153 10.0.0.251 - - [2026-09-02 05:22:20] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.017494 10.0.0.251 - - [2026-09-02 05:22:20] "POST /set-tag HTTP/1.1" 200 109 0.004471 10.0.0.251 - - [2026-09-02 05:22:20] "POST /tags HTTP/1.1" 200 300 0.032031 10.0.0.251 - - [2026-09-02 05:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.018317 10.0.0.251 - - [2026-09-02 05:22:20] "GET /tag/d0cd5bb5-d857-4e6e-a04e-52455b87687f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.021518 10.0.0.251 - - [2026-09-02 05:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.251 - - [2026-09-02 05:22:20] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005162 10.0.0.251 - - [2026-09-02 05:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.251 - - [2026-09-02 05:22:20] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.067348 10.0.0.251 - - [2026-09-02 05:22:20] "POST /virtual-machines HTTP/1.1" 200 396 0.013072 10.0.0.251 - - [2026-09-02 05:22:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.018717 10.0.0.251 - - [2026-09-02 05:22:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.148784 10.0.0.251 - - [2026-09-02 05:22:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.014895 10.0.0.251 - - [2026-09-02 05:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.251 - - [2026-09-02 05:22:20] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.017391 10.0.0.251 - - [2026-09-02 05:22:20] "POST /instance-ips HTTP/1.1" 200 398 0.029289 10.0.0.251 - - [2026-09-02 05:22:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.036997 10.0.0.251 - - [2026-09-02 05:22:20] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.013313 10.0.0.251 - - [2026-09-02 05:22:21] "POST /set-tag HTTP/1.1" 200 109 0.026064 10.0.0.251 - - [2026-09-02 05:22:21] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.016758 10.0.0.251 - - [2026-09-02 05:22:21] "GET /instance-ip/45938d8a-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.008142 10.0.0.251 - - [2026-09-02 05:22:21] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005335 10.0.0.251 - - [2026-09-02 05:22:21] "POST /set-tag HTTP/1.1" 200 109 0.002862 10.0.0.251 - - [2026-09-02 05:22:21] "POST /tags HTTP/1.1" 200 300 0.022015 10.0.0.251 - - [2026-09-02 05:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.251 - - [2026-09-02 05:22:21] "GET /tag/812b3c77-1ed3-4a48-852b-0d9572a126cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.013065 10.0.0.251 - - [2026-09-02 05:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.251 - - [2026-09-02 05:22:21] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006982 10.0.0.251 - - [2026-09-02 05:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.251 - - [2026-09-02 05:22:21] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.048863 10.0.0.251 - - [2026-09-02 05:22:21] "POST /virtual-machines HTTP/1.1" 200 396 0.011954 10.0.0.251 - - [2026-09-02 05:22:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.022062 10.0.0.251 - - [2026-09-02 05:22:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.124800 10.0.0.251 - - [2026-09-02 05:22:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.018122 10.0.0.251 - - [2026-09-02 05:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011443 10.0.0.251 - - [2026-09-02 05:22:21] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.014573 10.0.0.251 - - [2026-09-02 05:22:21] "POST /instance-ips HTTP/1.1" 200 398 0.022231 10.0.0.251 - - [2026-09-02 05:22:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.035828 10.0.0.251 - - [2026-09-02 05:22:21] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.009202 10.0.0.251 - - [2026-09-02 05:22:21] "POST /set-tag HTTP/1.1" 200 109 0.023489 10.0.0.251 - - [2026-09-02 05:22:21] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.015782 10.0.0.251 - - [2026-09-02 05:22:21] "GET /instance-ip/4613218a-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.005122 10.0.0.251 - - [2026-09-02 05:22:21] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.007109 10.0.0.251 - - [2026-09-02 05:22:21] "POST /set-tag HTTP/1.1" 200 109 0.002562 10.0.0.251 - - [2026-09-02 05:22:22] "POST /tags HTTP/1.1" 200 300 0.022805 10.0.0.251 - - [2026-09-02 05:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.251 - - [2026-09-02 05:22:22] "GET /tag/22c159ef-e0f5-4ceb-8ca1-82b5ab5afcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1106 0.014718 10.0.0.251 - - [2026-09-02 05:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.251 - - [2026-09-02 05:22:22] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005171 10.0.0.251 - - [2026-09-02 05:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.251 - - [2026-09-02 05:22:22] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.046493 10.0.0.251 - - [2026-09-02 05:22:22] "POST /virtual-machines HTTP/1.1" 200 396 0.027303 10.0.0.251 - - [2026-09-02 05:22:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.034319 10.0.0.251 - - [2026-09-02 05:22:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.145889 10.0.0.251 - - [2026-09-02 05:22:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.013293 10.0.0.251 - - [2026-09-02 05:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007116 10.0.0.251 - - [2026-09-02 05:22:22] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.006839 10.0.0.251 - - [2026-09-02 05:22:22] "POST /instance-ips HTTP/1.1" 200 398 0.034932 10.0.0.251 - - [2026-09-02 05:22:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.036890 10.0.0.251 - - [2026-09-02 05:22:22] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.012048 10.0.0.251 - - [2026-09-02 05:22:22] "POST /set-tag HTTP/1.1" 200 109 0.027708 10.0.0.251 - - [2026-09-02 05:22:22] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.026087 10.0.0.251 - - [2026-09-02 05:22:22] "GET /instance-ip/469828ee-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.003581 10.0.0.251 - - [2026-09-02 05:22:22] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004864 10.0.0.251 - - [2026-09-02 05:22:22] "POST /set-tag HTTP/1.1" 200 109 0.005175 10.0.0.251 - - [2026-09-02 05:22:22] "POST /tags HTTP/1.1" 200 300 0.025132 10.0.0.251 - - [2026-09-02 05:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.251 - - [2026-09-02 05:22:22] "GET /tag/c821d388-1a78-4cba-ab3a-493537a16133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.013407 10.0.0.251 - - [2026-09-02 05:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007372 10.0.0.251 - - [2026-09-02 05:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002256 10.0.0.251 - - [2026-09-02 05:22:23] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.041885 10.0.0.251 - - [2026-09-02 05:22:23] "POST /virtual-machines HTTP/1.1" 200 396 0.010727 10.0.0.251 - - [2026-09-02 05:22:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.009974 10.0.0.251 - - [2026-09-02 05:22:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.118672 10.0.0.251 - - [2026-09-02 05:22:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.029803 10.0.0.251 - - [2026-09-02 05:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.012124 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.007864 10.0.0.251 - - [2026-09-02 05:22:23] "POST /instance-ips HTTP/1.1" 200 398 0.033739 10.0.0.251 - - [2026-09-02 05:22:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.029516 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.014138 10.0.0.251 - - [2026-09-02 05:22:23] "POST /set-tag HTTP/1.1" 200 109 0.026612 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.027802 10.0.0.251 - - [2026-09-02 05:22:23] "GET /instance-ip/47104b44-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.003404 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005151 10.0.0.251 - - [2026-09-02 05:22:23] "POST /set-tag HTTP/1.1" 200 109 0.003341 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.004597 10.0.0.251 - - [2026-09-02 05:22:23] "POST /ref-update HTTP/1.1" 200 156 0.011330 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.012236 10.0.0.251 - - [2026-09-02 05:22:23] "POST /set-tag HTTP/1.1" 200 109 0.012039 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005766 10.0.0.251 - - [2026-09-02 05:22:23] "POST /ref-update HTTP/1.1" 200 156 0.011960 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.011708 10.0.0.251 - - [2026-09-02 05:22:23] "POST /set-tag HTTP/1.1" 200 109 0.002905 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2772 0.006821 10.0.0.251 - - [2026-09-02 05:22:23] "POST /ref-update HTTP/1.1" 200 156 0.011726 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005835 10.0.0.251 - - [2026-09-02 05:22:23] "POST /set-tag HTTP/1.1" 200 109 0.003437 10.0.0.251 - - [2026-09-02 05:22:23] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.004765 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003103 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.004362 10.0.0.251 - - [2026-09-02 05:22:24] "POST /ref-update HTTP/1.1" 200 156 0.013220 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005359 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003061 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.007033 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003051 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.004640 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.002486 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005390 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.002943 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005001 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003217 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005018 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003571 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005129 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.011108 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.006551 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003200 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005364 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003812 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005288 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.002661 10.0.0.251 - - [2026-09-02 05:22:24] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004510 10.0.0.251 - - [2026-09-02 05:22:24] "POST /set-tag HTTP/1.1" 200 109 0.003345 10.0.0.251 - - [2026-09-02 05:22:25] "GET /virtual-machine/26045eef-3af1-4e6c-afcb-b5e2719d7f01?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.005590 10.0.0.251 - - [2026-09-02 05:22:25] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.006489 10.0.0.251 - - [2026-09-02 05:22:25] "GET /virtual-machine/622b5f5c-13db-44ee-a32b-800de6ac4bdf?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.003483 10.0.0.251 - - [2026-09-02 05:22:25] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005621 10.0.0.251 - - [2026-09-02 05:22:27] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.010207 10.0.0.251 - - [2026-09-02 05:22:27] "POST /set-tag HTTP/1.1" 200 109 0.005396 10.0.0.251 - - [2026-09-02 05:22:27] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.006208 10.0.0.251 - - [2026-09-02 05:22:27] "POST /set-tag HTTP/1.1" 200 109 0.002773 10.0.0.251 - - [2026-09-02 05:22:27] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.008939 10.0.0.251 - - [2026-09-02 05:22:27] "POST /set-tag HTTP/1.1" 200 109 0.003637 10.0.0.251 - - [2026-09-02 05:22:27] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005499 10.0.0.251 - - [2026-09-02 05:22:27] "POST /set-tag HTTP/1.1" 200 109 0.003726 10.0.0.251 - - [2026-09-02 05:22:30] "GET /virtual-machine/a1355074-6354-48a5-aa0a-520cefd79882?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1258 0.003592 10.0.0.251 - - [2026-09-02 05:22:30] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.006042 10.0.0.251 - - [2026-09-02 05:22:31] "GET /virtual-machine/d0a86eef-693b-4e86-85dc-9d0e4ef197ea?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.003732 10.0.0.251 - - [2026-09-02 05:22:31] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.004940 10.0.0.251 - - [2026-09-02 05:22:31] "GET /virtual-machine/538deab1-a109-4cab-926b-98f87cb9e9a6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.003931 10.0.0.251 - - [2026-09-02 05:22:31] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005119 10.0.0.251 - - [2026-09-02 05:22:31] "GET /virtual-machine/2e8fc538-3388-44d8-a542-c7117489c518?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.003395 10.0.0.251 - - [2026-09-02 05:22:31] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005104 10.0.0.251 - - [2026-09-02 05:22:32] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.008835 10.0.0.251 - - [2026-09-02 05:22:32] "POST /set-tag HTTP/1.1" 200 109 0.004986 10.0.0.251 - - [2026-09-02 05:22:36] "GET /virtual-machine/687d9427-f875-425a-8462-bae283fc7574?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003724 10.0.0.251 - - [2026-09-02 05:22:36] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005736 10.0.0.251 - - [2026-09-02 05:22:36] "GET /virtual-machine/d0484c54-f83c-4408-8ddd-bfefad5a2e51?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1258 0.003704 10.0.0.251 - - [2026-09-02 05:22:36] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004544 10.0.0.251 - - [2026-09-02 05:22:36] "GET /loadbalancer/899666a2-682d-417f-a401-06965c696955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007870 10.0.0.251 - - [2026-09-02 05:22:36] "POST /tags HTTP/1.1" 200 334 0.033898 10.0.0.251 - - [2026-09-02 05:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.251 - - [2026-09-02 05:22:37] "GET /tag/3fdcb4c0-0b46-4ea1-b184-e9e32e679eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.019835 10.0.0.251 - - [2026-09-02 05:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.251 - - [2026-09-02 05:22:37] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.046551 10.0.0.251 - - [2026-09-02 05:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002132 10.0.0.251 - - [2026-09-02 05:22:37] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004531 10.0.0.251 - - [2026-09-02 05:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.251 - - [2026-09-02 05:22:37] "GET /service-appliance-set/508c6166-a365-4388-9809-1d7c6fe983e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.002916 10.0.0.251 - - [2026-09-02 05:22:37] "POST /fqname-to-id HTTP/1.1" 404 273 0.001973 10.0.0.251 - - [2026-09-02 05:22:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 685 0.127400 10.0.0.251 - - [2026-09-02 05:22:37] "GET /virtual-machine-interface/67d23500-8b2d-4283-8a81-cad5c870c491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.014630 10.0.0.251 - - [2026-09-02 05:22:37] "POST /instance-ips HTTP/1.1" 200 410 0.043206 10.0.0.251 - - [2026-09-02 05:22:37] "GET /instance-ip/d8887b84-3482-4e30-91b5-f176cfd71c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1673 0.014444 10.0.0.251 - - [2026-09-02 05:22:37] "POST /loadbalancers HTTP/1.1" 200 631 0.083227 10.0.0.251 - - [2026-09-02 05:22:37] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.049471 10.0.0.251 - - [2026-09-02 05:22:37] "GET /instance-ip/d8887b84-3482-4e30-91b5-f176cfd71c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1673 0.005069 10.0.0.251 - - [2026-09-02 05:22:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.049503 10.0.0.251 - - [2026-09-02 05:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008616 10.0.0.251 - - [2026-09-02 05:22:37] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.058788 10.0.0.251 - - [2026-09-02 05:22:37] "POST /floating-ips HTTP/1.1" 200 599 0.088102 10.0.0.251 - - [2026-09-02 05:22:37] "GET /loadbalancer/899666a2-682d-417f-a401-06965c696955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.010262 10.0.0.251 - - [2026-09-02 05:22:37] "POST /loadbalancer-listeners HTTP/1.1" 200 737 0.024429 10.0.0.251 - - [2026-09-02 05:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.251 - - [2026-09-02 05:22:37] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.066085 10.0.0.251 - - [2026-09-02 05:22:37] "GET /loadbalancer/899666a2-682d-417f-a401-06965c696955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.030193 10.0.0.251 - - [2026-09-02 05:22:37] "GET /loadbalancer-listener/38b9c88d-e6f3-499d-bd0a-1a65f1f8c038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1845 0.009692 10.0.0.251 - - [2026-09-02 05:22:37] "GET /loadbalancer-listener/38b9c88d-e6f3-499d-bd0a-1a65f1f8c038?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1244 0.015053 10.0.0.251 - - [2026-09-02 05:22:38] "POST /loadbalancer-pools HTTP/1.1" 200 729 0.026753 10.0.0.251 - - [2026-09-02 05:22:38] "GET /instance-ip/d8887b84-3482-4e30-91b5-f176cfd71c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1673 0.005821 10.0.0.251 - - [2026-09-02 05:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011484 10.0.0.251 - - [2026-09-02 05:22:38] "GET /loadbalancer/899666a2-682d-417f-a401-06965c696955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003949 10.0.0.251 - - [2026-09-02 05:22:38] "GET /instance-ip/d8887b84-3482-4e30-91b5-f176cfd71c80?fields=floating_ips HTTP/1.1" 200 1215 0.019770 10.0.0.251 - - [2026-09-02 05:22:38] "GET /loadbalancer-pool/aa00329a-f460-4687-b3b2-76b67555d880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006074 10.0.0.251 - - [2026-09-02 05:22:38] "GET /floating-ip/48e2868c-a94c-424d-842d-2bf4d4ba505b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.012247 10.0.0.251 - - [2026-09-02 05:22:38] "POST /loadbalancer-members HTTP/1.1" 200 723 0.045793 10.0.0.251 - - [2026-09-02 05:22:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.027903 10.0.0.251 - - [2026-09-02 05:22:38] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.027370 10.0.0.251 - - [2026-09-02 05:22:38] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005123 10.0.0.251 - - [2026-09-02 05:22:38] "POST /ref-update HTTP/1.1" 200 156 0.021420 10.0.0.251 - - [2026-09-02 05:22:38] "POST /tags HTTP/1.1" 409 221 0.011207 10.0.0.251 - - [2026-09-02 05:22:38] "GET /floating-ip/48e2868c-a94c-424d-842d-2bf4d4ba505b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.033798 10.0.0.251 - - [2026-09-02 05:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.251 - - [2026-09-02 05:22:38] "GET /tag/3fdcb4c0-0b46-4ea1-b184-e9e32e679eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.012455 10.0.0.251 - - [2026-09-02 05:22:38] "PUT /floating-ip/48e2868c-a94c-424d-842d-2bf4d4ba505b HTTP/1.1" 200 257 0.017826 10.0.0.251 - - [2026-09-02 05:22:38] "POST /set-tag HTTP/1.1" 200 109 0.095771 10.0.0.251 - - [2026-09-02 05:22:38] "GET /loadbalancer-pool/aa00329a-f460-4687-b3b2-76b67555d880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005044 10.0.0.251 - - [2026-09-02 05:22:38] "POST /loadbalancer-members HTTP/1.1" 200 723 0.020224 10.0.0.251 - - [2026-09-02 05:22:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.008308 10.0.0.251 - - [2026-09-02 05:22:38] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.014835 10.0.0.251 - - [2026-09-02 05:22:38] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.007756 10.0.0.251 - - [2026-09-02 05:22:38] "POST /ref-update HTTP/1.1" 200 156 0.043737 10.0.0.251 - - [2026-09-02 05:22:38] "GET /floating-ip/48e2868c-a94c-424d-842d-2bf4d4ba505b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2239 0.014683 10.0.0.251 - - [2026-09-02 05:22:38] "POST /set-tag HTTP/1.1" 200 109 0.138520 10.0.0.251 - - [2026-09-02 05:22:42] "POST /tags HTTP/1.1" 409 206 0.002486 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.251 - - [2026-09-02 05:22:42] "GET /tag/aa8baf22-e293-4bd4-aed2-9d638bde38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.012638 10.0.0.251 - - [2026-09-02 05:22:42] "POST /tags HTTP/1.1" 409 204 0.002263 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.251 - - [2026-09-02 05:22:42] "GET /tag/812b3c77-1ed3-4a48-852b-0d9572a126cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.012081 10.0.0.251 - - [2026-09-02 05:22:42] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002691 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.251 - - [2026-09-02 05:22:42] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002849 10.0.0.251 - - [2026-09-02 05:22:42] "POST /tags HTTP/1.1" 409 206 0.002274 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.251 - - [2026-09-02 05:22:42] "GET /tag/aa8baf22-e293-4bd4-aed2-9d638bde38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.013243 10.0.0.251 - - [2026-09-02 05:22:42] "POST /tags HTTP/1.1" 409 226 0.002880 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.251 - - [2026-09-02 05:22:42] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.015232 10.0.0.251 - - [2026-09-02 05:22:42] "POST /tags HTTP/1.1" 409 204 0.003044 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.251 - - [2026-09-02 05:22:42] "GET /tag/812b3c77-1ed3-4a48-852b-0d9572a126cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.017039 10.0.0.251 - - [2026-09-02 05:22:42] "POST /tags HTTP/1.1" 409 226 0.002705 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002114 10.0.0.251 - - [2026-09-02 05:22:42] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.012795 10.0.0.251 - - [2026-09-02 05:22:42] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002899 10.0.0.251 - - [2026-09-02 05:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002022 10.0.0.251 - - [2026-09-02 05:22:42] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003737 10.0.0.251 - - [2026-09-02 05:22:42] "POST /firewall-rules HTTP/1.1" 200 628 0.073594 10.0.0.251 - - [2026-09-02 05:22:42] "POST /firewall-rules HTTP/1.1" 200 648 0.080704 10.0.0.251 - - [2026-09-02 05:22:42] "GET /firewall-rule/109c1b0a-3cea-480b-90e0-423ef5f8dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005469 10.0.0.251 - - [2026-09-02 05:22:42] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.003333 10.0.0.251 - - [2026-09-02 05:22:42] "GET /firewall-rule/0a44b0cf-aea3-41f5-b6cb-0facecc99f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.004665 10.0.0.251 - - [2026-09-02 05:22:42] "POST /ref-update HTTP/1.1" 200 156 0.022103 10.0.0.251 - - [2026-09-02 05:22:42] "POST /firewall-policys HTTP/1.1" 200 608 0.055678 10.0.0.251 - - [2026-09-02 05:22:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.035925 10.0.0.251 - - [2026-09-02 05:22:42] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.019066 10.0.0.251 - - [2026-09-02 05:22:43] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.003286 10.0.0.251 - - [2026-09-02 05:22:43] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002994 10.0.0.251 - - [2026-09-02 05:22:43] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4913 0.004535 10.0.0.251 - - [2026-09-02 05:22:43] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.004837 10.0.0.251 - - [2026-09-02 05:22:43] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.004598 10.0.0.251 - - [2026-09-02 05:22:43] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.002536 10.0.0.251 - - [2026-09-02 05:22:43] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4913 0.003558 10.0.0.251 - - [2026-09-02 05:22:43] "POST /ref-update HTTP/1.1" 200 156 0.024270 10.0.0.251 - - [2026-09-02 05:22:43] "POST /ref-update HTTP/1.1" 200 156 0.037205 10.0.0.251 - - [2026-09-02 05:22:43] "POST /ref-update HTTP/1.1" 200 156 0.023829 10.0.0.251 - - [2026-09-02 05:22:43] "POST /ref-update HTTP/1.1" 200 156 0.056774 10.0.0.251 - - [2026-09-02 05:22:43] "POST /ref-update HTTP/1.1" 200 156 0.052969 10.0.0.251 - - [2026-09-02 05:22:43] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003200 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:23:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001122 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:23:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.002187 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:23:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001078 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:23:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000916 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:23:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001201 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:23:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001151 10.0.0.251 - - [2026-09-02 05:23:56] "POST /tags HTTP/1.1" 200 366 0.068906 10.0.0.251 - - [2026-09-02 05:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008238 10.0.0.251 - - [2026-09-02 05:23:56] "GET /tag/4868f58e-0a33-40bf-9af5-6ac1ca0e8248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.050358 10.0.0.251 - - [2026-09-02 05:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.251 - - [2026-09-02 05:23:56] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.045550 10.0.0.251 - - [2026-09-02 05:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.251 - - [2026-09-02 05:23:56] "GET /service-appliance-set/076c2238-9ad0-4239-96b2-50fb5eeb0356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.003792 10.0.0.251 - - [2026-09-02 05:23:56] "POST /fqname-to-id HTTP/1.1" 404 258 0.002327 10.0.0.251 - - [2026-09-02 05:23:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 674 0.115774 10.0.0.251 - - [2026-09-02 05:23:56] "GET /virtual-machine-interface/b43d6de2-d309-4177-a6b9-4745037ab68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.023126 10.0.0.251 - - [2026-09-02 05:23:56] "POST /set-tag HTTP/1.1" 200 109 0.032706 10.0.0.251 - - [2026-09-02 05:23:56] "POST /instance-ips HTTP/1.1" 200 418 0.052928 10.0.0.251 - - [2026-09-02 05:23:56] "GET /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1668 0.004576 10.0.0.251 - - [2026-09-02 05:23:56] "POST /loadbalancers HTTP/1.1" 200 620 0.068352 10.0.0.251 - - [2026-09-02 05:23:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.014745 10.0.0.251 - - [2026-09-02 05:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.018929 10.0.0.251 - - [2026-09-02 05:23:56] "POST /service-instances HTTP/1.1" 200 568 0.024450 10.0.0.251 - - [2026-09-02 05:23:56] "POST /ref-update HTTP/1.1" 200 156 0.013488 10.0.0.251 - - [2026-09-02 05:23:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.068166 10.0.0.251 - - [2026-09-02 05:23:57] "GET /virtual-machine-interface/b43d6de2-d309-4177-a6b9-4745037ab68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.008481 10.0.0.251 - - [2026-09-02 05:23:57] "GET /virtual-machine-interface/b43d6de2-d309-4177-a6b9-4745037ab68d?fields=floating_ip_back_refs HTTP/1.1" 200 1182 0.018109 10.0.0.251 - - [2026-09-02 05:23:57] "PUT /service-instance/31d0d490-34e3-4a7a-9b07-481bf83d8174 HTTP/1.1" 200 267 0.038065 10.0.0.251 - - [2026-09-02 05:23:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.004339 10.0.0.251 - - [2026-09-02 05:23:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.036123 10.0.0.251 - - [2026-09-02 05:23:57] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.017413 10.0.0.251 - - [2026-09-02 05:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.251 - - [2026-09-02 05:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.251 - - [2026-09-02 05:23:57] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002812 10.0.0.251 - - [2026-09-02 05:23:57] "POST /tags HTTP/1.1" 409 221 0.001775 10.0.0.251 - - [2026-09-02 05:23:57] "POST /virtual-machines HTTP/1.1" 200 430 0.019925 10.0.0.251 - - [2026-09-02 05:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.024557 10.0.0.251 - - [2026-09-02 05:23:57] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.034553 10.0.0.251 - - [2026-09-02 05:23:57] "POST /tags HTTP/1.1" 409 238 0.024674 10.0.0.251 - - [2026-09-02 05:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.251 - - [2026-09-02 05:23:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.144617 10.0.0.251 - - [2026-09-02 05:23:57] "GET /tag/4868f58e-0a33-40bf-9af5-6ac1ca0e8248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.015124 10.0.0.251 - - [2026-09-02 05:23:57] "POST /chown HTTP/1.1" 200 109 0.045593 10.0.0.251 - - [2026-09-02 05:23:57] "POST /chown HTTP/1.1" 200 109 0.007303 10.0.0.251 - - [2026-09-02 05:23:57] "POST /firewall-rules HTTP/1.1" 200 652 0.121187 10.0.0.251 - - [2026-09-02 05:23:57] "PUT /virtual-machine-interface/afd05a54-5a4c-4f11-9a8f-8d76f5ac6635 HTTP/1.1" 200 285 0.090347 10.0.0.251 - - [2026-09-02 05:23:57] "GET /firewall-rule/f8101e14-d800-4587-9f0e-62b74a397d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2423 0.027120 10.0.0.251 - - [2026-09-02 05:23:57] "PUT /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917 HTTP/1.1" 200 257 0.034681 10.0.0.251 - - [2026-09-02 05:23:57] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.003053 10.0.0.251 - - [2026-09-02 05:23:57] "GET /firewall-rule/f8101e14-d800-4587-9f0e-62b74a397d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2423 0.002759 10.0.0.251 - - [2026-09-02 05:23:57] "POST /ref-update HTTP/1.1" 200 156 0.047937 10.0.0.251 - - [2026-09-02 05:23:57] "POST /ref-update HTTP/1.1" 200 156 0.048518 10.0.0.251 - - [2026-09-02 05:23:57] "POST /ref-update HTTP/1.1" 200 156 0.026167 10.0.0.251 - - [2026-09-02 05:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010263 10.0.0.251 - - [2026-09-02 05:23:57] "POST /ref-update HTTP/1.1" 200 156 0.040302 10.0.0.251 - - [2026-09-02 05:23:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.073142 10.0.0.251 - - [2026-09-02 05:23:57] "GET /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2525 0.013150 10.0.0.251 - - [2026-09-02 05:23:57] "POST /ref-update HTTP/1.1" 200 156 0.029124 10.0.0.251 - - [2026-09-02 05:23:57] "POST /ref-update HTTP/1.1" 200 156 0.031702 10.0.0.251 - - [2026-09-02 05:23:57] "POST /ref-update HTTP/1.1" 200 156 0.042325 10.0.0.251 - - [2026-09-02 05:23:57] "POST /loadbalancer-listeners HTTP/1.1" 200 728 0.079578 10.0.0.251 - - [2026-09-02 05:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.251 - - [2026-09-02 05:23:58] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.039600 10.0.0.251 - - [2026-09-02 05:23:58] "POST /virtual-machines HTTP/1.1" 200 430 0.049751 10.0.0.251 - - [2026-09-02 05:23:58] "GET /loadbalancer-listener/e43fdfd6-ee85-4bce-8809-cc55f9f80c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003499 10.0.0.251 - - [2026-09-02 05:23:58] "GET /loadbalancer-listener/e43fdfd6-ee85-4bce-8809-cc55f9f80c9d?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1235 0.003509 10.0.0.251 - - [2026-09-02 05:23:58] "POST /loadbalancer-pools HTTP/1.1" 200 720 0.094604 10.0.0.251 - - [2026-09-02 05:23:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.158001 10.0.0.251 - - [2026-09-02 05:23:58] "POST /chown HTTP/1.1" 200 109 0.029696 10.0.0.251 - - [2026-09-02 05:23:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.020592 10.0.0.251 - - [2026-09-02 05:23:58] "GET /loadbalancer-pool/50ab5a24-2b41-4fe6-a53d-6060dd294278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.016144 10.0.0.251 - - [2026-09-02 05:23:58] "POST /chown HTTP/1.1" 200 109 0.009558 10.0.0.251 - - [2026-09-02 05:23:58] "POST /loadbalancer-members HTTP/1.1" 200 709 0.053298 10.0.0.251 - - [2026-09-02 05:23:58] "PUT /virtual-machine-interface/4cf91cff-7b72-49f7-acc4-5f85ad8a342b HTTP/1.1" 200 285 0.051528 10.0.0.251 - - [2026-09-02 05:23:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.020847 10.0.0.251 - - [2026-09-02 05:23:58] "PUT /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917 HTTP/1.1" 200 257 0.066604 10.0.0.251 - - [2026-09-02 05:23:58] "GET /loadbalancer-member/0a855771-d9c8-4d44-8e65-0bb0f5893385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.020963 10.0.0.251 - - [2026-09-02 05:23:58] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.019020 10.0.0.251 - - [2026-09-02 05:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.251 - - [2026-09-02 05:23:58] "POST /ref-update HTTP/1.1" 200 156 0.043806 10.0.0.251 - - [2026-09-02 05:23:58] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.022083 10.0.0.251 - - [2026-09-02 05:23:58] "POST /tags HTTP/1.1" 409 221 0.002728 10.0.0.251 - - [2026-09-02 05:23:58] "POST /ref-update HTTP/1.1" 200 156 0.035147 10.0.0.251 - - [2026-09-02 05:23:58] "POST /ref-update HTTP/1.1" 200 156 0.031629 10.0.0.251 - - [2026-09-02 05:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012071 10.0.0.251 - - [2026-09-02 05:23:58] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.033280 10.0.0.251 - - [2026-09-02 05:23:58] "POST /tags HTTP/1.1" 409 238 0.006539 10.0.0.251 - - [2026-09-02 05:23:58] "POST /ref-update HTTP/1.1" 200 156 0.024812 10.0.0.251 - - [2026-09-02 05:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006544 10.0.0.251 - - [2026-09-02 05:23:58] "POST /ref-update HTTP/1.1" 200 156 0.049652 10.0.0.251 - - [2026-09-02 05:23:58] "GET /tag/4868f58e-0a33-40bf-9af5-6ac1ca0e8248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.041076 10.0.0.251 - - [2026-09-02 05:23:58] "POST /firewall-rules HTTP/1.1" 409 293 0.005251 10.0.0.251 - - [2026-09-02 05:23:58] "PUT /service-instance/31d0d490-34e3-4a7a-9b07-481bf83d8174 HTTP/1.1" 200 267 0.014363 10.0.0.251 - - [2026-09-02 05:23:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.028054 10.0.0.251 - - [2026-09-02 05:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.019681 10.0.0.251 - - [2026-09-02 05:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.251 - - [2026-09-02 05:23:58] "POST /chown HTTP/1.1" 200 109 0.007936 10.0.0.251 - - [2026-09-02 05:23:58] "PUT /firewall-rule/f8101e14-d800-4587-9f0e-62b74a397d85 HTTP/1.1" 200 261 0.063830 10.0.0.251 - - [2026-09-02 05:23:58] "GET /firewall-rule/f8101e14-d800-4587-9f0e-62b74a397d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2423 0.004644 10.0.0.251 - - [2026-09-02 05:23:58] "POST /chown HTTP/1.1" 200 109 0.044228 10.0.0.251 - - [2026-09-02 05:23:58] "PUT /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917 HTTP/1.1" 200 257 0.028935 10.0.0.251 - - [2026-09-02 05:23:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.027814 10.0.0.251 - - [2026-09-02 05:23:59] "POST /ref-update HTTP/1.1" 200 156 0.049548 10.0.0.251 - - [2026-09-02 05:23:59] "GET /firewall-rule/f8101e14-d800-4587-9f0e-62b74a397d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2423 0.013048 10.0.0.251 - - [2026-09-02 05:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.030044 10.0.0.251 - - [2026-09-02 05:23:59] "POST /chown HTTP/1.1" 200 109 0.011479 10.0.0.251 - - [2026-09-02 05:23:59] "GET /tag/4868f58e-0a33-40bf-9af5-6ac1ca0e8248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.023819 10.0.0.251 - - [2026-09-02 05:23:59] "POST /chown HTTP/1.1" 200 109 0.046938 10.0.0.251 - - [2026-09-02 05:23:59] "GET /tag/4868f58e-0a33-40bf-9af5-6ac1ca0e8248?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1775 0.047991 10.0.0.251 - - [2026-09-02 05:23:59] "GET /virtual-machine-interface/4cf91cff-7b72-49f7-acc4-5f85ad8a342b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3140 0.006588 10.0.0.251 - - [2026-09-02 05:23:59] "PUT /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917 HTTP/1.1" 200 257 0.047485 10.0.0.251 - - [2026-09-02 05:23:59] "POST /ref-update HTTP/1.1" 200 156 0.019652 10.0.0.251 - - [2026-09-02 05:23:59] "POST /set-tag HTTP/1.1" 200 109 0.032132 10.0.0.251 - - [2026-09-02 05:23:59] "GET /virtual-machine-interface/afd05a54-5a4c-4f11-9a8f-8d76f5ac6635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3141 0.017248 10.0.0.251 - - [2026-09-02 05:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010803 10.0.0.251 - - [2026-09-02 05:23:59] "POST /chown HTTP/1.1" 200 109 0.012369 10.0.0.251 - - [2026-09-02 05:23:59] "POST /set-tag HTTP/1.1" 200 109 0.064707 10.0.0.251 - - [2026-09-02 05:23:59] "POST /chown HTTP/1.1" 200 109 0.030858 10.0.0.251 - - [2026-09-02 05:23:59] "GET /virtual-machine-interface/b43d6de2-d309-4177-a6b9-4745037ab68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.016079 10.0.0.251 - - [2026-09-02 05:23:59] "PUT /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917 HTTP/1.1" 200 257 0.042551 10.0.0.251 - - [2026-09-02 05:23:59] "POST /set-tag HTTP/1.1" 200 109 0.066391 10.0.0.251 - - [2026-09-02 05:23:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.018940 10.0.0.251 - - [2026-09-02 05:23:59] "POST /ref-update HTTP/1.1" 200 156 0.059221 10.0.0.251 - - [2026-09-02 05:23:59] "GET /firewall-rule/f8101e14-d800-4587-9f0e-62b74a397d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2423 0.004603 10.0.0.251 - - [2026-09-02 05:23:59] "POST /chown HTTP/1.1" 200 109 0.011077 10.0.0.251 - - [2026-09-02 05:23:59] "POST /chown HTTP/1.1" 200 109 0.015864 10.0.0.251 - - [2026-09-02 05:23:59] "POST /ref-update HTTP/1.1" 200 156 0.034522 10.0.0.251 - - [2026-09-02 05:23:59] "PUT /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917 HTTP/1.1" 200 257 0.066540 10.0.0.251 - - [2026-09-02 05:23:59] "DELETE /firewall-rule/f8101e14-d800-4587-9f0e-62b74a397d85 HTTP/1.1" 200 115 0.100387 10.0.0.251 - - [2026-09-02 05:23:59] "POST /ref-update HTTP/1.1" 200 156 0.015052 10.0.0.251 - - [2026-09-02 05:23:59] "DELETE /loadbalancer-member/0a855771-d9c8-4d44-8e65-0bb0f5893385 HTTP/1.1" 200 115 0.059315 10.0.0.251 - - [2026-09-02 05:23:59] "DELETE /loadbalancer-pool/50ab5a24-2b41-4fe6-a53d-6060dd294278 HTTP/1.1" 200 115 0.040127 10.0.0.251 - - [2026-09-02 05:23:59] "PUT /service-instance/31d0d490-34e3-4a7a-9b07-481bf83d8174 HTTP/1.1" 200 267 0.027342 10.0.0.251 - - [2026-09-02 05:23:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.018378 10.0.0.251 - - [2026-09-02 05:23:59] "DELETE /loadbalancer-listener/e43fdfd6-ee85-4bce-8809-cc55f9f80c9d HTTP/1.1" 200 115 0.104246 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a HTTP/1.1" 200 115 0.058545 10.0.0.251 - - [2026-09-02 05:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.251 - - [2026-09-02 05:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /instance-ip/8bcf0e16-909f-424a-a5ae-d49f53167917 HTTP/1.1" 200 115 0.062157 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /virtual-machine-interface/b43d6de2-d309-4177-a6b9-4745037ab68d HTTP/1.1" 200 115 0.085092 10.0.0.251 - - [2026-09-02 05:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.251 - - [2026-09-02 05:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.251 - - [2026-09-02 05:24:00] "POST /service-instances HTTP/1.1" 409 259 0.005292 10.0.0.251 - - [2026-09-02 05:24:00] "POST /service-instances HTTP/1.1" 409 259 0.006510 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /tag/4868f58e-0a33-40bf-9af5-6ac1ca0e8248 HTTP/1.1" 200 115 0.093043 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /service-instance/31d0d490-34e3-4a7a-9b07-481bf83d8174 HTTP/1.1" 200 115 0.046441 10.0.0.251 - - [2026-09-02 05:24:00] "GET /virtual-machine-interface/afd05a54-5a4c-4f11-9a8f-8d76f5ac6635?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1211 0.009635 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /virtual-machine-interface/afd05a54-5a4c-4f11-9a8f-8d76f5ac6635 HTTP/1.1" 200 115 0.065486 10.0.0.251 - - [2026-09-02 05:24:00] "POST /ref-update HTTP/1.1" 200 156 0.013111 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /virtual-machine/ceb2f41a-9347-420d-8d85-aa9663c321a7 HTTP/1.1" 200 115 0.035207 10.0.0.251 - - [2026-09-02 05:24:00] "GET /virtual-machine-interface/4cf91cff-7b72-49f7-acc4-5f85ad8a342b?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1210 0.020835 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /virtual-machine-interface/4cf91cff-7b72-49f7-acc4-5f85ad8a342b HTTP/1.1" 200 115 0.087597 10.0.0.251 - - [2026-09-02 05:24:00] "DELETE /virtual-machine/085da153-b7f4-4e84-803a-a8b5c63096f8 HTTP/1.1" 200 115 0.031357 10.0.0.251 - - [2026-09-02 05:24:19] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.007215 10.0.0.251 - - [2026-09-02 05:24:19] "POST /set-tag HTTP/1.1" 200 109 0.014280 10.0.0.251 - - [2026-09-02 05:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.251 - - [2026-09-02 05:24:19] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.007436 10.0.0.251 - - [2026-09-02 05:24:19] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.008425 10.0.0.251 - - [2026-09-02 05:24:19] "POST /set-tag HTTP/1.1" 200 109 0.059899 10.0.0.251 - - [2026-09-02 05:24:20] "DELETE /loadbalancer-member/e53810e2-417a-45ab-bcca-cef7c8c3c4a3 HTTP/1.1" 200 115 0.085872 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.010102 10.0.0.251 - - [2026-09-02 05:24:20] "POST /set-tag HTTP/1.1" 200 109 0.002990 10.0.0.251 - - [2026-09-02 05:24:20] "DELETE /loadbalancer-member/a0f60b34-b416-46d1-a7d2-57ce93cb6c1a HTTP/1.1" 200 115 0.053042 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.005055 10.0.0.251 - - [2026-09-02 05:24:20] "POST /set-tag HTTP/1.1" 200 109 0.003189 10.0.0.251 - - [2026-09-02 05:24:20] "DELETE /loadbalancer-member/d761c22e-b490-4651-9458-1dd67388d147 HTTP/1.1" 200 115 0.053662 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.005746 10.0.0.251 - - [2026-09-02 05:24:20] "POST /set-tag HTTP/1.1" 200 109 0.004018 10.0.0.251 - - [2026-09-02 05:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.251 - - [2026-09-02 05:24:20] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003387 10.0.0.251 - - [2026-09-02 05:24:20] "GET /loadbalancer-pool/ef8a47d5-e832-4341-a5be-dacc4f5e8540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.003506 10.0.0.251 - - [2026-09-02 05:24:20] "POST /loadbalancer-members HTTP/1.1" 200 692 0.030213 10.0.0.251 - - [2026-09-02 05:24:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.017154 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.011628 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.014876 10.0.0.251 - - [2026-09-02 05:24:20] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.003700 10.0.0.251 - - [2026-09-02 05:24:20] "POST /set-tag HTTP/1.1" 200 109 0.065104 10.0.0.251 - - [2026-09-02 05:24:20] "GET /loadbalancer-pool/ac9dcf62-f060-4730-89db-d5cc5ba04a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.012650 10.0.0.251 - - [2026-09-02 05:24:20] "POST /loadbalancer-members HTTP/1.1" 200 692 0.054049 10.0.0.251 - - [2026-09-02 05:24:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.010126 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.017005 10.0.0.251 - - [2026-09-02 05:24:20] "POST /set-tag HTTP/1.1" 200 109 0.004126 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004936 10.0.0.251 - - [2026-09-02 05:24:20] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.003598 10.0.0.251 - - [2026-09-02 05:24:20] "GET /loadbalancer-pool/2129e85c-3764-4d55-9847-ff1157884322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.003357 10.0.0.251 - - [2026-09-02 05:24:20] "POST /loadbalancer-members HTTP/1.1" 200 694 0.040567 10.0.0.251 - - [2026-09-02 05:24:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.023940 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.009387 10.0.0.251 - - [2026-09-02 05:24:20] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.012265 10.0.0.251 - - [2026-09-02 05:24:21] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006769 10.0.0.251 - - [2026-09-02 05:24:21] "POST /set-tag HTTP/1.1" 200 109 0.003093 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 252 0.002854 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.251 - - [2026-09-02 05:24:47] "GET /tag/6a09d412-9300-4d70-a651-19e126a0d3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1327 0.018122 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 228 0.002569 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.251 - - [2026-09-02 05:24:47] "GET /tag/de69e2a2-4c21-406f-b306-55069ac24e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.012341 10.0.0.251 - - [2026-09-02 05:24:47] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003100 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002011 10.0.0.251 - - [2026-09-02 05:24:47] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002726 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 206 0.003332 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.251 - - [2026-09-02 05:24:47] "GET /tag/aa8baf22-e293-4bd4-aed2-9d638bde38bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.012890 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 226 0.005521 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.251 - - [2026-09-02 05:24:47] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.011811 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 204 0.002168 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001836 10.0.0.251 - - [2026-09-02 05:24:47] "GET /tag/812b3c77-1ed3-4a48-852b-0d9572a126cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.012024 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 226 0.003064 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.251 - - [2026-09-02 05:24:47] "GET /tag/ad9578bc-a720-42a5-be44-932655aa4cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.014635 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 228 0.002650 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.251 - - [2026-09-02 05:24:47] "GET /tag/de69e2a2-4c21-406f-b306-55069ac24e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.013674 10.0.0.251 - - [2026-09-02 05:24:47] "POST /tags HTTP/1.1" 409 252 0.002314 10.0.0.251 - - [2026-09-02 05:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.251 - - [2026-09-02 05:24:48] "GET /tag/6a09d412-9300-4d70-a651-19e126a0d3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1327 0.013803 10.0.0.251 - - [2026-09-02 05:24:48] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.009291 10.0.0.251 - - [2026-09-02 05:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.251 - - [2026-09-02 05:24:48] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003313 10.0.0.251 - - [2026-09-02 05:24:48] "POST /firewall-rules HTTP/1.1" 409 281 0.002253 10.0.0.251 - - [2026-09-02 05:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.251 - - [2026-09-02 05:24:48] "PUT /firewall-rule/0a44b0cf-aea3-41f5-b6cb-0facecc99f8f HTTP/1.1" 200 261 0.024762 10.0.0.251 - - [2026-09-02 05:24:48] "POST /firewall-rules HTTP/1.1" 409 291 0.013034 10.0.0.251 - - [2026-09-02 05:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007300 10.0.0.251 - - [2026-09-02 05:24:48] "PUT /firewall-rule/109c1b0a-3cea-480b-90e0-423ef5f8dc66 HTTP/1.1" 200 261 0.026299 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-rule/109c1b0a-3cea-480b-90e0-423ef5f8dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.020247 10.0.0.251 - - [2026-09-02 05:24:48] "POST /firewall-rules HTTP/1.1" 200 660 0.085431 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-rule/4cffae69-5939-4868-ad53-7d4d877b000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2915 0.018856 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.004663 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-rule/0a44b0cf-aea3-41f5-b6cb-0facecc99f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.003887 10.0.0.251 - - [2026-09-02 05:24:48] "POST /firewall-policys HTTP/1.1" 409 269 0.002438 10.0.0.251 - - [2026-09-02 05:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.251 - - [2026-09-02 05:24:48] "PUT /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31 HTTP/1.1" 200 265 0.033339 10.0.0.251 - - [2026-09-02 05:24:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.028731 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.017533 10.0.0.251 - - [2026-09-02 05:24:48] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003405 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.002990 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.003046 10.0.0.251 - - [2026-09-02 05:24:48] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.002920 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:25:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001073 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:25:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001365 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4057 0.009889 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.010224 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.009150 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.006407 10.0.0.251 - - [2026-09-02 05:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.251 - - [2026-09-02 05:25:50] "GET /loadbalancer/899666a2-682d-417f-a401-06965c696955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003189 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4057 0.006790 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.027638 10.0.0.251 - - [2026-09-02 05:25:50] "DELETE /loadbalancer-member/2b27b1d2-1f7d-457d-92f6-37eb839cf059 HTTP/1.1" 200 115 0.078621 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.022909 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.003141 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004755 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.002616 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005807 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.005372 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4057 0.005956 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.003240 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.008129 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.002993 10.0.0.251 - - [2026-09-02 05:25:50] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005499 10.0.0.251 - - [2026-09-02 05:25:50] "POST /set-tag HTTP/1.1" 200 109 0.002987 10.0.0.251 - - [2026-09-02 05:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.251 - - [2026-09-02 05:25:50] "GET /loadbalancer/899666a2-682d-417f-a401-06965c696955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003865 10.0.0.251 - - [2026-09-02 05:25:51] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4057 0.007093 10.0.0.251 - - [2026-09-02 05:25:51] "POST /set-tag HTTP/1.1" 200 109 0.005505 10.0.0.251 - - [2026-09-02 05:25:51] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4057 0.012835 10.0.0.251 - - [2026-09-02 05:25:51] "POST /set-tag HTTP/1.1" 200 109 0.003226 10.0.0.251 - - [2026-09-02 05:25:51] "GET /virtual-machine/622b5f5c-13db-44ee-a32b-800de6ac4bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003924 10.0.0.251 - - [2026-09-02 05:25:51] "POST /ref-update HTTP/1.1" 200 156 0.021509 10.0.0.251 - - [2026-09-02 05:25:51] "GET /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4057 0.005789 10.0.0.251 - - [2026-09-02 05:25:51] "POST /set-tag HTTP/1.1" 200 109 0.024760 10.0.0.251 - - [2026-09-02 05:25:51] "POST /set-tag HTTP/1.1" 200 109 0.043391 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.072000 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.053375 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.047826 10.0.0.251 - - [2026-09-02 05:25:52] "DELETE /instance-ip/43b9c7ae-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.052677 10.0.0.251 - - [2026-09-02 05:25:52] "POST /ref-update HTTP/1.1" 200 156 0.016547 10.0.0.251 - - [2026-09-02 05:25:52] "DELETE /virtual-machine-interface/439b6084-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.052753 10.0.0.251 - - [2026-09-02 05:25:52] "DELETE /virtual-machine/622b5f5c-13db-44ee-a32b-800de6ac4bdf HTTP/1.1" 200 115 0.038804 10.0.0.251 - - [2026-09-02 05:25:52] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005772 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.003263 10.0.0.251 - - [2026-09-02 05:25:52] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005159 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.002904 10.0.0.251 - - [2026-09-02 05:25:52] "GET /virtual-machine/26045eef-3af1-4e6c-afcb-b5e2719d7f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003913 10.0.0.251 - - [2026-09-02 05:25:52] "POST /ref-update HTTP/1.1" 200 156 0.012325 10.0.0.251 - - [2026-09-02 05:25:52] "GET /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.022394 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.036120 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.058135 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.053051 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.028057 10.0.0.251 - - [2026-09-02 05:25:52] "POST /set-tag HTTP/1.1" 200 109 0.035043 10.0.0.251 - - [2026-09-02 05:25:53] "DELETE /instance-ip/4336e55a-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.053850 10.0.0.251 - - [2026-09-02 05:25:53] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.251 - - [2026-09-02 05:25:53] "DELETE /virtual-machine-interface/4315ce74-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.085614 10.0.0.251 - - [2026-09-02 05:25:53] "DELETE /virtual-machine/26045eef-3af1-4e6c-afcb-b5e2719d7f01 HTTP/1.1" 200 115 0.039356 10.0.0.251 - - [2026-09-02 05:25:53] "DELETE /tag/992f56cd-69d8-49f1-a7d6-7e2e995b3dd9 HTTP/1.1" 200 115 0.046259 10.0.0.251 - - [2026-09-02 05:25:53] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005081 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.003328 10.0.0.251 - - [2026-09-02 05:25:53] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005855 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.002869 10.0.0.251 - - [2026-09-02 05:25:53] "GET /virtual-machine/d0a86eef-693b-4e86-85dc-9d0e4ef197ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003780 10.0.0.251 - - [2026-09-02 05:25:53] "POST /ref-update HTTP/1.1" 200 156 0.013679 10.0.0.251 - - [2026-09-02 05:25:53] "GET /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.007116 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.026176 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.032561 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.043382 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.025010 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.039647 10.0.0.251 - - [2026-09-02 05:25:53] "DELETE /instance-ip/44f28d04-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.055668 10.0.0.251 - - [2026-09-02 05:25:53] "DELETE /virtual-machine-interface/44d4e54c-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.056759 10.0.0.251 - - [2026-09-02 05:25:53] "DELETE /virtual-machine/d0a86eef-693b-4e86-85dc-9d0e4ef197ea HTTP/1.1" 200 115 0.024851 10.0.0.251 - - [2026-09-02 05:25:53] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.010532 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.003310 10.0.0.251 - - [2026-09-02 05:25:53] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.005030 10.0.0.251 - - [2026-09-02 05:25:53] "POST /set-tag HTTP/1.1" 200 109 0.002629 10.0.0.251 - - [2026-09-02 05:25:53] "GET /virtual-machine/a1355074-6354-48a5-aa0a-520cefd79882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.003493 10.0.0.251 - - [2026-09-02 05:25:54] "POST /ref-update HTTP/1.1" 200 156 0.020466 10.0.0.251 - - [2026-09-02 05:25:54] "GET /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.009487 10.0.0.251 - - [2026-09-02 05:25:54] "POST /set-tag HTTP/1.1" 200 109 0.026909 10.0.0.251 - - [2026-09-02 05:25:54] "POST /set-tag HTTP/1.1" 200 109 0.038202 10.0.0.251 - - [2026-09-02 05:25:54] "POST /set-tag HTTP/1.1" 200 109 0.029240 10.0.0.251 - - [2026-09-02 05:25:54] "POST /set-tag HTTP/1.1" 200 109 0.019254 10.0.0.251 - - [2026-09-02 05:25:54] "POST /set-tag HTTP/1.1" 200 109 0.030340 10.0.0.251 - - [2026-09-02 05:25:54] "DELETE /instance-ip/446c32b8-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.056772 10.0.0.251 - - [2026-09-02 05:25:54] "DELETE /virtual-machine-interface/4450e2ce-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.055193 10.0.0.251 - - [2026-09-02 05:25:54] "DELETE /virtual-machine/a1355074-6354-48a5-aa0a-520cefd79882 HTTP/1.1" 200 115 0.029855 10.0.0.251 - - [2026-09-02 05:25:54] "DELETE /tag/1e9594fd-e06a-4b3a-a065-6a8f71dfd0cc HTTP/1.1" 200 115 0.046270 10.0.0.251 - - [2026-09-02 05:25:54] "DELETE /tag/aa8baf22-e293-4bd4-aed2-9d638bde38bf HTTP/1.1" 409 391 0.008091 10.0.0.251 - - [2026-09-02 05:25:56] "POST /tags HTTP/1.1" 200 366 0.063789 10.0.0.251 - - [2026-09-02 05:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.251 - - [2026-09-02 05:25:56] "GET /tag/18a0b723-9a41-4e00-b3b9-0396e54d5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.015769 10.0.0.251 - - [2026-09-02 05:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.251 - - [2026-09-02 05:25:56] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.048269 10.0.0.251 - - [2026-09-02 05:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.251 - - [2026-09-02 05:25:56] "GET /service-appliance-set/076c2238-9ad0-4239-96b2-50fb5eeb0356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.002868 10.0.0.251 - - [2026-09-02 05:25:56] "POST /fqname-to-id HTTP/1.1" 404 258 0.002126 10.0.0.251 - - [2026-09-02 05:25:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 674 0.103895 10.0.0.251 - - [2026-09-02 05:25:56] "GET /virtual-machine-interface/2f744495-723f-4198-b193-cd059530cdde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.017279 10.0.0.251 - - [2026-09-02 05:25:56] "POST /set-tag HTTP/1.1" 200 109 0.026359 10.0.0.251 - - [2026-09-02 05:25:56] "POST /instance-ips HTTP/1.1" 200 418 0.031562 10.0.0.251 - - [2026-09-02 05:25:56] "GET /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1667 0.010047 10.0.0.251 - - [2026-09-02 05:25:56] "POST /loadbalancers HTTP/1.1" 200 620 0.064589 10.0.0.251 - - [2026-09-02 05:25:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.011640 10.0.0.251 - - [2026-09-02 05:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.016659 10.0.0.251 - - [2026-09-02 05:25:56] "POST /service-instances HTTP/1.1" 200 568 0.050697 10.0.0.251 - - [2026-09-02 05:25:56] "POST /ref-update HTTP/1.1" 200 156 0.029549 10.0.0.251 - - [2026-09-02 05:25:56] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.077140 10.0.0.251 - - [2026-09-02 05:25:56] "PUT /service-instance/95e04854-dd57-40b6-81f0-3ab9033b58d6 HTTP/1.1" 200 267 0.012500 10.0.0.251 - - [2026-09-02 05:25:56] "GET /virtual-machine-interface/2f744495-723f-4198-b193-cd059530cdde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.008364 10.0.0.251 - - [2026-09-02 05:25:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.021414 10.0.0.251 - - [2026-09-02 05:25:56] "GET /virtual-machine-interface/2f744495-723f-4198-b193-cd059530cdde?fields=floating_ip_back_refs HTTP/1.1" 200 1181 0.017547 10.0.0.251 - - [2026-09-02 05:25:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.011097 10.0.0.251 - - [2026-09-02 05:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.251 - - [2026-09-02 05:25:57] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.009835 10.0.0.251 - - [2026-09-02 05:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.251 - - [2026-09-02 05:25:57] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003480 10.0.0.251 - - [2026-09-02 05:25:57] "POST /virtual-machines HTTP/1.1" 200 430 0.030186 10.0.0.251 - - [2026-09-02 05:25:57] "POST /tags HTTP/1.1" 409 221 0.002743 10.0.0.251 - - [2026-09-02 05:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.251 - - [2026-09-02 05:25:57] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.021163 10.0.0.251 - - [2026-09-02 05:25:57] "POST /tags HTTP/1.1" 409 238 0.002563 10.0.0.251 - - [2026-09-02 05:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002258 10.0.0.251 - - [2026-09-02 05:25:57] "GET /tag/18a0b723-9a41-4e00-b3b9-0396e54d5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.015199 10.0.0.251 - - [2026-09-02 05:25:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.165440 10.0.0.251 - - [2026-09-02 05:25:57] "POST /chown HTTP/1.1" 200 109 0.029026 10.0.0.251 - - [2026-09-02 05:25:57] "POST /firewall-rules HTTP/1.1" 200 652 0.125392 10.0.0.251 - - [2026-09-02 05:25:57] "POST /chown HTTP/1.1" 200 109 0.059861 10.0.0.251 - - [2026-09-02 05:25:57] "GET /firewall-rule/3c06f354-1ec1-4362-b3c1-9447e9231be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2422 0.023231 10.0.0.251 - - [2026-09-02 05:25:57] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.015134 10.0.0.251 - - [2026-09-02 05:25:57] "PUT /virtual-machine-interface/7eec2f32-dc86-4d50-b6a8-8ecce078591f HTTP/1.1" 200 285 0.028352 10.0.0.251 - - [2026-09-02 05:25:57] "PUT /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc HTTP/1.1" 200 257 0.030563 10.0.0.251 - - [2026-09-02 05:25:57] "GET /firewall-rule/3c06f354-1ec1-4362-b3c1-9447e9231be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2422 0.024695 10.0.0.251 - - [2026-09-02 05:25:57] "POST /ref-update HTTP/1.1" 200 156 0.019814 10.0.0.251 - - [2026-09-02 05:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.251 - - [2026-09-02 05:25:57] "POST /ref-update HTTP/1.1" 200 156 0.032521 10.0.0.251 - - [2026-09-02 05:25:57] "POST /ref-update HTTP/1.1" 200 156 0.026429 10.0.0.251 - - [2026-09-02 05:25:57] "POST /ref-update HTTP/1.1" 200 156 0.039261 10.0.0.251 - - [2026-09-02 05:25:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.096928 10.0.0.251 - - [2026-09-02 05:25:57] "GET /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2525 0.004454 10.0.0.251 - - [2026-09-02 05:25:57] "POST /ref-update HTTP/1.1" 200 156 0.018703 10.0.0.251 - - [2026-09-02 05:25:57] "POST /ref-update HTTP/1.1" 200 156 0.026448 10.0.0.251 - - [2026-09-02 05:25:57] "POST /ref-update HTTP/1.1" 200 156 0.026191 10.0.0.251 - - [2026-09-02 05:25:57] "POST /loadbalancer-listeners HTTP/1.1" 200 728 0.072315 10.0.0.251 - - [2026-09-02 05:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007695 10.0.0.251 - - [2026-09-02 05:25:57] "POST /virtual-machines HTTP/1.1" 200 430 0.043889 10.0.0.251 - - [2026-09-02 05:25:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.067423 10.0.0.251 - - [2026-09-02 05:25:57] "GET /loadbalancer-listener/e2a68908-d330-473e-be87-56815d9bdf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.006890 10.0.0.251 - - [2026-09-02 05:25:57] "GET /loadbalancer-listener/e2a68908-d330-473e-be87-56815d9bdf61?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1236 0.034242 10.0.0.251 - - [2026-09-02 05:25:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.162761 10.0.0.251 - - [2026-09-02 05:25:58] "POST /chown HTTP/1.1" 200 109 0.021818 10.0.0.251 - - [2026-09-02 05:25:58] "POST /loadbalancer-pools HTTP/1.1" 200 720 0.094646 10.0.0.251 - - [2026-09-02 05:25:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.026711 10.0.0.251 - - [2026-09-02 05:25:58] "POST /chown HTTP/1.1" 200 109 0.049218 10.0.0.251 - - [2026-09-02 05:25:58] "GET /loadbalancer-pool/233d2ba9-5788-43f0-9ba8-e772639ccdf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.037326 10.0.0.251 - - [2026-09-02 05:25:58] "PUT /virtual-machine-interface/c7e8ab9c-5aa5-454f-96e5-37d0b9d94ea0 HTTP/1.1" 200 285 0.027391 10.0.0.251 - - [2026-09-02 05:25:58] "PUT /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc HTTP/1.1" 200 257 0.048218 10.0.0.251 - - [2026-09-02 05:25:58] "POST /loadbalancer-members HTTP/1.1" 200 709 0.044635 10.0.0.251 - - [2026-09-02 05:25:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.035034 10.0.0.251 - - [2026-09-02 05:25:58] "GET /loadbalancer-member/a06885c0-061e-4917-9c9d-d8eb789c9cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1554 0.022475 10.0.0.251 - - [2026-09-02 05:25:58] "POST /ref-update HTTP/1.1" 200 156 0.045285 10.0.0.251 - - [2026-09-02 05:25:58] "POST /ref-update HTTP/1.1" 200 156 0.026476 10.0.0.251 - - [2026-09-02 05:25:58] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.014317 10.0.0.251 - - [2026-09-02 05:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002109 10.0.0.251 - - [2026-09-02 05:25:58] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004053 10.0.0.251 - - [2026-09-02 05:25:58] "POST /ref-update HTTP/1.1" 200 156 0.042156 10.0.0.251 - - [2026-09-02 05:25:58] "POST /tags HTTP/1.1" 409 221 0.005713 10.0.0.251 - - [2026-09-02 05:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002102 10.0.0.251 - - [2026-09-02 05:25:58] "POST /ref-update HTTP/1.1" 200 156 0.016537 10.0.0.251 - - [2026-09-02 05:25:58] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.033494 10.0.0.251 - - [2026-09-02 05:25:58] "POST /ref-update HTTP/1.1" 200 156 0.015541 10.0.0.251 - - [2026-09-02 05:25:58] "POST /tags HTTP/1.1" 409 238 0.004070 10.0.0.251 - - [2026-09-02 05:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006912 10.0.0.251 - - [2026-09-02 05:25:58] "GET /tag/18a0b723-9a41-4e00-b3b9-0396e54d5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.013754 10.0.0.251 - - [2026-09-02 05:25:58] "PUT /service-instance/95e04854-dd57-40b6-81f0-3ab9033b58d6 HTTP/1.1" 200 267 0.020882 10.0.0.251 - - [2026-09-02 05:25:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.026635 10.0.0.251 - - [2026-09-02 05:25:58] "POST /firewall-rules HTTP/1.1" 409 293 0.004674 10.0.0.251 - - [2026-09-02 05:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.017805 10.0.0.251 - - [2026-09-02 05:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.251 - - [2026-09-02 05:25:58] "PUT /firewall-rule/3c06f354-1ec1-4362-b3c1-9447e9231be5 HTTP/1.1" 200 261 0.022095 10.0.0.251 - - [2026-09-02 05:25:58] "POST /chown HTTP/1.1" 200 109 0.008121 10.0.0.251 - - [2026-09-02 05:25:58] "GET /firewall-rule/3c06f354-1ec1-4362-b3c1-9447e9231be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2422 0.015745 10.0.0.251 - - [2026-09-02 05:25:58] "POST /chown HTTP/1.1" 200 109 0.031748 10.0.0.251 - - [2026-09-02 05:25:58] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.006742 10.0.0.251 - - [2026-09-02 05:25:58] "GET /firewall-rule/3c06f354-1ec1-4362-b3c1-9447e9231be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2422 0.010329 10.0.0.251 - - [2026-09-02 05:25:58] "PUT /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc HTTP/1.1" 200 257 0.031104 10.0.0.251 - - [2026-09-02 05:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.251 - - [2026-09-02 05:25:58] "GET /tag/18a0b723-9a41-4e00-b3b9-0396e54d5320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.015430 10.0.0.251 - - [2026-09-02 05:25:58] "GET /tag/18a0b723-9a41-4e00-b3b9-0396e54d5320?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1775 0.015710 10.0.0.251 - - [2026-09-02 05:25:58] "POST /ref-update HTTP/1.1" 200 156 0.036477 10.0.0.251 - - [2026-09-02 05:25:58] "POST /chown HTTP/1.1" 200 109 0.016015 10.0.0.251 - - [2026-09-02 05:25:58] "GET /virtual-machine-interface/2f744495-723f-4198-b193-cd059530cdde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.010024 10.0.0.251 - - [2026-09-02 05:25:58] "POST /chown HTTP/1.1" 200 109 0.022021 10.0.0.251 - - [2026-09-02 05:25:59] "POST /set-tag HTTP/1.1" 200 109 0.043252 10.0.0.251 - - [2026-09-02 05:25:59] "GET /virtual-machine-interface/7eec2f32-dc86-4d50-b6a8-8ecce078591f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3140 0.017140 10.0.0.251 - - [2026-09-02 05:25:59] "PUT /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc HTTP/1.1" 200 257 0.028751 10.0.0.251 - - [2026-09-02 05:25:59] "POST /ref-update HTTP/1.1" 200 156 0.038531 10.0.0.251 - - [2026-09-02 05:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006593 10.0.0.251 - - [2026-09-02 05:25:59] "POST /set-tag HTTP/1.1" 200 109 0.056355 10.0.0.251 - - [2026-09-02 05:25:59] "GET /virtual-machine-interface/c7e8ab9c-5aa5-454f-96e5-37d0b9d94ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3141 0.016109 10.0.0.251 - - [2026-09-02 05:25:59] "POST /chown HTTP/1.1" 200 109 0.009289 10.0.0.251 - - [2026-09-02 05:25:59] "POST /set-tag HTTP/1.1" 200 109 0.041606 10.0.0.251 - - [2026-09-02 05:25:59] "POST /chown HTTP/1.1" 200 109 0.044768 10.0.0.251 - - [2026-09-02 05:25:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.003861 10.0.0.251 - - [2026-09-02 05:25:59] "GET /firewall-rule/3c06f354-1ec1-4362-b3c1-9447e9231be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2422 0.003025 10.0.0.251 - - [2026-09-02 05:25:59] "PUT /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc HTTP/1.1" 200 257 0.032414 10.0.0.251 - - [2026-09-02 05:25:59] "POST /ref-update HTTP/1.1" 200 156 0.032059 10.0.0.251 - - [2026-09-02 05:25:59] "POST /ref-update HTTP/1.1" 200 156 0.027973 10.0.0.251 - - [2026-09-02 05:25:59] "POST /chown HTTP/1.1" 200 109 0.024444 10.0.0.251 - - [2026-09-02 05:25:59] "POST /chown HTTP/1.1" 200 109 0.028947 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /firewall-rule/3c06f354-1ec1-4362-b3c1-9447e9231be5 HTTP/1.1" 200 115 0.094866 10.0.0.251 - - [2026-09-02 05:25:59] "PUT /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc HTTP/1.1" 200 257 0.024072 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /loadbalancer-member/a06885c0-061e-4917-9c9d-d8eb789c9cab HTTP/1.1" 200 115 0.067433 10.0.0.251 - - [2026-09-02 05:25:59] "POST /ref-update HTTP/1.1" 200 156 0.031021 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /loadbalancer-pool/233d2ba9-5788-43f0-9ba8-e772639ccdf0 HTTP/1.1" 200 115 0.034267 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /loadbalancer-listener/e2a68908-d330-473e-be87-56815d9bdf61 HTTP/1.1" 200 115 0.034801 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a HTTP/1.1" 200 115 0.052126 10.0.0.251 - - [2026-09-02 05:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /instance-ip/c2812a1b-75e4-4c02-8832-5bc8b0733bfc HTTP/1.1" 200 115 0.063483 10.0.0.251 - - [2026-09-02 05:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.022035 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /virtual-machine-interface/2f744495-723f-4198-b193-cd059530cdde HTTP/1.1" 200 115 0.069858 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /tag/18a0b723-9a41-4e00-b3b9-0396e54d5320 HTTP/1.1" 200 115 0.124091 10.0.0.251 - - [2026-09-02 05:25:59] "DELETE /service-instance/95e04854-dd57-40b6-81f0-3ab9033b58d6 HTTP/1.1" 200 115 0.081669 10.0.0.251 - - [2026-09-02 05:25:59] "GET /virtual-machine-interface/7eec2f32-dc86-4d50-b6a8-8ecce078591f?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1210 0.007407 10.0.0.251 - - [2026-09-02 05:26:00] "DELETE /virtual-machine-interface/7eec2f32-dc86-4d50-b6a8-8ecce078591f HTTP/1.1" 200 115 0.055164 10.0.0.251 - - [2026-09-02 05:26:00] "POST /ref-update HTTP/1.1" 200 156 0.015778 10.0.0.251 - - [2026-09-02 05:26:00] "DELETE /virtual-machine/32e8dd90-f971-4765-8c1f-566ca321cd71 HTTP/1.1" 200 115 0.049716 10.0.0.251 - - [2026-09-02 05:26:00] "GET /virtual-machine-interface/c7e8ab9c-5aa5-454f-96e5-37d0b9d94ea0?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1211 0.014682 10.0.0.251 - - [2026-09-02 05:26:00] "DELETE /virtual-machine-interface/c7e8ab9c-5aa5-454f-96e5-37d0b9d94ea0 HTTP/1.1" 200 115 0.064804 10.0.0.251 - - [2026-09-02 05:26:00] "DELETE /virtual-machine/c113bd98-19cf-4c99-9db1-05d2178674c9 HTTP/1.1" 200 115 0.033559 10.0.0.251 - - [2026-09-02 05:26:21] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.008940 10.0.0.251 - - [2026-09-02 05:26:21] "POST /set-tag HTTP/1.1" 200 109 0.003114 10.0.0.251 - - [2026-09-02 05:26:21] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.012844 10.0.0.251 - - [2026-09-02 05:26:21] "POST /set-tag HTTP/1.1" 200 109 0.004371 10.0.0.251 - - [2026-09-02 05:26:21] "GET /virtual-machine/538deab1-a109-4cab-926b-98f87cb9e9a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.004101 10.0.0.251 - - [2026-09-02 05:26:21] "POST /ref-update HTTP/1.1" 200 156 0.012789 10.0.0.251 - - [2026-09-02 05:26:21] "GET /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.009363 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.025278 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.036336 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.038634 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.015516 10.0.0.251 - - [2026-09-02 05:26:22] "DELETE /instance-ip/45938d8a-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.049582 10.0.0.251 - - [2026-09-02 05:26:22] "DELETE /virtual-machine-interface/45732572-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.057200 10.0.0.251 - - [2026-09-02 05:26:22] "DELETE /virtual-machine/538deab1-a109-4cab-926b-98f87cb9e9a6 HTTP/1.1" 200 115 0.023569 10.0.0.251 - - [2026-09-02 05:26:22] "DELETE /tag/d0cd5bb5-d857-4e6e-a04e-52455b87687f HTTP/1.1" 200 115 0.047161 10.0.0.251 - - [2026-09-02 05:26:22] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004772 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.003304 10.0.0.251 - - [2026-09-02 05:26:22] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005053 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.002650 10.0.0.251 - - [2026-09-02 05:26:22] "GET /virtual-machine/2e8fc538-3388-44d8-a542-c7117489c518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003468 10.0.0.251 - - [2026-09-02 05:26:22] "POST /ref-update HTTP/1.1" 200 156 0.023342 10.0.0.251 - - [2026-09-02 05:26:22] "GET /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.017050 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.022860 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.050164 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.043840 10.0.0.251 - - [2026-09-02 05:26:22] "POST /set-tag HTTP/1.1" 200 109 0.018108 10.0.0.251 - - [2026-09-02 05:26:22] "DELETE /instance-ip/469828ee-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.085043 10.0.0.251 - - [2026-09-02 05:26:22] "DELETE /virtual-machine-interface/46769652-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.055957 10.0.0.251 - - [2026-09-02 05:26:22] "DELETE /virtual-machine/2e8fc538-3388-44d8-a542-c7117489c518 HTTP/1.1" 200 115 0.018921 10.0.0.251 - - [2026-09-02 05:26:23] "DELETE /tag/22c159ef-e0f5-4ceb-8ca1-82b5ab5afcaf HTTP/1.1" 200 115 0.039747 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005337 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.003634 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005105 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.003100 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine/d0484c54-f83c-4408-8ddd-bfefad5a2e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1636 0.003324 10.0.0.251 - - [2026-09-02 05:26:23] "POST /ref-update HTTP/1.1" 200 156 0.012650 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.013062 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.021624 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.047065 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.028506 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.019867 10.0.0.251 - - [2026-09-02 05:26:23] "DELETE /instance-ip/47104b44-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.086122 10.0.0.251 - - [2026-09-02 05:26:23] "DELETE /virtual-machine-interface/46f7ee14-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.060009 10.0.0.251 - - [2026-09-02 05:26:23] "DELETE /virtual-machine/d0484c54-f83c-4408-8ddd-bfefad5a2e51 HTTP/1.1" 200 115 0.024959 10.0.0.251 - - [2026-09-02 05:26:23] "DELETE /tag/c821d388-1a78-4cba-ab3a-493537a16133 HTTP/1.1" 200 115 0.047559 10.0.0.251 - - [2026-09-02 05:26:23] "DELETE /tag/de69e2a2-4c21-406f-b306-55069ac24e52 HTTP/1.1" 409 237 0.005583 10.0.0.251 - - [2026-09-02 05:26:23] "DELETE /tag/6a09d412-9300-4d70-a651-19e126a0d3eb HTTP/1.1" 409 237 0.007269 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005811 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.002636 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005628 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.002971 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine/687d9427-f875-425a-8462-bae283fc7574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003658 10.0.0.251 - - [2026-09-02 05:26:23] "POST /ref-update HTTP/1.1" 200 156 0.009904 10.0.0.251 - - [2026-09-02 05:26:23] "GET /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.015093 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.031232 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.019481 10.0.0.251 - - [2026-09-02 05:26:23] "POST /set-tag HTTP/1.1" 200 109 0.025598 10.0.0.251 - - [2026-09-02 05:26:24] "POST /set-tag HTTP/1.1" 200 109 0.034548 10.0.0.251 - - [2026-09-02 05:26:24] "DELETE /instance-ip/4613218a-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.044533 10.0.0.251 - - [2026-09-02 05:26:24] "DELETE /virtual-machine-interface/45f52478-a68e-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.060017 10.0.0.251 - - [2026-09-02 05:26:24] "DELETE /virtual-machine/687d9427-f875-425a-8462-bae283fc7574 HTTP/1.1" 200 115 0.029871 10.0.0.251 - - [2026-09-02 05:26:24] "DELETE /tag/42656961-f69c-4fcc-b55d-12057e2fcbf1 HTTP/1.1" 200 115 0.043957 10.0.0.251 - - [2026-09-02 05:26:24] "DELETE /tag/fd0ae8a9-6980-4001-968c-ca68ce5e562f HTTP/1.1" 200 115 0.051527 10.0.0.251 - - [2026-09-02 05:26:24] "DELETE /tag/812b3c77-1ed3-4a48-852b-0d9572a126cc HTTP/1.1" 409 237 0.003961 10.0.0.251 - - [2026-09-02 05:26:25] "POST /projects HTTP/1.1" 409 238 0.005974 10.0.0.251 - - [2026-09-02 05:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.251 - - [2026-09-02 05:26:25] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.064353 10.0.0.251 - - [2026-09-02 05:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.251 - - [2026-09-02 05:26:25] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005489 10.0.0.251 - - [2026-09-02 05:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002160 10.0.0.251 - - [2026-09-02 05:26:25] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004483 10.0.0.251 - - [2026-09-02 05:26:25] "POST /security-groups HTTP/1.1" 409 285 0.013757 10.0.0.251 - - [2026-09-02 05:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.251 - - [2026-09-02 05:26:25] "PUT /security-group/8365f270-f67b-4b83-bb5e-0d69ccf06eaf HTTP/1.1" 200 263 0.066492 10.0.0.251 - - [2026-09-02 05:26:25] "PUT /access-control-list/6b50caae-0b6c-4aff-a158-c345197101e7 HTTP/1.1" 200 273 0.014018 10.0.0.251 - - [2026-09-02 05:26:25] "PUT /access-control-list/b2db1c35-d4f1-40d0-97cd-71b0c5bcc84d HTTP/1.1" 200 273 0.022753 10.0.0.251 - - [2026-09-02 05:26:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.028039 10.0.0.251 - - [2026-09-02 05:26:28] "GET /global-system-configs HTTP/1.1" 200 323 0.005621 10.0.0.251 - - [2026-09-02 05:26:30] "POST /projects HTTP/1.1" 409 238 0.002859 10.0.0.251 - - [2026-09-02 05:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.251 - - [2026-09-02 05:26:30] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.046181 10.0.0.251 - - [2026-09-02 05:26:30] "GET /global-system-configs HTTP/1.1" 200 323 0.008369 10.0.0.251 - - [2026-09-02 05:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.251 - - [2026-09-02 05:26:30] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005214 10.0.0.251 - - [2026-09-02 05:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.251 - - [2026-09-02 05:26:30] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005027 10.0.0.251 - - [2026-09-02 05:26:31] "POST /security-groups HTTP/1.1" 409 285 0.003534 10.0.0.251 - - [2026-09-02 05:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.251 - - [2026-09-02 05:26:31] "PUT /security-group/8365f270-f67b-4b83-bb5e-0d69ccf06eaf HTTP/1.1" 200 263 0.059129 10.0.0.251 - - [2026-09-02 05:26:31] "PUT /access-control-list/6b50caae-0b6c-4aff-a158-c345197101e7 HTTP/1.1" 200 273 0.036044 10.0.0.251 - - [2026-09-02 05:26:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.056112 10.0.0.251 - - [2026-09-02 05:26:31] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4913 0.024224 10.0.0.251 - - [2026-09-02 05:26:31] "PUT /access-control-list/b2db1c35-d4f1-40d0-97cd-71b0c5bcc84d HTTP/1.1" 200 273 0.041440 10.0.0.251 - - [2026-09-02 05:26:31] "GET /firewall-rule/ccc950f2-5273-461f-a865-b592de0c89b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003145 10.0.0.251 - - [2026-09-02 05:26:31] "POST /ref-update HTTP/1.1" 200 156 0.069909 10.0.0.251 - - [2026-09-02 05:26:31] "DELETE /firewall-rule/ccc950f2-5273-461f-a865-b592de0c89b3 HTTP/1.1" 200 115 0.055215 10.0.0.251 - - [2026-09-02 05:26:31] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4656 0.009557 10.0.0.251 - - [2026-09-02 05:26:31] "GET /firewall-rule/3b1fe409-f499-4ced-a4eb-2f2e044501a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.003529 10.0.0.251 - - [2026-09-02 05:26:31] "POST /ref-update HTTP/1.1" 200 156 0.057234 10.0.0.251 - - [2026-09-02 05:26:31] "DELETE /firewall-rule/3b1fe409-f499-4ced-a4eb-2f2e044501a8 HTTP/1.1" 200 115 0.088720 10.0.0.251 - - [2026-09-02 05:26:31] "DELETE /tag/2f5f3427-11ef-4970-bb91-b969e620d249 HTTP/1.1" 200 115 0.067963 10.0.0.251 - - [2026-09-02 05:26:31] "DELETE /tag/de69e2a2-4c21-406f-b306-55069ac24e52 HTTP/1.1" 409 237 0.004361 10.0.0.251 - - [2026-09-02 05:26:31] "DELETE /tag/6a09d412-9300-4d70-a651-19e126a0d3eb HTTP/1.1" 409 237 0.013361 10.0.0.251 - - [2026-09-02 05:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.251 - - [2026-09-02 05:26:31] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.009350 10.0.0.251 - - [2026-09-02 05:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.251 - - [2026-09-02 05:26:31] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005337 10.0.0.251 - - [2026-09-02 05:26:31] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.051666 10.0.0.251 - - [2026-09-02 05:26:32] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.056404 10.0.0.251 - - [2026-09-02 05:26:32] "DELETE /security-group/8365f270-f67b-4b83-bb5e-0d69ccf06eaf HTTP/1.1" 200 115 0.062053 10.0.0.251 - - [2026-09-02 05:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001919 10.0.0.251 - - [2026-09-02 05:26:32] "DELETE /access-control-list/6b50caae-0b6c-4aff-a158-c345197101e7 HTTP/1.1" 200 115 0.027259 10.0.0.251 - - [2026-09-02 05:26:32] "DELETE /access-control-list/b2db1c35-d4f1-40d0-97cd-71b0c5bcc84d HTTP/1.1" 200 115 0.029052 10.0.0.251 - - [2026-09-02 05:26:32] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.046987 10.0.0.251 - - [2026-09-02 05:26:32] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?fields=security_groups HTTP/1.1" 200 1352 0.036224 10.0.0.251 - - [2026-09-02 05:26:32] "DELETE /security-group/859a72df-20ed-4fb6-888b-2ddb5e39fe6e HTTP/1.1" 200 115 0.044835 10.0.0.251 - - [2026-09-02 05:26:32] "DELETE /access-control-list/9ad4606d-b016-4aa1-82b9-1ab31616f319 HTTP/1.1" 200 115 0.038491 10.0.0.251 - - [2026-09-02 05:26:32] "GET /project/76407d5f-0c05-41c2-993b-de494d53d35e?fields=application_policy_sets HTTP/1.1" 200 1391 0.073346 10.0.0.251 - - [2026-09-02 05:26:32] "DELETE /access-control-list/00b62d5c-2c9e-4cb4-9a11-88ea59176121 HTTP/1.1" 200 115 0.061077 10.0.0.251 - - [2026-09-02 05:26:32] "DELETE /project/76407d5f-0c05-41c2-993b-de494d53d35e HTTP/1.1" 200 115 0.365093 10.0.0.251 - - [2026-09-02 05:26:32] "POST /projects HTTP/1.1" 409 238 0.002502 10.0.0.251 - - [2026-09-02 05:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.251 - - [2026-09-02 05:26:32] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.047205 10.0.0.251 - - [2026-09-02 05:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.251 - - [2026-09-02 05:26:32] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.006398 10.0.0.251 - - [2026-09-02 05:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.251 - - [2026-09-02 05:26:32] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.005492 10.0.0.251 - - [2026-09-02 05:26:32] "POST /security-groups HTTP/1.1" 409 285 0.002835 10.0.0.251 - - [2026-09-02 05:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.251 - - [2026-09-02 05:26:32] "PUT /security-group/896d1c79-c8a0-4b77-9c2e-93f8295b1405 HTTP/1.1" 200 263 0.058318 10.0.0.251 - - [2026-09-02 05:26:32] "PUT /access-control-list/2f627724-97d6-4926-b40b-d7134879c01d HTTP/1.1" 200 273 0.025848 10.0.0.251 - - [2026-09-02 05:26:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.043227 10.0.0.251 - - [2026-09-02 05:26:32] "PUT /access-control-list/79248a78-b347-4397-8d04-9445b461e336 HTTP/1.1" 200 273 0.031653 10.0.0.251 - - [2026-09-02 05:26:36] "DELETE /loadbalancer-member/71126042-aae7-4131-bc4a-f5f36516bc60 HTTP/1.1" 200 115 0.052482 10.0.0.251 - - [2026-09-02 05:26:36] "DELETE /loadbalancer-pool/aa00329a-f460-4687-b3b2-76b67555d880 HTTP/1.1" 200 115 0.071545 10.0.0.251 - - [2026-09-02 05:26:36] "DELETE /loadbalancer-listener/38b9c88d-e6f3-499d-bd0a-1a65f1f8c038 HTTP/1.1" 200 115 0.055459 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /loadbalancer/899666a2-682d-417f-a401-06965c696955 HTTP/1.1" 200 115 0.066236 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /floating-ip/48e2868c-a94c-424d-842d-2bf4d4ba505b HTTP/1.1" 200 115 0.046553 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /instance-ip/d8887b84-3482-4e30-91b5-f176cfd71c80 HTTP/1.1" 200 115 0.043911 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /virtual-machine-interface/67d23500-8b2d-4283-8a81-cad5c870c491 HTTP/1.1" 200 115 0.044410 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /tag/3fdcb4c0-0b46-4ea1-b184-e9e32e679eb1 HTTP/1.1" 200 115 0.041977 10.0.0.251 - - [2026-09-02 05:26:37] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003114 10.0.0.251 - - [2026-09-02 05:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.251 - - [2026-09-02 05:26:37] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005964 10.0.0.251 - - [2026-09-02 05:26:37] "GET /firewall-policy/b3abab87-e381-4442-b7ea-024f59dccfed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.003455 10.0.0.251 - - [2026-09-02 05:26:37] "GET /firewall-rule/0a44b0cf-aea3-41f5-b6cb-0facecc99f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.003454 10.0.0.251 - - [2026-09-02 05:26:37] "POST /ref-update HTTP/1.1" 200 156 0.024223 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /firewall-rule/0a44b0cf-aea3-41f5-b6cb-0facecc99f8f HTTP/1.1" 200 115 0.058996 10.0.0.251 - - [2026-09-02 05:26:37] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007817 10.0.0.251 - - [2026-09-02 05:26:37] "GET /firewall-rule/109c1b0a-3cea-480b-90e0-423ef5f8dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.003453 10.0.0.251 - - [2026-09-02 05:26:37] "POST /ref-update HTTP/1.1" 200 156 0.019475 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /firewall-rule/109c1b0a-3cea-480b-90e0-423ef5f8dc66 HTTP/1.1" 200 115 0.071854 10.0.0.251 - - [2026-09-02 05:26:37] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005414 10.0.0.251 - - [2026-09-02 05:26:37] "GET /firewall-rule/4cffae69-5939-4868-ad53-7d4d877b000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2915 0.008791 10.0.0.251 - - [2026-09-02 05:26:37] "POST /ref-update HTTP/1.1" 200 156 0.027563 10.0.0.251 - - [2026-09-02 05:26:37] "DELETE /firewall-rule/4cffae69-5939-4868-ad53-7d4d877b000b HTTP/1.1" 200 115 0.085091 10.0.0.251 - - [2026-09-02 05:26:37] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.004764 10.0.0.251 - - [2026-09-02 05:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.251 - - [2026-09-02 05:26:37] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.021028 10.0.0.251 - - [2026-09-02 05:26:37] "GET /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005829 10.0.0.251 - - [2026-09-02 05:26:37] "POST /ref-update HTTP/1.1" 200 156 0.036529 10.0.0.251 - - [2026-09-02 05:26:38] "DELETE /firewall-policy/09d4a3af-257f-403c-8faf-c4d255923e31 HTTP/1.1" 200 115 0.239875 10.0.0.251 - - [2026-09-02 05:26:38] "DELETE /tag/812b3c77-1ed3-4a48-852b-0d9572a126cc HTTP/1.1" 200 115 0.129149 10.0.0.251 - - [2026-09-02 05:26:38] "DELETE /tag/aa8baf22-e293-4bd4-aed2-9d638bde38bf HTTP/1.1" 200 115 0.096339 10.0.0.251 - - [2026-09-02 05:26:38] "DELETE /tag/de69e2a2-4c21-406f-b306-55069ac24e52 HTTP/1.1" 200 115 0.095155 10.0.0.251 - - [2026-09-02 05:26:38] "DELETE /tag/6a09d412-9300-4d70-a651-19e126a0d3eb HTTP/1.1" 200 115 0.048757 10.0.0.251 - - [2026-09-02 05:26:38] "POST /projects HTTP/1.1" 409 238 0.004278 10.0.0.251 - - [2026-09-02 05:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.251 - - [2026-09-02 05:26:38] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1799 0.047435 10.0.0.251 - - [2026-09-02 05:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.251 - - [2026-09-02 05:26:38] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.004935 10.0.0.251 - - [2026-09-02 05:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002071 10.0.0.251 - - [2026-09-02 05:26:38] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.005025 10.0.0.251 - - [2026-09-02 05:26:38] "POST /security-groups HTTP/1.1" 409 285 0.002902 10.0.0.251 - - [2026-09-02 05:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.251 - - [2026-09-02 05:26:38] "PUT /security-group/896d1c79-c8a0-4b77-9c2e-93f8295b1405 HTTP/1.1" 200 263 0.057699 10.0.0.251 - - [2026-09-02 05:26:38] "PUT /access-control-list/2f627724-97d6-4926-b40b-d7134879c01d HTTP/1.1" 200 273 0.011249 10.0.0.251 - - [2026-09-02 05:26:38] "PUT /access-control-list/79248a78-b347-4397-8d04-9445b461e336 HTTP/1.1" 200 273 0.012534 10.0.0.251 - - [2026-09-02 05:26:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.023717 10.0.0.251 - - [2026-09-02 05:26:39] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4400 0.020227 10.0.0.251 - - [2026-09-02 05:26:39] "GET /firewall-rule/0415bc08-629b-4a8a-b055-0c3ad7a5834d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.002805 10.0.0.251 - - [2026-09-02 05:26:39] "POST /ref-update HTTP/1.1" 200 156 0.090642 10.0.0.251 - - [2026-09-02 05:26:39] "DELETE /firewall-rule/0415bc08-629b-4a8a-b055-0c3ad7a5834d HTTP/1.1" 200 115 0.077973 10.0.0.251 - - [2026-09-02 05:26:39] "GET /firewall-policy/341a3368-2342-4c07-aa3f-21a6a9d47024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4143 0.008565 10.0.0.251 - - [2026-09-02 05:26:39] "GET /firewall-rule/c0e213bf-53ec-49c5-ae0c-d6363fdfc88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006097 10.0.0.251 - - [2026-09-02 05:26:39] "POST /ref-update HTTP/1.1" 200 156 0.071766 10.0.0.251 - - [2026-09-02 05:26:39] "DELETE /firewall-rule/c0e213bf-53ec-49c5-ae0c-d6363fdfc88a HTTP/1.1" 200 115 0.070340 10.0.0.251 - - [2026-09-02 05:26:39] "DELETE /tag/ad9578bc-a720-42a5-be44-932655aa4cf0 HTTP/1.1" 200 115 0.047469 10.0.0.251 - - [2026-09-02 05:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.251 - - [2026-09-02 05:26:39] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.005169 10.0.0.251 - - [2026-09-02 05:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.251 - - [2026-09-02 05:26:39] "GET /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.004651 10.0.0.251 - - [2026-09-02 05:26:39] "PUT /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62 HTTP/1.1" 200 265 0.101932 10.0.0.251 - - [2026-09-02 05:26:39] "PUT /virtual-network/3ad243bf-f012-4b84-b7e6-beb0148873c5 HTTP/1.1" 200 265 0.085184 10.0.0.251 - - [2026-09-02 05:26:39] "DELETE /access-control-list/2f627724-97d6-4926-b40b-d7134879c01d HTTP/1.1" 200 115 0.042358 10.0.0.251 - - [2026-09-02 05:26:39] "DELETE /security-group/896d1c79-c8a0-4b77-9c2e-93f8295b1405 HTTP/1.1" 200 115 0.094208 10.0.0.251 - - [2026-09-02 05:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.020623 10.0.0.251 - - [2026-09-02 05:26:40] "DELETE /access-control-list/79248a78-b347-4397-8d04-9445b461e336 HTTP/1.1" 200 115 0.089856 10.0.0.251 - - [2026-09-02 05:26:40] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.106518 10.0.0.251 - - [2026-09-02 05:26:40] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?fields=security_groups HTTP/1.1" 200 1353 0.038415 10.0.0.251 - - [2026-09-02 05:26:40] "DELETE /access-control-list/6737c75f-965b-4542-8de6-ae8de8ffbc64 HTTP/1.1" 200 115 0.042946 10.0.0.251 - - [2026-09-02 05:26:40] "DELETE /security-group/0d1d54e6-d8d4-490e-a8a8-c164ff976936 HTTP/1.1" 200 115 0.084816 10.0.0.251 - - [2026-09-02 05:26:40] "GET /project/e522d154-d7ba-43f2-b939-d9fce926c85d?fields=application_policy_sets HTTP/1.1" 200 1392 0.075216 10.0.0.251 - - [2026-09-02 05:26:40] "DELETE /access-control-list/c437ae49-3df0-4ddc-8146-f65191a010dc HTTP/1.1" 200 115 0.095326 10.0.0.251 - - [2026-09-02 05:26:40] "DELETE /project/e522d154-d7ba-43f2-b939-d9fce926c85d HTTP/1.1" 200 115 0.493375 10.0.0.251 - - [2026-09-02 05:27:39] "GET / HTTP/1.1" 200 36215 0.001952 10.0.0.251 - - [2026-09-02 05:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.251 - - [2026-09-02 05:27:39] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004869 10.0.0.251 - - [2026-09-02 05:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.251 - - [2026-09-02 05:27:40] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.003427 10.0.0.251 - - [2026-09-02 05:27:56] "POST /tags HTTP/1.1" 200 366 0.178320 10.0.0.251 - - [2026-09-02 05:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010800 10.0.0.251 - - [2026-09-02 05:27:56] "GET /tag/7130e992-fbde-48fa-b359-9103b2575369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.045615 10.0.0.251 - - [2026-09-02 05:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.251 - - [2026-09-02 05:27:56] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.081656 10.0.0.251 - - [2026-09-02 05:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.018245 10.0.0.251 - - [2026-09-02 05:27:56] "GET /service-appliance-set/076c2238-9ad0-4239-96b2-50fb5eeb0356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.008142 10.0.0.251 - - [2026-09-02 05:27:56] "POST /fqname-to-id HTTP/1.1" 404 258 0.008256 10.0.0.251 - - [2026-09-02 05:27:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 674 0.137766 10.0.0.251 - - [2026-09-02 05:27:56] "GET /virtual-machine-interface/665ba2bb-1d48-4b38-bd43-2b01ce146b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007171 10.0.0.251 - - [2026-09-02 05:27:56] "POST /set-tag HTTP/1.1" 200 109 0.020973 10.0.0.251 - - [2026-09-02 05:27:56] "POST /instance-ips HTTP/1.1" 200 418 0.051369 10.0.0.251 - - [2026-09-02 05:27:57] "GET /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1668 0.032405 10.0.0.251 - - [2026-09-02 05:27:57] "POST /loadbalancers HTTP/1.1" 200 620 0.070844 10.0.0.251 - - [2026-09-02 05:27:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.021502 10.0.0.251 - - [2026-09-02 05:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010050 10.0.0.251 - - [2026-09-02 05:27:57] "POST /service-instances HTTP/1.1" 200 568 0.047354 10.0.0.251 - - [2026-09-02 05:27:57] "POST /ref-update HTTP/1.1" 200 156 0.013128 10.0.0.251 - - [2026-09-02 05:27:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.054831 10.0.0.251 - - [2026-09-02 05:27:57] "GET /virtual-machine-interface/665ba2bb-1d48-4b38-bd43-2b01ce146b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.013335 10.0.0.251 - - [2026-09-02 05:27:57] "GET /virtual-machine-interface/665ba2bb-1d48-4b38-bd43-2b01ce146b6a?fields=floating_ip_back_refs HTTP/1.1" 200 1181 0.012944 10.0.0.251 - - [2026-09-02 05:27:57] "PUT /service-instance/a71a6d13-85e9-4847-8894-9d400fc25ed8 HTTP/1.1" 200 267 0.028666 10.0.0.251 - - [2026-09-02 05:27:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.011436 10.0.0.251 - - [2026-09-02 05:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.251 - - [2026-09-02 05:27:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.005783 10.0.0.251 - - [2026-09-02 05:27:57] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.005853 10.0.0.251 - - [2026-09-02 05:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.251 - - [2026-09-02 05:27:57] "POST /virtual-machines HTTP/1.1" 200 430 0.014515 10.0.0.251 - - [2026-09-02 05:27:57] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.013238 10.0.0.251 - - [2026-09-02 05:27:57] "POST /tags HTTP/1.1" 409 221 0.003107 10.0.0.251 - - [2026-09-02 05:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.251 - - [2026-09-02 05:27:57] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.044343 10.0.0.251 - - [2026-09-02 05:27:57] "POST /tags HTTP/1.1" 409 238 0.031226 10.0.0.251 - - [2026-09-02 05:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010169 10.0.0.251 - - [2026-09-02 05:27:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.182151 10.0.0.251 - - [2026-09-02 05:27:57] "POST /chown HTTP/1.1" 200 109 0.031193 10.0.0.251 - - [2026-09-02 05:27:57] "GET /tag/7130e992-fbde-48fa-b359-9103b2575369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.024919 10.0.0.251 - - [2026-09-02 05:27:57] "POST /chown HTTP/1.1" 200 109 0.019977 10.0.0.251 - - [2026-09-02 05:27:57] "PUT /virtual-machine-interface/f61eea4f-a28e-4189-b2a5-027787594ef3 HTTP/1.1" 200 285 0.032223 10.0.0.251 - - [2026-09-02 05:27:57] "PUT /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762 HTTP/1.1" 200 257 0.044174 10.0.0.251 - - [2026-09-02 05:27:57] "POST /firewall-rules HTTP/1.1" 200 652 0.167678 10.0.0.251 - - [2026-09-02 05:27:57] "GET /firewall-rule/13d55714-4fba-4bda-8f73-07bfb99c4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.010293 10.0.0.251 - - [2026-09-02 05:27:57] "POST /ref-update HTTP/1.1" 200 156 0.061221 10.0.0.251 - - [2026-09-02 05:27:57] "POST /ref-update HTTP/1.1" 200 156 0.015909 10.0.0.251 - - [2026-09-02 05:27:57] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.017070 10.0.0.251 - - [2026-09-02 05:27:57] "GET /firewall-rule/13d55714-4fba-4bda-8f73-07bfb99c4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.009678 10.0.0.251 - - [2026-09-02 05:27:57] "POST /ref-update HTTP/1.1" 200 156 0.034222 10.0.0.251 - - [2026-09-02 05:27:58] "POST /ref-update HTTP/1.1" 200 156 0.041087 10.0.0.251 - - [2026-09-02 05:27:58] "POST /ref-update HTTP/1.1" 200 156 0.034646 10.0.0.251 - - [2026-09-02 05:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.015706 10.0.0.251 - - [2026-09-02 05:27:58] "POST /ref-update HTTP/1.1" 200 156 0.027940 10.0.0.251 - - [2026-09-02 05:27:58] "POST /ref-update HTTP/1.1" 200 156 0.047705 10.0.0.251 - - [2026-09-02 05:27:58] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.098433 10.0.0.251 - - [2026-09-02 05:27:58] "GET /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2525 0.007812 10.0.0.251 - - [2026-09-02 05:27:58] "POST /virtual-machines HTTP/1.1" 200 430 0.027438 10.0.0.251 - - [2026-09-02 05:27:58] "POST /loadbalancer-listeners HTTP/1.1" 200 728 0.055533 10.0.0.251 - - [2026-09-02 05:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001846 10.0.0.251 - - [2026-09-02 05:27:58] "GET / HTTP/1.1" 200 36215 0.001732 10.0.0.251 - - [2026-09-02 05:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005827 10.0.0.251 - - [2026-09-02 05:27:58] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.024861 10.0.0.251 - - [2026-09-02 05:27:58] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.119230 10.0.0.251 - - [2026-09-02 05:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007983 10.0.0.251 - - [2026-09-02 05:27:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.199216 10.0.0.251 - - [2026-09-02 05:27:58] "GET /loadbalancer-listener/d808dc5e-bd25-4b35-b3e1-4799f484ca47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.030359 10.0.0.251 - - [2026-09-02 05:27:58] "POST /chown HTTP/1.1" 200 109 0.016427 10.0.0.251 - - [2026-09-02 05:27:58] "GET /config-node/4f0717d6-83dc-4ef5-b82e-9e1e24028a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1211 0.008817 10.0.0.251 - - [2026-09-02 05:27:58] "GET /loadbalancer-listener/d808dc5e-bd25-4b35-b3e1-4799f484ca47?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1236 0.004536 10.0.0.251 - - [2026-09-02 05:27:58] "POST /chown HTTP/1.1" 200 109 0.011294 10.0.0.251 - - [2026-09-02 05:27:58] "PUT /virtual-machine-interface/05753443-3355-496f-8525-56dbacf1bbc9 HTTP/1.1" 200 285 0.035266 10.0.0.251 - - [2026-09-02 05:27:58] "POST /loadbalancer-pools HTTP/1.1" 200 720 0.067330 10.0.0.251 - - [2026-09-02 05:27:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.047422 10.0.0.251 - - [2026-09-02 05:27:58] "GET /loadbalancer-pool/49cfe2d0-593c-4c73-8a03-8a0318ecabce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.016748 10.0.0.251 - - [2026-09-02 05:27:58] "PUT /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762 HTTP/1.1" 200 257 0.095865 10.0.0.251 - - [2026-09-02 05:27:58] "POST /ref-update HTTP/1.1" 200 156 0.038251 10.0.0.251 - - [2026-09-02 05:27:58] "POST /loadbalancer-members HTTP/1.1" 200 709 0.076177 10.0.0.251 - - [2026-09-02 05:27:58] "POST /ref-update HTTP/1.1" 200 156 0.066556 10.0.0.251 - - [2026-09-02 05:27:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.084133 10.0.0.251 - - [2026-09-02 05:27:58] "GET /loadbalancer-member/11bd1e86-a326-4b08-9161-24aee542cca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.027394 10.0.0.251 - - [2026-09-02 05:27:58] "POST /ref-update HTTP/1.1" 200 156 0.087667 10.0.0.251 - - [2026-09-02 05:27:59] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.008036 10.0.0.251 - - [2026-09-02 05:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008169 10.0.0.251 - - [2026-09-02 05:27:59] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.006832 10.0.0.251 - - [2026-09-02 05:27:59] "POST /ref-update HTTP/1.1" 200 156 0.032602 10.0.0.251 - - [2026-09-02 05:27:59] "GET / HTTP/1.1" 200 36215 0.001970 10.0.0.251 - - [2026-09-02 05:27:59] "POST /tags HTTP/1.1" 409 221 0.018499 10.0.0.251 - - [2026-09-02 05:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006172 10.0.0.251 - - [2026-09-02 05:27:59] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.006154 10.0.0.251 - - [2026-09-02 05:27:59] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.022655 10.0.0.251 - - [2026-09-02 05:27:59] "POST /ref-update HTTP/1.1" 200 156 0.093820 10.0.0.251 - - [2026-09-02 05:27:59] "POST /tags HTTP/1.1" 409 238 0.007692 10.0.0.251 - - [2026-09-02 05:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.251 - - [2026-09-02 05:27:59] "GET /tag/7130e992-fbde-48fa-b359-9103b2575369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.017763 10.0.0.251 - - [2026-09-02 05:27:59] "PUT /service-instance/a71a6d13-85e9-4847-8894-9d400fc25ed8 HTTP/1.1" 200 267 0.041793 10.0.0.251 - - [2026-09-02 05:27:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.031009 10.0.0.251 - - [2026-09-02 05:27:59] "POST /firewall-rules HTTP/1.1" 409 293 0.012027 10.0.0.251 - - [2026-09-02 05:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.015399 10.0.0.251 - - [2026-09-02 05:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001883 10.0.0.251 - - [2026-09-02 05:27:59] "PUT /firewall-rule/13d55714-4fba-4bda-8f73-07bfb99c4199 HTTP/1.1" 200 261 0.034904 10.0.0.251 - - [2026-09-02 05:27:59] "GET /firewall-rule/13d55714-4fba-4bda-8f73-07bfb99c4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.006086 10.0.0.251 - - [2026-09-02 05:27:59] "POST /chown HTTP/1.1" 200 109 0.034734 10.0.0.251 - - [2026-09-02 05:27:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.024039 10.0.0.251 - - [2026-09-02 05:27:59] "GET /firewall-rule/13d55714-4fba-4bda-8f73-07bfb99c4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.007649 10.0.0.251 - - [2026-09-02 05:27:59] "POST /chown HTTP/1.1" 200 109 0.035901 10.0.0.251 - - [2026-09-02 05:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006694 10.0.0.251 - - [2026-09-02 05:27:59] "GET /tag/7130e992-fbde-48fa-b359-9103b2575369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.029249 10.0.0.251 - - [2026-09-02 05:27:59] "GET /tag/7130e992-fbde-48fa-b359-9103b2575369?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1775 0.019482 10.0.0.251 - - [2026-09-02 05:27:59] "PUT /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762 HTTP/1.1" 200 257 0.077162 10.0.0.251 - - [2026-09-02 05:27:59] "GET /virtual-machine-interface/05753443-3355-496f-8525-56dbacf1bbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3138 0.008747 10.0.0.251 - - [2026-09-02 05:27:59] "POST /ref-update HTTP/1.1" 200 156 0.024097 10.0.0.251 - - [2026-09-02 05:27:59] "POST /chown HTTP/1.1" 200 109 0.018971 10.0.0.251 - - [2026-09-02 05:27:59] "POST /set-tag HTTP/1.1" 200 109 0.076518 10.0.0.251 - - [2026-09-02 05:27:59] "GET /virtual-machine-interface/665ba2bb-1d48-4b38-bd43-2b01ce146b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.014060 10.0.0.251 - - [2026-09-02 05:27:59] "POST /chown HTTP/1.1" 200 109 0.070264 10.0.0.251 - - [2026-09-02 05:27:59] "POST /set-tag HTTP/1.1" 200 109 0.029961 10.0.0.251 - - [2026-09-02 05:27:59] "PUT /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762 HTTP/1.1" 200 257 0.037469 10.0.0.251 - - [2026-09-02 05:27:59] "GET /virtual-machine-interface/f61eea4f-a28e-4189-b2a5-027787594ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3141 0.033202 10.0.0.251 - - [2026-09-02 05:27:59] "POST /ref-update HTTP/1.1" 200 156 0.027336 10.0.0.251 - - [2026-09-02 05:27:59] "POST /set-tag HTTP/1.1" 200 109 0.047001 10.0.0.251 - - [2026-09-02 05:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.027573 10.0.0.251 - - [2026-09-02 05:27:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.004837 10.0.0.251 - - [2026-09-02 05:27:59] "GET /firewall-rule/13d55714-4fba-4bda-8f73-07bfb99c4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.004210 10.0.0.251 - - [2026-09-02 05:27:59] "POST /ref-update HTTP/1.1" 200 156 0.031906 10.0.0.251 - - [2026-09-02 05:27:59] "POST /chown HTTP/1.1" 200 109 0.043348 10.0.0.251 - - [2026-09-02 05:28:00] "POST /chown HTTP/1.1" 200 109 0.045841 10.0.0.251 - - [2026-09-02 05:28:00] "PUT /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762 HTTP/1.1" 200 257 0.024202 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /firewall-rule/13d55714-4fba-4bda-8f73-07bfb99c4199 HTTP/1.1" 200 115 0.109857 10.0.0.251 - - [2026-09-02 05:28:00] "POST /ref-update HTTP/1.1" 200 156 0.037069 10.0.0.251 - - [2026-09-02 05:28:00] "POST /chown HTTP/1.1" 200 109 0.032097 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /loadbalancer-member/11bd1e86-a326-4b08-9161-24aee542cca5 HTTP/1.1" 200 115 0.096847 10.0.0.251 - - [2026-09-02 05:28:00] "POST /chown HTTP/1.1" 200 109 0.031038 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /loadbalancer-pool/49cfe2d0-593c-4c73-8a03-8a0318ecabce HTTP/1.1" 200 115 0.073613 10.0.0.251 - - [2026-09-02 05:28:00] "PUT /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762 HTTP/1.1" 200 257 0.034497 10.0.0.251 - - [2026-09-02 05:28:00] "POST /ref-update HTTP/1.1" 200 156 0.039649 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /loadbalancer-listener/d808dc5e-bd25-4b35-b3e1-4799f484ca47 HTTP/1.1" 200 115 0.083038 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a HTTP/1.1" 200 115 0.077970 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /instance-ip/8bdaedc9-c6b0-4440-afaf-a3139900c762 HTTP/1.1" 200 115 0.050215 10.0.0.251 - - [2026-09-02 05:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.251 - - [2026-09-02 05:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /virtual-machine-interface/665ba2bb-1d48-4b38-bd43-2b01ce146b6a HTTP/1.1" 200 115 0.081461 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /tag/7130e992-fbde-48fa-b359-9103b2575369 HTTP/1.1" 200 115 0.111983 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /service-instance/a71a6d13-85e9-4847-8894-9d400fc25ed8 HTTP/1.1" 200 115 0.073918 10.0.0.251 - - [2026-09-02 05:28:00] "GET /virtual-machine-interface/f61eea4f-a28e-4189-b2a5-027787594ef3?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1211 0.006205 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /virtual-machine-interface/f61eea4f-a28e-4189-b2a5-027787594ef3 HTTP/1.1" 200 115 0.061699 10.0.0.251 - - [2026-09-02 05:28:00] "POST /ref-update HTTP/1.1" 200 156 0.017666 10.0.0.251 - - [2026-09-02 05:28:00] "DELETE /virtual-machine/2f8f9ccd-87c4-4669-857e-5dd6516d128e HTTP/1.1" 200 115 0.031398 10.0.0.251 - - [2026-09-02 05:28:00] "GET /virtual-machine-interface/05753443-3355-496f-8525-56dbacf1bbc9?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1208 0.010454 10.0.0.251 - - [2026-09-02 05:28:01] "DELETE /virtual-machine-interface/05753443-3355-496f-8525-56dbacf1bbc9 HTTP/1.1" 200 115 0.068942 10.0.0.251 - - [2026-09-02 05:28:01] "DELETE /virtual-machine/93d36ebc-bcad-467f-9d4b-b88cd736d4bf HTTP/1.1" 200 115 0.048305 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.251 - - [2026-09-02 05:28:04] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004636 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.251 - - [2026-09-02 05:28:04] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.013844 10.0.0.251 - - [2026-09-02 05:28:04] "GET / HTTP/1.1" 200 36215 0.001980 10.0.0.251 - - [2026-09-02 05:28:04] "POST /alarms HTTP/1.1" 409 264 0.002698 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002246 10.0.0.251 - - [2026-09-02 05:28:04] "PUT /alarm/724290d7-1e25-493e-9559-70c8c93f4022 HTTP/1.1" 200 245 0.015498 10.0.0.251 - - [2026-09-02 05:28:04] "POST /alarms HTTP/1.1" 409 261 0.008528 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.251 - - [2026-09-02 05:28:04] "PUT /alarm/57c131fe-dd1f-4010-9b63-8198eb3756e7 HTTP/1.1" 200 245 0.020612 10.0.0.251 - - [2026-09-02 05:28:04] "POST /alarms HTTP/1.1" 409 261 0.010456 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.251 - - [2026-09-02 05:28:04] "PUT /alarm/8e7c121d-a035-497d-8e61-ae4cde09ce70 HTTP/1.1" 200 245 0.014652 10.0.0.251 - - [2026-09-02 05:28:04] "POST /alarms HTTP/1.1" 409 253 0.009131 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.251 - - [2026-09-02 05:28:04] "PUT /alarm/b90b4af1-e162-48b5-b74b-7497ea1ce708 HTTP/1.1" 200 245 0.026328 10.0.0.251 - - [2026-09-02 05:28:04] "POST /alarms HTTP/1.1" 409 251 0.014632 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.251 - - [2026-09-02 05:28:04] "PUT /alarm/76c76beb-f6fd-4287-8f60-af318b46f8fd HTTP/1.1" 200 245 0.015071 10.0.0.251 - - [2026-09-02 05:28:04] "POST /alarms HTTP/1.1" 409 252 0.008522 10.0.0.251 - - [2026-09-02 05:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.251 - - [2026-09-02 05:28:04] "PUT /alarm/2b3b58dc-de53-4a53-84ba-a58d53356d09 HTTP/1.1" 200 245 0.016039 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 256 0.003784 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/4cd973d4-23f5-4d08-b6b0-0617162fd237 HTTP/1.1" 200 245 0.015941 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 248 0.007036 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/0d0a8ead-1a39-4a86-a035-68845a4f13f0 HTTP/1.1" 200 245 0.014701 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 252 0.009971 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/89ed0b39-090d-4e7e-9299-d2c560e2f4cd HTTP/1.1" 200 245 0.013646 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 257 0.014904 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/14be55d2-9111-4460-900e-505c964d5729 HTTP/1.1" 200 245 0.024914 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 251 0.014451 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/a34f301d-85e1-4fc0-bf4d-4133ee02c1aa HTTP/1.1" 200 245 0.015010 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 257 0.007869 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/81ad9026-91b0-4df8-a398-58afb421f688 HTTP/1.1" 200 245 0.013711 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 261 0.006213 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/0c49688c-bce8-4376-998c-91a2be11b011 HTTP/1.1" 200 245 0.013831 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 258 0.005834 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/86e5e238-7de4-4813-a5ec-bea0f8ae22ff HTTP/1.1" 200 245 0.014544 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 254 0.008557 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/6b348f26-3219-4979-aa8e-109ef47e5a8c HTTP/1.1" 200 245 0.012688 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 254 0.004300 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/c11644e6-9082-4f8e-ac50-85b6394d5327 HTTP/1.1" 200 245 0.015577 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 254 0.005244 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/d6eec82b-bf64-4140-aff7-c1b119d10469 HTTP/1.1" 200 245 0.012685 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 247 0.007979 10.0.0.251 - - [2026-09-02 05:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.251 - - [2026-09-02 05:28:05] "PUT /alarm/bb6589df-5406-4358-b5a8-75d7584c8664 HTTP/1.1" 200 245 0.012556 10.0.0.251 - - [2026-09-02 05:28:05] "POST /alarms HTTP/1.1" 409 272 0.002355 10.0.0.251 - - [2026-09-02 05:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.251 - - [2026-09-02 05:28:06] "PUT /alarm/a5b20abe-5e49-4ebf-8cdc-0059fcc2a17f HTTP/1.1" 200 245 0.021940 10.0.0.251 - - [2026-09-02 05:28:06] "POST /alarms HTTP/1.1" 409 261 0.013401 10.0.0.251 - - [2026-09-02 05:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.251 - - [2026-09-02 05:28:06] "PUT /alarm/45845485-640f-40e5-bd3e-ee8770456003 HTTP/1.1" 200 245 0.013584 10.0.0.251 - - [2026-09-02 05:28:06] "POST /alarms HTTP/1.1" 409 259 0.011484 10.0.0.251 - - [2026-09-02 05:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.251 - - [2026-09-02 05:28:06] "PUT /alarm/20531885-4c87-44ea-a6aa-43d060f4ecaa HTTP/1.1" 200 245 0.015348 10.0.0.251 - - [2026-09-02 05:28:06] "POST /alarms HTTP/1.1" 409 265 0.010554 10.0.0.251 - - [2026-09-02 05:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.251 - - [2026-09-02 05:28:06] "PUT /alarm/8a31cd4e-419c-4004-bdeb-72cf0838631d HTTP/1.1" 200 245 0.016017 10.0.0.251 - - [2026-09-02 05:28:06] "POST /alarms HTTP/1.1" 409 279 0.012298 10.0.0.251 - - [2026-09-02 05:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.251 - - [2026-09-02 05:28:06] "PUT /alarm/92cd01f1-3be4-44f1-a679-01c940a4f668 HTTP/1.1" 200 245 0.021399 10.0.0.251 - - [2026-09-02 05:28:06] "GET / HTTP/1.1" 200 36215 0.002021 10.0.0.251 - - [2026-09-02 05:28:06] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.009164 10.0.0.251 - - [2026-09-02 05:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.251 - - [2026-09-02 05:28:06] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.019217 10.0.0.251 - - [2026-09-02 05:28:07] "GET / HTTP/1.1" 200 36215 0.001479 10.0.0.251 - - [2026-09-02 05:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007794 10.0.0.251 - - [2026-09-02 05:28:07] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004049 10.0.0.251 - - [2026-09-02 05:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.251 - - [2026-09-02 05:28:07] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.038410 10.0.0.251 - - [2026-09-02 05:28:07] "GET / HTTP/1.1" 200 36215 0.001912 10.0.0.251 - - [2026-09-02 05:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.251 - - [2026-09-02 05:28:07] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.014319 10.0.0.251 - - [2026-09-02 05:28:08] "PUT /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf HTTP/1.1" 200 275 0.044443 10.0.0.251 - - [2026-09-02 05:28:09] "GET / HTTP/1.1" 200 36215 0.001700 10.0.0.251 - - [2026-09-02 05:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.251 - - [2026-09-02 05:28:09] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.010251 10.0.0.251 - - [2026-09-02 05:28:09] "POST /bgp-routers HTTP/1.1" 409 301 0.003788 10.0.0.251 - - [2026-09-02 05:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.251 - - [2026-09-02 05:28:09] "GET /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1818 0.006177 10.0.0.251 - - [2026-09-02 05:28:09] "PUT /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa HTTP/1.1" 200 255 0.021727 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:28:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001256 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:28:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001400 10.0.0.251 - - [2026-09-02 05:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005933 10.0.0.251 - - [2026-09-02 05:28:13] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.003159 10.0.0.251 - - [2026-09-02 05:28:25] "GET / HTTP/1.1" 200 36215 0.002264 10.0.0.251 - - [2026-09-02 05:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.251 - - [2026-09-02 05:28:25] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.005631 10.0.0.251 - - [2026-09-02 05:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.251 - - [2026-09-02 05:28:25] "GET /config-node/4f0717d6-83dc-4ef5-b82e-9e1e24028a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1211 0.002441 10.0.0.251 - - [2026-09-02 05:28:37] "GET / HTTP/1.1" 200 36215 0.001714 10.0.0.251 - - [2026-09-02 05:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.251 - - [2026-09-02 05:28:37] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003776 10.0.0.251 - - [2026-09-02 05:28:37] "POST /bgp-routers HTTP/1.1" 409 301 0.002451 10.0.0.251 - - [2026-09-02 05:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.251 - - [2026-09-02 05:28:37] "GET /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1818 0.006795 10.0.0.251 - - [2026-09-02 05:28:37] "PUT /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa HTTP/1.1" 200 255 0.027632 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:28:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001317 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:28:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001208 10.0.0.251 - - [2026-09-02 05:28:52] "GET / HTTP/1.1" 200 36215 0.001982 10.0.0.251 - - [2026-09-02 05:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006261 10.0.0.251 - - [2026-09-02 05:28:52] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.005138 10.0.0.251 - - [2026-09-02 05:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001997 10.0.0.251 - - [2026-09-02 05:28:52] "GET /config-node/4f0717d6-83dc-4ef5-b82e-9e1e24028a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1211 0.002227 10.0.0.251 - - [2026-09-02 05:28:53] "GET / HTTP/1.1" 200 36215 0.001903 10.0.0.251 - - [2026-09-02 05:28:53] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002575 10.0.0.251 - - [2026-09-02 05:28:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005059 10.0.0.251 - - [2026-09-02 05:28:57] "POST /set-tag HTTP/1.1" 200 109 0.004110 10.0.0.251 - - [2026-09-02 05:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.251 - - [2026-09-02 05:28:57] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003056 10.0.0.251 - - [2026-09-02 05:28:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005348 10.0.0.251 - - [2026-09-02 05:28:57] "POST /set-tag HTTP/1.1" 200 109 0.024552 10.0.0.251 - - [2026-09-02 05:28:57] "DELETE /loadbalancer-member/b971ae8d-4055-43ae-8ecd-e893ba3f8dbb HTTP/1.1" 200 115 0.064290 10.0.0.251 - - [2026-09-02 05:28:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.013252 10.0.0.251 - - [2026-09-02 05:28:57] "POST /set-tag HTTP/1.1" 200 109 0.003220 10.0.0.251 - - [2026-09-02 05:28:57] "DELETE /loadbalancer-member/a59d7c08-33a9-4178-8498-8becd4d90f0c HTTP/1.1" 200 115 0.037981 10.0.0.251 - - [2026-09-02 05:28:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.005729 10.0.0.251 - - [2026-09-02 05:28:57] "POST /set-tag HTTP/1.1" 200 109 0.003449 10.0.0.251 - - [2026-09-02 05:28:57] "DELETE /loadbalancer-member/3e7957af-6f5d-4f19-bf08-058a7485e1f9 HTTP/1.1" 200 115 0.055106 10.0.0.251 - - [2026-09-02 05:28:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.005024 10.0.0.251 - - [2026-09-02 05:28:57] "POST /set-tag HTTP/1.1" 200 109 0.003107 10.0.0.251 - - [2026-09-02 05:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002255 10.0.0.251 - - [2026-09-02 05:28:57] "GET /loadbalancer/321edb10-eca5-42a4-9152-c4836be6daca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.002952 10.0.0.251 - - [2026-09-02 05:28:57] "GET /loadbalancer-pool/ef8a47d5-e832-4341-a5be-dacc4f5e8540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.004834 10.0.0.251 - - [2026-09-02 05:28:57] "POST /loadbalancer-members HTTP/1.1" 200 692 0.020613 10.0.0.251 - - [2026-09-02 05:28:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.025019 10.0.0.251 - - [2026-09-02 05:28:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.022404 10.0.0.251 - - [2026-09-02 05:28:57] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3612 0.006106 10.0.0.251 - - [2026-09-02 05:28:57] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.002540 10.0.0.251 - - [2026-09-02 05:28:58] "POST /set-tag HTTP/1.1" 200 109 0.071619 10.0.0.251 - - [2026-09-02 05:28:58] "GET /loadbalancer-pool/ac9dcf62-f060-4730-89db-d5cc5ba04a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.007313 10.0.0.251 - - [2026-09-02 05:28:58] "POST /loadbalancer-members HTTP/1.1" 200 692 0.039722 10.0.0.251 - - [2026-09-02 05:28:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.010468 10.0.0.251 - - [2026-09-02 05:28:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.009488 10.0.0.251 - - [2026-09-02 05:28:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.007151 10.0.0.251 - - [2026-09-02 05:28:58] "POST /set-tag HTTP/1.1" 200 109 0.004918 10.0.0.251 - - [2026-09-02 05:28:58] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.002454 10.0.0.251 - - [2026-09-02 05:28:58] "GET /loadbalancer-pool/2129e85c-3764-4d55-9847-ff1157884322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.003549 10.0.0.251 - - [2026-09-02 05:28:58] "POST /loadbalancer-members HTTP/1.1" 200 694 0.021470 10.0.0.251 - - [2026-09-02 05:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008471 10.0.0.251 - - [2026-09-02 05:28:58] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004346 10.0.0.251 - - [2026-09-02 05:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.251 - - [2026-09-02 05:28:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.020854 10.0.0.251 - - [2026-09-02 05:28:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.008993 10.0.0.251 - - [2026-09-02 05:28:58] "GET /virtual-machine-interface/abe2717e-a68d-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004870 10.0.0.251 - - [2026-09-02 05:28:58] "GET /floating-ip/47f97aa2-ae03-4fdf-9057-7f8fe02a3af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.002284 10.0.0.251 - - [2026-09-02 05:28:58] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.009891 10.0.0.251 - - [2026-09-02 05:28:58] "POST /set-tag HTTP/1.1" 200 109 0.019550 10.0.0.251 - - [2026-09-02 05:28:58] "GET / HTTP/1.1" 200 36215 0.001788 10.0.0.251 - - [2026-09-02 05:28:58] "POST /alarms HTTP/1.1" 409 264 0.002774 10.0.0.251 - - [2026-09-02 05:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.251 - - [2026-09-02 05:28:58] "PUT /alarm/724290d7-1e25-493e-9559-70c8c93f4022 HTTP/1.1" 200 245 0.010654 10.0.0.251 - - [2026-09-02 05:28:58] "POST /alarms HTTP/1.1" 409 261 0.004545 10.0.0.251 - - [2026-09-02 05:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.251 - - [2026-09-02 05:28:58] "PUT /alarm/57c131fe-dd1f-4010-9b63-8198eb3756e7 HTTP/1.1" 200 245 0.012640 10.0.0.251 - - [2026-09-02 05:28:58] "POST /alarms HTTP/1.1" 409 261 0.002864 10.0.0.251 - - [2026-09-02 05:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002286 10.0.0.251 - - [2026-09-02 05:28:58] "PUT /alarm/8e7c121d-a035-497d-8e61-ae4cde09ce70 HTTP/1.1" 200 245 0.013207 10.0.0.251 - - [2026-09-02 05:28:58] "POST /alarms HTTP/1.1" 409 253 0.002619 10.0.0.251 - - [2026-09-02 05:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001709 10.0.0.251 - - [2026-09-02 05:28:58] "PUT /alarm/b90b4af1-e162-48b5-b74b-7497ea1ce708 HTTP/1.1" 200 245 0.012516 10.0.0.251 - - [2026-09-02 05:28:58] "POST /alarms HTTP/1.1" 409 251 0.023096 10.0.0.251 - - [2026-09-02 05:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001947 10.0.0.251 - - [2026-09-02 05:28:58] "PUT /alarm/76c76beb-f6fd-4287-8f60-af318b46f8fd HTTP/1.1" 200 245 0.012182 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 252 0.008767 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001947 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/2b3b58dc-de53-4a53-84ba-a58d53356d09 HTTP/1.1" 200 245 0.020389 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 256 0.012863 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/4cd973d4-23f5-4d08-b6b0-0617162fd237 HTTP/1.1" 200 245 0.011927 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 248 0.010448 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/0d0a8ead-1a39-4a86-a035-68845a4f13f0 HTTP/1.1" 200 245 0.011749 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 252 0.005527 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006525 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/89ed0b39-090d-4e7e-9299-d2c560e2f4cd HTTP/1.1" 200 245 0.009990 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 257 0.010836 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/14be55d2-9111-4460-900e-505c964d5729 HTTP/1.1" 200 245 0.016278 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 251 0.016845 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/a34f301d-85e1-4fc0-bf4d-4133ee02c1aa HTTP/1.1" 200 245 0.012872 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 257 0.007879 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/81ad9026-91b0-4df8-a398-58afb421f688 HTTP/1.1" 200 245 0.014813 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 261 0.007681 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/0c49688c-bce8-4376-998c-91a2be11b011 HTTP/1.1" 200 245 0.022291 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 258 0.015574 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/86e5e238-7de4-4813-a5ec-bea0f8ae22ff HTTP/1.1" 200 245 0.014062 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 254 0.021694 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/6b348f26-3219-4979-aa8e-109ef47e5a8c HTTP/1.1" 200 245 0.013953 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 254 0.004655 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.251 - - [2026-09-02 05:28:59] "PUT /alarm/c11644e6-9082-4f8e-ac50-85b6394d5327 HTTP/1.1" 200 245 0.014076 10.0.0.251 - - [2026-09-02 05:28:59] "POST /alarms HTTP/1.1" 409 254 0.009043 10.0.0.251 - - [2026-09-02 05:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /alarm/d6eec82b-bf64-4140-aff7-c1b119d10469 HTTP/1.1" 200 245 0.050317 10.0.0.251 - - [2026-09-02 05:29:00] "POST /alarms HTTP/1.1" 409 247 0.009518 10.0.0.251 - - [2026-09-02 05:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /alarm/bb6589df-5406-4358-b5a8-75d7584c8664 HTTP/1.1" 200 245 0.014544 10.0.0.251 - - [2026-09-02 05:29:00] "POST /alarms HTTP/1.1" 409 272 0.012002 10.0.0.251 - - [2026-09-02 05:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /alarm/a5b20abe-5e49-4ebf-8cdc-0059fcc2a17f HTTP/1.1" 200 245 0.016862 10.0.0.251 - - [2026-09-02 05:29:00] "POST /alarms HTTP/1.1" 409 261 0.015743 10.0.0.251 - - [2026-09-02 05:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /alarm/45845485-640f-40e5-bd3e-ee8770456003 HTTP/1.1" 200 245 0.012671 10.0.0.251 - - [2026-09-02 05:29:00] "POST /alarms HTTP/1.1" 409 259 0.006534 10.0.0.251 - - [2026-09-02 05:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001776 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /alarm/20531885-4c87-44ea-a6aa-43d060f4ecaa HTTP/1.1" 200 245 0.011852 10.0.0.251 - - [2026-09-02 05:29:00] "POST /alarms HTTP/1.1" 409 265 0.012334 10.0.0.251 - - [2026-09-02 05:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /alarm/8a31cd4e-419c-4004-bdeb-72cf0838631d HTTP/1.1" 200 245 0.010747 10.0.0.251 - - [2026-09-02 05:29:00] "POST /alarms HTTP/1.1" 409 279 0.010653 10.0.0.251 - - [2026-09-02 05:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /alarm/92cd01f1-3be4-44f1-a679-01c940a4f668 HTTP/1.1" 200 245 0.013710 10.0.0.251 - - [2026-09-02 05:29:00] "GET / HTTP/1.1" 200 36215 0.002186 10.0.0.251 - - [2026-09-02 05:29:00] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002602 10.0.0.251 - - [2026-09-02 05:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.251 - - [2026-09-02 05:29:00] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.009998 10.0.0.251 - - [2026-09-02 05:29:01] "GET / HTTP/1.1" 200 36215 0.001593 10.0.0.251 - - [2026-09-02 05:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.251 - - [2026-09-02 05:29:01] "GET /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.012336 10.0.0.251 - - [2026-09-02 05:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002245 10.0.0.251 - - [2026-09-02 05:29:01] "PUT /global-vrouter-config/5105afbb-4805-4efa-9a68-7ad2c1c994a1 HTTP/1.1" 200 277 0.012080 10.0.0.251 - - [2026-09-02 05:29:01] "GET / HTTP/1.1" 200 36215 0.001708 10.0.0.251 - - [2026-09-02 05:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.251 - - [2026-09-02 05:29:01] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.006396 10.0.0.251 - - [2026-09-02 05:29:01] "PUT /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf HTTP/1.1" 200 275 0.018524 10.0.0.251 - - [2026-09-02 05:29:04] "GET / HTTP/1.1" 200 36215 0.002889 10.0.0.251 - - [2026-09-02 05:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.251 - - [2026-09-02 05:29:04] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003620 10.0.0.251 - - [2026-09-02 05:29:04] "POST /bgp-routers HTTP/1.1" 409 301 0.008486 10.0.0.251 - - [2026-09-02 05:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.251 - - [2026-09-02 05:29:04] "GET /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1818 0.003804 10.0.0.251 - - [2026-09-02 05:29:04] "PUT /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa HTTP/1.1" 200 255 0.037472 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:29:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001255 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:29:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001009 10.0.0.251 - - [2026-09-02 05:29:09] "POST /tags HTTP/1.1" 200 356 0.048412 10.0.0.251 - - [2026-09-02 05:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.022958 10.0.0.251 - - [2026-09-02 05:29:10] "GET /tag/ab7c9bab-0bf9-46f8-94dd-d692b6d05c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.054086 10.0.0.251 - - [2026-09-02 05:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.021819 10.0.0.251 - - [2026-09-02 05:29:10] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3032 0.018814 10.0.0.251 - - [2026-09-02 05:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.251 - - [2026-09-02 05:29:10] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.072564 10.0.0.251 - - [2026-09-02 05:29:10] "POST /virtual-machines HTTP/1.1" 200 352 0.023202 10.0.0.251 - - [2026-09-02 05:29:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.012559 10.0.0.251 - - [2026-09-02 05:29:10] "POST /virtual-machine-interfaces HTTP/1.1" 200 620 0.143399 10.0.0.251 - - [2026-09-02 05:29:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.010768 10.0.0.251 - - [2026-09-02 05:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011626 10.0.0.251 - - [2026-09-02 05:29:10] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.008834 10.0.0.251 - - [2026-09-02 05:29:10] "POST /instance-ips HTTP/1.1" 200 392 0.030625 10.0.0.251 - - [2026-09-02 05:29:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.045315 10.0.0.251 - - [2026-09-02 05:29:10] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007436 10.0.0.251 - - [2026-09-02 05:29:10] "POST /set-tag HTTP/1.1" 200 109 0.021835 10.0.0.251 - - [2026-09-02 05:29:10] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.027211 10.0.0.251 - - [2026-09-02 05:29:10] "GET /instance-ip/39ce0998-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1910 0.014175 10.0.0.251 - - [2026-09-02 05:29:10] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.006959 10.0.0.251 - - [2026-09-02 05:29:10] "POST /set-tag HTTP/1.1" 200 109 0.002815 10.0.0.251 - - [2026-09-02 05:29:10] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004631 10.0.0.251 - - [2026-09-02 05:29:11] "POST /ref-update HTTP/1.1" 200 156 0.022070 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.014755 10.0.0.251 - - [2026-09-02 05:29:11] "POST /set-tag HTTP/1.1" 200 109 0.005923 10.0.0.251 - - [2026-09-02 05:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-network/c74d81c9-95ed-4546-a579-cdc0df627b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3032 0.006144 10.0.0.251 - - [2026-09-02 05:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.251 - - [2026-09-02 05:29:11] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.066128 10.0.0.251 - - [2026-09-02 05:29:11] "POST /virtual-machines HTTP/1.1" 200 356 0.018935 10.0.0.251 - - [2026-09-02 05:29:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.031112 10.0.0.251 - - [2026-09-02 05:29:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 624 0.137285 10.0.0.251 - - [2026-09-02 05:29:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.016061 10.0.0.251 - - [2026-09-02 05:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011426 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2822 0.014305 10.0.0.251 - - [2026-09-02 05:29:11] "POST /instance-ips HTTP/1.1" 200 396 0.031097 10.0.0.251 - - [2026-09-02 05:29:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.026028 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2822 0.010049 10.0.0.251 - - [2026-09-02 05:29:11] "POST /set-tag HTTP/1.1" 200 109 0.026492 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.019089 10.0.0.251 - - [2026-09-02 05:29:11] "GET /instance-ip/3a5f0614-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1920 0.004458 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007219 10.0.0.251 - - [2026-09-02 05:29:11] "POST /set-tag HTTP/1.1" 200 109 0.003032 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-router/76b58f14-60d9-4436-9be8-3352f4cb1330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004257 10.0.0.251 - - [2026-09-02 05:29:11] "POST /ref-update HTTP/1.1" 200 156 0.017751 10.0.0.251 - - [2026-09-02 05:29:11] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007687 10.0.0.251 - - [2026-09-02 05:29:11] "POST /set-tag HTTP/1.1" 200 109 0.003258 10.0.0.251 - - [2026-09-02 05:29:12] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.005451 10.0.0.251 - - [2026-09-02 05:29:12] "POST /set-tag HTTP/1.1" 200 109 0.002642 10.0.0.251 - - [2026-09-02 05:29:12] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005004 10.0.0.251 - - [2026-09-02 05:29:12] "POST /set-tag HTTP/1.1" 200 109 0.002920 10.0.0.251 - - [2026-09-02 05:29:23] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005244 10.0.0.251 - - [2026-09-02 05:29:23] "POST /set-tag HTTP/1.1" 200 109 0.002818 10.0.0.251 - - [2026-09-02 05:29:24] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.007746 10.0.0.251 - - [2026-09-02 05:29:24] "POST /set-tag HTTP/1.1" 200 109 0.004293 10.0.0.251 - - [2026-09-02 05:29:25] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.005530 10.0.0.251 - - [2026-09-02 05:29:25] "POST /set-tag HTTP/1.1" 200 109 0.003701 10.0.0.251 - - [2026-09-02 05:29:50] "GET / HTTP/1.1" 200 36215 0.001858 10.0.0.251 - - [2026-09-02 05:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.251 - - [2026-09-02 05:29:50] "GET /global-system-config/a5efc523-a5c1-484d-8ed3-46499b3322bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.005576 10.0.0.251 - - [2026-09-02 05:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.251 - - [2026-09-02 05:29:50] "GET /config-node/4f0717d6-83dc-4ef5-b82e-9e1e24028a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1211 0.002759 10.0.0.251 - - [2026-09-02 05:29:56] "POST /tags HTTP/1.1" 200 366 0.105142 10.0.0.251 - - [2026-09-02 05:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.015939 10.0.0.251 - - [2026-09-02 05:29:56] "GET /tag/a6a3eecc-7b1c-4e26-981a-11fe265e4cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.018820 10.0.0.251 - - [2026-09-02 05:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.251 - - [2026-09-02 05:29:56] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.073698 10.0.0.251 - - [2026-09-02 05:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.251 - - [2026-09-02 05:29:56] "GET /service-appliance-set/076c2238-9ad0-4239-96b2-50fb5eeb0356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.003207 10.0.0.251 - - [2026-09-02 05:29:56] "POST /fqname-to-id HTTP/1.1" 404 258 0.002530 10.0.0.251 - - [2026-09-02 05:29:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 674 0.108894 10.0.0.251 - - [2026-09-02 05:29:56] "GET /virtual-machine-interface/9ee64362-43ce-4a3d-96eb-ad45560c84b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005175 10.0.0.251 - - [2026-09-02 05:29:56] "POST /set-tag HTTP/1.1" 200 109 0.017312 10.0.0.251 - - [2026-09-02 05:29:56] "POST /instance-ips HTTP/1.1" 200 418 0.041826 10.0.0.251 - - [2026-09-02 05:29:56] "GET /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1668 0.005147 10.0.0.251 - - [2026-09-02 05:29:56] "POST /loadbalancers HTTP/1.1" 200 620 0.065377 10.0.0.251 - - [2026-09-02 05:29:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.029804 10.0.0.251 - - [2026-09-02 05:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010050 10.0.0.251 - - [2026-09-02 05:29:56] "POST /service-instances HTTP/1.1" 200 568 0.043728 10.0.0.251 - - [2026-09-02 05:29:56] "POST /ref-update HTTP/1.1" 200 156 0.012176 10.0.0.251 - - [2026-09-02 05:29:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.073829 10.0.0.251 - - [2026-09-02 05:29:57] "GET /virtual-machine-interface/9ee64362-43ce-4a3d-96eb-ad45560c84b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005256 10.0.0.251 - - [2026-09-02 05:29:57] "PUT /service-instance/3378cbbc-a3ca-401a-aa4c-564114dbfb87 HTTP/1.1" 200 267 0.033110 10.0.0.251 - - [2026-09-02 05:29:57] "GET /virtual-machine-interface/9ee64362-43ce-4a3d-96eb-ad45560c84b3?fields=floating_ip_back_refs HTTP/1.1" 200 1182 0.019870 10.0.0.251 - - [2026-09-02 05:29:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.026272 10.0.0.251 - - [2026-09-02 05:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007871 10.0.0.251 - - [2026-09-02 05:29:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.002040 10.0.0.251 - - [2026-09-02 05:29:57] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002961 10.0.0.251 - - [2026-09-02 05:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.251 - - [2026-09-02 05:29:57] "POST /virtual-machines HTTP/1.1" 200 430 0.014080 10.0.0.251 - - [2026-09-02 05:29:57] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.010912 10.0.0.251 - - [2026-09-02 05:29:57] "POST /tags HTTP/1.1" 409 221 0.006624 10.0.0.251 - - [2026-09-02 05:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.251 - - [2026-09-02 05:29:57] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.026673 10.0.0.251 - - [2026-09-02 05:29:57] "POST /tags HTTP/1.1" 409 238 0.020555 10.0.0.251 - - [2026-09-02 05:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002336 10.0.0.251 - - [2026-09-02 05:29:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.128156 10.0.0.251 - - [2026-09-02 05:29:57] "POST /chown HTTP/1.1" 200 109 0.032569 10.0.0.251 - - [2026-09-02 05:29:57] "GET /tag/a6a3eecc-7b1c-4e26-981a-11fe265e4cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.023427 10.0.0.251 - - [2026-09-02 05:29:57] "POST /chown HTTP/1.1" 200 109 0.007977 10.0.0.251 - - [2026-09-02 05:29:57] "PUT /virtual-machine-interface/ad90798d-d41f-45f0-89bd-a0a5207fa435 HTTP/1.1" 200 285 0.026813 10.0.0.251 - - [2026-09-02 05:29:57] "POST /firewall-rules HTTP/1.1" 200 652 0.115515 10.0.0.251 - - [2026-09-02 05:29:57] "GET /firewall-rule/01de2468-c1f5-4364-ae99-0bb8379b72f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.028538 10.0.0.251 - - [2026-09-02 05:29:57] "PUT /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d HTTP/1.1" 200 257 0.104746 10.0.0.251 - - [2026-09-02 05:29:57] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.007632 10.0.0.251 - - [2026-09-02 05:29:57] "GET /firewall-rule/01de2468-c1f5-4364-ae99-0bb8379b72f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.011216 10.0.0.251 - - [2026-09-02 05:29:57] "POST /ref-update HTTP/1.1" 200 156 0.028457 10.0.0.251 - - [2026-09-02 05:29:57] "POST /ref-update HTTP/1.1" 200 156 0.026531 10.0.0.251 - - [2026-09-02 05:29:57] "POST /ref-update HTTP/1.1" 200 156 0.064626 10.0.0.251 - - [2026-09-02 05:29:57] "POST /ref-update HTTP/1.1" 200 156 0.036856 10.0.0.251 - - [2026-09-02 05:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.251 - - [2026-09-02 05:29:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.037372 10.0.0.251 - - [2026-09-02 05:29:57] "GET /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2525 0.002943 10.0.0.251 - - [2026-09-02 05:29:57] "POST /ref-update HTTP/1.1" 200 156 0.018777 10.0.0.251 - - [2026-09-02 05:29:57] "POST /ref-update HTTP/1.1" 200 156 0.019156 10.0.0.251 - - [2026-09-02 05:29:57] "POST /ref-update HTTP/1.1" 200 156 0.026252 10.0.0.251 - - [2026-09-02 05:29:57] "POST /loadbalancer-listeners HTTP/1.1" 200 728 0.040239 10.0.0.251 - - [2026-09-02 05:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.015914 10.0.0.251 - - [2026-09-02 05:29:57] "POST /virtual-machines HTTP/1.1" 200 430 0.026205 10.0.0.251 - - [2026-09-02 05:29:57] "GET /project/11d461a7-3c90-469e-8fca-17484fcb0159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.049683 10.0.0.251 - - [2026-09-02 05:29:58] "GET /loadbalancer-listener/6c342ddf-ff6b-4580-9b4c-096ac7d81e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.025663 10.0.0.251 - - [2026-09-02 05:29:58] "GET /loadbalancer-listener/6c342ddf-ff6b-4580-9b4c-096ac7d81e66?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1235 0.014159 10.0.0.251 - - [2026-09-02 05:29:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.167411 10.0.0.251 - - [2026-09-02 05:29:58] "POST /chown HTTP/1.1" 200 109 0.034355 10.0.0.251 - - [2026-09-02 05:29:58] "POST /loadbalancer-pools HTTP/1.1" 200 720 0.121570 10.0.0.251 - - [2026-09-02 05:29:58] "POST /chown HTTP/1.1" 200 109 0.008444 10.0.0.251 - - [2026-09-02 05:29:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.021271 10.0.0.251 - - [2026-09-02 05:29:58] "PUT /virtual-machine-interface/7f899249-5618-4410-bc62-5c68788d28b3 HTTP/1.1" 200 285 0.048272 10.0.0.251 - - [2026-09-02 05:29:58] "GET /loadbalancer-pool/a49a4437-697c-4bd2-a6a4-9b294322e91e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.027885 10.0.0.251 - - [2026-09-02 05:29:58] "PUT /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d HTTP/1.1" 200 257 0.045436 10.0.0.251 - - [2026-09-02 05:29:58] "POST /loadbalancer-members HTTP/1.1" 200 709 0.035623 10.0.0.251 - - [2026-09-02 05:29:58] "POST /ref-update HTTP/1.1" 200 156 0.015170 10.0.0.251 - - [2026-09-02 05:29:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.019337 10.0.0.251 - - [2026-09-02 05:29:58] "POST /ref-update HTTP/1.1" 200 156 0.027685 10.0.0.251 - - [2026-09-02 05:29:58] "GET /loadbalancer-member/6d01d586-6da9-4572-bed6-2a351e8dcc2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.021762 10.0.0.251 - - [2026-09-02 05:29:58] "GET /application-policy-set/909b6f2f-ee22-4811-ba74-53f451dfe7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.003530 10.0.0.251 - - [2026-09-02 05:29:58] "POST /ref-update HTTP/1.1" 200 156 0.035086 10.0.0.251 - - [2026-09-02 05:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005676 10.0.0.251 - - [2026-09-02 05:29:58] "GET /policy-management/502394bf-4cf4-4994-a910-532d101e3ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004122 10.0.0.251 - - [2026-09-02 05:29:58] "POST /tags HTTP/1.1" 409 221 0.001984 10.0.0.251 - - [2026-09-02 05:29:58] "POST /ref-update HTTP/1.1" 200 156 0.014494 10.0.0.251 - - [2026-09-02 05:29:58] "POST /ref-update HTTP/1.1" 200 156 0.025219 10.0.0.251 - - [2026-09-02 05:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006264 10.0.0.251 - - [2026-09-02 05:29:58] "GET /tag/d2bb3aec-3d9f-45c6-8a31-3f694095ec5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.020154 10.0.0.251 - - [2026-09-02 05:29:58] "POST /tags HTTP/1.1" 409 238 0.006951 10.0.0.251 - - [2026-09-02 05:29:58] "PUT /service-instance/3378cbbc-a3ca-401a-aa4c-564114dbfb87 HTTP/1.1" 200 267 0.011098 10.0.0.251 - - [2026-09-02 05:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.251 - - [2026-09-02 05:29:58] "GET /tag/a6a3eecc-7b1c-4e26-981a-11fe265e4cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.013198 10.0.0.251 - - [2026-09-02 05:29:58] "POST /firewall-rules HTTP/1.1" 409 293 0.004822 10.0.0.251 - - [2026-09-02 05:29:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.012519 10.0.0.251 - - [2026-09-02 05:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.251 - - [2026-09-02 05:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002017 10.0.0.251 - - [2026-09-02 05:29:58] "POST /chown HTTP/1.1" 200 109 0.011364 10.0.0.251 - - [2026-09-02 05:29:58] "POST /chown HTTP/1.1" 200 109 0.039166 10.0.0.251 - - [2026-09-02 05:29:58] "PUT /firewall-rule/01de2468-c1f5-4364-ae99-0bb8379b72f1 HTTP/1.1" 200 261 0.109797 10.0.0.251 - - [2026-09-02 05:29:58] "GET /firewall-rule/01de2468-c1f5-4364-ae99-0bb8379b72f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.014717 10.0.0.251 - - [2026-09-02 05:29:58] "PUT /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d HTTP/1.1" 200 257 0.046718 10.0.0.251 - - [2026-09-02 05:29:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.040611 10.0.0.251 - - [2026-09-02 05:29:59] "GET /firewall-rule/01de2468-c1f5-4364-ae99-0bb8379b72f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.004673 10.0.0.251 - - [2026-09-02 05:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002148 10.0.0.251 - - [2026-09-02 05:29:59] "POST /ref-update HTTP/1.1" 200 156 0.154954 10.0.0.251 - - [2026-09-02 05:29:59] "POST /chown HTTP/1.1" 200 109 0.014336 10.0.0.251 - - [2026-09-02 05:29:59] "GET /tag/a6a3eecc-7b1c-4e26-981a-11fe265e4cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.032260 10.0.0.251 - - [2026-09-02 05:29:59] "GET /tag/a6a3eecc-7b1c-4e26-981a-11fe265e4cd7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1776 0.024634 10.0.0.251 - - [2026-09-02 05:29:59] "POST /chown HTTP/1.1" 200 109 0.065110 10.0.0.251 - - [2026-09-02 05:29:59] "GET /virtual-machine-interface/7f899249-5618-4410-bc62-5c68788d28b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3140 0.041808 10.0.0.251 - - [2026-09-02 05:29:59] "PUT /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d HTTP/1.1" 200 257 0.053603 10.0.0.251 - - [2026-09-02 05:29:59] "POST /ref-update HTTP/1.1" 200 156 0.053354 10.0.0.251 - - [2026-09-02 05:29:59] "POST /set-tag HTTP/1.1" 200 109 0.091063 10.0.0.251 - - [2026-09-02 05:29:59] "GET /virtual-machine-interface/9ee64362-43ce-4a3d-96eb-ad45560c84b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.028965 10.0.0.251 - - [2026-09-02 05:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009901 10.0.0.251 - - [2026-09-02 05:29:59] "POST /chown HTTP/1.1" 200 109 0.032623 10.0.0.251 - - [2026-09-02 05:29:59] "POST /set-tag HTTP/1.1" 200 109 0.098779 10.0.0.251 - - [2026-09-02 05:29:59] "POST /chown HTTP/1.1" 200 109 0.066483 10.0.0.251 - - [2026-09-02 05:29:59] "GET /virtual-machine-interface/ad90798d-d41f-45f0-89bd-a0a5207fa435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3140 0.035020 10.0.0.251 - - [2026-09-02 05:29:59] "PUT /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d HTTP/1.1" 200 257 0.071588 10.0.0.251 - - [2026-09-02 05:29:59] "POST /set-tag HTTP/1.1" 200 109 0.074794 10.0.0.251 - - [2026-09-02 05:29:59] "GET /firewall-policy/a10881c4-fe6e-4f26-8570-50de0572606a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.006567 10.0.0.251 - - [2026-09-02 05:29:59] "POST /ref-update HTTP/1.1" 200 156 0.053412 10.0.0.251 - - [2026-09-02 05:29:59] "GET /firewall-rule/01de2468-c1f5-4364-ae99-0bb8379b72f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.005434 10.0.0.251 - - [2026-09-02 05:29:59] "POST /chown HTTP/1.1" 200 109 0.042364 10.0.0.251 - - [2026-09-02 05:29:59] "POST /ref-update HTTP/1.1" 200 156 0.071097 10.0.0.251 - - [2026-09-02 05:29:59] "POST /chown HTTP/1.1" 200 109 0.043820 10.0.0.251 - - [2026-09-02 05:29:59] "PUT /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d HTTP/1.1" 200 257 0.067794 10.0.0.251 - - [2026-09-02 05:29:59] "POST /ref-update HTTP/1.1" 200 156 0.054996 10.0.0.251 - - [2026-09-02 05:29:59] "DELETE /firewall-rule/01de2468-c1f5-4364-ae99-0bb8379b72f1 HTTP/1.1" 200 115 0.178025 10.0.0.251 - - [2026-09-02 05:30:00] "DELETE /loadbalancer-member/6d01d586-6da9-4572-bed6-2a351e8dcc2c HTTP/1.1" 200 115 0.058228 10.0.0.251 - - [2026-09-02 05:30:00] "DELETE /loadbalancer-pool/a49a4437-697c-4bd2-a6a4-9b294322e91e HTTP/1.1" 200 115 0.110887 10.0.0.251 - - [2026-09-02 05:30:00] "PUT /service-instance/3378cbbc-a3ca-401a-aa4c-564114dbfb87 HTTP/1.1" 200 267 0.022847 10.0.0.251 - - [2026-09-02 05:30:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.034292 10.0.0.251 - - [2026-09-02 05:30:00] "DELETE /loadbalancer-listener/6c342ddf-ff6b-4580-9b4c-096ac7d81e66 HTTP/1.1" 200 115 0.159363 10.0.0.251 - - [2026-09-02 05:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.035235 10.0.0.251 - - [2026-09-02 05:30:00] "DELETE /loadbalancer/dd93a60b-3daa-4bf5-a2db-e46d7ec1c83a HTTP/1.1" 200 115 0.142747 10.0.0.251 - - [2026-09-02 05:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.251 - - [2026-09-02 05:30:00] "DELETE /instance-ip/d0c2e42a-26cd-4581-bbcf-86d9dd5f587d HTTP/1.1" 200 115 0.188030 10.0.0.251 - - [2026-09-02 05:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.251 - - [2026-09-02 05:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006304 10.0.0.251 - - [2026-09-02 05:30:00] "DELETE /virtual-machine-interface/9ee64362-43ce-4a3d-96eb-ad45560c84b3 HTTP/1.1" 200 115 0.131740 10.0.0.251 - - [2026-09-02 05:30:00] "DELETE /service-instance/3378cbbc-a3ca-401a-aa4c-564114dbfb87 HTTP/1.1" 200 115 0.147047 10.0.0.251 - - [2026-09-02 05:30:00] "GET /virtual-machine-interface/ad90798d-d41f-45f0-89bd-a0a5207fa435?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1210 0.016145 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /tag/a6a3eecc-7b1c-4e26-981a-11fe265e4cd7 HTTP/1.1" 200 115 0.271543 10.0.0.251 - - [2026-09-02 05:30:01] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.009381 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /virtual-machine-interface/ad90798d-d41f-45f0-89bd-a0a5207fa435 HTTP/1.1" 200 115 0.081175 10.0.0.251 - - [2026-09-02 05:30:01] "POST /set-tag HTTP/1.1" 200 109 0.010758 10.0.0.251 - - [2026-09-02 05:30:01] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.019434 10.0.0.251 - - [2026-09-02 05:30:01] "POST /ref-update HTTP/1.1" 200 156 0.069579 10.0.0.251 - - [2026-09-02 05:30:01] "POST /set-tag HTTP/1.1" 200 109 0.012757 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /virtual-machine/b1fca432-7532-459d-a25f-ce320fc1a3a1 HTTP/1.1" 200 115 0.039927 10.0.0.251 - - [2026-09-02 05:30:01] "GET /virtual-machine-interface/7f899249-5618-4410-bc62-5c68788d28b3?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1210 0.012075 10.0.0.251 - - [2026-09-02 05:30:01] "GET /virtual-machine/05062365-41f3-4e9c-912f-38bf44b16060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.007011 10.0.0.251 - - [2026-09-02 05:30:01] "POST /ref-update HTTP/1.1" 200 156 0.029124 10.0.0.251 - - [2026-09-02 05:30:01] "GET /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.042444 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /virtual-machine-interface/7f899249-5618-4410-bc62-5c68788d28b3 HTTP/1.1" 200 115 0.170232 10.0.0.251 - - [2026-09-02 05:30:01] "POST /set-tag HTTP/1.1" 200 109 0.091585 10.0.0.251 - - [2026-09-02 05:30:01] "POST /set-tag HTTP/1.1" 200 109 0.079323 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /virtual-machine/c77ce111-f1a8-4154-82ab-60271e25be5d HTTP/1.1" 200 115 0.166628 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /instance-ip/39ce0998-a68f-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.084044 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /virtual-machine-interface/39ac62de-a68f-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.169098 10.0.0.251 - - [2026-09-02 05:30:01] "DELETE /virtual-machine/05062365-41f3-4e9c-912f-38bf44b16060 HTTP/1.1" 200 115 0.045025 10.0.0.251 - - [2026-09-02 05:30:01] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.013509 10.0.0.251 - - [2026-09-02 05:30:02] "POST /set-tag HTTP/1.1" 200 109 0.006003 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001096 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001121 10.0.0.251 - - [2026-09-02 05:30:03] "GET / HTTP/1.1" 200 36215 0.002028 10.0.0.251 - - [2026-09-02 05:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.251 - - [2026-09-02 05:30:03] "GET /routing-instance/36173c3e-74e5-4357-9ef8-0e4d1aaabad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003208 10.0.0.251 - - [2026-09-02 05:30:03] "POST /bgp-routers HTTP/1.1" 409 301 0.002439 10.0.0.251 - - [2026-09-02 05:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.251 - - [2026-09-02 05:30:03] "GET /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1818 0.003473 10.0.0.251 - - [2026-09-02 05:30:03] "PUT /bgp-router/365accb1-d247-4e51-a4c3-04c1e7f9ccaa HTTP/1.1" 200 255 0.013609 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001098 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001042 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001091 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001143 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001137 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001176 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001131 [Introspect:8084]10.0.0.251 - - [2026-09-02 05:30:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001694 10.0.0.251 - - [2026-09-02 05:30:28] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007348 10.0.0.251 - - [2026-09-02 05:30:28] "POST /set-tag HTTP/1.1" 200 109 0.012207 10.0.0.251 - - [2026-09-02 05:30:28] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005156 10.0.0.251 - - [2026-09-02 05:30:28] "POST /set-tag HTTP/1.1" 200 109 0.003770 10.0.0.251 - - [2026-09-02 05:30:28] "GET /virtual-machine/04e85a39-18dc-47d6-8063-b1c9df7b6929?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.004829 10.0.0.251 - - [2026-09-02 05:30:28] "POST /ref-update HTTP/1.1" 200 156 0.042093 10.0.0.251 - - [2026-09-02 05:30:28] "GET /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006950 10.0.0.251 - - [2026-09-02 05:30:28] "POST /set-tag HTTP/1.1" 200 109 0.034786 10.0.0.251 - - [2026-09-02 05:30:28] "POST /set-tag HTTP/1.1" 200 109 0.066915 10.0.0.251 - - [2026-09-02 05:30:28] "DELETE /instance-ip/3a5f0614-a68f-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.065159 10.0.0.251 - - [2026-09-02 05:30:29] "DELETE /virtual-machine-interface/3a3fc448-a68f-11f1-b926-fa163e3aef8b HTTP/1.1" 200 115 0.112897 10.0.0.251 - - [2026-09-02 05:30:29] "DELETE /virtual-machine/04e85a39-18dc-47d6-8063-b1c9df7b6929 HTTP/1.1" 200 115 0.048488 10.0.0.251 - - [2026-09-02 05:30:29] "DELETE /tag/ab7c9bab-0bf9-46f8-94dd-d692b6d05c32 HTTP/1.1" 200 115 0.125899