+++ date ++ echo 'INFO: =================== Thu Sep 25 01:22:27 AM UTC 2025 ===================' INFO: =================== Thu Sep 25 01:22:27 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ 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.50 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=10.0.0.50: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.50 ++ CONFIGDB_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.50: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.50 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.50 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=10.0.0.50: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.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=10.0.0.50: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.50 ++ 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.50 ++ 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.50 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + nc -z 10.0.0.50 9041 + echo -e '\035\nquit' + 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.50 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.50 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.50 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.50,10.229.221.1,127.0.0.1,172.17.0.1,252.50.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.229.221.1,127.0.0.1,172.17.0.1,252.50.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50: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=__ ++ sort ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set + 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/25/2025 01:23:06.719 7f8d46760440 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/25/2025 01:23:06.885 7f8d46760440 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/25/2025 01:23:06.897 7f8d46760440 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/25/2025 01:23:06.897 7f8d46760440 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.50:8082/ Hit Ctrl-C to quit. 10.0.0.50 - - [2025-09-25 01:23:11] "GET / HTTP/1.1" 503 181 0.000180 10.0.0.50 - - [2025-09-25 01:23:12] "GET / HTTP/1.1" 200 45303 0.001265 10.0.0.50 - - [2025-09-25 01:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.50 - - [2025-09-25 01:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.50 - - [2025-09-25 01:23:12] "GET / HTTP/1.1" 200 35931 0.001340 10.0.0.50 - - [2025-09-25 01:23:13] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.50 - - [2025-09-25 01:23:13] "GET / HTTP/1.1" 200 35931 0.001219 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.50 - - [2025-09-25 01:23:13] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005438 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 404 216 0.001717 10.0.0.50 - - [2025-09-25 01:23:13] "POST /config-nodes HTTP/1.1" 200 593 0.027825 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.002177 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.50 - - [2025-09-25 01:23:13] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005995 10.0.0.50 - - [2025-09-25 01:23:13] "POST /service-appliance-sets HTTP/1.1" 200 553 0.020884 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.003663 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.50 - - [2025-09-25 01:23:13] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006430 10.0.0.50 - - [2025-09-25 01:23:13] "POST /service-appliance-sets HTTP/1.1" 200 541 0.017978 10.0.0.50 - - [2025-09-25 01:23:13] "GET / HTTP/1.1" 200 35931 0.001108 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.50 - - [2025-09-25 01:23:13] "GET / HTTP/1.1" 200 35931 0.001255 10.0.0.50 - - [2025-09-25 01:23:13] "GET /network-ipam/467978c1-c506-4cb3-ab38-4fc43e46861e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.035923 10.0.0.50 - - [2025-09-25 01:23:13] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.037139 10.0.0.50 - - [2025-09-25 01:23:13] "POST /service-templates HTTP/1.1" 200 511 0.024188 10.0.0.50 - - [2025-09-25 01:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.50 - - [2025-09-25 01:23:13] "GET /network-ipam/467978c1-c506-4cb3-ab38-4fc43e46861e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005592 10.0.0.50 - - [2025-09-25 01:23:13] "POST /service-templates HTTP/1.1" 200 501 0.049558 10.0.0.50 - - [2025-09-25 01:23:13] "POST /service-templates HTTP/1.1" 200 515 0.034812 10.0.0.50 - - [2025-09-25 01:23:13] "POST /service-templates HTTP/1.1" 200 535 0.023828 10.0.0.50 - - [2025-09-25 01:23:14] "POST /service-templates HTTP/1.1" 200 507 0.034735 10.0.0.50 - - [2025-09-25 01:23:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003490 10.0.0.50 - - [2025-09-25 01:23:14] "POST /access-control-lists HTTP/1.1" 200 587 0.161021 10.0.0.50 - - [2025-09-25 01:23:14] "POST /fqname-to-id HTTP/1.1" 404 224 0.003577 10.0.0.50 - - [2025-09-25 01:23:14] "POST /access-control-lists HTTP/1.1" 200 585 0.179563 10.0.0.50 - - [2025-09-25 01:23:15] "POST /route-targets HTTP/1.1" 200 327 0.068364 10.0.0.50 - - [2025-09-25 01:23:15] "POST /ref-update HTTP/1.1" 200 156 0.017004 10.0.0.50 - - [2025-09-25 01:23:15] "POST /route-targets HTTP/1.1" 200 327 0.043708 10.0.0.50 - - [2025-09-25 01:23:15] "POST /ref-update HTTP/1.1" 200 156 0.014665 10.0.0.50 - - [2025-09-25 01:23:15] "GET / HTTP/1.1" 200 35931 0.001351 10.0.0.50 - - [2025-09-25 01:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.50 - - [2025-09-25 01:23:15] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004587 10.0.0.50 - - [2025-09-25 01:23:15] "POST /fqname-to-id HTTP/1.1" 404 216 0.001764 10.0.0.50 - - [2025-09-25 01:23:15] "POST /config-database-nodes HTTP/1.1" 200 611 0.113647 10.0.0.50 - - [2025-09-25 01:23:15] "POST /route-targets HTTP/1.1" 200 327 0.143430 10.0.0.50 - - [2025-09-25 01:23:15] "POST /ref-update HTTP/1.1" 200 156 0.062925 10.0.0.50 - - [2025-09-25 01:23:15] "POST /route-targets HTTP/1.1" 200 327 0.101936 10.0.0.50 - - [2025-09-25 01:23:15] "POST /ref-update HTTP/1.1" 200 156 0.014489 10.0.0.50 - - [2025-09-25 01:23:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.002180 10.0.0.50 - - [2025-09-25 01:23:16] "POST /access-control-lists HTTP/1.1" 200 551 0.081241 10.0.0.50 - - [2025-09-25 01:23:16] "PUT /access-control-list/b4802316-507d-4474-948d-bedf26a001c9 HTTP/1.1" 200 272 0.016030 10.0.0.50 - - [2025-09-25 01:23:16] "PUT /access-control-list/bd22ad86-0894-437a-aef9-74c12cb99d3f HTTP/1.1" 200 272 0.075223 10.0.0.50 - - [2025-09-25 01:23:17] "GET / HTTP/1.1" 200 35931 0.001273 10.0.0.50 - - [2025-09-25 01:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002159 10.0.0.50 - - [2025-09-25 01:23:17] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004592 10.0.0.50 - - [2025-09-25 01:23:17] "POST /bgp-routers HTTP/1.1" 200 616 0.026985 10.0.0.50 - - [2025-09-25 01:23:17] "GET /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.008574 10.0.0.50 - - [2025-09-25 01:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.016207 10.0.0.50 - - [2025-09-25 01:23:17] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005450 10.0.0.50 - - [2025-09-25 01:23:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003048 10.0.0.50 - - [2025-09-25 01:23:17] "POST /ref-update HTTP/1.1" 200 156 0.018416 10.0.0.50 - - [2025-09-25 01:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.50 - - [2025-09-25 01:23:18] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1214 0.002465 10.0.0.50 - - [2025-09-25 01:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001487 10.0.0.50 - - [2025-09-25 01:23:18] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.007082 10.0.0.50 - - [2025-09-25 01:23:18] "GET / HTTP/1.1" 200 35931 0.001453 10.0.0.50 - - [2025-09-25 01:23:18] "POST /alarms HTTP/1.1" 200 581 0.032042 10.0.0.50 - - [2025-09-25 01:23:18] "POST /alarms HTTP/1.1" 200 575 0.016402 10.0.0.50 - - [2025-09-25 01:23:18] "POST /alarms HTTP/1.1" 200 575 0.014121 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 559 0.047096 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 555 0.015970 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 557 0.020485 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 565 0.020952 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 549 0.023859 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 557 0.025820 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 567 0.020397 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 555 0.017821 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 567 0.022324 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 575 0.074529 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 569 0.026283 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 561 0.023614 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 561 0.025891 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 561 0.020036 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 547 0.015225 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 595 0.016649 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 575 0.027719 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 571 0.022057 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 583 0.016983 10.0.0.50 - - [2025-09-25 01:23:19] "POST /alarms HTTP/1.1" 200 609 0.016847 10.0.0.50 - - [2025-09-25 01:23:20] "GET / HTTP/1.1" 200 35931 0.001406 10.0.0.50 - - [2025-09-25 01:23:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002211 10.0.0.50 - - [2025-09-25 01:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.50 - - [2025-09-25 01:23:20] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.006529 10.0.0.50 - - [2025-09-25 01:23:20] "GET / HTTP/1.1" 200 35931 0.001190 10.0.0.50 - - [2025-09-25 01:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.50 - - [2025-09-25 01:23:20] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002453 10.0.0.50 - - [2025-09-25 01:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001687 10.0.0.50 - - [2025-09-25 01:23:20] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.006417 10.0.0.50 - - [2025-09-25 01:23:20] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.50 - - [2025-09-25 01:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002099 10.0.0.50 - - [2025-09-25 01:23:20] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.005463 10.0.0.50 - - [2025-09-25 01:23:20] "PUT /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5 HTTP/1.1" 200 274 0.012926 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:24:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001323 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:24:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2633 0.001127 10.0.0.50 - - [2025-09-25 01:24:46] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.50 - - [2025-09-25 01:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.50 - - [2025-09-25 01:24:46] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004310 10.0.0.50 - - [2025-09-25 01:24:46] "POST /fqname-to-id HTTP/1.1" 404 216 0.001728 10.0.0.50 - - [2025-09-25 01:24:46] "POST /analytics-nodes HTTP/1.1" 200 599 0.068571 10.0.0.50 - - [2025-09-25 01:24:54] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.50 - - [2025-09-25 01:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.50 - - [2025-09-25 01:24:54] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004636 10.0.0.50 - - [2025-09-25 01:24:54] "POST /fqname-to-id HTTP/1.1" 404 216 0.003973 10.0.0.50 - - [2025-09-25 01:24:54] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.018819 10.0.0.50 - - [2025-09-25 01:25:01] "GET / HTTP/1.1" 200 35931 0.001513 10.0.0.50 - - [2025-09-25 01:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.50 - - [2025-09-25 01:25:01] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.006267 10.0.0.50 - - [2025-09-25 01:25:01] "POST /fqname-to-id HTTP/1.1" 404 216 0.002261 10.0.0.50 - - [2025-09-25 01:25:01] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.030933 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000940 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000943 10.0.0.50 - - [2025-09-25 01:25:06] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.50 - - [2025-09-25 01:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.50 - - [2025-09-25 01:25:06] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004585 10.0.0.50 - - [2025-09-25 01:25:06] "POST /fqname-to-id HTTP/1.1" 404 216 0.005015 10.0.0.50 - - [2025-09-25 01:25:06] "POST /database-nodes HTTP/1.1" 200 597 0.019428 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000848 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000829 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000860 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000779 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000898 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000824 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000915 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:25:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001086 10.0.0.50 - - [2025-09-25 01:26:01] "GET / HTTP/1.1" 200 35931 0.002039 10.0.0.50 - - [2025-09-25 01:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001885 10.0.0.50 - - [2025-09-25 01:26:01] "GET /domain/f9b80c75-d2bc-403d-bffc-17ef05c5529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.002735 10.0.0.50 - - [2025-09-25 01:26:01] "POST /id-to-fqname HTTP/1.1" 200 173 0.000735 10.0.0.50 - - [2025-09-25 01:26:01] "POST /fqname-to-id HTTP/1.1" 404 182 0.004723 10.0.0.50 - - [2025-09-25 01:26:01] "POST /security-groups HTTP/1.1" 200 570 0.067464 10.0.0.50 - - [2025-09-25 01:26:01] "POST /fqname-to-id HTTP/1.1" 404 213 0.002268 10.0.0.50 - - [2025-09-25 01:26:01] "POST /projects HTTP/1.1" 200 481 0.264045 10.0.0.50 - - [2025-09-25 01:26:02] "POST /access-control-lists HTTP/1.1" 200 579 0.069092 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 404 212 0.020548 10.0.0.50 - - [2025-09-25 01:26:02] "POST /security-groups HTTP/1.1" 200 534 0.105623 10.0.0.50 - - [2025-09-25 01:26:02] "POST /chown HTTP/1.1" 200 109 0.091938 10.0.0.50 - - [2025-09-25 01:26:02] "POST /access-control-lists HTTP/1.1" 200 577 0.130480 10.0.0.50 - - [2025-09-25 01:26:02] "POST /policy-managements HTTP/1.1" 409 214 0.034061 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.50 - - [2025-09-25 01:26:02] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002752 10.0.0.50 - - [2025-09-25 01:26:02] "POST /application-policy-sets HTTP/1.1" 200 528 0.017528 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.50 - - [2025-09-25 01:26:02] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.002224 10.0.0.50 - - [2025-09-25 01:26:02] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.007552 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.50 - - [2025-09-25 01:26:02] "GET /virtual-network/3a9b5c81-adea-406a-9f00-12168f6fcc68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004127 10.0.0.50 - - [2025-09-25 01:26:02] "POST /id-to-fqname HTTP/1.1" 200 177 0.000478 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.015424 10.0.0.50 - - [2025-09-25 01:26:02] "POST /security-groups HTTP/1.1" 200 574 0.090676 10.0.0.50 - - [2025-09-25 01:26:02] "POST /projects HTTP/1.1" 200 489 0.204647 10.0.0.50 - - [2025-09-25 01:26:02] "POST /security-groups HTTP/1.1" 200 546 0.023845 10.0.0.50 - - [2025-09-25 01:26:02] "POST /chown HTTP/1.1" 200 109 0.021930 10.0.0.50 - - [2025-09-25 01:26:02] "POST /network-ipams HTTP/1.1" 200 522 0.032615 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.002143 10.0.0.50 - - [2025-09-25 01:26:02] "POST /access-control-lists HTTP/1.1" 200 594 0.023399 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.018043 10.0.0.50 - - [2025-09-25 01:26:02] "POST /network-ipams HTTP/1.1" 200 510 0.051377 10.0.0.50 - - [2025-09-25 01:26:02] "POST /access-control-lists HTTP/1.1" 200 592 0.054099 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.018868 10.0.0.50 - - [2025-09-25 01:26:02] "POST /fqname-to-id HTTP/1.1" 404 217 0.001662 10.0.0.50 - - [2025-09-25 01:26:03] "POST /access-control-lists HTTP/1.1" 200 583 0.107505 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 216 0.013296 10.0.0.50 - - [2025-09-25 01:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.024698 10.0.0.50 - - [2025-09-25 01:26:03] "POST /virtual-networks HTTP/1.1" 200 538 0.217789 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.50 - - [2025-09-25 01:26:03] "POST /access-control-lists HTTP/1.1" 200 581 0.075788 10.0.0.50 - - [2025-09-25 01:26:03] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1732 0.044997 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 240 0.003873 10.0.0.50 - - [2025-09-25 01:26:03] "POST /access-control-lists HTTP/1.1" 200 602 0.029860 10.0.0.50 - - [2025-09-25 01:26:03] "POST /network-ipams HTTP/1.1" 200 518 0.056463 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 239 0.003707 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.007684 10.0.0.50 - - [2025-09-25 01:26:03] "POST /access-control-lists HTTP/1.1" 200 600 0.052985 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.001771 10.0.0.50 - - [2025-09-25 01:26:03] "POST /access-control-lists HTTP/1.1" 200 589 0.077385 10.0.0.50 - - [2025-09-25 01:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.027517 10.0.0.50 - - [2025-09-25 01:26:03] "POST /virtual-networks HTTP/1.1" 200 546 0.230762 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001985 10.0.0.50 - - [2025-09-25 01:26:03] "POST /route-targets HTTP/1.1" 200 327 0.009033 10.0.0.50 - - [2025-09-25 01:26:03] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1751 0.012453 10.0.0.50 - - [2025-09-25 01:26:03] "POST /ref-update HTTP/1.1" 200 156 0.038993 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.005043 10.0.0.50 - - [2025-09-25 01:26:03] "PUT /access-control-list/6649f216-cb93-4e56-8805-1bc6fa61c68b HTTP/1.1" 200 272 0.067811 10.0.0.50 - - [2025-09-25 01:26:03] "POST /network-policys HTTP/1.1" 200 538 0.083509 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.003091 10.0.0.50 - - [2025-09-25 01:26:03] "POST /network-policys HTTP/1.1" 200 534 0.027423 10.0.0.50 - - [2025-09-25 01:26:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.002997 10.0.0.50 - - [2025-09-25 01:26:03] "POST /route-targets HTTP/1.1" 200 327 0.029643 10.0.0.50 - - [2025-09-25 01:26:03] "POST /ref-update HTTP/1.1" 200 156 0.021470 10.0.0.50 - - [2025-09-25 01:26:03] "POST /network-policys HTTP/1.1" 200 542 0.031547 10.0.0.50 - - [2025-09-25 01:26:03] "POST /ref-update HTTP/1.1" 200 156 0.064403 10.0.0.50 - - [2025-09-25 01:26:03] "PUT /access-control-list/20e2e13f-9376-4ef9-adc6-d17f8e42242d HTTP/1.1" 200 272 0.021752 10.0.0.50 - - [2025-09-25 01:26:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007872 10.0.0.50 - - [2025-09-25 01:26:04] "PUT /access-control-list/6649f216-cb93-4e56-8805-1bc6fa61c68b HTTP/1.1" 200 272 0.058381 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.096133 10.0.0.50 - - [2025-09-25 01:26:04] "PUT /access-control-list/6649f216-cb93-4e56-8805-1bc6fa61c68b HTTP/1.1" 200 272 0.019555 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.067185 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003814 10.0.0.50 - - [2025-09-25 01:26:04] "PUT /access-control-list/20e2e13f-9376-4ef9-adc6-d17f8e42242d HTTP/1.1" 200 272 0.080108 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.033935 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.019175 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.063283 10.0.0.50 - - [2025-09-25 01:26:04] "POST /fqname-to-id HTTP/1.1" 404 237 0.003520 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.070113 10.0.0.50 - - [2025-09-25 01:26:04] "POST /access-control-lists HTTP/1.1" 200 601 0.091823 10.0.0.50 - - [2025-09-25 01:26:04] "PUT /access-control-list/e2e2fe6f-f4e3-4caa-b8ab-eb1b2a4f3a6e HTTP/1.1" 200 272 0.033742 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.070575 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.023220 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002079 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.028727 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.017105 10.0.0.50 - - [2025-09-25 01:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.50 - - [2025-09-25 01:26:04] "PUT /access-control-list/20e2e13f-9376-4ef9-adc6-d17f8e42242d HTTP/1.1" 200 272 0.068235 10.0.0.50 - - [2025-09-25 01:26:04] "GET /virtual-network/3a9b5c81-adea-406a-9f00-12168f6fcc68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.042560 10.0.0.50 - - [2025-09-25 01:26:04] "PUT /access-control-list/e2e2fe6f-f4e3-4caa-b8ab-eb1b2a4f3a6e HTTP/1.1" 200 272 0.069079 10.0.0.50 - - [2025-09-25 01:26:04] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.012158 10.0.0.50 - - [2025-09-25 01:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.50 - - [2025-09-25 01:26:04] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002700 10.0.0.50 - - [2025-09-25 01:26:04] "POST /ref-update HTTP/1.1" 200 156 0.014272 10.0.0.50 - - [2025-09-25 01:26:04] "POST /firewall-policys HTTP/1.1" 200 530 0.033089 10.0.0.50 - - [2025-09-25 01:26:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.029680 10.0.0.50 - - [2025-09-25 01:26:04] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.010303 10.0.0.50 - - [2025-09-25 01:26:04] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.002734 10.0.0.50 - - [2025-09-25 01:26:04] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002837 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.031672 10.0.0.50 - - [2025-09-25 01:26:05] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.005858 10.0.0.50 - - [2025-09-25 01:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002157 10.0.0.50 - - [2025-09-25 01:26:05] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002334 10.0.0.50 - - [2025-09-25 01:26:05] "POST /firewall-policys HTTP/1.1" 200 532 0.023267 10.0.0.50 - - [2025-09-25 01:26:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.048349 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.012136 10.0.0.50 - - [2025-09-25 01:26:05] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.002853 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.002260 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.001879 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002599 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.011560 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.042812 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.015660 10.0.0.50 - - [2025-09-25 01:26:05] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.017391 10.0.0.50 - - [2025-09-25 01:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001606 10.0.0.50 - - [2025-09-25 01:26:05] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002893 10.0.0.50 - - [2025-09-25 01:26:05] "POST /firewall-policys HTTP/1.1" 200 530 0.018519 10.0.0.50 - - [2025-09-25 01:26:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.041269 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/b4a2859a-eda2-48a2-aaf6-0e3571dbf884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.011732 10.0.0.50 - - [2025-09-25 01:26:05] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002779 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/b4a2859a-eda2-48a2-aaf6-0e3571dbf884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.002637 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.009077 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.002687 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002398 10.0.0.50 - - [2025-09-25 01:26:05] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.002075 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.016604 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.023962 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.035000 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.025737 10.0.0.50 - - [2025-09-25 01:26:05] "POST /ref-update HTTP/1.1" 200 156 0.025421 10.0.0.50 - - [2025-09-25 01:26:05] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1755 0.014904 10.0.0.50 - - [2025-09-25 01:26:06] "POST /tags HTTP/1.1" 200 299 0.036391 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.022611 10.0.0.50 - - [2025-09-25 01:26:06] "GET /tag/84fae071-d818-4234-9d00-6346dd118a74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.011861 10.0.0.50 - - [2025-09-25 01:26:06] "POST /set-tag HTTP/1.1" 200 109 0.022436 10.0.0.50 - - [2025-09-25 01:26:06] "POST /tags HTTP/1.1" 200 357 0.109767 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.015332 10.0.0.50 - - [2025-09-25 01:26:06] "GET /tag/b9290fcf-fb8f-4e8e-929e-367cc13d5d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.019042 10.0.0.50 - - [2025-09-25 01:26:06] "POST /tags HTTP/1.1" 200 305 0.053184 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009304 10.0.0.50 - - [2025-09-25 01:26:06] "GET /tag/225c51a7-8bb2-4cb5-81ed-a12051a0095c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.018385 10.0.0.50 - - [2025-09-25 01:26:06] "POST /id-to-fqname HTTP/1.1" 200 174 0.000664 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.024168 10.0.0.50 - - [2025-09-25 01:26:06] "POST /security-groups HTTP/1.1" 200 571 0.074810 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.001719 10.0.0.50 - - [2025-09-25 01:26:06] "POST /projects HTTP/1.1" 200 483 0.250409 10.0.0.50 - - [2025-09-25 01:26:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.010786 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005886 10.0.0.50 - - [2025-09-25 01:26:06] "POST /access-control-lists HTTP/1.1" 200 580 0.033876 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 404 213 0.003753 10.0.0.50 - - [2025-09-25 01:26:06] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2293 0.008079 10.0.0.50 - - [2025-09-25 01:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.50 - - [2025-09-25 01:26:06] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005608 10.0.0.50 - - [2025-09-25 01:26:07] "POST /access-control-lists HTTP/1.1" 200 578 0.064918 10.0.0.50 - - [2025-09-25 01:26:07] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.117931 10.0.0.50 - - [2025-09-25 01:26:07] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.130414 10.0.0.50 - - [2025-09-25 01:26:07] "POST /security-groups HTTP/1.1" 200 537 0.090506 10.0.0.50 - - [2025-09-25 01:26:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.001791 10.0.0.50 - - [2025-09-25 01:26:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.022455 10.0.0.50 - - [2025-09-25 01:26:07] "POST /chown HTTP/1.1" 200 109 0.023732 10.0.0.50 - - [2025-09-25 01:26:07] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.021874 10.0.0.50 - - [2025-09-25 01:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.50 - - [2025-09-25 01:26:07] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002870 10.0.0.50 - - [2025-09-25 01:26:07] "POST /tags HTTP/1.1" 409 207 0.002175 10.0.0.50 - - [2025-09-25 01:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.50 - - [2025-09-25 01:26:07] "GET /tag/225c51a7-8bb2-4cb5-81ed-a12051a0095c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.017224 10.0.0.50 - - [2025-09-25 01:26:07] "POST /access-control-lists HTTP/1.1" 200 596 0.198979 10.0.0.50 - - [2025-09-25 01:26:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.036820 10.0.0.50 - - [2025-09-25 01:26:07] "POST /firewall-rules HTTP/1.1" 200 564 0.130494 10.0.0.50 - - [2025-09-25 01:26:07] "POST /access-control-lists HTTP/1.1" 200 594 0.104717 10.0.0.50 - - [2025-09-25 01:26:07] "GET /firewall-rule/de0781a0-e994-48fc-8ea9-ab812b331aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.023224 10.0.0.50 - - [2025-09-25 01:26:07] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.008908 10.0.0.50 - - [2025-09-25 01:26:07] "GET /firewall-rule/de0781a0-e994-48fc-8ea9-ab812b331aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.014978 10.0.0.50 - - [2025-09-25 01:26:07] "POST /ref-update HTTP/1.1" 200 156 0.014291 10.0.0.50 - - [2025-09-25 01:26:07] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008852 10.0.0.50 - - [2025-09-25 01:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006783 10.0.0.50 - - [2025-09-25 01:26:07] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002943 10.0.0.50 - - [2025-09-25 01:26:07] "POST /tags HTTP/1.1" 409 207 0.002086 10.0.0.50 - - [2025-09-25 01:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001794 10.0.0.50 - - [2025-09-25 01:26:08] "GET /tag/225c51a7-8bb2-4cb5-81ed-a12051a0095c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.014773 10.0.0.50 - - [2025-09-25 01:26:08] "POST /firewall-rules HTTP/1.1" 200 562 0.076208 10.0.0.50 - - [2025-09-25 01:26:08] "GET /firewall-rule/400704b6-1065-4b8b-8fd4-b169cfbf9d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.011474 10.0.0.50 - - [2025-09-25 01:26:08] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1715 0.012592 10.0.0.50 - - [2025-09-25 01:26:08] "GET /firewall-rule/400704b6-1065-4b8b-8fd4-b169cfbf9d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.003204 10.0.0.50 - - [2025-09-25 01:26:08] "POST /ref-update HTTP/1.1" 200 156 0.032846 10.0.0.50 - - [2025-09-25 01:26:08] "POST /fqname-to-id HTTP/1.1" 404 226 0.001930 10.0.0.50 - - [2025-09-25 01:26:08] "POST /tags HTTP/1.1" 200 305 0.081973 10.0.0.50 - - [2025-09-25 01:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010921 10.0.0.50 - - [2025-09-25 01:26:08] "GET /tag/21fc39f4-288c-4f06-b1fd-c065fa1f9167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.019484 10.0.0.50 - - [2025-09-25 01:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006100 10.0.0.50 - - [2025-09-25 01:26:08] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.046134 10.0.0.50 - - [2025-09-25 01:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.50 - - [2025-09-25 01:26:08] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005388 10.0.0.50 - - [2025-09-25 01:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.50 - - [2025-09-25 01:26:08] "GET /service-appliance-set/a4b8199a-8f12-469e-b116-7938f22cf6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.004920 10.0.0.50 - - [2025-09-25 01:26:08] "POST /fqname-to-id HTTP/1.1" 404 240 0.003097 10.0.0.50 - - [2025-09-25 01:26:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.201645 10.0.0.50 - - [2025-09-25 01:26:09] "GET /virtual-machine-interface/d91ff5cd-70c2-4060-8587-f00e7b73e4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2302 0.086890 10.0.0.50 - - [2025-09-25 01:26:09] "POST /instance-ips HTTP/1.1" 200 381 0.070716 10.0.0.50 - - [2025-09-25 01:26:09] "GET /instance-ip/be668c55-0be0-444f-a1a8-717787a89524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.005937 10.0.0.50 - - [2025-09-25 01:26:09] "POST /loadbalancers HTTP/1.1" 200 582 0.072285 10.0.0.50 - - [2025-09-25 01:26:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.007762 10.0.0.50 - - [2025-09-25 01:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002174 10.0.0.50 - - [2025-09-25 01:26:09] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.037698 10.0.0.50 - - [2025-09-25 01:26:09] "GET /loadbalancer/9eee18ee-24b0-4ca0-9133-bca4af369c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.002453 10.0.0.50 - - [2025-09-25 01:26:09] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.039837 10.0.0.50 - - [2025-09-25 01:26:09] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.063815 10.0.0.50 - - [2025-09-25 01:26:09] "GET /instance-ip/be668c55-0be0-444f-a1a8-717787a89524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003270 10.0.0.50 - - [2025-09-25 01:26:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.030659 10.0.0.50 - - [2025-09-25 01:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.018758 10.0.0.50 - - [2025-09-25 01:26:09] "POST /floating-ips HTTP/1.1" 200 583 0.086765 10.0.0.50 - - [2025-09-25 01:26:09] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.093173 10.0.0.50 - - [2025-09-25 01:26:09] "GET /loadbalancer-listener/5cdc7c52-72c3-4c63-86a4-b10a8f5bc417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.002460 10.0.0.50 - - [2025-09-25 01:26:09] "GET /loadbalancer-listener/5cdc7c52-72c3-4c63-86a4-b10a8f5bc417?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.003423 10.0.0.50 - - [2025-09-25 01:26:09] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.027202 10.0.0.50 - - [2025-09-25 01:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.50 - - [2025-09-25 01:26:09] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.002188 10.0.0.50 - - [2025-09-25 01:26:09] "GET /instance-ip/be668c55-0be0-444f-a1a8-717787a89524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.002445 10.0.0.50 - - [2025-09-25 01:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.50 - - [2025-09-25 01:26:09] "GET /instance-ip/be668c55-0be0-444f-a1a8-717787a89524?fields=floating_ips HTTP/1.1" 200 1171 0.016901 10.0.0.50 - - [2025-09-25 01:26:09] "GET /floating-ip/cc549ba0-5ac9-4029-b4d0-c195cbe1c3b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.002960 10.0.0.50 - - [2025-09-25 01:26:09] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.009617 10.0.0.50 - - [2025-09-25 01:26:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.005096 10.0.0.50 - - [2025-09-25 01:26:09] "POST /tags HTTP/1.1" 200 355 0.031480 10.0.0.50 - - [2025-09-25 01:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005487 10.0.0.50 - - [2025-09-25 01:26:09] "GET /tag/8feaa388-085d-4986-8e0c-a18881c4fb09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.013978 10.0.0.50 - - [2025-09-25 01:26:09] "POST /tags HTTP/1.1" 200 303 0.019015 10.0.0.50 - - [2025-09-25 01:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.50 - - [2025-09-25 01:26:10] "GET /tag/4be600b8-57ed-4dc0-a293-918b5d482541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.018231 10.0.0.50 - - [2025-09-25 01:26:10] "POST /projects HTTP/1.1" 409 218 0.005606 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002023 10.0.0.50 - - [2025-09-25 01:26:10] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.038064 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.50 - - [2025-09-25 01:26:10] "GET /network-ipam/75b63e11-475f-48aa-8118-3efc1de20b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1558 0.003215 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001880 10.0.0.50 - - [2025-09-25 01:26:10] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003835 10.0.0.50 - - [2025-09-25 01:26:10] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.052475 10.0.0.50 - - [2025-09-25 01:26:10] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.017933 10.0.0.50 - - [2025-09-25 01:26:10] "POST /set-tag HTTP/1.1" 200 109 0.060521 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.50 - - [2025-09-25 01:26:10] "GET /network-ipam/46379896-c6ba-4992-92b8-d5cc702713b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.002693 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.50 - - [2025-09-25 01:26:10] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004689 10.0.0.50 - - [2025-09-25 01:26:10] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.043532 10.0.0.50 - - [2025-09-25 01:26:10] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.015222 10.0.0.50 - - [2025-09-25 01:26:10] "POST /set-tag HTTP/1.1" 200 109 0.052604 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059 10.0.0.50 - - [2025-09-25 01:26:10] "GET /network-policy/8bf025c0-6491-4351-81ad-483cd6659519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002778 10.0.0.50 - - [2025-09-25 01:26:10] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002163 10.0.0.50 - - [2025-09-25 01:26:10] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.006141 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001433 10.0.0.50 - - [2025-09-25 01:26:10] "GET /config-node/47f1aed4-e451-4c6f-b69c-e8cea008456e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002579 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007095 10.0.0.50 - - [2025-09-25 01:26:10] "GET /network-policy/f4810fed-dc46-4810-a2bf-dd26524d4877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005356 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001954 10.0.0.50 - - [2025-09-25 01:26:10] "GET /network-policy/cf8da2c6-8c9a-4311-b4de-ede92509fbab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006701 10.0.0.50 - - [2025-09-25 01:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001456 10.0.0.50 - - [2025-09-25 01:26:10] "PUT /network-policy/cf8da2c6-8c9a-4311-b4de-ede92509fbab HTTP/1.1" 200 262 0.009000 10.0.0.50 - - [2025-09-25 01:26:10] "PUT /access-control-list/6649f216-cb93-4e56-8805-1bc6fa61c68b HTTP/1.1" 200 272 0.054259 10.0.0.50 - - [2025-09-25 01:26:10] "POST /ref-update HTTP/1.1" 200 156 0.092667 10.0.0.50 - - [2025-09-25 01:26:10] "PUT /access-control-list/e2e2fe6f-f4e3-4caa-b8ab-eb1b2a4f3a6e HTTP/1.1" 200 272 0.060658 10.0.0.50 - - [2025-09-25 01:26:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.020886 10.0.0.50 - - [2025-09-25 01:26:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004399 10.0.0.50 - - [2025-09-25 01:26:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001851 10.0.0.50 - - [2025-09-25 01:26:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002094 10.0.0.50 - - [2025-09-25 01:26:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001655 10.0.0.50 - - [2025-09-25 01:26:11] "POST /security-groups HTTP/1.1" 409 245 0.002001 10.0.0.50 - - [2025-09-25 01:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.50 - - [2025-09-25 01:26:11] "PUT /security-group/4d599d79-2a6f-4309-9587-e9a63e8b0b29 HTTP/1.1" 200 262 0.061292 10.0.0.50 - - [2025-09-25 01:26:11] "PUT /access-control-list/181ad6b4-9530-4880-bc26-61410fbbbe75 HTTP/1.1" 200 272 0.010309 10.0.0.50 - - [2025-09-25 01:26:11] "PUT /access-control-list/c2e236a2-abd3-462b-a968-d167b2114bb5 HTTP/1.1" 200 272 0.015395 10.0.0.50 - - [2025-09-25 01:26:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.018648 10.0.0.50 - - [2025-09-25 01:26:11] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.009315 10.0.0.50 - - [2025-09-25 01:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.50 - - [2025-09-25 01:26:11] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002835 10.0.0.50 - - [2025-09-25 01:26:11] "POST /tags HTTP/1.1" 409 206 0.001597 10.0.0.50 - - [2025-09-25 01:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.50 - - [2025-09-25 01:26:11] "GET /tag/4be600b8-57ed-4dc0-a293-918b5d482541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.011881 10.0.0.50 - - [2025-09-25 01:26:11] "POST /firewall-rules HTTP/1.1" 200 562 0.090831 10.0.0.50 - - [2025-09-25 01:26:11] "GET /firewall-rule/e2a7b7cf-b41d-45e3-ad33-8cac71a16912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005813 10.0.0.50 - - [2025-09-25 01:26:11] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003971 10.0.0.50 - - [2025-09-25 01:26:11] "GET /firewall-rule/e2a7b7cf-b41d-45e3-ad33-8cac71a16912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.001924 10.0.0.50 - - [2025-09-25 01:26:11] "POST /ref-update HTTP/1.1" 200 156 0.030864 10.0.0.50 - - [2025-09-25 01:26:11] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.013683 10.0.0.50 - - [2025-09-25 01:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.50 - - [2025-09-25 01:26:11] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002500 10.0.0.50 - - [2025-09-25 01:26:11] "POST /tags HTTP/1.1" 409 206 0.001462 10.0.0.50 - - [2025-09-25 01:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.50 - - [2025-09-25 01:26:11] "GET /tag/4be600b8-57ed-4dc0-a293-918b5d482541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.009704 10.0.0.50 - - [2025-09-25 01:26:11] "POST /firewall-rules HTTP/1.1" 200 560 0.065204 10.0.0.50 - - [2025-09-25 01:26:11] "GET /firewall-rule/4ea24f9c-a2b8-4758-b039-12937cbcc911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.038404 10.0.0.50 - - [2025-09-25 01:26:11] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.004532 10.0.0.50 - - [2025-09-25 01:26:11] "GET /firewall-rule/4ea24f9c-a2b8-4758-b039-12937cbcc911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.005301 10.0.0.50 - - [2025-09-25 01:26:11] "POST /ref-update HTTP/1.1" 200 156 0.031741 10.0.0.50 - - [2025-09-25 01:26:11] "POST /tags HTTP/1.1" 200 301 0.019125 10.0.0.50 - - [2025-09-25 01:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.014910 10.0.0.50 - - [2025-09-25 01:26:11] "GET /tag/3743349a-95e1-4e8b-b395-55c7e9c59b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.018317 10.0.0.50 - - [2025-09-25 01:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002232 10.0.0.50 - - [2025-09-25 01:26:11] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.040953 10.0.0.50 - - [2025-09-25 01:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.50 - - [2025-09-25 01:26:12] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2826 0.004167 10.0.0.50 - - [2025-09-25 01:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001501 10.0.0.50 - - [2025-09-25 01:26:12] "GET /service-appliance-set/a4b8199a-8f12-469e-b116-7938f22cf6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.001890 10.0.0.50 - - [2025-09-25 01:26:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.001973 10.0.0.50 - - [2025-09-25 01:26:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.096834 10.0.0.50 - - [2025-09-25 01:26:12] "GET /virtual-machine-interface/838fb681-a77c-4d52-96c9-9ab28b8e3bbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2312 0.012702 10.0.0.50 - - [2025-09-25 01:26:12] "POST /instance-ips HTTP/1.1" 200 377 0.020097 10.0.0.50 - - [2025-09-25 01:26:12] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.003650 10.0.0.50 - - [2025-09-25 01:26:12] "POST /loadbalancers HTTP/1.1" 200 582 0.058955 10.0.0.50 - - [2025-09-25 01:26:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.027057 10.0.0.50 - - [2025-09-25 01:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010836 10.0.0.50 - - [2025-09-25 01:26:12] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.044702 10.0.0.50 - - [2025-09-25 01:26:12] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.002232 10.0.0.50 - - [2025-09-25 01:26:12] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.039986 10.0.0.50 - - [2025-09-25 01:26:12] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002985 10.0.0.50 - - [2025-09-25 01:26:12] "POST /floating-ips HTTP/1.1" 200 581 0.032670 10.0.0.50 - - [2025-09-25 01:26:12] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.040780 10.0.0.50 - - [2025-09-25 01:26:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.006611 10.0.0.50 - - [2025-09-25 01:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007522 10.0.0.50 - - [2025-09-25 01:26:12] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.025271 10.0.0.50 - - [2025-09-25 01:26:12] "GET /loadbalancer-listener/349bf735-0a49-48f8-82ca-8fc4b58baeb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.002474 10.0.0.50 - - [2025-09-25 01:26:12] "GET /loadbalancer-listener/349bf735-0a49-48f8-82ca-8fc4b58baeb8?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1194 0.002802 10.0.0.50 - - [2025-09-25 01:26:12] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.017025 10.0.0.50 - - [2025-09-25 01:26:12] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.003093 10.0.0.50 - - [2025-09-25 01:26:12] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?fields=floating_ips HTTP/1.1" 200 1165 0.004434 10.0.0.50 - - [2025-09-25 01:26:12] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.001785 10.0.0.50 - - [2025-09-25 01:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001687 10.0.0.50 - - [2025-09-25 01:26:12] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.031546 10.0.0.50 - - [2025-09-25 01:26:12] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002853 10.0.0.50 - - [2025-09-25 01:26:12] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.030256 10.0.0.50 - - [2025-09-25 01:26:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.008186 10.0.0.50 - - [2025-09-25 01:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013040 10.0.0.50 - - [2025-09-25 01:26:12] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.033232 10.0.0.50 - - [2025-09-25 01:26:12] "GET /loadbalancer-listener/b924694b-d3eb-4a67-8ddd-9b3ea78641f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.002700 10.0.0.50 - - [2025-09-25 01:26:12] "GET /loadbalancer-listener/b924694b-d3eb-4a67-8ddd-9b3ea78641f9?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.003119 10.0.0.50 - - [2025-09-25 01:26:12] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.018523 10.0.0.50 - - [2025-09-25 01:26:13] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.002680 10.0.0.50 - - [2025-09-25 01:26:13] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?fields=floating_ips HTTP/1.1" 200 1165 0.002319 10.0.0.50 - - [2025-09-25 01:26:13] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.001742 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001930 10.0.0.50 - - [2025-09-25 01:26:13] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.043414 10.0.0.50 - - [2025-09-25 01:26:13] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002079 10.0.0.50 - - [2025-09-25 01:26:13] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.017045 10.0.0.50 - - [2025-09-25 01:26:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.008359 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008279 10.0.0.50 - - [2025-09-25 01:26:13] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.034004 10.0.0.50 - - [2025-09-25 01:26:13] "GET /loadbalancer-listener/593ce78c-163a-482d-85de-6c8e1854429d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.002738 10.0.0.50 - - [2025-09-25 01:26:13] "GET /loadbalancer-listener/593ce78c-163a-482d-85de-6c8e1854429d?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1198 0.003303 10.0.0.50 - - [2025-09-25 01:26:13] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.019969 10.0.0.50 - - [2025-09-25 01:26:13] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.002670 10.0.0.50 - - [2025-09-25 01:26:13] "GET /instance-ip/f6b6930c-2afb-4163-ac62-5f63cb41b6d6?fields=floating_ips HTTP/1.1" 200 1165 0.002363 10.0.0.50 - - [2025-09-25 01:26:13] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.001787 10.0.0.50 - - [2025-09-25 01:26:13] "POST /tags HTTP/1.1" 200 371 0.025488 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011729 10.0.0.50 - - [2025-09-25 01:26:13] "GET /tag/a475fae4-7f8e-4074-9202-c66c3f9e7b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1278 0.012561 10.0.0.50 - - [2025-09-25 01:26:13] "POST /tags HTTP/1.1" 200 319 0.017082 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.013644 10.0.0.50 - - [2025-09-25 01:26:13] "GET /tag/a58b7272-4984-4579-a03b-34ec3f5cd612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.012265 10.0.0.50 - - [2025-09-25 01:26:13] "POST /id-to-fqname HTTP/1.1" 200 181 0.000477 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.013359 10.0.0.50 - - [2025-09-25 01:26:13] "POST /security-groups HTTP/1.1" 200 578 0.074204 10.0.0.50 - - [2025-09-25 01:26:13] "POST /projects HTTP/1.1" 200 497 0.189263 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.002070 10.0.0.50 - - [2025-09-25 01:26:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.015963 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014974 10.0.0.50 - - [2025-09-25 01:26:13] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.013945 10.0.0.50 - - [2025-09-25 01:26:13] "POST /access-control-lists HTTP/1.1" 200 587 0.081242 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015023 10.0.0.50 - - [2025-09-25 01:26:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.010116 10.0.0.50 - - [2025-09-25 01:26:13] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2826 0.007838 10.0.0.50 - - [2025-09-25 01:26:13] "POST /access-control-lists HTTP/1.1" 200 585 0.049241 10.0.0.50 - - [2025-09-25 01:26:13] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.073665 10.0.0.50 - - [2025-09-25 01:26:14] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.051111 10.0.0.50 - - [2025-09-25 01:26:14] "POST /security-groups HTTP/1.1" 200 558 0.079193 10.0.0.50 - - [2025-09-25 01:26:14] "POST /fqname-to-id HTTP/1.1" 404 248 0.002528 10.0.0.50 - - [2025-09-25 01:26:14] "POST /access-control-lists HTTP/1.1" 200 610 0.025152 10.0.0.50 - - [2025-09-25 01:26:14] "POST /fqname-to-id HTTP/1.1" 404 247 0.001395 10.0.0.50 - - [2025-09-25 01:26:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.033726 10.0.0.50 - - [2025-09-25 01:26:14] "POST /chown HTTP/1.1" 200 109 0.027081 10.0.0.50 - - [2025-09-25 01:26:14] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.016774 10.0.0.50 - - [2025-09-25 01:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.50 - - [2025-09-25 01:26:14] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.015920 10.0.0.50 - - [2025-09-25 01:26:14] "POST /access-control-lists HTTP/1.1" 200 608 0.089777 10.0.0.50 - - [2025-09-25 01:26:14] "POST /tags HTTP/1.1" 409 214 0.012998 10.0.0.50 - - [2025-09-25 01:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002029 10.0.0.50 - - [2025-09-25 01:26:14] "GET /tag/a58b7272-4984-4579-a03b-34ec3f5cd612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.010669 10.0.0.50 - - [2025-09-25 01:26:14] "POST /firewall-rules HTTP/1.1" 200 578 0.068261 10.0.0.50 - - [2025-09-25 01:26:14] "GET /firewall-rule/0fa0e89a-30d9-4aed-9a10-d4139347df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007191 10.0.0.50 - - [2025-09-25 01:26:14] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2425 0.003538 10.0.0.50 - - [2025-09-25 01:26:14] "GET /firewall-rule/0fa0e89a-30d9-4aed-9a10-d4139347df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002038 10.0.0.50 - - [2025-09-25 01:26:14] "POST /ref-update HTTP/1.1" 200 156 0.041416 10.0.0.50 - - [2025-09-25 01:26:14] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002489 10.0.0.50 - - [2025-09-25 01:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001499 10.0.0.50 - - [2025-09-25 01:26:14] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002017 10.0.0.50 - - [2025-09-25 01:26:14] "POST /tags HTTP/1.1" 409 214 0.001333 10.0.0.50 - - [2025-09-25 01:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001259 10.0.0.50 - - [2025-09-25 01:26:14] "GET /tag/a58b7272-4984-4579-a03b-34ec3f5cd612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.009403 10.0.0.50 - - [2025-09-25 01:26:14] "POST /firewall-rules HTTP/1.1" 200 576 0.081131 10.0.0.50 - - [2025-09-25 01:26:14] "GET /firewall-rule/adbb7312-4e5f-4f01-8436-78d8ef367ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.007294 10.0.0.50 - - [2025-09-25 01:26:14] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2670 0.003368 10.0.0.50 - - [2025-09-25 01:26:14] "GET /firewall-rule/adbb7312-4e5f-4f01-8436-78d8ef367ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.002623 10.0.0.50 - - [2025-09-25 01:26:14] "POST /ref-update HTTP/1.1" 200 156 0.040279 10.0.0.50 - - [2025-09-25 01:26:14] "POST /tags HTTP/1.1" 200 363 0.046344 10.0.0.50 - - [2025-09-25 01:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001865 10.0.0.50 - - [2025-09-25 01:26:14] "GET /tag/a312311f-5d25-489f-a210-cec9098019ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.014509 10.0.0.50 - - [2025-09-25 01:26:14] "POST /tags HTTP/1.1" 200 311 0.017303 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011314 10.0.0.50 - - [2025-09-25 01:26:15] "GET /tag/7558dc13-cefc-47d0-a507-77824296759f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.018947 10.0.0.50 - - [2025-09-25 01:26:15] "POST /id-to-fqname HTTP/1.1" 200 177 0.002412 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.005061 10.0.0.50 - - [2025-09-25 01:26:15] "POST /security-groups HTTP/1.1" 200 574 0.085042 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 404 217 0.002216 10.0.0.50 - - [2025-09-25 01:26:15] "POST /projects HTTP/1.1" 200 489 0.273634 10.0.0.50 - - [2025-09-25 01:26:15] "POST /access-control-lists HTTP/1.1" 200 583 0.043301 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 404 216 0.016876 10.0.0.50 - - [2025-09-25 01:26:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.049974 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006977 10.0.0.50 - - [2025-09-25 01:26:15] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.049559 10.0.0.50 - - [2025-09-25 01:26:15] "POST /access-control-lists HTTP/1.1" 200 581 0.074652 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008712 10.0.0.50 - - [2025-09-25 01:26:15] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.010611 10.0.0.50 - - [2025-09-25 01:26:15] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.067931 10.0.0.50 - - [2025-09-25 01:26:15] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.080639 10.0.0.50 - - [2025-09-25 01:26:15] "POST /security-groups HTTP/1.1" 200 546 0.088662 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 404 240 0.003360 10.0.0.50 - - [2025-09-25 01:26:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.014238 10.0.0.50 - - [2025-09-25 01:26:15] "POST /access-control-lists HTTP/1.1" 200 602 0.039427 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 404 239 0.005926 10.0.0.50 - - [2025-09-25 01:26:15] "POST /chown HTTP/1.1" 200 109 0.036748 10.0.0.50 - - [2025-09-25 01:26:15] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006963 10.0.0.50 - - [2025-09-25 01:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001944 10.0.0.50 - - [2025-09-25 01:26:16] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.028709 10.0.0.50 - - [2025-09-25 01:26:16] "POST /access-control-lists HTTP/1.1" 200 600 0.058387 10.0.0.50 - - [2025-09-25 01:26:16] "POST /tags HTTP/1.1" 409 210 0.019441 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.50 - - [2025-09-25 01:26:16] "GET /tag/7558dc13-cefc-47d0-a507-77824296759f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.013722 10.0.0.50 - - [2025-09-25 01:26:16] "POST /firewall-rules HTTP/1.1" 200 570 0.069114 10.0.0.50 - - [2025-09-25 01:26:16] "GET /firewall-rule/1f4f0572-c8c2-4ef9-9293-e5cb70115936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004047 10.0.0.50 - - [2025-09-25 01:26:16] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.003375 10.0.0.50 - - [2025-09-25 01:26:16] "GET /firewall-rule/1f4f0572-c8c2-4ef9-9293-e5cb70115936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.002688 10.0.0.50 - - [2025-09-25 01:26:16] "POST /ref-update HTTP/1.1" 200 156 0.036365 10.0.0.50 - - [2025-09-25 01:26:16] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011213 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.50 - - [2025-09-25 01:26:16] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.006730 10.0.0.50 - - [2025-09-25 01:26:16] "POST /tags HTTP/1.1" 409 210 0.004443 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.50 - - [2025-09-25 01:26:16] "GET /tag/7558dc13-cefc-47d0-a507-77824296759f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.010079 10.0.0.50 - - [2025-09-25 01:26:16] "POST /firewall-rules HTTP/1.1" 200 568 0.060835 10.0.0.50 - - [2025-09-25 01:26:16] "GET /firewall-rule/fae8f208-869b-49be-a841-9c321287816e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008753 10.0.0.50 - - [2025-09-25 01:26:16] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003868 10.0.0.50 - - [2025-09-25 01:26:16] "GET /firewall-rule/fae8f208-869b-49be-a841-9c321287816e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.002044 10.0.0.50 - - [2025-09-25 01:26:16] "POST /ref-update HTTP/1.1" 200 156 0.030686 10.0.0.50 - - [2025-09-25 01:26:16] "POST /tags HTTP/1.1" 200 363 0.015208 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.015498 10.0.0.50 - - [2025-09-25 01:26:16] "GET /tag/d2e25354-bdfb-4ad1-84ae-8c87268f6895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.011175 10.0.0.50 - - [2025-09-25 01:26:16] "POST /tags HTTP/1.1" 200 311 0.015093 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.018340 10.0.0.50 - - [2025-09-25 01:26:16] "GET /tag/d15b3cab-4893-4501-b8c9-b308fb69449e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.010677 10.0.0.50 - - [2025-09-25 01:26:16] "POST /projects HTTP/1.1" 409 223 0.001930 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007310 10.0.0.50 - - [2025-09-25 01:26:16] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.031026 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001591 10.0.0.50 - - [2025-09-25 01:26:16] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004027 10.0.0.50 - - [2025-09-25 01:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001518 10.0.0.50 - - [2025-09-25 01:26:16] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.003450 10.0.0.50 - - [2025-09-25 01:26:17] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.054259 10.0.0.50 - - [2025-09-25 01:26:17] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.052163 10.0.0.50 - - [2025-09-25 01:26:17] "POST /security-groups HTTP/1.1" 409 253 0.006189 10.0.0.50 - - [2025-09-25 01:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.50 - - [2025-09-25 01:26:17] "PUT /security-group/9cc6d5c8-4fae-463a-8b94-f973a247e39e HTTP/1.1" 200 262 0.064563 10.0.0.50 - - [2025-09-25 01:26:17] "PUT /access-control-list/fe0a1bda-cae7-43ca-b960-44323089a58e HTTP/1.1" 200 272 0.013975 10.0.0.50 - - [2025-09-25 01:26:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.016125 10.0.0.50 - - [2025-09-25 01:26:17] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.017960 10.0.0.50 - - [2025-09-25 01:26:17] "PUT /access-control-list/9d01251a-9144-4dad-83e5-3612aff0552a HTTP/1.1" 200 272 0.029960 10.0.0.50 - - [2025-09-25 01:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.50 - - [2025-09-25 01:26:17] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003077 10.0.0.50 - - [2025-09-25 01:26:17] "POST /tags HTTP/1.1" 409 210 0.002333 10.0.0.50 - - [2025-09-25 01:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001876 10.0.0.50 - - [2025-09-25 01:26:17] "GET /tag/d15b3cab-4893-4501-b8c9-b308fb69449e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.010914 10.0.0.50 - - [2025-09-25 01:26:17] "POST /firewall-rules HTTP/1.1" 200 570 0.072443 10.0.0.50 - - [2025-09-25 01:26:17] "GET /firewall-rule/8e784fe0-7f1f-45b8-b726-f04829fc03d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005377 10.0.0.50 - - [2025-09-25 01:26:17] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3395 0.003884 10.0.0.50 - - [2025-09-25 01:26:17] "GET /firewall-rule/8e784fe0-7f1f-45b8-b726-f04829fc03d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.002353 10.0.0.50 - - [2025-09-25 01:26:17] "POST /ref-update HTTP/1.1" 200 156 0.080923 10.0.0.50 - - [2025-09-25 01:26:17] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003713 10.0.0.50 - - [2025-09-25 01:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006026 10.0.0.50 - - [2025-09-25 01:26:17] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002918 10.0.0.50 - - [2025-09-25 01:26:17] "POST /tags HTTP/1.1" 409 210 0.001755 10.0.0.50 - - [2025-09-25 01:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001563 10.0.0.50 - - [2025-09-25 01:26:17] "GET /tag/d15b3cab-4893-4501-b8c9-b308fb69449e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.009972 10.0.0.50 - - [2025-09-25 01:26:17] "POST /firewall-rules HTTP/1.1" 200 568 0.073910 10.0.0.50 - - [2025-09-25 01:26:17] "GET /firewall-rule/3b251d10-a172-4d80-9e6d-3987bed9b1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.017034 10.0.0.50 - - [2025-09-25 01:26:18] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3636 0.007676 10.0.0.50 - - [2025-09-25 01:26:18] "GET /firewall-rule/3b251d10-a172-4d80-9e6d-3987bed9b1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.002458 10.0.0.50 - - [2025-09-25 01:26:18] "POST /ref-update HTTP/1.1" 200 156 0.065594 10.0.0.50 - - [2025-09-25 01:26:18] "POST /tags HTTP/1.1" 200 301 0.074297 10.0.0.50 - - [2025-09-25 01:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.016054 10.0.0.50 - - [2025-09-25 01:26:18] "GET /tag/28d36e44-1024-4a48-8d9a-1eaf83402741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.036191 10.0.0.50 - - [2025-09-25 01:26:18] "POST /tags HTTP/1.1" 200 325 0.082898 10.0.0.50 - - [2025-09-25 01:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010413 10.0.0.50 - - [2025-09-25 01:26:18] "GET /tag/a6672084-f108-4fff-83dc-afba056f195f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1167 0.017431 10.0.0.50 - - [2025-09-25 01:26:18] "POST /tags HTTP/1.1" 409 237 0.002689 10.0.0.50 - - [2025-09-25 01:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001472 10.0.0.50 - - [2025-09-25 01:26:18] "GET /tag/d2e25354-bdfb-4ad1-84ae-8c87268f6895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.010003 10.0.0.50 - - [2025-09-25 01:26:18] "POST /tags HTTP/1.1" 409 210 0.002104 10.0.0.50 - - [2025-09-25 01:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001431 10.0.0.50 - - [2025-09-25 01:26:18] "GET /tag/d15b3cab-4893-4501-b8c9-b308fb69449e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.009688 10.0.0.50 - - [2025-09-25 01:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001834 10.0.0.50 - - [2025-09-25 01:26:18] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004181 10.0.0.50 - - [2025-09-25 01:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001724 10.0.0.50 - - [2025-09-25 01:26:18] "GET /project/3b66daae-2f9d-4171-a841-272b3ae4c558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.024699 10.0.0.50 - - [2025-09-25 01:26:18] "POST /virtual-machines HTTP/1.1" 200 377 0.009583 10.0.0.50 - - [2025-09-25 01:26:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.022419 10.0.0.50 - - [2025-09-25 01:26:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.120964 10.0.0.50 - - [2025-09-25 01:26:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.007345 10.0.0.50 - - [2025-09-25 01:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.013450 10.0.0.50 - - [2025-09-25 01:26:18] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.011764 10.0.0.50 - - [2025-09-25 01:26:18] "POST /instance-ips HTTP/1.1" 200 409 0.038709 10.0.0.50 - - [2025-09-25 01:26:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.034678 10.0.0.50 - - [2025-09-25 01:26:19] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.023865 10.0.0.50 - - [2025-09-25 01:26:19] "POST /set-tag HTTP/1.1" 200 109 0.022629 10.0.0.50 - - [2025-09-25 01:26:19] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009215 10.0.0.50 - - [2025-09-25 01:26:19] "GET /instance-ip/a3239096-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1965 0.011636 10.0.0.50 - - [2025-09-25 01:26:19] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.036664 10.0.0.50 - - [2025-09-25 01:26:19] "POST /set-tag HTTP/1.1" 200 109 0.002334 10.0.0.50 - - [2025-09-25 01:26:19] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.003943 10.0.0.50 - - [2025-09-25 01:26:19] "POST /set-tag HTTP/1.1" 200 109 0.001727 10.0.0.50 - - [2025-09-25 01:26:19] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004144 10.0.0.50 - - [2025-09-25 01:26:19] "POST /set-tag HTTP/1.1" 200 109 0.002318 10.0.0.50 - - [2025-09-25 01:26:21] "GET / HTTP/1.1" 200 35931 0.001666 10.0.0.50 - - [2025-09-25 01:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.50 - - [2025-09-25 01:26:21] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002612 10.0.0.50 - - [2025-09-25 01:26:21] "POST /bgp-routers HTTP/1.1" 409 301 0.001883 10.0.0.50 - - [2025-09-25 01:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001580 10.0.0.50 - - [2025-09-25 01:26:21] "GET /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.004195 10.0.0.50 - - [2025-09-25 01:26:21] "PUT /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965 HTTP/1.1" 200 254 0.011530 10.0.0.50 - - [2025-09-25 01:26:33] "GET /global-system-configs HTTP/1.1" 200 322 0.002242 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000893 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000915 10.0.0.50 - - [2025-09-25 01:26:35] "GET /global-system-configs HTTP/1.1" 200 322 0.001921 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001126 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000915 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000878 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000822 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001168 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001235 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000857 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:26:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000927 10.0.0.22 - - [2025-09-25 01:28:35] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.22 - - [2025-09-25 01:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.22 - - [2025-09-25 01:28:35] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004173 10.0.0.22 - - [2025-09-25 01:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002226 10.0.0.22 - - [2025-09-25 01:28:35] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002773 10.0.0.22 - - [2025-09-25 01:28:35] "PUT /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5 HTTP/1.1" 200 274 0.013196 10.0.0.22 - - [2025-09-25 01:28:35] "POST /fqname-to-id HTTP/1.1" 404 216 0.004297 10.0.0.22 - - [2025-09-25 01:28:35] "POST /virtual-routers HTTP/1.1" 200 599 0.020374 10.0.0.22 - - [2025-09-25 01:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008142 10.0.0.22 - - [2025-09-25 01:28:35] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.004039 10.0.0.22 - - [2025-09-25 01:28:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.001440 10.0.0.22 - - [2025-09-25 01:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001420 10.0.0.22 - - [2025-09-25 01:28:35] "GET /virtual-network/3a9b5c81-adea-406a-9f00-12168f6fcc68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.004510 10.0.0.22 - - [2025-09-25 01:28:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.072175 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:29:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000961 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:29:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000849 10.0.0.50 - - [2025-09-25 01:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.50 - - [2025-09-25 01:29:14] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.003290 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:29:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000866 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:29:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000876 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:29:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000922 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:29:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000925 10.0.0.22 - - [2025-09-25 01:29:21] "GET / HTTP/1.1" 200 35931 0.001337 10.0.0.22 - - [2025-09-25 01:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.22 - - [2025-09-25 01:29:21] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004355 10.0.0.22 - - [2025-09-25 01:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001680 10.0.0.22 - - [2025-09-25 01:29:21] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002679 10.0.0.22 - - [2025-09-25 01:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001512 10.0.0.22 - - [2025-09-25 01:29:21] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.002908 10.0.0.22 - - [2025-09-25 01:29:21] "PUT /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8 HTTP/1.1" 200 262 0.008771 10.0.0.22 - - [2025-09-25 01:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009990 10.0.0.22 - - [2025-09-25 01:29:21] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.003293 10.0.0.22 - - [2025-09-25 01:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001879 10.0.0.22 - - [2025-09-25 01:29:21] "GET /virtual-machine-interface/82f657c6-79d4-4b32-8efd-fb0a975486fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1914 0.003970 10.0.0.22 - - [2025-09-25 01:29:21] "PUT /virtual-machine-interface/82f657c6-79d4-4b32-8efd-fb0a975486fc HTTP/1.1" 200 284 0.009068 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:30:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000880 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:30:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000868 10.0.0.50 - - [2025-09-25 01:31:05] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.002941 10.0.0.50 - - [2025-09-25 01:31:05] "POST /ref-update HTTP/1.1" 200 156 0.006919 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006559 10.0.0.50 - - [2025-09-25 01:31:14] "POST /set-tag HTTP/1.1" 200 109 0.005379 10.0.0.50 - - [2025-09-25 01:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.50 - - [2025-09-25 01:31:14] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003147 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004900 10.0.0.50 - - [2025-09-25 01:31:14] "POST /set-tag HTTP/1.1" 200 109 0.002248 10.0.0.50 - - [2025-09-25 01:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001822 10.0.0.50 - - [2025-09-25 01:31:14] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002648 10.0.0.50 - - [2025-09-25 01:31:14] "GET /loadbalancer-pool/b5a714a2-5992-4985-b9ed-e4e828f177d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003555 10.0.0.50 - - [2025-09-25 01:31:14] "POST /loadbalancer-members HTTP/1.1" 200 690 0.016467 10.0.0.50 - - [2025-09-25 01:31:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.008320 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.016601 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005029 10.0.0.50 - - [2025-09-25 01:31:14] "POST /tags HTTP/1.1" 409 205 0.004766 10.0.0.50 - - [2025-09-25 01:31:14] "POST /ref-update HTTP/1.1" 200 156 0.008205 10.0.0.50 - - [2025-09-25 01:31:14] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1771 0.014946 10.0.0.50 - - [2025-09-25 01:31:14] "PUT /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26 HTTP/1.1" 200 256 0.012719 10.0.0.50 - - [2025-09-25 01:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.50 - - [2025-09-25 01:31:14] "GET /tag/3743349a-95e1-4e8b-b395-55c7e9c59b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.012555 10.0.0.50 - - [2025-09-25 01:31:14] "POST /set-tag HTTP/1.1" 200 109 0.072693 10.0.0.50 - - [2025-09-25 01:31:14] "GET /loadbalancer-pool/fb5c25e0-8148-489f-8da5-c143153dd76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.004134 10.0.0.50 - - [2025-09-25 01:31:14] "POST /loadbalancer-members HTTP/1.1" 200 690 0.014809 10.0.0.50 - - [2025-09-25 01:31:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.010576 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.013090 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003548 10.0.0.50 - - [2025-09-25 01:31:14] "POST /ref-update HTTP/1.1" 200 156 0.006880 10.0.0.50 - - [2025-09-25 01:31:14] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1916 0.012603 10.0.0.50 - - [2025-09-25 01:31:14] "PUT /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26 HTTP/1.1" 200 256 0.009809 10.0.0.50 - - [2025-09-25 01:31:14] "POST /set-tag HTTP/1.1" 200 109 0.002482 10.0.0.50 - - [2025-09-25 01:31:14] "GET /loadbalancer-pool/8112c674-d2c3-411d-a0c8-08aaaedc8127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.009236 10.0.0.50 - - [2025-09-25 01:31:14] "POST /loadbalancer-members HTTP/1.1" 200 692 0.013952 10.0.0.50 - - [2025-09-25 01:31:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.007761 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.012549 10.0.0.50 - - [2025-09-25 01:31:14] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003291 10.0.0.50 - - [2025-09-25 01:31:14] "POST /set-tag HTTP/1.1" 200 109 0.001612 10.0.0.50 - - [2025-09-25 01:31:14] "POST /ref-update HTTP/1.1" 200 156 0.006371 10.0.0.50 - - [2025-09-25 01:31:14] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1969 0.014992 10.0.0.50 - - [2025-09-25 01:31:14] "PUT /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26 HTTP/1.1" 200 256 0.015081 10.0.0.50 - - [2025-09-25 01:31:33] "GET /global-system-configs HTTP/1.1" 200 322 0.002013 10.0.0.50 - - [2025-09-25 01:31:35] "GET /global-system-configs HTTP/1.1" 200 322 0.002852 10.0.0.50 - - [2025-09-25 01:32:39] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004311 10.0.0.50 - - [2025-09-25 01:32:39] "POST /set-tag HTTP/1.1" 200 109 0.002160 10.0.0.50 - - [2025-09-25 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.50 - - [2025-09-25 01:32:39] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002281 10.0.0.50 - - [2025-09-25 01:32:39] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007455 10.0.0.50 - - [2025-09-25 01:32:39] "POST /set-tag HTTP/1.1" 200 109 0.047701 10.0.0.50 - - [2025-09-25 01:32:39] "DELETE /loadbalancer-member/27f11447-b6ed-4fb4-8e6e-a43a97fec518 HTTP/1.1" 200 115 0.066005 10.0.0.50 - - [2025-09-25 01:32:39] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006865 10.0.0.50 - - [2025-09-25 01:32:39] "POST /set-tag HTTP/1.1" 200 109 0.003839 10.0.0.50 - - [2025-09-25 01:32:39] "DELETE /loadbalancer-member/20b3e460-9739-4fd4-8d3a-2b402a50c79e HTTP/1.1" 200 115 0.030079 10.0.0.50 - - [2025-09-25 01:32:39] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009862 10.0.0.50 - - [2025-09-25 01:32:39] "POST /set-tag HTTP/1.1" 200 109 0.002949 10.0.0.50 - - [2025-09-25 01:32:39] "DELETE /loadbalancer-member/88686ca9-b34e-4cf7-9274-d575105c02d0 HTTP/1.1" 200 115 0.053830 10.0.0.50 - - [2025-09-25 01:32:39] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005201 10.0.0.50 - - [2025-09-25 01:32:40] "POST /set-tag HTTP/1.1" 200 109 0.002384 10.0.0.50 - - [2025-09-25 01:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008008 10.0.0.50 - - [2025-09-25 01:32:40] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.011758 10.0.0.50 - - [2025-09-25 01:32:40] "GET /loadbalancer-pool/b5a714a2-5992-4985-b9ed-e4e828f177d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.002996 10.0.0.50 - - [2025-09-25 01:32:40] "POST /loadbalancer-members HTTP/1.1" 200 690 0.030364 10.0.0.50 - - [2025-09-25 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.018957 10.0.0.50 - - [2025-09-25 01:32:40] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.011648 10.0.0.50 - - [2025-09-25 01:32:40] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004518 10.0.0.50 - - [2025-09-25 01:32:40] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.002298 10.0.0.50 - - [2025-09-25 01:32:40] "POST /set-tag HTTP/1.1" 200 109 0.066023 10.0.0.50 - - [2025-09-25 01:32:40] "GET /loadbalancer-pool/fb5c25e0-8148-489f-8da5-c143153dd76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018062 10.0.0.50 - - [2025-09-25 01:32:40] "POST /loadbalancer-members HTTP/1.1" 200 690 0.032129 10.0.0.50 - - [2025-09-25 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.008861 10.0.0.50 - - [2025-09-25 01:32:40] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.009195 10.0.0.50 - - [2025-09-25 01:32:40] "POST /set-tag HTTP/1.1" 200 109 0.003312 10.0.0.50 - - [2025-09-25 01:32:40] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004318 10.0.0.50 - - [2025-09-25 01:32:40] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.001977 10.0.0.50 - - [2025-09-25 01:32:40] "GET /loadbalancer-pool/8112c674-d2c3-411d-a0c8-08aaaedc8127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003232 10.0.0.50 - - [2025-09-25 01:32:40] "POST /loadbalancer-members HTTP/1.1" 200 692 0.041835 10.0.0.50 - - [2025-09-25 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.021423 10.0.0.50 - - [2025-09-25 01:32:40] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.015597 10.0.0.50 - - [2025-09-25 01:32:40] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007751 10.0.0.50 - - [2025-09-25 01:32:40] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007641 10.0.0.50 - - [2025-09-25 01:32:40] "POST /set-tag HTTP/1.1" 200 109 0.003324 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000917 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000791 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001158 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001202 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000803 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000866 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000815 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:35:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000933 10.0.0.50 - - [2025-09-25 01:35:52] "GET / HTTP/1.1" 200 35931 0.002546 10.0.0.50 - - [2025-09-25 01:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.50 - - [2025-09-25 01:35:52] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.042486 10.0.0.50 - - [2025-09-25 01:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001992 10.0.0.50 - - [2025-09-25 01:35:52] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.041189 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002104 10.0.0.50 - - [2025-09-25 01:35:53] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.028975 10.0.0.50 - - [2025-09-25 01:35:53] "POST /tags HTTP/1.1" 200 333 0.027656 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008540 10.0.0.50 - - [2025-09-25 01:35:53] "GET /tag/1103dcb2-894a-436c-aa74-8326fdc6b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.024961 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006032 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.50 - - [2025-09-25 01:35:53] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.063488 10.0.0.50 - - [2025-09-25 01:35:53] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.083760 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934 10.0.0.50 - - [2025-09-25 01:35:53] "GET /virtual-networks?parent_id=237b141e-8cf5-4cc0-860f-6b76d4ba2cbc&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.016526 10.0.0.50 - - [2025-09-25 01:35:53] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007231 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.50 - - [2025-09-25 01:35:53] "GET /service-appliance-set/a4b8199a-8f12-469e-b116-7938f22cf6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.006016 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 404 254 0.006144 10.0.0.50 - - [2025-09-25 01:35:53] "POST /virtual-networks HTTP/1.1" 200 512 0.127208 10.0.0.50 - - [2025-09-25 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008305 10.0.0.50 - - [2025-09-25 01:35:53] "GET /network-ipam/4c247b99-b6f5-46e3-9298-7d12d2771b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003934 10.0.0.50 - - [2025-09-25 01:35:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.149277 10.0.0.50 - - [2025-09-25 01:35:53] "GET /virtual-machine-interface/6c0ea758-82ff-4868-815c-76d4cb5d6658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.014038 10.0.0.50 - - [2025-09-25 01:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.027943 10.0.0.50 - - [2025-09-25 01:35:54] "POST /ref-update HTTP/1.1" 200 156 0.203158 10.0.0.50 - - [2025-09-25 01:35:54] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.018241 10.0.0.50 - - [2025-09-25 01:35:54] "POST /instance-ips HTTP/1.1" 200 409 0.135283 10.0.0.50 - - [2025-09-25 01:35:54] "GET /domains HTTP/1.1" 200 280 0.023452 10.0.0.50 - - [2025-09-25 01:35:54] "GET /instance-ip/45dc099a-eab9-4a65-9af2-05fab5a30c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.013421 10.0.0.50 - - [2025-09-25 01:35:54] "GET /domain/f9b80c75-d2bc-403d-bffc-17ef05c5529c HTTP/1.1" 200 3087 0.061825 10.0.0.50 - - [2025-09-25 01:35:54] "POST /route-targets HTTP/1.1" 200 327 0.051054 10.0.0.50 - - [2025-09-25 01:35:54] "POST /loadbalancers HTTP/1.1" 200 610 0.155195 10.0.0.50 - - [2025-09-25 01:35:54] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc HTTP/1.1" 200 5715 0.179394 10.0.0.50 - - [2025-09-25 01:35:54] "POST /ref-update HTTP/1.1" 200 156 0.096897 10.0.0.50 - - [2025-09-25 01:35:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.064469 10.0.0.50 - - [2025-09-25 01:35:54] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 2087 0.045370 10.0.0.50 - - [2025-09-25 01:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.030318 10.0.0.50 - - [2025-09-25 01:35:54] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 2087 0.025450 10.0.0.50 - - [2025-09-25 01:35:54] "GET /routing-instance/82b7c73a-7d40-4beb-b430-32687c698cc1 HTTP/1.1" 200 1402 0.015501 10.0.0.50 - - [2025-09-25 01:35:54] "GET /routing-instance/82b7c73a-7d40-4beb-b430-32687c698cc1 HTTP/1.1" 200 1402 0.005648 10.0.0.50 - - [2025-09-25 01:35:54] "GET /route-target/690b76f8-b942-449a-9004-0d2d2e442b32 HTTP/1.1" 200 1152 0.021436 10.0.0.50 - - [2025-09-25 01:35:54] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.178373 10.0.0.50 - - [2025-09-25 01:35:54] "GET /instance-ip/45dc099a-eab9-4a65-9af2-05fab5a30c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.015774 10.0.0.50 - - [2025-09-25 01:35:54] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 2087 0.035404 10.0.0.50 - - [2025-09-25 01:35:54] "GET /routing-instance/82b7c73a-7d40-4beb-b430-32687c698cc1 HTTP/1.1" 200 1402 0.014028 10.0.0.50 - - [2025-09-25 01:35:54] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.208213 10.0.0.50 - - [2025-09-25 01:35:54] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.010549 10.0.0.50 - - [2025-09-25 01:35:54] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 2087 0.022868 10.0.0.50 - - [2025-09-25 01:35:54] "GET /loadbalancer/7f4738d0-6351-42d3-b041-a16c6bfd6982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.014317 10.0.0.50 - - [2025-09-25 01:35:54] "GET /routing-instance/82b7c73a-7d40-4beb-b430-32687c698cc1 HTTP/1.1" 200 1402 0.022678 10.0.0.50 - - [2025-09-25 01:35:54] "GET /routing-instance/82b7c73a-7d40-4beb-b430-32687c698cc1 HTTP/1.1" 200 1402 0.004307 10.0.0.50 - - [2025-09-25 01:35:54] "GET /route-target/690b76f8-b942-449a-9004-0d2d2e442b32 HTTP/1.1" 200 1152 0.004737 10.0.0.50 - - [2025-09-25 01:35:54] "GET /domains HTTP/1.1" 200 280 0.007587 10.0.0.50 - - [2025-09-25 01:35:54] "GET /domain/f9b80c75-d2bc-403d-bffc-17ef05c5529c HTTP/1.1" 200 3087 0.002782 10.0.0.50 - - [2025-09-25 01:35:54] "POST /floating-ips HTTP/1.1" 200 597 0.233384 10.0.0.50 - - [2025-09-25 01:35:54] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.169848 10.0.0.50 - - [2025-09-25 01:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008263 10.0.0.50 - - [2025-09-25 01:35:54] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc HTTP/1.1" 200 6268 0.180641 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 2087 0.003716 10.0.0.50 - - [2025-09-25 01:35:55] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.086880 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.50 - - [2025-09-25 01:35:55] "GET /loadbalancer-listener/ed9ffaf8-ad64-4052-96b2-4440d39897a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1805 0.002764 10.0.0.50 - - [2025-09-25 01:35:55] "GET /loadbalancer-listener/ed9ffaf8-ad64-4052-96b2-4440d39897a4?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1224 0.003172 10.0.0.50 - - [2025-09-25 01:35:55] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.051628 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.004683 10.0.0.50 - - [2025-09-25 01:35:55] "GET /floating-ip-pools?parent_id=b2dc3da2-733e-4fc3-91df-c68d75ec7ddd&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003950 10.0.0.50 - - [2025-09-25 01:35:55] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.032001 10.0.0.50 - - [2025-09-25 01:35:55] "GET /instance-ip/45dc099a-eab9-4a65-9af2-05fab5a30c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.003280 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.008750 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008165 10.0.0.50 - - [2025-09-25 01:35:55] "GET /instance-ip/45dc099a-eab9-4a65-9af2-05fab5a30c82?fields=floating_ips HTTP/1.1" 200 1212 0.019668 10.0.0.50 - - [2025-09-25 01:35:55] "GET /loadbalancer/7f4738d0-6351-42d3-b041-a16c6bfd6982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.001780 10.0.0.50 - - [2025-09-25 01:35:55] "POST /floating-ip-pools HTTP/1.1" 200 562 0.020346 10.0.0.50 - - [2025-09-25 01:35:55] "POST /ref-update HTTP/1.1" 200 156 0.018460 10.0.0.50 - - [2025-09-25 01:35:55] "GET /floating-ip/77077581-dfe5-46cb-a251-90b0d3344919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.006284 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.007688 10.0.0.50 - - [2025-09-25 01:35:55] "GET /domains HTTP/1.1" 200 280 0.001810 10.0.0.50 - - [2025-09-25 01:35:55] "GET /domain/f9b80c75-d2bc-403d-bffc-17ef05c5529c HTTP/1.1" 200 3087 0.002587 10.0.0.50 - - [2025-09-25 01:35:55] "POST /tags HTTP/1.1" 200 295 0.069728 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.020370 10.0.0.50 - - [2025-09-25 01:35:55] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc HTTP/1.1" 200 6813 0.063523 10.0.0.50 - - [2025-09-25 01:35:55] "GET /tag/47a9c6ee-6af8-4232-830b-c3728c326c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.021032 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 2325 0.005504 10.0.0.50 - - [2025-09-25 01:35:55] "GET /floating-ip-pool/499da3c9-913e-439c-b2cb-552de01b4b79 HTTP/1.1" 200 1314 0.002680 10.0.0.50 - - [2025-09-25 01:35:55] "GET /domains HTTP/1.1" 200 280 0.001721 10.0.0.50 - - [2025-09-25 01:35:55] "GET /domain/f9b80c75-d2bc-403d-bffc-17ef05c5529c HTTP/1.1" 200 3087 0.002761 10.0.0.50 - - [2025-09-25 01:35:55] "POST /tags HTTP/1.1" 409 233 0.011480 10.0.0.50 - - [2025-09-25 01:35:55] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc HTTP/1.1" 200 6813 0.043926 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012073 10.0.0.50 - - [2025-09-25 01:35:55] "GET /tag/8feaa388-085d-4986-8e0c-a18881c4fb09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.018460 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 2325 0.021073 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.004323 10.0.0.50 - - [2025-09-25 01:35:55] "POST /tags HTTP/1.1" 409 206 0.002253 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.50 - - [2025-09-25 01:35:55] "GET /tag/4be600b8-57ed-4dc0-a293-918b5d482541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.013377 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.003866 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001642 10.0.0.50 - - [2025-09-25 01:35:55] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.041609 10.0.0.50 - - [2025-09-25 01:35:55] "POST /virtual-machines HTTP/1.1" 200 369 0.008110 10.0.0.50 - - [2025-09-25 01:35:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.019016 10.0.0.50 - - [2025-09-25 01:35:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.130291 10.0.0.50 - - [2025-09-25 01:35:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.007026 10.0.0.50 - - [2025-09-25 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012572 10.0.0.50 - - [2025-09-25 01:35:55] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.004773 10.0.0.50 - - [2025-09-25 01:35:55] "POST /instance-ips HTTP/1.1" 200 409 0.020820 10.0.0.50 - - [2025-09-25 01:35:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.014781 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.012233 10.0.0.50 - - [2025-09-25 01:35:56] "POST /set-tag HTTP/1.1" 200 109 0.017189 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.022609 10.0.0.50 - - [2025-09-25 01:35:56] "GET /instance-ip/fb111f70-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003235 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004220 10.0.0.50 - - [2025-09-25 01:35:56] "POST /set-tag HTTP/1.1" 200 109 0.002165 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003416 10.0.0.50 - - [2025-09-25 01:35:56] "POST /ref-update HTTP/1.1" 200 156 0.011319 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.014893 10.0.0.50 - - [2025-09-25 01:35:56] "POST /set-tag HTTP/1.1" 200 109 0.002264 10.0.0.50 - - [2025-09-25 01:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004108 10.0.0.50 - - [2025-09-25 01:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001825 10.0.0.50 - - [2025-09-25 01:35:56] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.032627 10.0.0.50 - - [2025-09-25 01:35:56] "POST /virtual-machines HTTP/1.1" 200 369 0.009529 10.0.0.50 - - [2025-09-25 01:35:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.024576 10.0.0.50 - - [2025-09-25 01:35:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.100474 10.0.0.50 - - [2025-09-25 01:35:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.012716 10.0.0.50 - - [2025-09-25 01:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008029 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.009986 10.0.0.50 - - [2025-09-25 01:35:56] "POST /instance-ips HTTP/1.1" 200 409 0.021344 10.0.0.50 - - [2025-09-25 01:35:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.024079 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.008509 10.0.0.50 - - [2025-09-25 01:35:56] "POST /set-tag HTTP/1.1" 200 109 0.019309 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.017604 10.0.0.50 - - [2025-09-25 01:35:56] "GET /instance-ip/fb80ac50-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003304 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004479 10.0.0.50 - - [2025-09-25 01:35:56] "POST /set-tag HTTP/1.1" 200 109 0.002306 10.0.0.50 - - [2025-09-25 01:35:56] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.003739 10.0.0.50 - - [2025-09-25 01:35:56] "POST /ref-update HTTP/1.1" 200 156 0.009557 10.0.0.50 - - [2025-09-25 01:35:57] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.012921 10.0.0.50 - - [2025-09-25 01:35:57] "POST /set-tag HTTP/1.1" 200 109 0.002196 10.0.0.50 - - [2025-09-25 01:35:57] "POST /tags HTTP/1.1" 200 365 0.092440 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009221 10.0.0.50 - - [2025-09-25 01:35:57] "GET /tag/ebeb8eac-08a0-4903-879b-49ef7dcce5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.012718 10.0.0.50 - - [2025-09-25 01:35:57] "POST /tags HTTP/1.1" 409 206 0.002472 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.50 - - [2025-09-25 01:35:57] "GET /tag/4be600b8-57ed-4dc0-a293-918b5d482541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.011029 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.50 - - [2025-09-25 01:35:57] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.049956 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.50 - - [2025-09-25 01:35:57] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004215 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.50 - - [2025-09-25 01:35:57] "GET /service-appliance-set/24834c19-0ee4-4e44-a3c4-c6c065d32bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.004910 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 404 258 0.002359 10.0.0.50 - - [2025-09-25 01:35:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.107563 10.0.0.50 - - [2025-09-25 01:35:57] "GET /virtual-machine-interface/eda456a9-48b0-4f5d-a05f-306b95d1fb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.015471 10.0.0.50 - - [2025-09-25 01:35:57] "POST /set-tag HTTP/1.1" 200 109 0.015965 10.0.0.50 - - [2025-09-25 01:35:57] "POST /instance-ips HTTP/1.1" 200 417 0.021342 10.0.0.50 - - [2025-09-25 01:35:57] "GET /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.008962 10.0.0.50 - - [2025-09-25 01:35:57] "POST /loadbalancers HTTP/1.1" 200 618 0.063757 10.0.0.50 - - [2025-09-25 01:35:57] "POST /service-instances HTTP/1.1" 200 566 0.026549 10.0.0.50 - - [2025-09-25 01:35:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.021212 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016628 10.0.0.50 - - [2025-09-25 01:35:57] "POST /ref-update HTTP/1.1" 200 156 0.011840 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002029 10.0.0.50 - - [2025-09-25 01:35:57] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.044592 10.0.0.50 - - [2025-09-25 01:35:57] "GET /virtual-machine-interface/eda456a9-48b0-4f5d-a05f-306b95d1fb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004335 10.0.0.50 - - [2025-09-25 01:35:57] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.013906 10.0.0.50 - - [2025-09-25 01:35:57] "GET /virtual-machine-interface/eda456a9-48b0-4f5d-a05f-306b95d1fb37?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.012659 10.0.0.50 - - [2025-09-25 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001691 10.0.0.50 - - [2025-09-25 01:35:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.017855 10.0.0.50 - - [2025-09-25 01:35:58] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.006997 10.0.0.50 - - [2025-09-25 01:35:58] "GET /floating-ip-pool/499da3c9-913e-439c-b2cb-552de01b4b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.019557 10.0.0.50 - - [2025-09-25 01:35:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.013519 10.0.0.50 - - [2025-09-25 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.50 - - [2025-09-25 01:35:58] "POST /virtual-machines HTTP/1.1" 200 429 0.022290 10.0.0.50 - - [2025-09-25 01:35:58] "POST /floating-ips HTTP/1.1" 200 671 0.175566 10.0.0.50 - - [2025-09-25 01:35:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.011509 10.0.0.50 - - [2025-09-25 01:35:58] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.043211 10.0.0.50 - - [2025-09-25 01:35:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.181579 10.0.0.50 - - [2025-09-25 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.013580 10.0.0.50 - - [2025-09-25 01:35:58] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.011591 10.0.0.50 - - [2025-09-25 01:35:58] "POST /tags HTTP/1.1" 409 221 0.002620 10.0.0.50 - - [2025-09-25 01:35:58] "POST /chown HTTP/1.1" 200 109 0.009299 10.0.0.50 - - [2025-09-25 01:35:58] "POST /chown HTTP/1.1" 200 109 0.007097 10.0.0.50 - - [2025-09-25 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.50 - - [2025-09-25 01:35:58] "GET /tag/1103dcb2-894a-436c-aa74-8326fdc6b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.011790 10.0.0.50 - - [2025-09-25 01:35:58] "POST /tags HTTP/1.1" 409 238 0.002150 10.0.0.50 - - [2025-09-25 01:35:58] "PUT /virtual-machine-interface/ebbe4b66-c643-4f41-8fd1-478af1da2dbd HTTP/1.1" 200 284 0.029477 10.0.0.50 - - [2025-09-25 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.50 - - [2025-09-25 01:35:58] "GET /tag/ebeb8eac-08a0-4903-879b-49ef7dcce5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.033497 10.0.0.50 - - [2025-09-25 01:35:58] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.059551 10.0.0.50 - - [2025-09-25 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.040997 10.0.0.50 - - [2025-09-25 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.026119 10.0.0.50 - - [2025-09-25 01:35:58] "POST /firewall-rules HTTP/1.1" 200 650 0.160065 10.0.0.50 - - [2025-09-25 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.055190 10.0.0.50 - - [2025-09-25 01:35:58] "GET /firewall-rule/f555a976-2a66-48b6-9c84-982684535653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003619 10.0.0.50 - - [2025-09-25 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.024258 10.0.0.50 - - [2025-09-25 01:35:58] "GET /firewall-policy/b4a2859a-eda2-48a2-aaf6-0e3571dbf884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.014472 10.0.0.50 - - [2025-09-25 01:35:58] "GET /firewall-rule/f555a976-2a66-48b6-9c84-982684535653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002207 10.0.0.50 - - [2025-09-25 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.020781 10.0.0.50 - - [2025-09-25 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.008826 10.0.0.50 - - [2025-09-25 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.035408 10.0.0.50 - - [2025-09-25 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.016597 10.0.0.50 - - [2025-09-25 01:35:58] "POST /virtual-machines HTTP/1.1" 200 429 0.036557 10.0.0.50 - - [2025-09-25 01:35:58] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.059053 10.0.0.50 - - [2025-09-25 01:35:59] "GET /loadbalancer/a9eed347-80cc-4471-b8ed-30477d6d5a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.010926 10.0.0.50 - - [2025-09-25 01:35:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.163348 10.0.0.50 - - [2025-09-25 01:35:59] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.092528 10.0.0.50 - - [2025-09-25 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.014544 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.014817 10.0.0.50 - - [2025-09-25 01:35:59] "PUT /virtual-machine-interface/8ec9f363-d090-451c-af67-65e202f9a180 HTTP/1.1" 200 284 0.016510 10.0.0.50 - - [2025-09-25 01:35:59] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.089725 10.0.0.50 - - [2025-09-25 01:35:59] "GET /loadbalancer-listener/9329629d-e805-42dd-9961-99b95c15ce7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.005316 10.0.0.50 - - [2025-09-25 01:35:59] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.050547 10.0.0.50 - - [2025-09-25 01:35:59] "GET /loadbalancer-listener/9329629d-e805-42dd-9961-99b95c15ce7f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.022047 10.0.0.50 - - [2025-09-25 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.024282 10.0.0.50 - - [2025-09-25 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.057033 10.0.0.50 - - [2025-09-25 01:35:59] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.062564 10.0.0.50 - - [2025-09-25 01:35:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.017719 10.0.0.50 - - [2025-09-25 01:35:59] "GET /loadbalancer-pool/3de1bfe4-7f6b-4c80-ab1b-edfce667b381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005013 10.0.0.50 - - [2025-09-25 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.027885 10.0.0.50 - - [2025-09-25 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.020717 10.0.0.50 - - [2025-09-25 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.040392 10.0.0.50 - - [2025-09-25 01:35:59] "POST /loadbalancer-members HTTP/1.1" 200 707 0.067796 10.0.0.50 - - [2025-09-25 01:35:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.026319 10.0.0.50 - - [2025-09-25 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.50 - - [2025-09-25 01:35:59] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.021858 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.011000 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.020749 10.0.0.50 - - [2025-09-25 01:35:59] "POST /set-tag HTTP/1.1" 200 109 0.005225 10.0.0.50 - - [2025-09-25 01:35:59] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.011392 10.0.0.50 - - [2025-09-25 01:35:59] "POST /set-tag HTTP/1.1" 200 109 0.003603 10.0.0.50 - - [2025-09-25 01:35:59] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.015510 10.0.0.50 - - [2025-09-25 01:35:59] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002549 10.0.0.50 - - [2025-09-25 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.50 - - [2025-09-25 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.016536 10.0.0.50 - - [2025-09-25 01:35:59] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.009725 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.024415 10.0.0.50 - - [2025-09-25 01:35:59] "POST /tags HTTP/1.1" 409 221 0.002059 10.0.0.50 - - [2025-09-25 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.50 - - [2025-09-25 01:35:59] "GET /tag/1103dcb2-894a-436c-aa74-8326fdc6b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.010777 10.0.0.50 - - [2025-09-25 01:35:59] "POST /tags HTTP/1.1" 409 238 0.002551 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.017383 10.0.0.50 - - [2025-09-25 01:35:59] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.026191 10.0.0.50 - - [2025-09-25 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006106 10.0.0.50 - - [2025-09-25 01:35:59] "GET /tag/ebeb8eac-08a0-4903-879b-49ef7dcce5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.010133 10.0.0.50 - - [2025-09-25 01:35:59] "POST /firewall-rules HTTP/1.1" 409 293 0.001628 10.0.0.50 - - [2025-09-25 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.029124 10.0.0.50 - - [2025-09-25 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.50 - - [2025-09-25 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.008383 10.0.0.50 - - [2025-09-25 01:35:59] "POST /chown HTTP/1.1" 200 109 0.011467 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /firewall-rule/f555a976-2a66-48b6-9c84-982684535653 HTTP/1.1" 200 260 0.049554 10.0.0.50 - - [2025-09-25 01:36:00] "GET /firewall-rule/f555a976-2a66-48b6-9c84-982684535653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.012063 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.022353 10.0.0.50 - - [2025-09-25 01:36:00] "GET /firewall-policy/b4a2859a-eda2-48a2-aaf6-0e3571dbf884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.014326 10.0.0.50 - - [2025-09-25 01:36:00] "GET /firewall-rule/f555a976-2a66-48b6-9c84-982684535653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002336 10.0.0.50 - - [2025-09-25 01:36:00] "POST /ref-update HTTP/1.1" 200 156 0.029103 10.0.0.50 - - [2025-09-25 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.50 - - [2025-09-25 01:36:00] "POST /chown HTTP/1.1" 200 109 0.007881 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004008 10.0.0.50 - - [2025-09-25 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001762 10.0.0.50 - - [2025-09-25 01:36:00] "POST /chown HTTP/1.1" 200 109 0.020239 10.0.0.50 - - [2025-09-25 01:36:00] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.040626 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.026585 10.0.0.50 - - [2025-09-25 01:36:00] "POST /ref-update HTTP/1.1" 200 156 0.022870 10.0.0.50 - - [2025-09-25 01:36:00] "POST /virtual-machines HTTP/1.1" 200 373 0.012005 10.0.0.50 - - [2025-09-25 01:36:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.025551 10.0.0.50 - - [2025-09-25 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007075 10.0.0.50 - - [2025-09-25 01:36:00] "POST /chown HTTP/1.1" 200 109 0.013515 10.0.0.50 - - [2025-09-25 01:36:00] "POST /chown HTTP/1.1" 200 109 0.016614 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.052231 10.0.0.50 - - [2025-09-25 01:36:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.146336 10.0.0.50 - - [2025-09-25 01:36:00] "POST /ref-update HTTP/1.1" 200 156 0.033164 10.0.0.50 - - [2025-09-25 01:36:00] "POST /chown HTTP/1.1" 200 109 0.015417 10.0.0.50 - - [2025-09-25 01:36:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.025969 10.0.0.50 - - [2025-09-25 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001722 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.005281 10.0.0.50 - - [2025-09-25 01:36:00] "POST /chown HTTP/1.1" 200 109 0.005985 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 256 0.024779 10.0.0.50 - - [2025-09-25 01:36:00] "POST /ref-update HTTP/1.1" 200 156 0.016463 10.0.0.50 - - [2025-09-25 01:36:00] "POST /instance-ips HTTP/1.1" 200 413 0.043121 10.0.0.50 - - [2025-09-25 01:36:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.028806 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006780 10.0.0.50 - - [2025-09-25 01:36:00] "POST /set-tag HTTP/1.1" 200 109 0.017190 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.017679 10.0.0.50 - - [2025-09-25 01:36:00] "GET /instance-ip/fdce855e-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.003672 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.008533 10.0.0.50 - - [2025-09-25 01:36:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.019016 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.008304 10.0.0.50 - - [2025-09-25 01:36:00] "POST /set-tag HTTP/1.1" 200 109 0.002831 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.003821 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.010915 10.0.0.50 - - [2025-09-25 01:36:00] "POST /ref-update HTTP/1.1" 200 156 0.013857 10.0.0.50 - - [2025-09-25 01:36:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.024688 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005880 10.0.0.50 - - [2025-09-25 01:36:00] "POST /set-tag HTTP/1.1" 200 109 0.002069 10.0.0.50 - - [2025-09-25 01:36:00] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004421 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.008665 10.0.0.50 - - [2025-09-25 01:36:00] "POST /set-tag HTTP/1.1" 200 109 0.002868 10.0.0.50 - - [2025-09-25 01:36:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.007931 10.0.0.50 - - [2025-09-25 01:36:00] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.008363 10.0.0.50 - - [2025-09-25 01:36:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.011618 10.0.0.50 - - [2025-09-25 01:36:01] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.009931 10.0.0.50 - - [2025-09-25 01:36:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.012766 10.0.0.50 - - [2025-09-25 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.006279 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.015962 10.0.0.50 - - [2025-09-25 01:36:01] "POST /ref-update HTTP/1.1" 200 156 0.007824 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.015143 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.022895 10.0.0.50 - - [2025-09-25 01:36:01] "POST /ref-update HTTP/1.1" 200 156 0.016366 10.0.0.50 - - [2025-09-25 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.014069 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.006463 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.012267 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.018188 10.0.0.50 - - [2025-09-25 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.006080 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.021122 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.006105 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.016070 10.0.0.50 - - [2025-09-25 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.006957 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.017940 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.011311 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.007489 10.0.0.50 - - [2025-09-25 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008345 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.007221 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.006721 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.016247 10.0.0.50 - - [2025-09-25 01:36:01] "POST /chown HTTP/1.1" 200 109 0.018044 10.0.0.50 - - [2025-09-25 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002023 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.007167 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.020950 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.006231 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.018613 10.0.0.50 - - [2025-09-25 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001761 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.006599 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.021476 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.017914 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.005661 10.0.0.50 - - [2025-09-25 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006173 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.006304 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.006565 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.009305 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.021289 10.0.0.50 - - [2025-09-25 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001979 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.006056 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.019211 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.014369 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.006910 10.0.0.50 - - [2025-09-25 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007377 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.006463 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.008238 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.016960 10.0.0.50 - - [2025-09-25 01:36:02] "POST /chown HTTP/1.1" 200 109 0.018295 10.0.0.50 - - [2025-09-25 01:36:10] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004616 10.0.0.50 - - [2025-09-25 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.002077 10.0.0.50 - - [2025-09-25 01:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001965 10.0.0.50 - - [2025-09-25 01:36:10] "GET /loadbalancer/7f4738d0-6351-42d3-b041-a16c6bfd6982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003085 10.0.0.50 - - [2025-09-25 01:36:10] "GET /loadbalancer-pool/a6abe762-a370-4f8b-a356-51b8d804e152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.002886 10.0.0.50 - - [2025-09-25 01:36:10] "POST /loadbalancer-members HTTP/1.1" 200 702 0.013795 10.0.0.50 - - [2025-09-25 01:36:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.017411 10.0.0.50 - - [2025-09-25 01:36:10] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007630 10.0.0.50 - - [2025-09-25 01:36:10] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004817 10.0.0.50 - - [2025-09-25 01:36:10] "POST /ref-update HTTP/1.1" 200 156 0.006700 10.0.0.50 - - [2025-09-25 01:36:10] "GET /floating-ip/77077581-dfe5-46cb-a251-90b0d3344919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1780 0.011614 10.0.0.50 - - [2025-09-25 01:36:10] "POST /tags HTTP/1.1" 409 221 0.003894 10.0.0.50 - - [2025-09-25 01:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.50 - - [2025-09-25 01:36:10] "PUT /floating-ip/77077581-dfe5-46cb-a251-90b0d3344919 HTTP/1.1" 200 256 0.015970 10.0.0.50 - - [2025-09-25 01:36:10] "GET /tag/1103dcb2-894a-436c-aa74-8326fdc6b601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.018276 10.0.0.50 - - [2025-09-25 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.015352 10.0.0.50 - - [2025-09-25 01:36:11] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007258 10.0.0.50 - - [2025-09-25 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.002169 10.0.0.50 - - [2025-09-25 01:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001976 10.0.0.50 - - [2025-09-25 01:36:11] "GET /loadbalancer/7f4738d0-6351-42d3-b041-a16c6bfd6982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002728 10.0.0.50 - - [2025-09-25 01:36:11] "GET /loadbalancer-pool/a6abe762-a370-4f8b-a356-51b8d804e152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.002664 10.0.0.50 - - [2025-09-25 01:36:11] "POST /loadbalancer-members HTTP/1.1" 200 702 0.014625 10.0.0.50 - - [2025-09-25 01:36:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.009270 10.0.0.50 - - [2025-09-25 01:36:11] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004930 10.0.0.50 - - [2025-09-25 01:36:11] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006157 10.0.0.50 - - [2025-09-25 01:36:11] "POST /ref-update HTTP/1.1" 200 156 0.015412 10.0.0.50 - - [2025-09-25 01:36:11] "GET /floating-ip/77077581-dfe5-46cb-a251-90b0d3344919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.009008 10.0.0.50 - - [2025-09-25 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.043190 10.0.0.50 - - [2025-09-25 01:36:13] "GET /virtual-machine/fda524b9-1e3a-4427-b3cd-9e47a4c7ad5d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.002933 10.0.0.50 - - [2025-09-25 01:36:13] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004025 10.0.0.50 - - [2025-09-25 01:36:13] "GET /virtual-machine/b4709e11-b335-435d-a3d1-113a1972e65d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.004117 10.0.0.50 - - [2025-09-25 01:36:13] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004732 10.0.0.50 - - [2025-09-25 01:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.50 - - [2025-09-25 01:36:14] "POST /chown HTTP/1.1" 200 109 0.006334 10.0.0.50 - - [2025-09-25 01:36:14] "POST /chown HTTP/1.1" 200 109 0.015145 10.0.0.50 - - [2025-09-25 01:36:14] "POST /chown HTTP/1.1" 200 109 0.011500 10.0.0.50 - - [2025-09-25 01:36:14] "POST /chown HTTP/1.1" 200 109 0.020683 10.0.0.50 - - [2025-09-25 01:36:14] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.007684 10.0.0.50 - - [2025-09-25 01:36:14] "POST /set-tag HTTP/1.1" 200 109 0.015289 10.0.0.50 - - [2025-09-25 01:36:18] "GET /virtual-machine/357f4943-1712-4f8c-a925-641aa82f08a3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1222 0.002963 10.0.0.50 - - [2025-09-25 01:36:18] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.006244 10.0.0.50 - - [2025-09-25 01:36:19] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005529 10.0.0.50 - - [2025-09-25 01:36:19] "POST /set-tag HTTP/1.1" 200 109 0.002596 10.0.0.50 - - [2025-09-25 01:36:33] "GET /global-system-configs HTTP/1.1" 200 322 0.005797 10.0.0.50 - - [2025-09-25 01:36:35] "GET /global-system-configs HTTP/1.1" 200 322 0.001949 10.0.0.50 - - [2025-09-25 01:36:51] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004543 10.0.0.50 - - [2025-09-25 01:36:51] "POST /set-tag HTTP/1.1" 200 109 0.003030 10.0.0.50 - - [2025-09-25 01:36:51] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004029 10.0.0.50 - - [2025-09-25 01:36:51] "POST /set-tag HTTP/1.1" 200 109 0.001850 10.0.0.50 - - [2025-09-25 01:36:51] "GET /virtual-machine/357f4943-1712-4f8c-a925-641aa82f08a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.002157 10.0.0.50 - - [2025-09-25 01:36:51] "POST /ref-update HTTP/1.1" 200 156 0.008732 10.0.0.50 - - [2025-09-25 01:36:51] "GET /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004726 10.0.0.50 - - [2025-09-25 01:36:51] "POST /set-tag HTTP/1.1" 200 109 0.013126 10.0.0.50 - - [2025-09-25 01:36:51] "POST /set-tag HTTP/1.1" 200 109 0.018369 10.0.0.50 - - [2025-09-25 01:36:51] "DELETE /instance-ip/fdce855e-99af-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.038807 10.0.0.50 - - [2025-09-25 01:36:52] "DELETE /virtual-machine-interface/fdad1040-99af-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.044962 10.0.0.50 - - [2025-09-25 01:36:52] "DELETE /virtual-machine/357f4943-1712-4f8c-a925-641aa82f08a3 HTTP/1.1" 200 115 0.027464 10.0.0.50 - - [2025-09-25 01:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001989 10.0.0.50 - - [2025-09-25 01:36:54] "GET /tag/ebeb8eac-08a0-4903-879b-49ef7dcce5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.011783 10.0.0.50 - - [2025-09-25 01:36:54] "GET /tag/ebeb8eac-08a0-4903-879b-49ef7dcce5c6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.013424 10.0.0.50 - - [2025-09-25 01:36:54] "GET /virtual-machine-interface/8ec9f363-d090-451c-af67-65e202f9a180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.004215 10.0.0.50 - - [2025-09-25 01:36:54] "POST /set-tag HTTP/1.1" 200 109 0.017331 10.0.0.50 - - [2025-09-25 01:36:54] "GET /virtual-machine-interface/ebbe4b66-c643-4f41-8fd1-478af1da2dbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.016377 10.0.0.50 - - [2025-09-25 01:36:54] "POST /set-tag HTTP/1.1" 200 109 0.020987 10.0.0.50 - - [2025-09-25 01:36:54] "GET /virtual-machine-interface/eda456a9-48b0-4f5d-a05f-306b95d1fb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004867 10.0.0.50 - - [2025-09-25 01:36:54] "POST /set-tag HTTP/1.1" 200 109 0.030921 10.0.0.50 - - [2025-09-25 01:36:54] "GET /firewall-policy/b4a2859a-eda2-48a2-aaf6-0e3571dbf884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.010691 10.0.0.50 - - [2025-09-25 01:36:54] "GET /firewall-rule/f555a976-2a66-48b6-9c84-982684535653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003324 10.0.0.50 - - [2025-09-25 01:36:54] "POST /ref-update HTTP/1.1" 200 156 0.018906 10.0.0.50 - - [2025-09-25 01:36:54] "DELETE /firewall-rule/f555a976-2a66-48b6-9c84-982684535653 HTTP/1.1" 200 115 0.072268 10.0.0.50 - - [2025-09-25 01:36:54] "DELETE /loadbalancer-member/1216ab85-392b-40c5-b55f-532de4d6e697 HTTP/1.1" 200 115 0.040944 10.0.0.50 - - [2025-09-25 01:36:54] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.010187 10.0.0.50 - - [2025-09-25 01:36:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.024384 10.0.0.50 - - [2025-09-25 01:36:54] "DELETE /loadbalancer-pool/3de1bfe4-7f6b-4c80-ab1b-edfce667b381 HTTP/1.1" 200 115 0.079751 10.0.0.50 - - [2025-09-25 01:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011267 10.0.0.50 - - [2025-09-25 01:36:54] "POST /chown HTTP/1.1" 200 109 0.008201 10.0.0.50 - - [2025-09-25 01:36:54] "DELETE /loadbalancer-listener/9329629d-e805-42dd-9961-99b95c15ce7f HTTP/1.1" 200 115 0.077736 10.0.0.50 - - [2025-09-25 01:36:54] "GET /floating-ip/d8f9ead2-e5be-4fa7-84cc-ee6836673022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.003354 10.0.0.50 - - [2025-09-25 01:36:54] "POST /chown HTTP/1.1" 200 109 0.017525 10.0.0.50 - - [2025-09-25 01:36:54] "POST /chown HTTP/1.1" 200 109 0.021487 10.0.0.50 - - [2025-09-25 01:36:54] "POST /chown HTTP/1.1" 200 109 0.027068 10.0.0.50 - - [2025-09-25 01:36:54] "PUT /floating-ip/d8f9ead2-e5be-4fa7-84cc-ee6836673022 HTTP/1.1" 200 256 0.051382 10.0.0.50 - - [2025-09-25 01:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.50 - - [2025-09-25 01:36:54] "POST /chown HTTP/1.1" 200 109 0.016783 10.0.0.50 - - [2025-09-25 01:36:54] "DELETE /floating-ip/d8f9ead2-e5be-4fa7-84cc-ee6836673022 HTTP/1.1" 200 115 0.091838 10.0.0.50 - - [2025-09-25 01:36:54] "POST /chown HTTP/1.1" 200 109 0.055622 10.0.0.50 - - [2025-09-25 01:36:55] "POST /chown HTTP/1.1" 200 109 0.075099 10.0.0.50 - - [2025-09-25 01:36:55] "POST /chown HTTP/1.1" 200 109 0.048769 10.0.0.50 - - [2025-09-25 01:36:55] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.045867 10.0.0.50 - - [2025-09-25 01:36:55] "DELETE /loadbalancer/a9eed347-80cc-4471-b8ed-30477d6d5a7d HTTP/1.1" 200 115 0.272631 10.0.0.50 - - [2025-09-25 01:36:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.021405 10.0.0.50 - - [2025-09-25 01:36:55] "POST /ref-update HTTP/1.1" 404 171 0.032706 10.0.0.50 - - [2025-09-25 01:36:55] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.016159 10.0.0.50 - - [2025-09-25 01:36:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.032928 10.0.0.50 - - [2025-09-25 01:36:55] "POST /ref-update HTTP/1.1" 404 171 0.008701 10.0.0.50 - - [2025-09-25 01:36:55] "DELETE /instance-ip/0ab32219-0fcc-4011-b45c-cb3bf27aa18e HTTP/1.1" 200 115 0.211214 10.0.0.50 - - [2025-09-25 01:36:55] "PUT /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 266 0.027519 10.0.0.50 - - [2025-09-25 01:36:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.056344 10.0.0.50 - - [2025-09-25 01:36:55] "DELETE /virtual-machine-interface/eda456a9-48b0-4f5d-a05f-306b95d1fb37 HTTP/1.1" 200 115 0.196238 10.0.0.50 - - [2025-09-25 01:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.50 - - [2025-09-25 01:36:55] "DELETE /service-instance/1e6989ad-c3db-4127-9549-2c44890f6af7 HTTP/1.1" 200 115 0.145592 10.0.0.50 - - [2025-09-25 01:36:55] "DELETE /tag/ebeb8eac-08a0-4903-879b-49ef7dcce5c6 HTTP/1.1" 200 115 0.191130 10.0.0.50 - - [2025-09-25 01:36:55] "GET /virtual-machine-interface/8ec9f363-d090-451c-af67-65e202f9a180?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.005119 10.0.0.50 - - [2025-09-25 01:36:55] "DELETE /virtual-machine-interface/8ec9f363-d090-451c-af67-65e202f9a180 HTTP/1.1" 200 115 0.076312 10.0.0.50 - - [2025-09-25 01:36:55] "DELETE /virtual-machine/98eb287e-ec77-49ed-a20f-3c5f3520acca HTTP/1.1" 200 115 0.036064 10.0.0.50 - - [2025-09-25 01:36:55] "GET /virtual-machine-interface/ebbe4b66-c643-4f41-8fd1-478af1da2dbd?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.008111 10.0.0.50 - - [2025-09-25 01:36:56] "GET /floating-ip-pool/499da3c9-913e-439c-b2cb-552de01b4b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.005825 10.0.0.50 - - [2025-09-25 01:36:56] "DELETE /virtual-machine-interface/ebbe4b66-c643-4f41-8fd1-478af1da2dbd HTTP/1.1" 200 115 0.120557 10.0.0.50 - - [2025-09-25 01:36:56] "POST /ref-update HTTP/1.1" 200 156 0.013269 10.0.0.50 - - [2025-09-25 01:36:56] "POST /ref-update HTTP/1.1" 200 156 0.016436 10.0.0.50 - - [2025-09-25 01:36:56] "DELETE /virtual-machine/18899f59-6002-4909-ab3c-63b9890ba9ee HTTP/1.1" 200 115 0.079148 10.0.0.50 - - [2025-09-25 01:36:56] "DELETE /floating-ip-pool/499da3c9-913e-439c-b2cb-552de01b4b79 HTTP/1.1" 200 115 0.091882 10.0.0.50 - - [2025-09-25 01:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008183 10.0.0.50 - - [2025-09-25 01:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.50 - - [2025-09-25 01:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002387 10.0.0.50 - - [2025-09-25 01:36:56] "DELETE /virtual-network/b2dc3da2-733e-4fc3-91df-c68d75ec7ddd HTTP/1.1" 200 115 0.124290 10.0.0.50 - - [2025-09-25 01:36:56] "GET /routing-instance/82b7c73a-7d40-4beb-b430-32687c698cc1 HTTP/1.1" 404 171 0.001377 10.0.0.50 - - [2025-09-25 01:36:56] "GET /domains HTTP/1.1" 200 280 0.001221 10.0.0.50 - - [2025-09-25 01:36:56] "GET /domain/f9b80c75-d2bc-403d-bffc-17ef05c5529c HTTP/1.1" 200 3087 0.010349 10.0.0.50 - - [2025-09-25 01:36:56] "DELETE /route-target/690b76f8-b942-449a-9004-0d2d2e442b32 HTTP/1.1" 200 115 0.038756 10.0.0.50 - - [2025-09-25 01:36:56] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc HTTP/1.1" 200 6872 0.034302 10.0.0.50 - - [2025-09-25 01:36:56] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005422 10.0.0.50 - - [2025-09-25 01:36:56] "POST /set-tag HTTP/1.1" 200 109 0.001907 10.0.0.50 - - [2025-09-25 01:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002031 10.0.0.50 - - [2025-09-25 01:36:56] "GET /loadbalancer/7f4738d0-6351-42d3-b041-a16c6bfd6982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002306 10.0.0.50 - - [2025-09-25 01:36:56] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.003831 10.0.0.50 - - [2025-09-25 01:36:56] "POST /set-tag HTTP/1.1" 200 109 0.022268 10.0.0.50 - - [2025-09-25 01:36:56] "DELETE /loadbalancer-member/e148d272-a6cd-4b6d-bd68-a50f26fa7e18 HTTP/1.1" 200 115 0.042769 10.0.0.50 - - [2025-09-25 01:36:58] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.012138 10.0.0.50 - - [2025-09-25 01:36:58] "POST /set-tag HTTP/1.1" 200 109 0.011418 10.0.0.50 - - [2025-09-25 01:36:58] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.008528 10.0.0.50 - - [2025-09-25 01:36:58] "POST /set-tag HTTP/1.1" 200 109 0.003651 10.0.0.50 - - [2025-09-25 01:36:58] "GET /virtual-machine/b4709e11-b335-435d-a3d1-113a1972e65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.002804 10.0.0.50 - - [2025-09-25 01:36:58] "POST /ref-update HTTP/1.1" 200 156 0.012634 10.0.0.50 - - [2025-09-25 01:36:58] "GET /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.012586 10.0.0.50 - - [2025-09-25 01:36:58] "POST /set-tag HTTP/1.1" 200 109 0.027524 10.0.0.50 - - [2025-09-25 01:36:58] "POST /set-tag HTTP/1.1" 200 109 0.034658 10.0.0.50 - - [2025-09-25 01:36:58] "POST /set-tag HTTP/1.1" 200 109 0.025604 10.0.0.50 - - [2025-09-25 01:36:58] "DELETE /instance-ip/fb80ac50-99af-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.049122 10.0.0.50 - - [2025-09-25 01:36:58] "POST /ref-update HTTP/1.1" 200 156 0.024285 10.0.0.50 - - [2025-09-25 01:36:58] "DELETE /virtual-machine-interface/fb66047c-99af-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.076227 10.0.0.50 - - [2025-09-25 01:36:58] "DELETE /virtual-machine/b4709e11-b335-435d-a3d1-113a1972e65d HTTP/1.1" 200 115 0.037514 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004215 10.0.0.50 - - [2025-09-25 01:36:59] "POST /set-tag HTTP/1.1" 200 109 0.002247 10.0.0.50 - - [2025-09-25 01:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002032 10.0.0.50 - - [2025-09-25 01:36:59] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002380 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004635 10.0.0.50 - - [2025-09-25 01:36:59] "POST /set-tag HTTP/1.1" 200 109 0.026306 10.0.0.50 - - [2025-09-25 01:36:59] "DELETE /loadbalancer-member/5ddaff43-58bd-4ee6-b465-c17f5a76496e HTTP/1.1" 200 115 0.028626 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.008198 10.0.0.50 - - [2025-09-25 01:36:59] "POST /set-tag HTTP/1.1" 200 109 0.002379 10.0.0.50 - - [2025-09-25 01:36:59] "DELETE /loadbalancer-member/b7a0e17c-c49c-4402-a663-4b91a997ed90 HTTP/1.1" 200 115 0.027565 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007361 10.0.0.50 - - [2025-09-25 01:36:59] "POST /set-tag HTTP/1.1" 200 109 0.002304 10.0.0.50 - - [2025-09-25 01:36:59] "DELETE /loadbalancer-member/eed1a74b-5ea1-4026-9ee6-42515044d055 HTTP/1.1" 200 115 0.028084 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004050 10.0.0.50 - - [2025-09-25 01:36:59] "POST /set-tag HTTP/1.1" 200 109 0.002325 10.0.0.50 - - [2025-09-25 01:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002005 10.0.0.50 - - [2025-09-25 01:36:59] "GET /loadbalancer/d6ce3c61-adcf-4f34-b384-5ac2563c0cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002625 10.0.0.50 - - [2025-09-25 01:36:59] "GET /loadbalancer-pool/b5a714a2-5992-4985-b9ed-e4e828f177d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003354 10.0.0.50 - - [2025-09-25 01:36:59] "POST /loadbalancer-members HTTP/1.1" 200 690 0.029660 10.0.0.50 - - [2025-09-25 01:36:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.027511 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.024829 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.019803 10.0.0.50 - - [2025-09-25 01:36:59] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007165 10.0.0.50 - - [2025-09-25 01:36:59] "POST /set-tag HTTP/1.1" 200 109 0.098157 10.0.0.50 - - [2025-09-25 01:36:59] "GET /loadbalancer-pool/fb5c25e0-8148-489f-8da5-c143153dd76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.011413 10.0.0.50 - - [2025-09-25 01:36:59] "POST /loadbalancer-members HTTP/1.1" 200 690 0.019214 10.0.0.50 - - [2025-09-25 01:36:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.014247 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006557 10.0.0.50 - - [2025-09-25 01:36:59] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005380 10.0.0.50 - - [2025-09-25 01:36:59] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.002545 10.0.0.50 - - [2025-09-25 01:36:59] "POST /set-tag HTTP/1.1" 200 109 0.008023 10.0.0.50 - - [2025-09-25 01:36:59] "GET /loadbalancer-pool/8112c674-d2c3-411d-a0c8-08aaaedc8127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004033 10.0.0.50 - - [2025-09-25 01:36:59] "POST /loadbalancer-members HTTP/1.1" 200 692 0.027898 10.0.0.50 - - [2025-09-25 01:37:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.010688 10.0.0.50 - - [2025-09-25 01:37:00] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005350 10.0.0.50 - - [2025-09-25 01:37:00] "POST /set-tag HTTP/1.1" 200 109 0.005021 10.0.0.50 - - [2025-09-25 01:37:00] "GET /virtual-machine-interface/a307ad36-99ae-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007833 10.0.0.50 - - [2025-09-25 01:37:00] "GET /floating-ip/7ea1f61f-a9b9-40fc-b5e5-5db7d82d9d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003454 10.0.0.50 - - [2025-09-25 01:37:01] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004641 10.0.0.50 - - [2025-09-25 01:37:01] "POST /set-tag HTTP/1.1" 200 109 0.002344 10.0.0.50 - - [2025-09-25 01:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001734 10.0.0.50 - - [2025-09-25 01:37:01] "GET /loadbalancer/7f4738d0-6351-42d3-b041-a16c6bfd6982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002172 10.0.0.50 - - [2025-09-25 01:37:03] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006421 10.0.0.50 - - [2025-09-25 01:37:03] "POST /set-tag HTTP/1.1" 200 109 0.003999 10.0.0.50 - - [2025-09-25 01:37:03] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004312 10.0.0.50 - - [2025-09-25 01:37:03] "POST /set-tag HTTP/1.1" 200 109 0.001801 10.0.0.50 - - [2025-09-25 01:37:03] "GET /virtual-machine/fda524b9-1e3a-4427-b3cd-9e47a4c7ad5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.001931 10.0.0.50 - - [2025-09-25 01:37:03] "POST /ref-update HTTP/1.1" 200 156 0.009961 10.0.0.50 - - [2025-09-25 01:37:03] "GET /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.016411 10.0.0.50 - - [2025-09-25 01:37:03] "POST /set-tag HTTP/1.1" 200 109 0.019210 10.0.0.50 - - [2025-09-25 01:37:03] "POST /set-tag HTTP/1.1" 200 109 0.033935 10.0.0.50 - - [2025-09-25 01:37:03] "POST /set-tag HTTP/1.1" 200 109 0.028865 10.0.0.50 - - [2025-09-25 01:37:03] "DELETE /instance-ip/fb111f70-99af-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.068146 10.0.0.50 - - [2025-09-25 01:37:03] "POST /ref-update HTTP/1.1" 200 156 0.013751 10.0.0.50 - - [2025-09-25 01:37:03] "DELETE /virtual-machine-interface/faf5065a-99af-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.084678 10.0.0.50 - - [2025-09-25 01:37:03] "DELETE /virtual-machine/fda524b9-1e3a-4427-b3cd-9e47a4c7ad5d HTTP/1.1" 200 115 0.019813 10.0.0.50 - - [2025-09-25 01:37:03] "DELETE /tag/47a9c6ee-6af8-4232-830b-c3728c326c79 HTTP/1.1" 200 115 0.093517 10.0.0.50 - - [2025-09-25 01:37:03] "DELETE /tag/8feaa388-085d-4986-8e0c-a18881c4fb09 HTTP/1.1" 200 115 0.059238 10.0.0.50 - - [2025-09-25 01:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.50 - - [2025-09-25 01:37:06] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.035816 10.0.0.50 - - [2025-09-25 01:37:06] "POST /tags HTTP/1.1" 200 393 0.048265 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.029800 10.0.0.50 - - [2025-09-25 01:37:07] "GET /tag/928b15ae-bece-41d1-a00c-4ea8b387d4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.017927 10.0.0.50 - - [2025-09-25 01:37:07] "POST /tags HTTP/1.1" 200 341 0.036443 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002077 10.0.0.50 - - [2025-09-25 01:37:07] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.028635 10.0.0.50 - - [2025-09-25 01:37:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.000555 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.012359 10.0.0.50 - - [2025-09-25 01:37:07] "POST /security-groups HTTP/1.1" 200 589 0.072277 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.001757 10.0.0.50 - - [2025-09-25 01:37:07] "POST /projects HTTP/1.1" 200 519 0.269890 10.0.0.50 - - [2025-09-25 01:37:07] "POST /access-control-lists HTTP/1.1" 200 598 0.065470 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002339 10.0.0.50 - - [2025-09-25 01:37:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.069777 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007864 10.0.0.50 - - [2025-09-25 01:37:07] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.005378 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002080 10.0.0.50 - - [2025-09-25 01:37:07] "POST /access-control-lists HTTP/1.1" 200 596 0.077002 10.0.0.50 - - [2025-09-25 01:37:07] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.009598 10.0.0.50 - - [2025-09-25 01:37:07] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.040186 10.0.0.50 - - [2025-09-25 01:37:07] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.051964 10.0.0.50 - - [2025-09-25 01:37:07] "POST /security-groups HTTP/1.1" 200 591 0.068893 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 404 270 0.003044 10.0.0.50 - - [2025-09-25 01:37:07] "POST /access-control-lists HTTP/1.1" 200 632 0.084471 10.0.0.50 - - [2025-09-25 01:37:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.086395 10.0.0.50 - - [2025-09-25 01:37:07] "POST /fqname-to-id HTTP/1.1" 404 269 0.018073 10.0.0.50 - - [2025-09-25 01:37:07] "POST /chown HTTP/1.1" 200 109 0.034699 10.0.0.50 - - [2025-09-25 01:37:07] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004386 10.0.0.50 - - [2025-09-25 01:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008549 10.0.0.50 - - [2025-09-25 01:37:08] "POST /access-control-lists HTTP/1.1" 200 630 0.095152 10.0.0.50 - - [2025-09-25 01:37:08] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.010089 10.0.0.50 - - [2025-09-25 01:37:08] "POST /tags HTTP/1.1" 409 226 0.005200 10.0.0.50 - - [2025-09-25 01:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001870 10.0.0.50 - - [2025-09-25 01:37:08] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.011929 10.0.0.50 - - [2025-09-25 01:37:08] "POST /firewall-rules HTTP/1.1" 200 600 0.062671 10.0.0.50 - - [2025-09-25 01:37:08] "GET /firewall-rule/f51af98f-b192-4508-bb9d-7950f7e760f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.020787 10.0.0.50 - - [2025-09-25 01:37:08] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3876 0.004049 10.0.0.50 - - [2025-09-25 01:37:08] "GET /firewall-rule/f51af98f-b192-4508-bb9d-7950f7e760f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.003339 10.0.0.50 - - [2025-09-25 01:37:08] "POST /ref-update HTTP/1.1" 200 156 0.051866 10.0.0.50 - - [2025-09-25 01:37:08] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.009420 10.0.0.50 - - [2025-09-25 01:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.50 - - [2025-09-25 01:37:08] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.007067 10.0.0.50 - - [2025-09-25 01:37:08] "POST /tags HTTP/1.1" 409 226 0.002176 10.0.0.50 - - [2025-09-25 01:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.50 - - [2025-09-25 01:37:08] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010562 10.0.0.50 - - [2025-09-25 01:37:08] "POST /firewall-rules HTTP/1.1" 200 598 0.063858 10.0.0.50 - - [2025-09-25 01:37:08] "GET /firewall-rule/cd7db8b4-373f-4794-ad36-c4890fab6f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.012412 10.0.0.50 - - [2025-09-25 01:37:08] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4132 0.003489 10.0.0.50 - - [2025-09-25 01:37:08] "GET /firewall-rule/cd7db8b4-373f-4794-ad36-c4890fab6f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002154 10.0.0.50 - - [2025-09-25 01:37:08] "POST /ref-update HTTP/1.1" 200 156 0.073037 10.0.0.50 - - [2025-09-25 01:37:09] "POST /tags HTTP/1.1" 200 393 0.024243 10.0.0.50 - - [2025-09-25 01:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008404 10.0.0.50 - - [2025-09-25 01:37:09] "GET /tag/df7a98bc-4943-4bed-b49e-10ef492ead19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.012017 10.0.0.50 - - [2025-09-25 01:37:10] "POST /tags HTTP/1.1" 200 341 0.019837 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.50 - - [2025-09-25 01:37:10] "GET /tag/6c00ed10-7812-483e-8919-5bd9b47601af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.012742 10.0.0.50 - - [2025-09-25 01:37:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.000526 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.003231 10.0.0.50 - - [2025-09-25 01:37:10] "POST /security-groups HTTP/1.1" 200 589 0.070457 10.0.0.50 - - [2025-09-25 01:37:10] "POST /projects HTTP/1.1" 200 519 0.193583 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.004098 10.0.0.50 - - [2025-09-25 01:37:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.010207 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.50 - - [2025-09-25 01:37:10] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.005622 10.0.0.50 - - [2025-09-25 01:37:10] "POST /access-control-lists HTTP/1.1" 200 598 0.076308 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.019406 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.009657 10.0.0.50 - - [2025-09-25 01:37:10] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.007420 10.0.0.50 - - [2025-09-25 01:37:10] "POST /access-control-lists HTTP/1.1" 200 596 0.067395 10.0.0.50 - - [2025-09-25 01:37:10] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.095458 10.0.0.50 - - [2025-09-25 01:37:10] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.069719 10.0.0.50 - - [2025-09-25 01:37:10] "POST /security-groups HTTP/1.1" 200 591 0.074133 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 404 270 0.001754 10.0.0.50 - - [2025-09-25 01:37:10] "POST /access-control-lists HTTP/1.1" 200 632 0.023499 10.0.0.50 - - [2025-09-25 01:37:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.023917 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 404 269 0.003768 10.0.0.50 - - [2025-09-25 01:37:10] "POST /chown HTTP/1.1" 200 109 0.013282 10.0.0.50 - - [2025-09-25 01:37:10] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011739 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001806 10.0.0.50 - - [2025-09-25 01:37:10] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004577 10.0.0.50 - - [2025-09-25 01:37:10] "POST /access-control-lists HTTP/1.1" 200 630 0.080821 10.0.0.50 - - [2025-09-25 01:37:10] "POST /tags HTTP/1.1" 409 226 0.004005 10.0.0.50 - - [2025-09-25 01:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001629 10.0.0.50 - - [2025-09-25 01:37:10] "GET /tag/6c00ed10-7812-483e-8919-5bd9b47601af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.011970 10.0.0.50 - - [2025-09-25 01:37:11] "POST /firewall-rules HTTP/1.1" 200 600 0.069950 10.0.0.50 - - [2025-09-25 01:37:11] "GET /firewall-rule/85b08f6c-8961-4009-af85-109491001036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.014128 10.0.0.50 - - [2025-09-25 01:37:11] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4387 0.004171 10.0.0.50 - - [2025-09-25 01:37:11] "GET /firewall-rule/85b08f6c-8961-4009-af85-109491001036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002008 10.0.0.50 - - [2025-09-25 01:37:11] "POST /ref-update HTTP/1.1" 200 156 0.049502 10.0.0.50 - - [2025-09-25 01:37:11] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002190 10.0.0.50 - - [2025-09-25 01:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001374 10.0.0.50 - - [2025-09-25 01:37:11] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002079 10.0.0.50 - - [2025-09-25 01:37:11] "POST /tags HTTP/1.1" 409 226 0.001730 10.0.0.50 - - [2025-09-25 01:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001740 10.0.0.50 - - [2025-09-25 01:37:11] "GET /tag/6c00ed10-7812-483e-8919-5bd9b47601af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010089 10.0.0.50 - - [2025-09-25 01:37:11] "POST /firewall-rules HTTP/1.1" 200 598 0.063565 10.0.0.50 - - [2025-09-25 01:37:11] "GET /firewall-rule/4b3f02b3-8f38-424d-9a49-1da5d09c86c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009531 10.0.0.50 - - [2025-09-25 01:37:11] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4643 0.004427 10.0.0.50 - - [2025-09-25 01:37:11] "GET /firewall-rule/4b3f02b3-8f38-424d-9a49-1da5d09c86c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002087 10.0.0.50 - - [2025-09-25 01:37:11] "POST /ref-update HTTP/1.1" 200 156 0.045645 10.0.0.50 - - [2025-09-25 01:37:13] "POST /tags HTTP/1.1" 200 345 0.089896 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011768 10.0.0.50 - - [2025-09-25 01:37:13] "GET /tag/e7b08495-d238-46fa-8d34-797dc205f5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.020234 10.0.0.50 - - [2025-09-25 01:37:13] "POST /projects HTTP/1.1" 409 238 0.005419 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.50 - - [2025-09-25 01:37:13] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.039108 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.50 - - [2025-09-25 01:37:13] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.008863 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002006 10.0.0.50 - - [2025-09-25 01:37:13] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.003770 10.0.0.50 - - [2025-09-25 01:37:13] "POST /security-groups HTTP/1.1" 409 285 0.001894 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001428 10.0.0.50 - - [2025-09-25 01:37:13] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.031547 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.50 - - [2025-09-25 01:37:13] "PUT /security-group/f6b66e88-e533-49ed-b75d-3e67f460a547 HTTP/1.1" 200 262 0.062316 10.0.0.50 - - [2025-09-25 01:37:13] "PUT /access-control-list/38bc2d8c-080d-4c69-89d5-f84087a44c4f HTTP/1.1" 200 272 0.019335 10.0.0.50 - - [2025-09-25 01:37:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.059684 10.0.0.50 - - [2025-09-25 01:37:13] "POST /tags HTTP/1.1" 409 228 0.002290 10.0.0.50 - - [2025-09-25 01:37:13] "PUT /access-control-list/b07ed7f9-e359-45f6-8374-607f9225baa5 HTTP/1.1" 200 272 0.044921 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.50 - - [2025-09-25 01:37:13] "GET /tag/e7b08495-d238-46fa-8d34-797dc205f5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.016932 10.0.0.50 - - [2025-09-25 01:37:13] "POST /tags HTTP/1.1" 200 345 0.033349 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.50 - - [2025-09-25 01:37:13] "GET /tag/51b6a2cc-de2e-42ce-8a46-df2eb13eee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.013280 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.50 - - [2025-09-25 01:37:13] "POST /projects HTTP/1.1" 409 238 0.004919 10.0.0.50 - - [2025-09-25 01:37:13] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.031697 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.50 - - [2025-09-25 01:37:13] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.039287 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002056 10.0.0.50 - - [2025-09-25 01:37:13] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003842 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001395 10.0.0.50 - - [2025-09-25 01:37:13] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.003608 10.0.0.50 - - [2025-09-25 01:37:13] "POST /security-groups HTTP/1.1" 409 285 0.002452 10.0.0.50 - - [2025-09-25 01:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.50 - - [2025-09-25 01:37:13] "PUT /security-group/46eb62a5-e4c9-4407-a20a-91b1b24de9e4 HTTP/1.1" 200 262 0.056132 10.0.0.50 - - [2025-09-25 01:37:13] "PUT /access-control-list/1edad1c0-dd00-43bb-9c0b-4d59e5ca526d HTTP/1.1" 200 272 0.008986 10.0.0.50 - - [2025-09-25 01:37:13] "PUT /access-control-list/271e1ca4-66ac-4315-9834-836e962c7510 HTTP/1.1" 200 272 0.014035 10.0.0.50 - - [2025-09-25 01:37:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.010185 10.0.0.50 - - [2025-09-25 01:37:14] "POST /tags HTTP/1.1" 409 228 0.008483 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.50 - - [2025-09-25 01:37:14] "GET /tag/51b6a2cc-de2e-42ce-8a46-df2eb13eee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.010879 10.0.0.50 - - [2025-09-25 01:37:14] "POST /tags HTTP/1.1" 200 291 0.052037 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006980 10.0.0.50 - - [2025-09-25 01:37:14] "GET /tag/44728d18-733d-4d91-af95-758da6df9fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.012258 10.0.0.50 - - [2025-09-25 01:37:14] "POST /tags HTTP/1.1" 200 303 0.053462 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010290 10.0.0.50 - - [2025-09-25 01:37:14] "GET /tag/3b7bf425-7ec4-440b-ba22-4d2328d83826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.015747 10.0.0.50 - - [2025-09-25 01:37:14] "POST /tags HTTP/1.1" 409 252 0.002053 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.50 - - [2025-09-25 01:37:14] "GET /tag/928b15ae-bece-41d1-a00c-4ea8b387d4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.010614 10.0.0.50 - - [2025-09-25 01:37:14] "POST /tags HTTP/1.1" 409 226 0.001776 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001478 10.0.0.50 - - [2025-09-25 01:37:14] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.011192 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001816 10.0.0.50 - - [2025-09-25 01:37:14] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003706 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.50 - - [2025-09-25 01:37:14] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.044025 10.0.0.50 - - [2025-09-25 01:37:14] "POST /virtual-machines HTTP/1.1" 200 395 0.008263 10.0.0.50 - - [2025-09-25 01:37:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.008148 10.0.0.50 - - [2025-09-25 01:37:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.114040 10.0.0.50 - - [2025-09-25 01:37:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.014560 10.0.0.50 - - [2025-09-25 01:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.50 - - [2025-09-25 01:37:14] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004510 10.0.0.50 - - [2025-09-25 01:37:14] "POST /instance-ips HTTP/1.1" 200 397 0.017817 10.0.0.50 - - [2025-09-25 01:37:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.024316 10.0.0.50 - - [2025-09-25 01:37:14] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.007070 10.0.0.50 - - [2025-09-25 01:37:15] "POST /set-tag HTTP/1.1" 200 109 0.063743 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006087 10.0.0.50 - - [2025-09-25 01:37:15] "GET /instance-ip/2a1514de-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.007044 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004466 10.0.0.50 - - [2025-09-25 01:37:15] "POST /set-tag HTTP/1.1" 200 109 0.002172 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003530 10.0.0.50 - - [2025-09-25 01:37:15] "POST /ref-update HTTP/1.1" 200 156 0.008479 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.007160 10.0.0.50 - - [2025-09-25 01:37:15] "POST /set-tag HTTP/1.1" 200 109 0.002265 10.0.0.50 - - [2025-09-25 01:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001998 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004946 10.0.0.50 - - [2025-09-25 01:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006274 10.0.0.50 - - [2025-09-25 01:37:15] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.030275 10.0.0.50 - - [2025-09-25 01:37:15] "POST /virtual-machines HTTP/1.1" 200 395 0.007332 10.0.0.50 - - [2025-09-25 01:37:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.013913 10.0.0.50 - - [2025-09-25 01:37:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.094825 10.0.0.50 - - [2025-09-25 01:37:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.016603 10.0.0.50 - - [2025-09-25 01:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009788 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004693 10.0.0.50 - - [2025-09-25 01:37:15] "POST /instance-ips HTTP/1.1" 200 397 0.021224 10.0.0.50 - - [2025-09-25 01:37:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.013788 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.009453 10.0.0.50 - - [2025-09-25 01:37:15] "POST /set-tag HTTP/1.1" 200 109 0.067600 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.008473 10.0.0.50 - - [2025-09-25 01:37:15] "GET /instance-ip/2a88dfc2-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002659 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004083 10.0.0.50 - - [2025-09-25 01:37:15] "POST /set-tag HTTP/1.1" 200 109 0.001766 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.003153 10.0.0.50 - - [2025-09-25 01:37:15] "POST /ref-update HTTP/1.1" 200 156 0.007780 10.0.0.50 - - [2025-09-25 01:37:15] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006146 10.0.0.50 - - [2025-09-25 01:37:15] "POST /set-tag HTTP/1.1" 200 109 0.002280 10.0.0.50 - - [2025-09-25 01:37:15] "POST /tags HTTP/1.1" 200 291 0.017820 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002007 10.0.0.50 - - [2025-09-25 01:37:16] "GET /tag/b66cd474-a225-46ff-9689-c09be0f0836a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.022232 10.0.0.50 - - [2025-09-25 01:37:16] "POST /tags HTTP/1.1" 409 252 0.002918 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001913 10.0.0.50 - - [2025-09-25 01:37:16] "GET /tag/df7a98bc-4943-4bed-b49e-10ef492ead19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.014831 10.0.0.50 - - [2025-09-25 01:37:16] "POST /tags HTTP/1.1" 409 226 0.007380 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001848 10.0.0.50 - - [2025-09-25 01:37:16] "GET /tag/6c00ed10-7812-483e-8919-5bd9b47601af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010003 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001721 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.007513 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002140 10.0.0.50 - - [2025-09-25 01:37:16] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.034575 10.0.0.50 - - [2025-09-25 01:37:16] "POST /virtual-machines HTTP/1.1" 200 395 0.018126 10.0.0.50 - - [2025-09-25 01:37:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.008595 10.0.0.50 - - [2025-09-25 01:37:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.111971 10.0.0.50 - - [2025-09-25 01:37:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.015985 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008929 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005100 10.0.0.50 - - [2025-09-25 01:37:16] "POST /instance-ips HTTP/1.1" 200 397 0.023225 10.0.0.50 - - [2025-09-25 01:37:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.019774 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005096 10.0.0.50 - - [2025-09-25 01:37:16] "POST /set-tag HTTP/1.1" 200 109 0.059748 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.011637 10.0.0.50 - - [2025-09-25 01:37:16] "GET /instance-ip/2b18e982-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.007378 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004000 10.0.0.50 - - [2025-09-25 01:37:16] "POST /set-tag HTTP/1.1" 200 109 0.002084 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1910 0.005150 10.0.0.50 - - [2025-09-25 01:37:16] "POST /ref-update HTTP/1.1" 200 156 0.008681 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009070 10.0.0.50 - - [2025-09-25 01:37:16] "POST /set-tag HTTP/1.1" 200 109 0.003773 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.50 - - [2025-09-25 01:37:16] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.005680 10.0.0.50 - - [2025-09-25 01:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001908 10.0.0.50 - - [2025-09-25 01:37:17] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.050394 10.0.0.50 - - [2025-09-25 01:37:17] "POST /virtual-machines HTTP/1.1" 200 395 0.009312 10.0.0.50 - - [2025-09-25 01:37:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.012291 10.0.0.50 - - [2025-09-25 01:37:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.116406 10.0.0.50 - - [2025-09-25 01:37:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.008734 10.0.0.50 - - [2025-09-25 01:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.50 - - [2025-09-25 01:37:17] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.007663 10.0.0.50 - - [2025-09-25 01:37:17] "POST /instance-ips HTTP/1.1" 200 397 0.024379 10.0.0.50 - - [2025-09-25 01:37:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.018522 10.0.0.50 - - [2025-09-25 01:37:17] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008673 10.0.0.50 - - [2025-09-25 01:37:17] "POST /set-tag HTTP/1.1" 200 109 0.071195 10.0.0.50 - - [2025-09-25 01:37:17] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.019575 10.0.0.50 - - [2025-09-25 01:37:17] "GET /instance-ip/2b8e23dc-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002974 10.0.0.50 - - [2025-09-25 01:37:17] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004427 10.0.0.50 - - [2025-09-25 01:37:17] "POST /set-tag HTTP/1.1" 200 109 0.001912 10.0.0.50 - - [2025-09-25 01:37:17] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.003173 10.0.0.50 - - [2025-09-25 01:37:17] "POST /ref-update HTTP/1.1" 200 156 0.007598 10.0.0.50 - - [2025-09-25 01:37:17] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004423 10.0.0.50 - - [2025-09-25 01:37:17] "POST /set-tag HTTP/1.1" 200 109 0.002255 10.0.0.50 - - [2025-09-25 01:37:17] "POST /tags HTTP/1.1" 200 299 0.014696 10.0.0.50 - - [2025-09-25 01:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.014212 10.0.0.50 - - [2025-09-25 01:37:17] "GET /tag/77ff4e47-6709-4d13-8f79-041bad5cf2ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.012984 10.0.0.50 - - [2025-09-25 01:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001814 10.0.0.50 - - [2025-09-25 01:37:17] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003652 10.0.0.50 - - [2025-09-25 01:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001352 10.0.0.50 - - [2025-09-25 01:37:17] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.031677 10.0.0.50 - - [2025-09-25 01:37:17] "POST /virtual-machines HTTP/1.1" 200 395 0.008563 10.0.0.50 - - [2025-09-25 01:37:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.008305 10.0.0.50 - - [2025-09-25 01:37:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.097976 10.0.0.50 - - [2025-09-25 01:37:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.017251 10.0.0.50 - - [2025-09-25 01:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.014026 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.006382 10.0.0.50 - - [2025-09-25 01:37:18] "POST /instance-ips HTTP/1.1" 200 397 0.027922 10.0.0.50 - - [2025-09-25 01:37:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.026215 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008709 10.0.0.50 - - [2025-09-25 01:37:18] "POST /set-tag HTTP/1.1" 200 109 0.020552 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.015059 10.0.0.50 - - [2025-09-25 01:37:18] "GET /instance-ip/2c06742c-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002617 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004601 10.0.0.50 - - [2025-09-25 01:37:18] "POST /set-tag HTTP/1.1" 200 109 0.002353 10.0.0.50 - - [2025-09-25 01:37:18] "POST /tags HTTP/1.1" 200 299 0.018502 10.0.0.50 - - [2025-09-25 01:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009896 10.0.0.50 - - [2025-09-25 01:37:18] "GET /tag/36687dd6-ed9f-4ef0-bb85-9db43289f23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.012926 10.0.0.50 - - [2025-09-25 01:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003825 10.0.0.50 - - [2025-09-25 01:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001743 10.0.0.50 - - [2025-09-25 01:37:18] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.034243 10.0.0.50 - - [2025-09-25 01:37:18] "POST /virtual-machines HTTP/1.1" 200 395 0.008090 10.0.0.50 - - [2025-09-25 01:37:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.021774 10.0.0.50 - - [2025-09-25 01:37:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.112763 10.0.0.50 - - [2025-09-25 01:37:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.008752 10.0.0.50 - - [2025-09-25 01:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009122 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.013115 10.0.0.50 - - [2025-09-25 01:37:18] "POST /instance-ips HTTP/1.1" 200 397 0.024342 10.0.0.50 - - [2025-09-25 01:37:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.025201 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.013282 10.0.0.50 - - [2025-09-25 01:37:18] "POST /set-tag HTTP/1.1" 200 109 0.019892 10.0.0.50 - - [2025-09-25 01:37:18] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.016426 10.0.0.50 - - [2025-09-25 01:37:18] "GET /instance-ip/2c726240-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003043 10.0.0.50 - - [2025-09-25 01:37:19] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004273 10.0.0.50 - - [2025-09-25 01:37:19] "POST /set-tag HTTP/1.1" 200 109 0.002141 10.0.0.50 - - [2025-09-25 01:37:19] "POST /tags HTTP/1.1" 200 299 0.016596 10.0.0.50 - - [2025-09-25 01:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.50 - - [2025-09-25 01:37:19] "GET /tag/8f26eb11-ace6-4031-bad9-c939c97d0268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.013266 10.0.0.50 - - [2025-09-25 01:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.50 - - [2025-09-25 01:37:19] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.007269 10.0.0.50 - - [2025-09-25 01:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007230 10.0.0.50 - - [2025-09-25 01:37:19] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.044789 10.0.0.50 - - [2025-09-25 01:37:19] "POST /virtual-machines HTTP/1.1" 200 395 0.008634 10.0.0.50 - - [2025-09-25 01:37:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.013691 10.0.0.50 - - [2025-09-25 01:37:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.097969 10.0.0.50 - - [2025-09-25 01:37:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.007851 10.0.0.50 - - [2025-09-25 01:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011033 10.0.0.50 - - [2025-09-25 01:37:19] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.010768 10.0.0.50 - - [2025-09-25 01:37:19] "POST /instance-ips HTTP/1.1" 200 397 0.020514 10.0.0.50 - - [2025-09-25 01:37:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.028036 10.0.0.50 - - [2025-09-25 01:37:19] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.016834 10.0.0.50 - - [2025-09-25 01:37:19] "POST /set-tag HTTP/1.1" 200 109 0.018207 10.0.0.50 - - [2025-09-25 01:37:19] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.012942 10.0.0.50 - - [2025-09-25 01:37:19] "GET /instance-ip/2ce4fd14-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003583 10.0.0.50 - - [2025-09-25 01:37:19] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.011409 10.0.0.50 - - [2025-09-25 01:37:19] "POST /set-tag HTTP/1.1" 200 109 0.002481 10.0.0.50 - - [2025-09-25 01:37:19] "POST /tags HTTP/1.1" 200 299 0.020209 10.0.0.50 - - [2025-09-25 01:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002082 10.0.0.50 - - [2025-09-25 01:37:19] "GET /tag/14a5e9a5-0051-40c8-a1ff-c472062f5f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.017964 10.0.0.50 - - [2025-09-25 01:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.50 - - [2025-09-25 01:37:19] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.005378 10.0.0.50 - - [2025-09-25 01:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001800 10.0.0.50 - - [2025-09-25 01:37:20] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.044072 10.0.0.50 - - [2025-09-25 01:37:20] "POST /virtual-machines HTTP/1.1" 200 395 0.009483 10.0.0.50 - - [2025-09-25 01:37:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.015160 10.0.0.50 - - [2025-09-25 01:37:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.104651 10.0.0.50 - - [2025-09-25 01:37:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.008885 10.0.0.50 - - [2025-09-25 01:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010543 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008966 10.0.0.50 - - [2025-09-25 01:37:20] "POST /instance-ips HTTP/1.1" 200 397 0.021317 10.0.0.50 - - [2025-09-25 01:37:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.031082 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008019 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.017599 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.012583 10.0.0.50 - - [2025-09-25 01:37:20] "GET /instance-ip/2d55731e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002934 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004092 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.002012 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.003547 10.0.0.50 - - [2025-09-25 01:37:20] "POST /ref-update HTTP/1.1" 200 156 0.008000 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004416 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.001925 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003609 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.002080 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004080 10.0.0.50 - - [2025-09-25 01:37:20] "POST /ref-update HTTP/1.1" 200 156 0.007877 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.012733 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.002598 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005465 10.0.0.50 - - [2025-09-25 01:37:20] "POST /ref-update HTTP/1.1" 200 156 0.007945 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004104 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.001897 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003548 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.002270 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.003372 10.0.0.50 - - [2025-09-25 01:37:20] "POST /ref-update HTTP/1.1" 200 156 0.009408 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004093 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.001912 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003565 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.002302 10.0.0.50 - - [2025-09-25 01:37:20] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003843 10.0.0.50 - - [2025-09-25 01:37:20] "POST /set-tag HTTP/1.1" 200 109 0.001929 10.0.0.50 - - [2025-09-25 01:37:21] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004347 10.0.0.50 - - [2025-09-25 01:37:21] "POST /set-tag HTTP/1.1" 200 109 0.001917 10.0.0.50 - - [2025-09-25 01:37:21] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003607 10.0.0.50 - - [2025-09-25 01:37:21] "POST /set-tag HTTP/1.1" 200 109 0.001767 10.0.0.50 - - [2025-09-25 01:37:21] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004269 10.0.0.50 - - [2025-09-25 01:37:21] "POST /set-tag HTTP/1.1" 200 109 0.001910 10.0.0.50 - - [2025-09-25 01:37:21] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003712 10.0.0.50 - - [2025-09-25 01:37:21] "POST /set-tag HTTP/1.1" 200 109 0.002071 10.0.0.50 - - [2025-09-25 01:37:25] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004258 10.0.0.50 - - [2025-09-25 01:37:25] "POST /set-tag HTTP/1.1" 200 109 0.002110 10.0.0.50 - - [2025-09-25 01:37:26] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006515 10.0.0.50 - - [2025-09-25 01:37:26] "POST /set-tag HTTP/1.1" 200 109 0.002876 10.0.0.50 - - [2025-09-25 01:37:26] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009017 10.0.0.50 - - [2025-09-25 01:37:26] "POST /set-tag HTTP/1.1" 200 109 0.005069 10.0.0.50 - - [2025-09-25 01:37:26] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006948 10.0.0.50 - - [2025-09-25 01:37:26] "POST /set-tag HTTP/1.1" 200 109 0.003032 10.0.0.50 - - [2025-09-25 01:37:27] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004183 10.0.0.50 - - [2025-09-25 01:37:27] "POST /set-tag HTTP/1.1" 200 109 0.002122 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006463 10.0.0.50 - - [2025-09-25 01:37:28] "POST /set-tag HTTP/1.1" 200 109 0.002830 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine/625ad9b1-44ae-464a-9dcc-e2ada58ac231?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.011103 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004601 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine/b3dd19a0-70f4-42a0-9544-6248f00fe11a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002632 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006401 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine/40be8114-af1f-4fc3-9b0e-ff384c2563aa?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003730 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003847 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine/2d449ff4-384a-49a7-89a6-44bdd1edfe04?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.002767 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009637 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine/8f45bcd2-be8d-400e-b48b-6537685ab664?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002748 10.0.0.50 - - [2025-09-25 01:37:28] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003829 10.0.0.50 - - [2025-09-25 01:37:29] "GET /virtual-machine/0a736bf9-f7a5-45d7-b794-c2f3ac3242de?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.002941 10.0.0.50 - - [2025-09-25 01:37:29] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003970 10.0.0.50 - - [2025-09-25 01:37:30] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004228 10.0.0.50 - - [2025-09-25 01:37:30] "POST /set-tag HTTP/1.1" 200 109 0.001948 10.0.0.50 - - [2025-09-25 01:37:31] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004349 10.0.0.50 - - [2025-09-25 01:37:31] "POST /set-tag HTTP/1.1" 200 109 0.002018 10.0.0.50 - - [2025-09-25 01:37:34] "GET /virtual-machine/41fedabb-33b6-4e6e-9eb3-2581cce977d7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002662 10.0.0.50 - - [2025-09-25 01:37:34] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003311 10.0.0.50 - - [2025-09-25 01:37:34] "GET /virtual-machine/8e9ac253-0893-4b7f-95c9-63cd0bc5d0fd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002559 10.0.0.50 - - [2025-09-25 01:37:34] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004026 10.0.0.50 - - [2025-09-25 01:37:34] "GET /loadbalancer/e334823d-ea38-4351-86a9-04060c56961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006106 10.0.0.50 - - [2025-09-25 01:37:34] "POST /tags HTTP/1.1" 200 333 0.022818 10.0.0.50 - - [2025-09-25 01:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008280 10.0.0.50 - - [2025-09-25 01:37:34] "GET /tag/ef6c7b60-a3e6-4f28-a7ff-82ab89d0294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.012932 10.0.0.50 - - [2025-09-25 01:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.50 - - [2025-09-25 01:37:34] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.031915 10.0.0.50 - - [2025-09-25 01:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001342 10.0.0.50 - - [2025-09-25 01:37:34] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.003724 10.0.0.50 - - [2025-09-25 01:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001539 10.0.0.50 - - [2025-09-25 01:37:34] "GET /service-appliance-set/a4b8199a-8f12-469e-b116-7938f22cf6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002602 10.0.0.50 - - [2025-09-25 01:37:34] "POST /fqname-to-id HTTP/1.1" 404 273 0.001382 10.0.0.50 - - [2025-09-25 01:37:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.086410 10.0.0.50 - - [2025-09-25 01:37:34] "GET /virtual-machine-interface/825bbff3-edbd-4c9a-ae2d-4221ec9c5a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.011565 10.0.0.50 - - [2025-09-25 01:37:35] "POST /instance-ips HTTP/1.1" 200 409 0.019391 10.0.0.50 - - [2025-09-25 01:37:35] "GET /instance-ip/f9613e88-6048-4984-a85b-e135db5f016a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1670 0.005552 10.0.0.50 - - [2025-09-25 01:37:35] "POST /loadbalancers HTTP/1.1" 200 629 0.069374 10.0.0.50 - - [2025-09-25 01:37:35] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.021692 10.0.0.50 - - [2025-09-25 01:37:35] "GET /instance-ip/f9613e88-6048-4984-a85b-e135db5f016a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1670 0.004737 10.0.0.50 - - [2025-09-25 01:37:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.011592 10.0.0.50 - - [2025-09-25 01:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.50 - - [2025-09-25 01:37:35] "POST /floating-ips HTTP/1.1" 200 597 0.029247 10.0.0.50 - - [2025-09-25 01:37:35] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.044842 10.0.0.50 - - [2025-09-25 01:37:35] "GET /loadbalancer/e334823d-ea38-4351-86a9-04060c56961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2321 0.002533 10.0.0.50 - - [2025-09-25 01:37:35] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.014619 10.0.0.50 - - [2025-09-25 01:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007130 10.0.0.50 - - [2025-09-25 01:37:35] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.025903 10.0.0.50 - - [2025-09-25 01:37:35] "GET /loadbalancer-listener/785353a4-6049-44ba-9b48-72c59ca8116f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1842 0.002578 10.0.0.50 - - [2025-09-25 01:37:35] "GET /loadbalancer-listener/785353a4-6049-44ba-9b48-72c59ca8116f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1242 0.002526 10.0.0.50 - - [2025-09-25 01:37:35] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.025193 10.0.0.50 - - [2025-09-25 01:37:35] "GET /instance-ip/f9613e88-6048-4984-a85b-e135db5f016a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1670 0.006389 10.0.0.50 - - [2025-09-25 01:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002282 10.0.0.50 - - [2025-09-25 01:37:35] "GET /instance-ip/f9613e88-6048-4984-a85b-e135db5f016a?fields=floating_ips HTTP/1.1" 200 1213 0.005123 10.0.0.50 - - [2025-09-25 01:37:35] "GET /loadbalancer/e334823d-ea38-4351-86a9-04060c56961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2321 0.003155 10.0.0.50 - - [2025-09-25 01:37:35] "GET /floating-ip/8c3e4107-5ee0-4f00-b292-b1ea303f3bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.002412 10.0.0.50 - - [2025-09-25 01:37:35] "GET /loadbalancer-pool/bef8da11-d6db-4784-ad3a-84dcdcd38669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003984 10.0.0.50 - - [2025-09-25 01:37:35] "POST /loadbalancer-members HTTP/1.1" 200 721 0.015494 10.0.0.50 - - [2025-09-25 01:37:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.015220 10.0.0.50 - - [2025-09-25 01:37:35] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.012465 10.0.0.50 - - [2025-09-25 01:37:35] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.008431 10.0.0.50 - - [2025-09-25 01:37:35] "POST /ref-update HTTP/1.1" 200 156 0.006461 10.0.0.50 - - [2025-09-25 01:37:35] "GET /floating-ip/8c3e4107-5ee0-4f00-b292-b1ea303f3bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.012790 10.0.0.50 - - [2025-09-25 01:37:35] "POST /tags HTTP/1.1" 409 221 0.001809 10.0.0.50 - - [2025-09-25 01:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001395 10.0.0.50 - - [2025-09-25 01:37:35] "GET /tag/ef6c7b60-a3e6-4f28-a7ff-82ab89d0294f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.009649 10.0.0.50 - - [2025-09-25 01:37:35] "GET /loadbalancer/e334823d-ea38-4351-86a9-04060c56961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2321 0.006642 10.0.0.50 - - [2025-09-25 01:37:35] "PUT /floating-ip/8c3e4107-5ee0-4f00-b292-b1ea303f3bd8 HTTP/1.1" 200 256 0.020343 10.0.0.50 - - [2025-09-25 01:37:35] "POST /set-tag HTTP/1.1" 200 109 0.101669 10.0.0.50 - - [2025-09-25 01:37:35] "GET /loadbalancer-pool/bef8da11-d6db-4784-ad3a-84dcdcd38669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003654 10.0.0.50 - - [2025-09-25 01:37:35] "POST /loadbalancer-members HTTP/1.1" 200 721 0.013206 10.0.0.50 - - [2025-09-25 01:37:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.011483 10.0.0.50 - - [2025-09-25 01:37:35] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.007233 10.0.0.50 - - [2025-09-25 01:37:35] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003611 10.0.0.50 - - [2025-09-25 01:37:35] "POST /ref-update HTTP/1.1" 200 156 0.005905 10.0.0.50 - - [2025-09-25 01:37:35] "GET /floating-ip/8c3e4107-5ee0-4f00-b292-b1ea303f3bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2236 0.006833 10.0.0.50 - - [2025-09-25 01:37:35] "POST /set-tag HTTP/1.1" 200 109 0.071683 10.0.0.50 - - [2025-09-25 01:37:36] "POST /tags HTTP/1.1" 409 206 0.002888 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001549 10.0.0.50 - - [2025-09-25 01:37:36] "GET /tag/3b7bf425-7ec4-440b-ba22-4d2328d83826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.009963 10.0.0.50 - - [2025-09-25 01:37:36] "POST /tags HTTP/1.1" 409 204 0.002002 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001461 10.0.0.50 - - [2025-09-25 01:37:36] "GET /tag/36687dd6-ed9f-4ef0-bb85-9db43289f23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.010199 10.0.0.50 - - [2025-09-25 01:37:36] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002035 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001770 10.0.0.50 - - [2025-09-25 01:37:36] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002066 10.0.0.50 - - [2025-09-25 01:37:36] "POST /tags HTTP/1.1" 409 206 0.001372 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001176 10.0.0.50 - - [2025-09-25 01:37:36] "GET /tag/3b7bf425-7ec4-440b-ba22-4d2328d83826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.009338 10.0.0.50 - - [2025-09-25 01:37:36] "POST /tags HTTP/1.1" 409 226 0.001770 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.50 - - [2025-09-25 01:37:36] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010173 10.0.0.50 - - [2025-09-25 01:37:36] "POST /tags HTTP/1.1" 409 204 0.001645 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001784 10.0.0.50 - - [2025-09-25 01:37:36] "GET /tag/36687dd6-ed9f-4ef0-bb85-9db43289f23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.009913 10.0.0.50 - - [2025-09-25 01:37:36] "POST /tags HTTP/1.1" 409 226 0.001628 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001262 10.0.0.50 - - [2025-09-25 01:37:36] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.009535 10.0.0.50 - - [2025-09-25 01:37:36] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002120 10.0.0.50 - - [2025-09-25 01:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001793 10.0.0.50 - - [2025-09-25 01:37:36] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.001999 10.0.0.50 - - [2025-09-25 01:37:36] "POST /firewall-rules HTTP/1.1" 200 626 0.073726 10.0.0.50 - - [2025-09-25 01:37:36] "POST /firewall-rules HTTP/1.1" 200 646 0.107891 10.0.0.50 - - [2025-09-25 01:37:36] "GET /firewall-rule/349f4764-3e8a-4473-bdef-c74069402443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.009331 10.0.0.50 - - [2025-09-25 01:37:36] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002794 10.0.0.50 - - [2025-09-25 01:37:36] "GET /firewall-rule/47df25fe-a90e-45b4-85e7-8b0dc8c0f136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.004179 10.0.0.50 - - [2025-09-25 01:37:36] "POST /ref-update HTTP/1.1" 200 156 0.019305 10.0.0.50 - - [2025-09-25 01:37:36] "POST /firewall-policys HTTP/1.1" 200 606 0.024466 10.0.0.50 - - [2025-09-25 01:37:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.014290 10.0.0.50 - - [2025-09-25 01:37:36] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005903 10.0.0.50 - - [2025-09-25 01:37:36] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002517 10.0.0.50 - - [2025-09-25 01:37:36] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.001961 10.0.0.50 - - [2025-09-25 01:37:36] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002806 10.0.0.50 - - [2025-09-25 01:37:37] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.003767 10.0.0.50 - - [2025-09-25 01:37:37] "GET /firewall-policy/b4a2859a-eda2-48a2-aaf6-0e3571dbf884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.004357 10.0.0.50 - - [2025-09-25 01:37:37] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.001898 10.0.0.50 - - [2025-09-25 01:37:37] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.002715 10.0.0.50 - - [2025-09-25 01:37:37] "POST /ref-update HTTP/1.1" 200 156 0.016383 10.0.0.50 - - [2025-09-25 01:37:37] "POST /ref-update HTTP/1.1" 200 156 0.021595 10.0.0.50 - - [2025-09-25 01:37:37] "POST /ref-update HTTP/1.1" 200 156 0.015154 10.0.0.50 - - [2025-09-25 01:37:37] "POST /ref-update HTTP/1.1" 200 156 0.080635 10.0.0.50 - - [2025-09-25 01:37:37] "POST /ref-update HTTP/1.1" 200 156 0.029359 10.0.0.50 - - [2025-09-25 01:37:37] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.002552 10.0.0.50 - - [2025-09-25 01:39:35] "POST /tags HTTP/1.1" 409 252 0.002041 10.0.0.50 - - [2025-09-25 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001503 10.0.0.50 - - [2025-09-25 01:39:35] "GET /tag/df7a98bc-4943-4bed-b49e-10ef492ead19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.011325 10.0.0.50 - - [2025-09-25 01:39:35] "POST /tags HTTP/1.1" 409 228 0.001828 10.0.0.50 - - [2025-09-25 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001329 10.0.0.50 - - [2025-09-25 01:39:35] "GET /tag/51b6a2cc-de2e-42ce-8a46-df2eb13eee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.010235 10.0.0.50 - - [2025-09-25 01:39:35] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002979 10.0.0.50 - - [2025-09-25 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001208 10.0.0.50 - - [2025-09-25 01:39:35] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002101 10.0.0.50 - - [2025-09-25 01:39:35] "POST /tags HTTP/1.1" 409 206 0.001400 10.0.0.50 - - [2025-09-25 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.50 - - [2025-09-25 01:39:35] "GET /tag/3b7bf425-7ec4-440b-ba22-4d2328d83826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.010290 10.0.0.50 - - [2025-09-25 01:39:35] "POST /tags HTTP/1.1" 409 226 0.001701 10.0.0.50 - - [2025-09-25 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001323 10.0.0.50 - - [2025-09-25 01:39:35] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010106 10.0.0.50 - - [2025-09-25 01:39:35] "POST /tags HTTP/1.1" 409 204 0.001662 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001939 10.0.0.50 - - [2025-09-25 01:39:36] "GET /tag/36687dd6-ed9f-4ef0-bb85-9db43289f23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.009494 10.0.0.50 - - [2025-09-25 01:39:36] "POST /tags HTTP/1.1" 409 226 0.001532 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001183 10.0.0.50 - - [2025-09-25 01:39:36] "GET /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.009766 10.0.0.50 - - [2025-09-25 01:39:36] "POST /tags HTTP/1.1" 409 228 0.001367 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.50 - - [2025-09-25 01:39:36] "GET /tag/51b6a2cc-de2e-42ce-8a46-df2eb13eee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.009580 10.0.0.50 - - [2025-09-25 01:39:36] "POST /tags HTTP/1.1" 409 252 0.003432 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001752 10.0.0.50 - - [2025-09-25 01:39:36] "GET /tag/df7a98bc-4943-4bed-b49e-10ef492ead19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.016798 10.0.0.50 - - [2025-09-25 01:39:36] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002962 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.50 - - [2025-09-25 01:39:36] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002858 10.0.0.50 - - [2025-09-25 01:39:36] "POST /firewall-rules HTTP/1.1" 409 281 0.002235 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001619 10.0.0.50 - - [2025-09-25 01:39:36] "PUT /firewall-rule/47df25fe-a90e-45b4-85e7-8b0dc8c0f136 HTTP/1.1" 200 260 0.015573 10.0.0.50 - - [2025-09-25 01:39:36] "POST /firewall-rules HTTP/1.1" 409 291 0.008527 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001461 10.0.0.50 - - [2025-09-25 01:39:36] "PUT /firewall-rule/349f4764-3e8a-4473-bdef-c74069402443 HTTP/1.1" 200 260 0.019630 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-rule/349f4764-3e8a-4473-bdef-c74069402443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.003677 10.0.0.50 - - [2025-09-25 01:39:36] "POST /firewall-rules HTTP/1.1" 200 658 0.084481 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-rule/ea9b0894-38dd-40d8-a660-5addcdd2a15b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.003627 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.001775 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-rule/47df25fe-a90e-45b4-85e7-8b0dc8c0f136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002256 10.0.0.50 - - [2025-09-25 01:39:36] "POST /firewall-policys HTTP/1.1" 409 269 0.002512 10.0.0.50 - - [2025-09-25 01:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001414 10.0.0.50 - - [2025-09-25 01:39:36] "PUT /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f HTTP/1.1" 200 264 0.018957 10.0.0.50 - - [2025-09-25 01:39:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.020753 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009586 10.0.0.50 - - [2025-09-25 01:39:36] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002327 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.001843 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.001745 10.0.0.50 - - [2025-09-25 01:39:36] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.002472 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:40:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001054 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:40:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001126 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:40:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000868 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:40:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001284 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:40:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000918 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:40:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000870 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004894 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.002435 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.007658 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.004828 10.0.0.50 - - [2025-09-25 01:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.50 - - [2025-09-25 01:40:38] "GET /loadbalancer/e334823d-ea38-4351-86a9-04060c56961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2321 0.002445 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004091 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.061299 10.0.0.50 - - [2025-09-25 01:40:38] "DELETE /loadbalancer-member/7c9854ef-9dcf-41ef-8976-8707ca8b72b7 HTTP/1.1" 200 115 0.019438 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004379 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.001648 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003919 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.001805 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004612 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.002162 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.003860 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.001682 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004572 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.002564 10.0.0.50 - - [2025-09-25 01:40:38] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003806 10.0.0.50 - - [2025-09-25 01:40:38] "POST /set-tag HTTP/1.1" 200 109 0.002367 10.0.0.50 - - [2025-09-25 01:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001435 10.0.0.50 - - [2025-09-25 01:40:38] "GET /loadbalancer/e334823d-ea38-4351-86a9-04060c56961f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2321 0.001862 10.0.0.50 - - [2025-09-25 01:40:39] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004610 10.0.0.50 - - [2025-09-25 01:40:39] "POST /set-tag HTTP/1.1" 200 109 0.002670 10.0.0.50 - - [2025-09-25 01:40:39] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003961 10.0.0.50 - - [2025-09-25 01:40:39] "POST /set-tag HTTP/1.1" 200 109 0.002070 10.0.0.50 - - [2025-09-25 01:40:39] "GET /virtual-machine/625ad9b1-44ae-464a-9dcc-e2ada58ac231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002377 10.0.0.50 - - [2025-09-25 01:40:39] "POST /ref-update HTTP/1.1" 200 156 0.012269 10.0.0.50 - - [2025-09-25 01:40:39] "GET /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009518 10.0.0.50 - - [2025-09-25 01:40:39] "POST /set-tag HTTP/1.1" 200 109 0.037497 10.0.0.50 - - [2025-09-25 01:40:39] "POST /set-tag HTTP/1.1" 200 109 0.016388 10.0.0.50 - - [2025-09-25 01:40:39] "POST /set-tag HTTP/1.1" 200 109 0.035842 10.0.0.50 - - [2025-09-25 01:40:39] "POST /set-tag HTTP/1.1" 200 109 0.028816 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.011703 10.0.0.50 - - [2025-09-25 01:40:40] "DELETE /instance-ip/2a1514de-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.051238 10.0.0.50 - - [2025-09-25 01:40:40] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.50 - - [2025-09-25 01:40:40] "DELETE /virtual-machine-interface/29fefbb8-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.038595 10.0.0.50 - - [2025-09-25 01:40:40] "DELETE /virtual-machine/625ad9b1-44ae-464a-9dcc-e2ada58ac231 HTTP/1.1" 200 115 0.019176 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003809 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.002045 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003329 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.001930 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine/40be8114-af1f-4fc3-9b0e-ff384c2563aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.001896 10.0.0.50 - - [2025-09-25 01:40:40] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.014869 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.016742 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.014713 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.030683 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.014456 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.012474 10.0.0.50 - - [2025-09-25 01:40:40] "DELETE /instance-ip/2b18e982-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.051117 10.0.0.50 - - [2025-09-25 01:40:40] "DELETE /virtual-machine-interface/2b02edc6-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.042668 10.0.0.50 - - [2025-09-25 01:40:40] "DELETE /virtual-machine/40be8114-af1f-4fc3-9b0e-ff384c2563aa HTTP/1.1" 200 115 0.028007 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003831 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.002110 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004128 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.001863 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine/2d449ff4-384a-49a7-89a6-44bdd1edfe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.002441 10.0.0.50 - - [2025-09-25 01:40:40] "POST /ref-update HTTP/1.1" 200 156 0.008029 10.0.0.50 - - [2025-09-25 01:40:40] "GET /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.012665 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.017744 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.032496 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.018955 10.0.0.50 - - [2025-09-25 01:40:40] "POST /set-tag HTTP/1.1" 200 109 0.014937 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.037409 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /instance-ip/2b8e23dc-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.040421 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /virtual-machine-interface/2b741938-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.035095 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /virtual-machine/2d449ff4-384a-49a7-89a6-44bdd1edfe04 HTTP/1.1" 200 115 0.014817 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /tag/b66cd474-a225-46ff-9689-c09be0f0836a HTTP/1.1" 200 115 0.033025 10.0.0.50 - - [2025-09-25 01:40:41] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.003316 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.002051 10.0.0.50 - - [2025-09-25 01:40:41] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.003420 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.001468 10.0.0.50 - - [2025-09-25 01:40:41] "GET /virtual-machine/b3dd19a0-70f4-42a0-9544-6248f00fe11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.001830 10.0.0.50 - - [2025-09-25 01:40:41] "POST /ref-update HTTP/1.1" 200 156 0.007711 10.0.0.50 - - [2025-09-25 01:40:41] "GET /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.011061 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.018848 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.014889 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.021988 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.024321 10.0.0.50 - - [2025-09-25 01:40:41] "POST /set-tag HTTP/1.1" 200 109 0.012438 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /instance-ip/2a88dfc2-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.044162 10.0.0.50 - - [2025-09-25 01:40:41] "POST /ref-update HTTP/1.1" 200 156 0.012382 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /virtual-machine-interface/2a700b82-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.038547 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /virtual-machine/b3dd19a0-70f4-42a0-9544-6248f00fe11a HTTP/1.1" 200 115 0.018843 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /tag/44728d18-733d-4d91-af95-758da6df9fe8 HTTP/1.1" 200 115 0.027226 10.0.0.50 - - [2025-09-25 01:40:41] "DELETE /tag/3b7bf425-7ec4-440b-ba22-4d2328d83826 HTTP/1.1" 409 388 0.003775 10.0.0.50 - - [2025-09-25 01:41:09] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004543 10.0.0.50 - - [2025-09-25 01:41:09] "POST /set-tag HTTP/1.1" 200 109 0.002400 10.0.0.50 - - [2025-09-25 01:41:09] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004058 10.0.0.50 - - [2025-09-25 01:41:09] "POST /set-tag HTTP/1.1" 200 109 0.004405 10.0.0.50 - - [2025-09-25 01:41:09] "GET /virtual-machine/8e9ac253-0893-4b7f-95c9-63cd0bc5d0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003479 10.0.0.50 - - [2025-09-25 01:41:09] "POST /ref-update HTTP/1.1" 200 156 0.011086 10.0.0.50 - - [2025-09-25 01:41:09] "GET /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.014794 10.0.0.50 - - [2025-09-25 01:41:09] "POST /set-tag HTTP/1.1" 200 109 0.015430 10.0.0.50 - - [2025-09-25 01:41:09] "POST /set-tag HTTP/1.1" 200 109 0.025253 10.0.0.50 - - [2025-09-25 01:41:09] "POST /set-tag HTTP/1.1" 200 109 0.026038 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.029238 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /instance-ip/2d55731e-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.059270 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /virtual-machine-interface/2d3c4830-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.052889 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /virtual-machine/8e9ac253-0893-4b7f-95c9-63cd0bc5d0fd HTTP/1.1" 200 115 0.021133 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /tag/14a5e9a5-0051-40c8-a1ff-c472062f5f7b HTTP/1.1" 200 115 0.034387 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003756 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.002350 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004269 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.002039 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine/41fedabb-33b6-4e6e-9eb3-2581cce977d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003359 10.0.0.50 - - [2025-09-25 01:41:10] "POST /ref-update HTTP/1.1" 200 156 0.012282 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005428 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.021509 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.030180 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.030553 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.014411 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /instance-ip/2c726240-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.048947 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /virtual-machine-interface/2c575798-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.036895 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /virtual-machine/41fedabb-33b6-4e6e-9eb3-2581cce977d7 HTTP/1.1" 200 115 0.020294 10.0.0.50 - - [2025-09-25 01:41:10] "DELETE /tag/36687dd6-ed9f-4ef0-bb85-9db43289f23b HTTP/1.1" 409 236 0.005200 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004179 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.002027 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003687 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.001915 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine/0a736bf9-f7a5-45d7-b794-c2f3ac3242de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.002764 10.0.0.50 - - [2025-09-25 01:41:10] "POST /ref-update HTTP/1.1" 200 156 0.009244 10.0.0.50 - - [2025-09-25 01:41:10] "GET /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.014743 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.015049 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.030245 10.0.0.50 - - [2025-09-25 01:41:10] "POST /set-tag HTTP/1.1" 200 109 0.026276 10.0.0.50 - - [2025-09-25 01:41:11] "POST /set-tag HTTP/1.1" 200 109 0.013620 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /instance-ip/2ce4fd14-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.039565 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /virtual-machine-interface/2ccbf314-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.038466 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /virtual-machine/0a736bf9-f7a5-45d7-b794-c2f3ac3242de HTTP/1.1" 200 115 0.014970 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /tag/df7a98bc-4943-4bed-b49e-10ef492ead19 HTTP/1.1" 409 236 0.007470 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /tag/51b6a2cc-de2e-42ce-8a46-df2eb13eee19 HTTP/1.1" 409 236 0.004521 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /tag/8f26eb11-ace6-4031-bad9-c939c97d0268 HTTP/1.1" 200 115 0.028856 10.0.0.50 - - [2025-09-25 01:41:11] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004340 10.0.0.50 - - [2025-09-25 01:41:11] "POST /set-tag HTTP/1.1" 200 109 0.002604 10.0.0.50 - - [2025-09-25 01:41:11] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003965 10.0.0.50 - - [2025-09-25 01:41:11] "POST /set-tag HTTP/1.1" 200 109 0.001904 10.0.0.50 - - [2025-09-25 01:41:11] "GET /virtual-machine/8f45bcd2-be8d-400e-b48b-6537685ab664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002947 10.0.0.50 - - [2025-09-25 01:41:11] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.50 - - [2025-09-25 01:41:11] "GET /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.015492 10.0.0.50 - - [2025-09-25 01:41:11] "POST /set-tag HTTP/1.1" 200 109 0.017104 10.0.0.50 - - [2025-09-25 01:41:11] "POST /set-tag HTTP/1.1" 200 109 0.028514 10.0.0.50 - - [2025-09-25 01:41:11] "POST /set-tag HTTP/1.1" 200 109 0.025784 10.0.0.50 - - [2025-09-25 01:41:11] "POST /set-tag HTTP/1.1" 200 109 0.016093 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /instance-ip/2c06742c-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.038062 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /virtual-machine-interface/2bed047e-99b0-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.039449 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /virtual-machine/8f45bcd2-be8d-400e-b48b-6537685ab664 HTTP/1.1" 200 115 0.020715 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /tag/928b15ae-bece-41d1-a00c-4ea8b387d4d6 HTTP/1.1" 200 115 0.029163 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /tag/e7b08495-d238-46fa-8d34-797dc205f5c2 HTTP/1.1" 200 115 0.028093 10.0.0.50 - - [2025-09-25 01:41:11] "DELETE /tag/77ff4e47-6709-4d13-8f79-041bad5cf2ef HTTP/1.1" 200 115 0.031288 10.0.0.50 - - [2025-09-25 01:41:13] "POST /projects HTTP/1.1" 409 238 0.003754 10.0.0.50 - - [2025-09-25 01:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001762 10.0.0.50 - - [2025-09-25 01:41:13] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.034419 10.0.0.50 - - [2025-09-25 01:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.50 - - [2025-09-25 01:41:13] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004198 10.0.0.50 - - [2025-09-25 01:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001565 10.0.0.50 - - [2025-09-25 01:41:13] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.003671 10.0.0.50 - - [2025-09-25 01:41:13] "POST /security-groups HTTP/1.1" 409 285 0.002402 10.0.0.50 - - [2025-09-25 01:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001509 10.0.0.50 - - [2025-09-25 01:41:13] "PUT /security-group/46eb62a5-e4c9-4407-a20a-91b1b24de9e4 HTTP/1.1" 200 262 0.063002 10.0.0.50 - - [2025-09-25 01:41:13] "PUT /access-control-list/1edad1c0-dd00-43bb-9c0b-4d59e5ca526d HTTP/1.1" 200 272 0.012466 10.0.0.50 - - [2025-09-25 01:41:13] "PUT /access-control-list/271e1ca4-66ac-4315-9834-836e962c7510 HTTP/1.1" 200 272 0.027248 10.0.0.50 - - [2025-09-25 01:41:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.030742 10.0.0.50 - - [2025-09-25 01:41:18] "POST /projects HTTP/1.1" 409 238 0.003173 10.0.0.50 - - [2025-09-25 01:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002098 10.0.0.50 - - [2025-09-25 01:41:18] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.043549 10.0.0.50 - - [2025-09-25 01:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.50 - - [2025-09-25 01:41:18] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004119 10.0.0.50 - - [2025-09-25 01:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001761 10.0.0.50 - - [2025-09-25 01:41:18] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.006097 10.0.0.50 - - [2025-09-25 01:41:18] "POST /security-groups HTTP/1.1" 409 285 0.003262 10.0.0.50 - - [2025-09-25 01:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.50 - - [2025-09-25 01:41:19] "PUT /security-group/46eb62a5-e4c9-4407-a20a-91b1b24de9e4 HTTP/1.1" 200 262 0.079666 10.0.0.50 - - [2025-09-25 01:41:19] "PUT /access-control-list/1edad1c0-dd00-43bb-9c0b-4d59e5ca526d HTTP/1.1" 200 272 0.038846 10.0.0.50 - - [2025-09-25 01:41:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.060583 10.0.0.50 - - [2025-09-25 01:41:19] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.015079 10.0.0.50 - - [2025-09-25 01:41:19] "PUT /access-control-list/271e1ca4-66ac-4315-9834-836e962c7510 HTTP/1.1" 200 272 0.050686 10.0.0.50 - - [2025-09-25 01:41:19] "GET /firewall-rule/85b08f6c-8961-4009-af85-109491001036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002841 10.0.0.50 - - [2025-09-25 01:41:19] "POST /ref-update HTTP/1.1" 200 156 0.051195 10.0.0.50 - - [2025-09-25 01:41:19] "DELETE /firewall-rule/85b08f6c-8961-4009-af85-109491001036 HTTP/1.1" 200 115 0.039824 10.0.0.50 - - [2025-09-25 01:41:19] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.006108 10.0.0.50 - - [2025-09-25 01:41:19] "GET /firewall-rule/4b3f02b3-8f38-424d-9a49-1da5d09c86c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.003151 10.0.0.50 - - [2025-09-25 01:41:19] "POST /ref-update HTTP/1.1" 200 156 0.044392 10.0.0.50 - - [2025-09-25 01:41:19] "DELETE /firewall-rule/4b3f02b3-8f38-424d-9a49-1da5d09c86c0 HTTP/1.1" 200 115 0.033267 10.0.0.50 - - [2025-09-25 01:41:19] "DELETE /tag/6c00ed10-7812-483e-8919-5bd9b47601af HTTP/1.1" 200 115 0.060448 10.0.0.50 - - [2025-09-25 01:41:19] "DELETE /tag/df7a98bc-4943-4bed-b49e-10ef492ead19 HTTP/1.1" 409 236 0.004755 10.0.0.50 - - [2025-09-25 01:41:19] "DELETE /tag/51b6a2cc-de2e-42ce-8a46-df2eb13eee19 HTTP/1.1" 409 236 0.007570 10.0.0.50 - - [2025-09-25 01:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.50 - - [2025-09-25 01:41:19] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.006062 10.0.0.50 - - [2025-09-25 01:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006057 10.0.0.50 - - [2025-09-25 01:41:19] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.009996 10.0.0.50 - - [2025-09-25 01:41:19] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.045042 10.0.0.50 - - [2025-09-25 01:41:19] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.046977 10.0.0.50 - - [2025-09-25 01:41:19] "DELETE /security-group/46eb62a5-e4c9-4407-a20a-91b1b24de9e4 HTTP/1.1" 200 115 0.073433 10.0.0.50 - - [2025-09-25 01:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001744 10.0.0.50 - - [2025-09-25 01:41:19] "DELETE /access-control-list/1edad1c0-dd00-43bb-9c0b-4d59e5ca526d HTTP/1.1" 200 115 0.053692 10.0.0.50 - - [2025-09-25 01:41:20] "DELETE /access-control-list/271e1ca4-66ac-4315-9834-836e962c7510 HTTP/1.1" 200 115 0.039024 10.0.0.50 - - [2025-09-25 01:41:20] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.037153 10.0.0.50 - - [2025-09-25 01:41:20] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?fields=security_groups HTTP/1.1" 200 1352 0.039813 10.0.0.50 - - [2025-09-25 01:41:20] "DELETE /security-group/2e519c5e-5672-4410-965d-8fede52b765c HTTP/1.1" 200 115 0.058621 10.0.0.50 - - [2025-09-25 01:41:20] "DELETE /access-control-list/6f3b03e7-19fc-4b5e-b71f-fe00dfb16ccf HTTP/1.1" 200 115 0.047304 10.0.0.50 - - [2025-09-25 01:41:20] "GET /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b?fields=application_policy_sets HTTP/1.1" 200 1391 0.061461 10.0.0.50 - - [2025-09-25 01:41:20] "DELETE /access-control-list/0d9d7fd5-7d8e-4649-b912-7a7a2634d4b1 HTTP/1.1" 200 115 0.055242 10.0.0.50 - - [2025-09-25 01:41:20] "DELETE /project/6ff3768b-394f-4070-a9d5-86c90aaccd9b HTTP/1.1" 200 115 0.383772 10.0.0.50 - - [2025-09-25 01:41:20] "POST /projects HTTP/1.1" 409 238 0.004645 10.0.0.50 - - [2025-09-25 01:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001683 10.0.0.50 - - [2025-09-25 01:41:20] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.027666 10.0.0.50 - - [2025-09-25 01:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007304 10.0.0.50 - - [2025-09-25 01:41:20] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.004302 10.0.0.50 - - [2025-09-25 01:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002089 10.0.0.50 - - [2025-09-25 01:41:20] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.004072 10.0.0.50 - - [2025-09-25 01:41:20] "POST /security-groups HTTP/1.1" 409 285 0.002075 10.0.0.50 - - [2025-09-25 01:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007351 10.0.0.50 - - [2025-09-25 01:41:20] "PUT /security-group/f6b66e88-e533-49ed-b75d-3e67f460a547 HTTP/1.1" 200 262 0.075297 10.0.0.50 - - [2025-09-25 01:41:20] "PUT /access-control-list/38bc2d8c-080d-4c69-89d5-f84087a44c4f HTTP/1.1" 200 272 0.040693 10.0.0.50 - - [2025-09-25 01:41:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.063531 10.0.0.50 - - [2025-09-25 01:41:20] "PUT /access-control-list/b07ed7f9-e359-45f6-8374-607f9225baa5 HTTP/1.1" 200 272 0.029772 10.0.0.50 - - [2025-09-25 01:41:24] "DELETE /loadbalancer-member/874a3d1e-2bd8-47ff-933a-6efc8f4e9e29 HTTP/1.1" 200 115 0.044326 10.0.0.50 - - [2025-09-25 01:41:24] "DELETE /loadbalancer-pool/bef8da11-d6db-4784-ad3a-84dcdcd38669 HTTP/1.1" 200 115 0.044811 10.0.0.50 - - [2025-09-25 01:41:24] "DELETE /loadbalancer-listener/785353a4-6049-44ba-9b48-72c59ca8116f HTTP/1.1" 200 115 0.051349 10.0.0.50 - - [2025-09-25 01:41:24] "DELETE /loadbalancer/e334823d-ea38-4351-86a9-04060c56961f HTTP/1.1" 200 115 0.055923 10.0.0.50 - - [2025-09-25 01:41:24] "DELETE /floating-ip/8c3e4107-5ee0-4f00-b292-b1ea303f3bd8 HTTP/1.1" 200 115 0.036406 10.0.0.50 - - [2025-09-25 01:41:24] "DELETE /instance-ip/f9613e88-6048-4984-a85b-e135db5f016a HTTP/1.1" 200 115 0.043840 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /virtual-machine-interface/825bbff3-edbd-4c9a-ae2d-4221ec9c5a12 HTTP/1.1" 200 115 0.057689 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /tag/ef6c7b60-a3e6-4f28-a7ff-82ab89d0294f HTTP/1.1" 200 115 0.039486 10.0.0.50 - - [2025-09-25 01:41:25] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002459 10.0.0.50 - - [2025-09-25 01:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.50 - - [2025-09-25 01:41:25] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002867 10.0.0.50 - - [2025-09-25 01:41:25] "GET /firewall-policy/647743c3-cede-4e5d-8b5d-47c30aa3fdd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002333 10.0.0.50 - - [2025-09-25 01:41:25] "GET /firewall-rule/47df25fe-a90e-45b4-85e7-8b0dc8c0f136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.003039 10.0.0.50 - - [2025-09-25 01:41:25] "POST /ref-update HTTP/1.1" 200 156 0.011176 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /firewall-rule/47df25fe-a90e-45b4-85e7-8b0dc8c0f136 HTTP/1.1" 200 115 0.042975 10.0.0.50 - - [2025-09-25 01:41:25] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.011619 10.0.0.50 - - [2025-09-25 01:41:25] "GET /firewall-rule/349f4764-3e8a-4473-bdef-c74069402443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.002829 10.0.0.50 - - [2025-09-25 01:41:25] "POST /ref-update HTTP/1.1" 200 156 0.017109 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /firewall-rule/349f4764-3e8a-4473-bdef-c74069402443 HTTP/1.1" 200 115 0.089184 10.0.0.50 - - [2025-09-25 01:41:25] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007834 10.0.0.50 - - [2025-09-25 01:41:25] "GET /firewall-rule/ea9b0894-38dd-40d8-a660-5addcdd2a15b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.007016 10.0.0.50 - - [2025-09-25 01:41:25] "POST /ref-update HTTP/1.1" 200 156 0.021297 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /firewall-rule/ea9b0894-38dd-40d8-a660-5addcdd2a15b HTTP/1.1" 200 115 0.049497 10.0.0.50 - - [2025-09-25 01:41:25] "GET /application-policy-set/46871f5d-e2e8-4892-9a33-50a0974a7096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002152 10.0.0.50 - - [2025-09-25 01:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.50 - - [2025-09-25 01:41:25] "GET /policy-management/41041164-e3a7-43b6-af0c-9d52e5cb3073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002834 10.0.0.50 - - [2025-09-25 01:41:25] "GET /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003681 10.0.0.50 - - [2025-09-25 01:41:25] "POST /ref-update HTTP/1.1" 200 156 0.030277 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /firewall-policy/0cdef938-90a2-4322-9ecb-0dabf05ec47f HTTP/1.1" 200 115 0.047398 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /tag/36687dd6-ed9f-4ef0-bb85-9db43289f23b HTTP/1.1" 200 115 0.107919 10.0.0.50 - - [2025-09-25 01:41:25] "DELETE /tag/df7a98bc-4943-4bed-b49e-10ef492ead19 HTTP/1.1" 200 115 0.040876 10.0.0.50 - - [2025-09-25 01:41:26] "DELETE /tag/51b6a2cc-de2e-42ce-8a46-df2eb13eee19 HTTP/1.1" 200 115 0.094637 10.0.0.50 - - [2025-09-25 01:41:26] "DELETE /tag/3b7bf425-7ec4-440b-ba22-4d2328d83826 HTTP/1.1" 200 115 0.074721 10.0.0.50 - - [2025-09-25 01:41:26] "POST /projects HTTP/1.1" 409 238 0.001933 10.0.0.50 - - [2025-09-25 01:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001877 10.0.0.50 - - [2025-09-25 01:41:26] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.033206 10.0.0.50 - - [2025-09-25 01:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.50 - - [2025-09-25 01:41:26] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.006944 10.0.0.50 - - [2025-09-25 01:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.50 - - [2025-09-25 01:41:26] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.017691 10.0.0.50 - - [2025-09-25 01:41:26] "POST /security-groups HTTP/1.1" 409 285 0.002884 10.0.0.50 - - [2025-09-25 01:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.50 - - [2025-09-25 01:41:26] "PUT /security-group/f6b66e88-e533-49ed-b75d-3e67f460a547 HTTP/1.1" 200 262 0.066717 10.0.0.50 - - [2025-09-25 01:41:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.052967 10.0.0.50 - - [2025-09-25 01:41:26] "PUT /access-control-list/38bc2d8c-080d-4c69-89d5-f84087a44c4f HTTP/1.1" 200 272 0.041694 10.0.0.50 - - [2025-09-25 01:41:26] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4387 0.035198 10.0.0.50 - - [2025-09-25 01:41:26] "PUT /access-control-list/b07ed7f9-e359-45f6-8374-607f9225baa5 HTTP/1.1" 200 272 0.019420 10.0.0.50 - - [2025-09-25 01:41:26] "GET /firewall-rule/f51af98f-b192-4508-bb9d-7950f7e760f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.002772 10.0.0.50 - - [2025-09-25 01:41:26] "POST /ref-update HTTP/1.1" 200 156 0.049385 10.0.0.50 - - [2025-09-25 01:41:26] "DELETE /firewall-rule/f51af98f-b192-4508-bb9d-7950f7e760f3 HTTP/1.1" 200 115 0.036321 10.0.0.50 - - [2025-09-25 01:41:26] "GET /firewall-policy/a19640e1-794b-4b51-9a6c-dde51dd5391b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.007566 10.0.0.50 - - [2025-09-25 01:41:26] "GET /firewall-rule/cd7db8b4-373f-4794-ad36-c4890fab6f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002780 10.0.0.50 - - [2025-09-25 01:41:26] "POST /ref-update HTTP/1.1" 200 156 0.040567 10.0.0.50 - - [2025-09-25 01:41:26] "DELETE /firewall-rule/cd7db8b4-373f-4794-ad36-c4890fab6f24 HTTP/1.1" 200 115 0.040484 10.0.0.50 - - [2025-09-25 01:41:26] "DELETE /tag/3a858063-00d1-4f56-85bd-aa5bbcbb0146 HTTP/1.1" 200 115 0.046679 10.0.0.50 - - [2025-09-25 01:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.50 - - [2025-09-25 01:41:26] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.013980 10.0.0.50 - - [2025-09-25 01:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.50 - - [2025-09-25 01:41:26] "GET /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.004872 10.0.0.50 - - [2025-09-25 01:41:27] "PUT /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde HTTP/1.1" 200 264 0.041326 10.0.0.50 - - [2025-09-25 01:41:27] "PUT /virtual-network/b299fed5-3126-4e08-bab4-350ad8a47292 HTTP/1.1" 200 264 0.054469 10.0.0.50 - - [2025-09-25 01:41:27] "DELETE /security-group/f6b66e88-e533-49ed-b75d-3e67f460a547 HTTP/1.1" 200 115 0.075042 10.0.0.50 - - [2025-09-25 01:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001763 10.0.0.50 - - [2025-09-25 01:41:27] "DELETE /access-control-list/38bc2d8c-080d-4c69-89d5-f84087a44c4f HTTP/1.1" 200 115 0.045913 10.0.0.50 - - [2025-09-25 01:41:27] "DELETE /access-control-list/b07ed7f9-e359-45f6-8374-607f9225baa5 HTTP/1.1" 200 115 0.028560 10.0.0.50 - - [2025-09-25 01:41:27] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.039604 10.0.0.50 - - [2025-09-25 01:41:27] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?fields=security_groups HTTP/1.1" 200 1353 0.037925 10.0.0.50 - - [2025-09-25 01:41:27] "DELETE /security-group/f3a57a1a-a5a6-45af-9dc6-700ed1497995 HTTP/1.1" 200 115 0.068039 10.0.0.50 - - [2025-09-25 01:41:27] "GET /project/98b8ece9-8834-49ee-bc70-e68d08416ae7?fields=application_policy_sets HTTP/1.1" 200 1392 0.054010 10.0.0.50 - - [2025-09-25 01:41:27] "DELETE /access-control-list/5789e762-e951-4bc7-8f66-bb038b903d60 HTTP/1.1" 200 115 0.070064 10.0.0.50 - - [2025-09-25 01:41:27] "DELETE /access-control-list/770b7715-a54e-4c29-90b0-cb28e0a1b2b5 HTTP/1.1" 200 115 0.037841 10.0.0.50 - - [2025-09-25 01:41:27] "DELETE /project/98b8ece9-8834-49ee-bc70-e68d08416ae7 HTTP/1.1" 200 115 0.394878 10.0.0.50 - - [2025-09-25 01:41:33] "GET /global-system-configs HTTP/1.1" 200 322 0.011780 10.0.0.50 - - [2025-09-25 01:41:35] "GET /global-system-configs HTTP/1.1" 200 322 0.005738 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:41:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001001 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:41:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000913 10.0.0.50 - - [2025-09-25 01:42:29] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.50 - - [2025-09-25 01:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.50 - - [2025-09-25 01:42:30] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002382 10.0.0.50 - - [2025-09-25 01:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.50 - - [2025-09-25 01:42:30] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002332 10.0.0.50 - - [2025-09-25 01:42:44] "GET / HTTP/1.1" 200 35931 0.001351 10.0.0.50 - - [2025-09-25 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001797 10.0.0.50 - - [2025-09-25 01:42:44] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003985 10.0.0.50 - - [2025-09-25 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001221 10.0.0.50 - - [2025-09-25 01:42:44] "GET /config-node/47f1aed4-e451-4c6f-b69c-e8cea008456e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.001461 10.0.0.50 - - [2025-09-25 01:42:55] "GET / HTTP/1.1" 200 35931 0.001333 10.0.0.50 - - [2025-09-25 01:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001850 10.0.0.50 - - [2025-09-25 01:42:55] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002169 10.0.0.50 - - [2025-09-25 01:42:55] "POST /bgp-routers HTTP/1.1" 409 301 0.001300 10.0.0.50 - - [2025-09-25 01:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001891 10.0.0.50 - - [2025-09-25 01:42:55] "GET /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.002344 10.0.0.50 - - [2025-09-25 01:42:55] "PUT /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965 HTTP/1.1" 200 254 0.012938 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:42:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000854 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:42:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000830 10.0.0.50 - - [2025-09-25 01:43:10] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.50 - - [2025-09-25 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002322 10.0.0.50 - - [2025-09-25 01:43:10] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004097 10.0.0.50 - - [2025-09-25 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001762 10.0.0.50 - - [2025-09-25 01:43:10] "GET /config-node/47f1aed4-e451-4c6f-b69c-e8cea008456e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002489 10.0.0.50 - - [2025-09-25 01:43:10] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.50 - - [2025-09-25 01:43:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002094 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001919 10.0.0.50 - - [2025-09-25 01:43:15] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002122 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001295 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.006414 10.0.0.50 - - [2025-09-25 01:43:15] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 264 0.001873 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001302 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /alarm/898f7b00-8991-413d-bc10-707e19903d38 HTTP/1.1" 200 244 0.011754 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 261 0.020155 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /alarm/4709dce0-b752-4009-ad0d-ff4373beb66f HTTP/1.1" 200 244 0.009468 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 261 0.001949 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001232 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /alarm/829251c6-a9d7-4d88-9bf8-2499bc2ea25f HTTP/1.1" 200 244 0.008054 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 253 0.008508 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001508 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /alarm/02a6f24c-0b84-495d-ab6a-871729629fa8 HTTP/1.1" 200 244 0.009855 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 251 0.007860 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /alarm/dc4dd742-90b9-44f0-8d35-de9a9bdd4082 HTTP/1.1" 200 244 0.009279 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 252 0.005583 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002234 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /alarm/40a476bb-c3df-457f-b9c4-02ddb6d0d728 HTTP/1.1" 200 244 0.009248 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 256 0.004949 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001281 10.0.0.50 - - [2025-09-25 01:43:15] "PUT /alarm/332afccd-4969-4e48-a471-53049585dea3 HTTP/1.1" 200 244 0.041894 10.0.0.50 - - [2025-09-25 01:43:15] "POST /alarms HTTP/1.1" 409 248 0.004658 10.0.0.50 - - [2025-09-25 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001635 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/aca17501-b4bf-4569-be64-8aa3e77d5dd7 HTTP/1.1" 200 244 0.010479 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 252 0.001488 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006902 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/09360c13-0496-4e9a-871a-5ed6bb655290 HTTP/1.1" 200 244 0.011786 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 257 0.002161 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001755 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/30e60051-ca51-463f-99a5-311cc8c7a7ce HTTP/1.1" 200 244 0.009541 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 251 0.008818 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002229 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/b9462b85-714f-47d4-872d-333084964933 HTTP/1.1" 200 244 0.009305 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 257 0.006176 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001828 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/7a31dca3-9123-45dd-818c-76fb70edc53f HTTP/1.1" 200 244 0.010747 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 261 0.003021 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001681 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/d903c772-8e40-44e3-afa8-fbc930fc1e19 HTTP/1.1" 200 244 0.011795 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 258 0.009470 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001679 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/dfa69260-ba17-4e70-9347-79d25b3b3ce7 HTTP/1.1" 200 244 0.009476 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 254 0.004145 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/e5bd0e95-04b1-4f68-b9a3-83dae31524c1 HTTP/1.1" 200 244 0.009586 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 254 0.003595 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/c5924bfc-46c1-4a17-8603-f2393dc08e48 HTTP/1.1" 200 244 0.010720 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 254 0.008246 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001659 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/95c06a92-0753-4ee5-86f2-291deed4c4f8 HTTP/1.1" 200 244 0.014924 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 247 0.004831 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.017313 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/6977dd16-8193-4ede-924a-b4e5d541552e HTTP/1.1" 200 244 0.008844 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 272 0.003069 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001676 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/23df635f-dd3a-44f0-a2fe-b085a257b8fb HTTP/1.1" 200 244 0.010430 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 261 0.003982 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001480 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/aa499b35-8786-4eb6-ab4a-ffd0447d43d2 HTTP/1.1" 200 244 0.010906 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 259 0.003760 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/64e82042-e6b2-4b94-9f06-7252933e5378 HTTP/1.1" 200 244 0.009161 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 265 0.001660 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.50 - - [2025-09-25 01:43:16] "PUT /alarm/e2fa570b-6b3a-4a04-b039-ecd93e15f4d6 HTTP/1.1" 200 244 0.010429 10.0.0.50 - - [2025-09-25 01:43:16] "POST /alarms HTTP/1.1" 409 279 0.007918 10.0.0.50 - - [2025-09-25 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.50 - - [2025-09-25 01:43:17] "PUT /alarm/e52e124b-f842-4bb2-9f60-12c08019e7f9 HTTP/1.1" 200 244 0.010982 10.0.0.50 - - [2025-09-25 01:43:17] "GET / HTTP/1.1" 200 35931 0.002395 10.0.0.50 - - [2025-09-25 01:43:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002201 10.0.0.50 - - [2025-09-25 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001467 10.0.0.50 - - [2025-09-25 01:43:17] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.006271 10.0.0.50 - - [2025-09-25 01:43:17] "GET / HTTP/1.1" 200 35931 0.002151 10.0.0.50 - - [2025-09-25 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001732 10.0.0.50 - - [2025-09-25 01:43:17] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002056 10.0.0.50 - - [2025-09-25 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001251 10.0.0.50 - - [2025-09-25 01:43:17] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.008460 10.0.0.50 - - [2025-09-25 01:43:17] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.50 - - [2025-09-25 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001869 10.0.0.50 - - [2025-09-25 01:43:17] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005751 10.0.0.50 - - [2025-09-25 01:43:17] "PUT /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5 HTTP/1.1" 200 274 0.016866 10.0.0.50 - - [2025-09-25 01:43:21] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.50 - - [2025-09-25 01:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002066 10.0.0.50 - - [2025-09-25 01:43:21] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002929 10.0.0.50 - - [2025-09-25 01:43:21] "POST /bgp-routers HTTP/1.1" 409 301 0.002317 10.0.0.50 - - [2025-09-25 01:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.50 - - [2025-09-25 01:43:21] "GET /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.003424 10.0.0.50 - - [2025-09-25 01:43:21] "PUT /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965 HTTP/1.1" 200 254 0.018242 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:43:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000935 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:43:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000896 10.0.0.50 - - [2025-09-25 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.50 - - [2025-09-25 01:43:22] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002281 10.0.0.50 - - [2025-09-25 01:43:37] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.50 - - [2025-09-25 01:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001755 10.0.0.50 - - [2025-09-25 01:43:37] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003998 10.0.0.50 - - [2025-09-25 01:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001531 10.0.0.50 - - [2025-09-25 01:43:37] "GET /config-node/47f1aed4-e451-4c6f-b69c-e8cea008456e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002189 10.0.0.50 - - [2025-09-25 01:43:48] "GET / HTTP/1.1" 200 35931 0.001392 10.0.0.50 - - [2025-09-25 01:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001674 10.0.0.50 - - [2025-09-25 01:43:48] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003817 10.0.0.50 - - [2025-09-25 01:43:48] "POST /bgp-routers HTTP/1.1" 409 301 0.001533 10.0.0.50 - - [2025-09-25 01:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001317 10.0.0.50 - - [2025-09-25 01:43:48] "GET /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.002311 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:43:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001591 10.0.0.50 - - [2025-09-25 01:43:48] "PUT /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965 HTTP/1.1" 200 254 0.026371 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:43:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000793 10.0.0.50 - - [2025-09-25 01:44:02] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.50 - - [2025-09-25 01:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001814 10.0.0.50 - - [2025-09-25 01:44:02] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005603 10.0.0.50 - - [2025-09-25 01:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001537 10.0.0.50 - - [2025-09-25 01:44:02] "GET /config-node/47f1aed4-e451-4c6f-b69c-e8cea008456e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.001472 10.0.0.50 - - [2025-09-25 01:44:03] "GET / HTTP/1.1" 200 35931 0.001518 10.0.0.50 - - [2025-09-25 01:44:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002399 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001829 10.0.0.50 - - [2025-09-25 01:44:08] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.001983 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001302 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.006952 10.0.0.50 - - [2025-09-25 01:44:08] "GET / HTTP/1.1" 200 35931 0.001355 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 264 0.001970 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001401 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/898f7b00-8991-413d-bc10-707e19903d38 HTTP/1.1" 200 244 0.008386 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 261 0.002035 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001395 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/4709dce0-b752-4009-ad0d-ff4373beb66f HTTP/1.1" 200 244 0.007057 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 261 0.003252 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002158 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/829251c6-a9d7-4d88-9bf8-2499bc2ea25f HTTP/1.1" 200 244 0.030746 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 253 0.009324 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001390 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/02a6f24c-0b84-495d-ab6a-871729629fa8 HTTP/1.1" 200 244 0.008267 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 251 0.006459 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001622 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/dc4dd742-90b9-44f0-8d35-de9a9bdd4082 HTTP/1.1" 200 244 0.012717 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 252 0.002587 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001383 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/40a476bb-c3df-457f-b9c4-02ddb6d0d728 HTTP/1.1" 200 244 0.009244 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 256 0.003422 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002001 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/332afccd-4969-4e48-a471-53049585dea3 HTTP/1.1" 200 244 0.010345 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 248 0.014602 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001901 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/aca17501-b4bf-4569-be64-8aa3e77d5dd7 HTTP/1.1" 200 244 0.008670 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 252 0.003873 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/09360c13-0496-4e9a-871a-5ed6bb655290 HTTP/1.1" 200 244 0.008355 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 257 0.004397 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001336 10.0.0.50 - - [2025-09-25 01:44:08] "PUT /alarm/30e60051-ca51-463f-99a5-311cc8c7a7ce HTTP/1.1" 200 244 0.008559 10.0.0.50 - - [2025-09-25 01:44:08] "POST /alarms HTTP/1.1" 409 251 0.004180 10.0.0.50 - - [2025-09-25 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001704 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/b9462b85-714f-47d4-872d-333084964933 HTTP/1.1" 200 244 0.008495 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 257 0.002837 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001364 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/7a31dca3-9123-45dd-818c-76fb70edc53f HTTP/1.1" 200 244 0.010297 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 261 0.004403 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001585 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/d903c772-8e40-44e3-afa8-fbc930fc1e19 HTTP/1.1" 200 244 0.009364 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 258 0.002616 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001208 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/dfa69260-ba17-4e70-9347-79d25b3b3ce7 HTTP/1.1" 200 244 0.008627 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 254 0.004093 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/e5bd0e95-04b1-4f68-b9a3-83dae31524c1 HTTP/1.1" 200 244 0.009129 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 254 0.004945 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001553 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/c5924bfc-46c1-4a17-8603-f2393dc08e48 HTTP/1.1" 200 244 0.009037 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 254 0.009796 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001554 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/95c06a92-0753-4ee5-86f2-291deed4c4f8 HTTP/1.1" 200 244 0.008610 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 247 0.006068 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001968 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/6977dd16-8193-4ede-924a-b4e5d541552e HTTP/1.1" 200 244 0.008530 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 272 0.005143 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001332 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/23df635f-dd3a-44f0-a2fe-b085a257b8fb HTTP/1.1" 200 244 0.008876 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 261 0.005643 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001708 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/aa499b35-8786-4eb6-ab4a-ffd0447d43d2 HTTP/1.1" 200 244 0.008770 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 259 0.005482 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001781 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/64e82042-e6b2-4b94-9f06-7252933e5378 HTTP/1.1" 200 244 0.008702 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 265 0.011157 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001225 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/e2fa570b-6b3a-4a04-b039-ecd93e15f4d6 HTTP/1.1" 200 244 0.008645 10.0.0.50 - - [2025-09-25 01:44:09] "POST /alarms HTTP/1.1" 409 279 0.014985 10.0.0.50 - - [2025-09-25 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.50 - - [2025-09-25 01:44:09] "PUT /alarm/e52e124b-f842-4bb2-9f60-12c08019e7f9 HTTP/1.1" 200 244 0.008958 10.0.0.50 - - [2025-09-25 01:44:10] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.50 - - [2025-09-25 01:44:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.005912 10.0.0.50 - - [2025-09-25 01:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.50 - - [2025-09-25 01:44:10] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.007452 10.0.0.50 - - [2025-09-25 01:44:10] "GET / HTTP/1.1" 200 35931 0.001313 10.0.0.50 - - [2025-09-25 01:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001747 10.0.0.50 - - [2025-09-25 01:44:10] "GET /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002054 10.0.0.50 - - [2025-09-25 01:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001413 10.0.0.50 - - [2025-09-25 01:44:10] "PUT /global-vrouter-config/4eedf004-fe2b-4933-80ee-6acbfb982c01 HTTP/1.1" 200 276 0.009221 10.0.0.50 - - [2025-09-25 01:44:10] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.50 - - [2025-09-25 01:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001772 10.0.0.50 - - [2025-09-25 01:44:10] "GET /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003970 10.0.0.50 - - [2025-09-25 01:44:10] "PUT /global-system-config/6ed009b6-6e0d-445e-8e33-5f93c95833e5 HTTP/1.1" 200 274 0.014319 10.0.0.50 - - [2025-09-25 01:44:14] "GET / HTTP/1.1" 200 35931 0.001335 10.0.0.50 - - [2025-09-25 01:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.50 - - [2025-09-25 01:44:14] "GET /routing-instance/b760f718-7773-4eb9-a5ae-c021c3f5b55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.012542 10.0.0.50 - - [2025-09-25 01:44:14] "POST /bgp-routers HTTP/1.1" 409 301 0.001929 10.0.0.50 - - [2025-09-25 01:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006146 10.0.0.50 - - [2025-09-25 01:44:14] "GET /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.003310 10.0.0.50 - - [2025-09-25 01:44:14] "PUT /bgp-router/1d10894d-50bb-41d0-bad7-d1c55900b965 HTTP/1.1" 200 254 0.022041 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:44:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000935 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:44:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001230 10.0.0.50 - - [2025-09-25 01:44:17] "POST /tags HTTP/1.1" 200 355 0.021158 10.0.0.50 - - [2025-09-25 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.016527 10.0.0.50 - - [2025-09-25 01:44:17] "GET /tag/7c41406c-9cfd-4633-87f4-793db51a7d8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.019188 10.0.0.50 - - [2025-09-25 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002099 10.0.0.50 - - [2025-09-25 01:44:17] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.007386 10.0.0.50 - - [2025-09-25 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.50 - - [2025-09-25 01:44:17] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.040200 10.0.0.50 - - [2025-09-25 01:44:17] "POST /virtual-machines HTTP/1.1" 200 351 0.019408 10.0.0.50 - - [2025-09-25 01:44:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.028045 10.0.0.50 - - [2025-09-25 01:44:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.119865 10.0.0.50 - - [2025-09-25 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.011205 10.0.0.50 - - [2025-09-25 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.012663 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006298 10.0.0.50 - - [2025-09-25 01:44:18] "POST /instance-ips HTTP/1.1" 200 391 0.018585 10.0.0.50 - - [2025-09-25 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.020976 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.010307 10.0.0.50 - - [2025-09-25 01:44:18] "POST /set-tag HTTP/1.1" 200 109 0.013306 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.010213 10.0.0.50 - - [2025-09-25 01:44:18] "GET /instance-ip/2659f8ae-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1907 0.002763 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004073 10.0.0.50 - - [2025-09-25 01:44:18] "POST /set-tag HTTP/1.1" 200 109 0.001706 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003009 10.0.0.50 - - [2025-09-25 01:44:18] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005269 10.0.0.50 - - [2025-09-25 01:44:18] "POST /set-tag HTTP/1.1" 200 109 0.004179 10.0.0.50 - - [2025-09-25 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-network/0c80b221-a195-4e88-a866-205cf8248fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.005189 10.0.0.50 - - [2025-09-25 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001533 10.0.0.50 - - [2025-09-25 01:44:18] "GET /project/237b141e-8cf5-4cc0-860f-6b76d4ba2cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.030638 10.0.0.50 - - [2025-09-25 01:44:18] "POST /virtual-machines HTTP/1.1" 200 355 0.007395 10.0.0.50 - - [2025-09-25 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.015595 10.0.0.50 - - [2025-09-25 01:44:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.097475 10.0.0.50 - - [2025-09-25 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.007691 10.0.0.50 - - [2025-09-25 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010131 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.004773 10.0.0.50 - - [2025-09-25 01:44:18] "POST /instance-ips HTTP/1.1" 200 395 0.017304 10.0.0.50 - - [2025-09-25 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.024842 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.013751 10.0.0.50 - - [2025-09-25 01:44:18] "POST /set-tag HTTP/1.1" 200 109 0.014759 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.013796 10.0.0.50 - - [2025-09-25 01:44:18] "GET /instance-ip/26c1cc04-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.002552 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004762 10.0.0.50 - - [2025-09-25 01:44:18] "POST /set-tag HTTP/1.1" 200 109 0.001936 10.0.0.50 - - [2025-09-25 01:44:18] "GET /virtual-router/06d7d749-ae5c-4f89-a094-6986475daaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1675 0.003520 10.0.0.50 - - [2025-09-25 01:44:19] "POST /ref-update HTTP/1.1" 200 156 0.010617 10.0.0.50 - - [2025-09-25 01:44:19] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.016706 10.0.0.50 - - [2025-09-25 01:44:19] "POST /set-tag HTTP/1.1" 200 109 0.004464 10.0.0.50 - - [2025-09-25 01:44:19] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005558 10.0.0.50 - - [2025-09-25 01:44:19] "POST /set-tag HTTP/1.1" 200 109 0.002105 10.0.0.50 - - [2025-09-25 01:44:19] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003673 10.0.0.50 - - [2025-09-25 01:44:19] "POST /set-tag HTTP/1.1" 200 109 0.001840 10.0.0.50 - - [2025-09-25 01:44:31] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006587 10.0.0.50 - - [2025-09-25 01:44:31] "POST /set-tag HTTP/1.1" 200 109 0.002527 10.0.0.50 - - [2025-09-25 01:44:32] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004039 10.0.0.50 - - [2025-09-25 01:44:32] "POST /set-tag HTTP/1.1" 200 109 0.001831 10.0.0.50 - - [2025-09-25 01:44:33] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004227 10.0.0.50 - - [2025-09-25 01:44:33] "POST /set-tag HTTP/1.1" 200 109 0.003386 10.0.0.50 - - [2025-09-25 01:45:04] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.010376 10.0.0.50 - - [2025-09-25 01:45:04] "POST /set-tag HTTP/1.1" 200 109 0.007389 10.0.0.50 - - [2025-09-25 01:45:04] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.003857 10.0.0.50 - - [2025-09-25 01:45:04] "POST /set-tag HTTP/1.1" 200 109 0.002037 10.0.0.50 - - [2025-09-25 01:45:04] "GET /virtual-machine/09e972be-1f6f-486c-be35-fafcb092ce37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.002905 10.0.0.50 - - [2025-09-25 01:45:04] "POST /ref-update HTTP/1.1" 200 156 0.008084 10.0.0.50 - - [2025-09-25 01:45:04] "GET /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.009135 10.0.0.50 - - [2025-09-25 01:45:04] "POST /set-tag HTTP/1.1" 200 109 0.013271 10.0.0.50 - - [2025-09-25 01:45:04] "POST /set-tag HTTP/1.1" 200 109 0.029353 10.0.0.50 - - [2025-09-25 01:45:04] "DELETE /instance-ip/2659f8ae-99b1-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.042707 10.0.0.50 - - [2025-09-25 01:45:04] "DELETE /virtual-machine-interface/263d87a0-99b1-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.039155 10.0.0.50 - - [2025-09-25 01:45:04] "DELETE /virtual-machine/09e972be-1f6f-486c-be35-fafcb092ce37 HTTP/1.1" 200 115 0.020900 10.0.0.50 - - [2025-09-25 01:45:04] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004950 10.0.0.50 - - [2025-09-25 01:45:04] "POST /set-tag HTTP/1.1" 200 109 0.002107 10.0.0.50 - - [2025-09-25 01:45:35] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005972 10.0.0.50 - - [2025-09-25 01:45:35] "POST /set-tag HTTP/1.1" 200 109 0.002727 10.0.0.50 - - [2025-09-25 01:45:35] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003980 10.0.0.50 - - [2025-09-25 01:45:35] "POST /set-tag HTTP/1.1" 200 109 0.002201 10.0.0.50 - - [2025-09-25 01:45:35] "GET /virtual-machine/a33d5d5a-abe3-4c50-aa16-f074da6ffd96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.002505 10.0.0.50 - - [2025-09-25 01:45:35] "POST /ref-update HTTP/1.1" 200 156 0.016011 10.0.0.50 - - [2025-09-25 01:45:35] "GET /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003886 10.0.0.50 - - [2025-09-25 01:45:35] "POST /set-tag HTTP/1.1" 200 109 0.013122 10.0.0.50 - - [2025-09-25 01:45:35] "POST /set-tag HTTP/1.1" 200 109 0.030977 10.0.0.50 - - [2025-09-25 01:45:35] "DELETE /instance-ip/26c1cc04-99b1-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.044878 10.0.0.50 - - [2025-09-25 01:45:35] "DELETE /virtual-machine-interface/26a9ec56-99b1-11f0-91be-fa163e650e71 HTTP/1.1" 200 115 0.039582 10.0.0.50 - - [2025-09-25 01:45:35] "DELETE /virtual-machine/a33d5d5a-abe3-4c50-aa16-f074da6ffd96 HTTP/1.1" 200 115 0.028270 10.0.0.50 - - [2025-09-25 01:45:35] "DELETE /tag/7c41406c-9cfd-4633-87f4-793db51a7d8f HTTP/1.1" 200 115 0.036928 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:45:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000928 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:45:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001706 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:45:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000907 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:45:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000829 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:46:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000872 [Introspect:8084]10.0.0.50 - - [2025-09-25 01:46:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000901