+++ date ++ echo 'INFO: =================== Mon Sep 15 01:41:10 AM UTC 2025 ===================' INFO: =================== Mon Sep 15 01:41:10 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 +++++ awk '{print $2}' +++++ ip route get 1 +++++ 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 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ 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.33 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33: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.33 ++ CONFIGDB_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33: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.33 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.33 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33: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.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33: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.33 ++ 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.33 ++ 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.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + nc -z 10.0.0.33 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.33 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.33 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.33 +++ local servers=10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.33,10.236.53.1,127.0.0.1,172.17.0.1,252.33.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.236.53.1,127.0.0.1,172.17.0.1,252.33.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.33:9041 + cassandra_server_list=10.0.0.33:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33: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=__ ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ 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/15/2025 01:41:56.281 7f28f484e240 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/15/2025 01:41:56.664 7f28f484e240 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/15/2025 01:41:56.686 7f28f484e240 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/15/2025 01:41:56.687 7f28f484e240 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2025-09-15 01:42:05] "GET / HTTP/1.1" 503 181 0.000206 10.0.0.33 - - [2025-09-15 01:42:06] "GET / HTTP/1.1" 503 181 0.000221 10.0.0.33 - - [2025-09-15 01:42:06] "GET / HTTP/1.1" 200 45303 0.001783 10.0.0.33 - - [2025-09-15 01:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.33 - - [2025-09-15 01:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.33 - - [2025-09-15 01:42:07] "GET / HTTP/1.1" 200 35931 0.001265 10.0.0.33 - - [2025-09-15 01:42:07] "GET / HTTP/1.1" 200 35931 0.001332 10.0.0.33 - - [2025-09-15 01:42:08] "GET / HTTP/1.1" 200 35931 0.001467 10.0.0.33 - - [2025-09-15 01:42:08] "GET / HTTP/1.1" 200 35931 0.001799 10.0.0.33 - - [2025-09-15 01:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.012343 10.0.0.33 - - [2025-09-15 01:42:08] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005723 10.0.0.33 - - [2025-09-15 01:42:08] "POST /fqname-to-id HTTP/1.1" 404 216 0.002085 10.0.0.33 - - [2025-09-15 01:42:08] "POST /config-nodes HTTP/1.1" 200 593 0.028549 10.0.0.33 - - [2025-09-15 01:42:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.028627 10.0.0.33 - - [2025-09-15 01:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001934 10.0.0.33 - - [2025-09-15 01:42:08] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010389 10.0.0.33 - - [2025-09-15 01:42:08] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.33 - - [2025-09-15 01:42:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002140 10.0.0.33 - - [2025-09-15 01:42:08] "POST /service-appliance-sets HTTP/1.1" 200 553 0.053386 10.0.0.33 - - [2025-09-15 01:42:08] "POST /fqname-to-id HTTP/1.1" 404 180 0.005816 10.0.0.33 - - [2025-09-15 01:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.33 - - [2025-09-15 01:42:08] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010332 10.0.0.33 - - [2025-09-15 01:42:08] "POST /service-appliance-sets HTTP/1.1" 200 541 0.051786 10.0.0.33 - - [2025-09-15 01:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.33 - - [2025-09-15 01:42:08] "GET /network-ipam/e8e5cca6-f6ad-41ed-8ae0-a2a1ac95f455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008894 10.0.0.33 - - [2025-09-15 01:42:09] "POST /service-templates HTTP/1.1" 200 511 0.031112 10.0.0.33 - - [2025-09-15 01:42:09] "POST /service-templates HTTP/1.1" 200 501 0.043932 10.0.0.33 - - [2025-09-15 01:42:09] "POST /service-templates HTTP/1.1" 200 515 0.035868 10.0.0.33 - - [2025-09-15 01:42:09] "POST /service-templates HTTP/1.1" 200 535 0.035600 10.0.0.33 - - [2025-09-15 01:42:09] "POST /service-templates HTTP/1.1" 200 507 0.064639 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000991 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001130 10.0.0.33 - - [2025-09-15 01:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.33 - - [2025-09-15 01:42:10] "GET /network-ipam/e8e5cca6-f6ad-41ed-8ae0-a2a1ac95f455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004304 10.0.0.33 - - [2025-09-15 01:42:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.009382 10.0.0.33 - - [2025-09-15 01:42:10] "POST /access-control-lists HTTP/1.1" 200 587 0.051978 10.0.0.33 - - [2025-09-15 01:42:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.023567 10.0.0.33 - - [2025-09-15 01:42:10] "GET / HTTP/1.1" 200 35931 0.001390 10.0.0.33 - - [2025-09-15 01:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.014047 10.0.0.33 - - [2025-09-15 01:42:10] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006722 10.0.0.33 - - [2025-09-15 01:42:10] "POST /fqname-to-id HTTP/1.1" 404 216 0.007885 10.0.0.33 - - [2025-09-15 01:42:10] "POST /access-control-lists HTTP/1.1" 200 585 0.068434 10.0.0.33 - - [2025-09-15 01:42:11] "POST /config-database-nodes HTTP/1.1" 200 611 0.096380 10.0.0.33 - - [2025-09-15 01:42:11] "POST /route-targets HTTP/1.1" 200 327 0.018672 10.0.0.33 - - [2025-09-15 01:42:11] "POST /ref-update HTTP/1.1" 200 156 0.024265 10.0.0.33 - - [2025-09-15 01:42:11] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.33 - - [2025-09-15 01:42:11] "POST /route-targets HTTP/1.1" 200 327 0.025204 10.0.0.33 - - [2025-09-15 01:42:11] "POST /ref-update HTTP/1.1" 200 156 0.022760 10.0.0.33 - - [2025-09-15 01:42:11] "POST /route-targets HTTP/1.1" 200 327 0.081101 10.0.0.33 - - [2025-09-15 01:42:11] "POST /ref-update HTTP/1.1" 200 156 0.063843 10.0.0.33 - - [2025-09-15 01:42:11] "POST /route-targets HTTP/1.1" 200 327 0.036387 10.0.0.33 - - [2025-09-15 01:42:11] "GET / HTTP/1.1" 200 35931 0.001806 10.0.0.33 - - [2025-09-15 01:42:11] "GET / HTTP/1.1" 200 35931 0.001170 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028630 10.0.0.33 - - [2025-09-15 01:42:11] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.015132 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.026541 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 404 216 0.011124 10.0.0.33 - - [2025-09-15 01:42:11] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.019122 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 404 216 0.018699 10.0.0.33 - - [2025-09-15 01:42:11] "GET / HTTP/1.1" 200 35931 0.001325 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006708 10.0.0.33 - - [2025-09-15 01:42:11] "POST /ref-update HTTP/1.1" 200 156 0.144727 10.0.0.33 - - [2025-09-15 01:42:11] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.028043 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.012053 10.0.0.33 - - [2025-09-15 01:42:11] "GET /domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014621 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 404 216 0.041984 10.0.0.33 - - [2025-09-15 01:42:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.006502 10.0.0.33 - - [2025-09-15 01:42:11] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.184790 10.0.0.33 - - [2025-09-15 01:42:12] "POST /access-control-lists HTTP/1.1" 200 551 0.228382 10.0.0.33 - - [2025-09-15 01:42:12] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.345247 10.0.0.33 - - [2025-09-15 01:42:12] "POST /database-nodes HTTP/1.1" 200 597 0.332587 10.0.0.33 - - [2025-09-15 01:42:12] "PUT /access-control-list/b9cc50c6-4817-4a16-bbc2-e3dafd70e652 HTTP/1.1" 200 272 0.191368 10.0.0.33 - - [2025-09-15 01:42:12] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.33 - - [2025-09-15 01:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.33 - - [2025-09-15 01:42:12] "PUT /access-control-list/cf3fbafb-526c-4357-b086-ad3f3023bfcf HTTP/1.1" 200 272 0.122995 10.0.0.33 - - [2025-09-15 01:42:12] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.031888 10.0.0.33 - - [2025-09-15 01:42:12] "POST /fqname-to-id HTTP/1.1" 404 216 0.014604 10.0.0.33 - - [2025-09-15 01:42:12] "POST /id-to-fqname HTTP/1.1" 200 173 0.000429 10.0.0.33 - - [2025-09-15 01:42:12] "POST /fqname-to-id HTTP/1.1" 404 182 0.065844 10.0.0.33 - - [2025-09-15 01:42:12] "POST /analytics-nodes HTTP/1.1" 200 599 0.155150 10.0.0.33 - - [2025-09-15 01:42:12] "POST /security-groups HTTP/1.1" 200 570 0.154939 10.0.0.33 - - [2025-09-15 01:42:12] "POST /projects HTTP/1.1" 200 481 0.968834 10.0.0.33 - - [2025-09-15 01:42:12] "POST /fqname-to-id HTTP/1.1" 404 213 0.005147 10.0.0.33 - - [2025-09-15 01:42:12] "POST /access-control-lists HTTP/1.1" 200 579 0.079060 10.0.0.33 - - [2025-09-15 01:42:12] "POST /security-groups HTTP/1.1" 200 534 0.135299 10.0.0.33 - - [2025-09-15 01:42:12] "POST /fqname-to-id HTTP/1.1" 404 212 0.010393 10.0.0.33 - - [2025-09-15 01:42:12] "POST /chown HTTP/1.1" 200 109 0.083317 10.0.0.33 - - [2025-09-15 01:42:13] "POST /access-control-lists HTTP/1.1" 200 577 0.127425 10.0.0.33 - - [2025-09-15 01:42:13] "POST /policy-managements HTTP/1.1" 409 214 0.021789 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.018081 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.002001 10.0.0.33 - - [2025-09-15 01:42:13] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003476 10.0.0.33 - - [2025-09-15 01:42:13] "POST /application-policy-sets HTTP/1.1" 200 528 0.039033 10.0.0.33 - - [2025-09-15 01:42:13] "POST /access-control-lists HTTP/1.1" 200 594 0.049794 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.041034 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.004983 10.0.0.33 - - [2025-09-15 01:42:13] "POST /access-control-lists HTTP/1.1" 200 592 0.028122 10.0.0.33 - - [2025-09-15 01:42:13] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.007738 10.0.0.33 - - [2025-09-15 01:42:13] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.011744 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001726 10.0.0.33 - - [2025-09-15 01:42:13] "GET / HTTP/1.1" 200 35931 0.001445 10.0.0.33 - - [2025-09-15 01:42:13] "GET /virtual-network/875d7357-fd3b-4134-9ad5-4192caf6d275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.011998 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.013245 10.0.0.33 - - [2025-09-15 01:42:13] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004548 10.0.0.33 - - [2025-09-15 01:42:13] "POST /bgp-routers HTTP/1.1" 200 616 0.075341 10.0.0.33 - - [2025-09-15 01:42:13] "GET /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.024104 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.33 - - [2025-09-15 01:42:13] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005013 10.0.0.33 - - [2025-09-15 01:42:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004070 10.0.0.33 - - [2025-09-15 01:42:13] "POST /id-to-fqname HTTP/1.1" 200 177 0.000504 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.009718 10.0.0.33 - - [2025-09-15 01:42:13] "POST /ref-update HTTP/1.1" 200 156 0.031030 10.0.0.33 - - [2025-09-15 01:42:13] "POST /security-groups HTTP/1.1" 200 574 0.145819 10.0.0.33 - - [2025-09-15 01:42:13] "POST /projects HTTP/1.1" 200 489 0.372128 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015832 10.0.0.33 - - [2025-09-15 01:42:13] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.002822 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 404 217 0.008944 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011731 10.0.0.33 - - [2025-09-15 01:42:13] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.021940 10.0.0.33 - - [2025-09-15 01:42:13] "POST /security-groups HTTP/1.1" 200 546 0.103158 10.0.0.33 - - [2025-09-15 01:42:13] "POST /access-control-lists HTTP/1.1" 200 583 0.141906 10.0.0.33 - - [2025-09-15 01:42:13] "POST /fqname-to-id HTTP/1.1" 404 216 0.012875 10.0.0.33 - - [2025-09-15 01:42:13] "POST /chown HTTP/1.1" 200 109 0.062252 10.0.0.33 - - [2025-09-15 01:42:13] "POST /access-control-lists HTTP/1.1" 200 581 0.089441 10.0.0.33 - - [2025-09-15 01:42:14] "POST /network-ipams HTTP/1.1" 200 522 0.105231 10.0.0.33 - - [2025-09-15 01:42:14] "POST /fqname-to-id HTTP/1.1" 404 240 0.002454 10.0.0.33 - - [2025-09-15 01:42:14] "POST /network-ipams HTTP/1.1" 200 510 0.062367 10.0.0.33 - - [2025-09-15 01:42:14] "POST /access-control-lists HTTP/1.1" 200 602 0.045325 10.0.0.33 - - [2025-09-15 01:42:14] "POST /fqname-to-id HTTP/1.1" 404 239 0.052190 10.0.0.33 - - [2025-09-15 01:42:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.022923 10.0.0.33 - - [2025-09-15 01:42:14] "POST /access-control-lists HTTP/1.1" 200 600 0.044932 10.0.0.33 - - [2025-09-15 01:42:14] "GET / HTTP/1.1" 200 35931 0.001448 10.0.0.33 - - [2025-09-15 01:42:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.005324 10.0.0.33 - - [2025-09-15 01:42:14] "POST /useragent-kv HTTP/1.1" 200 115 0.010280 10.0.0.33 - - [2025-09-15 01:42:14] "POST /virtual-networks HTTP/1.1" 200 538 0.281646 10.0.0.33 - - [2025-09-15 01:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001879 10.0.0.33 - - [2025-09-15 01:42:14] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.007992 10.0.0.33 - - [2025-09-15 01:42:14] "POST /alarms HTTP/1.1" 200 581 0.315301 10.0.0.33 - - [2025-09-15 01:42:14] "POST /access-control-lists HTTP/1.1" 200 589 0.288541 10.0.0.33 - - [2025-09-15 01:42:14] "POST /network-ipams HTTP/1.1" 200 518 0.260978 10.0.0.33 - - [2025-09-15 01:42:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.042053 10.0.0.33 - - [2025-09-15 01:42:14] "POST /alarms HTTP/1.1" 200 575 0.158408 10.0.0.33 - - [2025-09-15 01:42:14] "POST /route-targets HTTP/1.1" 200 327 0.077751 10.0.0.33 - - [2025-09-15 01:42:14] "POST /alarms HTTP/1.1" 200 575 0.117320 10.0.0.33 - - [2025-09-15 01:42:14] "POST /ref-update HTTP/1.1" 200 156 0.104504 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 559 0.146192 10.0.0.33 - - [2025-09-15 01:42:15] "PUT /access-control-list/657d2d74-2e76-46a2-bf64-f246e27adf4c HTTP/1.1" 200 272 0.159049 10.0.0.33 - - [2025-09-15 01:42:15] "POST /useragent-kv HTTP/1.1" 200 115 0.036814 10.0.0.33 - - [2025-09-15 01:42:15] "POST /virtual-networks HTTP/1.1" 200 546 0.406881 10.0.0.33 - - [2025-09-15 01:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 555 0.117643 10.0.0.33 - - [2025-09-15 01:42:15] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1750 0.038282 10.0.0.33 - - [2025-09-15 01:42:15] "POST /route-targets HTTP/1.1" 200 327 0.042388 10.0.0.33 - - [2025-09-15 01:42:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.003020 10.0.0.33 - - [2025-09-15 01:42:15] "POST /ref-update HTTP/1.1" 200 156 0.042066 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 557 0.090659 10.0.0.33 - - [2025-09-15 01:42:15] "POST /network-policys HTTP/1.1" 200 538 0.086348 10.0.0.33 - - [2025-09-15 01:42:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.013757 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 565 0.078704 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 549 0.057054 10.0.0.33 - - [2025-09-15 01:42:15] "POST /network-policys HTTP/1.1" 200 534 0.073499 10.0.0.33 - - [2025-09-15 01:42:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.016904 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 557 0.105947 10.0.0.33 - - [2025-09-15 01:42:15] "POST /network-policys HTTP/1.1" 200 542 0.067791 10.0.0.33 - - [2025-09-15 01:42:15] "PUT /access-control-list/8e84e335-532d-4ffa-badd-b1565bd88306 HTTP/1.1" 200 272 0.025054 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 567 0.186403 10.0.0.33 - - [2025-09-15 01:42:15] "POST /ref-update HTTP/1.1" 200 156 0.174994 10.0.0.33 - - [2025-09-15 01:42:15] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010837 10.0.0.33 - - [2025-09-15 01:42:15] "POST /alarms HTTP/1.1" 200 555 0.066696 10.0.0.33 - - [2025-09-15 01:42:16] "POST /alarms HTTP/1.1" 200 567 0.108581 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-update HTTP/1.1" 200 156 0.169518 10.0.0.33 - - [2025-09-15 01:42:16] "PUT /access-control-list/8e84e335-532d-4ffa-badd-b1565bd88306 HTTP/1.1" 200 272 0.094557 10.0.0.33 - - [2025-09-15 01:42:16] "PUT /access-control-list/657d2d74-2e76-46a2-bf64-f246e27adf4c HTTP/1.1" 200 272 0.031523 10.0.0.33 - - [2025-09-15 01:42:16] "POST /alarms HTTP/1.1" 200 575 0.141969 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-update HTTP/1.1" 200 156 0.162506 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-update HTTP/1.1" 200 156 0.055642 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.026028 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.024021 10.0.0.33 - - [2025-09-15 01:42:16] "POST /alarms HTTP/1.1" 200 569 0.126860 10.0.0.33 - - [2025-09-15 01:42:16] "PUT /access-control-list/657d2d74-2e76-46a2-bf64-f246e27adf4c HTTP/1.1" 200 272 0.099449 10.0.0.33 - - [2025-09-15 01:42:16] "POST /alarms HTTP/1.1" 200 561 0.162745 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-update HTTP/1.1" 200 156 0.235822 10.0.0.33 - - [2025-09-15 01:42:16] "PUT /access-control-list/8e84e335-532d-4ffa-badd-b1565bd88306 HTTP/1.1" 200 272 0.147308 10.0.0.33 - - [2025-09-15 01:42:16] "POST /fqname-to-id HTTP/1.1" 404 237 0.024474 10.0.0.33 - - [2025-09-15 01:42:16] "POST /alarms HTTP/1.1" 200 561 0.117233 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-update HTTP/1.1" 200 156 0.112063 10.0.0.33 - - [2025-09-15 01:42:16] "POST /access-control-lists HTTP/1.1" 200 601 0.087614 10.0.0.33 - - [2025-09-15 01:42:16] "POST /alarms HTTP/1.1" 200 561 0.128798 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-update HTTP/1.1" 200 156 0.087695 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-update HTTP/1.1" 200 156 0.154111 10.0.0.33 - - [2025-09-15 01:42:16] "POST /alarms HTTP/1.1" 200 547 0.089061 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003459 10.0.0.33 - - [2025-09-15 01:42:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007726 10.0.0.33 - - [2025-09-15 01:42:16] "PUT /access-control-list/5b243b9e-e538-40c9-9ae6-d32bb9477e5b HTTP/1.1" 200 272 0.040459 10.0.0.33 - - [2025-09-15 01:42:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016789 10.0.0.33 - - [2025-09-15 01:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.33 - - [2025-09-15 01:42:17] "POST /ref-update HTTP/1.1" 200 156 0.074897 10.0.0.33 - - [2025-09-15 01:42:17] "GET /virtual-network/875d7357-fd3b-4134-9ad5-4192caf6d275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.035718 10.0.0.33 - - [2025-09-15 01:42:17] "POST /alarms HTTP/1.1" 200 595 0.083800 10.0.0.33 - - [2025-09-15 01:42:17] "POST /alarms HTTP/1.1" 200 575 0.047123 10.0.0.33 - - [2025-09-15 01:42:17] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1065 0.007961 10.0.0.33 - - [2025-09-15 01:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.33 - - [2025-09-15 01:42:17] "POST /alarms HTTP/1.1" 200 571 0.048634 10.0.0.33 - - [2025-09-15 01:42:17] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.007310 10.0.0.33 - - [2025-09-15 01:42:17] "POST /alarms HTTP/1.1" 200 583 0.038133 10.0.0.33 - - [2025-09-15 01:42:17] "POST /firewall-policys HTTP/1.1" 200 530 0.061600 10.0.0.33 - - [2025-09-15 01:42:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.058077 10.0.0.33 - - [2025-09-15 01:42:17] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.010621 10.0.0.33 - - [2025-09-15 01:42:17] "POST /alarms HTTP/1.1" 200 609 0.105416 10.0.0.33 - - [2025-09-15 01:42:17] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1065 0.003788 10.0.0.33 - - [2025-09-15 01:42:17] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.008842 10.0.0.33 - - [2025-09-15 01:42:17] "POST /ref-update HTTP/1.1" 200 156 0.063802 10.0.0.33 - - [2025-09-15 01:42:17] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1313 0.008034 10.0.0.33 - - [2025-09-15 01:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.33 - - [2025-09-15 01:42:17] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.008365 10.0.0.33 - - [2025-09-15 01:42:17] "POST /firewall-policys HTTP/1.1" 200 532 0.034450 10.0.0.33 - - [2025-09-15 01:42:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.033550 10.0.0.33 - - [2025-09-15 01:42:17] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.010261 10.0.0.33 - - [2025-09-15 01:42:17] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1313 0.003196 10.0.0.33 - - [2025-09-15 01:42:17] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002398 10.0.0.33 - - [2025-09-15 01:42:17] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.002449 10.0.0.33 - - [2025-09-15 01:42:17] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003315 10.0.0.33 - - [2025-09-15 01:42:17] "POST /ref-update HTTP/1.1" 200 156 0.017004 10.0.0.33 - - [2025-09-15 01:42:17] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.33 - - [2025-09-15 01:42:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.004633 10.0.0.33 - - [2025-09-15 01:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.33 - - [2025-09-15 01:42:17] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.013892 10.0.0.33 - - [2025-09-15 01:42:17] "POST /ref-update HTTP/1.1" 200 156 0.060914 10.0.0.33 - - [2025-09-15 01:42:18] "POST /ref-update HTTP/1.1" 200 156 0.031171 10.0.0.33 - - [2025-09-15 01:42:18] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.017075 10.0.0.33 - - [2025-09-15 01:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.33 - - [2025-09-15 01:42:18] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003331 10.0.0.33 - - [2025-09-15 01:42:18] "POST /firewall-policys HTTP/1.1" 200 530 0.031575 10.0.0.33 - - [2025-09-15 01:42:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.032094 10.0.0.33 - - [2025-09-15 01:42:18] "GET /firewall-policy/759069a5-a074-46ca-95f5-a2a762f03316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.016984 10.0.0.33 - - [2025-09-15 01:42:18] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.33 - - [2025-09-15 01:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008312 10.0.0.33 - - [2025-09-15 01:42:18] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.010715 10.0.0.33 - - [2025-09-15 01:42:18] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.002912 10.0.0.33 - - [2025-09-15 01:42:18] "GET /firewall-policy/759069a5-a074-46ca-95f5-a2a762f03316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003412 10.0.0.33 - - [2025-09-15 01:42:18] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.002859 10.0.0.33 - - [2025-09-15 01:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.33 - - [2025-09-15 01:42:18] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.004750 10.0.0.33 - - [2025-09-15 01:42:18] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.002731 10.0.0.33 - - [2025-09-15 01:42:18] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002431 10.0.0.33 - - [2025-09-15 01:42:18] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.016020 10.0.0.33 - - [2025-09-15 01:42:18] "POST /ref-update HTTP/1.1" 200 156 0.017766 10.0.0.33 - - [2025-09-15 01:42:18] "POST /ref-update HTTP/1.1" 200 156 0.023415 10.0.0.33 - - [2025-09-15 01:42:18] "POST /ref-update HTTP/1.1" 200 156 0.025920 10.0.0.33 - - [2025-09-15 01:42:18] "POST /ref-update HTTP/1.1" 200 156 0.017297 10.0.0.33 - - [2025-09-15 01:42:18] "POST /ref-update HTTP/1.1" 200 156 0.043796 10.0.0.33 - - [2025-09-15 01:42:18] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1756 0.008715 10.0.0.33 - - [2025-09-15 01:42:18] "POST /tags HTTP/1.1" 200 299 0.070701 10.0.0.33 - - [2025-09-15 01:42:18] "GET / HTTP/1.1" 200 35931 0.013675 10.0.0.33 - - [2025-09-15 01:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.030993 10.0.0.33 - - [2025-09-15 01:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.33 - - [2025-09-15 01:42:18] "GET /tag/a0bb6f2d-4e89-4636-ba4b-11cf9671a93a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.019549 10.0.0.33 - - [2025-09-15 01:42:18] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.017372 10.0.0.33 - - [2025-09-15 01:42:18] "PUT /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9 HTTP/1.1" 200 274 0.025018 10.0.0.33 - - [2025-09-15 01:42:18] "POST /set-tag HTTP/1.1" 200 109 0.083750 10.0.0.33 - - [2025-09-15 01:42:18] "POST /fqname-to-id HTTP/1.1" 404 226 0.002848 10.0.0.33 - - [2025-09-15 01:42:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.002507 10.0.0.33 - - [2025-09-15 01:42:19] "POST /tags HTTP/1.1" 200 305 0.077596 10.0.0.33 - - [2025-09-15 01:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.012148 10.0.0.33 - - [2025-09-15 01:42:19] "GET /tag/bcf23736-800a-4f7d-95af-9d3a612d04c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.016904 10.0.0.33 - - [2025-09-15 01:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.33 - - [2025-09-15 01:42:19] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.026289 10.0.0.33 - - [2025-09-15 01:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.33 - - [2025-09-15 01:42:19] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005450 10.0.0.33 - - [2025-09-15 01:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002001 10.0.0.33 - - [2025-09-15 01:42:19] "GET /service-appliance-set/3fec25e0-c5fb-46cd-a186-370ee01a2925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.004402 10.0.0.33 - - [2025-09-15 01:42:19] "POST /fqname-to-id HTTP/1.1" 404 240 0.001913 10.0.0.33 - - [2025-09-15 01:42:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.114450 10.0.0.33 - - [2025-09-15 01:42:19] "GET /virtual-machine-interface/a48ae7f7-e4dc-403e-b11e-1b676665a146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.015741 10.0.0.33 - - [2025-09-15 01:42:19] "POST /instance-ips HTTP/1.1" 200 381 0.035533 10.0.0.33 - - [2025-09-15 01:42:19] "GET /instance-ip/7a986c3e-9f87-4d8e-a4e6-f6b5a8c7f6ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.006975 10.0.0.33 - - [2025-09-15 01:42:19] "POST /loadbalancers HTTP/1.1" 200 582 0.061592 10.0.0.33 - - [2025-09-15 01:42:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.008200 10.0.0.33 - - [2025-09-15 01:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013122 10.0.0.33 - - [2025-09-15 01:42:19] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.034674 10.0.0.33 - - [2025-09-15 01:42:19] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.050220 10.0.0.33 - - [2025-09-15 01:42:19] "GET /instance-ip/7a986c3e-9f87-4d8e-a4e6-f6b5a8c7f6ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005109 10.0.0.33 - - [2025-09-15 01:42:19] "GET /loadbalancer/5ce310aa-f2da-45a5-8b3f-e245baa33efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.002776 10.0.0.33 - - [2025-09-15 01:42:19] "POST /floating-ips HTTP/1.1" 200 583 0.024097 10.0.0.33 - - [2025-09-15 01:42:19] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.042002 10.0.0.33 - - [2025-09-15 01:42:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.017314 10.0.0.33 - - [2025-09-15 01:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006134 10.0.0.33 - - [2025-09-15 01:42:19] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.037554 10.0.0.33 - - [2025-09-15 01:42:19] "GET /loadbalancer-listener/3f47993f-dddc-4059-ac01-0a4dd2ef7c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004240 10.0.0.33 - - [2025-09-15 01:42:19] "GET /loadbalancer-listener/3f47993f-dddc-4059-ac01-0a4dd2ef7c1a?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.002952 10.0.0.33 - - [2025-09-15 01:42:20] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.028856 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006607 10.0.0.33 - - [2025-09-15 01:42:20] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.004165 10.0.0.33 - - [2025-09-15 01:42:20] "GET /instance-ip/7a986c3e-9f87-4d8e-a4e6-f6b5a8c7f6ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004062 10.0.0.33 - - [2025-09-15 01:42:20] "GET /instance-ip/7a986c3e-9f87-4d8e-a4e6-f6b5a8c7f6ea?fields=floating_ips HTTP/1.1" 200 1170 0.004317 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.33 - - [2025-09-15 01:42:20] "GET /floating-ip/0e4978a1-0fad-44d8-abd8-b2fff6776a81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.002055 10.0.0.33 - - [2025-09-15 01:42:20] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.013298 10.0.0.33 - - [2025-09-15 01:42:20] "POST /tags HTTP/1.1" 200 301 0.048791 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002159 10.0.0.33 - - [2025-09-15 01:42:20] "GET /tag/d30ab713-21b8-4101-8ee6-d063dd882ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.012293 10.0.0.33 - - [2025-09-15 01:42:20] "POST /tags HTTP/1.1" 200 325 0.039181 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818 10.0.0.33 - - [2025-09-15 01:42:20] "GET /tag/3f4f81fe-9674-40ca-ba2b-8eeacdda4cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1167 0.012460 10.0.0.33 - - [2025-09-15 01:42:20] "POST /tags HTTP/1.1" 200 363 0.057060 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.023465 10.0.0.33 - - [2025-09-15 01:42:20] "GET /tag/f9cddec2-aa68-4686-a991-cac396b5afcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.016825 10.0.0.33 - - [2025-09-15 01:42:20] "POST /tags HTTP/1.1" 200 311 0.047183 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009038 10.0.0.33 - - [2025-09-15 01:42:20] "GET /tag/c000bbbe-9073-45f8-bab4-a7aa46a2c238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.016486 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.33 - - [2025-09-15 01:42:20] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2295 0.006086 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.33 - - [2025-09-15 01:42:20] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.035430 10.0.0.33 - - [2025-09-15 01:42:20] "POST /virtual-machines HTTP/1.1" 200 377 0.008849 10.0.0.33 - - [2025-09-15 01:42:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.010513 10.0.0.33 - - [2025-09-15 01:42:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.107957 10.0.0.33 - - [2025-09-15 01:42:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.025903 10.0.0.33 - - [2025-09-15 01:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009157 10.0.0.33 - - [2025-09-15 01:42:20] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.004730 10.0.0.33 - - [2025-09-15 01:42:21] "POST /instance-ips HTTP/1.1" 200 409 0.028639 10.0.0.33 - - [2025-09-15 01:42:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.027220 10.0.0.33 - - [2025-09-15 01:42:21] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.013839 10.0.0.33 - - [2025-09-15 01:42:21] "POST /set-tag HTTP/1.1" 200 109 0.021139 10.0.0.33 - - [2025-09-15 01:42:21] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.021348 10.0.0.33 - - [2025-09-15 01:42:21] "GET /instance-ip/386d8184-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006526 10.0.0.33 - - [2025-09-15 01:42:21] "POST /tags HTTP/1.1" 200 357 0.019540 10.0.0.33 - - [2025-09-15 01:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009562 10.0.0.33 - - [2025-09-15 01:42:21] "GET /tag/cbb3a5c5-60fb-45a8-a640-6334772f1444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.019814 10.0.0.33 - - [2025-09-15 01:42:21] "POST /tags HTTP/1.1" 200 305 0.035878 10.0.0.33 - - [2025-09-15 01:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.016309 10.0.0.33 - - [2025-09-15 01:42:21] "GET /tag/d784504a-ac68-4103-a5d9-8247bc36cf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.012212 10.0.0.33 - - [2025-09-15 01:42:21] "POST /id-to-fqname HTTP/1.1" 200 174 0.000601 10.0.0.33 - - [2025-09-15 01:42:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.006091 10.0.0.33 - - [2025-09-15 01:42:21] "POST /security-groups HTTP/1.1" 200 571 0.079353 10.0.0.33 - - [2025-09-15 01:42:21] "POST /fqname-to-id HTTP/1.1" 404 214 0.003901 10.0.0.33 - - [2025-09-15 01:42:21] "POST /projects HTTP/1.1" 200 483 0.242368 10.0.0.33 - - [2025-09-15 01:42:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.012416 10.0.0.33 - - [2025-09-15 01:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.014046 10.0.0.33 - - [2025-09-15 01:42:21] "POST /access-control-lists HTTP/1.1" 200 580 0.040860 10.0.0.33 - - [2025-09-15 01:42:21] "POST /fqname-to-id HTTP/1.1" 404 213 0.006473 10.0.0.33 - - [2025-09-15 01:42:21] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2295 0.052613 10.0.0.33 - - [2025-09-15 01:42:21] "POST /access-control-lists HTTP/1.1" 200 578 0.080638 10.0.0.33 - - [2025-09-15 01:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012915 10.0.0.33 - - [2025-09-15 01:42:21] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005764 10.0.0.33 - - [2025-09-15 01:42:21] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.051890 10.0.0.33 - - [2025-09-15 01:42:22] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.055051 10.0.0.33 - - [2025-09-15 01:42:22] "POST /security-groups HTTP/1.1" 200 537 0.092609 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.001951 10.0.0.33 - - [2025-09-15 01:42:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.057822 10.0.0.33 - - [2025-09-15 01:42:22] "POST /access-control-lists HTTP/1.1" 200 596 0.067736 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.007308 10.0.0.33 - - [2025-09-15 01:42:22] "POST /chown HTTP/1.1" 200 109 0.038313 10.0.0.33 - - [2025-09-15 01:42:22] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.012368 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.33 - - [2025-09-15 01:42:22] "POST /access-control-lists HTTP/1.1" 200 594 0.100619 10.0.0.33 - - [2025-09-15 01:42:22] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.013547 10.0.0.33 - - [2025-09-15 01:42:22] "POST /tags HTTP/1.1" 409 207 0.002716 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.33 - - [2025-09-15 01:42:22] "GET /tag/d784504a-ac68-4103-a5d9-8247bc36cf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.013405 10.0.0.33 - - [2025-09-15 01:42:22] "POST /firewall-rules HTTP/1.1" 200 564 0.072458 10.0.0.33 - - [2025-09-15 01:42:22] "GET /firewall-rule/f4f809b2-cb82-4f76-b34f-bad697f88374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004194 10.0.0.33 - - [2025-09-15 01:42:22] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002533 10.0.0.33 - - [2025-09-15 01:42:22] "GET /firewall-rule/f4f809b2-cb82-4f76-b34f-bad697f88374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.002461 10.0.0.33 - - [2025-09-15 01:42:22] "POST /ref-update HTTP/1.1" 200 156 0.019045 10.0.0.33 - - [2025-09-15 01:42:22] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002741 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.33 - - [2025-09-15 01:42:22] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002394 10.0.0.33 - - [2025-09-15 01:42:22] "POST /tags HTTP/1.1" 409 207 0.002259 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001651 10.0.0.33 - - [2025-09-15 01:42:22] "GET /tag/d784504a-ac68-4103-a5d9-8247bc36cf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.010543 10.0.0.33 - - [2025-09-15 01:42:22] "POST /firewall-rules HTTP/1.1" 200 562 0.066151 10.0.0.33 - - [2025-09-15 01:42:22] "GET /firewall-rule/d81e8f30-a680-4f22-a14b-0c1dda4b4978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.004787 10.0.0.33 - - [2025-09-15 01:42:22] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.003411 10.0.0.33 - - [2025-09-15 01:42:22] "GET /firewall-rule/d81e8f30-a680-4f22-a14b-0c1dda4b4978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.002696 10.0.0.33 - - [2025-09-15 01:42:22] "POST /ref-update HTTP/1.1" 200 156 0.023930 10.0.0.33 - - [2025-09-15 01:42:22] "POST /tags HTTP/1.1" 200 301 0.034251 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006193 10.0.0.33 - - [2025-09-15 01:42:22] "GET /tag/5b6631ec-eb16-4ca7-9a4a-96debb381597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.015725 10.0.0.33 - - [2025-09-15 01:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.33 - - [2025-09-15 01:42:23] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.040327 10.0.0.33 - - [2025-09-15 01:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.33 - - [2025-09-15 01:42:23] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006742 10.0.0.33 - - [2025-09-15 01:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001930 10.0.0.33 - - [2025-09-15 01:42:23] "GET /service-appliance-set/3fec25e0-c5fb-46cd-a186-370ee01a2925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.002999 10.0.0.33 - - [2025-09-15 01:42:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.001937 10.0.0.33 - - [2025-09-15 01:42:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.093679 10.0.0.33 - - [2025-09-15 01:42:23] "GET /virtual-machine-interface/eb3e05ee-1fa2-4d9b-ae36-ba20942b59d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.005838 10.0.0.33 - - [2025-09-15 01:42:23] "POST /instance-ips HTTP/1.1" 200 377 0.025615 10.0.0.33 - - [2025-09-15 01:42:23] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003562 10.0.0.33 - - [2025-09-15 01:42:23] "POST /loadbalancers HTTP/1.1" 200 582 0.061383 10.0.0.33 - - [2025-09-15 01:42:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.019846 10.0.0.33 - - [2025-09-15 01:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.014887 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000816 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000837 10.0.0.33 - - [2025-09-15 01:42:23] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.060152 10.0.0.33 - - [2025-09-15 01:42:23] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.012055 10.0.0.33 - - [2025-09-15 01:42:23] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.055690 10.0.0.33 - - [2025-09-15 01:42:23] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006688 10.0.0.33 - - [2025-09-15 01:42:23] "POST /floating-ips HTTP/1.1" 200 581 0.053054 10.0.0.33 - - [2025-09-15 01:42:23] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.024986 10.0.0.33 - - [2025-09-15 01:42:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.020488 10.0.0.33 - - [2025-09-15 01:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.33 - - [2025-09-15 01:42:23] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.053051 10.0.0.33 - - [2025-09-15 01:42:23] "GET /loadbalancer-listener/897de14e-c19b-443c-8c03-567099c6dc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.006506 10.0.0.33 - - [2025-09-15 01:42:23] "GET /loadbalancer-listener/897de14e-c19b-443c-8c03-567099c6dc36?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.026033 10.0.0.33 - - [2025-09-15 01:42:24] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.171263 10.0.0.33 - - [2025-09-15 01:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.33 - - [2025-09-15 01:42:24] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.005507 10.0.0.33 - - [2025-09-15 01:42:24] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?fields=floating_ips HTTP/1.1" 200 1165 0.005258 10.0.0.33 - - [2025-09-15 01:42:24] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.009067 10.0.0.33 - - [2025-09-15 01:42:24] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.170794 10.0.0.33 - - [2025-09-15 01:42:24] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005024 10.0.0.33 - - [2025-09-15 01:42:24] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.020473 10.0.0.33 - - [2025-09-15 01:42:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.010015 10.0.0.33 - - [2025-09-15 01:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.33 - - [2025-09-15 01:42:24] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.030858 10.0.0.33 - - [2025-09-15 01:42:24] "GET /loadbalancer-listener/42fa89b5-d18c-4cc0-ba03-c6934566599f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004742 10.0.0.33 - - [2025-09-15 01:42:24] "GET /loadbalancer-listener/42fa89b5-d18c-4cc0-ba03-c6934566599f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.006188 10.0.0.33 - - [2025-09-15 01:42:24] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.040945 10.0.0.33 - - [2025-09-15 01:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.017039 10.0.0.33 - - [2025-09-15 01:42:24] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.013282 10.0.0.33 - - [2025-09-15 01:42:24] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?fields=floating_ips HTTP/1.1" 200 1165 0.002733 10.0.0.33 - - [2025-09-15 01:42:24] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.029373 10.0.0.33 - - [2025-09-15 01:42:24] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.075433 10.0.0.33 - - [2025-09-15 01:42:24] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.009683 10.0.0.33 - - [2025-09-15 01:42:24] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.055873 10.0.0.33 - - [2025-09-15 01:42:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.010532 10.0.0.33 - - [2025-09-15 01:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006566 10.0.0.33 - - [2025-09-15 01:42:24] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.040951 10.0.0.33 - - [2025-09-15 01:42:24] "GET /loadbalancer-listener/a09317f9-1e11-43a9-b032-609af3ba0fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008161 10.0.0.33 - - [2025-09-15 01:42:24] "GET /loadbalancer-listener/a09317f9-1e11-43a9-b032-609af3ba0fb8?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.017557 10.0.0.33 - - [2025-09-15 01:42:24] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.040303 10.0.0.33 - - [2025-09-15 01:42:24] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006383 10.0.0.33 - - [2025-09-15 01:42:24] "GET /instance-ip/a6047292-ceb8-4d87-9d37-7100eece3db5?fields=floating_ips HTTP/1.1" 200 1165 0.003270 10.0.0.33 - - [2025-09-15 01:42:24] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.002508 10.0.0.33 - - [2025-09-15 01:42:25] "POST /tags HTTP/1.1" 200 355 0.045371 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.019153 10.0.0.33 - - [2025-09-15 01:42:25] "GET /tag/a6979e40-3857-444f-b748-7fc48bbe36fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.015502 10.0.0.33 - - [2025-09-15 01:42:25] "POST /tags HTTP/1.1" 200 303 0.020515 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012918 10.0.0.33 - - [2025-09-15 01:42:25] "GET /tag/392317ed-b1e2-4135-8321-1995c7faafd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.015915 10.0.0.33 - - [2025-09-15 01:42:25] "POST /projects HTTP/1.1" 409 218 0.002503 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.33 - - [2025-09-15 01:42:25] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.046296 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059 10.0.0.33 - - [2025-09-15 01:42:25] "GET /network-ipam/61041914-b284-44db-ad9b-a027a9823304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004544 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.33 - - [2025-09-15 01:42:25] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008232 10.0.0.33 - - [2025-09-15 01:42:25] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.082953 10.0.0.33 - - [2025-09-15 01:42:25] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010951 10.0.0.33 - - [2025-09-15 01:42:25] "POST /set-tag HTTP/1.1" 200 109 0.101513 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010823 10.0.0.33 - - [2025-09-15 01:42:25] "GET /network-ipam/ef25d688-f96c-42ee-a2b0-5e4845f9be13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.003108 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.33 - - [2025-09-15 01:42:25] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006580 10.0.0.33 - - [2025-09-15 01:42:25] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.074216 10.0.0.33 - - [2025-09-15 01:42:25] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005053 10.0.0.33 - - [2025-09-15 01:42:25] "POST /set-tag HTTP/1.1" 200 109 0.083991 10.0.0.33 - - [2025-09-15 01:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.33 - - [2025-09-15 01:42:26] "GET /network-policy/54f7fa4e-109d-4de1-9bed-c5ea1094bc07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006823 10.0.0.33 - - [2025-09-15 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001839 10.0.0.33 - - [2025-09-15 01:42:26] "GET /network-policy/c1435b47-962a-4e2d-93ed-b799dd14af43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005262 10.0.0.33 - - [2025-09-15 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.33 - - [2025-09-15 01:42:26] "GET /network-policy/97c165cc-173d-4e46-846c-a8205db5c290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.002823 10.0.0.33 - - [2025-09-15 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001679 10.0.0.33 - - [2025-09-15 01:42:26] "PUT /network-policy/97c165cc-173d-4e46-846c-a8205db5c290 HTTP/1.1" 200 262 0.010163 10.0.0.33 - - [2025-09-15 01:42:26] "POST /ref-update HTTP/1.1" 200 156 0.059620 10.0.0.33 - - [2025-09-15 01:42:26] "PUT /access-control-list/5b243b9e-e538-40c9-9ae6-d32bb9477e5b HTTP/1.1" 200 272 0.022495 10.0.0.33 - - [2025-09-15 01:42:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001702 10.0.0.33 - - [2025-09-15 01:42:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.035811 10.0.0.33 - - [2025-09-15 01:42:26] "PUT /access-control-list/657d2d74-2e76-46a2-bf64-f246e27adf4c HTTP/1.1" 200 272 0.061260 10.0.0.33 - - [2025-09-15 01:42:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010562 10.0.0.33 - - [2025-09-15 01:42:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002581 10.0.0.33 - - [2025-09-15 01:42:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002111 10.0.0.33 - - [2025-09-15 01:42:26] "POST /security-groups HTTP/1.1" 409 245 0.007322 10.0.0.33 - - [2025-09-15 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001947 10.0.0.33 - - [2025-09-15 01:42:26] "PUT /security-group/eda40637-33c5-4036-a5b0-00fa794c4763 HTTP/1.1" 200 262 0.056138 10.0.0.33 - - [2025-09-15 01:42:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.015657 10.0.0.33 - - [2025-09-15 01:42:26] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.020228 10.0.0.33 - - [2025-09-15 01:42:26] "PUT /access-control-list/e56f4b42-d259-4702-b56b-6dfe05d0db93 HTTP/1.1" 200 272 0.038657 10.0.0.33 - - [2025-09-15 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.33 - - [2025-09-15 01:42:26] "PUT /access-control-list/b4a4d97d-465d-4e1e-8c94-688a9bbc672a HTTP/1.1" 200 272 0.030740 10.0.0.33 - - [2025-09-15 01:42:26] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002602 10.0.0.33 - - [2025-09-15 01:42:26] "POST /tags HTTP/1.1" 409 206 0.012019 10.0.0.33 - - [2025-09-15 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.33 - - [2025-09-15 01:42:26] "GET /tag/392317ed-b1e2-4135-8321-1995c7faafd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.020010 10.0.0.33 - - [2025-09-15 01:42:26] "POST /firewall-rules HTTP/1.1" 200 562 0.074928 10.0.0.33 - - [2025-09-15 01:42:26] "GET /firewall-rule/2de577bf-2968-4864-a28a-d1b2a8d783d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.005307 10.0.0.33 - - [2025-09-15 01:42:26] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005680 10.0.0.33 - - [2025-09-15 01:42:26] "GET /firewall-rule/2de577bf-2968-4864-a28a-d1b2a8d783d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006895 10.0.0.33 - - [2025-09-15 01:42:26] "POST /ref-update HTTP/1.1" 200 156 0.038200 10.0.0.33 - - [2025-09-15 01:42:26] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.019596 10.0.0.33 - - [2025-09-15 01:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002253 10.0.0.33 - - [2025-09-15 01:42:26] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002764 10.0.0.33 - - [2025-09-15 01:42:26] "POST /tags HTTP/1.1" 409 206 0.002562 10.0.0.33 - - [2025-09-15 01:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.012484 10.0.0.33 - - [2025-09-15 01:42:27] "GET /tag/392317ed-b1e2-4135-8321-1995c7faafd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.019566 10.0.0.33 - - [2025-09-15 01:42:27] "POST /firewall-rules HTTP/1.1" 200 560 0.120014 10.0.0.33 - - [2025-09-15 01:42:27] "GET /firewall-rule/5f015afe-b0e1-4c31-8393-a24324e21526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.006240 10.0.0.33 - - [2025-09-15 01:42:27] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.057432 10.0.0.33 - - [2025-09-15 01:42:27] "GET /firewall-rule/5f015afe-b0e1-4c31-8393-a24324e21526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.010736 10.0.0.33 - - [2025-09-15 01:42:27] "POST /ref-update HTTP/1.1" 200 156 0.028497 10.0.0.33 - - [2025-09-15 01:42:27] "POST /tags HTTP/1.1" 200 371 0.028949 10.0.0.33 - - [2025-09-15 01:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006910 10.0.0.33 - - [2025-09-15 01:42:27] "GET /tag/389fff2b-1d84-4d8c-bafc-0acd26bbc26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.021931 10.0.0.33 - - [2025-09-15 01:42:27] "POST /tags HTTP/1.1" 200 319 0.030600 10.0.0.33 - - [2025-09-15 01:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011636 10.0.0.33 - - [2025-09-15 01:42:27] "GET /tag/b9ced12f-15c3-4a1a-a769-94d3fdf1276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.027652 10.0.0.33 - - [2025-09-15 01:42:27] "POST /id-to-fqname HTTP/1.1" 200 181 0.004125 10.0.0.33 - - [2025-09-15 01:42:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.004523 10.0.0.33 - - [2025-09-15 01:42:27] "POST /security-groups HTTP/1.1" 200 578 0.075597 10.0.0.33 - - [2025-09-15 01:42:27] "POST /projects HTTP/1.1" 200 497 0.207265 10.0.0.33 - - [2025-09-15 01:42:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003628 10.0.0.33 - - [2025-09-15 01:42:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.028637 10.0.0.33 - - [2025-09-15 01:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.014815 10.0.0.33 - - [2025-09-15 01:42:28] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.104257 10.0.0.33 - - [2025-09-15 01:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.33 - - [2025-09-15 01:42:28] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.021521 10.0.0.33 - - [2025-09-15 01:42:28] "POST /access-control-lists HTTP/1.1" 200 587 0.206036 10.0.0.33 - - [2025-09-15 01:42:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.004345 10.0.0.33 - - [2025-09-15 01:42:28] "POST /access-control-lists HTTP/1.1" 200 585 0.103602 10.0.0.33 - - [2025-09-15 01:42:28] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.139004 10.0.0.33 - - [2025-09-15 01:42:28] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.056550 10.0.0.33 - - [2025-09-15 01:42:28] "POST /security-groups HTTP/1.1" 200 558 0.078167 10.0.0.33 - - [2025-09-15 01:42:28] "POST /fqname-to-id HTTP/1.1" 404 248 0.001708 10.0.0.33 - - [2025-09-15 01:42:28] "POST /access-control-lists HTTP/1.1" 200 610 0.069067 10.0.0.33 - - [2025-09-15 01:42:28] "POST /fqname-to-id HTTP/1.1" 404 247 0.009843 10.0.0.33 - - [2025-09-15 01:42:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.078059 10.0.0.33 - - [2025-09-15 01:42:28] "POST /chown HTTP/1.1" 200 109 0.026553 10.0.0.33 - - [2025-09-15 01:42:28] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.018206 10.0.0.33 - - [2025-09-15 01:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006127 10.0.0.33 - - [2025-09-15 01:42:28] "POST /access-control-lists HTTP/1.1" 200 608 0.082781 10.0.0.33 - - [2025-09-15 01:42:28] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.022539 10.0.0.33 - - [2025-09-15 01:42:28] "POST /tags HTTP/1.1" 409 214 0.004194 10.0.0.33 - - [2025-09-15 01:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.33 - - [2025-09-15 01:42:28] "GET /tag/b9ced12f-15c3-4a1a-a769-94d3fdf1276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.012800 10.0.0.33 - - [2025-09-15 01:42:28] "POST /firewall-rules HTTP/1.1" 200 578 0.107157 10.0.0.33 - - [2025-09-15 01:42:28] "GET /firewall-rule/c5606d92-0e3a-47ed-a3f1-c3615f41206d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.021513 10.0.0.33 - - [2025-09-15 01:42:29] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.021928 10.0.0.33 - - [2025-09-15 01:42:29] "GET /firewall-rule/c5606d92-0e3a-47ed-a3f1-c3615f41206d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.013410 10.0.0.33 - - [2025-09-15 01:42:29] "POST /ref-update HTTP/1.1" 200 156 0.059861 10.0.0.33 - - [2025-09-15 01:42:29] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.008058 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006155 10.0.0.33 - - [2025-09-15 01:42:29] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004735 10.0.0.33 - - [2025-09-15 01:42:29] "POST /tags HTTP/1.1" 409 214 0.001730 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.33 - - [2025-09-15 01:42:29] "GET /tag/b9ced12f-15c3-4a1a-a769-94d3fdf1276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.010308 10.0.0.33 - - [2025-09-15 01:42:29] "POST /firewall-rules HTTP/1.1" 200 576 0.076346 10.0.0.33 - - [2025-09-15 01:42:29] "GET /firewall-rule/96c227f6-36f4-4068-bcff-23d2973005fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.004874 10.0.0.33 - - [2025-09-15 01:42:29] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.005232 10.0.0.33 - - [2025-09-15 01:42:29] "GET /firewall-rule/96c227f6-36f4-4068-bcff-23d2973005fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.001996 10.0.0.33 - - [2025-09-15 01:42:29] "POST /ref-update HTTP/1.1" 200 156 0.034892 10.0.0.33 - - [2025-09-15 01:42:29] "POST /tags HTTP/1.1" 200 363 0.039121 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009540 10.0.0.33 - - [2025-09-15 01:42:29] "GET /tag/8a3b8bb4-ef9b-45f7-a5a1-6090f258a211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.031669 10.0.0.33 - - [2025-09-15 01:42:29] "POST /tags HTTP/1.1" 200 311 0.019222 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009890 10.0.0.33 - - [2025-09-15 01:42:29] "GET /tag/e7623fb4-c6a4-4e83-a409-638dc28c8122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.027153 10.0.0.33 - - [2025-09-15 01:42:29] "POST /id-to-fqname HTTP/1.1" 200 177 0.000485 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.019906 10.0.0.33 - - [2025-09-15 01:42:29] "POST /security-groups HTTP/1.1" 200 574 0.088392 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 404 217 0.003533 10.0.0.33 - - [2025-09-15 01:42:29] "POST /projects HTTP/1.1" 200 489 0.256043 10.0.0.33 - - [2025-09-15 01:42:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.012451 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006358 10.0.0.33 - - [2025-09-15 01:42:29] "POST /access-control-lists HTTP/1.1" 200 583 0.052201 10.0.0.33 - - [2025-09-15 01:42:29] "POST /fqname-to-id HTTP/1.1" 404 216 0.017164 10.0.0.33 - - [2025-09-15 01:42:30] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2881 0.004973 10.0.0.33 - - [2025-09-15 01:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.026359 10.0.0.33 - - [2025-09-15 01:42:30] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.010044 10.0.0.33 - - [2025-09-15 01:42:30] "POST /access-control-lists HTTP/1.1" 200 581 0.090532 10.0.0.33 - - [2025-09-15 01:42:30] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.092590 10.0.0.33 - - [2025-09-15 01:42:30] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.040161 10.0.0.33 - - [2025-09-15 01:42:30] "POST /security-groups HTTP/1.1" 200 546 0.076746 10.0.0.33 - - [2025-09-15 01:42:30] "POST /fqname-to-id HTTP/1.1" 404 240 0.003270 10.0.0.33 - - [2025-09-15 01:42:30] "POST /access-control-lists HTTP/1.1" 200 602 0.080357 10.0.0.33 - - [2025-09-15 01:42:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.010389 10.0.0.33 - - [2025-09-15 01:42:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.088799 10.0.0.33 - - [2025-09-15 01:42:30] "POST /chown HTTP/1.1" 200 109 0.038729 10.0.0.33 - - [2025-09-15 01:42:30] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.010362 10.0.0.33 - - [2025-09-15 01:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.33 - - [2025-09-15 01:42:30] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.012715 10.0.0.33 - - [2025-09-15 01:42:30] "POST /access-control-lists HTTP/1.1" 200 600 0.095841 10.0.0.33 - - [2025-09-15 01:42:30] "POST /tags HTTP/1.1" 409 210 0.014396 10.0.0.33 - - [2025-09-15 01:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.33 - - [2025-09-15 01:42:30] "GET /tag/e7623fb4-c6a4-4e83-a409-638dc28c8122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.011583 10.0.0.33 - - [2025-09-15 01:42:30] "POST /firewall-rules HTTP/1.1" 200 570 0.061893 10.0.0.33 - - [2025-09-15 01:42:30] "GET /firewall-rule/8b608aa1-807e-44a9-b9d1-adfd10951bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.015706 10.0.0.33 - - [2025-09-15 01:42:30] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.006829 10.0.0.33 - - [2025-09-15 01:42:30] "GET /firewall-rule/8b608aa1-807e-44a9-b9d1-adfd10951bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.002583 10.0.0.33 - - [2025-09-15 01:42:30] "POST /ref-update HTTP/1.1" 200 156 0.056368 10.0.0.33 - - [2025-09-15 01:42:30] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.011487 10.0.0.33 - - [2025-09-15 01:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.33 - - [2025-09-15 01:42:30] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003195 10.0.0.33 - - [2025-09-15 01:42:30] "POST /tags HTTP/1.1" 409 210 0.002161 10.0.0.33 - - [2025-09-15 01:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.33 - - [2025-09-15 01:42:31] "GET /tag/e7623fb4-c6a4-4e83-a409-638dc28c8122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.013629 10.0.0.33 - - [2025-09-15 01:42:31] "POST /firewall-rules HTTP/1.1" 200 568 0.071541 10.0.0.33 - - [2025-09-15 01:42:31] "GET /firewall-rule/5059870b-8a13-410b-8521-892f04707927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.012357 10.0.0.33 - - [2025-09-15 01:42:31] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004928 10.0.0.33 - - [2025-09-15 01:42:31] "GET /firewall-rule/5059870b-8a13-410b-8521-892f04707927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.002416 10.0.0.33 - - [2025-09-15 01:42:31] "POST /ref-update HTTP/1.1" 200 156 0.035944 10.0.0.33 - - [2025-09-15 01:42:31] "POST /tags HTTP/1.1" 409 237 0.002266 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001695 10.0.0.33 - - [2025-09-15 01:42:31] "GET /tag/f9cddec2-aa68-4686-a991-cac396b5afcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.019805 10.0.0.33 - - [2025-09-15 01:42:31] "POST /tags HTTP/1.1" 409 210 0.002127 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002023 10.0.0.33 - - [2025-09-15 01:42:31] "GET /tag/c000bbbe-9073-45f8-bab4-a7aa46a2c238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.015967 10.0.0.33 - - [2025-09-15 01:42:31] "POST /projects HTTP/1.1" 409 223 0.003028 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.33 - - [2025-09-15 01:42:31] "GET /project/c010973f-ea63-4993-80f9-404502687075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.029377 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.33 - - [2025-09-15 01:42:31] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.007308 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.33 - - [2025-09-15 01:42:31] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004861 10.0.0.33 - - [2025-09-15 01:42:31] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.044983 10.0.0.33 - - [2025-09-15 01:42:31] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.041569 10.0.0.33 - - [2025-09-15 01:42:31] "POST /security-groups HTTP/1.1" 409 253 0.002808 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001837 10.0.0.33 - - [2025-09-15 01:42:31] "PUT /security-group/a6b183e5-7195-48a3-beca-c5e0da3d5d8f HTTP/1.1" 200 262 0.054981 10.0.0.33 - - [2025-09-15 01:42:31] "PUT /access-control-list/fe16ecd4-a549-4ada-86bc-c0cb065fbb6f HTTP/1.1" 200 272 0.017965 10.0.0.33 - - [2025-09-15 01:42:31] "PUT /access-control-list/e91922a8-43f2-48a7-82a8-bcab179e929a HTTP/1.1" 200 272 0.013043 10.0.0.33 - - [2025-09-15 01:42:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.025532 10.0.0.33 - - [2025-09-15 01:42:31] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006189 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001979 10.0.0.33 - - [2025-09-15 01:42:31] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003242 10.0.0.33 - - [2025-09-15 01:42:31] "POST /tags HTTP/1.1" 409 210 0.003438 10.0.0.33 - - [2025-09-15 01:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.33 - - [2025-09-15 01:42:31] "GET /tag/c000bbbe-9073-45f8-bab4-a7aa46a2c238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.016019 10.0.0.33 - - [2025-09-15 01:42:32] "POST /firewall-rules HTTP/1.1" 200 570 0.070970 10.0.0.33 - - [2025-09-15 01:42:32] "GET /firewall-rule/b6ec5d04-f24a-4391-9cbd-0f826beb1852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.011439 10.0.0.33 - - [2025-09-15 01:42:32] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.004695 10.0.0.33 - - [2025-09-15 01:42:32] "GET /firewall-rule/b6ec5d04-f24a-4391-9cbd-0f826beb1852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.003141 10.0.0.33 - - [2025-09-15 01:42:32] "POST /ref-update HTTP/1.1" 200 156 0.046321 10.0.0.33 - - [2025-09-15 01:42:32] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.003052 10.0.0.33 - - [2025-09-15 01:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002318 10.0.0.33 - - [2025-09-15 01:42:32] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004437 10.0.0.33 - - [2025-09-15 01:42:32] "POST /tags HTTP/1.1" 409 210 0.001782 10.0.0.33 - - [2025-09-15 01:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.33 - - [2025-09-15 01:42:32] "GET /tag/c000bbbe-9073-45f8-bab4-a7aa46a2c238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.018637 10.0.0.33 - - [2025-09-15 01:42:32] "POST /firewall-rules HTTP/1.1" 200 568 0.070013 10.0.0.33 - - [2025-09-15 01:42:32] "GET /firewall-rule/7b5fb5a5-01a9-46cd-94d6-7db8058aa8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006174 10.0.0.33 - - [2025-09-15 01:42:32] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.004661 10.0.0.33 - - [2025-09-15 01:42:32] "GET /firewall-rule/7b5fb5a5-01a9-46cd-94d6-7db8058aa8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.002585 10.0.0.33 - - [2025-09-15 01:42:32] "POST /ref-update HTTP/1.1" 200 156 0.052906 10.0.0.33 - - [2025-09-15 01:42:32] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.012957 10.0.0.33 - - [2025-09-15 01:42:32] "POST /set-tag HTTP/1.1" 200 109 0.002104 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000851 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000824 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000997 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000974 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000887 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:42:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000866 10.0.0.241 - - [2025-09-15 01:43:30] "GET / HTTP/1.1" 200 35931 0.001319 10.0.0.241 - - [2025-09-15 01:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.241 - - [2025-09-15 01:43:30] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.005164 10.0.0.241 - - [2025-09-15 01:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001886 10.0.0.241 - - [2025-09-15 01:43:30] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002665 10.0.0.241 - - [2025-09-15 01:43:30] "PUT /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9 HTTP/1.1" 200 274 0.013771 10.0.0.241 - - [2025-09-15 01:43:30] "POST /fqname-to-id HTTP/1.1" 404 216 0.006002 10.0.0.241 - - [2025-09-15 01:43:30] "POST /virtual-routers HTTP/1.1" 200 599 0.016156 10.0.0.241 - - [2025-09-15 01:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.012335 10.0.0.241 - - [2025-09-15 01:43:30] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003969 10.0.0.241 - - [2025-09-15 01:43:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003214 10.0.0.241 - - [2025-09-15 01:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.241 - - [2025-09-15 01:43:30] "GET /virtual-network/875d7357-fd3b-4134-9ad5-4192caf6d275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.004244 10.0.0.241 - - [2025-09-15 01:43:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.052149 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000986 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000944 10.0.0.33 - - [2025-09-15 01:44:16] "GET / HTTP/1.1" 200 35931 0.001248 10.0.0.33 - - [2025-09-15 01:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002052 10.0.0.33 - - [2025-09-15 01:44:16] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004694 10.0.0.33 - - [2025-09-15 01:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001564 10.0.0.33 - - [2025-09-15 01:44:16] "GET /config-node/97bc4aa3-9a44-4db6-9a54-2c9177396ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.011439 10.0.0.241 - - [2025-09-15 01:44:24] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.241 - - [2025-09-15 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.241 - - [2025-09-15 01:44:24] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004853 10.0.0.241 - - [2025-09-15 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001505 10.0.0.241 - - [2025-09-15 01:44:24] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002237 10.0.0.241 - - [2025-09-15 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001431 10.0.0.241 - - [2025-09-15 01:44:24] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003321 10.0.0.241 - - [2025-09-15 01:44:24] "PUT /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd HTTP/1.1" 200 262 0.011963 10.0.0.241 - - [2025-09-15 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008522 10.0.0.241 - - [2025-09-15 01:44:24] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004759 10.0.0.241 - - [2025-09-15 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.241 - - [2025-09-15 01:44:24] "GET /virtual-machine-interface/58442fa6-068b-42f8-b2fd-b085c3f49ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1914 0.004037 10.0.0.241 - - [2025-09-15 01:44:24] "PUT /virtual-machine-interface/58442fa6-068b-42f8-b2fd-b085c3f49ff3 HTTP/1.1" 200 284 0.009553 10.0.0.33 - - [2025-09-15 01:44:27] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.33 - - [2025-09-15 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002137 10.0.0.33 - - [2025-09-15 01:44:27] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004384 10.0.0.33 - - [2025-09-15 01:44:27] "POST /bgp-routers HTTP/1.1" 409 301 0.001688 10.0.0.33 - - [2025-09-15 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.33 - - [2025-09-15 01:44:27] "GET /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.015452 10.0.0.33 - - [2025-09-15 01:44:27] "PUT /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0 HTTP/1.1" 200 254 0.028484 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000876 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000788 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000892 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000869 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000888 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:44:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000812 10.0.0.33 - - [2025-09-15 01:46:19] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003206 10.0.0.33 - - [2025-09-15 01:46:19] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.33 - - [2025-09-15 01:46:20] "GET /global-system-configs HTTP/1.1" 200 322 0.002624 10.0.0.33 - - [2025-09-15 01:46:23] "GET /global-system-configs HTTP/1.1" 200 322 0.002720 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.012167 10.0.0.33 - - [2025-09-15 01:46:31] "POST /set-tag HTTP/1.1" 200 109 0.002444 10.0.0.33 - - [2025-09-15 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.33 - - [2025-09-15 01:46:31] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002737 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.003778 10.0.0.33 - - [2025-09-15 01:46:31] "POST /set-tag HTTP/1.1" 200 109 0.001903 10.0.0.33 - - [2025-09-15 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001991 10.0.0.33 - - [2025-09-15 01:46:31] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002252 10.0.0.33 - - [2025-09-15 01:46:31] "GET /loadbalancer-pool/0f75c8e6-a9df-4d9f-be2e-576f3933d9eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.003547 10.0.0.33 - - [2025-09-15 01:46:31] "POST /loadbalancer-members HTTP/1.1" 200 690 0.023229 10.0.0.33 - - [2025-09-15 01:46:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.030872 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.013565 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.010600 10.0.0.33 - - [2025-09-15 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.009723 10.0.0.33 - - [2025-09-15 01:46:31] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1772 0.021277 10.0.0.33 - - [2025-09-15 01:46:31] "POST /tags HTTP/1.1" 409 205 0.005371 10.0.0.33 - - [2025-09-15 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001714 10.0.0.33 - - [2025-09-15 01:46:31] "PUT /floating-ip/8d6cb404-e237-4093-8a31-27576e824502 HTTP/1.1" 200 256 0.018393 10.0.0.33 - - [2025-09-15 01:46:31] "GET /tag/5b6631ec-eb16-4ca7-9a4a-96debb381597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.024872 10.0.0.33 - - [2025-09-15 01:46:31] "POST /set-tag HTTP/1.1" 200 109 0.069193 10.0.0.33 - - [2025-09-15 01:46:31] "GET /loadbalancer-pool/f67bdc77-dc57-4dc4-b79b-0b8a804adba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003730 10.0.0.33 - - [2025-09-15 01:46:31] "POST /loadbalancer-members HTTP/1.1" 200 690 0.015504 10.0.0.33 - - [2025-09-15 01:46:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.032706 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008558 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003726 10.0.0.33 - - [2025-09-15 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.33 - - [2025-09-15 01:46:31] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.012389 10.0.0.33 - - [2025-09-15 01:46:31] "POST /set-tag HTTP/1.1" 200 109 0.001584 10.0.0.33 - - [2025-09-15 01:46:31] "GET /loadbalancer-pool/c39d8517-60dd-4f50-8c00-f034902903b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.005203 10.0.0.33 - - [2025-09-15 01:46:31] "PUT /floating-ip/8d6cb404-e237-4093-8a31-27576e824502 HTTP/1.1" 200 256 0.017400 10.0.0.33 - - [2025-09-15 01:46:31] "POST /loadbalancer-members HTTP/1.1" 200 692 0.037246 10.0.0.33 - - [2025-09-15 01:46:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.015210 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.011154 10.0.0.33 - - [2025-09-15 01:46:31] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005417 10.0.0.33 - - [2025-09-15 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.009476 10.0.0.33 - - [2025-09-15 01:46:31] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.005215 10.0.0.33 - - [2025-09-15 01:46:31] "POST /set-tag HTTP/1.1" 200 109 0.002684 10.0.0.33 - - [2025-09-15 01:46:31] "PUT /floating-ip/8d6cb404-e237-4093-8a31-27576e824502 HTTP/1.1" 200 256 0.013391 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:48:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000942 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:48:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000992 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:49:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000921 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:49:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000864 10.0.0.33 - - [2025-09-15 01:49:43] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008477 10.0.0.33 - - [2025-09-15 01:49:43] "POST /set-tag HTTP/1.1" 200 109 0.003814 10.0.0.33 - - [2025-09-15 01:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.33 - - [2025-09-15 01:49:43] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002764 10.0.0.33 - - [2025-09-15 01:49:43] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003935 10.0.0.33 - - [2025-09-15 01:49:44] "POST /set-tag HTTP/1.1" 200 109 0.024070 10.0.0.33 - - [2025-09-15 01:49:44] "DELETE /loadbalancer-member/4b6d1249-16e4-4108-b737-8850de0ad484 HTTP/1.1" 200 115 0.038703 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005569 10.0.0.33 - - [2025-09-15 01:49:44] "POST /set-tag HTTP/1.1" 200 109 0.002992 10.0.0.33 - - [2025-09-15 01:49:44] "DELETE /loadbalancer-member/d580e623-41fc-45e3-8dea-03586756855b HTTP/1.1" 200 115 0.023749 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004368 10.0.0.33 - - [2025-09-15 01:49:44] "POST /set-tag HTTP/1.1" 200 109 0.001953 10.0.0.33 - - [2025-09-15 01:49:44] "DELETE /loadbalancer-member/e88acbe9-9af6-488c-8aca-577b4e54d33c HTTP/1.1" 200 115 0.034974 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006583 10.0.0.33 - - [2025-09-15 01:49:44] "POST /set-tag HTTP/1.1" 200 109 0.002144 10.0.0.33 - - [2025-09-15 01:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.33 - - [2025-09-15 01:49:44] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002255 10.0.0.33 - - [2025-09-15 01:49:44] "GET /loadbalancer-pool/0f75c8e6-a9df-4d9f-be2e-576f3933d9eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.002253 10.0.0.33 - - [2025-09-15 01:49:44] "POST /loadbalancer-members HTTP/1.1" 200 690 0.018934 10.0.0.33 - - [2025-09-15 01:49:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.024255 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.009503 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004521 10.0.0.33 - - [2025-09-15 01:49:44] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.002274 10.0.0.33 - - [2025-09-15 01:49:44] "POST /set-tag HTTP/1.1" 200 109 0.067864 10.0.0.33 - - [2025-09-15 01:49:44] "GET /loadbalancer-pool/f67bdc77-dc57-4dc4-b79b-0b8a804adba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.014448 10.0.0.33 - - [2025-09-15 01:49:44] "POST /loadbalancer-members HTTP/1.1" 200 690 0.017895 10.0.0.33 - - [2025-09-15 01:49:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.008741 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012840 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006702 10.0.0.33 - - [2025-09-15 01:49:44] "POST /set-tag HTTP/1.1" 200 109 0.003430 10.0.0.33 - - [2025-09-15 01:49:44] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.003402 10.0.0.33 - - [2025-09-15 01:49:44] "GET /loadbalancer-pool/c39d8517-60dd-4f50-8c00-f034902903b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.003517 10.0.0.33 - - [2025-09-15 01:49:44] "POST /loadbalancer-members HTTP/1.1" 200 692 0.018869 10.0.0.33 - - [2025-09-15 01:49:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.020118 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.013459 10.0.0.33 - - [2025-09-15 01:49:44] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004200 10.0.0.33 - - [2025-09-15 01:49:44] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.002002 10.0.0.33 - - [2025-09-15 01:49:44] "POST /set-tag HTTP/1.1" 200 109 0.002288 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:50:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001175 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:50:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001279 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:50:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001104 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:50:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000938 10.0.0.33 - - [2025-09-15 01:51:10] "GET / HTTP/1.1" 200 35931 0.001599 10.0.0.33 - - [2025-09-15 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.33 - - [2025-09-15 01:51:10] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.042954 10.0.0.33 - - [2025-09-15 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.33 - - [2025-09-15 01:51:10] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.036012 10.0.0.33 - - [2025-09-15 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.33 - - [2025-09-15 01:51:10] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.031253 10.0.0.33 - - [2025-09-15 01:51:10] "POST /tags HTTP/1.1" 200 333 0.041342 10.0.0.33 - - [2025-09-15 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001737 10.0.0.33 - - [2025-09-15 01:51:10] "GET /tag/d384cae2-3405-4b1f-9c84-c958ce07a835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.044148 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.33 - - [2025-09-15 01:51:11] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.045590 10.0.0.33 - - [2025-09-15 01:51:11] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.052833 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.33 - - [2025-09-15 01:51:11] "GET /virtual-networks?parent_id=5e080702-fe61-4589-9d8a-12bed7c59da5&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.004221 10.0.0.33 - - [2025-09-15 01:51:11] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007428 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.33 - - [2025-09-15 01:51:11] "GET /service-appliance-set/3fec25e0-c5fb-46cd-a186-370ee01a2925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.002023 10.0.0.33 - - [2025-09-15 01:51:11] "POST /virtual-networks HTTP/1.1" 200 512 0.068325 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 404 254 0.002195 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001862 10.0.0.33 - - [2025-09-15 01:51:11] "GET /network-ipam/fda87929-398a-4083-bcf5-f741e576560a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.002230 10.0.0.33 - - [2025-09-15 01:51:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.115991 10.0.0.33 - - [2025-09-15 01:51:11] "GET /virtual-machine-interface/1ee8f435-313c-4462-9997-0c524facd038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.023679 10.0.0.33 - - [2025-09-15 01:51:11] "POST /useragent-kv HTTP/1.1" 200 115 0.013132 10.0.0.33 - - [2025-09-15 01:51:11] "POST /ref-update HTTP/1.1" 200 156 0.132775 10.0.0.33 - - [2025-09-15 01:51:11] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.008341 10.0.0.33 - - [2025-09-15 01:51:11] "GET /domains HTTP/1.1" 200 280 0.001795 10.0.0.33 - - [2025-09-15 01:51:11] "POST /instance-ips HTTP/1.1" 200 409 0.029725 10.0.0.33 - - [2025-09-15 01:51:11] "GET /domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 HTTP/1.1" 200 3086 0.015608 10.0.0.33 - - [2025-09-15 01:51:11] "GET /instance-ip/9aeadfca-32d3-46c4-81fa-802a5b6e0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.011950 10.0.0.33 - - [2025-09-15 01:51:11] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5 HTTP/1.1" 200 5476 0.051552 10.0.0.33 - - [2025-09-15 01:51:11] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2091 0.005551 10.0.0.33 - - [2025-09-15 01:51:11] "POST /loadbalancers HTTP/1.1" 200 610 0.046028 10.0.0.33 - - [2025-09-15 01:51:11] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2091 0.017654 10.0.0.33 - - [2025-09-15 01:51:11] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 200 1182 0.002878 10.0.0.33 - - [2025-09-15 01:51:11] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 200 1182 0.003279 10.0.0.33 - - [2025-09-15 01:51:11] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.053930 10.0.0.33 - - [2025-09-15 01:51:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.027264 10.0.0.33 - - [2025-09-15 01:51:11] "GET /instance-ip/9aeadfca-32d3-46c4-81fa-802a5b6e0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.015212 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.014807 10.0.0.33 - - [2025-09-15 01:51:11] "POST /floating-ips HTTP/1.1" 200 597 0.031767 10.0.0.33 - - [2025-09-15 01:51:11] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.038785 10.0.0.33 - - [2025-09-15 01:51:11] "POST /route-targets HTTP/1.1" 200 327 0.010925 10.0.0.33 - - [2025-09-15 01:51:11] "GET /loadbalancer/095c6c75-11e9-40dd-8e88-024dba1c6106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.012894 10.0.0.33 - - [2025-09-15 01:51:11] "POST /ref-update HTTP/1.1" 200 156 0.027212 10.0.0.33 - - [2025-09-15 01:51:11] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.029379 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.33 - - [2025-09-15 01:51:11] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.097995 10.0.0.33 - - [2025-09-15 01:51:11] "GET /loadbalancer-listener/6ae5b086-9d64-42ef-9aed-9489ce29de61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1804 0.012427 10.0.0.33 - - [2025-09-15 01:51:11] "GET /loadbalancer-listener/6ae5b086-9d64-42ef-9aed-9489ce29de61?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1223 0.004015 10.0.0.33 - - [2025-09-15 01:51:11] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.029609 10.0.0.33 - - [2025-09-15 01:51:11] "GET /instance-ip/9aeadfca-32d3-46c4-81fa-802a5b6e0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.005208 10.0.0.33 - - [2025-09-15 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.33 - - [2025-09-15 01:51:12] "GET /instance-ip/9aeadfca-32d3-46c4-81fa-802a5b6e0d33?fields=floating_ips HTTP/1.1" 200 1212 0.005673 10.0.0.33 - - [2025-09-15 01:51:12] "GET /loadbalancer/095c6c75-11e9-40dd-8e88-024dba1c6106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.004747 10.0.0.33 - - [2025-09-15 01:51:12] "GET /floating-ip/5de11392-6e30-4f7c-9ba7-9167cf0e621d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.002653 10.0.0.33 - - [2025-09-15 01:51:12] "POST /tags HTTP/1.1" 200 295 0.083414 10.0.0.33 - - [2025-09-15 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.33 - - [2025-09-15 01:51:12] "GET /tag/de6f523d-cb6c-4c13-94b9-83f0a12926c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.013983 10.0.0.33 - - [2025-09-15 01:51:12] "POST /tags HTTP/1.1" 409 233 0.001856 10.0.0.33 - - [2025-09-15 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.33 - - [2025-09-15 01:51:12] "GET /tag/a6979e40-3857-444f-b748-7fc48bbe36fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.011295 10.0.0.33 - - [2025-09-15 01:51:12] "POST /tags HTTP/1.1" 409 206 0.002002 10.0.0.33 - - [2025-09-15 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2025-09-15 01:51:12] "GET /tag/392317ed-b1e2-4135-8321-1995c7faafd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.010319 10.0.0.33 - - [2025-09-15 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002044 10.0.0.33 - - [2025-09-15 01:51:12] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3025 0.004574 10.0.0.33 - - [2025-09-15 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002006 10.0.0.33 - - [2025-09-15 01:51:12] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.033268 10.0.0.33 - - [2025-09-15 01:51:12] "POST /virtual-machines HTTP/1.1" 200 369 0.010296 10.0.0.33 - - [2025-09-15 01:51:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.009246 10.0.0.33 - - [2025-09-15 01:51:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.104084 10.0.0.33 - - [2025-09-15 01:51:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.024063 10.0.0.33 - - [2025-09-15 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011781 10.0.0.33 - - [2025-09-15 01:51:12] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004915 10.0.0.33 - - [2025-09-15 01:51:12] "POST /instance-ips HTTP/1.1" 200 409 0.022642 10.0.0.33 - - [2025-09-15 01:51:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.032799 10.0.0.33 - - [2025-09-15 01:51:12] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006532 10.0.0.33 - - [2025-09-15 01:51:12] "POST /set-tag HTTP/1.1" 200 109 0.018790 10.0.0.33 - - [2025-09-15 01:51:12] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.019658 10.0.0.33 - - [2025-09-15 01:51:12] "GET /instance-ip/7555cc22-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007079 10.0.0.33 - - [2025-09-15 01:51:12] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.006161 10.0.0.33 - - [2025-09-15 01:51:12] "POST /set-tag HTTP/1.1" 200 109 0.002159 10.0.0.33 - - [2025-09-15 01:51:12] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004679 10.0.0.33 - - [2025-09-15 01:51:12] "POST /ref-update HTTP/1.1" 200 156 0.010771 10.0.0.33 - - [2025-09-15 01:51:12] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.011597 10.0.0.33 - - [2025-09-15 01:51:12] "POST /set-tag HTTP/1.1" 200 109 0.002510 10.0.0.33 - - [2025-09-15 01:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002291 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3025 0.003913 10.0.0.33 - - [2025-09-15 01:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002101 10.0.0.33 - - [2025-09-15 01:51:13] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.037512 10.0.0.33 - - [2025-09-15 01:51:13] "POST /virtual-machines HTTP/1.1" 200 369 0.011908 10.0.0.33 - - [2025-09-15 01:51:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.009205 10.0.0.33 - - [2025-09-15 01:51:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.107032 10.0.0.33 - - [2025-09-15 01:51:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.008128 10.0.0.33 - - [2025-09-15 01:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015385 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004370 10.0.0.33 - - [2025-09-15 01:51:13] "POST /instance-ips HTTP/1.1" 200 409 0.022285 10.0.0.33 - - [2025-09-15 01:51:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.024796 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.015862 10.0.0.33 - - [2025-09-15 01:51:13] "POST /set-tag HTTP/1.1" 200 109 0.017836 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.023170 10.0.0.33 - - [2025-09-15 01:51:13] "GET /instance-ip/75c5966a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.002743 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004184 10.0.0.33 - - [2025-09-15 01:51:13] "POST /set-tag HTTP/1.1" 200 109 0.002019 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1686 0.003769 10.0.0.33 - - [2025-09-15 01:51:13] "POST /ref-update HTTP/1.1" 200 156 0.013584 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.009624 10.0.0.33 - - [2025-09-15 01:51:13] "POST /set-tag HTTP/1.1" 200 109 0.004778 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005278 10.0.0.33 - - [2025-09-15 01:51:13] "POST /set-tag HTTP/1.1" 200 109 0.002139 10.0.0.33 - - [2025-09-15 01:51:13] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.003757 10.0.0.33 - - [2025-09-15 01:51:13] "POST /set-tag HTTP/1.1" 200 109 0.001746 10.0.0.33 - - [2025-09-15 01:51:16] "GET /domains HTTP/1.1" 200 280 0.003189 10.0.0.33 - - [2025-09-15 01:51:16] "GET /domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 HTTP/1.1" 200 3086 0.003589 10.0.0.33 - - [2025-09-15 01:51:16] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5 HTTP/1.1" 200 7064 0.031118 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2091 0.004337 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2091 0.004041 10.0.0.33 - - [2025-09-15 01:51:16] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 200 1403 0.014261 10.0.0.33 - - [2025-09-15 01:51:16] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 200 1403 0.002556 10.0.0.33 - - [2025-09-15 01:51:16] "GET /route-target/7b084849-711f-4a29-b2a7-0b4707b913c9 HTTP/1.1" 200 1152 0.003477 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2091 0.003666 10.0.0.33 - - [2025-09-15 01:51:16] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 200 1403 0.002657 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.004189 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2091 0.004705 10.0.0.33 - - [2025-09-15 01:51:16] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 200 1403 0.002923 10.0.0.33 - - [2025-09-15 01:51:16] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 200 1403 0.002730 10.0.0.33 - - [2025-09-15 01:51:16] "GET /route-target/7b084849-711f-4a29-b2a7-0b4707b913c9 HTTP/1.1" 200 1152 0.002528 10.0.0.33 - - [2025-09-15 01:51:16] "GET /domains HTTP/1.1" 200 280 0.002037 10.0.0.33 - - [2025-09-15 01:51:16] "GET /domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 HTTP/1.1" 200 3086 0.004296 10.0.0.33 - - [2025-09-15 01:51:16] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5 HTTP/1.1" 200 7064 0.049811 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2091 0.009125 10.0.0.33 - - [2025-09-15 01:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.33 - - [2025-09-15 01:51:16] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.040761 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.005237 10.0.0.33 - - [2025-09-15 01:51:16] "GET /floating-ip-pools?parent_id=98f704ab-5b24-44eb-802f-e8f6220dafd3&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002851 10.0.0.33 - - [2025-09-15 01:51:16] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.009856 10.0.0.33 - - [2025-09-15 01:51:16] "POST /floating-ip-pools HTTP/1.1" 200 562 0.051607 10.0.0.33 - - [2025-09-15 01:51:17] "POST /ref-update HTTP/1.1" 200 156 0.039631 10.0.0.33 - - [2025-09-15 01:51:17] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.004559 10.0.0.33 - - [2025-09-15 01:51:17] "GET /domains HTTP/1.1" 200 280 0.001802 10.0.0.33 - - [2025-09-15 01:51:17] "GET /domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 HTTP/1.1" 200 3086 0.002491 10.0.0.33 - - [2025-09-15 01:51:17] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5 HTTP/1.1" 200 7320 0.035286 10.0.0.33 - - [2025-09-15 01:51:17] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2329 0.005777 10.0.0.33 - - [2025-09-15 01:51:17] "GET /floating-ip-pool/e1698999-0a11-4256-8b6b-7337d4a10f6b HTTP/1.1" 200 1315 0.002140 10.0.0.33 - - [2025-09-15 01:51:17] "GET /domains HTTP/1.1" 200 280 0.001551 10.0.0.33 - - [2025-09-15 01:51:17] "GET /domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 HTTP/1.1" 200 3086 0.002547 10.0.0.33 - - [2025-09-15 01:51:17] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5 HTTP/1.1" 200 7320 0.032590 10.0.0.33 - - [2025-09-15 01:51:17] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 2329 0.003585 10.0.0.33 - - [2025-09-15 01:51:17] "GET /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.020461 10.0.0.33 - - [2025-09-15 01:51:17] "POST /tags HTTP/1.1" 200 365 0.058654 10.0.0.33 - - [2025-09-15 01:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.011914 10.0.0.33 - - [2025-09-15 01:51:17] "GET /tag/90aef2c1-0482-482c-9468-bc9a4aa92e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.019458 10.0.0.33 - - [2025-09-15 01:51:17] "POST /tags HTTP/1.1" 409 206 0.002725 10.0.0.33 - - [2025-09-15 01:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.33 - - [2025-09-15 01:51:17] "GET /tag/392317ed-b1e2-4135-8321-1995c7faafd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.009900 10.0.0.33 - - [2025-09-15 01:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001505 10.0.0.33 - - [2025-09-15 01:51:17] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.035398 10.0.0.33 - - [2025-09-15 01:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001486 10.0.0.33 - - [2025-09-15 01:51:17] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3025 0.004135 10.0.0.33 - - [2025-09-15 01:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001726 10.0.0.33 - - [2025-09-15 01:51:17] "GET /service-appliance-set/9d7700ff-59a7-400c-b244-c84da7576b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.003053 10.0.0.33 - - [2025-09-15 01:51:17] "POST /fqname-to-id HTTP/1.1" 404 258 0.001369 10.0.0.33 - - [2025-09-15 01:51:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.115541 10.0.0.33 - - [2025-09-15 01:51:17] "GET /virtual-machine-interface/1c284c97-3f8c-4ec1-8a2d-3d824624a9e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.016374 10.0.0.33 - - [2025-09-15 01:51:17] "POST /set-tag HTTP/1.1" 200 109 0.027933 10.0.0.33 - - [2025-09-15 01:51:17] "POST /instance-ips HTTP/1.1" 200 417 0.020462 10.0.0.33 - - [2025-09-15 01:51:17] "GET /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.004799 10.0.0.33 - - [2025-09-15 01:51:17] "POST /loadbalancers HTTP/1.1" 200 618 0.059654 10.0.0.33 - - [2025-09-15 01:51:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.016112 10.0.0.33 - - [2025-09-15 01:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.014391 10.0.0.33 - - [2025-09-15 01:51:17] "POST /service-instances HTTP/1.1" 200 566 0.102469 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.035575 10.0.0.33 - - [2025-09-15 01:51:18] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.126248 10.0.0.33 - - [2025-09-15 01:51:18] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.011478 10.0.0.33 - - [2025-09-15 01:51:18] "GET /virtual-machine-interface/1c284c97-3f8c-4ec1-8a2d-3d824624a9e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.010821 10.0.0.33 - - [2025-09-15 01:51:18] "GET /virtual-machine-interface/1c284c97-3f8c-4ec1-8a2d-3d824624a9e5?fields=floating_ip_back_refs HTTP/1.1" 200 1178 0.011698 10.0.0.33 - - [2025-09-15 01:51:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.028717 10.0.0.33 - - [2025-09-15 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024531 10.0.0.33 - - [2025-09-15 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.33 - - [2025-09-15 01:51:18] "GET /floating-ip-pool/e1698999-0a11-4256-8b6b-7337d4a10f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.003399 10.0.0.33 - - [2025-09-15 01:51:18] "POST /virtual-machines HTTP/1.1" 200 429 0.018872 10.0.0.33 - - [2025-09-15 01:51:18] "POST /floating-ips HTTP/1.1" 200 671 0.104846 10.0.0.33 - - [2025-09-15 01:51:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.008872 10.0.0.33 - - [2025-09-15 01:51:18] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.012919 10.0.0.33 - - [2025-09-15 01:51:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.151820 10.0.0.33 - - [2025-09-15 01:51:18] "POST /chown HTTP/1.1" 200 109 0.031243 10.0.0.33 - - [2025-09-15 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009418 10.0.0.33 - - [2025-09-15 01:51:18] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.006750 10.0.0.33 - - [2025-09-15 01:51:18] "POST /tags HTTP/1.1" 409 221 0.001645 10.0.0.33 - - [2025-09-15 01:51:18] "POST /chown HTTP/1.1" 200 109 0.006202 10.0.0.33 - - [2025-09-15 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002057 10.0.0.33 - - [2025-09-15 01:51:18] "GET /tag/d384cae2-3405-4b1f-9c84-c958ce07a835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.013042 10.0.0.33 - - [2025-09-15 01:51:18] "POST /tags HTTP/1.1" 409 238 0.001906 10.0.0.33 - - [2025-09-15 01:51:18] "PUT /virtual-machine-interface/8ac45465-794c-4820-b1c5-2ae460f16c28 HTTP/1.1" 200 284 0.046373 10.0.0.33 - - [2025-09-15 01:51:18] "PUT /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77 HTTP/1.1" 200 256 0.026400 10.0.0.33 - - [2025-09-15 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001660 10.0.0.33 - - [2025-09-15 01:51:18] "GET /tag/90aef2c1-0482-482c-9468-bc9a4aa92e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.009958 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.013059 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.029098 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.028163 10.0.0.33 - - [2025-09-15 01:51:18] "POST /firewall-rules HTTP/1.1" 200 650 0.146524 10.0.0.33 - - [2025-09-15 01:51:18] "GET /firewall-rule/54b5a528-77ec-4bfb-a69a-e93bf2382a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.016411 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.029966 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.023577 10.0.0.33 - - [2025-09-15 01:51:18] "GET /firewall-policy/759069a5-a074-46ca-95f5-a2a762f03316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003296 10.0.0.33 - - [2025-09-15 01:51:18] "GET /firewall-rule/54b5a528-77ec-4bfb-a69a-e93bf2382a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004367 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.025867 10.0.0.33 - - [2025-09-15 01:51:18] "POST /ref-update HTTP/1.1" 200 156 0.034563 10.0.0.33 - - [2025-09-15 01:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001728 10.0.0.33 - - [2025-09-15 01:51:18] "POST /virtual-machines HTTP/1.1" 200 429 0.020423 10.0.0.33 - - [2025-09-15 01:51:18] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.061977 10.0.0.33 - - [2025-09-15 01:51:18] "GET /loadbalancer/7a3dcf96-a171-4f6d-9107-afff21ff21e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.002417 10.0.0.33 - - [2025-09-15 01:51:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.121004 10.0.0.33 - - [2025-09-15 01:51:19] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.065223 10.0.0.33 - - [2025-09-15 01:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001733 10.0.0.33 - - [2025-09-15 01:51:19] "POST /chown HTTP/1.1" 200 109 0.045620 10.0.0.33 - - [2025-09-15 01:51:19] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.064291 10.0.0.33 - - [2025-09-15 01:51:19] "GET /loadbalancer-listener/b50fea7b-358d-4cc1-8e77-d5b0940793f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.003764 10.0.0.33 - - [2025-09-15 01:51:19] "POST /chown HTTP/1.1" 200 109 0.016786 10.0.0.33 - - [2025-09-15 01:51:19] "PUT /virtual-machine-interface/580d2569-25a6-4c46-9db8-cdd14ce9a6f3 HTTP/1.1" 200 284 0.017481 10.0.0.33 - - [2025-09-15 01:51:19] "GET /loadbalancer-listener/b50fea7b-358d-4cc1-8e77-d5b0940793f0?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.003151 10.0.0.33 - - [2025-09-15 01:51:19] "PUT /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77 HTTP/1.1" 200 256 0.027171 10.0.0.33 - - [2025-09-15 01:51:19] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.033927 10.0.0.33 - - [2025-09-15 01:51:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.026013 10.0.0.33 - - [2025-09-15 01:51:19] "GET /loadbalancer-pool/f8035384-babd-48b3-b3b8-b38acddf4c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004450 10.0.0.33 - - [2025-09-15 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.038607 10.0.0.33 - - [2025-09-15 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.018564 10.0.0.33 - - [2025-09-15 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.020411 10.0.0.33 - - [2025-09-15 01:51:19] "POST /loadbalancer-members HTTP/1.1" 200 707 0.045014 10.0.0.33 - - [2025-09-15 01:51:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.025969 10.0.0.33 - - [2025-09-15 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.030410 10.0.0.33 - - [2025-09-15 01:51:19] "GET /loadbalancer-member/1f6d1809-8bb9-4d08-97ff-7d5099d899df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.011419 10.0.0.33 - - [2025-09-15 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.028823 10.0.0.33 - - [2025-09-15 01:51:19] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.013966 10.0.0.33 - - [2025-09-15 01:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009528 10.0.0.33 - - [2025-09-15 01:51:19] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002627 10.0.0.33 - - [2025-09-15 01:51:19] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.008820 10.0.0.33 - - [2025-09-15 01:51:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.018025 10.0.0.33 - - [2025-09-15 01:51:19] "POST /tags HTTP/1.1" 409 221 0.002369 10.0.0.33 - - [2025-09-15 01:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.33 - - [2025-09-15 01:51:19] "GET /tag/d384cae2-3405-4b1f-9c84-c958ce07a835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.020823 10.0.0.33 - - [2025-09-15 01:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.016416 10.0.0.33 - - [2025-09-15 01:51:19] "POST /tags HTTP/1.1" 409 238 0.002039 10.0.0.33 - - [2025-09-15 01:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.33 - - [2025-09-15 01:51:19] "GET /tag/90aef2c1-0482-482c-9468-bc9a4aa92e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.010668 10.0.0.33 - - [2025-09-15 01:51:19] "POST /chown HTTP/1.1" 200 109 0.021244 10.0.0.33 - - [2025-09-15 01:51:19] "POST /firewall-rules HTTP/1.1" 409 293 0.008298 10.0.0.33 - - [2025-09-15 01:51:19] "POST /chown HTTP/1.1" 200 109 0.033680 10.0.0.33 - - [2025-09-15 01:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.33 - - [2025-09-15 01:51:19] "PUT /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77 HTTP/1.1" 200 256 0.040931 10.0.0.33 - - [2025-09-15 01:51:19] "PUT /firewall-rule/54b5a528-77ec-4bfb-a69a-e93bf2382a93 HTTP/1.1" 200 260 0.040361 10.0.0.33 - - [2025-09-15 01:51:19] "GET /firewall-rule/54b5a528-77ec-4bfb-a69a-e93bf2382a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003979 10.0.0.33 - - [2025-09-15 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.011602 10.0.0.33 - - [2025-09-15 01:51:19] "POST /chown HTTP/1.1" 200 109 0.009165 10.0.0.33 - - [2025-09-15 01:51:19] "GET /firewall-policy/759069a5-a074-46ca-95f5-a2a762f03316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.012650 10.0.0.33 - - [2025-09-15 01:51:19] "GET /firewall-rule/54b5a528-77ec-4bfb-a69a-e93bf2382a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004002 10.0.0.33 - - [2025-09-15 01:51:19] "POST /chown HTTP/1.1" 200 109 0.026789 10.0.0.33 - - [2025-09-15 01:51:19] "PUT /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77 HTTP/1.1" 200 256 0.022193 10.0.0.33 - - [2025-09-15 01:51:19] "POST /ref-update HTTP/1.1" 200 156 0.023807 10.0.0.33 - - [2025-09-15 01:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001774 10.0.0.33 - - [2025-09-15 01:51:20] "POST /chown HTTP/1.1" 200 109 0.006840 10.0.0.33 - - [2025-09-15 01:51:20] "POST /chown HTTP/1.1" 200 109 0.026220 10.0.0.33 - - [2025-09-15 01:51:20] "PUT /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77 HTTP/1.1" 200 256 0.023492 10.0.0.33 - - [2025-09-15 01:51:20] "GET /global-system-configs HTTP/1.1" 200 322 0.002016 10.0.0.33 - - [2025-09-15 01:51:20] "POST /ref-update HTTP/1.1" 200 156 0.015182 10.0.0.33 - - [2025-09-15 01:51:20] "POST /chown HTTP/1.1" 200 109 0.019509 10.0.0.33 - - [2025-09-15 01:51:20] "POST /chown HTTP/1.1" 200 109 0.024173 10.0.0.33 - - [2025-09-15 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.33 - - [2025-09-15 01:51:20] "PUT /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77 HTTP/1.1" 200 256 0.037089 10.0.0.33 - - [2025-09-15 01:51:20] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3025 0.013921 10.0.0.33 - - [2025-09-15 01:51:20] "POST /ref-update HTTP/1.1" 200 156 0.023101 10.0.0.33 - - [2025-09-15 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001709 10.0.0.33 - - [2025-09-15 01:51:20] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.031697 10.0.0.33 - - [2025-09-15 01:51:20] "POST /virtual-machines HTTP/1.1" 200 373 0.010061 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.021621 10.0.0.33 - - [2025-09-15 01:51:20] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.012350 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.016342 10.0.0.33 - - [2025-09-15 01:51:20] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.055867 10.0.0.33 - - [2025-09-15 01:51:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.149196 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.006047 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.008803 10.0.0.33 - - [2025-09-15 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007523 10.0.0.33 - - [2025-09-15 01:51:20] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.006079 10.0.0.33 - - [2025-09-15 01:51:20] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.018440 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.027614 10.0.0.33 - - [2025-09-15 01:51:20] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.013562 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.009612 10.0.0.33 - - [2025-09-15 01:51:20] "POST /instance-ips HTTP/1.1" 200 413 0.097068 10.0.0.33 - - [2025-09-15 01:51:20] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.012001 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.040388 10.0.0.33 - - [2025-09-15 01:51:20] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.022602 10.0.0.33 - - [2025-09-15 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.038514 10.0.0.33 - - [2025-09-15 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.33 - - [2025-09-15 01:51:20] "POST /set-tag HTTP/1.1" 200 109 0.015190 10.0.0.33 - - [2025-09-15 01:51:20] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.018603 10.0.0.33 - - [2025-09-15 01:51:20] "GET /instance-ip/7a20e192-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007938 10.0.0.33 - - [2025-09-15 01:51:20] "POST /chown HTTP/1.1" 200 109 0.019794 10.0.0.33 - - [2025-09-15 01:51:20] "POST /chown HTTP/1.1" 200 109 0.016450 10.0.0.33 - - [2025-09-15 01:51:21] "POST /ref-update HTTP/1.1" 200 156 0.016375 10.0.0.33 - - [2025-09-15 01:51:21] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.007229 10.0.0.33 - - [2025-09-15 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.005775 10.0.0.33 - - [2025-09-15 01:51:21] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.003559 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.005761 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.013942 10.0.0.33 - - [2025-09-15 01:51:21] "POST /ref-update HTTP/1.1" 200 156 0.023644 10.0.0.33 - - [2025-09-15 01:51:21] "POST /ref-update HTTP/1.1" 200 156 0.019325 10.0.0.33 - - [2025-09-15 01:51:21] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.009846 10.0.0.33 - - [2025-09-15 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.003309 10.0.0.33 - - [2025-09-15 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001551 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.005480 10.0.0.33 - - [2025-09-15 01:51:21] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004440 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.025068 10.0.0.33 - - [2025-09-15 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.008400 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.014576 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.007190 10.0.0.33 - - [2025-09-15 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001618 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.005450 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.016912 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.019783 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.009151 10.0.0.33 - - [2025-09-15 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.006681 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.006017 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.017576 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.021588 10.0.0.33 - - [2025-09-15 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001705 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.005758 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.014798 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.007610 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.016612 10.0.0.33 - - [2025-09-15 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001638 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.006564 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.019289 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.019318 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.005993 10.0.0.33 - - [2025-09-15 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001536 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.005675 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.013856 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.006549 10.0.0.33 - - [2025-09-15 01:51:21] "POST /chown HTTP/1.1" 200 109 0.017699 10.0.0.33 - - [2025-09-15 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.006963 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.021939 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.019846 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.007583 10.0.0.33 - - [2025-09-15 01:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001650 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.006681 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.023613 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.006781 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.018944 10.0.0.33 - - [2025-09-15 01:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001904 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.006850 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.017973 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.018208 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.006331 10.0.0.33 - - [2025-09-15 01:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001836 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.005909 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.044147 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.006995 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.024758 10.0.0.33 - - [2025-09-15 01:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001782 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.007863 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.012640 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.011100 10.0.0.33 - - [2025-09-15 01:51:22] "POST /chown HTTP/1.1" 200 109 0.006721 10.0.0.33 - - [2025-09-15 01:51:23] "GET /global-system-configs HTTP/1.1" 200 322 0.001996 10.0.0.33 - - [2025-09-15 01:51:27] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.010230 10.0.0.33 - - [2025-09-15 01:51:27] "POST /set-tag HTTP/1.1" 200 109 0.002919 10.0.0.33 - - [2025-09-15 01:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.33 - - [2025-09-15 01:51:28] "GET /loadbalancer/095c6c75-11e9-40dd-8e88-024dba1c6106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002367 10.0.0.33 - - [2025-09-15 01:51:28] "GET /loadbalancer-pool/8920328e-8af4-41d7-9418-4e584691b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.002461 10.0.0.33 - - [2025-09-15 01:51:28] "POST /loadbalancer-members HTTP/1.1" 200 702 0.025031 10.0.0.33 - - [2025-09-15 01:51:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.017084 10.0.0.33 - - [2025-09-15 01:51:28] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.023670 10.0.0.33 - - [2025-09-15 01:51:28] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004227 10.0.0.33 - - [2025-09-15 01:51:28] "POST /ref-update HTTP/1.1" 200 156 0.006688 10.0.0.33 - - [2025-09-15 01:51:28] "GET /floating-ip/5de11392-6e30-4f7c-9ba7-9167cf0e621d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1781 0.009510 10.0.0.33 - - [2025-09-15 01:51:28] "POST /tags HTTP/1.1" 409 221 0.001871 10.0.0.33 - - [2025-09-15 01:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001548 10.0.0.33 - - [2025-09-15 01:51:28] "GET /tag/d384cae2-3405-4b1f-9c84-c958ce07a835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.010077 10.0.0.33 - - [2025-09-15 01:51:28] "PUT /floating-ip/5de11392-6e30-4f7c-9ba7-9167cf0e621d HTTP/1.1" 200 256 0.008356 10.0.0.33 - - [2025-09-15 01:51:28] "POST /set-tag HTTP/1.1" 200 109 0.014057 10.0.0.33 - - [2025-09-15 01:51:28] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005007 10.0.0.33 - - [2025-09-15 01:51:28] "POST /set-tag HTTP/1.1" 200 109 0.002178 10.0.0.33 - - [2025-09-15 01:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001637 10.0.0.33 - - [2025-09-15 01:51:29] "GET /loadbalancer/095c6c75-11e9-40dd-8e88-024dba1c6106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002985 10.0.0.33 - - [2025-09-15 01:51:29] "GET /loadbalancer-pool/8920328e-8af4-41d7-9418-4e584691b442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.003103 10.0.0.33 - - [2025-09-15 01:51:29] "POST /loadbalancer-members HTTP/1.1" 200 702 0.015044 10.0.0.33 - - [2025-09-15 01:51:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.008341 10.0.0.33 - - [2025-09-15 01:51:29] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.006488 10.0.0.33 - - [2025-09-15 01:51:29] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005231 10.0.0.33 - - [2025-09-15 01:51:29] "POST /ref-update HTTP/1.1" 200 156 0.007473 10.0.0.33 - - [2025-09-15 01:51:29] "GET /floating-ip/5de11392-6e30-4f7c-9ba7-9167cf0e621d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.013077 10.0.0.33 - - [2025-09-15 01:51:29] "POST /set-tag HTTP/1.1" 200 109 0.033938 10.0.0.33 - - [2025-09-15 01:51:30] "GET /virtual-machine/7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.003084 10.0.0.33 - - [2025-09-15 01:51:30] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004069 10.0.0.33 - - [2025-09-15 01:51:30] "GET /virtual-machine/30b4412b-e3fb-497f-8ea6-291ee0fd5f97?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.002963 10.0.0.33 - - [2025-09-15 01:51:30] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004055 10.0.0.33 - - [2025-09-15 01:51:36] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005393 10.0.0.33 - - [2025-09-15 01:51:36] "POST /set-tag HTTP/1.1" 200 109 0.002144 10.0.0.33 - - [2025-09-15 01:51:40] "GET /virtual-machine/e81a5802-65af-47b0-8e85-671d3f590b50?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1223 0.002889 10.0.0.33 - - [2025-09-15 01:51:40] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004343 10.0.0.33 - - [2025-09-15 01:51:40] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005037 10.0.0.33 - - [2025-09-15 01:51:40] "POST /set-tag HTTP/1.1" 200 109 0.001946 10.0.0.33 - - [2025-09-15 01:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.33 - - [2025-09-15 01:52:09] "POST /chown HTTP/1.1" 200 109 0.008677 10.0.0.33 - - [2025-09-15 01:52:09] "POST /chown HTTP/1.1" 200 109 0.025024 10.0.0.33 - - [2025-09-15 01:52:09] "POST /chown HTTP/1.1" 200 109 0.022166 10.0.0.33 - - [2025-09-15 01:52:09] "POST /chown HTTP/1.1" 200 109 0.020114 10.0.0.33 - - [2025-09-15 01:52:12] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005667 10.0.0.33 - - [2025-09-15 01:52:12] "POST /set-tag HTTP/1.1" 200 109 0.002225 10.0.0.33 - - [2025-09-15 01:52:12] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004599 10.0.0.33 - - [2025-09-15 01:52:12] "POST /set-tag HTTP/1.1" 200 109 0.002334 10.0.0.33 - - [2025-09-15 01:52:12] "GET /virtual-machine/e81a5802-65af-47b0-8e85-671d3f590b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.003967 10.0.0.33 - - [2025-09-15 01:52:12] "POST /ref-update HTTP/1.1" 200 156 0.011105 10.0.0.33 - - [2025-09-15 01:52:12] "GET /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.026605 10.0.0.33 - - [2025-09-15 01:52:12] "POST /set-tag HTTP/1.1" 200 109 0.023115 10.0.0.33 - - [2025-09-15 01:52:12] "POST /set-tag HTTP/1.1" 200 109 0.013549 10.0.0.33 - - [2025-09-15 01:52:12] "DELETE /instance-ip/7a20e192-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.041161 10.0.0.33 - - [2025-09-15 01:52:12] "DELETE /virtual-machine-interface/79ff8ca4-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.038553 10.0.0.33 - - [2025-09-15 01:52:12] "DELETE /virtual-machine/e81a5802-65af-47b0-8e85-671d3f590b50 HTTP/1.1" 200 115 0.019122 10.0.0.33 - - [2025-09-15 01:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002183 10.0.0.33 - - [2025-09-15 01:52:15] "GET /tag/90aef2c1-0482-482c-9468-bc9a4aa92e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.029070 10.0.0.33 - - [2025-09-15 01:52:15] "GET /tag/90aef2c1-0482-482c-9468-bc9a4aa92e4d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.028647 10.0.0.33 - - [2025-09-15 01:52:15] "GET /virtual-machine-interface/1c284c97-3f8c-4ec1-8a2d-3d824624a9e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.011994 10.0.0.33 - - [2025-09-15 01:52:15] "POST /set-tag HTTP/1.1" 200 109 0.033728 10.0.0.33 - - [2025-09-15 01:52:15] "GET /virtual-machine-interface/580d2569-25a6-4c46-9db8-cdd14ce9a6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.004595 10.0.0.33 - - [2025-09-15 01:52:15] "POST /set-tag HTTP/1.1" 200 109 0.024859 10.0.0.33 - - [2025-09-15 01:52:16] "GET /virtual-machine-interface/8ac45465-794c-4820-b1c5-2ae460f16c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.014580 10.0.0.33 - - [2025-09-15 01:52:16] "POST /set-tag HTTP/1.1" 200 109 0.034861 10.0.0.33 - - [2025-09-15 01:52:16] "GET /firewall-policy/759069a5-a074-46ca-95f5-a2a762f03316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.016752 10.0.0.33 - - [2025-09-15 01:52:16] "GET /firewall-rule/54b5a528-77ec-4bfb-a69a-e93bf2382a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005364 10.0.0.33 - - [2025-09-15 01:52:16] "POST /ref-update HTTP/1.1" 200 156 0.039953 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /firewall-rule/54b5a528-77ec-4bfb-a69a-e93bf2382a93 HTTP/1.1" 200 115 0.075748 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /loadbalancer-member/1f6d1809-8bb9-4d08-97ff-7d5099d899df HTTP/1.1" 200 115 0.035778 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /loadbalancer-pool/f8035384-babd-48b3-b3b8-b38acddf4c71 HTTP/1.1" 200 115 0.033216 10.0.0.33 - - [2025-09-15 01:52:16] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.024606 10.0.0.33 - - [2025-09-15 01:52:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.017105 10.0.0.33 - - [2025-09-15 01:52:16] "PUT /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 266 0.011957 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /loadbalancer-listener/b50fea7b-358d-4cc1-8e77-d5b0940793f0 HTTP/1.1" 200 115 0.099635 10.0.0.33 - - [2025-09-15 01:52:16] "GET /floating-ip/e47fcede-bfd3-4332-99e4-5df1592ce9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.007247 10.0.0.33 - - [2025-09-15 01:52:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.035911 10.0.0.33 - - [2025-09-15 01:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008734 10.0.0.33 - - [2025-09-15 01:52:16] "PUT /floating-ip/e47fcede-bfd3-4332-99e4-5df1592ce9f5 HTTP/1.1" 200 256 0.021036 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.027061 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.024815 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.021778 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /floating-ip/e47fcede-bfd3-4332-99e4-5df1592ce9f5 HTTP/1.1" 200 115 0.111770 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.008106 10.0.0.33 - - [2025-09-15 01:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.006949 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /loadbalancer/7a3dcf96-a171-4f6d-9107-afff21ff21e4 HTTP/1.1" 200 115 0.075023 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.006600 10.0.0.33 - - [2025-09-15 01:52:16] "GET /floating-ip-pool/e1698999-0a11-4256-8b6b-7337d4a10f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.009224 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.034078 10.0.0.33 - - [2025-09-15 01:52:16] "POST /ref-update HTTP/1.1" 200 156 0.042105 10.0.0.33 - - [2025-09-15 01:52:16] "POST /chown HTTP/1.1" 200 109 0.047862 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /instance-ip/bbf4541f-7b7d-47ef-b9c9-d08920285a77 HTTP/1.1" 200 115 0.159528 10.0.0.33 - - [2025-09-15 01:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.33 - - [2025-09-15 01:52:16] "DELETE /floating-ip-pool/e1698999-0a11-4256-8b6b-7337d4a10f6b HTTP/1.1" 200 115 0.104805 10.0.0.33 - - [2025-09-15 01:52:16] "POST /service-instances HTTP/1.1" 409 259 0.001866 10.0.0.33 - - [2025-09-15 01:52:16] "POST /service-instances HTTP/1.1" 409 259 0.003991 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /virtual-machine-interface/1c284c97-3f8c-4ec1-8a2d-3d824624a9e5 HTTP/1.1" 200 115 0.100560 10.0.0.33 - - [2025-09-15 01:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006316 10.0.0.33 - - [2025-09-15 01:52:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002035 10.0.0.33 - - [2025-09-15 01:52:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001276 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /virtual-network/98f704ab-5b24-44eb-802f-e8f6220dafd3 HTTP/1.1" 200 115 0.172232 10.0.0.33 - - [2025-09-15 01:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009903 10.0.0.33 - - [2025-09-15 01:52:17] "GET /routing-instance/d33ff9d3-17fd-434b-8db5-0c9cd2e74109 HTTP/1.1" 404 171 0.011970 10.0.0.33 - - [2025-09-15 01:52:17] "GET /domains HTTP/1.1" 200 280 0.003278 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /tag/90aef2c1-0482-482c-9468-bc9a4aa92e4d HTTP/1.1" 200 115 0.160573 10.0.0.33 - - [2025-09-15 01:52:17] "GET /domain/88d7b5b4-6de4-4acf-980d-82f3bd9e8060 HTTP/1.1" 200 3086 0.006443 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /service-instance/283b7047-62aa-48b4-94a5-a5d64493d05f HTTP/1.1" 200 115 0.090835 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /route-target/7b084849-711f-4a29-b2a7-0b4707b913c9 HTTP/1.1" 200 115 0.051794 10.0.0.33 - - [2025-09-15 01:52:17] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5 HTTP/1.1" 200 7411 0.084337 10.0.0.33 - - [2025-09-15 01:52:17] "GET /virtual-machine-interface/8ac45465-794c-4820-b1c5-2ae460f16c28?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1208 0.011963 10.0.0.33 - - [2025-09-15 01:52:17] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.013680 10.0.0.33 - - [2025-09-15 01:52:17] "POST /set-tag HTTP/1.1" 200 109 0.002555 10.0.0.33 - - [2025-09-15 01:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.33 - - [2025-09-15 01:52:17] "GET /loadbalancer/095c6c75-11e9-40dd-8e88-024dba1c6106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005695 10.0.0.33 - - [2025-09-15 01:52:17] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.005414 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /virtual-machine-interface/8ac45465-794c-4820-b1c5-2ae460f16c28 HTTP/1.1" 200 115 0.155680 10.0.0.33 - - [2025-09-15 01:52:17] "POST /ref-update HTTP/1.1" 200 156 0.023228 10.0.0.33 - - [2025-09-15 01:52:17] "POST /set-tag HTTP/1.1" 200 109 0.061988 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /virtual-machine/7191e7f0-eaca-435a-89f6-846a771529a3 HTTP/1.1" 200 115 0.176391 10.0.0.33 - - [2025-09-15 01:52:17] "GET /virtual-machine-interface/580d2569-25a6-4c46-9db8-cdd14ce9a6f3?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1208 0.006497 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /loadbalancer-member/d4dce568-b63f-4ac1-bdeb-7236b3850c6b HTTP/1.1" 200 115 0.225018 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /virtual-machine-interface/580d2569-25a6-4c46-9db8-cdd14ce9a6f3 HTTP/1.1" 200 115 0.057741 10.0.0.33 - - [2025-09-15 01:52:17] "DELETE /virtual-machine/abee966a-a48c-4d35-951f-11af4b3407b4 HTTP/1.1" 200 115 0.023135 10.0.0.33 - - [2025-09-15 01:52:19] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.006596 10.0.0.33 - - [2025-09-15 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.002561 10.0.0.33 - - [2025-09-15 01:52:19] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004571 10.0.0.33 - - [2025-09-15 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.002135 10.0.0.33 - - [2025-09-15 01:52:19] "GET /virtual-machine/30b4412b-e3fb-497f-8ea6-291ee0fd5f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002158 10.0.0.33 - - [2025-09-15 01:52:19] "POST /ref-update HTTP/1.1" 200 156 0.008642 10.0.0.33 - - [2025-09-15 01:52:19] "GET /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.015839 10.0.0.33 - - [2025-09-15 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.017847 10.0.0.33 - - [2025-09-15 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.034432 10.0.0.33 - - [2025-09-15 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.029059 10.0.0.33 - - [2025-09-15 01:52:19] "DELETE /instance-ip/75c5966a-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.038273 10.0.0.33 - - [2025-09-15 01:52:19] "POST /ref-update HTTP/1.1" 200 156 0.009429 10.0.0.33 - - [2025-09-15 01:52:19] "DELETE /virtual-machine-interface/75ab857c-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.050587 10.0.0.33 - - [2025-09-15 01:52:19] "DELETE /virtual-machine/30b4412b-e3fb-497f-8ea6-291ee0fd5f97 HTTP/1.1" 200 115 0.021588 10.0.0.33 - - [2025-09-15 01:52:22] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.010424 10.0.0.33 - - [2025-09-15 01:52:22] "POST /set-tag HTTP/1.1" 200 109 0.002413 10.0.0.33 - - [2025-09-15 01:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.33 - - [2025-09-15 01:52:22] "GET /loadbalancer/095c6c75-11e9-40dd-8e88-024dba1c6106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.004462 10.0.0.33 - - [2025-09-15 01:52:23] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.006708 10.0.0.33 - - [2025-09-15 01:52:23] "POST /set-tag HTTP/1.1" 200 109 0.002617 10.0.0.33 - - [2025-09-15 01:52:23] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004259 10.0.0.33 - - [2025-09-15 01:52:23] "POST /set-tag HTTP/1.1" 200 109 0.002044 10.0.0.33 - - [2025-09-15 01:52:23] "GET /virtual-machine/7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.003959 10.0.0.33 - - [2025-09-15 01:52:23] "POST /ref-update HTTP/1.1" 200 156 0.017901 10.0.0.33 - - [2025-09-15 01:52:23] "GET /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004078 10.0.0.33 - - [2025-09-15 01:52:23] "POST /set-tag HTTP/1.1" 200 109 0.015939 10.0.0.33 - - [2025-09-15 01:52:23] "POST /set-tag HTTP/1.1" 200 109 0.023107 10.0.0.33 - - [2025-09-15 01:52:23] "POST /set-tag HTTP/1.1" 200 109 0.021207 10.0.0.33 - - [2025-09-15 01:52:23] "DELETE /instance-ip/7555cc22-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.039644 10.0.0.33 - - [2025-09-15 01:52:23] "POST /ref-update HTTP/1.1" 200 156 0.007234 10.0.0.33 - - [2025-09-15 01:52:23] "DELETE /virtual-machine-interface/7540309c-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.033303 10.0.0.33 - - [2025-09-15 01:52:23] "DELETE /virtual-machine/7d0d3932-f1e6-4bd0-a5e6-3acba680cfdb HTTP/1.1" 200 115 0.017972 10.0.0.33 - - [2025-09-15 01:52:23] "DELETE /tag/de6f523d-cb6c-4c13-94b9-83f0a12926c3 HTTP/1.1" 200 115 0.065547 10.0.0.33 - - [2025-09-15 01:52:23] "DELETE /tag/a6979e40-3857-444f-b748-7fc48bbe36fb HTTP/1.1" 200 115 0.033361 10.0.0.33 - - [2025-09-15 01:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.33 - - [2025-09-15 01:52:27] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.040015 10.0.0.33 - - [2025-09-15 01:52:27] "POST /tags HTTP/1.1" 200 393 0.027904 10.0.0.33 - - [2025-09-15 01:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.33 - - [2025-09-15 01:52:27] "GET /tag/2fc33cdc-4f73-4fb3-af47-836a3e9d5045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.013316 10.0.0.33 - - [2025-09-15 01:52:27] "POST /tags HTTP/1.1" 200 341 0.017822 10.0.0.33 - - [2025-09-15 01:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001928 10.0.0.33 - - [2025-09-15 01:52:27] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.011685 10.0.0.33 - - [2025-09-15 01:52:27] "POST /id-to-fqname HTTP/1.1" 200 192 0.002438 10.0.0.33 - - [2025-09-15 01:52:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.001928 10.0.0.33 - - [2025-09-15 01:52:28] "POST /security-groups HTTP/1.1" 200 589 0.066822 10.0.0.33 - - [2025-09-15 01:52:28] "POST /projects HTTP/1.1" 200 519 0.172976 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.001923 10.0.0.33 - - [2025-09-15 01:52:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.028168 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.017367 10.0.0.33 - - [2025-09-15 01:52:28] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3025 0.011540 10.0.0.33 - - [2025-09-15 01:52:28] "POST /access-control-lists HTTP/1.1" 200 598 0.081868 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007024 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.005549 10.0.0.33 - - [2025-09-15 01:52:28] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.004842 10.0.0.33 - - [2025-09-15 01:52:28] "POST /access-control-lists HTTP/1.1" 200 596 0.064971 10.0.0.33 - - [2025-09-15 01:52:28] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.101112 10.0.0.33 - - [2025-09-15 01:52:28] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.041857 10.0.0.33 - - [2025-09-15 01:52:28] "POST /security-groups HTTP/1.1" 200 591 0.071971 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 404 270 0.002552 10.0.0.33 - - [2025-09-15 01:52:28] "POST /access-control-lists HTTP/1.1" 200 632 0.028225 10.0.0.33 - - [2025-09-15 01:52:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.042373 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 404 269 0.031045 10.0.0.33 - - [2025-09-15 01:52:28] "POST /chown HTTP/1.1" 200 109 0.015288 10.0.0.33 - - [2025-09-15 01:52:28] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.018289 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.33 - - [2025-09-15 01:52:28] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002438 10.0.0.33 - - [2025-09-15 01:52:28] "POST /access-control-lists HTTP/1.1" 200 630 0.091227 10.0.0.33 - - [2025-09-15 01:52:28] "POST /tags HTTP/1.1" 409 226 0.008648 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001641 10.0.0.33 - - [2025-09-15 01:52:28] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.009841 10.0.0.33 - - [2025-09-15 01:52:28] "POST /firewall-rules HTTP/1.1" 200 600 0.060859 10.0.0.33 - - [2025-09-15 01:52:28] "GET /firewall-rule/d28cce6b-9631-4cde-9927-8950ff8acfa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.016996 10.0.0.33 - - [2025-09-15 01:52:28] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003862 10.0.0.33 - - [2025-09-15 01:52:28] "GET /firewall-rule/d28cce6b-9631-4cde-9927-8950ff8acfa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.002174 10.0.0.33 - - [2025-09-15 01:52:28] "POST /ref-update HTTP/1.1" 200 156 0.046500 10.0.0.33 - - [2025-09-15 01:52:28] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002630 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.33 - - [2025-09-15 01:52:28] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002445 10.0.0.33 - - [2025-09-15 01:52:28] "POST /tags HTTP/1.1" 409 226 0.002322 10.0.0.33 - - [2025-09-15 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001678 10.0.0.33 - - [2025-09-15 01:52:29] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.013144 10.0.0.33 - - [2025-09-15 01:52:29] "POST /firewall-rules HTTP/1.1" 200 598 0.064767 10.0.0.33 - - [2025-09-15 01:52:29] "GET /firewall-rule/3ab28782-bce2-4d2d-a2b4-413777b6a129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.027153 10.0.0.33 - - [2025-09-15 01:52:29] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.003895 10.0.0.33 - - [2025-09-15 01:52:29] "GET /firewall-rule/3ab28782-bce2-4d2d-a2b4-413777b6a129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004959 10.0.0.33 - - [2025-09-15 01:52:29] "POST /ref-update HTTP/1.1" 200 156 0.083258 10.0.0.33 - - [2025-09-15 01:52:30] "POST /tags HTTP/1.1" 200 393 0.021516 10.0.0.33 - - [2025-09-15 01:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011219 10.0.0.33 - - [2025-09-15 01:52:30] "GET /tag/01f60f16-22a1-4564-85fa-030cddb39f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.011962 10.0.0.33 - - [2025-09-15 01:52:30] "POST /tags HTTP/1.1" 200 341 0.015918 10.0.0.33 - - [2025-09-15 01:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008634 10.0.0.33 - - [2025-09-15 01:52:30] "GET /tag/049b2bf4-0527-4b21-9fc7-f28a87204f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.016689 10.0.0.33 - - [2025-09-15 01:52:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.000696 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.001779 10.0.0.33 - - [2025-09-15 01:52:31] "POST /security-groups HTTP/1.1" 200 589 0.064352 10.0.0.33 - - [2025-09-15 01:52:31] "POST /projects HTTP/1.1" 200 519 0.214007 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.002506 10.0.0.33 - - [2025-09-15 01:52:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.013319 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007789 10.0.0.33 - - [2025-09-15 01:52:31] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.025837 10.0.0.33 - - [2025-09-15 01:52:31] "POST /access-control-lists HTTP/1.1" 200 598 0.093956 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.015846 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.014921 10.0.0.33 - - [2025-09-15 01:52:31] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.008341 10.0.0.33 - - [2025-09-15 01:52:31] "POST /access-control-lists HTTP/1.1" 200 596 0.062687 10.0.0.33 - - [2025-09-15 01:52:31] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.072900 10.0.0.33 - - [2025-09-15 01:52:31] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.047536 10.0.0.33 - - [2025-09-15 01:52:31] "POST /security-groups HTTP/1.1" 200 591 0.066782 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 404 270 0.001472 10.0.0.33 - - [2025-09-15 01:52:31] "POST /access-control-lists HTTP/1.1" 200 632 0.040041 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 404 269 0.010598 10.0.0.33 - - [2025-09-15 01:52:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.047957 10.0.0.33 - - [2025-09-15 01:52:31] "POST /access-control-lists HTTP/1.1" 200 630 0.046729 10.0.0.33 - - [2025-09-15 01:52:31] "POST /chown HTTP/1.1" 200 109 0.043708 10.0.0.33 - - [2025-09-15 01:52:31] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007025 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002131 10.0.0.33 - - [2025-09-15 01:52:31] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002498 10.0.0.33 - - [2025-09-15 01:52:31] "POST /tags HTTP/1.1" 409 226 0.001722 10.0.0.33 - - [2025-09-15 01:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002002 10.0.0.33 - - [2025-09-15 01:52:31] "GET /tag/049b2bf4-0527-4b21-9fc7-f28a87204f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.012140 10.0.0.33 - - [2025-09-15 01:52:31] "POST /firewall-rules HTTP/1.1" 200 600 0.066572 10.0.0.33 - - [2025-09-15 01:52:31] "GET /firewall-rule/cbe3375a-e2bf-4e50-8655-c41c2efb9f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005089 10.0.0.33 - - [2025-09-15 01:52:31] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.004256 10.0.0.33 - - [2025-09-15 01:52:31] "GET /firewall-rule/cbe3375a-e2bf-4e50-8655-c41c2efb9f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002437 10.0.0.33 - - [2025-09-15 01:52:31] "POST /ref-update HTTP/1.1" 200 156 0.048981 10.0.0.33 - - [2025-09-15 01:52:32] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.011880 10.0.0.33 - - [2025-09-15 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002080 10.0.0.33 - - [2025-09-15 01:52:32] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002805 10.0.0.33 - - [2025-09-15 01:52:32] "POST /tags HTTP/1.1" 409 226 0.001514 10.0.0.33 - - [2025-09-15 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.33 - - [2025-09-15 01:52:32] "GET /tag/049b2bf4-0527-4b21-9fc7-f28a87204f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010531 10.0.0.33 - - [2025-09-15 01:52:32] "POST /firewall-rules HTTP/1.1" 200 598 0.071881 10.0.0.33 - - [2025-09-15 01:52:32] "GET /firewall-rule/1cc8444c-168a-4141-a92c-42d1f556b7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006223 10.0.0.33 - - [2025-09-15 01:52:32] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.004341 10.0.0.33 - - [2025-09-15 01:52:32] "GET /firewall-rule/1cc8444c-168a-4141-a92c-42d1f556b7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002267 10.0.0.33 - - [2025-09-15 01:52:32] "POST /ref-update HTTP/1.1" 200 156 0.064107 10.0.0.33 - - [2025-09-15 01:52:33] "POST /tags HTTP/1.1" 200 345 0.088778 10.0.0.33 - - [2025-09-15 01:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.014937 10.0.0.33 - - [2025-09-15 01:52:33] "GET /tag/2a866c14-6b3f-4e8f-b227-7fb47577b8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.018929 10.0.0.33 - - [2025-09-15 01:52:33] "POST /projects HTTP/1.1" 409 238 0.002596 10.0.0.33 - - [2025-09-15 01:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001888 10.0.0.33 - - [2025-09-15 01:52:33] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.045741 10.0.0.33 - - [2025-09-15 01:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.33 - - [2025-09-15 01:52:34] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.004837 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.33 - - [2025-09-15 01:52:34] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.005283 10.0.0.33 - - [2025-09-15 01:52:34] "POST /security-groups HTTP/1.1" 409 285 0.002328 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001879 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.33 - - [2025-09-15 01:52:34] "PUT /security-group/6883ff1f-eae8-482d-befd-acc4b3c38e76 HTTP/1.1" 200 262 0.062107 10.0.0.33 - - [2025-09-15 01:52:34] "PUT /access-control-list/dd8f939e-ae15-459b-9390-78eaef158506 HTTP/1.1" 200 272 0.011612 10.0.0.33 - - [2025-09-15 01:52:34] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.091860 10.0.0.33 - - [2025-09-15 01:52:34] "PUT /access-control-list/61f4496d-33d7-4568-92dd-2993336d241b HTTP/1.1" 200 272 0.081507 10.0.0.33 - - [2025-09-15 01:52:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.089624 10.0.0.33 - - [2025-09-15 01:52:34] "POST /tags HTTP/1.1" 409 228 0.011344 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.33 - - [2025-09-15 01:52:34] "GET /tag/2a866c14-6b3f-4e8f-b227-7fb47577b8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.013068 10.0.0.33 - - [2025-09-15 01:52:34] "POST /tags HTTP/1.1" 200 345 0.021489 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.33 - - [2025-09-15 01:52:34] "GET /tag/de260002-215a-470e-ac40-9b70c10d0b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.014261 10.0.0.33 - - [2025-09-15 01:52:34] "POST /projects HTTP/1.1" 409 238 0.002363 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001671 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002304 10.0.0.33 - - [2025-09-15 01:52:34] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.038464 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.33 - - [2025-09-15 01:52:34] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.007505 10.0.0.33 - - [2025-09-15 01:52:34] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.059519 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.33 - - [2025-09-15 01:52:34] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004717 10.0.0.33 - - [2025-09-15 01:52:34] "POST /security-groups HTTP/1.1" 409 285 0.002684 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.33 - - [2025-09-15 01:52:34] "PUT /security-group/83152c3c-eeec-4324-bc57-3f22d0bff70b HTTP/1.1" 200 262 0.062972 10.0.0.33 - - [2025-09-15 01:52:34] "PUT /access-control-list/f5394a16-2b9d-4d94-ad25-b4a16e22f047 HTTP/1.1" 200 272 0.017416 10.0.0.33 - - [2025-09-15 01:52:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.019834 10.0.0.33 - - [2025-09-15 01:52:34] "POST /tags HTTP/1.1" 409 228 0.004985 10.0.0.33 - - [2025-09-15 01:52:34] "PUT /access-control-list/e8abbc36-8fa1-419d-8b14-4cb6b76ae6a1 HTTP/1.1" 200 272 0.029223 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.33 - - [2025-09-15 01:52:34] "GET /tag/de260002-215a-470e-ac40-9b70c10d0b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.011934 10.0.0.33 - - [2025-09-15 01:52:34] "POST /tags HTTP/1.1" 200 291 0.055481 10.0.0.33 - - [2025-09-15 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001824 10.0.0.33 - - [2025-09-15 01:52:35] "GET /tag/8cf52238-976b-4f17-8087-5aca1050bce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.012471 10.0.0.33 - - [2025-09-15 01:52:35] "POST /tags HTTP/1.1" 200 303 0.051819 10.0.0.33 - - [2025-09-15 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.33 - - [2025-09-15 01:52:35] "GET /tag/6b175f2e-2f02-4ac6-8313-a0dafcf1759c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.013642 10.0.0.33 - - [2025-09-15 01:52:35] "POST /tags HTTP/1.1" 409 252 0.001959 10.0.0.33 - - [2025-09-15 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001740 10.0.0.33 - - [2025-09-15 01:52:35] "GET /tag/2fc33cdc-4f73-4fb3-af47-836a3e9d5045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.011082 10.0.0.33 - - [2025-09-15 01:52:35] "POST /tags HTTP/1.1" 409 226 0.003040 10.0.0.33 - - [2025-09-15 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.33 - - [2025-09-15 01:52:35] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010705 10.0.0.33 - - [2025-09-15 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002019 10.0.0.33 - - [2025-09-15 01:52:35] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.003551 10.0.0.33 - - [2025-09-15 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002088 10.0.0.33 - - [2025-09-15 01:52:35] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.034823 10.0.0.33 - - [2025-09-15 01:52:35] "POST /virtual-machines HTTP/1.1" 200 395 0.008306 10.0.0.33 - - [2025-09-15 01:52:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.009573 10.0.0.33 - - [2025-09-15 01:52:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.103300 10.0.0.33 - - [2025-09-15 01:52:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.029747 10.0.0.33 - - [2025-09-15 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010066 10.0.0.33 - - [2025-09-15 01:52:35] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006255 10.0.0.33 - - [2025-09-15 01:52:35] "POST /instance-ips HTTP/1.1" 200 397 0.023311 10.0.0.33 - - [2025-09-15 01:52:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.023986 10.0.0.33 - - [2025-09-15 01:52:35] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.008838 10.0.0.33 - - [2025-09-15 01:52:35] "POST /set-tag HTTP/1.1" 200 109 0.063780 10.0.0.33 - - [2025-09-15 01:52:35] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.026904 10.0.0.33 - - [2025-09-15 01:52:35] "GET /instance-ip/a6c75dca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004225 10.0.0.33 - - [2025-09-15 01:52:35] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004563 10.0.0.33 - - [2025-09-15 01:52:35] "POST /set-tag HTTP/1.1" 200 109 0.002189 10.0.0.33 - - [2025-09-15 01:52:35] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004043 10.0.0.33 - - [2025-09-15 01:52:35] "POST /ref-update HTTP/1.1" 200 156 0.015698 10.0.0.33 - - [2025-09-15 01:52:35] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008706 10.0.0.33 - - [2025-09-15 01:52:36] "POST /set-tag HTTP/1.1" 200 109 0.003960 10.0.0.33 - - [2025-09-15 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.33 - - [2025-09-15 01:52:36] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.004494 10.0.0.33 - - [2025-09-15 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001865 10.0.0.33 - - [2025-09-15 01:52:36] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.052551 10.0.0.33 - - [2025-09-15 01:52:36] "POST /virtual-machines HTTP/1.1" 200 395 0.019924 10.0.0.33 - - [2025-09-15 01:52:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.028634 10.0.0.33 - - [2025-09-15 01:52:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.120747 10.0.0.33 - - [2025-09-15 01:52:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.014219 10.0.0.33 - - [2025-09-15 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.33 - - [2025-09-15 01:52:36] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.007120 10.0.0.33 - - [2025-09-15 01:52:36] "POST /instance-ips HTTP/1.1" 200 397 0.018995 10.0.0.33 - - [2025-09-15 01:52:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.015487 10.0.0.33 - - [2025-09-15 01:52:36] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.013680 10.0.0.33 - - [2025-09-15 01:52:36] "POST /set-tag HTTP/1.1" 200 109 0.063759 10.0.0.33 - - [2025-09-15 01:52:36] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015689 10.0.0.33 - - [2025-09-15 01:52:36] "GET /instance-ip/a7474ae4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.002649 10.0.0.33 - - [2025-09-15 01:52:36] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005118 10.0.0.33 - - [2025-09-15 01:52:36] "POST /set-tag HTTP/1.1" 200 109 0.002613 10.0.0.33 - - [2025-09-15 01:52:36] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.004228 10.0.0.33 - - [2025-09-15 01:52:36] "POST /ref-update HTTP/1.1" 200 156 0.009950 10.0.0.33 - - [2025-09-15 01:52:36] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006436 10.0.0.33 - - [2025-09-15 01:52:36] "POST /set-tag HTTP/1.1" 200 109 0.002506 10.0.0.33 - - [2025-09-15 01:52:36] "POST /tags HTTP/1.1" 200 291 0.016060 10.0.0.33 - - [2025-09-15 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002185 10.0.0.33 - - [2025-09-15 01:52:36] "GET /tag/6229efa8-c7c8-40b1-bc53-880492c27dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.012747 10.0.0.33 - - [2025-09-15 01:52:36] "POST /tags HTTP/1.1" 409 252 0.001915 10.0.0.33 - - [2025-09-15 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.33 - - [2025-09-15 01:52:36] "GET /tag/01f60f16-22a1-4564-85fa-030cddb39f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.012664 10.0.0.33 - - [2025-09-15 01:52:36] "POST /tags HTTP/1.1" 409 226 0.001960 10.0.0.33 - - [2025-09-15 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001987 10.0.0.33 - - [2025-09-15 01:52:37] "GET /tag/049b2bf4-0527-4b21-9fc7-f28a87204f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010117 10.0.0.33 - - [2025-09-15 01:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015521 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.005239 10.0.0.33 - - [2025-09-15 01:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001790 10.0.0.33 - - [2025-09-15 01:52:37] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.044504 10.0.0.33 - - [2025-09-15 01:52:37] "POST /virtual-machines HTTP/1.1" 200 395 0.007861 10.0.0.33 - - [2025-09-15 01:52:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.008616 10.0.0.33 - - [2025-09-15 01:52:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.100600 10.0.0.33 - - [2025-09-15 01:52:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.014905 10.0.0.33 - - [2025-09-15 01:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004654 10.0.0.33 - - [2025-09-15 01:52:37] "POST /instance-ips HTTP/1.1" 200 397 0.020109 10.0.0.33 - - [2025-09-15 01:52:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.021901 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012852 10.0.0.33 - - [2025-09-15 01:52:37] "POST /set-tag HTTP/1.1" 200 109 0.063623 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.017013 10.0.0.33 - - [2025-09-15 01:52:37] "GET /instance-ip/a7d47eaa-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003063 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006483 10.0.0.33 - - [2025-09-15 01:52:37] "POST /set-tag HTTP/1.1" 200 109 0.006715 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.006944 10.0.0.33 - - [2025-09-15 01:52:37] "POST /ref-update HTTP/1.1" 200 156 0.008436 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014605 10.0.0.33 - - [2025-09-15 01:52:37] "POST /set-tag HTTP/1.1" 200 109 0.002207 10.0.0.33 - - [2025-09-15 01:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.33 - - [2025-09-15 01:52:37] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.003786 10.0.0.33 - - [2025-09-15 01:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001952 10.0.0.33 - - [2025-09-15 01:52:37] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036064 10.0.0.33 - - [2025-09-15 01:52:37] "POST /virtual-machines HTTP/1.1" 200 395 0.007836 10.0.0.33 - - [2025-09-15 01:52:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.011910 10.0.0.33 - - [2025-09-15 01:52:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.111499 10.0.0.33 - - [2025-09-15 01:52:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.015329 10.0.0.33 - - [2025-09-15 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011795 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006523 10.0.0.33 - - [2025-09-15 01:52:38] "POST /instance-ips HTTP/1.1" 200 397 0.020365 10.0.0.33 - - [2025-09-15 01:52:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.020628 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.013555 10.0.0.33 - - [2025-09-15 01:52:38] "POST /set-tag HTTP/1.1" 200 109 0.063479 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.017984 10.0.0.33 - - [2025-09-15 01:52:38] "GET /instance-ip/a84a03b4-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003259 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004361 10.0.0.33 - - [2025-09-15 01:52:38] "POST /set-tag HTTP/1.1" 200 109 0.002181 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.003263 10.0.0.33 - - [2025-09-15 01:52:38] "POST /ref-update HTTP/1.1" 200 156 0.008580 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003952 10.0.0.33 - - [2025-09-15 01:52:38] "POST /set-tag HTTP/1.1" 200 109 0.001951 10.0.0.33 - - [2025-09-15 01:52:38] "POST /tags HTTP/1.1" 200 299 0.014716 10.0.0.33 - - [2025-09-15 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.33 - - [2025-09-15 01:52:38] "GET /tag/0b297403-b04a-46eb-85f0-8ebe2f473984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1098 0.010793 10.0.0.33 - - [2025-09-15 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.004265 10.0.0.33 - - [2025-09-15 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.33 - - [2025-09-15 01:52:38] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.033223 10.0.0.33 - - [2025-09-15 01:52:38] "POST /virtual-machines HTTP/1.1" 200 395 0.007859 10.0.0.33 - - [2025-09-15 01:52:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.014717 10.0.0.33 - - [2025-09-15 01:52:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.106496 10.0.0.33 - - [2025-09-15 01:52:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.023632 10.0.0.33 - - [2025-09-15 01:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.33 - - [2025-09-15 01:52:38] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004557 10.0.0.33 - - [2025-09-15 01:52:38] "POST /instance-ips HTTP/1.1" 200 397 0.019989 10.0.0.33 - - [2025-09-15 01:52:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.023500 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.013922 10.0.0.33 - - [2025-09-15 01:52:39] "POST /set-tag HTTP/1.1" 200 109 0.018950 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.016369 10.0.0.33 - - [2025-09-15 01:52:39] "GET /instance-ip/a8c4022c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.002861 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005841 10.0.0.33 - - [2025-09-15 01:52:39] "POST /set-tag HTTP/1.1" 200 109 0.002086 10.0.0.33 - - [2025-09-15 01:52:39] "POST /tags HTTP/1.1" 200 299 0.017389 10.0.0.33 - - [2025-09-15 01:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.33 - - [2025-09-15 01:52:39] "GET /tag/0ac3bdcf-b7e7-4049-b4fd-a5d802e03c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.012152 10.0.0.33 - - [2025-09-15 01:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002029 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.003850 10.0.0.33 - - [2025-09-15 01:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.33 - - [2025-09-15 01:52:39] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.035997 10.0.0.33 - - [2025-09-15 01:52:39] "POST /virtual-machines HTTP/1.1" 200 395 0.007754 10.0.0.33 - - [2025-09-15 01:52:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.014802 10.0.0.33 - - [2025-09-15 01:52:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.102220 10.0.0.33 - - [2025-09-15 01:52:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.029042 10.0.0.33 - - [2025-09-15 01:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.016663 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005629 10.0.0.33 - - [2025-09-15 01:52:39] "POST /instance-ips HTTP/1.1" 200 397 0.025699 10.0.0.33 - - [2025-09-15 01:52:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.029859 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.017520 10.0.0.33 - - [2025-09-15 01:52:39] "POST /set-tag HTTP/1.1" 200 109 0.020126 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.016605 10.0.0.33 - - [2025-09-15 01:52:39] "GET /instance-ip/a92aae28-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.006944 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004826 10.0.0.33 - - [2025-09-15 01:52:39] "POST /set-tag HTTP/1.1" 200 109 0.002485 10.0.0.33 - - [2025-09-15 01:52:39] "POST /tags HTTP/1.1" 200 299 0.016472 10.0.0.33 - - [2025-09-15 01:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011302 10.0.0.33 - - [2025-09-15 01:52:39] "GET /tag/f6d39611-2280-43e0-a2d6-d4da1b0a9e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.018799 10.0.0.33 - - [2025-09-15 01:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001956 10.0.0.33 - - [2025-09-15 01:52:39] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.006001 10.0.0.33 - - [2025-09-15 01:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.33 - - [2025-09-15 01:52:40] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.025676 10.0.0.33 - - [2025-09-15 01:52:40] "POST /virtual-machines HTTP/1.1" 200 395 0.011596 10.0.0.33 - - [2025-09-15 01:52:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.009418 10.0.0.33 - - [2025-09-15 01:52:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.121923 10.0.0.33 - - [2025-09-15 01:52:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.014029 10.0.0.33 - - [2025-09-15 01:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.33 - - [2025-09-15 01:52:40] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004294 10.0.0.33 - - [2025-09-15 01:52:40] "POST /instance-ips HTTP/1.1" 200 397 0.019585 10.0.0.33 - - [2025-09-15 01:52:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.019290 10.0.0.33 - - [2025-09-15 01:52:40] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009657 10.0.0.33 - - [2025-09-15 01:52:40] "POST /set-tag HTTP/1.1" 200 109 0.021124 10.0.0.33 - - [2025-09-15 01:52:40] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.023118 10.0.0.33 - - [2025-09-15 01:52:40] "GET /instance-ip/a998de98-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.002884 10.0.0.33 - - [2025-09-15 01:52:40] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005021 10.0.0.33 - - [2025-09-15 01:52:40] "POST /set-tag HTTP/1.1" 200 109 0.002406 10.0.0.33 - - [2025-09-15 01:52:40] "POST /tags HTTP/1.1" 200 299 0.029252 10.0.0.33 - - [2025-09-15 01:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.010642 10.0.0.33 - - [2025-09-15 01:52:40] "GET /tag/0eada8e5-7382-4a47-aca9-bbdbed5483ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.013181 10.0.0.33 - - [2025-09-15 01:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001779 10.0.0.33 - - [2025-09-15 01:52:40] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.004273 10.0.0.33 - - [2025-09-15 01:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001718 10.0.0.33 - - [2025-09-15 01:52:40] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.034133 10.0.0.33 - - [2025-09-15 01:52:40] "POST /virtual-machines HTTP/1.1" 200 395 0.010018 10.0.0.33 - - [2025-09-15 01:52:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.014132 10.0.0.33 - - [2025-09-15 01:52:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.109469 10.0.0.33 - - [2025-09-15 01:52:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.008590 10.0.0.33 - - [2025-09-15 01:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.020514 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005132 10.0.0.33 - - [2025-09-15 01:52:41] "POST /instance-ips HTTP/1.1" 200 397 0.021909 10.0.0.33 - - [2025-09-15 01:52:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.029908 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012440 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.018433 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.017180 10.0.0.33 - - [2025-09-15 01:52:41] "GET /instance-ip/aa0273ee-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003061 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004025 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002015 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.003545 10.0.0.33 - - [2025-09-15 01:52:41] "POST /ref-update HTTP/1.1" 200 156 0.010027 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004246 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.001924 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004224 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002748 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004795 10.0.0.33 - - [2025-09-15 01:52:41] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006381 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.001994 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.003564 10.0.0.33 - - [2025-09-15 01:52:41] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.008808 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002172 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004417 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002244 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.003696 10.0.0.33 - - [2025-09-15 01:52:41] "POST /ref-update HTTP/1.1" 200 156 0.007392 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004331 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002098 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003870 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002004 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004581 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002165 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003873 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002006 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004114 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002129 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003793 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.001820 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004186 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.002101 10.0.0.33 - - [2025-09-15 01:52:41] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003833 10.0.0.33 - - [2025-09-15 01:52:41] "POST /set-tag HTTP/1.1" 200 109 0.001935 10.0.0.33 - - [2025-09-15 01:52:42] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004823 10.0.0.33 - - [2025-09-15 01:52:42] "POST /set-tag HTTP/1.1" 200 109 0.002632 10.0.0.33 - - [2025-09-15 01:52:43] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005302 10.0.0.33 - - [2025-09-15 01:52:43] "POST /set-tag HTTP/1.1" 200 109 0.001997 10.0.0.33 - - [2025-09-15 01:52:44] "GET /virtual-machine/a12dd869-27c1-4ebe-a5d1-248ab57ddb14?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002963 10.0.0.33 - - [2025-09-15 01:52:44] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004001 10.0.0.33 - - [2025-09-15 01:52:44] "GET /virtual-machine/05f899aa-0b1a-48e2-acfe-e32136d29fe9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.002712 10.0.0.33 - - [2025-09-15 01:52:44] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003958 10.0.0.33 - - [2025-09-15 01:52:46] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004227 10.0.0.33 - - [2025-09-15 01:52:46] "POST /set-tag HTTP/1.1" 200 109 0.002115 10.0.0.33 - - [2025-09-15 01:52:47] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004828 10.0.0.33 - - [2025-09-15 01:52:47] "POST /set-tag HTTP/1.1" 200 109 0.002733 10.0.0.33 - - [2025-09-15 01:52:49] "GET /virtual-machine/181c2c1a-0af8-41f5-b4a7-2255c62de0ac?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003077 10.0.0.33 - - [2025-09-15 01:52:49] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004117 10.0.0.33 - - [2025-09-15 01:52:49] "GET /virtual-machine/6e178b5d-837d-4d31-abe8-a3f733706601?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002862 10.0.0.33 - - [2025-09-15 01:52:49] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003750 10.0.0.33 - - [2025-09-15 01:52:49] "GET /virtual-machine/d3b0c6a2-1c82-4792-9ad4-367c98414ad3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003896 10.0.0.33 - - [2025-09-15 01:52:49] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004153 10.0.0.33 - - [2025-09-15 01:52:51] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007436 10.0.0.33 - - [2025-09-15 01:52:51] "POST /set-tag HTTP/1.1" 200 109 0.002106 10.0.0.33 - - [2025-09-15 01:52:52] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006610 10.0.0.33 - - [2025-09-15 01:52:52] "POST /set-tag HTTP/1.1" 200 109 0.003133 10.0.0.33 - - [2025-09-15 01:52:52] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005140 10.0.0.33 - - [2025-09-15 01:52:52] "POST /set-tag HTTP/1.1" 200 109 0.002156 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:52:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001091 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:52:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001051 10.0.0.33 - - [2025-09-15 01:52:54] "GET /virtual-machine/c8661a1d-d039-45b0-909d-b601414737e5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003140 10.0.0.33 - - [2025-09-15 01:52:54] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003888 10.0.0.33 - - [2025-09-15 01:52:55] "GET /virtual-machine/ae23390b-746d-4fa4-b7dd-34e96a97ae42?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002968 10.0.0.33 - - [2025-09-15 01:52:55] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004055 10.0.0.33 - - [2025-09-15 01:52:55] "GET /virtual-machine/ed7c5d33-2291-4be9-a537-ed6fe283cbc5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002760 10.0.0.33 - - [2025-09-15 01:52:55] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003620 10.0.0.33 - - [2025-09-15 01:52:55] "GET /loadbalancer/59c4f95c-d876-4f31-9076-719c75a08be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003091 10.0.0.33 - - [2025-09-15 01:52:55] "POST /tags HTTP/1.1" 200 333 0.023049 10.0.0.33 - - [2025-09-15 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010396 10.0.0.33 - - [2025-09-15 01:52:55] "GET /tag/dd20bd81-a526-441b-b902-449c6f9a182c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.015833 10.0.0.33 - - [2025-09-15 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001964 10.0.0.33 - - [2025-09-15 01:52:55] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.032936 10.0.0.33 - - [2025-09-15 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002204 10.0.0.33 - - [2025-09-15 01:52:55] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.005332 10.0.0.33 - - [2025-09-15 01:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.33 - - [2025-09-15 01:52:55] "GET /service-appliance-set/3fec25e0-c5fb-46cd-a186-370ee01a2925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.002999 10.0.0.33 - - [2025-09-15 01:52:55] "POST /fqname-to-id HTTP/1.1" 404 273 0.001735 10.0.0.33 - - [2025-09-15 01:52:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.093765 10.0.0.33 - - [2025-09-15 01:52:55] "GET /virtual-machine-interface/5173d154-45f7-48a8-99ef-38024866136a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.004247 10.0.0.33 - - [2025-09-15 01:52:55] "POST /instance-ips HTTP/1.1" 200 409 0.020288 10.0.0.33 - - [2025-09-15 01:52:55] "GET /instance-ip/432438c7-c63a-4933-bac6-37186464cc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.009184 10.0.0.33 - - [2025-09-15 01:52:56] "POST /loadbalancers HTTP/1.1" 200 629 0.060231 10.0.0.33 - - [2025-09-15 01:52:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.018106 10.0.0.33 - - [2025-09-15 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011159 10.0.0.33 - - [2025-09-15 01:52:56] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.042153 10.0.0.33 - - [2025-09-15 01:52:56] "GET /instance-ip/432438c7-c63a-4933-bac6-37186464cc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.002308 10.0.0.33 - - [2025-09-15 01:52:56] "POST /floating-ips HTTP/1.1" 200 597 0.018577 10.0.0.33 - - [2025-09-15 01:52:56] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.046604 10.0.0.33 - - [2025-09-15 01:52:56] "GET /loadbalancer/59c4f95c-d876-4f31-9076-719c75a08be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002143 10.0.0.33 - - [2025-09-15 01:52:56] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.014558 10.0.0.33 - - [2025-09-15 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.33 - - [2025-09-15 01:52:56] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.028774 10.0.0.33 - - [2025-09-15 01:52:56] "GET /loadbalancer-listener/95095563-0daf-47ea-8f19-c52cc99b3a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1843 0.003276 10.0.0.33 - - [2025-09-15 01:52:56] "GET /loadbalancer-listener/95095563-0daf-47ea-8f19-c52cc99b3a38?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1243 0.003658 10.0.0.33 - - [2025-09-15 01:52:56] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.022612 10.0.0.33 - - [2025-09-15 01:52:56] "GET /instance-ip/432438c7-c63a-4933-bac6-37186464cc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.002971 10.0.0.33 - - [2025-09-15 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.33 - - [2025-09-15 01:52:56] "GET /instance-ip/432438c7-c63a-4933-bac6-37186464cc4a?fields=floating_ips HTTP/1.1" 200 1212 0.004519 10.0.0.33 - - [2025-09-15 01:52:56] "GET /floating-ip/2fc5bfe1-933b-4f1c-9482-0cc5a00b9cb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.001919 10.0.0.33 - - [2025-09-15 01:52:56] "GET /loadbalancer/59c4f95c-d876-4f31-9076-719c75a08be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.003239 10.0.0.33 - - [2025-09-15 01:52:56] "GET /loadbalancer-pool/082bc9dc-3500-4646-8032-7a11a655d1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.007083 10.0.0.33 - - [2025-09-15 01:52:56] "POST /loadbalancer-members HTTP/1.1" 200 721 0.020485 10.0.0.33 - - [2025-09-15 01:52:56] "GET /loadbalancer/59c4f95c-d876-4f31-9076-719c75a08be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.003269 10.0.0.33 - - [2025-09-15 01:52:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.010048 10.0.0.33 - - [2025-09-15 01:52:56] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015943 10.0.0.33 - - [2025-09-15 01:52:56] "POST /tags HTTP/1.1" 409 221 0.002146 10.0.0.33 - - [2025-09-15 01:52:56] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003703 10.0.0.33 - - [2025-09-15 01:52:56] "POST /ref-update HTTP/1.1" 200 156 0.010693 10.0.0.33 - - [2025-09-15 01:52:56] "GET /floating-ip/2fc5bfe1-933b-4f1c-9482-0cc5a00b9cb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.017445 10.0.0.33 - - [2025-09-15 01:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001714 10.0.0.33 - - [2025-09-15 01:52:56] "PUT /floating-ip/2fc5bfe1-933b-4f1c-9482-0cc5a00b9cb4 HTTP/1.1" 200 256 0.010056 10.0.0.33 - - [2025-09-15 01:52:56] "GET /tag/dd20bd81-a526-441b-b902-449c6f9a182c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.011554 10.0.0.33 - - [2025-09-15 01:52:56] "POST /set-tag HTTP/1.1" 200 109 0.059337 10.0.0.33 - - [2025-09-15 01:52:56] "GET /loadbalancer-pool/082bc9dc-3500-4646-8032-7a11a655d1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003232 10.0.0.33 - - [2025-09-15 01:52:56] "POST /loadbalancer-members HTTP/1.1" 200 721 0.015144 10.0.0.33 - - [2025-09-15 01:52:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.012046 10.0.0.33 - - [2025-09-15 01:52:56] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.009290 10.0.0.33 - - [2025-09-15 01:52:56] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005419 10.0.0.33 - - [2025-09-15 01:52:56] "POST /ref-update HTTP/1.1" 200 156 0.005960 10.0.0.33 - - [2025-09-15 01:52:56] "GET /floating-ip/2fc5bfe1-933b-4f1c-9482-0cc5a00b9cb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2238 0.009885 10.0.0.33 - - [2025-09-15 01:52:56] "POST /set-tag HTTP/1.1" 200 109 0.067497 10.0.0.33 - - [2025-09-15 01:52:57] "POST /tags HTTP/1.1" 409 206 0.002538 10.0.0.33 - - [2025-09-15 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.33 - - [2025-09-15 01:52:57] "GET /tag/6b175f2e-2f02-4ac6-8313-a0dafcf1759c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.009796 10.0.0.33 - - [2025-09-15 01:52:57] "POST /tags HTTP/1.1" 409 204 0.001910 10.0.0.33 - - [2025-09-15 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001472 10.0.0.33 - - [2025-09-15 01:52:57] "GET /tag/0ac3bdcf-b7e7-4049-b4fd-a5d802e03c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.009765 10.0.0.33 - - [2025-09-15 01:52:57] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.001976 10.0.0.33 - - [2025-09-15 01:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001340 10.0.0.33 - - [2025-09-15 01:52:57] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002061 10.0.0.33 - - [2025-09-15 01:52:58] "POST /tags HTTP/1.1" 409 206 0.002393 10.0.0.33 - - [2025-09-15 01:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001699 10.0.0.33 - - [2025-09-15 01:52:58] "GET /tag/6b175f2e-2f02-4ac6-8313-a0dafcf1759c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.009413 10.0.0.33 - - [2025-09-15 01:52:58] "POST /tags HTTP/1.1" 409 226 0.002003 10.0.0.33 - - [2025-09-15 01:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001568 10.0.0.33 - - [2025-09-15 01:52:58] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.011262 10.0.0.33 - - [2025-09-15 01:52:58] "POST /tags HTTP/1.1" 409 204 0.001912 10.0.0.33 - - [2025-09-15 01:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001690 10.0.0.33 - - [2025-09-15 01:52:58] "GET /tag/0ac3bdcf-b7e7-4049-b4fd-a5d802e03c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.011138 10.0.0.33 - - [2025-09-15 01:52:58] "POST /tags HTTP/1.1" 409 226 0.002763 10.0.0.33 - - [2025-09-15 01:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001634 10.0.0.33 - - [2025-09-15 01:52:58] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.010406 10.0.0.33 - - [2025-09-15 01:52:58] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002350 10.0.0.33 - - [2025-09-15 01:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001720 10.0.0.33 - - [2025-09-15 01:52:58] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002919 10.0.0.33 - - [2025-09-15 01:52:58] "POST /firewall-rules HTTP/1.1" 200 626 0.071891 10.0.0.33 - - [2025-09-15 01:52:58] "POST /firewall-rules HTTP/1.1" 200 646 0.075191 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-rule/68df5889-a9ad-4f22-8035-bf076d27809a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.004585 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.002397 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-rule/ad92c7cd-f98c-4420-b42d-b2c6608c9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003733 10.0.0.33 - - [2025-09-15 01:52:58] "POST /ref-update HTTP/1.1" 200 156 0.047263 10.0.0.33 - - [2025-09-15 01:52:58] "POST /firewall-policys HTTP/1.1" 200 606 0.055672 10.0.0.33 - - [2025-09-15 01:52:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.039549 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.008873 10.0.0.33 - - [2025-09-15 01:52:58] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.003009 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.001891 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.003345 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/759069a5-a074-46ca-95f5-a2a762f03316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.009770 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003999 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.002365 10.0.0.33 - - [2025-09-15 01:52:58] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003078 10.0.0.33 - - [2025-09-15 01:52:58] "POST /ref-update HTTP/1.1" 200 156 0.017226 10.0.0.33 - - [2025-09-15 01:52:58] "POST /ref-update HTTP/1.1" 200 156 0.040590 10.0.0.33 - - [2025-09-15 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.018473 10.0.0.33 - - [2025-09-15 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.029943 10.0.0.33 - - [2025-09-15 01:52:59] "POST /ref-update HTTP/1.1" 200 156 0.032378 10.0.0.33 - - [2025-09-15 01:52:59] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002661 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:53:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000944 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:53:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000955 10.0.0.33 - - [2025-09-15 01:54:16] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005300 10.0.0.33 - - [2025-09-15 01:54:16] "POST /set-tag HTTP/1.1" 200 109 0.004295 10.0.0.33 - - [2025-09-15 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.33 - - [2025-09-15 01:54:16] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.007047 10.0.0.33 - - [2025-09-15 01:54:16] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004042 10.0.0.33 - - [2025-09-15 01:54:16] "POST /set-tag HTTP/1.1" 200 109 0.022992 10.0.0.33 - - [2025-09-15 01:54:16] "DELETE /loadbalancer-member/a5885a78-be42-4c74-96d9-4398d757013a HTTP/1.1" 200 115 0.042542 10.0.0.33 - - [2025-09-15 01:54:16] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.013217 10.0.0.33 - - [2025-09-15 01:54:16] "POST /set-tag HTTP/1.1" 200 109 0.004452 10.0.0.33 - - [2025-09-15 01:54:16] "DELETE /loadbalancer-member/321f0c66-dafa-4179-bee6-80a512ba336d HTTP/1.1" 200 115 0.045300 10.0.0.33 - - [2025-09-15 01:54:16] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.012845 10.0.0.33 - - [2025-09-15 01:54:16] "POST /set-tag HTTP/1.1" 200 109 0.003517 10.0.0.33 - - [2025-09-15 01:54:16] "DELETE /loadbalancer-member/84545e50-011e-456a-8fe4-8f4cd952f06e HTTP/1.1" 200 115 0.040877 10.0.0.33 - - [2025-09-15 01:54:17] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004200 10.0.0.33 - - [2025-09-15 01:54:17] "POST /set-tag HTTP/1.1" 200 109 0.002312 10.0.0.33 - - [2025-09-15 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001880 10.0.0.33 - - [2025-09-15 01:54:17] "GET /loadbalancer/f1f13bcf-69cc-4515-bbc5-f8a011783676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004590 10.0.0.33 - - [2025-09-15 01:54:17] "GET /loadbalancer-pool/0f75c8e6-a9df-4d9f-be2e-576f3933d9eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.004236 10.0.0.33 - - [2025-09-15 01:54:17] "POST /loadbalancer-members HTTP/1.1" 200 690 0.024090 10.0.0.33 - - [2025-09-15 01:54:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.021189 10.0.0.33 - - [2025-09-15 01:54:17] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.012950 10.0.0.33 - - [2025-09-15 01:54:17] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.012432 10.0.0.33 - - [2025-09-15 01:54:17] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.007907 10.0.0.33 - - [2025-09-15 01:54:17] "POST /set-tag HTTP/1.1" 200 109 0.104604 10.0.0.33 - - [2025-09-15 01:54:17] "GET /loadbalancer-pool/f67bdc77-dc57-4dc4-b79b-0b8a804adba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.008150 10.0.0.33 - - [2025-09-15 01:54:17] "POST /loadbalancer-members HTTP/1.1" 200 690 0.040232 10.0.0.33 - - [2025-09-15 01:54:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.039615 10.0.0.33 - - [2025-09-15 01:54:17] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.022165 10.0.0.33 - - [2025-09-15 01:54:17] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004926 10.0.0.33 - - [2025-09-15 01:54:17] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005025 10.0.0.33 - - [2025-09-15 01:54:17] "POST /set-tag HTTP/1.1" 200 109 0.005969 10.0.0.33 - - [2025-09-15 01:54:17] "GET /loadbalancer-pool/c39d8517-60dd-4f50-8c00-f034902903b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.010336 10.0.0.33 - - [2025-09-15 01:54:17] "POST /loadbalancer-members HTTP/1.1" 200 692 0.041076 10.0.0.33 - - [2025-09-15 01:54:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.011130 10.0.0.33 - - [2025-09-15 01:54:17] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008792 10.0.0.33 - - [2025-09-15 01:54:17] "GET /virtual-machine-interface/3857bb7e-91d5-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006289 10.0.0.33 - - [2025-09-15 01:54:17] "POST /set-tag HTTP/1.1" 200 109 0.003092 10.0.0.33 - - [2025-09-15 01:54:17] "GET /floating-ip/8d6cb404-e237-4093-8a31-27576e824502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004155 10.0.0.33 - - [2025-09-15 01:55:03] "POST /tags HTTP/1.1" 409 252 0.002151 10.0.0.33 - - [2025-09-15 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.33 - - [2025-09-15 01:55:03] "GET /tag/01f60f16-22a1-4564-85fa-030cddb39f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.011737 10.0.0.33 - - [2025-09-15 01:55:03] "POST /tags HTTP/1.1" 409 228 0.002591 10.0.0.33 - - [2025-09-15 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.33 - - [2025-09-15 01:55:03] "GET /tag/de260002-215a-470e-ac40-9b70c10d0b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.015831 10.0.0.33 - - [2025-09-15 01:55:03] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.003382 10.0.0.33 - - [2025-09-15 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.33 - - [2025-09-15 01:55:03] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003164 10.0.0.33 - - [2025-09-15 01:55:03] "POST /tags HTTP/1.1" 409 206 0.002086 10.0.0.33 - - [2025-09-15 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.33 - - [2025-09-15 01:55:03] "GET /tag/6b175f2e-2f02-4ac6-8313-a0dafcf1759c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.016812 10.0.0.33 - - [2025-09-15 01:55:03] "POST /tags HTTP/1.1" 409 226 0.002035 10.0.0.33 - - [2025-09-15 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.33 - - [2025-09-15 01:55:03] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.011629 10.0.0.33 - - [2025-09-15 01:55:03] "POST /tags HTTP/1.1" 409 204 0.002224 10.0.0.33 - - [2025-09-15 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.33 - - [2025-09-15 01:55:03] "GET /tag/0ac3bdcf-b7e7-4049-b4fd-a5d802e03c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.013076 10.0.0.33 - - [2025-09-15 01:55:03] "POST /tags HTTP/1.1" 409 226 0.002042 10.0.0.33 - - [2025-09-15 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.33 - - [2025-09-15 01:55:04] "GET /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.013147 10.0.0.33 - - [2025-09-15 01:55:04] "POST /tags HTTP/1.1" 409 228 0.001843 10.0.0.33 - - [2025-09-15 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002160 10.0.0.33 - - [2025-09-15 01:55:04] "GET /tag/de260002-215a-470e-ac40-9b70c10d0b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.010987 10.0.0.33 - - [2025-09-15 01:55:04] "POST /tags HTTP/1.1" 409 252 0.002018 10.0.0.33 - - [2025-09-15 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.33 - - [2025-09-15 01:55:04] "GET /tag/01f60f16-22a1-4564-85fa-030cddb39f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.010582 10.0.0.33 - - [2025-09-15 01:55:04] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002590 10.0.0.33 - - [2025-09-15 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.33 - - [2025-09-15 01:55:04] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002393 10.0.0.33 - - [2025-09-15 01:55:04] "POST /firewall-rules HTTP/1.1" 409 281 0.002048 10.0.0.33 - - [2025-09-15 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.33 - - [2025-09-15 01:55:04] "PUT /firewall-rule/ad92c7cd-f98c-4420-b42d-b2c6608c9555 HTTP/1.1" 200 260 0.020360 10.0.0.33 - - [2025-09-15 01:55:04] "POST /firewall-rules HTTP/1.1" 409 291 0.008522 10.0.0.33 - - [2025-09-15 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.33 - - [2025-09-15 01:55:04] "PUT /firewall-rule/68df5889-a9ad-4f22-8035-bf076d27809a HTTP/1.1" 200 260 0.021276 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-rule/68df5889-a9ad-4f22-8035-bf076d27809a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.013301 10.0.0.33 - - [2025-09-15 01:55:04] "POST /firewall-rules HTTP/1.1" 200 658 0.081162 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-rule/fd19e83c-b048-46cb-8097-fa3e532e0dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.019843 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.003536 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-rule/ad92c7cd-f98c-4420-b42d-b2c6608c9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003401 10.0.0.33 - - [2025-09-15 01:55:04] "POST /firewall-policys HTTP/1.1" 409 269 0.001729 10.0.0.33 - - [2025-09-15 01:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001347 10.0.0.33 - - [2025-09-15 01:55:04] "PUT /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8 HTTP/1.1" 200 264 0.021461 10.0.0.33 - - [2025-09-15 01:55:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.016802 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005836 10.0.0.33 - - [2025-09-15 01:55:04] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002991 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.002661 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.001937 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-policy/759069a5-a074-46ca-95f5-a2a762f03316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.002727 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.001829 10.0.0.33 - - [2025-09-15 01:55:04] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003710 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:55:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001055 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:55:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000909 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:55:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000942 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:55:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000902 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.014313 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.004061 10.0.0.33 - - [2025-09-15 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.33 - - [2025-09-15 01:56:06] "GET /loadbalancer/59c4f95c-d876-4f31-9076-719c75a08be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002113 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004789 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.062671 10.0.0.33 - - [2025-09-15 01:56:06] "DELETE /loadbalancer-member/acc3ef3d-126f-46c7-ac2d-4da25ed6d781 HTTP/1.1" 200 115 0.037103 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004790 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.002556 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003810 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.001928 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005533 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.006512 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003910 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.002427 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004207 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.001587 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004484 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.002482 10.0.0.33 - - [2025-09-15 01:56:06] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006015 10.0.0.33 - - [2025-09-15 01:56:06] "POST /set-tag HTTP/1.1" 200 109 0.002236 10.0.0.33 - - [2025-09-15 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001779 10.0.0.33 - - [2025-09-15 01:56:06] "GET /loadbalancer/59c4f95c-d876-4f31-9076-719c75a08be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002301 10.0.0.33 - - [2025-09-15 01:56:07] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008290 10.0.0.33 - - [2025-09-15 01:56:07] "POST /set-tag HTTP/1.1" 200 109 0.002883 10.0.0.33 - - [2025-09-15 01:56:07] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006315 10.0.0.33 - - [2025-09-15 01:56:07] "POST /set-tag HTTP/1.1" 200 109 0.002794 10.0.0.33 - - [2025-09-15 01:56:07] "GET /virtual-machine/6e178b5d-837d-4d31-abe8-a3f733706601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003060 10.0.0.33 - - [2025-09-15 01:56:07] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.33 - - [2025-09-15 01:56:07] "GET /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.024622 10.0.0.33 - - [2025-09-15 01:56:07] "POST /set-tag HTTP/1.1" 200 109 0.026351 10.0.0.33 - - [2025-09-15 01:56:07] "POST /set-tag HTTP/1.1" 200 109 0.030239 10.0.0.33 - - [2025-09-15 01:56:07] "POST /set-tag HTTP/1.1" 200 109 0.029902 10.0.0.33 - - [2025-09-15 01:56:07] "POST /set-tag HTTP/1.1" 200 109 0.013534 10.0.0.33 - - [2025-09-15 01:56:07] "POST /set-tag HTTP/1.1" 200 109 0.032487 10.0.0.33 - - [2025-09-15 01:56:07] "DELETE /instance-ip/a84a03b4-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.045653 10.0.0.33 - - [2025-09-15 01:56:07] "DELETE /virtual-machine-interface/a82e441c-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.036805 10.0.0.33 - - [2025-09-15 01:56:07] "DELETE /virtual-machine/6e178b5d-837d-4d31-abe8-a3f733706601 HTTP/1.1" 200 115 0.021318 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005288 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.002988 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005370 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.002154 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine/181c2c1a-0af8-41f5-b4a7-2255c62de0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003363 10.0.0.33 - - [2025-09-15 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.008976 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.024513 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.024908 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.023015 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.031100 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.013896 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.019845 10.0.0.33 - - [2025-09-15 01:56:08] "DELETE /instance-ip/a7d47eaa-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.042492 10.0.0.33 - - [2025-09-15 01:56:08] "DELETE /virtual-machine-interface/a7bfd90a-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.052295 10.0.0.33 - - [2025-09-15 01:56:08] "DELETE /virtual-machine/181c2c1a-0af8-41f5-b4a7-2255c62de0ac HTTP/1.1" 200 115 0.025476 10.0.0.33 - - [2025-09-15 01:56:08] "DELETE /tag/6229efa8-c7c8-40b1-bc53-880492c27dc7 HTTP/1.1" 200 115 0.041585 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005401 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.002256 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003740 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.001898 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine/a12dd869-27c1-4ebe-a5d1-248ab57ddb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.002945 10.0.0.33 - - [2025-09-15 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.009348 10.0.0.33 - - [2025-09-15 01:56:08] "GET /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007993 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.017913 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.018017 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.028029 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.019561 10.0.0.33 - - [2025-09-15 01:56:08] "POST /set-tag HTTP/1.1" 200 109 0.034136 10.0.0.33 - - [2025-09-15 01:56:08] "DELETE /instance-ip/a6c75dca-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.044426 10.0.0.33 - - [2025-09-15 01:56:08] "POST /ref-update HTTP/1.1" 200 156 0.011134 10.0.0.33 - - [2025-09-15 01:56:09] "DELETE /virtual-machine-interface/a6b23936-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.037832 10.0.0.33 - - [2025-09-15 01:56:09] "DELETE /virtual-machine/a12dd869-27c1-4ebe-a5d1-248ab57ddb14 HTTP/1.1" 200 115 0.019686 10.0.0.33 - - [2025-09-15 01:56:09] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.006021 10.0.0.33 - - [2025-09-15 01:56:09] "POST /set-tag HTTP/1.1" 200 109 0.002578 10.0.0.33 - - [2025-09-15 01:56:09] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.003912 10.0.0.33 - - [2025-09-15 01:56:09] "POST /set-tag HTTP/1.1" 200 109 0.001960 10.0.0.33 - - [2025-09-15 01:56:09] "GET /virtual-machine/05f899aa-0b1a-48e2-acfe-e32136d29fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.003042 10.0.0.33 - - [2025-09-15 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.008714 10.0.0.33 - - [2025-09-15 01:56:09] "GET /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.016103 10.0.0.33 - - [2025-09-15 01:56:09] "POST /set-tag HTTP/1.1" 200 109 0.018914 10.0.0.33 - - [2025-09-15 01:56:09] "POST /set-tag HTTP/1.1" 200 109 0.027974 10.0.0.33 - - [2025-09-15 01:56:09] "POST /set-tag HTTP/1.1" 200 109 0.024721 10.0.0.33 - - [2025-09-15 01:56:09] "POST /set-tag HTTP/1.1" 200 109 0.015237 10.0.0.33 - - [2025-09-15 01:56:09] "POST /set-tag HTTP/1.1" 200 109 0.028656 10.0.0.33 - - [2025-09-15 01:56:09] "DELETE /instance-ip/a7474ae4-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.061213 10.0.0.33 - - [2025-09-15 01:56:09] "POST /ref-update HTTP/1.1" 200 156 0.009362 10.0.0.33 - - [2025-09-15 01:56:09] "DELETE /virtual-machine-interface/a72b30ca-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.042167 10.0.0.33 - - [2025-09-15 01:56:09] "DELETE /virtual-machine/05f899aa-0b1a-48e2-acfe-e32136d29fe9 HTTP/1.1" 200 115 0.022694 10.0.0.33 - - [2025-09-15 01:56:09] "DELETE /tag/6b175f2e-2f02-4ac6-8313-a0dafcf1759c HTTP/1.1" 409 388 0.007648 10.0.0.33 - - [2025-09-15 01:56:09] "DELETE /tag/8cf52238-976b-4f17-8087-5aca1050bce1 HTTP/1.1" 200 115 0.035614 10.0.0.33 - - [2025-09-15 01:56:20] "GET /global-system-configs HTTP/1.1" 200 322 0.002345 10.0.0.33 - - [2025-09-15 01:56:23] "GET /global-system-configs HTTP/1.1" 200 322 0.001896 10.0.0.33 - - [2025-09-15 01:56:37] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006108 10.0.0.33 - - [2025-09-15 01:56:37] "POST /set-tag HTTP/1.1" 200 109 0.002491 10.0.0.33 - - [2025-09-15 01:56:37] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003769 10.0.0.33 - - [2025-09-15 01:56:37] "POST /set-tag HTTP/1.1" 200 109 0.004190 10.0.0.33 - - [2025-09-15 01:56:37] "GET /virtual-machine/c8661a1d-d039-45b0-909d-b601414737e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002670 10.0.0.33 - - [2025-09-15 01:56:37] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.33 - - [2025-09-15 01:56:37] "GET /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004492 10.0.0.33 - - [2025-09-15 01:56:37] "POST /set-tag HTTP/1.1" 200 109 0.021398 10.0.0.33 - - [2025-09-15 01:56:37] "POST /set-tag HTTP/1.1" 200 109 0.016451 10.0.0.33 - - [2025-09-15 01:56:37] "POST /set-tag HTTP/1.1" 200 109 0.022558 10.0.0.33 - - [2025-09-15 01:56:37] "POST /set-tag HTTP/1.1" 200 109 0.013306 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /instance-ip/a998de98-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.042601 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /virtual-machine-interface/a98258f8-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.042316 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /virtual-machine/c8661a1d-d039-45b0-909d-b601414737e5 HTTP/1.1" 200 115 0.030679 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /tag/f6d39611-2280-43e0-a2d6-d4da1b0a9e0b HTTP/1.1" 200 115 0.031050 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004505 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.002323 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004089 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.001963 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine/ed7c5d33-2291-4be9-a537-ed6fe283cbc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002786 10.0.0.33 - - [2025-09-15 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.010948 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.022384 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.025888 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.024694 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.025778 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.015263 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /instance-ip/aa0273ee-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.057624 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /virtual-machine-interface/a9e8f8d8-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.036388 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /virtual-machine/ed7c5d33-2291-4be9-a537-ed6fe283cbc5 HTTP/1.1" 200 115 0.018748 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /tag/0eada8e5-7382-4a47-aca9-bbdbed5483ed HTTP/1.1" 200 115 0.036672 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /tag/de260002-215a-470e-ac40-9b70c10d0b2a HTTP/1.1" 409 236 0.006738 10.0.0.33 - - [2025-09-15 01:56:38] "DELETE /tag/01f60f16-22a1-4564-85fa-030cddb39f4d HTTP/1.1" 409 236 0.004349 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003396 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.001805 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006335 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.003980 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine/d3b0c6a2-1c82-4792-9ad4-367c98414ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003217 10.0.0.33 - - [2025-09-15 01:56:38] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.33 - - [2025-09-15 01:56:38] "GET /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.017692 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.014610 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.019087 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.022626 10.0.0.33 - - [2025-09-15 01:56:38] "POST /set-tag HTTP/1.1" 200 109 0.020099 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /instance-ip/a8c4022c-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.047882 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /virtual-machine-interface/a8aedc62-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.041607 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /virtual-machine/d3b0c6a2-1c82-4792-9ad4-367c98414ad3 HTTP/1.1" 200 115 0.027232 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /tag/0b297403-b04a-46eb-85f0-8ebe2f473984 HTTP/1.1" 200 115 0.060567 10.0.0.33 - - [2025-09-15 01:56:39] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005393 10.0.0.33 - - [2025-09-15 01:56:39] "POST /set-tag HTTP/1.1" 200 109 0.002380 10.0.0.33 - - [2025-09-15 01:56:39] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004616 10.0.0.33 - - [2025-09-15 01:56:39] "POST /set-tag HTTP/1.1" 200 109 0.002226 10.0.0.33 - - [2025-09-15 01:56:39] "GET /virtual-machine/ae23390b-746d-4fa4-b7dd-34e96a97ae42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002882 10.0.0.33 - - [2025-09-15 01:56:39] "POST /ref-update HTTP/1.1" 200 156 0.008798 10.0.0.33 - - [2025-09-15 01:56:39] "GET /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.021134 10.0.0.33 - - [2025-09-15 01:56:39] "POST /set-tag HTTP/1.1" 200 109 0.018530 10.0.0.33 - - [2025-09-15 01:56:39] "POST /set-tag HTTP/1.1" 200 109 0.022903 10.0.0.33 - - [2025-09-15 01:56:39] "POST /set-tag HTTP/1.1" 200 109 0.023760 10.0.0.33 - - [2025-09-15 01:56:39] "POST /set-tag HTTP/1.1" 200 109 0.012114 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /instance-ip/a92aae28-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.046172 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /virtual-machine-interface/a9157706-91d6-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.033852 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /virtual-machine/ae23390b-746d-4fa4-b7dd-34e96a97ae42 HTTP/1.1" 200 115 0.018729 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /tag/0ac3bdcf-b7e7-4049-b4fd-a5d802e03c10 HTTP/1.1" 409 236 0.007406 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /tag/2a866c14-6b3f-4e8f-b227-7fb47577b8ed HTTP/1.1" 200 115 0.033503 10.0.0.33 - - [2025-09-15 01:56:39] "DELETE /tag/2fc33cdc-4f73-4fb3-af47-836a3e9d5045 HTTP/1.1" 200 115 0.029291 10.0.0.33 - - [2025-09-15 01:56:41] "POST /projects HTTP/1.1" 409 238 0.003580 10.0.0.33 - - [2025-09-15 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001584 10.0.0.33 - - [2025-09-15 01:56:41] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.037701 10.0.0.33 - - [2025-09-15 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001753 10.0.0.33 - - [2025-09-15 01:56:41] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.003932 10.0.0.33 - - [2025-09-15 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.33 - - [2025-09-15 01:56:41] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003775 10.0.0.33 - - [2025-09-15 01:56:41] "POST /security-groups HTTP/1.1" 409 285 0.002008 10.0.0.33 - - [2025-09-15 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.33 - - [2025-09-15 01:56:41] "PUT /security-group/83152c3c-eeec-4324-bc57-3f22d0bff70b HTTP/1.1" 200 262 0.059553 10.0.0.33 - - [2025-09-15 01:56:41] "PUT /access-control-list/f5394a16-2b9d-4d94-ad25-b4a16e22f047 HTTP/1.1" 200 272 0.013008 10.0.0.33 - - [2025-09-15 01:56:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.026155 10.0.0.33 - - [2025-09-15 01:56:41] "PUT /access-control-list/e8abbc36-8fa1-419d-8b14-4cb6b76ae6a1 HTTP/1.1" 200 272 0.023645 10.0.0.33 - - [2025-09-15 01:56:46] "POST /projects HTTP/1.1" 409 238 0.002016 10.0.0.33 - - [2025-09-15 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001844 10.0.0.33 - - [2025-09-15 01:56:46] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.034303 10.0.0.33 - - [2025-09-15 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.33 - - [2025-09-15 01:56:46] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.004400 10.0.0.33 - - [2025-09-15 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001645 10.0.0.33 - - [2025-09-15 01:56:46] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003670 10.0.0.33 - - [2025-09-15 01:56:46] "POST /security-groups HTTP/1.1" 409 285 0.002122 10.0.0.33 - - [2025-09-15 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.33 - - [2025-09-15 01:56:46] "PUT /security-group/83152c3c-eeec-4324-bc57-3f22d0bff70b HTTP/1.1" 200 262 0.055659 10.0.0.33 - - [2025-09-15 01:56:46] "PUT /access-control-list/f5394a16-2b9d-4d94-ad25-b4a16e22f047 HTTP/1.1" 200 272 0.011328 10.0.0.33 - - [2025-09-15 01:56:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.021944 10.0.0.33 - - [2025-09-15 01:56:46] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.016089 10.0.0.33 - - [2025-09-15 01:56:46] "PUT /access-control-list/e8abbc36-8fa1-419d-8b14-4cb6b76ae6a1 HTTP/1.1" 200 272 0.032132 10.0.0.33 - - [2025-09-15 01:56:46] "GET /firewall-rule/cbe3375a-e2bf-4e50-8655-c41c2efb9f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004246 10.0.0.33 - - [2025-09-15 01:56:46] "POST /ref-update HTTP/1.1" 200 156 0.057424 10.0.0.33 - - [2025-09-15 01:56:46] "DELETE /firewall-rule/cbe3375a-e2bf-4e50-8655-c41c2efb9f1a HTTP/1.1" 200 115 0.034967 10.0.0.33 - - [2025-09-15 01:56:46] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.008542 10.0.0.33 - - [2025-09-15 01:56:46] "GET /firewall-rule/1cc8444c-168a-4141-a92c-42d1f556b7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002866 10.0.0.33 - - [2025-09-15 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.053401 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /firewall-rule/1cc8444c-168a-4141-a92c-42d1f556b7c4 HTTP/1.1" 200 115 0.032982 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /tag/de260002-215a-470e-ac40-9b70c10d0b2a HTTP/1.1" 409 236 0.004859 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /tag/049b2bf4-0527-4b21-9fc7-f28a87204f05 HTTP/1.1" 200 115 0.038145 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /tag/01f60f16-22a1-4564-85fa-030cddb39f4d HTTP/1.1" 409 236 0.003263 10.0.0.33 - - [2025-09-15 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001493 10.0.0.33 - - [2025-09-15 01:56:47] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3169 0.004060 10.0.0.33 - - [2025-09-15 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001810 10.0.0.33 - - [2025-09-15 01:56:47] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004146 10.0.0.33 - - [2025-09-15 01:56:47] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.034561 10.0.0.33 - - [2025-09-15 01:56:47] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.044323 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /security-group/83152c3c-eeec-4324-bc57-3f22d0bff70b HTTP/1.1" 200 115 0.044564 10.0.0.33 - - [2025-09-15 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001661 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /access-control-list/f5394a16-2b9d-4d94-ad25-b4a16e22f047 HTTP/1.1" 200 115 0.026628 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /access-control-list/e8abbc36-8fa1-419d-8b14-4cb6b76ae6a1 HTTP/1.1" 200 115 0.025934 10.0.0.33 - - [2025-09-15 01:56:47] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.040440 10.0.0.33 - - [2025-09-15 01:56:47] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?fields=security_groups HTTP/1.1" 200 1352 0.039685 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /security-group/4bf5f5fe-5981-4ba8-ae9e-25b88ce3668a HTTP/1.1" 200 115 0.041829 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /access-control-list/fbe69b34-95e0-4329-aa10-3614b7c97379 HTTP/1.1" 200 115 0.037436 10.0.0.33 - - [2025-09-15 01:56:47] "GET /project/8861061d-ddd8-450a-99e8-79ca081d32a6?fields=application_policy_sets HTTP/1.1" 200 1391 0.045425 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /access-control-list/d65b850f-f032-4d82-920c-cce0b5d9a880 HTTP/1.1" 200 115 0.029751 10.0.0.33 - - [2025-09-15 01:56:47] "DELETE /project/8861061d-ddd8-450a-99e8-79ca081d32a6 HTTP/1.1" 200 115 0.281176 10.0.0.33 - - [2025-09-15 01:56:47] "POST /projects HTTP/1.1" 409 238 0.002274 10.0.0.33 - - [2025-09-15 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001379 10.0.0.33 - - [2025-09-15 01:56:47] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.029907 10.0.0.33 - - [2025-09-15 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.33 - - [2025-09-15 01:56:47] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.004808 10.0.0.33 - - [2025-09-15 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002047 10.0.0.33 - - [2025-09-15 01:56:47] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003629 10.0.0.33 - - [2025-09-15 01:56:47] "POST /security-groups HTTP/1.1" 409 285 0.001735 10.0.0.33 - - [2025-09-15 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.33 - - [2025-09-15 01:56:48] "PUT /security-group/6883ff1f-eae8-482d-befd-acc4b3c38e76 HTTP/1.1" 200 262 0.054826 10.0.0.33 - - [2025-09-15 01:56:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.016445 10.0.0.33 - - [2025-09-15 01:56:48] "PUT /access-control-list/dd8f939e-ae15-459b-9390-78eaef158506 HTTP/1.1" 200 272 0.019764 10.0.0.33 - - [2025-09-15 01:56:48] "PUT /access-control-list/61f4496d-33d7-4568-92dd-2993336d241b HTTP/1.1" 200 272 0.020431 10.0.0.33 - - [2025-09-15 01:56:52] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002716 10.0.0.33 - - [2025-09-15 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.33 - - [2025-09-15 01:56:52] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004557 10.0.0.33 - - [2025-09-15 01:56:52] "GET /firewall-policy/65e04cbe-77df-4104-8a26-14094b3a2416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.002583 10.0.0.33 - - [2025-09-15 01:56:52] "GET /firewall-rule/ad92c7cd-f98c-4420-b42d-b2c6608c9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.009433 10.0.0.33 - - [2025-09-15 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.015573 10.0.0.33 - - [2025-09-15 01:56:52] "DELETE /firewall-rule/ad92c7cd-f98c-4420-b42d-b2c6608c9555 HTTP/1.1" 200 115 0.058578 10.0.0.33 - - [2025-09-15 01:56:52] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003193 10.0.0.33 - - [2025-09-15 01:56:52] "GET /firewall-rule/fd19e83c-b048-46cb-8097-fa3e532e0dbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.010098 10.0.0.33 - - [2025-09-15 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.034246 10.0.0.33 - - [2025-09-15 01:56:52] "DELETE /firewall-rule/fd19e83c-b048-46cb-8097-fa3e532e0dbc HTTP/1.1" 200 115 0.070976 10.0.0.33 - - [2025-09-15 01:56:52] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007459 10.0.0.33 - - [2025-09-15 01:56:52] "GET /firewall-rule/68df5889-a9ad-4f22-8035-bf076d27809a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.002840 10.0.0.33 - - [2025-09-15 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.012308 10.0.0.33 - - [2025-09-15 01:56:52] "DELETE /firewall-rule/68df5889-a9ad-4f22-8035-bf076d27809a HTTP/1.1" 200 115 0.058728 10.0.0.33 - - [2025-09-15 01:56:52] "GET /application-policy-set/966492f7-ff4e-45c2-b18e-8aafe75f4338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.007380 10.0.0.33 - - [2025-09-15 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002053 10.0.0.33 - - [2025-09-15 01:56:52] "GET /policy-management/42f0a460-b5bd-4b9c-91c8-2811e9c00419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002622 10.0.0.33 - - [2025-09-15 01:56:52] "GET /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003391 10.0.0.33 - - [2025-09-15 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.037048 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /firewall-policy/b3291c8a-23d3-474b-ab3e-1e435e2a61d8 HTTP/1.1" 200 115 0.041245 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /tag/de260002-215a-470e-ac40-9b70c10d0b2a HTTP/1.1" 200 115 0.069144 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /tag/6b175f2e-2f02-4ac6-8313-a0dafcf1759c HTTP/1.1" 200 115 0.086202 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /tag/01f60f16-22a1-4564-85fa-030cddb39f4d HTTP/1.1" 200 115 0.040877 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /tag/0ac3bdcf-b7e7-4049-b4fd-a5d802e03c10 HTTP/1.1" 200 115 0.070910 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /loadbalancer-member/5affc349-85fa-4742-b56f-633f1a158ab8 HTTP/1.1" 200 115 0.044394 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /loadbalancer-pool/082bc9dc-3500-4646-8032-7a11a655d1e9 HTTP/1.1" 200 115 0.025080 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /loadbalancer-listener/95095563-0daf-47ea-8f19-c52cc99b3a38 HTTP/1.1" 200 115 0.038313 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /loadbalancer/59c4f95c-d876-4f31-9076-719c75a08be9 HTTP/1.1" 200 115 0.035538 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /floating-ip/2fc5bfe1-933b-4f1c-9482-0cc5a00b9cb4 HTTP/1.1" 200 115 0.030227 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /instance-ip/432438c7-c63a-4933-bac6-37186464cc4a HTTP/1.1" 200 115 0.045425 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /virtual-machine-interface/5173d154-45f7-48a8-99ef-38024866136a HTTP/1.1" 200 115 0.042300 10.0.0.33 - - [2025-09-15 01:56:53] "DELETE /tag/dd20bd81-a526-441b-b902-449c6f9a182c HTTP/1.1" 200 115 0.057458 10.0.0.33 - - [2025-09-15 01:56:53] "POST /projects HTTP/1.1" 409 238 0.002121 10.0.0.33 - - [2025-09-15 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001927 10.0.0.33 - - [2025-09-15 01:56:53] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1793 0.025520 10.0.0.33 - - [2025-09-15 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.33 - - [2025-09-15 01:56:53] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.009521 10.0.0.33 - - [2025-09-15 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001992 10.0.0.33 - - [2025-09-15 01:56:53] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003706 10.0.0.33 - - [2025-09-15 01:56:53] "POST /security-groups HTTP/1.1" 409 285 0.001911 10.0.0.33 - - [2025-09-15 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.33 - - [2025-09-15 01:56:53] "PUT /security-group/6883ff1f-eae8-482d-befd-acc4b3c38e76 HTTP/1.1" 200 262 0.073355 10.0.0.33 - - [2025-09-15 01:56:53] "PUT /access-control-list/dd8f939e-ae15-459b-9390-78eaef158506 HTTP/1.1" 200 272 0.011025 10.0.0.33 - - [2025-09-15 01:56:53] "POST /prop-collection-update HTTP/1.1" 200 115 0.016763 10.0.0.33 - - [2025-09-15 01:56:53] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.022913 10.0.0.33 - - [2025-09-15 01:56:54] "PUT /access-control-list/61f4496d-33d7-4568-92dd-2993336d241b HTTP/1.1" 200 272 0.038716 10.0.0.33 - - [2025-09-15 01:56:54] "GET /firewall-rule/d28cce6b-9631-4cde-9927-8950ff8acfa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004295 10.0.0.33 - - [2025-09-15 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.038796 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /firewall-rule/d28cce6b-9631-4cde-9927-8950ff8acfa4 HTTP/1.1" 200 115 0.042188 10.0.0.33 - - [2025-09-15 01:56:54] "GET /firewall-policy/bd5a7dd4-c531-44ad-807f-c95e4361e8fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.004509 10.0.0.33 - - [2025-09-15 01:56:54] "GET /firewall-rule/3ab28782-bce2-4d2d-a2b4-413777b6a129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002939 10.0.0.33 - - [2025-09-15 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.074220 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /firewall-rule/3ab28782-bce2-4d2d-a2b4-413777b6a129 HTTP/1.1" 200 115 0.041565 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /tag/46e23cf6-a38e-4a9b-829e-790887f10d6a HTTP/1.1" 200 115 0.038895 10.0.0.33 - - [2025-09-15 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001544 10.0.0.33 - - [2025-09-15 01:56:54] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.004143 10.0.0.33 - - [2025-09-15 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001613 10.0.0.33 - - [2025-09-15 01:56:54] "GET /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003886 10.0.0.33 - - [2025-09-15 01:56:54] "PUT /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2 HTTP/1.1" 200 264 0.045675 10.0.0.33 - - [2025-09-15 01:56:54] "PUT /virtual-network/77eb1455-c68d-415c-9ac0-75fdb861ed79 HTTP/1.1" 200 264 0.066832 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /security-group/6883ff1f-eae8-482d-befd-acc4b3c38e76 HTTP/1.1" 200 115 0.053273 10.0.0.33 - - [2025-09-15 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.017098 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /access-control-list/dd8f939e-ae15-459b-9390-78eaef158506 HTTP/1.1" 200 115 0.040229 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /access-control-list/61f4496d-33d7-4568-92dd-2993336d241b HTTP/1.1" 200 115 0.029794 10.0.0.33 - - [2025-09-15 01:56:54] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.040598 10.0.0.33 - - [2025-09-15 01:56:54] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?fields=security_groups HTTP/1.1" 200 1350 0.036381 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /security-group/1402c43b-9072-4377-98fd-985e6ebfa267 HTTP/1.1" 200 115 0.045520 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /access-control-list/50ef6eac-0df8-4c5c-8839-69101cfef9eb HTTP/1.1" 200 115 0.070821 10.0.0.33 - - [2025-09-15 01:56:54] "GET /project/01396224-f4d7-4800-a259-f54b870c788a?fields=application_policy_sets HTTP/1.1" 200 1389 0.063079 10.0.0.33 - - [2025-09-15 01:56:54] "DELETE /access-control-list/d22ce1ba-f975-4db8-a5ce-99a68ad90b62 HTTP/1.1" 200 115 0.034840 10.0.0.33 - - [2025-09-15 01:56:55] "DELETE /project/01396224-f4d7-4800-a259-f54b870c788a HTTP/1.1" 200 115 0.346480 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:57:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000928 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:57:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000867 10.0.0.33 - - [2025-09-15 01:57:49] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.33 - - [2025-09-15 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.33 - - [2025-09-15 01:57:49] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002539 10.0.0.33 - - [2025-09-15 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002313 10.0.0.33 - - [2025-09-15 01:57:49] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002373 10.0.0.33 - - [2025-09-15 01:58:06] "GET / HTTP/1.1" 200 35931 0.001328 10.0.0.33 - - [2025-09-15 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.33 - - [2025-09-15 01:58:06] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004672 10.0.0.33 - - [2025-09-15 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001655 10.0.0.33 - - [2025-09-15 01:58:06] "GET /config-node/97bc4aa3-9a44-4db6-9a54-2c9177396ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001802 10.0.0.33 - - [2025-09-15 01:58:07] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.33 - - [2025-09-15 01:58:07] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002173 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002060 10.0.0.33 - - [2025-09-15 01:58:12] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002168 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001393 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.032030 10.0.0.33 - - [2025-09-15 01:58:12] "GET / HTTP/1.1" 200 35931 0.001603 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 264 0.001878 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001574 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/1da24d2d-d27a-40f6-845e-26f9c1a4a6e7 HTTP/1.1" 200 244 0.010611 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 261 0.002901 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002004 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/0717f19e-bcc2-403c-abba-1005b885f571 HTTP/1.1" 200 244 0.013676 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 261 0.005368 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001535 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/8368b9d2-aaae-4fcc-bcff-83166c027717 HTTP/1.1" 200 244 0.010516 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 253 0.009725 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/8579e889-e840-4a58-92b5-34418b6575dd HTTP/1.1" 200 244 0.022675 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 251 0.011712 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006587 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/50538d42-8338-426a-a858-68edf2675b56 HTTP/1.1" 200 244 0.010803 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 252 0.008024 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/08da52aa-18fb-4fc0-85d9-7548e978fcc4 HTTP/1.1" 200 244 0.020072 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 256 0.005766 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001751 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/d0f635d0-5b77-4996-bb42-2ab4a466ce56 HTTP/1.1" 200 244 0.011705 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 248 0.010529 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001586 10.0.0.33 - - [2025-09-15 01:58:12] "PUT /alarm/5a6a5256-91e8-4abb-b130-61f967e1ee8a HTTP/1.1" 200 244 0.012764 10.0.0.33 - - [2025-09-15 01:58:12] "POST /alarms HTTP/1.1" 409 252 0.003010 10.0.0.33 - - [2025-09-15 01:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/d19a335d-8c6b-4740-a9a3-4c2406a33b09 HTTP/1.1" 200 244 0.020489 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 257 0.009357 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/de9267ec-ea8a-4f31-879c-a95936771dd5 HTTP/1.1" 200 244 0.010098 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 251 0.005523 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001517 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/4db6a7e4-2619-4c57-a0f6-c8b4e3b67b7a HTTP/1.1" 200 244 0.011486 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 257 0.007291 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001823 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/8f2885b8-7e9b-4400-a172-ecf254c0e287 HTTP/1.1" 200 244 0.011244 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 261 0.008308 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/bafec702-1bdf-4a45-b7c7-9625f63bbc69 HTTP/1.1" 200 244 0.026455 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 258 0.009216 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/258847f1-832d-4e53-8ba7-2e7917170297 HTTP/1.1" 200 244 0.010564 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 254 0.006075 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001527 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/675f8ded-8e39-4bcd-9bd0-90d4c8f54de8 HTTP/1.1" 200 244 0.010238 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 254 0.008334 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001487 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/bb7d2512-3739-427f-9b51-56478b2ca944 HTTP/1.1" 200 244 0.016947 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 254 0.002922 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001739 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/7924b319-f25e-4066-bf0a-712f59e7de3b HTTP/1.1" 200 244 0.012796 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 247 0.007461 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001614 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/d52f942c-90b0-42d1-b3c0-19f4f3b659ad HTTP/1.1" 200 244 0.010013 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 272 0.011208 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001804 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/15a602c4-2acb-481d-9b9f-233312972a59 HTTP/1.1" 200 244 0.021125 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 261 0.008342 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002007 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/35f48e6f-277c-4d68-ade7-b9dab86cb1e6 HTTP/1.1" 200 244 0.010144 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 259 0.006717 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/c8523621-b557-4574-aa39-1edc12225f68 HTTP/1.1" 200 244 0.012021 10.0.0.33 - - [2025-09-15 01:58:13] "POST /alarms HTTP/1.1" 409 265 0.005656 10.0.0.33 - - [2025-09-15 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005593 10.0.0.33 - - [2025-09-15 01:58:13] "PUT /alarm/492cb94b-17b2-4fe4-9b2d-0ba8165f01d5 HTTP/1.1" 200 244 0.011632 10.0.0.33 - - [2025-09-15 01:58:14] "POST /alarms HTTP/1.1" 409 279 0.007639 10.0.0.33 - - [2025-09-15 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.33 - - [2025-09-15 01:58:14] "PUT /alarm/44f1575d-cb64-4363-910b-d1c1ccaf2474 HTTP/1.1" 200 244 0.012925 10.0.0.33 - - [2025-09-15 01:58:14] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.33 - - [2025-09-15 01:58:14] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002178 10.0.0.33 - - [2025-09-15 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001594 10.0.0.33 - - [2025-09-15 01:58:14] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.007971 10.0.0.33 - - [2025-09-15 01:58:14] "GET / HTTP/1.1" 200 35931 0.002318 10.0.0.33 - - [2025-09-15 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001917 10.0.0.33 - - [2025-09-15 01:58:14] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004131 10.0.0.33 - - [2025-09-15 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001625 10.0.0.33 - - [2025-09-15 01:58:14] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.010681 10.0.0.33 - - [2025-09-15 01:58:14] "GET / HTTP/1.1" 200 35931 0.002553 10.0.0.33 - - [2025-09-15 01:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002088 10.0.0.33 - - [2025-09-15 01:58:14] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004329 10.0.0.33 - - [2025-09-15 01:58:14] "PUT /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9 HTTP/1.1" 200 274 0.016841 10.0.0.33 - - [2025-09-15 01:58:18] "GET / HTTP/1.1" 200 35931 0.002337 10.0.0.33 - - [2025-09-15 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.33 - - [2025-09-15 01:58:18] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.008084 10.0.0.33 - - [2025-09-15 01:58:18] "POST /bgp-routers HTTP/1.1" 409 301 0.002846 10.0.0.33 - - [2025-09-15 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001957 10.0.0.33 - - [2025-09-15 01:58:18] "GET /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.002742 10.0.0.33 - - [2025-09-15 01:58:18] "PUT /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0 HTTP/1.1" 200 254 0.024265 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:58:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000914 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:58:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000956 10.0.0.33 - - [2025-09-15 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.33 - - [2025-09-15 01:58:22] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002559 10.0.0.33 - - [2025-09-15 01:58:33] "GET / HTTP/1.1" 200 35931 0.002795 10.0.0.33 - - [2025-09-15 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.33 - - [2025-09-15 01:58:33] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005909 10.0.0.33 - - [2025-09-15 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001933 10.0.0.33 - - [2025-09-15 01:58:33] "GET /config-node/97bc4aa3-9a44-4db6-9a54-2c9177396ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002012 10.0.0.33 - - [2025-09-15 01:58:45] "GET / HTTP/1.1" 200 35931 0.001398 10.0.0.33 - - [2025-09-15 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002117 10.0.0.33 - - [2025-09-15 01:58:45] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002724 10.0.0.33 - - [2025-09-15 01:58:45] "POST /bgp-routers HTTP/1.1" 409 301 0.001803 10.0.0.33 - - [2025-09-15 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001542 10.0.0.33 - - [2025-09-15 01:58:45] "GET /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.002449 10.0.0.33 - - [2025-09-15 01:58:45] "PUT /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0 HTTP/1.1" 200 254 0.010554 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:58:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000896 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:58:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001102 10.0.0.33 - - [2025-09-15 01:59:24] "GET / HTTP/1.1" 200 35931 0.001973 10.0.0.33 - - [2025-09-15 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001813 10.0.0.33 - - [2025-09-15 01:59:24] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004093 10.0.0.33 - - [2025-09-15 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001389 10.0.0.33 - - [2025-09-15 01:59:24] "GET /config-node/97bc4aa3-9a44-4db6-9a54-2c9177396ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001628 10.0.0.33 - - [2025-09-15 01:59:24] "GET / HTTP/1.1" 200 35931 0.001324 10.0.0.33 - - [2025-09-15 01:59:24] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002120 10.0.0.33 - - [2025-09-15 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.33 - - [2025-09-15 01:59:29] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002383 10.0.0.33 - - [2025-09-15 01:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001917 10.0.0.33 - - [2025-09-15 01:59:29] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.007863 10.0.0.33 - - [2025-09-15 01:59:29] "GET / HTTP/1.1" 200 35931 0.002536 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 264 0.002836 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001653 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/1da24d2d-d27a-40f6-845e-26f9c1a4a6e7 HTTP/1.1" 200 244 0.009530 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 261 0.002064 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001471 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/0717f19e-bcc2-403c-abba-1005b885f571 HTTP/1.1" 200 244 0.009021 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 261 0.007184 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/8368b9d2-aaae-4fcc-bcff-83166c027717 HTTP/1.1" 200 244 0.009588 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 253 0.007587 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001523 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/8579e889-e840-4a58-92b5-34418b6575dd HTTP/1.1" 200 244 0.012552 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 251 0.013615 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001552 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/50538d42-8338-426a-a858-68edf2675b56 HTTP/1.1" 200 244 0.009531 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 252 0.009246 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/08da52aa-18fb-4fc0-85d9-7548e978fcc4 HTTP/1.1" 200 244 0.009872 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 256 0.006453 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002166 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/d0f635d0-5b77-4996-bb42-2ab4a466ce56 HTTP/1.1" 200 244 0.008881 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 248 0.010814 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001394 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/5a6a5256-91e8-4abb-b130-61f967e1ee8a HTTP/1.1" 200 244 0.009990 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 252 0.004167 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/d19a335d-8c6b-4740-a9a3-4c2406a33b09 HTTP/1.1" 200 244 0.009370 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 257 0.006068 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001758 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/de9267ec-ea8a-4f31-879c-a95936771dd5 HTTP/1.1" 200 244 0.017848 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 251 0.008242 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/4db6a7e4-2619-4c57-a0f6-c8b4e3b67b7a HTTP/1.1" 200 244 0.009780 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 257 0.001957 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001578 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/8f2885b8-7e9b-4400-a172-ecf254c0e287 HTTP/1.1" 200 244 0.010324 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 261 0.014423 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002049 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/bafec702-1bdf-4a45-b7c7-9625f63bbc69 HTTP/1.1" 200 244 0.009348 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 258 0.009418 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001305 10.0.0.33 - - [2025-09-15 01:59:30] "PUT /alarm/258847f1-832d-4e53-8ba7-2e7917170297 HTTP/1.1" 200 244 0.017268 10.0.0.33 - - [2025-09-15 01:59:30] "POST /alarms HTTP/1.1" 409 254 0.011299 10.0.0.33 - - [2025-09-15 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001498 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/675f8ded-8e39-4bcd-9bd0-90d4c8f54de8 HTTP/1.1" 200 244 0.008865 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 254 0.016181 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/bb7d2512-3739-427f-9b51-56478b2ca944 HTTP/1.1" 200 244 0.009489 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 254 0.019572 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/7924b319-f25e-4066-bf0a-712f59e7de3b HTTP/1.1" 200 244 0.011049 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 247 0.012903 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001467 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/d52f942c-90b0-42d1-b3c0-19f4f3b659ad HTTP/1.1" 200 244 0.008940 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 272 0.006464 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/15a602c4-2acb-481d-9b9f-233312972a59 HTTP/1.1" 200 244 0.009233 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 261 0.006836 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001909 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/35f48e6f-277c-4d68-ade7-b9dab86cb1e6 HTTP/1.1" 200 244 0.010116 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 259 0.010052 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001360 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/c8523621-b557-4574-aa39-1edc12225f68 HTTP/1.1" 200 244 0.009438 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 265 0.005964 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001609 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/492cb94b-17b2-4fe4-9b2d-0ba8165f01d5 HTTP/1.1" 200 244 0.009570 10.0.0.33 - - [2025-09-15 01:59:31] "POST /alarms HTTP/1.1" 409 279 0.006316 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /alarm/44f1575d-cb64-4363-910b-d1c1ccaf2474 HTTP/1.1" 200 244 0.010690 10.0.0.33 - - [2025-09-15 01:59:31] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.33 - - [2025-09-15 01:59:31] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001922 10.0.0.33 - - [2025-09-15 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001489 10.0.0.33 - - [2025-09-15 01:59:31] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.007246 10.0.0.33 - - [2025-09-15 01:59:32] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.33 - - [2025-09-15 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001774 10.0.0.33 - - [2025-09-15 01:59:32] "GET /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002196 10.0.0.33 - - [2025-09-15 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001367 10.0.0.33 - - [2025-09-15 01:59:32] "PUT /global-vrouter-config/bdf9e73a-b3e4-4ae7-b3d1-765304f8ec9e HTTP/1.1" 200 276 0.012841 10.0.0.33 - - [2025-09-15 01:59:32] "GET / HTTP/1.1" 200 35931 0.002902 10.0.0.33 - - [2025-09-15 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.33 - - [2025-09-15 01:59:32] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004552 10.0.0.33 - - [2025-09-15 01:59:32] "PUT /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9 HTTP/1.1" 200 274 0.014927 10.0.0.33 - - [2025-09-15 01:59:35] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.33 - - [2025-09-15 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.33 - - [2025-09-15 01:59:35] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002578 10.0.0.33 - - [2025-09-15 01:59:35] "POST /bgp-routers HTTP/1.1" 409 301 0.001944 10.0.0.33 - - [2025-09-15 01:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007253 10.0.0.33 - - [2025-09-15 01:59:35] "GET /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.004861 10.0.0.33 - - [2025-09-15 01:59:35] "PUT /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0 HTTP/1.1" 200 254 0.011733 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:59:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000854 [Introspect:8084]10.0.0.33 - - [2025-09-15 01:59:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000892 10.0.0.33 - - [2025-09-15 01:59:39] "POST /tags HTTP/1.1" 200 355 0.031395 10.0.0.33 - - [2025-09-15 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.33 - - [2025-09-15 01:59:39] "GET /tag/5305106f-1f0e-4ae5-bee7-a066a1af3cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.016933 10.0.0.33 - - [2025-09-15 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.33 - - [2025-09-15 01:59:39] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3025 0.004790 10.0.0.33 - - [2025-09-15 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.33 - - [2025-09-15 01:59:39] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.081953 10.0.0.33 - - [2025-09-15 01:59:39] "POST /virtual-machines HTTP/1.1" 200 351 0.018563 10.0.0.33 - - [2025-09-15 01:59:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.053337 10.0.0.33 - - [2025-09-15 01:59:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.126971 10.0.0.33 - - [2025-09-15 01:59:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.007971 10.0.0.33 - - [2025-09-15 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.33 - - [2025-09-15 01:59:39] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.004039 10.0.0.33 - - [2025-09-15 01:59:40] "POST /instance-ips HTTP/1.1" 200 391 0.019543 10.0.0.33 - - [2025-09-15 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.018806 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.010370 10.0.0.33 - - [2025-09-15 01:59:40] "POST /set-tag HTTP/1.1" 200 109 0.013895 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.015197 10.0.0.33 - - [2025-09-15 01:59:40] "GET /instance-ip/a3c01008-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.002858 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004349 10.0.0.33 - - [2025-09-15 01:59:40] "POST /set-tag HTTP/1.1" 200 109 0.002736 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003914 10.0.0.33 - - [2025-09-15 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.008388 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.019873 10.0.0.33 - - [2025-09-15 01:59:40] "POST /set-tag HTTP/1.1" 200 109 0.002081 10.0.0.33 - - [2025-09-15 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-network/9c2399c9-29c4-438e-b771-6c5614e2f5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3025 0.003451 10.0.0.33 - - [2025-09-15 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001550 10.0.0.33 - - [2025-09-15 01:59:40] "GET /project/5e080702-fe61-4589-9d8a-12bed7c59da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.034396 10.0.0.33 - - [2025-09-15 01:59:40] "POST /virtual-machines HTTP/1.1" 200 355 0.019045 10.0.0.33 - - [2025-09-15 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.019679 10.0.0.33 - - [2025-09-15 01:59:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.115642 10.0.0.33 - - [2025-09-15 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.011080 10.0.0.33 - - [2025-09-15 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.017667 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.006123 10.0.0.33 - - [2025-09-15 01:59:40] "POST /instance-ips HTTP/1.1" 200 395 0.021872 10.0.0.33 - - [2025-09-15 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.024261 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.019101 10.0.0.33 - - [2025-09-15 01:59:40] "POST /set-tag HTTP/1.1" 200 109 0.017407 10.0.0.33 - - [2025-09-15 01:59:40] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.029783 10.0.0.33 - - [2025-09-15 01:59:40] "GET /instance-ip/a43035f4-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.003659 10.0.0.33 - - [2025-09-15 01:59:41] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004059 10.0.0.33 - - [2025-09-15 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.001969 10.0.0.33 - - [2025-09-15 01:59:41] "GET /virtual-router/69406cda-24ed-4f5d-bc79-4b83f8d423dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1677 0.005509 10.0.0.33 - - [2025-09-15 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.018743 10.0.0.33 - - [2025-09-15 01:59:41] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.010098 10.0.0.33 - - [2025-09-15 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.002453 10.0.0.33 - - [2025-09-15 01:59:41] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004108 10.0.0.33 - - [2025-09-15 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.001933 10.0.0.33 - - [2025-09-15 01:59:41] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.003607 10.0.0.33 - - [2025-09-15 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.001688 10.0.0.33 - - [2025-09-15 01:59:50] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.33 - - [2025-09-15 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.33 - - [2025-09-15 01:59:50] "GET /global-system-config/3331f94e-7f20-4bab-b272-26434f6e43f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004905 10.0.0.33 - - [2025-09-15 01:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.33 - - [2025-09-15 01:59:50] "GET /config-node/97bc4aa3-9a44-4db6-9a54-2c9177396ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002147 10.0.0.33 - - [2025-09-15 01:59:53] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004247 10.0.0.33 - - [2025-09-15 01:59:53] "POST /set-tag HTTP/1.1" 200 109 0.002224 10.0.0.33 - - [2025-09-15 01:59:54] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004191 10.0.0.33 - - [2025-09-15 01:59:54] "POST /set-tag HTTP/1.1" 200 109 0.001986 10.0.0.33 - - [2025-09-15 01:59:55] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005522 10.0.0.33 - - [2025-09-15 01:59:55] "POST /set-tag HTTP/1.1" 200 109 0.003535 10.0.0.33 - - [2025-09-15 02:00:02] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.33 - - [2025-09-15 02:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.33 - - [2025-09-15 02:00:02] "GET /routing-instance/94d156b3-f9c6-409c-a74c-778505e48c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005774 10.0.0.33 - - [2025-09-15 02:00:02] "POST /bgp-routers HTTP/1.1" 409 301 0.002430 10.0.0.33 - - [2025-09-15 02:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002111 10.0.0.33 - - [2025-09-15 02:00:02] "GET /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.002661 10.0.0.33 - - [2025-09-15 02:00:02] "PUT /bgp-router/2aa4cd13-ebec-468d-a9c1-0e2eb88d4aa0 HTTP/1.1" 200 254 0.020149 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:00:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001278 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:00:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001019 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:00:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000888 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:00:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001262 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:00:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000889 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:00:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001028 10.0.0.33 - - [2025-09-15 02:00:26] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.006449 10.0.0.33 - - [2025-09-15 02:00:26] "POST /set-tag HTTP/1.1" 200 109 0.001854 10.0.0.33 - - [2025-09-15 02:00:26] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004020 10.0.0.33 - - [2025-09-15 02:00:26] "POST /set-tag HTTP/1.1" 200 109 0.002023 10.0.0.33 - - [2025-09-15 02:00:26] "GET /virtual-machine/c4618339-85bf-426b-87ee-d9c3602d0a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.003549 10.0.0.33 - - [2025-09-15 02:00:26] "POST /ref-update HTTP/1.1" 200 156 0.011741 10.0.0.33 - - [2025-09-15 02:00:26] "GET /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.015924 10.0.0.33 - - [2025-09-15 02:00:26] "POST /set-tag HTTP/1.1" 200 109 0.019530 10.0.0.33 - - [2025-09-15 02:00:26] "POST /set-tag HTTP/1.1" 200 109 0.022181 10.0.0.33 - - [2025-09-15 02:00:26] "DELETE /instance-ip/a3c01008-91d7-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.050488 10.0.0.33 - - [2025-09-15 02:00:26] "DELETE /virtual-machine-interface/a3a2884e-91d7-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.036777 10.0.0.33 - - [2025-09-15 02:00:26] "DELETE /virtual-machine/c4618339-85bf-426b-87ee-d9c3602d0a5c HTTP/1.1" 200 115 0.022087 10.0.0.33 - - [2025-09-15 02:00:26] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004494 10.0.0.33 - - [2025-09-15 02:00:26] "POST /set-tag HTTP/1.1" 200 109 0.002601 10.0.0.33 - - [2025-09-15 02:00:57] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.008523 10.0.0.33 - - [2025-09-15 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.003789 10.0.0.33 - - [2025-09-15 02:00:57] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005097 10.0.0.33 - - [2025-09-15 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002790 10.0.0.33 - - [2025-09-15 02:00:57] "GET /virtual-machine/899fc2f7-1b65-4023-8a5a-cdd4b9b839c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.002947 10.0.0.33 - - [2025-09-15 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.024543 10.0.0.33 - - [2025-09-15 02:00:57] "GET /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.008058 10.0.0.33 - - [2025-09-15 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.031694 10.0.0.33 - - [2025-09-15 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.022643 10.0.0.33 - - [2025-09-15 02:00:57] "DELETE /instance-ip/a43035f4-91d7-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.052305 10.0.0.33 - - [2025-09-15 02:00:57] "DELETE /virtual-machine-interface/a4157106-91d7-11f0-96a8-fa163ecd4331 HTTP/1.1" 200 115 0.053679 10.0.0.33 - - [2025-09-15 02:00:57] "DELETE /virtual-machine/899fc2f7-1b65-4023-8a5a-cdd4b9b839c3 HTTP/1.1" 200 115 0.041532 10.0.0.33 - - [2025-09-15 02:00:57] "DELETE /tag/5305106f-1f0e-4ae5-bee7-a066a1af3cbc HTTP/1.1" 200 115 0.044670 10.0.0.33 - - [2025-09-15 02:01:20] "GET /global-system-configs HTTP/1.1" 200 322 0.002553 10.0.0.33 - - [2025-09-15 02:01:23] "GET /global-system-configs HTTP/1.1" 200 322 0.002097 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:01:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000912 [Introspect:8084]10.0.0.33 - - [2025-09-15 02:01:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000928