+++ date ++ echo 'INFO: =================== Thu Nov 6 01:40:49 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 01:40:49 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.73 ++ 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.73 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.73 ++ ANALYTICSDB_NODES=10.0.0.73 ++ ANALYTICS_SNMP_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ '[' -n '10.0.0.73:8081 ' ']' +++ echo 10.0.0.73:8081 ++ ANALYTICS_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ '[' -n '10.0.0.73:9042 ' ']' +++ echo 10.0.0.73:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.73:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ '[' -n '10.0.0.73:8086 ' ']' +++ echo 10.0.0.73:8086 ++ COLLECTOR_SERVERS=10.0.0.73: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.73 ++ CONFIGDB_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ '[' -n '10.0.0.73:8082 ' ']' +++ echo 10.0.0.73:8082 ++ CONFIG_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ '[' -n '10.0.0.73:9161 ' ']' +++ echo 10.0.0.73:9161 ++ CONFIGDB_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ '[' -n '10.0.0.73:9041 ' ']' +++ echo 10.0.0.73:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.73: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.73 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.73 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ '[' -n 10.0.0.73:2181, ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ '[' -n '10.0.0.73:2181 ' ']' +++ echo 10.0.0.73:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.73:2181 ++ RABBITMQ_NODES=10.0.0.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ '[' -n 10.0.0.73:5673, ']' +++ echo 10.0.0.73:5673 ++ RABBITMQ_SERVERS=10.0.0.73: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ '[' -n '10.0.0.73:6379 ' ']' +++ echo 10.0.0.73:6379 ++ REDIS_SERVERS=10.0.0.73: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.73 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ '[' -n '10.0.0.73:9092 ' ']' +++ echo 10.0.0.73:9092 ++ KAFKA_SERVERS=10.0.0.73: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.73 ++ 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.73 ++ 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.73 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.73 9041 + echo -e '\035\nquit' + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 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.73 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.73 +++ local servers=10.0.0.73 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.73,10.38.11.1,127.0.0.1,172.17.0.1,252.73.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.73,10.38.11.1,127.0.0.1,172.17.0.1,252.73.0.1,, =~ ,10\.0\.0\.73, ]] +++ echo 10.0.0.73 1 +++ return ++ local ip=10.0.0.73 ++ [[ -z 10.0.0.73 ]] ++ echo 10.0.0.73 + host_ip=10.0.0.73 + [[ cql == \c\q\l ]] ++ echo 10.0.0.73:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.73:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.73: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' ++ cut -d = -f 1 ++ sort ++ 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: 11/06/2025 01:41:28.897 7f0890f059c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 01:41:29.067 7f0890f059c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/06/2025 01:41:29.079 7f0890f059c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 01:41:29.080 7f0890f059c0 [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.73:8082/ Hit Ctrl-C to quit. 10.0.0.73 - - [2025-11-06 01:41:33] "GET / HTTP/1.1" 503 181 0.000205 10.0.0.73 - - [2025-11-06 01:41:34] "GET / HTTP/1.1" 200 35931 0.001347 10.0.0.73 - - [2025-11-06 01:41:34] "GET / HTTP/1.1" 200 45303 0.001232 10.0.0.73 - - [2025-11-06 01:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.73 - - [2025-11-06 01:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001859 10.0.0.73 - - [2025-11-06 01:41:35] "GET / HTTP/1.1" 200 35931 0.001188 10.0.0.73 - - [2025-11-06 01:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.73 - - [2025-11-06 01:41:35] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006896 10.0.0.73 - - [2025-11-06 01:41:35] "POST /fqname-to-id HTTP/1.1" 404 216 0.002857 10.0.0.73 - - [2025-11-06 01:41:35] "POST /config-nodes HTTP/1.1" 200 593 0.028041 10.0.0.73 - - [2025-11-06 01:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.73 - - [2025-11-06 01:41:35] "GET /network-ipam/47ad15ce-1f1a-4bf7-aad3-2d578b4aefd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003357 10.0.0.73 - - [2025-11-06 01:41:35] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.73 - - [2025-11-06 01:41:35] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002858 10.0.0.73 - - [2025-11-06 01:41:36] "GET / HTTP/1.1" 200 35931 0.001349 10.0.0.73 - - [2025-11-06 01:41:36] "POST /fqname-to-id HTTP/1.1" 404 225 0.002189 10.0.0.73 - - [2025-11-06 01:41:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.002392 10.0.0.73 - - [2025-11-06 01:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001638 10.0.0.73 - - [2025-11-06 01:41:36] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008006 10.0.0.73 - - [2025-11-06 01:41:36] "POST /access-control-lists HTTP/1.1" 200 587 0.029325 10.0.0.73 - - [2025-11-06 01:41:36] "POST /fqname-to-id HTTP/1.1" 404 224 0.007212 10.0.0.73 - - [2025-11-06 01:41:36] "POST /service-appliance-sets HTTP/1.1" 200 553 0.024652 10.0.0.73 - - [2025-11-06 01:41:36] "POST /fqname-to-id HTTP/1.1" 404 180 0.001689 10.0.0.73 - - [2025-11-06 01:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001635 10.0.0.73 - - [2025-11-06 01:41:36] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003878 10.0.0.73 - - [2025-11-06 01:41:36] "GET / HTTP/1.1" 200 35931 0.001223 10.0.0.73 - - [2025-11-06 01:41:36] "POST /access-control-lists HTTP/1.1" 200 585 0.220421 10.0.0.73 - - [2025-11-06 01:41:36] "POST /service-appliance-sets HTTP/1.1" 200 541 0.318678 10.0.0.73 - - [2025-11-06 01:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001702 10.0.0.73 - - [2025-11-06 01:41:36] "GET /network-ipam/47ad15ce-1f1a-4bf7-aad3-2d578b4aefd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008638 10.0.0.73 - - [2025-11-06 01:41:36] "POST /route-targets HTTP/1.1" 200 327 0.032023 10.0.0.73 - - [2025-11-06 01:41:36] "POST /service-templates HTTP/1.1" 200 511 0.054363 10.0.0.73 - - [2025-11-06 01:41:36] "POST /ref-update HTTP/1.1" 200 156 0.026499 10.0.0.73 - - [2025-11-06 01:41:37] "POST /service-templates HTTP/1.1" 200 501 0.103393 10.0.0.73 - - [2025-11-06 01:41:37] "POST /route-targets HTTP/1.1" 200 327 0.042646 10.0.0.73 - - [2025-11-06 01:41:37] "POST /ref-update HTTP/1.1" 200 156 0.053227 10.0.0.73 - - [2025-11-06 01:41:37] "POST /service-templates HTTP/1.1" 200 515 0.072865 10.0.0.73 - - [2025-11-06 01:41:37] "POST /service-templates HTTP/1.1" 200 535 0.034665 10.0.0.73 - - [2025-11-06 01:41:37] "POST /route-targets HTTP/1.1" 200 327 0.113401 10.0.0.73 - - [2025-11-06 01:41:37] "POST /ref-update HTTP/1.1" 200 156 0.012533 10.0.0.73 - - [2025-11-06 01:41:37] "POST /service-templates HTTP/1.1" 200 507 0.117975 10.0.0.73 - - [2025-11-06 01:41:37] "GET / HTTP/1.1" 200 35931 0.003271 10.0.0.73 - - [2025-11-06 01:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.73 - - [2025-11-06 01:41:37] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008903 10.0.0.73 - - [2025-11-06 01:41:37] "POST /fqname-to-id HTTP/1.1" 404 216 0.001705 10.0.0.73 - - [2025-11-06 01:41:37] "POST /route-targets HTTP/1.1" 200 327 0.045202 10.0.0.73 - - [2025-11-06 01:41:37] "POST /config-database-nodes HTTP/1.1" 200 611 0.059033 10.0.0.73 - - [2025-11-06 01:41:37] "POST /ref-update HTTP/1.1" 200 156 0.031885 10.0.0.73 - - [2025-11-06 01:41:37] "POST /fqname-to-id HTTP/1.1" 404 201 0.001915 10.0.0.73 - - [2025-11-06 01:41:37] "POST /access-control-lists HTTP/1.1" 200 551 0.065104 10.0.0.73 - - [2025-11-06 01:41:37] "PUT /access-control-list/e6a9991b-2b4a-47e9-b857-20f99fab07a7 HTTP/1.1" 200 272 0.015778 10.0.0.73 - - [2025-11-06 01:41:37] "PUT /access-control-list/826395f7-59e8-488b-b86f-99d36cd5bf3e HTTP/1.1" 200 272 0.011763 10.0.0.73 - - [2025-11-06 01:41:39] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.73 - - [2025-11-06 01:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001944 10.0.0.73 - - [2025-11-06 01:41:39] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002538 10.0.0.73 - - [2025-11-06 01:41:39] "POST /bgp-routers HTTP/1.1" 200 616 0.023593 10.0.0.73 - - [2025-11-06 01:41:39] "GET /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.006444 10.0.0.73 - - [2025-11-06 01:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002433 10.0.0.73 - - [2025-11-06 01:41:39] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004441 10.0.0.73 - - [2025-11-06 01:41:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001935 10.0.0.73 - - [2025-11-06 01:41:39] "POST /ref-update HTTP/1.1" 200 156 0.008606 10.0.0.73 - - [2025-11-06 01:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.73 - - [2025-11-06 01:41:40] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003742 10.0.0.73 - - [2025-11-06 01:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001791 10.0.0.73 - - [2025-11-06 01:41:40] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.013855 10.0.0.73 - - [2025-11-06 01:41:41] "GET / HTTP/1.1" 200 35931 0.001650 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 581 0.022131 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 575 0.021746 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 575 0.018273 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 559 0.024428 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 555 0.018986 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 557 0.017451 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 565 0.029046 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 549 0.021289 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 557 0.030716 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 567 0.022115 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 555 0.020243 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 567 0.019415 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 575 0.065216 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 569 0.023589 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 561 0.036630 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 561 0.021650 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 561 0.017928 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 547 0.020857 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 595 0.016135 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 575 0.024995 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 571 0.024998 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 583 0.026839 10.0.0.73 - - [2025-11-06 01:41:41] "POST /alarms HTTP/1.1" 200 609 0.024809 10.0.0.73 - - [2025-11-06 01:41:42] "GET / HTTP/1.1" 200 35931 0.001232 10.0.0.73 - - [2025-11-06 01:41:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002398 10.0.0.73 - - [2025-11-06 01:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001815 10.0.0.73 - - [2025-11-06 01:41:42] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.007032 10.0.0.73 - - [2025-11-06 01:41:42] "GET / HTTP/1.1" 200 35931 0.001379 10.0.0.73 - - [2025-11-06 01:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.73 - - [2025-11-06 01:41:42] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005848 10.0.0.73 - - [2025-11-06 01:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001451 10.0.0.73 - - [2025-11-06 01:41:42] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.006337 10.0.0.73 - - [2025-11-06 01:41:42] "GET / HTTP/1.1" 200 35931 0.001239 10.0.0.73 - - [2025-11-06 01:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.73 - - [2025-11-06 01:41:42] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.005953 10.0.0.73 - - [2025-11-06 01:41:42] "PUT /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3 HTTP/1.1" 200 274 0.013222 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:43:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001218 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:43:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2633 0.000834 10.0.0.73 - - [2025-11-06 01:43:24] "GET / HTTP/1.1" 200 35931 0.001534 10.0.0.73 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.73 - - [2025-11-06 01:43:24] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.005787 10.0.0.73 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 404 216 0.002002 10.0.0.73 - - [2025-11-06 01:43:24] "POST /database-nodes HTTP/1.1" 200 597 0.023731 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:43:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000941 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:43:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2633 0.000759 10.0.0.73 - - [2025-11-06 01:43:32] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.73 - - [2025-11-06 01:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.73 - - [2025-11-06 01:43:32] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.005192 10.0.0.73 - - [2025-11-06 01:43:32] "POST /fqname-to-id HTTP/1.1" 404 216 0.003469 10.0.0.73 - - [2025-11-06 01:43:32] "POST /analytics-nodes HTTP/1.1" 200 599 0.138788 10.0.0.73 - - [2025-11-06 01:43:39] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.73 - - [2025-11-06 01:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.010834 10.0.0.73 - - [2025-11-06 01:43:39] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.005732 10.0.0.73 - - [2025-11-06 01:43:39] "POST /fqname-to-id HTTP/1.1" 404 216 0.001905 10.0.0.73 - - [2025-11-06 01:43:39] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.047884 10.0.0.73 - - [2025-11-06 01:43:46] "GET / HTTP/1.1" 200 35931 0.001435 10.0.0.73 - - [2025-11-06 01:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.73 - - [2025-11-06 01:43:46] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.008468 10.0.0.73 - - [2025-11-06 01:43:46] "POST /fqname-to-id HTTP/1.1" 404 216 0.001975 10.0.0.73 - - [2025-11-06 01:43:46] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.023805 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:43:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000963 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:43:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001517 10.0.0.73 - - [2025-11-06 01:44:34] "GET / HTTP/1.1" 200 35931 0.001473 10.0.0.73 - - [2025-11-06 01:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.73 - - [2025-11-06 01:44:34] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004153 10.0.0.73 - - [2025-11-06 01:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001566 10.0.0.73 - - [2025-11-06 01:44:34] "GET /config-node/7f648050-d27d-4b4e-8e3d-ad624147f403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003216 10.0.0.73 - - [2025-11-06 01:44:46] "GET / HTTP/1.1" 200 35931 0.001364 10.0.0.73 - - [2025-11-06 01:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.73 - - [2025-11-06 01:44:46] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002846 10.0.0.73 - - [2025-11-06 01:44:46] "POST /bgp-routers HTTP/1.1" 409 301 0.002384 10.0.0.73 - - [2025-11-06 01:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001634 10.0.0.73 - - [2025-11-06 01:44:46] "GET /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.004945 10.0.0.73 - - [2025-11-06 01:44:46] "PUT /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917 HTTP/1.1" 200 254 0.018183 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:44:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000930 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:44:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000868 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:44:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000861 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:44:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000842 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:44:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000911 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:44:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000810 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:45:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001030 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:45:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001096 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:45:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001115 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:45:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000790 10.0.0.73 - - [2025-11-06 01:45:57] "GET /global-system-configs HTTP/1.1" 200 322 0.002937 10.0.0.73 - - [2025-11-06 01:45:59] "GET /global-system-configs HTTP/1.1" 200 322 0.004271 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001100 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000898 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000916 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000926 10.0.0.73 - - [2025-11-06 01:46:26] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.73 - - [2025-11-06 01:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.73 - - [2025-11-06 01:46:26] "GET /domain/29087113-ebd4-4ae3-a46b-d239d864d367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.003000 10.0.0.73 - - [2025-11-06 01:46:26] "POST /id-to-fqname HTTP/1.1" 200 173 0.001734 10.0.0.73 - - [2025-11-06 01:46:26] "POST /fqname-to-id HTTP/1.1" 404 182 0.010612 10.0.0.73 - - [2025-11-06 01:46:26] "POST /security-groups HTTP/1.1" 200 570 0.078780 10.0.0.73 - - [2025-11-06 01:46:26] "POST /projects HTTP/1.1" 200 481 0.247723 10.0.0.73 - - [2025-11-06 01:46:26] "POST /fqname-to-id HTTP/1.1" 404 213 0.002532 10.0.0.73 - - [2025-11-06 01:46:26] "POST /access-control-lists HTTP/1.1" 200 579 0.029965 10.0.0.73 - - [2025-11-06 01:46:26] "POST /fqname-to-id HTTP/1.1" 404 212 0.006573 10.0.0.73 - - [2025-11-06 01:46:26] "POST /security-groups HTTP/1.1" 200 534 0.057841 10.0.0.73 - - [2025-11-06 01:46:26] "POST /chown HTTP/1.1" 200 109 0.074479 10.0.0.73 - - [2025-11-06 01:46:26] "POST /access-control-lists HTTP/1.1" 200 577 0.091601 10.0.0.73 - - [2025-11-06 01:46:26] "POST /policy-managements HTTP/1.1" 409 214 0.010820 10.0.0.73 - - [2025-11-06 01:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006428 10.0.0.73 - - [2025-11-06 01:46:26] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.013024 10.0.0.73 - - [2025-11-06 01:46:26] "POST /application-policy-sets HTTP/1.1" 200 528 0.022697 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.73 - - [2025-11-06 01:46:27] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005757 10.0.0.73 - - [2025-11-06 01:46:27] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.007143 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.73 - - [2025-11-06 01:46:27] "GET /virtual-network/fcde273a-41cd-4fca-90d8-18274b790b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.004007 10.0.0.73 - - [2025-11-06 01:46:27] "POST /id-to-fqname HTTP/1.1" 200 177 0.000502 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.009171 10.0.0.73 - - [2025-11-06 01:46:27] "POST /security-groups HTTP/1.1" 200 574 0.097981 10.0.0.73 - - [2025-11-06 01:46:27] "POST /projects HTTP/1.1" 200 489 0.231152 10.0.0.73 - - [2025-11-06 01:46:27] "POST /security-groups HTTP/1.1" 200 546 0.020567 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.001588 10.0.0.73 - - [2025-11-06 01:46:27] "POST /chown HTTP/1.1" 200 109 0.043366 10.0.0.73 - - [2025-11-06 01:46:27] "POST /access-control-lists HTTP/1.1" 200 594 0.063298 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.014224 10.0.0.73 - - [2025-11-06 01:46:27] "POST /network-ipams HTTP/1.1" 200 522 0.098663 10.0.0.73 - - [2025-11-06 01:46:27] "POST /access-control-lists HTTP/1.1" 200 592 0.063807 10.0.0.73 - - [2025-11-06 01:46:27] "POST /network-ipams HTTP/1.1" 200 510 0.071269 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.006946 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 404 217 0.003336 10.0.0.73 - - [2025-11-06 01:46:27] "POST /access-control-lists HTTP/1.1" 200 583 0.169188 10.0.0.73 - - [2025-11-06 01:46:27] "POST /fqname-to-id HTTP/1.1" 404 216 0.011119 10.0.0.73 - - [2025-11-06 01:46:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002202 10.0.0.73 - - [2025-11-06 01:46:27] "POST /virtual-networks HTTP/1.1" 200 538 0.291598 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.73 - - [2025-11-06 01:46:28] "POST /access-control-lists HTTP/1.1" 200 581 0.119508 10.0.0.73 - - [2025-11-06 01:46:28] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1732 0.056697 10.0.0.73 - - [2025-11-06 01:46:28] "POST /network-ipams HTTP/1.1" 200 518 0.040277 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 404 240 0.016989 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.002336 10.0.0.73 - - [2025-11-06 01:46:28] "POST /access-control-lists HTTP/1.1" 200 602 0.040673 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 404 239 0.018208 10.0.0.73 - - [2025-11-06 01:46:28] "POST /access-control-lists HTTP/1.1" 200 600 0.090250 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.008739 10.0.0.73 - - [2025-11-06 01:46:28] "POST /useragent-kv HTTP/1.1" 200 115 0.016882 10.0.0.73 - - [2025-11-06 01:46:28] "POST /virtual-networks HTTP/1.1" 200 546 0.237019 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.014251 10.0.0.73 - - [2025-11-06 01:46:28] "POST /access-control-lists HTTP/1.1" 200 589 0.101622 10.0.0.73 - - [2025-11-06 01:46:28] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1750 0.019481 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.005806 10.0.0.73 - - [2025-11-06 01:46:28] "POST /network-policys HTTP/1.1" 200 538 0.031085 10.0.0.73 - - [2025-11-06 01:46:28] "POST /route-targets HTTP/1.1" 200 327 0.016819 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.008488 10.0.0.73 - - [2025-11-06 01:46:28] "POST /ref-update HTTP/1.1" 200 156 0.080469 10.0.0.73 - - [2025-11-06 01:46:28] "PUT /access-control-list/e29fa18a-9f4e-4d21-887c-ade10fd69239 HTTP/1.1" 200 272 0.078663 10.0.0.73 - - [2025-11-06 01:46:28] "POST /network-policys HTTP/1.1" 200 534 0.092866 10.0.0.73 - - [2025-11-06 01:46:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.003070 10.0.0.73 - - [2025-11-06 01:46:28] "POST /network-policys HTTP/1.1" 200 542 0.040927 10.0.0.73 - - [2025-11-06 01:46:28] "POST /route-targets HTTP/1.1" 200 327 0.018398 10.0.0.73 - - [2025-11-06 01:46:28] "POST /ref-update HTTP/1.1" 200 156 0.066607 10.0.0.73 - - [2025-11-06 01:46:28] "POST /ref-update HTTP/1.1" 200 156 0.099292 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008908 10.0.0.73 - - [2025-11-06 01:46:29] "PUT /access-control-list/22e3ca01-86f6-4efd-b2ad-0c46c17e91e7 HTTP/1.1" 200 272 0.025462 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.091158 10.0.0.73 - - [2025-11-06 01:46:29] "PUT /access-control-list/e29fa18a-9f4e-4d21-887c-ade10fd69239 HTTP/1.1" 200 272 0.030027 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.078012 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.012514 10.0.0.73 - - [2025-11-06 01:46:29] "PUT /access-control-list/22e3ca01-86f6-4efd-b2ad-0c46c17e91e7 HTTP/1.1" 200 272 0.078694 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.053740 10.0.0.73 - - [2025-11-06 01:46:29] "PUT /access-control-list/e29fa18a-9f4e-4d21-887c-ade10fd69239 HTTP/1.1" 200 272 0.054528 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.016457 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.090118 10.0.0.73 - - [2025-11-06 01:46:29] "POST /fqname-to-id HTTP/1.1" 404 237 0.006583 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.084391 10.0.0.73 - - [2025-11-06 01:46:29] "POST /access-control-lists HTTP/1.1" 200 601 0.085479 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.048046 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.136400 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.021912 10.0.0.73 - - [2025-11-06 01:46:29] "PUT /access-control-list/39b06e31-25ca-47d6-a648-a478dc0d2088 HTTP/1.1" 200 272 0.066213 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013737 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.014027 10.0.0.73 - - [2025-11-06 01:46:29] "PUT /access-control-list/22e3ca01-86f6-4efd-b2ad-0c46c17e91e7 HTTP/1.1" 200 272 0.082399 10.0.0.73 - - [2025-11-06 01:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.047330 10.0.0.73 - - [2025-11-06 01:46:29] "POST /ref-update HTTP/1.1" 200 156 0.099660 10.0.0.73 - - [2025-11-06 01:46:29] "GET /virtual-network/fcde273a-41cd-4fca-90d8-18274b790b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.029022 10.0.0.73 - - [2025-11-06 01:46:30] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.015041 10.0.0.73 - - [2025-11-06 01:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.73 - - [2025-11-06 01:46:30] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004563 10.0.0.73 - - [2025-11-06 01:46:30] "POST /firewall-policys HTTP/1.1" 200 530 0.017844 10.0.0.73 - - [2025-11-06 01:46:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.039059 10.0.0.73 - - [2025-11-06 01:46:30] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.011734 10.0.0.73 - - [2025-11-06 01:46:30] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.003127 10.0.0.73 - - [2025-11-06 01:46:30] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002389 10.0.0.73 - - [2025-11-06 01:46:30] "POST /ref-update HTTP/1.1" 200 156 0.014087 10.0.0.73 - - [2025-11-06 01:46:30] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.004564 10.0.0.73 - - [2025-11-06 01:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.73 - - [2025-11-06 01:46:30] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002475 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000847 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000947 10.0.0.73 - - [2025-11-06 01:46:30] "POST /firewall-policys HTTP/1.1" 200 532 0.028040 10.0.0.73 - - [2025-11-06 01:46:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.041426 10.0.0.73 - - [2025-11-06 01:46:30] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.010334 10.0.0.73 - - [2025-11-06 01:46:30] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.010817 10.0.0.73 - - [2025-11-06 01:46:30] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002689 10.0.0.73 - - [2025-11-06 01:46:30] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002267 10.0.0.73 - - [2025-11-06 01:46:30] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003080 10.0.0.73 - - [2025-11-06 01:46:30] "POST /ref-update HTTP/1.1" 200 156 0.024552 10.0.0.73 - - [2025-11-06 01:46:30] "POST /ref-update HTTP/1.1" 200 156 0.038175 10.0.0.73 - - [2025-11-06 01:46:30] "POST /ref-update HTTP/1.1" 200 156 0.030514 10.0.0.73 - - [2025-11-06 01:46:30] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.015645 10.0.0.73 - - [2025-11-06 01:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.73 - - [2025-11-06 01:46:30] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.045686 10.0.0.73 - - [2025-11-06 01:46:30] "POST /firewall-policys HTTP/1.1" 200 530 0.085710 10.0.0.73 - - [2025-11-06 01:46:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.034699 10.0.0.73 - - [2025-11-06 01:46:30] "GET /firewall-policy/95c808a2-edcc-443b-9496-7d5c3c979c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.005942 10.0.0.73 - - [2025-11-06 01:46:31] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.007787 10.0.0.73 - - [2025-11-06 01:46:31] "GET /firewall-policy/95c808a2-edcc-443b-9496-7d5c3c979c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.002822 10.0.0.73 - - [2025-11-06 01:46:31] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002290 10.0.0.73 - - [2025-11-06 01:46:31] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002455 10.0.0.73 - - [2025-11-06 01:46:31] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003329 10.0.0.73 - - [2025-11-06 01:46:31] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002205 10.0.0.73 - - [2025-11-06 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.031623 10.0.0.73 - - [2025-11-06 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.041060 10.0.0.73 - - [2025-11-06 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.027331 10.0.0.73 - - [2025-11-06 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.038621 10.0.0.73 - - [2025-11-06 01:46:31] "POST /ref-update HTTP/1.1" 200 156 0.049345 10.0.0.73 - - [2025-11-06 01:46:31] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1755 0.023774 10.0.0.73 - - [2025-11-06 01:46:31] "POST /tags HTTP/1.1" 200 299 0.088780 10.0.0.73 - - [2025-11-06 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.020791 10.0.0.73 - - [2025-11-06 01:46:31] "GET /tag/644b8f34-fdba-421a-8431-4aeee0a2683a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.020597 10.0.0.73 - - [2025-11-06 01:46:31] "POST /set-tag HTTP/1.1" 200 109 0.019252 10.0.0.73 - - [2025-11-06 01:46:31] "POST /tags HTTP/1.1" 200 357 0.081728 10.0.0.73 - - [2025-11-06 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.73 - - [2025-11-06 01:46:31] "GET /tag/897d152f-ba87-406c-841f-3b5bed1dc9a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.027170 10.0.0.73 - - [2025-11-06 01:46:31] "POST /tags HTTP/1.1" 200 305 0.048742 10.0.0.73 - - [2025-11-06 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009800 10.0.0.73 - - [2025-11-06 01:46:32] "GET /tag/23ed33d4-fb6f-4209-adbd-e176674824f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.015354 10.0.0.73 - - [2025-11-06 01:46:32] "POST /id-to-fqname HTTP/1.1" 200 174 0.000554 10.0.0.73 - - [2025-11-06 01:46:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.017751 10.0.0.73 - - [2025-11-06 01:46:32] "POST /security-groups HTTP/1.1" 200 571 0.071125 10.0.0.73 - - [2025-11-06 01:46:32] "POST /projects HTTP/1.1" 200 483 0.241064 10.0.0.73 - - [2025-11-06 01:46:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.002893 10.0.0.73 - - [2025-11-06 01:46:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.099927 10.0.0.73 - - [2025-11-06 01:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.014102 10.0.0.73 - - [2025-11-06 01:46:32] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2293 0.009237 10.0.0.73 - - [2025-11-06 01:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001574 10.0.0.73 - - [2025-11-06 01:46:32] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.075249 10.0.0.73 - - [2025-11-06 01:46:32] "POST /access-control-lists HTTP/1.1" 200 580 0.217252 10.0.0.73 - - [2025-11-06 01:46:32] "POST /fqname-to-id HTTP/1.1" 404 213 0.013491 10.0.0.73 - - [2025-11-06 01:46:32] "POST /access-control-lists HTTP/1.1" 200 578 0.060350 10.0.0.73 - - [2025-11-06 01:46:32] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.133260 10.0.0.73 - - [2025-11-06 01:46:32] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.071682 10.0.0.73 - - [2025-11-06 01:46:32] "POST /security-groups HTTP/1.1" 200 537 0.096509 10.0.0.73 - - [2025-11-06 01:46:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002173 10.0.0.73 - - [2025-11-06 01:46:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.061680 10.0.0.73 - - [2025-11-06 01:46:33] "POST /chown HTTP/1.1" 200 109 0.031237 10.0.0.73 - - [2025-11-06 01:46:33] "POST /access-control-lists HTTP/1.1" 200 596 0.112221 10.0.0.73 - - [2025-11-06 01:46:33] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.028770 10.0.0.73 - - [2025-11-06 01:46:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.015805 10.0.0.73 - - [2025-11-06 01:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.011002 10.0.0.73 - - [2025-11-06 01:46:33] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.007351 10.0.0.73 - - [2025-11-06 01:46:33] "POST /tags HTTP/1.1" 409 207 0.003509 10.0.0.73 - - [2025-11-06 01:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001760 10.0.0.73 - - [2025-11-06 01:46:33] "GET /tag/23ed33d4-fb6f-4209-adbd-e176674824f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.020814 10.0.0.73 - - [2025-11-06 01:46:33] "POST /access-control-lists HTTP/1.1" 200 594 0.102294 10.0.0.73 - - [2025-11-06 01:46:33] "POST /firewall-rules HTTP/1.1" 200 564 0.097612 10.0.0.73 - - [2025-11-06 01:46:33] "GET /firewall-rule/ded17e76-6e57-460f-b547-32577e577cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006755 10.0.0.73 - - [2025-11-06 01:46:33] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.003284 10.0.0.73 - - [2025-11-06 01:46:33] "GET /firewall-rule/ded17e76-6e57-460f-b547-32577e577cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.002372 10.0.0.73 - - [2025-11-06 01:46:33] "POST /ref-update HTTP/1.1" 200 156 0.019285 10.0.0.73 - - [2025-11-06 01:46:33] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010476 10.0.0.73 - - [2025-11-06 01:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.73 - - [2025-11-06 01:46:33] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003118 10.0.0.73 - - [2025-11-06 01:46:33] "POST /tags HTTP/1.1" 409 207 0.001863 10.0.0.73 - - [2025-11-06 01:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001269 10.0.0.73 - - [2025-11-06 01:46:33] "GET /tag/23ed33d4-fb6f-4209-adbd-e176674824f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.013705 10.0.0.73 - - [2025-11-06 01:46:33] "POST /firewall-rules HTTP/1.1" 200 562 0.071161 10.0.0.73 - - [2025-11-06 01:46:33] "GET /firewall-rule/7c7a9475-0949-4678-a121-bcede9867036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.022008 10.0.0.73 - - [2025-11-06 01:46:33] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.020263 10.0.0.73 - - [2025-11-06 01:46:33] "GET /firewall-rule/7c7a9475-0949-4678-a121-bcede9867036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.002726 10.0.0.73 - - [2025-11-06 01:46:33] "POST /ref-update HTTP/1.1" 200 156 0.017537 10.0.0.73 - - [2025-11-06 01:46:33] "POST /tags HTTP/1.1" 200 301 0.059456 10.0.0.73 - - [2025-11-06 01:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006080 10.0.0.73 - - [2025-11-06 01:46:33] "GET /tag/4c0436c6-68dd-4ec1-83bb-99a5bff2e4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.029197 10.0.0.73 - - [2025-11-06 01:46:34] "POST /tags HTTP/1.1" 200 325 0.076097 10.0.0.73 - - [2025-11-06 01:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.014210 10.0.0.73 - - [2025-11-06 01:46:34] "GET /tag/486048df-3c66-4e80-9cff-f2ce62256ec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1167 0.020013 10.0.0.73 - - [2025-11-06 01:46:34] "POST /tags HTTP/1.1" 200 363 0.080284 10.0.0.73 - - [2025-11-06 01:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.024805 10.0.0.73 - - [2025-11-06 01:46:34] "GET /tag/729d6f66-f5cb-4447-a4d1-9f2fcd33f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.013798 10.0.0.73 - - [2025-11-06 01:46:34] "POST /tags HTTP/1.1" 200 311 0.037697 10.0.0.73 - - [2025-11-06 01:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.050569 10.0.0.73 - - [2025-11-06 01:46:34] "GET /tag/598f97d2-3b9e-4f39-80c8-5d406d0f6a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.020824 10.0.0.73 - - [2025-11-06 01:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.73 - - [2025-11-06 01:46:34] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.010774 10.0.0.73 - - [2025-11-06 01:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000970 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001550 10.0.0.73 - - [2025-11-06 01:46:34] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.053277 10.0.0.73 - - [2025-11-06 01:46:34] "POST /virtual-machines HTTP/1.1" 200 377 0.016677 10.0.0.73 - - [2025-11-06 01:46:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.077419 10.0.0.73 - - [2025-11-06 01:46:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.162004 10.0.0.73 - - [2025-11-06 01:46:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.012051 10.0.0.73 - - [2025-11-06 01:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006166 10.0.0.73 - - [2025-11-06 01:46:34] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.003650 10.0.0.73 - - [2025-11-06 01:46:35] "POST /instance-ips HTTP/1.1" 200 409 0.169392 10.0.0.73 - - [2025-11-06 01:46:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.022742 10.0.0.73 - - [2025-11-06 01:46:35] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.012195 10.0.0.73 - - [2025-11-06 01:46:35] "POST /set-tag HTTP/1.1" 200 109 0.030662 10.0.0.73 - - [2025-11-06 01:46:35] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004401 10.0.0.73 - - [2025-11-06 01:46:35] "GET /instance-ip/6d4b112c-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006778 10.0.0.73 - - [2025-11-06 01:46:35] "POST /fqname-to-id HTTP/1.1" 404 226 0.001925 10.0.0.73 - - [2025-11-06 01:46:35] "POST /tags HTTP/1.1" 200 305 0.058432 10.0.0.73 - - [2025-11-06 01:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.017161 10.0.0.73 - - [2025-11-06 01:46:35] "GET /tag/44a34143-c608-4c07-9b9b-293eb9037609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.012500 10.0.0.73 - - [2025-11-06 01:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.73 - - [2025-11-06 01:46:35] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.028661 10.0.0.73 - - [2025-11-06 01:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.022964 10.0.0.73 - - [2025-11-06 01:46:35] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004546 10.0.0.73 - - [2025-11-06 01:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.73 - - [2025-11-06 01:46:35] "GET /service-appliance-set/4efa6408-2d32-4fe6-83c2-37acc0de6672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.003227 10.0.0.73 - - [2025-11-06 01:46:35] "POST /fqname-to-id HTTP/1.1" 404 240 0.009508 10.0.0.73 - - [2025-11-06 01:46:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.166364 10.0.0.73 - - [2025-11-06 01:46:35] "GET /virtual-machine-interface/f5db8c1c-a6da-43ab-9288-91fe84321e3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.016030 10.0.0.73 - - [2025-11-06 01:46:36] "POST /instance-ips HTTP/1.1" 200 381 0.061556 10.0.0.73 - - [2025-11-06 01:46:36] "GET /instance-ip/dbf3aba1-4e08-40d6-81c6-ee2f04d85a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.028531 10.0.0.73 - - [2025-11-06 01:46:36] "POST /loadbalancers HTTP/1.1" 200 582 0.068925 10.0.0.73 - - [2025-11-06 01:46:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.010641 10.0.0.73 - - [2025-11-06 01:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.020856 10.0.0.73 - - [2025-11-06 01:46:36] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.040789 10.0.0.73 - - [2025-11-06 01:46:36] "GET /loadbalancer/868942dc-f902-4af9-9106-bc27a8a6151b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.023467 10.0.0.73 - - [2025-11-06 01:46:36] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.064598 10.0.0.73 - - [2025-11-06 01:46:36] "GET /instance-ip/dbf3aba1-4e08-40d6-81c6-ee2f04d85a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.003242 10.0.0.73 - - [2025-11-06 01:46:36] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.025068 10.0.0.73 - - [2025-11-06 01:46:36] "POST /floating-ips HTTP/1.1" 200 583 0.040941 10.0.0.73 - - [2025-11-06 01:46:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.049273 10.0.0.73 - - [2025-11-06 01:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.015399 10.0.0.73 - - [2025-11-06 01:46:36] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.059764 10.0.0.73 - - [2025-11-06 01:46:36] "GET /loadbalancer-listener/2fc0d88b-eac1-4b15-a3da-cf3b5dd20ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.013767 10.0.0.73 - - [2025-11-06 01:46:36] "GET /loadbalancer-listener/2fc0d88b-eac1-4b15-a3da-cf3b5dd20ca5?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.006375 10.0.0.73 - - [2025-11-06 01:46:36] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.025986 10.0.0.73 - - [2025-11-06 01:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.73 - - [2025-11-06 01:46:36] "GET /instance-ip/dbf3aba1-4e08-40d6-81c6-ee2f04d85a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007278 10.0.0.73 - - [2025-11-06 01:46:36] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.004467 10.0.0.73 - - [2025-11-06 01:46:36] "GET /instance-ip/dbf3aba1-4e08-40d6-81c6-ee2f04d85a4d?fields=floating_ips HTTP/1.1" 200 1170 0.008110 10.0.0.73 - - [2025-11-06 01:46:36] "GET /floating-ip/14e6f28a-281e-4bfd-9b9e-6a7e5cb67ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.002038 10.0.0.73 - - [2025-11-06 01:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.73 - - [2025-11-06 01:46:36] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.014168 10.0.0.73 - - [2025-11-06 01:46:36] "POST /tags HTTP/1.1" 200 355 0.049582 10.0.0.73 - - [2025-11-06 01:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.73 - - [2025-11-06 01:46:36] "GET /tag/02860860-95fe-4e8b-a265-9cfb59acc1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.011839 10.0.0.73 - - [2025-11-06 01:46:36] "POST /tags HTTP/1.1" 200 303 0.020904 10.0.0.73 - - [2025-11-06 01:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.73 - - [2025-11-06 01:46:36] "GET /tag/cc6400b1-5256-4a5a-9654-d6276ce6d20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.022768 10.0.0.73 - - [2025-11-06 01:46:36] "POST /projects HTTP/1.1" 409 218 0.009615 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002314 10.0.0.73 - - [2025-11-06 01:46:37] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.035797 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012226 10.0.0.73 - - [2025-11-06 01:46:37] "GET /network-ipam/4a6972dd-44cb-4ddf-8f72-725ea9fe71b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003395 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005500 10.0.0.73 - - [2025-11-06 01:46:37] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005824 10.0.0.73 - - [2025-11-06 01:46:37] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.075833 10.0.0.73 - - [2025-11-06 01:46:37] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007822 10.0.0.73 - - [2025-11-06 01:46:37] "POST /set-tag HTTP/1.1" 200 109 0.062382 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.73 - - [2025-11-06 01:46:37] "GET /network-ipam/3beacb45-f13a-4ba1-8788-8c22d15532bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.013982 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002226 10.0.0.73 - - [2025-11-06 01:46:37] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006382 10.0.0.73 - - [2025-11-06 01:46:37] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.076350 10.0.0.73 - - [2025-11-06 01:46:37] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.014062 10.0.0.73 - - [2025-11-06 01:46:37] "POST /set-tag HTTP/1.1" 200 109 0.071381 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.73 - - [2025-11-06 01:46:37] "GET /network-policy/ebde0f3b-b621-4d55-9f6b-3848b2103167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010649 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.73 - - [2025-11-06 01:46:37] "GET /network-policy/e7ee7fbf-bbb7-4aad-81ae-238fde09d1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003144 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001542 10.0.0.73 - - [2025-11-06 01:46:37] "GET /network-policy/acd0d7ff-c69e-4aa9-a081-c8081fc66ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.037741 10.0.0.73 - - [2025-11-06 01:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.73 - - [2025-11-06 01:46:37] "PUT /network-policy/acd0d7ff-c69e-4aa9-a081-c8081fc66ac3 HTTP/1.1" 200 262 0.080879 10.0.0.73 - - [2025-11-06 01:46:38] "POST /ref-update HTTP/1.1" 200 156 0.096574 10.0.0.73 - - [2025-11-06 01:46:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.014521 10.0.0.73 - - [2025-11-06 01:46:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006537 10.0.0.73 - - [2025-11-06 01:46:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002448 10.0.0.73 - - [2025-11-06 01:46:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001817 10.0.0.73 - - [2025-11-06 01:46:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001487 10.0.0.73 - - [2025-11-06 01:46:38] "POST /security-groups HTTP/1.1" 409 245 0.005172 10.0.0.73 - - [2025-11-06 01:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.73 - - [2025-11-06 01:46:38] "PUT /security-group/804b797b-7adf-47f5-b598-72ec24050142 HTTP/1.1" 200 262 0.062649 10.0.0.73 - - [2025-11-06 01:46:38] "PUT /access-control-list/5dd30819-6d54-4aed-942d-94fd23f44175 HTTP/1.1" 200 272 0.017057 10.0.0.73 - - [2025-11-06 01:46:38] "PUT /access-control-list/f4d765ba-5d43-47ae-a66e-f0fa51524de2 HTTP/1.1" 200 272 0.023662 10.0.0.73 - - [2025-11-06 01:46:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.028551 10.0.0.73 - - [2025-11-06 01:46:38] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002855 10.0.0.73 - - [2025-11-06 01:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.73 - - [2025-11-06 01:46:38] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002863 10.0.0.73 - - [2025-11-06 01:46:38] "POST /tags HTTP/1.1" 409 206 0.001580 10.0.0.73 - - [2025-11-06 01:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001235 10.0.0.73 - - [2025-11-06 01:46:38] "GET /tag/cc6400b1-5256-4a5a-9654-d6276ce6d20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.010593 10.0.0.73 - - [2025-11-06 01:46:38] "POST /firewall-rules HTTP/1.1" 200 562 0.084007 10.0.0.73 - - [2025-11-06 01:46:38] "GET /firewall-rule/560a6939-0e84-43dc-ace8-5a3f0560e9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.025884 10.0.0.73 - - [2025-11-06 01:46:38] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004061 10.0.0.73 - - [2025-11-06 01:46:38] "GET /firewall-rule/560a6939-0e84-43dc-ace8-5a3f0560e9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.002319 10.0.0.73 - - [2025-11-06 01:46:38] "POST /ref-update HTTP/1.1" 200 156 0.031136 10.0.0.73 - - [2025-11-06 01:46:38] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010333 10.0.0.73 - - [2025-11-06 01:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002059 10.0.0.73 - - [2025-11-06 01:46:38] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002501 10.0.0.73 - - [2025-11-06 01:46:38] "POST /tags HTTP/1.1" 409 206 0.001495 10.0.0.73 - - [2025-11-06 01:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002099 10.0.0.73 - - [2025-11-06 01:46:38] "GET /tag/cc6400b1-5256-4a5a-9654-d6276ce6d20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.010202 10.0.0.73 - - [2025-11-06 01:46:38] "POST /firewall-rules HTTP/1.1" 200 560 0.069362 10.0.0.73 - - [2025-11-06 01:46:38] "GET /firewall-rule/1307f757-7d90-4e62-a76a-de87e343e77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.004751 10.0.0.73 - - [2025-11-06 01:46:38] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.003314 10.0.0.73 - - [2025-11-06 01:46:38] "GET /firewall-rule/1307f757-7d90-4e62-a76a-de87e343e77f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.002389 10.0.0.73 - - [2025-11-06 01:46:39] "POST /ref-update HTTP/1.1" 200 156 0.037634 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.005297 10.0.0.73 - - [2025-11-06 01:46:39] "POST /tags HTTP/1.1" 200 301 0.021930 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002183 10.0.0.73 - - [2025-11-06 01:46:39] "GET /tag/524f7ad2-ded5-48f4-9cfd-4f4cf9633952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.019775 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.73 - - [2025-11-06 01:46:39] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.029214 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.73 - - [2025-11-06 01:46:39] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.005570 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002212 10.0.0.73 - - [2025-11-06 01:46:39] "GET /service-appliance-set/4efa6408-2d32-4fe6-83c2-37acc0de6672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.002336 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.002021 10.0.0.73 - - [2025-11-06 01:46:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.107668 10.0.0.73 - - [2025-11-06 01:46:39] "GET /virtual-machine-interface/76809d03-0147-47a2-b5c9-6bd7432c4972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2312 0.026881 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001850 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000782 10.0.0.73 - - [2025-11-06 01:46:39] "POST /instance-ips HTTP/1.1" 200 377 0.035994 10.0.0.73 - - [2025-11-06 01:46:39] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.011146 10.0.0.73 - - [2025-11-06 01:46:39] "POST /loadbalancers HTTP/1.1" 200 582 0.059613 10.0.0.73 - - [2025-11-06 01:46:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.028911 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011116 10.0.0.73 - - [2025-11-06 01:46:39] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.058090 10.0.0.73 - - [2025-11-06 01:46:39] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.002454 10.0.0.73 - - [2025-11-06 01:46:39] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.047125 10.0.0.73 - - [2025-11-06 01:46:39] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003995 10.0.0.73 - - [2025-11-06 01:46:39] "POST /floating-ips HTTP/1.1" 200 581 0.059848 10.0.0.73 - - [2025-11-06 01:46:39] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.048183 10.0.0.73 - - [2025-11-06 01:46:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.058944 10.0.0.73 - - [2025-11-06 01:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.014528 10.0.0.73 - - [2025-11-06 01:46:40] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.046213 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer-listener/c83c1e3b-e5c3-4f3e-ad18-c7c027a3b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.002831 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer-listener/c83c1e3b-e5c3-4f3e-ad18-c7c027a3b5ed?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.004347 10.0.0.73 - - [2025-11-06 01:46:40] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.018437 10.0.0.73 - - [2025-11-06 01:46:40] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.008751 10.0.0.73 - - [2025-11-06 01:46:40] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?fields=floating_ips HTTP/1.1" 200 1164 0.018163 10.0.0.73 - - [2025-11-06 01:46:40] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.005038 10.0.0.73 - - [2025-11-06 01:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.73 - - [2025-11-06 01:46:40] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.040802 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005316 10.0.0.73 - - [2025-11-06 01:46:40] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.015415 10.0.0.73 - - [2025-11-06 01:46:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.011968 10.0.0.73 - - [2025-11-06 01:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007536 10.0.0.73 - - [2025-11-06 01:46:40] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.037432 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer-listener/16c17e69-0b5c-4f21-a7fb-6f2e770c3e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.012472 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer-listener/16c17e69-0b5c-4f21-a7fb-6f2e770c3e4b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.002490 10.0.0.73 - - [2025-11-06 01:46:40] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.024644 10.0.0.73 - - [2025-11-06 01:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.73 - - [2025-11-06 01:46:40] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007721 10.0.0.73 - - [2025-11-06 01:46:40] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?fields=floating_ips HTTP/1.1" 200 1164 0.004834 10.0.0.73 - - [2025-11-06 01:46:40] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.009306 10.0.0.73 - - [2025-11-06 01:46:40] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.064094 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.009305 10.0.0.73 - - [2025-11-06 01:46:40] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.033725 10.0.0.73 - - [2025-11-06 01:46:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.030936 10.0.0.73 - - [2025-11-06 01:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.73 - - [2025-11-06 01:46:40] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.058341 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer-listener/f683305b-8aec-40a5-9db2-01b7804b3656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.017203 10.0.0.73 - - [2025-11-06 01:46:40] "GET /loadbalancer-listener/f683305b-8aec-40a5-9db2-01b7804b3656?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.004431 10.0.0.73 - - [2025-11-06 01:46:40] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.032029 10.0.0.73 - - [2025-11-06 01:46:40] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.008911 10.0.0.73 - - [2025-11-06 01:46:40] "GET /instance-ip/88ccf1ca-209f-4df2-b599-339c4dc2dafa?fields=floating_ips HTTP/1.1" 200 1164 0.004663 10.0.0.73 - - [2025-11-06 01:46:40] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.001933 10.0.0.73 - - [2025-11-06 01:46:40] "POST /tags HTTP/1.1" 200 371 0.039981 10.0.0.73 - - [2025-11-06 01:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006469 10.0.0.73 - - [2025-11-06 01:46:41] "GET /tag/461a0da5-f267-4803-916a-e1bc9a713bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.015923 10.0.0.73 - - [2025-11-06 01:46:41] "POST /tags HTTP/1.1" 200 319 0.030231 10.0.0.73 - - [2025-11-06 01:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.014241 10.0.0.73 - - [2025-11-06 01:46:41] "GET /tag/b50351eb-2966-4b20-af78-c4b99cdeb478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.019686 10.0.0.73 - - [2025-11-06 01:46:41] "POST /id-to-fqname HTTP/1.1" 200 181 0.001713 10.0.0.73 - - [2025-11-06 01:46:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.014534 10.0.0.73 - - [2025-11-06 01:46:41] "POST /security-groups HTTP/1.1" 200 578 0.077742 10.0.0.73 - - [2025-11-06 01:46:41] "POST /projects HTTP/1.1" 200 497 0.294811 10.0.0.73 - - [2025-11-06 01:46:41] "POST /fqname-to-id HTTP/1.1" 404 225 0.002311 10.0.0.73 - - [2025-11-06 01:46:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.023679 10.0.0.73 - - [2025-11-06 01:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015319 10.0.0.73 - - [2025-11-06 01:46:41] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.026441 10.0.0.73 - - [2025-11-06 01:46:41] "POST /access-control-lists HTTP/1.1" 200 587 0.111375 10.0.0.73 - - [2025-11-06 01:46:41] "POST /fqname-to-id HTTP/1.1" 404 224 0.029713 10.0.0.73 - - [2025-11-06 01:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.034996 10.0.0.73 - - [2025-11-06 01:46:41] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.003950 10.0.0.73 - - [2025-11-06 01:46:41] "POST /access-control-lists HTTP/1.1" 200 585 0.034506 10.0.0.73 - - [2025-11-06 01:46:41] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.123117 10.0.0.73 - - [2025-11-06 01:46:41] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.054829 10.0.0.73 - - [2025-11-06 01:46:41] "POST /security-groups HTTP/1.1" 200 558 0.094421 10.0.0.73 - - [2025-11-06 01:46:42] "POST /fqname-to-id HTTP/1.1" 404 248 0.024118 10.0.0.73 - - [2025-11-06 01:46:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.049266 10.0.0.73 - - [2025-11-06 01:46:42] "POST /chown HTTP/1.1" 200 109 0.043565 10.0.0.73 - - [2025-11-06 01:46:42] "POST /access-control-lists HTTP/1.1" 200 610 0.057155 10.0.0.73 - - [2025-11-06 01:46:42] "POST /fqname-to-id HTTP/1.1" 404 247 0.005554 10.0.0.73 - - [2025-11-06 01:46:42] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.013811 10.0.0.73 - - [2025-11-06 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006495 10.0.0.73 - - [2025-11-06 01:46:42] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.007920 10.0.0.73 - - [2025-11-06 01:46:42] "POST /tags HTTP/1.1" 409 214 0.001786 10.0.0.73 - - [2025-11-06 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.73 - - [2025-11-06 01:46:42] "GET /tag/b50351eb-2966-4b20-af78-c4b99cdeb478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.035760 10.0.0.73 - - [2025-11-06 01:46:42] "POST /access-control-lists HTTP/1.1" 200 608 0.136686 10.0.0.73 - - [2025-11-06 01:46:42] "POST /firewall-rules HTTP/1.1" 200 578 0.107954 10.0.0.73 - - [2025-11-06 01:46:42] "GET /firewall-rule/694be404-6b82-4e6a-9343-eb819ff17fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004097 10.0.0.73 - - [2025-11-06 01:46:42] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.003914 10.0.0.73 - - [2025-11-06 01:46:42] "GET /firewall-rule/694be404-6b82-4e6a-9343-eb819ff17fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002386 10.0.0.73 - - [2025-11-06 01:46:42] "POST /ref-update HTTP/1.1" 200 156 0.058485 10.0.0.73 - - [2025-11-06 01:46:42] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005953 10.0.0.73 - - [2025-11-06 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.73 - - [2025-11-06 01:46:42] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002832 10.0.0.73 - - [2025-11-06 01:46:42] "POST /tags HTTP/1.1" 409 214 0.004354 10.0.0.73 - - [2025-11-06 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.73 - - [2025-11-06 01:46:42] "GET /tag/b50351eb-2966-4b20-af78-c4b99cdeb478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.016421 10.0.0.73 - - [2025-11-06 01:46:42] "POST /firewall-rules HTTP/1.1" 200 576 0.083992 10.0.0.73 - - [2025-11-06 01:46:42] "GET /firewall-rule/89702985-fb96-4dce-ac41-5eba39ec71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.012815 10.0.0.73 - - [2025-11-06 01:46:42] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.009640 10.0.0.73 - - [2025-11-06 01:46:42] "GET /firewall-rule/89702985-fb96-4dce-ac41-5eba39ec71ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.001998 10.0.0.73 - - [2025-11-06 01:46:42] "POST /ref-update HTTP/1.1" 200 156 0.052396 10.0.0.73 - - [2025-11-06 01:46:43] "POST /tags HTTP/1.1" 200 363 0.021246 10.0.0.73 - - [2025-11-06 01:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.017274 10.0.0.73 - - [2025-11-06 01:46:43] "GET /tag/89d5d66f-79a5-4f3f-a0bc-ffec258f14e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.018395 10.0.0.73 - - [2025-11-06 01:46:43] "POST /tags HTTP/1.1" 200 311 0.033654 10.0.0.73 - - [2025-11-06 01:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.042666 10.0.0.73 - - [2025-11-06 01:46:43] "GET /tag/4bcc0799-d6b2-47e1-a183-c9da7d249eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.023983 10.0.0.73 - - [2025-11-06 01:46:43] "POST /id-to-fqname HTTP/1.1" 200 177 0.000609 10.0.0.73 - - [2025-11-06 01:46:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.003958 10.0.0.73 - - [2025-11-06 01:46:43] "POST /security-groups HTTP/1.1" 200 574 0.091424 10.0.0.73 - - [2025-11-06 01:46:43] "POST /projects HTTP/1.1" 200 489 0.338316 10.0.0.73 - - [2025-11-06 01:46:43] "POST /fqname-to-id HTTP/1.1" 404 217 0.006876 10.0.0.73 - - [2025-11-06 01:46:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.014066 10.0.0.73 - - [2025-11-06 01:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.013184 10.0.0.73 - - [2025-11-06 01:46:43] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.016894 10.0.0.73 - - [2025-11-06 01:46:43] "POST /access-control-lists HTTP/1.1" 200 583 0.090075 10.0.0.73 - - [2025-11-06 01:46:43] "POST /fqname-to-id HTTP/1.1" 404 216 0.005057 10.0.0.73 - - [2025-11-06 01:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.73 - - [2025-11-06 01:46:43] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.010403 10.0.0.73 - - [2025-11-06 01:46:43] "POST /access-control-lists HTTP/1.1" 200 581 0.057306 10.0.0.73 - - [2025-11-06 01:46:43] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.165770 10.0.0.73 - - [2025-11-06 01:46:44] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.138398 10.0.0.73 - - [2025-11-06 01:46:44] "POST /security-groups HTTP/1.1" 200 546 0.114686 10.0.0.73 - - [2025-11-06 01:46:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.005176 10.0.0.73 - - [2025-11-06 01:46:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.022055 10.0.0.73 - - [2025-11-06 01:46:44] "POST /chown HTTP/1.1" 200 109 0.065889 10.0.0.73 - - [2025-11-06 01:46:44] "POST /access-control-lists HTTP/1.1" 200 602 0.099501 10.0.0.73 - - [2025-11-06 01:46:44] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004053 10.0.0.73 - - [2025-11-06 01:46:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.005324 10.0.0.73 - - [2025-11-06 01:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.73 - - [2025-11-06 01:46:44] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002734 10.0.0.73 - - [2025-11-06 01:46:44] "POST /tags HTTP/1.1" 409 210 0.003598 10.0.0.73 - - [2025-11-06 01:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002121 10.0.0.73 - - [2025-11-06 01:46:44] "GET /tag/4bcc0799-d6b2-47e1-a183-c9da7d249eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.019823 10.0.0.73 - - [2025-11-06 01:46:44] "POST /access-control-lists HTTP/1.1" 200 600 0.086076 10.0.0.73 - - [2025-11-06 01:46:44] "POST /firewall-rules HTTP/1.1" 200 570 0.103441 10.0.0.73 - - [2025-11-06 01:46:44] "GET /firewall-rule/720f9650-1691-40c7-9081-b41a2e4a5f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005926 10.0.0.73 - - [2025-11-06 01:46:44] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.002874 10.0.0.73 - - [2025-11-06 01:46:44] "GET /firewall-rule/720f9650-1691-40c7-9081-b41a2e4a5f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.001735 10.0.0.73 - - [2025-11-06 01:46:44] "POST /ref-update HTTP/1.1" 200 156 0.042272 10.0.0.73 - - [2025-11-06 01:46:44] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004052 10.0.0.73 - - [2025-11-06 01:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001372 10.0.0.73 - - [2025-11-06 01:46:44] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002780 10.0.0.73 - - [2025-11-06 01:46:44] "POST /tags HTTP/1.1" 409 210 0.001524 10.0.0.73 - - [2025-11-06 01:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001192 10.0.0.73 - - [2025-11-06 01:46:44] "GET /tag/4bcc0799-d6b2-47e1-a183-c9da7d249eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.012714 10.0.0.73 - - [2025-11-06 01:46:44] "POST /firewall-rules HTTP/1.1" 200 568 0.070347 10.0.0.73 - - [2025-11-06 01:46:45] "GET /firewall-rule/4e521fc0-dd37-463d-b496-43d73c205fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.035957 10.0.0.73 - - [2025-11-06 01:46:45] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004133 10.0.0.73 - - [2025-11-06 01:46:45] "GET /firewall-rule/4e521fc0-dd37-463d-b496-43d73c205fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.002284 10.0.0.73 - - [2025-11-06 01:46:45] "POST /ref-update HTTP/1.1" 200 156 0.048621 10.0.0.73 - - [2025-11-06 01:46:45] "POST /tags HTTP/1.1" 409 237 0.002389 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001879 10.0.0.73 - - [2025-11-06 01:46:45] "GET /tag/729d6f66-f5cb-4447-a4d1-9f2fcd33f046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.010325 10.0.0.73 - - [2025-11-06 01:46:45] "POST /tags HTTP/1.1" 409 210 0.002164 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002004 10.0.0.73 - - [2025-11-06 01:46:45] "GET /tag/598f97d2-3b9e-4f39-80c8-5d406d0f6a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.013514 10.0.0.73 - - [2025-11-06 01:46:45] "POST /projects HTTP/1.1" 409 223 0.001910 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.73 - - [2025-11-06 01:46:45] "GET /project/aff30b00-d20e-4b3f-804f-f541bf3fdf48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.071010 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.73 - - [2025-11-06 01:46:45] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004790 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001755 10.0.0.73 - - [2025-11-06 01:46:45] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006706 10.0.0.73 - - [2025-11-06 01:46:45] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.073618 10.0.0.73 - - [2025-11-06 01:46:45] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.071987 10.0.0.73 - - [2025-11-06 01:46:45] "POST /security-groups HTTP/1.1" 409 253 0.009872 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001638 10.0.0.73 - - [2025-11-06 01:46:45] "PUT /security-group/0ec16816-0d8c-4a39-9d40-f13d26f8932c HTTP/1.1" 200 262 0.059758 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000790 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000816 10.0.0.73 - - [2025-11-06 01:46:45] "PUT /access-control-list/38685daf-2064-4381-9bc4-e346a25aac7c HTTP/1.1" 200 272 0.017427 10.0.0.73 - - [2025-11-06 01:46:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.027112 10.0.0.73 - - [2025-11-06 01:46:45] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011369 10.0.0.73 - - [2025-11-06 01:46:45] "PUT /access-control-list/a987f952-fe66-4701-acbd-260209a00c21 HTTP/1.1" 200 272 0.023015 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007765 10.0.0.73 - - [2025-11-06 01:46:45] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003503 10.0.0.73 - - [2025-11-06 01:46:45] "POST /tags HTTP/1.1" 409 210 0.001568 10.0.0.73 - - [2025-11-06 01:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.73 - - [2025-11-06 01:46:45] "GET /tag/598f97d2-3b9e-4f39-80c8-5d406d0f6a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.028535 10.0.0.73 - - [2025-11-06 01:46:46] "POST /firewall-rules HTTP/1.1" 200 570 0.072701 10.0.0.73 - - [2025-11-06 01:46:46] "GET /firewall-rule/a30c7f40-2d6c-4ac7-8710-9d77c50229c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.003591 10.0.0.73 - - [2025-11-06 01:46:46] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.002846 10.0.0.73 - - [2025-11-06 01:46:46] "GET /firewall-rule/a30c7f40-2d6c-4ac7-8710-9d77c50229c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.001712 10.0.0.73 - - [2025-11-06 01:46:46] "POST /ref-update HTTP/1.1" 200 156 0.138115 10.0.0.73 - - [2025-11-06 01:46:46] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010472 10.0.0.73 - - [2025-11-06 01:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001670 10.0.0.73 - - [2025-11-06 01:46:46] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003576 10.0.0.73 - - [2025-11-06 01:46:46] "POST /tags HTTP/1.1" 409 210 0.004871 10.0.0.73 - - [2025-11-06 01:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001465 10.0.0.73 - - [2025-11-06 01:46:46] "GET /tag/598f97d2-3b9e-4f39-80c8-5d406d0f6a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.015862 10.0.0.73 - - [2025-11-06 01:46:46] "POST /firewall-rules HTTP/1.1" 200 568 0.071021 10.0.0.73 - - [2025-11-06 01:46:46] "GET /firewall-rule/88b5998d-1c35-471b-9777-99a2ccb193d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.020803 10.0.0.73 - - [2025-11-06 01:46:46] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.004468 10.0.0.73 - - [2025-11-06 01:46:46] "GET /firewall-rule/88b5998d-1c35-471b-9777-99a2ccb193d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.002311 10.0.0.73 - - [2025-11-06 01:46:46] "POST /ref-update HTTP/1.1" 200 156 0.079775 10.0.0.73 - - [2025-11-06 01:46:46] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.017284 10.0.0.73 - - [2025-11-06 01:46:46] "POST /set-tag HTTP/1.1" 200 109 0.010998 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001022 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000898 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001167 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:46:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001230 10.0.0.241 - - [2025-11-06 01:47:31] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.241 - - [2025-11-06 01:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002137 10.0.0.241 - - [2025-11-06 01:47:31] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004768 10.0.0.241 - - [2025-11-06 01:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001724 10.0.0.241 - - [2025-11-06 01:47:31] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003439 10.0.0.241 - - [2025-11-06 01:47:31] "PUT /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3 HTTP/1.1" 200 274 0.013606 10.0.0.241 - - [2025-11-06 01:47:31] "POST /fqname-to-id HTTP/1.1" 404 216 0.012626 10.0.0.241 - - [2025-11-06 01:47:31] "POST /virtual-routers HTTP/1.1" 200 599 0.017516 10.0.0.241 - - [2025-11-06 01:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010916 10.0.0.241 - - [2025-11-06 01:47:31] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003533 10.0.0.241 - - [2025-11-06 01:47:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.002228 10.0.0.241 - - [2025-11-06 01:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001499 10.0.0.241 - - [2025-11-06 01:47:31] "GET /virtual-network/fcde273a-41cd-4fca-90d8-18274b790b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.003465 10.0.0.241 - - [2025-11-06 01:47:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.049594 10.0.0.73 - - [2025-11-06 01:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.73 - - [2025-11-06 01:47:37] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.002989 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:50:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000959 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:50:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000919 10.0.0.73 - - [2025-11-06 01:50:32] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.002864 10.0.0.73 - - [2025-11-06 01:50:32] "POST /ref-update HTTP/1.1" 200 156 0.006966 10.0.0.73 - - [2025-11-06 01:50:41] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004324 10.0.0.73 - - [2025-11-06 01:50:41] "POST /set-tag HTTP/1.1" 200 109 0.004397 10.0.0.73 - - [2025-11-06 01:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.73 - - [2025-11-06 01:50:41] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003761 10.0.0.73 - - [2025-11-06 01:50:41] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.003436 10.0.0.73 - - [2025-11-06 01:50:41] "POST /set-tag HTTP/1.1" 200 109 0.001710 10.0.0.73 - - [2025-11-06 01:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.73 - - [2025-11-06 01:50:41] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003076 10.0.0.73 - - [2025-11-06 01:50:41] "GET /loadbalancer-pool/e23e923d-9b9c-4892-b76d-f695688cb72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003295 10.0.0.73 - - [2025-11-06 01:50:41] "POST /loadbalancer-members HTTP/1.1" 200 690 0.018079 10.0.0.73 - - [2025-11-06 01:50:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.015363 10.0.0.73 - - [2025-11-06 01:50:41] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006706 10.0.0.73 - - [2025-11-06 01:50:41] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.009092 10.0.0.73 - - [2025-11-06 01:50:41] "POST /ref-update HTTP/1.1" 200 156 0.005796 10.0.0.73 - - [2025-11-06 01:50:41] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1772 0.011712 10.0.0.73 - - [2025-11-06 01:50:41] "PUT /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad HTTP/1.1" 200 256 0.010581 10.0.0.73 - - [2025-11-06 01:50:41] "POST /tags HTTP/1.1" 409 205 0.005170 10.0.0.73 - - [2025-11-06 01:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001718 10.0.0.73 - - [2025-11-06 01:50:41] "GET /tag/524f7ad2-ded5-48f4-9cfd-4f4cf9633952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.011717 10.0.0.73 - - [2025-11-06 01:50:41] "POST /set-tag HTTP/1.1" 200 109 0.082468 10.0.0.73 - - [2025-11-06 01:50:41] "GET /loadbalancer-pool/6b545503-d011-4d2a-993b-d4771e74ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.007209 10.0.0.73 - - [2025-11-06 01:50:41] "POST /loadbalancer-members HTTP/1.1" 200 690 0.035832 10.0.0.73 - - [2025-11-06 01:50:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.014485 10.0.0.73 - - [2025-11-06 01:50:41] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.007744 10.0.0.73 - - [2025-11-06 01:50:41] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003310 10.0.0.73 - - [2025-11-06 01:50:41] "POST /ref-update HTTP/1.1" 200 156 0.019292 10.0.0.73 - - [2025-11-06 01:50:41] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.001854 10.0.0.73 - - [2025-11-06 01:50:42] "POST /set-tag HTTP/1.1" 200 109 0.004772 10.0.0.73 - - [2025-11-06 01:50:42] "GET /loadbalancer-pool/56f16264-5d6d-4415-a81b-867f979087b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004174 10.0.0.73 - - [2025-11-06 01:50:42] "PUT /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad HTTP/1.1" 200 256 0.021053 10.0.0.73 - - [2025-11-06 01:50:42] "POST /loadbalancer-members HTTP/1.1" 200 692 0.044141 10.0.0.73 - - [2025-11-06 01:50:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.023404 10.0.0.73 - - [2025-11-06 01:50:42] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.016735 10.0.0.73 - - [2025-11-06 01:50:42] "POST /set-tag HTTP/1.1" 200 109 0.007535 10.0.0.73 - - [2025-11-06 01:50:42] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012466 10.0.0.73 - - [2025-11-06 01:50:42] "POST /ref-update HTTP/1.1" 200 156 0.023473 10.0.0.73 - - [2025-11-06 01:50:42] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.003828 10.0.0.73 - - [2025-11-06 01:50:42] "PUT /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad HTTP/1.1" 200 256 0.009690 10.0.0.73 - - [2025-11-06 01:50:57] "GET /global-system-configs HTTP/1.1" 200 322 0.002047 10.0.0.73 - - [2025-11-06 01:50:59] "GET /global-system-configs HTTP/1.1" 200 322 0.001984 10.0.0.241 - - [2025-11-06 01:51:56] "GET / HTTP/1.1" 200 35931 0.002164 10.0.0.241 - - [2025-11-06 01:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002310 10.0.0.241 - - [2025-11-06 01:51:56] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004228 10.0.0.241 - - [2025-11-06 01:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001321 10.0.0.241 - - [2025-11-06 01:51:56] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002169 10.0.0.241 - - [2025-11-06 01:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002169 10.0.0.241 - - [2025-11-06 01:51:56] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003714 10.0.0.241 - - [2025-11-06 01:51:56] "PUT /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8 HTTP/1.1" 200 262 0.012012 10.0.0.241 - - [2025-11-06 01:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.241 - - [2025-11-06 01:51:56] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.002638 10.0.0.241 - - [2025-11-06 01:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001802 10.0.0.241 - - [2025-11-06 01:51:56] "GET /virtual-machine-interface/24538a31-51b8-4a4e-a3ce-a6e8b9c7a787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1914 0.009815 10.0.0.241 - - [2025-11-06 01:51:56] "PUT /virtual-machine-interface/24538a31-51b8-4a4e-a3ce-a6e8b9c7a787 HTTP/1.1" 200 284 0.009412 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:52:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000944 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:52:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001115 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:52:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001147 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:52:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001005 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:52:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001153 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:52:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001764 10.0.0.73 - - [2025-11-06 01:52:53] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006919 10.0.0.73 - - [2025-11-06 01:52:53] "POST /set-tag HTTP/1.1" 200 109 0.004716 10.0.0.73 - - [2025-11-06 01:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.73 - - [2025-11-06 01:52:53] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004178 10.0.0.73 - - [2025-11-06 01:52:53] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004867 10.0.0.73 - - [2025-11-06 01:52:53] "POST /set-tag HTTP/1.1" 200 109 0.036085 10.0.0.73 - - [2025-11-06 01:52:53] "DELETE /loadbalancer-member/db9d030e-b6a7-4099-93ec-66ca7e3cd480 HTTP/1.1" 200 115 0.038449 10.0.0.73 - - [2025-11-06 01:52:53] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004863 10.0.0.73 - - [2025-11-06 01:52:53] "POST /set-tag HTTP/1.1" 200 109 0.002502 10.0.0.73 - - [2025-11-06 01:52:53] "DELETE /loadbalancer-member/8958fe6d-e8ec-4adb-9693-531f2349e8ca HTTP/1.1" 200 115 0.025574 10.0.0.73 - - [2025-11-06 01:52:53] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.003397 10.0.0.73 - - [2025-11-06 01:52:53] "POST /set-tag HTTP/1.1" 200 109 0.003459 10.0.0.73 - - [2025-11-06 01:52:53] "DELETE /loadbalancer-member/e879807c-586c-4d8e-8176-f2a9527d467d HTTP/1.1" 200 115 0.036697 10.0.0.73 - - [2025-11-06 01:52:53] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005122 10.0.0.73 - - [2025-11-06 01:52:54] "POST /set-tag HTTP/1.1" 200 109 0.005109 10.0.0.73 - - [2025-11-06 01:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.73 - - [2025-11-06 01:52:54] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003312 10.0.0.73 - - [2025-11-06 01:52:54] "GET /loadbalancer-pool/e23e923d-9b9c-4892-b76d-f695688cb72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.005790 10.0.0.73 - - [2025-11-06 01:52:54] "POST /loadbalancer-members HTTP/1.1" 200 690 0.027218 10.0.0.73 - - [2025-11-06 01:52:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.033281 10.0.0.73 - - [2025-11-06 01:52:54] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.010857 10.0.0.73 - - [2025-11-06 01:52:54] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004120 10.0.0.73 - - [2025-11-06 01:52:54] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.002397 10.0.0.73 - - [2025-11-06 01:52:54] "POST /set-tag HTTP/1.1" 200 109 0.064317 10.0.0.73 - - [2025-11-06 01:52:54] "GET /loadbalancer-pool/6b545503-d011-4d2a-993b-d4771e74ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.024298 10.0.0.73 - - [2025-11-06 01:52:54] "POST /loadbalancer-members HTTP/1.1" 200 690 0.028483 10.0.0.73 - - [2025-11-06 01:52:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.018898 10.0.0.73 - - [2025-11-06 01:52:54] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.024879 10.0.0.73 - - [2025-11-06 01:52:54] "POST /set-tag HTTP/1.1" 200 109 0.065722 10.0.0.73 - - [2025-11-06 01:52:54] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.068686 10.0.0.73 - - [2025-11-06 01:52:54] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.009911 10.0.0.73 - - [2025-11-06 01:52:54] "GET /loadbalancer-pool/56f16264-5d6d-4415-a81b-867f979087b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003693 10.0.0.73 - - [2025-11-06 01:52:54] "POST /loadbalancer-members HTTP/1.1" 200 692 0.032790 10.0.0.73 - - [2025-11-06 01:52:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.012208 10.0.0.73 - - [2025-11-06 01:52:54] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012853 10.0.0.73 - - [2025-11-06 01:52:54] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.013688 10.0.0.73 - - [2025-11-06 01:52:54] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.021117 10.0.0.73 - - [2025-11-06 01:52:54] "POST /set-tag HTTP/1.1" 200 109 0.012279 10.0.0.73 - - [2025-11-06 01:55:57] "GET /global-system-configs HTTP/1.1" 200 322 0.011403 10.0.0.73 - - [2025-11-06 01:55:59] "GET /global-system-configs HTTP/1.1" 200 322 0.001956 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:56:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000987 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:56:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000810 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:57:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000933 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:57:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000802 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:57:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000885 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:57:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000767 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:57:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001011 [Introspect:8084]10.0.0.73 - - [2025-11-06 01:57:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000772 10.0.0.73 - - [2025-11-06 01:57:33] "GET / HTTP/1.1" 200 35931 0.001538 10.0.0.73 - - [2025-11-06 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002166 10.0.0.73 - - [2025-11-06 01:57:33] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.036353 10.0.0.73 - - [2025-11-06 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.73 - - [2025-11-06 01:57:33] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.033890 10.0.0.73 - - [2025-11-06 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.73 - - [2025-11-06 01:57:34] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.040745 10.0.0.73 - - [2025-11-06 01:57:34] "POST /tags HTTP/1.1" 200 333 0.027861 10.0.0.73 - - [2025-11-06 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.020494 10.0.0.73 - - [2025-11-06 01:57:34] "GET /tag/fa3dcda5-14d1-4516-9d4d-454b19b1f672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.032973 10.0.0.73 - - [2025-11-06 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.73 - - [2025-11-06 01:57:34] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.016069 10.0.0.73 - - [2025-11-06 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.019089 10.0.0.73 - - [2025-11-06 01:57:34] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.005349 10.0.0.73 - - [2025-11-06 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.73 - - [2025-11-06 01:57:34] "GET /service-appliance-set/4efa6408-2d32-4fe6-83c2-37acc0de6672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.001948 10.0.0.73 - - [2025-11-06 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 254 0.002216 10.0.0.73 - - [2025-11-06 01:57:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.140062 10.0.0.73 - - [2025-11-06 01:57:34] "GET /virtual-machine-interface/213dca3c-1db9-41c3-8e09-22ccb922afa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.008014 10.0.0.73 - - [2025-11-06 01:57:34] "POST /instance-ips HTTP/1.1" 200 409 0.020169 10.0.0.73 - - [2025-11-06 01:57:34] "GET /instance-ip/8ab53da7-4d72-4c23-a4d4-e04bfb3ab191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.006403 10.0.0.73 - - [2025-11-06 01:57:34] "POST /loadbalancers HTTP/1.1" 200 610 0.081224 10.0.0.73 - - [2025-11-06 01:57:34] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.045930 10.0.0.73 - - [2025-11-06 01:57:34] "GET /instance-ip/8ab53da7-4d72-4c23-a4d4-e04bfb3ab191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.010427 10.0.0.73 - - [2025-11-06 01:57:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.040998 10.0.0.73 - - [2025-11-06 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.016198 10.0.0.73 - - [2025-11-06 01:57:35] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.040385 10.0.0.73 - - [2025-11-06 01:57:35] "POST /floating-ips HTTP/1.1" 200 597 0.033495 10.0.0.73 - - [2025-11-06 01:57:35] "GET /loadbalancer/d0e29be2-0294-497b-996a-1e5d07980fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004925 10.0.0.73 - - [2025-11-06 01:57:35] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.015036 10.0.0.73 - - [2025-11-06 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.73 - - [2025-11-06 01:57:35] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.044618 10.0.0.73 - - [2025-11-06 01:57:35] "GET /loadbalancer-listener/9562fc4f-3074-4db9-bcc2-7664fba5dd97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1805 0.006672 10.0.0.73 - - [2025-11-06 01:57:35] "GET /loadbalancer-listener/9562fc4f-3074-4db9-bcc2-7664fba5dd97?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1224 0.004678 10.0.0.73 - - [2025-11-06 01:57:35] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.019311 10.0.0.73 - - [2025-11-06 01:57:35] "GET /instance-ip/8ab53da7-4d72-4c23-a4d4-e04bfb3ab191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.002785 10.0.0.73 - - [2025-11-06 01:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.73 - - [2025-11-06 01:57:35] "GET /loadbalancer/d0e29be2-0294-497b-996a-1e5d07980fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.002664 10.0.0.73 - - [2025-11-06 01:57:35] "GET /instance-ip/8ab53da7-4d72-4c23-a4d4-e04bfb3ab191?fields=floating_ips HTTP/1.1" 200 1212 0.007216 10.0.0.73 - - [2025-11-06 01:57:35] "GET /floating-ip/db87fde5-2ad5-492a-97aa-70421444800e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.001737 10.0.0.73 - - [2025-11-06 01:57:38] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004921 10.0.0.73 - - [2025-11-06 01:57:38] "POST /set-tag HTTP/1.1" 200 109 0.002862 10.0.0.73 - - [2025-11-06 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.73 - - [2025-11-06 01:57:38] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003582 10.0.0.73 - - [2025-11-06 01:57:38] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005836 10.0.0.73 - - [2025-11-06 01:57:38] "POST /set-tag HTTP/1.1" 200 109 0.022150 10.0.0.73 - - [2025-11-06 01:57:38] "DELETE /loadbalancer-member/aa5b4d47-e64e-4894-9b11-6bac140d1706 HTTP/1.1" 200 115 0.023777 10.0.0.73 - - [2025-11-06 01:57:38] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.008366 10.0.0.73 - - [2025-11-06 01:57:38] "POST /set-tag HTTP/1.1" 200 109 0.001875 10.0.0.73 - - [2025-11-06 01:57:38] "DELETE /loadbalancer-member/4ab3db3d-4980-48b9-9e3f-0aa56cf1ea02 HTTP/1.1" 200 115 0.023737 10.0.0.73 - - [2025-11-06 01:57:38] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004246 10.0.0.73 - - [2025-11-06 01:57:38] "POST /set-tag HTTP/1.1" 200 109 0.001755 10.0.0.73 - - [2025-11-06 01:57:39] "DELETE /loadbalancer-member/1e2fda3a-15ca-4b79-a994-72629edc1752 HTTP/1.1" 200 115 0.029032 10.0.0.73 - - [2025-11-06 01:57:39] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.009955 10.0.0.73 - - [2025-11-06 01:57:39] "POST /set-tag HTTP/1.1" 200 109 0.005972 10.0.0.73 - - [2025-11-06 01:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.73 - - [2025-11-06 01:57:39] "GET /loadbalancer/3cbcc457-f779-4f10-bd15-5227da0df6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002931 10.0.0.73 - - [2025-11-06 01:57:39] "GET /loadbalancer-pool/e23e923d-9b9c-4892-b76d-f695688cb72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.002678 10.0.0.73 - - [2025-11-06 01:57:39] "POST /loadbalancer-members HTTP/1.1" 200 690 0.016706 10.0.0.73 - - [2025-11-06 01:57:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.008754 10.0.0.73 - - [2025-11-06 01:57:39] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.008980 10.0.0.73 - - [2025-11-06 01:57:39] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.011806 10.0.0.73 - - [2025-11-06 01:57:39] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004786 10.0.0.73 - - [2025-11-06 01:57:39] "POST /set-tag HTTP/1.1" 200 109 0.065799 10.0.0.73 - - [2025-11-06 01:57:39] "GET /loadbalancer-pool/6b545503-d011-4d2a-993b-d4771e74ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.013570 10.0.0.73 - - [2025-11-06 01:57:39] "POST /loadbalancer-members HTTP/1.1" 200 690 0.025589 10.0.0.73 - - [2025-11-06 01:57:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.008255 10.0.0.73 - - [2025-11-06 01:57:39] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012398 10.0.0.73 - - [2025-11-06 01:57:39] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005004 10.0.0.73 - - [2025-11-06 01:57:39] "POST /set-tag HTTP/1.1" 200 109 0.006629 10.0.0.73 - - [2025-11-06 01:57:39] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.002822 10.0.0.73 - - [2025-11-06 01:57:39] "GET /loadbalancer-pool/56f16264-5d6d-4415-a81b-867f979087b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003213 10.0.0.73 - - [2025-11-06 01:57:39] "POST /loadbalancer-members HTTP/1.1" 200 692 0.014752 10.0.0.73 - - [2025-11-06 01:57:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.020006 10.0.0.73 - - [2025-11-06 01:57:39] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008757 10.0.0.73 - - [2025-11-06 01:57:39] "GET /virtual-machine-interface/6d288030-bab2-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005298 10.0.0.73 - - [2025-11-06 01:57:39] "GET /floating-ip/4c97b0f1-a3fd-46d8-9f37-2670fe14d9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.003188 10.0.0.73 - - [2025-11-06 01:57:39] "POST /set-tag HTTP/1.1" 200 109 0.003522 10.0.0.73 - - [2025-11-06 01:57:42] "POST /tags HTTP/1.1" 200 295 0.045667 10.0.0.73 - - [2025-11-06 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005666 10.0.0.73 - - [2025-11-06 01:57:42] "GET /tag/9191588e-f988-40c8-bdbd-e411d9f66021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.012203 10.0.0.73 - - [2025-11-06 01:57:42] "POST /tags HTTP/1.1" 409 233 0.003288 10.0.0.73 - - [2025-11-06 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.73 - - [2025-11-06 01:57:42] "GET /tag/02860860-95fe-4e8b-a265-9cfb59acc1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.009856 10.0.0.73 - - [2025-11-06 01:57:42] "POST /tags HTTP/1.1" 409 206 0.003767 10.0.0.73 - - [2025-11-06 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.73 - - [2025-11-06 01:57:42] "GET /tag/cc6400b1-5256-4a5a-9654-d6276ce6d20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.011598 10.0.0.73 - - [2025-11-06 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007827 10.0.0.73 - - [2025-11-06 01:57:42] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.005742 10.0.0.73 - - [2025-11-06 01:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.73 - - [2025-11-06 01:57:42] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.032743 10.0.0.73 - - [2025-11-06 01:57:42] "POST /virtual-machines HTTP/1.1" 200 369 0.021033 10.0.0.73 - - [2025-11-06 01:57:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.016054 10.0.0.73 - - [2025-11-06 01:57:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.138621 10.0.0.73 - - [2025-11-06 01:57:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.023472 10.0.0.73 - - [2025-11-06 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.016124 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.005566 10.0.0.73 - - [2025-11-06 01:57:43] "POST /instance-ips HTTP/1.1" 200 409 0.026313 10.0.0.73 - - [2025-11-06 01:57:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.018126 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.016235 10.0.0.73 - - [2025-11-06 01:57:43] "POST /set-tag HTTP/1.1" 200 109 0.018925 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.008487 10.0.0.73 - - [2025-11-06 01:57:43] "GET /instance-ip/fb8f3a5c-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004068 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.016005 10.0.0.73 - - [2025-11-06 01:57:43] "POST /set-tag HTTP/1.1" 200 109 0.002661 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.006259 10.0.0.73 - - [2025-11-06 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010602 10.0.0.73 - - [2025-11-06 01:57:43] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.047937 10.0.0.73 - - [2025-11-06 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.040530 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-networks?parent_id=317bd39a-cf88-4ca1-906f-f98e2e5941ba&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.015782 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.010815 10.0.0.73 - - [2025-11-06 01:57:43] "POST /set-tag HTTP/1.1" 200 109 0.010585 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.003788 10.0.0.73 - - [2025-11-06 01:57:43] "POST /set-tag HTTP/1.1" 200 109 0.004736 10.0.0.73 - - [2025-11-06 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012069 10.0.0.73 - - [2025-11-06 01:57:43] "POST /virtual-networks HTTP/1.1" 200 512 0.108447 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.017867 10.0.0.73 - - [2025-11-06 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010329 10.0.0.73 - - [2025-11-06 01:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.73 - - [2025-11-06 01:57:43] "GET /network-ipam/ce1668b9-8a85-439a-a6f6-b9b2d417af37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003236 10.0.0.73 - - [2025-11-06 01:57:43] "POST /route-targets HTTP/1.1" 200 327 0.053321 10.0.0.73 - - [2025-11-06 01:57:43] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.048993 10.0.0.73 - - [2025-11-06 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.026356 10.0.0.73 - - [2025-11-06 01:57:43] "POST /virtual-machines HTTP/1.1" 200 369 0.031947 10.0.0.73 - - [2025-11-06 01:57:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009677 10.0.0.73 - - [2025-11-06 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.158467 10.0.0.73 - - [2025-11-06 01:57:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.035099 10.0.0.73 - - [2025-11-06 01:57:43] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.040537 10.0.0.73 - - [2025-11-06 01:57:43] "GET /domains HTTP/1.1" 200 280 0.027154 10.0.0.73 - - [2025-11-06 01:57:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.145834 10.0.0.73 - - [2025-11-06 01:57:44] "GET /domain/29087113-ebd4-4ae3-a46b-d239d864d367 HTTP/1.1" 200 3086 0.064078 10.0.0.73 - - [2025-11-06 01:57:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.015646 10.0.0.73 - - [2025-11-06 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.014339 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.016205 10.0.0.73 - - [2025-11-06 01:57:44] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba HTTP/1.1" 200 7064 0.096182 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 2086 0.009148 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 2086 0.003646 10.0.0.73 - - [2025-11-06 01:57:44] "GET /routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce HTTP/1.1" 200 1402 0.005378 10.0.0.73 - - [2025-11-06 01:57:44] "GET /routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce HTTP/1.1" 200 1402 0.006182 10.0.0.73 - - [2025-11-06 01:57:44] "GET /route-target/21379290-4bf8-4886-8972-5d88e33c485c HTTP/1.1" 200 1151 0.005821 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 2086 0.003845 10.0.0.73 - - [2025-11-06 01:57:44] "POST /instance-ips HTTP/1.1" 200 409 0.056099 10.0.0.73 - - [2025-11-06 01:57:44] "GET /routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce HTTP/1.1" 200 1402 0.004514 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.005671 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 2086 0.005004 10.0.0.73 - - [2025-11-06 01:57:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.034704 10.0.0.73 - - [2025-11-06 01:57:44] "GET /routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce HTTP/1.1" 200 1402 0.022277 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.027912 10.0.0.73 - - [2025-11-06 01:57:44] "GET /routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce HTTP/1.1" 200 1402 0.008780 10.0.0.73 - - [2025-11-06 01:57:44] "GET /route-target/21379290-4bf8-4886-8972-5d88e33c485c HTTP/1.1" 200 1151 0.010519 10.0.0.73 - - [2025-11-06 01:57:44] "GET /domains HTTP/1.1" 200 280 0.002754 10.0.0.73 - - [2025-11-06 01:57:44] "GET /domain/29087113-ebd4-4ae3-a46b-d239d864d367 HTTP/1.1" 200 3086 0.003875 10.0.0.73 - - [2025-11-06 01:57:44] "POST /set-tag HTTP/1.1" 200 109 0.051363 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.020672 10.0.0.73 - - [2025-11-06 01:57:44] "GET /instance-ip/fc27c89e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.018958 10.0.0.73 - - [2025-11-06 01:57:44] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba HTTP/1.1" 200 7064 0.090944 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 2086 0.007401 10.0.0.73 - - [2025-11-06 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006676 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007527 10.0.0.73 - - [2025-11-06 01:57:44] "POST /set-tag HTTP/1.1" 200 109 0.001855 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1686 0.003419 10.0.0.73 - - [2025-11-06 01:57:44] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.064392 10.0.0.73 - - [2025-11-06 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.048561 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.014995 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004220 10.0.0.73 - - [2025-11-06 01:57:44] "POST /set-tag HTTP/1.1" 200 109 0.004979 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.003957 10.0.0.73 - - [2025-11-06 01:57:44] "GET /floating-ip-pools?parent_id=7feef32f-5af8-416b-bed4-0962fd8af807&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001396 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.003240 10.0.0.73 - - [2025-11-06 01:57:44] "POST /floating-ip-pools HTTP/1.1" 200 562 0.046168 10.0.0.73 - - [2025-11-06 01:57:44] "POST /set-tag HTTP/1.1" 200 109 0.019789 10.0.0.73 - - [2025-11-06 01:57:44] "POST /ref-update HTTP/1.1" 200 156 0.011690 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.016733 10.0.0.73 - - [2025-11-06 01:57:44] "GET /domains HTTP/1.1" 200 280 0.001594 10.0.0.73 - - [2025-11-06 01:57:44] "GET /domain/29087113-ebd4-4ae3-a46b-d239d864d367 HTTP/1.1" 200 3086 0.002285 10.0.0.73 - - [2025-11-06 01:57:44] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba HTTP/1.1" 200 7320 0.040126 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 2324 0.006174 10.0.0.73 - - [2025-11-06 01:57:44] "GET /floating-ip-pool/cae579af-0e66-4251-a4f7-fb49c8d9db9f HTTP/1.1" 200 1315 0.002086 10.0.0.73 - - [2025-11-06 01:57:44] "GET /domains HTTP/1.1" 200 280 0.001537 10.0.0.73 - - [2025-11-06 01:57:44] "GET /domain/29087113-ebd4-4ae3-a46b-d239d864d367 HTTP/1.1" 200 3086 0.003643 10.0.0.73 - - [2025-11-06 01:57:44] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba HTTP/1.1" 200 7320 0.053962 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 2324 0.008767 10.0.0.73 - - [2025-11-06 01:57:44] "GET /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.004799 10.0.0.73 - - [2025-11-06 01:57:45] "POST /tags HTTP/1.1" 200 365 0.096059 10.0.0.73 - - [2025-11-06 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009150 10.0.0.73 - - [2025-11-06 01:57:45] "GET /tag/93c2ee3d-5014-4649-b336-a4725a4f976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.033454 10.0.0.73 - - [2025-11-06 01:57:45] "POST /tags HTTP/1.1" 409 206 0.002032 10.0.0.73 - - [2025-11-06 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.73 - - [2025-11-06 01:57:45] "GET /tag/cc6400b1-5256-4a5a-9654-d6276ce6d20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.009570 10.0.0.73 - - [2025-11-06 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001529 10.0.0.73 - - [2025-11-06 01:57:45] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.051177 10.0.0.73 - - [2025-11-06 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001775 10.0.0.73 - - [2025-11-06 01:57:45] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.005983 10.0.0.73 - - [2025-11-06 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002092 10.0.0.73 - - [2025-11-06 01:57:45] "GET /service-appliance-set/04fc12ad-095e-4ff9-a160-b73a5483ae6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.003189 10.0.0.73 - - [2025-11-06 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 258 0.004905 10.0.0.73 - - [2025-11-06 01:57:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.096535 10.0.0.73 - - [2025-11-06 01:57:45] "GET /virtual-machine-interface/9ae2ed21-9e9d-40ac-91b9-3c7b142bf79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.015897 10.0.0.73 - - [2025-11-06 01:57:45] "POST /set-tag HTTP/1.1" 200 109 0.018748 10.0.0.73 - - [2025-11-06 01:57:45] "POST /instance-ips HTTP/1.1" 200 417 0.029185 10.0.0.73 - - [2025-11-06 01:57:45] "GET /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.012994 10.0.0.73 - - [2025-11-06 01:57:45] "POST /loadbalancers HTTP/1.1" 200 618 0.067528 10.0.0.73 - - [2025-11-06 01:57:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.014328 10.0.0.73 - - [2025-11-06 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.015354 10.0.0.73 - - [2025-11-06 01:57:45] "POST /service-instances HTTP/1.1" 200 566 0.073328 10.0.0.73 - - [2025-11-06 01:57:45] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.077430 10.0.0.73 - - [2025-11-06 01:57:45] "POST /ref-update HTTP/1.1" 200 156 0.039173 10.0.0.73 - - [2025-11-06 01:57:45] "GET /virtual-machine-interface/9ae2ed21-9e9d-40ac-91b9-3c7b142bf79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005340 10.0.0.73 - - [2025-11-06 01:57:46] "GET /virtual-machine-interface/9ae2ed21-9e9d-40ac-91b9-3c7b142bf79c?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.006820 10.0.0.73 - - [2025-11-06 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001481 10.0.0.73 - - [2025-11-06 01:57:46] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.017769 10.0.0.73 - - [2025-11-06 01:57:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.032763 10.0.0.73 - - [2025-11-06 01:57:46] "GET /floating-ip-pool/cae579af-0e66-4251-a4f7-fb49c8d9db9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.010360 10.0.0.73 - - [2025-11-06 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.73 - - [2025-11-06 01:57:46] "POST /virtual-machines HTTP/1.1" 200 429 0.017978 10.0.0.73 - - [2025-11-06 01:57:46] "POST /floating-ips HTTP/1.1" 200 671 0.112633 10.0.0.73 - - [2025-11-06 01:57:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.015855 10.0.0.73 - - [2025-11-06 01:57:46] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002685 10.0.0.73 - - [2025-11-06 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.73 - - [2025-11-06 01:57:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.135503 10.0.0.73 - - [2025-11-06 01:57:46] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002003 10.0.0.73 - - [2025-11-06 01:57:46] "POST /tags HTTP/1.1" 409 221 0.027720 10.0.0.73 - - [2025-11-06 01:57:46] "POST /chown HTTP/1.1" 200 109 0.072342 10.0.0.73 - - [2025-11-06 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012666 10.0.0.73 - - [2025-11-06 01:57:46] "GET /tag/fa3dcda5-14d1-4516-9d4d-454b19b1f672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.027430 10.0.0.73 - - [2025-11-06 01:57:46] "POST /tags HTTP/1.1" 409 238 0.007340 10.0.0.73 - - [2025-11-06 01:57:46] "POST /chown HTTP/1.1" 200 109 0.010356 10.0.0.73 - - [2025-11-06 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.73 - - [2025-11-06 01:57:46] "PUT /virtual-machine-interface/9f3f7bc8-ba4f-4db9-87b8-810128cc719a HTTP/1.1" 200 284 0.027870 10.0.0.73 - - [2025-11-06 01:57:46] "GET /tag/93c2ee3d-5014-4649-b336-a4725a4f976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.025291 10.0.0.73 - - [2025-11-06 01:57:46] "PUT /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d HTTP/1.1" 200 256 0.017952 10.0.0.73 - - [2025-11-06 01:57:46] "POST /firewall-rules HTTP/1.1" 200 650 0.097011 10.0.0.73 - - [2025-11-06 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.042074 10.0.0.73 - - [2025-11-06 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.014992 10.0.0.73 - - [2025-11-06 01:57:46] "GET /firewall-rule/397e3272-6918-460e-a5bb-e70fce016dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.020417 10.0.0.73 - - [2025-11-06 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.039992 10.0.0.73 - - [2025-11-06 01:57:46] "GET /firewall-policy/95c808a2-edcc-443b-9496-7d5c3c979c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.004196 10.0.0.73 - - [2025-11-06 01:57:46] "GET /firewall-rule/397e3272-6918-460e-a5bb-e70fce016dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.006194 10.0.0.73 - - [2025-11-06 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.010707 10.0.0.73 - - [2025-11-06 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.036332 10.0.0.73 - - [2025-11-06 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.039717 10.0.0.73 - - [2025-11-06 01:57:46] "POST /ref-update HTTP/1.1" 200 156 0.082103 10.0.0.73 - - [2025-11-06 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025484 10.0.0.73 - - [2025-11-06 01:57:46] "POST /virtual-machines HTTP/1.1" 200 429 0.059819 10.0.0.73 - - [2025-11-06 01:57:46] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.075710 10.0.0.73 - - [2025-11-06 01:57:47] "GET /loadbalancer/58796cea-968e-4608-aa11-d6b6368bba8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.021595 10.0.0.73 - - [2025-11-06 01:57:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.115651 10.0.0.73 - - [2025-11-06 01:57:47] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.065084 10.0.0.73 - - [2025-11-06 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.73 - - [2025-11-06 01:57:47] "POST /chown HTTP/1.1" 200 109 0.029470 10.0.0.73 - - [2025-11-06 01:57:47] "POST /chown HTTP/1.1" 200 109 0.009672 10.0.0.73 - - [2025-11-06 01:57:47] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.067618 10.0.0.73 - - [2025-11-06 01:57:47] "GET /loadbalancer-listener/d76183ba-34a6-4269-89d8-e9e362e854ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005489 10.0.0.73 - - [2025-11-06 01:57:47] "PUT /virtual-machine-interface/4aa181ac-21c8-4bb1-b13e-8a198b854f3b HTTP/1.1" 200 284 0.055610 10.0.0.73 - - [2025-11-06 01:57:47] "GET /loadbalancer-listener/d76183ba-34a6-4269-89d8-e9e362e854ff?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.003564 10.0.0.73 - - [2025-11-06 01:57:47] "PUT /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d HTTP/1.1" 200 256 0.027248 10.0.0.73 - - [2025-11-06 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.020073 10.0.0.73 - - [2025-11-06 01:57:47] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.046610 10.0.0.73 - - [2025-11-06 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.052019 10.0.0.73 - - [2025-11-06 01:57:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.053416 10.0.0.73 - - [2025-11-06 01:57:47] "GET /loadbalancer-pool/a2f2e0d5-232f-439d-b4b1-74d2d7dec455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011873 10.0.0.73 - - [2025-11-06 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.035532 10.0.0.73 - - [2025-11-06 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.015916 10.0.0.73 - - [2025-11-06 01:57:47] "POST /loadbalancer-members HTTP/1.1" 200 707 0.040139 10.0.0.73 - - [2025-11-06 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.049955 10.0.0.73 - - [2025-11-06 01:57:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.044686 10.0.0.73 - - [2025-11-06 01:57:47] "GET /loadbalancer-member/fcc83c25-42c6-478c-b43d-4d436b00b311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.034773 10.0.0.73 - - [2025-11-06 01:57:47] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004135 10.0.0.73 - - [2025-11-06 01:57:47] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.010740 10.0.0.73 - - [2025-11-06 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.018452 10.0.0.73 - - [2025-11-06 01:57:47] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.008909 10.0.0.73 - - [2025-11-06 01:57:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.028374 10.0.0.73 - - [2025-11-06 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001971 10.0.0.73 - - [2025-11-06 01:57:47] "POST /tags HTTP/1.1" 409 221 0.002836 10.0.0.73 - - [2025-11-06 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001448 10.0.0.73 - - [2025-11-06 01:57:47] "GET /tag/fa3dcda5-14d1-4516-9d4d-454b19b1f672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.013242 10.0.0.73 - - [2025-11-06 01:57:47] "POST /chown HTTP/1.1" 200 109 0.010328 10.0.0.73 - - [2025-11-06 01:57:47] "POST /tags HTTP/1.1" 409 238 0.002405 10.0.0.73 - - [2025-11-06 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.73 - - [2025-11-06 01:57:47] "POST /chown HTTP/1.1" 200 109 0.042474 10.0.0.73 - - [2025-11-06 01:57:47] "GET /tag/93c2ee3d-5014-4649-b336-a4725a4f976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.037489 10.0.0.73 - - [2025-11-06 01:57:47] "PUT /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d HTTP/1.1" 200 256 0.036152 10.0.0.73 - - [2025-11-06 01:57:47] "POST /firewall-rules HTTP/1.1" 409 293 0.004430 10.0.0.73 - - [2025-11-06 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.73 - - [2025-11-06 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.016881 10.0.0.73 - - [2025-11-06 01:57:47] "POST /chown HTTP/1.1" 200 109 0.022300 10.0.0.73 - - [2025-11-06 01:57:47] "PUT /firewall-rule/397e3272-6918-460e-a5bb-e70fce016dcc HTTP/1.1" 200 260 0.057850 10.0.0.73 - - [2025-11-06 01:57:47] "POST /chown HTTP/1.1" 200 109 0.036742 10.0.0.73 - - [2025-11-06 01:57:48] "GET /firewall-rule/397e3272-6918-460e-a5bb-e70fce016dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003726 10.0.0.73 - - [2025-11-06 01:57:48] "GET /firewall-policy/95c808a2-edcc-443b-9496-7d5c3c979c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.013144 10.0.0.73 - - [2025-11-06 01:57:48] "GET /firewall-rule/397e3272-6918-460e-a5bb-e70fce016dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.009534 10.0.0.73 - - [2025-11-06 01:57:48] "PUT /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d HTTP/1.1" 200 256 0.028778 10.0.0.73 - - [2025-11-06 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.73 - - [2025-11-06 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.036343 10.0.0.73 - - [2025-11-06 01:57:48] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.023653 10.0.0.73 - - [2025-11-06 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.020038 10.0.0.73 - - [2025-11-06 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.73 - - [2025-11-06 01:57:48] "POST /chown HTTP/1.1" 200 109 0.015464 10.0.0.73 - - [2025-11-06 01:57:48] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.057877 10.0.0.73 - - [2025-11-06 01:57:48] "POST /chown HTTP/1.1" 200 109 0.045224 10.0.0.73 - - [2025-11-06 01:57:48] "POST /virtual-machines HTTP/1.1" 200 373 0.029673 10.0.0.73 - - [2025-11-06 01:57:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.014737 10.0.0.73 - - [2025-11-06 01:57:48] "PUT /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d HTTP/1.1" 200 256 0.034142 10.0.0.73 - - [2025-11-06 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.025812 10.0.0.73 - - [2025-11-06 01:57:48] "POST /chown HTTP/1.1" 200 109 0.063803 10.0.0.73 - - [2025-11-06 01:57:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.162965 10.0.0.73 - - [2025-11-06 01:57:48] "POST /chown HTTP/1.1" 200 109 0.040426 10.0.0.73 - - [2025-11-06 01:57:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.010383 10.0.0.73 - - [2025-11-06 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005552 10.0.0.73 - - [2025-11-06 01:57:48] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006876 10.0.0.73 - - [2025-11-06 01:57:48] "PUT /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d HTTP/1.1" 200 256 0.017439 10.0.0.73 - - [2025-11-06 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.014945 10.0.0.73 - - [2025-11-06 01:57:48] "POST /instance-ips HTTP/1.1" 200 413 0.044309 10.0.0.73 - - [2025-11-06 01:57:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.074485 10.0.0.73 - - [2025-11-06 01:57:48] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.017582 10.0.0.73 - - [2025-11-06 01:57:48] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.034294 10.0.0.73 - - [2025-11-06 01:57:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.017519 10.0.0.73 - - [2025-11-06 01:57:48] "POST /set-tag HTTP/1.1" 200 109 0.035991 10.0.0.73 - - [2025-11-06 01:57:48] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.022870 10.0.0.73 - - [2025-11-06 01:57:48] "GET /instance-ip/fec886d8-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009408 10.0.0.73 - - [2025-11-06 01:57:48] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.026638 10.0.0.73 - - [2025-11-06 01:57:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.013785 10.0.0.73 - - [2025-11-06 01:57:48] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.034585 10.0.0.73 - - [2025-11-06 01:57:48] "POST /set-tag HTTP/1.1" 200 109 0.001592 10.0.0.73 - - [2025-11-06 01:57:48] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.002928 10.0.0.73 - - [2025-11-06 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.022706 10.0.0.73 - - [2025-11-06 01:57:48] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.032578 10.0.0.73 - - [2025-11-06 01:57:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.014737 10.0.0.73 - - [2025-11-06 01:57:49] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.007308 10.0.0.73 - - [2025-11-06 01:57:49] "POST /set-tag HTTP/1.1" 200 109 0.015995 10.0.0.73 - - [2025-11-06 01:57:49] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.009864 10.0.0.73 - - [2025-11-06 01:57:49] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.014028 10.0.0.73 - - [2025-11-06 01:57:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.013163 10.0.0.73 - - [2025-11-06 01:57:49] "POST /set-tag HTTP/1.1" 200 109 0.025414 10.0.0.73 - - [2025-11-06 01:57:49] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.017072 10.0.0.73 - - [2025-11-06 01:57:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.007874 10.0.0.73 - - [2025-11-06 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006772 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.008526 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.006189 10.0.0.73 - - [2025-11-06 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.027015 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.018114 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.008156 10.0.0.73 - - [2025-11-06 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.022608 10.0.0.73 - - [2025-11-06 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.007162 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.023871 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.023208 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.017004 10.0.0.73 - - [2025-11-06 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001905 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.005954 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.025471 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.007187 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.022575 10.0.0.73 - - [2025-11-06 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.010554 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.021101 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.018502 10.0.0.73 - - [2025-11-06 01:57:49] "POST /chown HTTP/1.1" 200 109 0.007904 10.0.0.73 - - [2025-11-06 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.005825 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.009175 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.022949 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.030431 10.0.0.73 - - [2025-11-06 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.006510 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.027673 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.007468 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.028326 10.0.0.73 - - [2025-11-06 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002333 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.006755 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.028380 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.028540 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.008032 10.0.0.73 - - [2025-11-06 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009594 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.005968 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.006280 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.015822 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.014991 10.0.0.73 - - [2025-11-06 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001854 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.010266 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.021467 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.006740 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.032164 10.0.0.73 - - [2025-11-06 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001658 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.018586 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.019973 10.0.0.73 - - [2025-11-06 01:57:50] "POST /chown HTTP/1.1" 200 109 0.015318 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.012496 10.0.0.73 - - [2025-11-06 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012153 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.009309 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.012583 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.018471 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.027321 10.0.0.73 - - [2025-11-06 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.006221 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.007575 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.014471 10.0.0.73 - - [2025-11-06 01:57:51] "POST /chown HTTP/1.1" 200 109 0.020073 10.0.0.73 - - [2025-11-06 01:57:56] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006547 10.0.0.73 - - [2025-11-06 01:57:56] "POST /set-tag HTTP/1.1" 200 109 0.002655 10.0.0.73 - - [2025-11-06 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.73 - - [2025-11-06 01:57:56] "GET /loadbalancer/d0e29be2-0294-497b-996a-1e5d07980fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.002953 10.0.0.73 - - [2025-11-06 01:57:56] "GET /loadbalancer-pool/f4dfb2dd-7603-4370-b599-70cb9473efdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.003026 10.0.0.73 - - [2025-11-06 01:57:56] "POST /loadbalancer-members HTTP/1.1" 200 702 0.015708 10.0.0.73 - - [2025-11-06 01:57:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.009259 10.0.0.73 - - [2025-11-06 01:57:56] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.015407 10.0.0.73 - - [2025-11-06 01:57:56] "POST /tags HTTP/1.1" 409 221 0.004951 10.0.0.73 - - [2025-11-06 01:57:56] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.003611 10.0.0.73 - - [2025-11-06 01:57:56] "POST /ref-update HTTP/1.1" 200 156 0.008664 10.0.0.73 - - [2025-11-06 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.73 - - [2025-11-06 01:57:56] "GET /tag/fa3dcda5-14d1-4516-9d4d-454b19b1f672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.017918 10.0.0.73 - - [2025-11-06 01:57:56] "GET /floating-ip/db87fde5-2ad5-492a-97aa-70421444800e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1782 0.006809 10.0.0.73 - - [2025-11-06 01:57:56] "PUT /floating-ip/db87fde5-2ad5-492a-97aa-70421444800e HTTP/1.1" 200 256 0.018848 10.0.0.73 - - [2025-11-06 01:57:56] "POST /set-tag HTTP/1.1" 200 109 0.049190 10.0.0.73 - - [2025-11-06 01:57:57] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.010468 10.0.0.73 - - [2025-11-06 01:57:57] "POST /set-tag HTTP/1.1" 200 109 0.003988 10.0.0.73 - - [2025-11-06 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001670 10.0.0.73 - - [2025-11-06 01:57:57] "GET /loadbalancer/d0e29be2-0294-497b-996a-1e5d07980fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.003303 10.0.0.73 - - [2025-11-06 01:57:57] "GET /loadbalancer-pool/f4dfb2dd-7603-4370-b599-70cb9473efdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.002272 10.0.0.73 - - [2025-11-06 01:57:57] "POST /loadbalancer-members HTTP/1.1" 200 702 0.016777 10.0.0.73 - - [2025-11-06 01:57:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.009022 10.0.0.73 - - [2025-11-06 01:57:57] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004128 10.0.0.73 - - [2025-11-06 01:57:57] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.003680 10.0.0.73 - - [2025-11-06 01:57:57] "POST /ref-update HTTP/1.1" 200 156 0.009447 10.0.0.73 - - [2025-11-06 01:57:57] "POST /set-tag HTTP/1.1" 200 109 0.019090 10.0.0.73 - - [2025-11-06 01:57:57] "GET /floating-ip/db87fde5-2ad5-492a-97aa-70421444800e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.013027 10.0.0.73 - - [2025-11-06 01:57:58] "GET /virtual-machine/3f46d9cb-4837-44e4-90ea-807a694a1400?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.003120 10.0.0.73 - - [2025-11-06 01:57:58] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.003962 10.0.0.73 - - [2025-11-06 01:57:58] "GET /virtual-machine/f7d170e2-0205-4b03-8262-83ee9b507fbd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.002901 10.0.0.73 - - [2025-11-06 01:57:58] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.003771 10.0.0.73 - - [2025-11-06 01:58:00] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005261 10.0.0.73 - - [2025-11-06 01:58:00] "POST /set-tag HTTP/1.1" 200 109 0.002737 10.0.0.73 - - [2025-11-06 01:58:03] "GET /virtual-machine/5bd26b5c-f0a3-4364-acfa-1f71d1f60b70?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1222 0.002924 10.0.0.73 - - [2025-11-06 01:58:03] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.003702 10.0.0.73 - - [2025-11-06 01:58:03] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004848 10.0.0.73 - - [2025-11-06 01:58:03] "POST /set-tag HTTP/1.1" 200 109 0.002160 10.0.0.73 - - [2025-11-06 01:58:34] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005561 10.0.0.73 - - [2025-11-06 01:58:34] "POST /set-tag HTTP/1.1" 200 109 0.001865 10.0.0.73 - - [2025-11-06 01:58:34] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004513 10.0.0.73 - - [2025-11-06 01:58:34] "POST /set-tag HTTP/1.1" 200 109 0.002161 10.0.0.73 - - [2025-11-06 01:58:34] "GET /virtual-machine/5bd26b5c-f0a3-4364-acfa-1f71d1f60b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.002393 10.0.0.73 - - [2025-11-06 01:58:34] "POST /ref-update HTTP/1.1" 200 156 0.007982 10.0.0.73 - - [2025-11-06 01:58:34] "GET /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.010351 10.0.0.73 - - [2025-11-06 01:58:34] "POST /set-tag HTTP/1.1" 200 109 0.014863 10.0.0.73 - - [2025-11-06 01:58:34] "POST /set-tag HTTP/1.1" 200 109 0.024898 10.0.0.73 - - [2025-11-06 01:58:34] "DELETE /instance-ip/fec886d8-bab3-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.063871 10.0.0.73 - - [2025-11-06 01:58:34] "DELETE /virtual-machine-interface/fea58b2e-bab3-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.051751 10.0.0.73 - - [2025-11-06 01:58:34] "DELETE /virtual-machine/5bd26b5c-f0a3-4364-acfa-1f71d1f60b70 HTTP/1.1" 200 115 0.021712 10.0.0.73 - - [2025-11-06 01:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.73 - - [2025-11-06 01:58:37] "POST /chown HTTP/1.1" 200 109 0.006912 10.0.0.73 - - [2025-11-06 01:58:37] "POST /chown HTTP/1.1" 200 109 0.020406 10.0.0.73 - - [2025-11-06 01:58:37] "POST /chown HTTP/1.1" 200 109 0.006705 10.0.0.73 - - [2025-11-06 01:58:37] "POST /chown HTTP/1.1" 200 109 0.012263 10.0.0.73 - - [2025-11-06 01:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.73 - - [2025-11-06 01:58:38] "GET /tag/93c2ee3d-5014-4649-b336-a4725a4f976a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.012646 10.0.0.73 - - [2025-11-06 01:58:38] "GET /tag/93c2ee3d-5014-4649-b336-a4725a4f976a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.011303 10.0.0.73 - - [2025-11-06 01:58:38] "GET /virtual-machine-interface/4aa181ac-21c8-4bb1-b13e-8a198b854f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.003851 10.0.0.73 - - [2025-11-06 01:58:38] "POST /set-tag HTTP/1.1" 200 109 0.046697 10.0.0.73 - - [2025-11-06 01:58:38] "GET /virtual-machine-interface/9ae2ed21-9e9d-40ac-91b9-3c7b142bf79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.015956 10.0.0.73 - - [2025-11-06 01:58:38] "POST /set-tag HTTP/1.1" 200 109 0.018677 10.0.0.73 - - [2025-11-06 01:58:38] "GET /virtual-machine-interface/9f3f7bc8-ba4f-4db9-87b8-810128cc719a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.004158 10.0.0.73 - - [2025-11-06 01:58:38] "POST /set-tag HTTP/1.1" 200 109 0.011937 10.0.0.73 - - [2025-11-06 01:58:38] "GET /firewall-policy/95c808a2-edcc-443b-9496-7d5c3c979c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.003163 10.0.0.73 - - [2025-11-06 01:58:38] "GET /firewall-rule/397e3272-6918-460e-a5bb-e70fce016dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003284 10.0.0.73 - - [2025-11-06 01:58:38] "POST /ref-update HTTP/1.1" 200 156 0.011579 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /firewall-rule/397e3272-6918-460e-a5bb-e70fce016dcc HTTP/1.1" 200 115 0.041920 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /loadbalancer-member/fcc83c25-42c6-478c-b43d-4d436b00b311 HTTP/1.1" 200 115 0.022505 10.0.0.73 - - [2025-11-06 01:58:39] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.008864 10.0.0.73 - - [2025-11-06 01:58:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.022797 10.0.0.73 - - [2025-11-06 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /loadbalancer-pool/a2f2e0d5-232f-439d-b4b1-74d2d7dec455 HTTP/1.1" 200 115 0.062308 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /loadbalancer-listener/d76183ba-34a6-4269-89d8-e9e362e854ff HTTP/1.1" 200 115 0.038120 10.0.0.73 - - [2025-11-06 01:58:39] "GET /floating-ip/b3552350-70f2-4590-9123-269b2780d6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.004094 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 200 109 0.008773 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 200 109 0.015641 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 200 109 0.015103 10.0.0.73 - - [2025-11-06 01:58:39] "PUT /floating-ip/b3552350-70f2-4590-9123-269b2780d6b8 HTTP/1.1" 200 256 0.025609 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 200 109 0.011340 10.0.0.73 - - [2025-11-06 01:58:39] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.015442 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /floating-ip/b3552350-70f2-4590-9123-269b2780d6b8 HTTP/1.1" 200 115 0.076058 10.0.0.73 - - [2025-11-06 01:58:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.011023 10.0.0.73 - - [2025-11-06 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007919 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /loadbalancer/58796cea-968e-4608-aa11-d6b6368bba8c HTTP/1.1" 200 115 0.041566 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /instance-ip/c3985de8-aa09-4018-a3bd-6f6d6e9bd65d HTTP/1.1" 200 115 0.035516 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 200 109 0.010363 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 404 171 0.010982 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 200 109 0.011733 10.0.0.73 - - [2025-11-06 01:58:39] "POST /chown HTTP/1.1" 404 171 0.004460 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /virtual-machine-interface/9ae2ed21-9e9d-40ac-91b9-3c7b142bf79c HTTP/1.1" 200 115 0.091784 10.0.0.73 - - [2025-11-06 01:58:39] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.013513 10.0.0.73 - - [2025-11-06 01:58:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.022778 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /tag/93c2ee3d-5014-4649-b336-a4725a4f976a HTTP/1.1" 200 115 0.098571 10.0.0.73 - - [2025-11-06 01:58:39] "PUT /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 266 0.010759 10.0.0.73 - - [2025-11-06 01:58:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.014516 10.0.0.73 - - [2025-11-06 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002067 10.0.0.73 - - [2025-11-06 01:58:39] "GET /floating-ip-pool/cae579af-0e66-4251-a4f7-fb49c8d9db9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.004544 10.0.0.73 - - [2025-11-06 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.73 - - [2025-11-06 01:58:39] "POST /ref-update HTTP/1.1" 200 156 0.035018 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /service-instance/25c6e6f2-eff1-4af3-9f4a-5d4f02214d73 HTTP/1.1" 200 115 0.059122 10.0.0.73 - - [2025-11-06 01:58:39] "GET /virtual-machine-interface/4aa181ac-21c8-4bb1-b13e-8a198b854f3b?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1208 0.004395 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /floating-ip-pool/cae579af-0e66-4251-a4f7-fb49c8d9db9f HTTP/1.1" 200 115 0.048333 10.0.0.73 - - [2025-11-06 01:58:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005373 10.0.0.73 - - [2025-11-06 01:58:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003571 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /virtual-network/7feef32f-5af8-416b-bed4-0962fd8af807 HTTP/1.1" 200 115 0.095167 10.0.0.73 - - [2025-11-06 01:58:39] "GET /routing-instance/13315711-6924-4a83-903a-b9b3f0e065ce HTTP/1.1" 404 171 0.001225 10.0.0.73 - - [2025-11-06 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.010684 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /virtual-machine-interface/4aa181ac-21c8-4bb1-b13e-8a198b854f3b HTTP/1.1" 200 115 0.095632 10.0.0.73 - - [2025-11-06 01:58:39] "GET /domains HTTP/1.1" 200 280 0.013430 10.0.0.73 - - [2025-11-06 01:58:39] "GET /domain/29087113-ebd4-4ae3-a46b-d239d864d367 HTTP/1.1" 200 3086 0.002707 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /route-target/21379290-4bf8-4886-8972-5d88e33c485c HTTP/1.1" 200 115 0.023683 10.0.0.73 - - [2025-11-06 01:58:39] "DELETE /virtual-machine/3002e914-d639-4570-886a-61a1cb5f12db HTTP/1.1" 200 115 0.055880 10.0.0.73 - - [2025-11-06 01:58:40] "GET /virtual-machine-interface/9f3f7bc8-ba4f-4db9-87b8-810128cc719a?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1208 0.021932 10.0.0.73 - - [2025-11-06 01:58:40] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba HTTP/1.1" 200 7142 0.075659 10.0.0.73 - - [2025-11-06 01:58:40] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.007227 10.0.0.73 - - [2025-11-06 01:58:40] "POST /set-tag HTTP/1.1" 200 109 0.003019 10.0.0.73 - - [2025-11-06 01:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.023768 10.0.0.73 - - [2025-11-06 01:58:40] "DELETE /virtual-machine-interface/9f3f7bc8-ba4f-4db9-87b8-810128cc719a HTTP/1.1" 200 115 0.083080 10.0.0.73 - - [2025-11-06 01:58:40] "GET /loadbalancer/d0e29be2-0294-497b-996a-1e5d07980fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.002433 10.0.0.73 - - [2025-11-06 01:58:40] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004310 10.0.0.73 - - [2025-11-06 01:58:40] "POST /ref-update HTTP/1.1" 200 156 0.012688 10.0.0.73 - - [2025-11-06 01:58:40] "DELETE /virtual-machine/fff323b4-0e2c-4db6-b8fc-eeb06b127c5f HTTP/1.1" 200 115 0.034521 10.0.0.73 - - [2025-11-06 01:58:40] "POST /set-tag HTTP/1.1" 200 109 0.020225 10.0.0.73 - - [2025-11-06 01:58:40] "DELETE /loadbalancer-member/34797195-761e-456f-a535-2e29cdec244b HTTP/1.1" 200 115 0.035482 10.0.0.73 - - [2025-11-06 01:58:41] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007339 10.0.0.73 - - [2025-11-06 01:58:41] "POST /set-tag HTTP/1.1" 200 109 0.002132 10.0.0.73 - - [2025-11-06 01:58:41] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004313 10.0.0.73 - - [2025-11-06 01:58:41] "POST /set-tag HTTP/1.1" 200 109 0.002011 10.0.0.73 - - [2025-11-06 01:58:41] "GET /virtual-machine/f7d170e2-0205-4b03-8262-83ee9b507fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002025 10.0.0.73 - - [2025-11-06 01:58:41] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.73 - - [2025-11-06 01:58:41] "GET /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.005737 10.0.0.73 - - [2025-11-06 01:58:41] "POST /set-tag HTTP/1.1" 200 109 0.015489 10.0.0.73 - - [2025-11-06 01:58:41] "POST /set-tag HTTP/1.1" 200 109 0.016398 10.0.0.73 - - [2025-11-06 01:58:41] "POST /set-tag HTTP/1.1" 200 109 0.022718 10.0.0.73 - - [2025-11-06 01:58:41] "DELETE /instance-ip/fc27c89e-bab3-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.032153 10.0.0.73 - - [2025-11-06 01:58:41] "POST /ref-update HTTP/1.1" 200 156 0.018047 10.0.0.73 - - [2025-11-06 01:58:41] "DELETE /virtual-machine-interface/fc07f37a-bab3-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.037220 10.0.0.73 - - [2025-11-06 01:58:41] "DELETE /virtual-machine/f7d170e2-0205-4b03-8262-83ee9b507fbd HTTP/1.1" 200 115 0.024417 10.0.0.73 - - [2025-11-06 01:58:45] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006469 10.0.0.73 - - [2025-11-06 01:58:45] "POST /set-tag HTTP/1.1" 200 109 0.003011 10.0.0.73 - - [2025-11-06 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.73 - - [2025-11-06 01:58:45] "GET /loadbalancer/d0e29be2-0294-497b-996a-1e5d07980fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.002871 10.0.0.73 - - [2025-11-06 01:58:46] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.008127 10.0.0.73 - - [2025-11-06 01:58:46] "POST /set-tag HTTP/1.1" 200 109 0.013798 10.0.0.73 - - [2025-11-06 01:58:46] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.016749 10.0.0.73 - - [2025-11-06 01:58:46] "POST /set-tag HTTP/1.1" 200 109 0.002711 10.0.0.73 - - [2025-11-06 01:58:46] "GET /virtual-machine/3f46d9cb-4837-44e4-90ea-807a694a1400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.011120 10.0.0.73 - - [2025-11-06 01:58:46] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.73 - - [2025-11-06 01:58:46] "GET /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004732 10.0.0.73 - - [2025-11-06 01:58:46] "POST /set-tag HTTP/1.1" 200 109 0.026915 10.0.0.73 - - [2025-11-06 01:58:46] "POST /set-tag HTTP/1.1" 200 109 0.027146 10.0.0.73 - - [2025-11-06 01:58:46] "POST /set-tag HTTP/1.1" 200 109 0.022579 10.0.0.73 - - [2025-11-06 01:58:46] "DELETE /instance-ip/fb8f3a5c-bab3-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.054881 10.0.0.73 - - [2025-11-06 01:58:46] "POST /ref-update HTTP/1.1" 200 156 0.007209 10.0.0.73 - - [2025-11-06 01:58:47] "DELETE /virtual-machine-interface/fb6d7908-bab3-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.041310 10.0.0.73 - - [2025-11-06 01:58:47] "DELETE /virtual-machine/3f46d9cb-4837-44e4-90ea-807a694a1400 HTTP/1.1" 200 115 0.015484 10.0.0.73 - - [2025-11-06 01:58:47] "DELETE /tag/9191588e-f988-40c8-bdbd-e411d9f66021 HTTP/1.1" 200 115 0.055150 10.0.0.73 - - [2025-11-06 01:58:47] "DELETE /tag/02860860-95fe-4e8b-a265-9cfb59acc1ca HTTP/1.1" 200 115 0.030426 10.0.0.73 - - [2025-11-06 01:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.73 - - [2025-11-06 01:58:50] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.064164 10.0.0.73 - - [2025-11-06 01:58:50] "POST /tags HTTP/1.1" 200 393 0.039437 10.0.0.73 - - [2025-11-06 01:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.018033 10.0.0.73 - - [2025-11-06 01:58:50] "GET /tag/23ddfebd-5175-481a-84fd-5fad991cf5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1320 0.017566 10.0.0.73 - - [2025-11-06 01:58:50] "POST /tags HTTP/1.1" 200 341 0.023345 10.0.0.73 - - [2025-11-06 01:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.73 - - [2025-11-06 01:58:50] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.011619 10.0.0.73 - - [2025-11-06 01:58:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.000689 10.0.0.73 - - [2025-11-06 01:58:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.011487 10.0.0.73 - - [2025-11-06 01:58:50] "POST /security-groups HTTP/1.1" 200 589 0.079235 10.0.0.73 - - [2025-11-06 01:58:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003219 10.0.0.73 - - [2025-11-06 01:58:50] "POST /projects HTTP/1.1" 200 519 0.223353 10.0.0.73 - - [2025-11-06 01:58:51] "POST /access-control-lists HTTP/1.1" 200 598 0.062240 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 404 235 0.008066 10.0.0.73 - - [2025-11-06 01:58:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.023576 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.73 - - [2025-11-06 01:58:51] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.010894 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002017 10.0.0.73 - - [2025-11-06 01:58:51] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.028469 10.0.0.73 - - [2025-11-06 01:58:51] "POST /access-control-lists HTTP/1.1" 200 596 0.065206 10.0.0.73 - - [2025-11-06 01:58:51] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.063606 10.0.0.73 - - [2025-11-06 01:58:51] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.057265 10.0.0.73 - - [2025-11-06 01:58:51] "POST /security-groups HTTP/1.1" 200 591 0.085424 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 404 270 0.003630 10.0.0.73 - - [2025-11-06 01:58:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.039213 10.0.0.73 - - [2025-11-06 01:58:51] "POST /chown HTTP/1.1" 200 109 0.013502 10.0.0.73 - - [2025-11-06 01:58:51] "POST /access-control-lists HTTP/1.1" 200 632 0.079553 10.0.0.73 - - [2025-11-06 01:58:51] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.023721 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 404 269 0.020988 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.73 - - [2025-11-06 01:58:51] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002804 10.0.0.73 - - [2025-11-06 01:58:51] "POST /tags HTTP/1.1" 409 226 0.002827 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.73 - - [2025-11-06 01:58:51] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010443 10.0.0.73 - - [2025-11-06 01:58:51] "POST /access-control-lists HTTP/1.1" 200 630 0.080567 10.0.0.73 - - [2025-11-06 01:58:51] "POST /firewall-rules HTTP/1.1" 200 600 0.102112 10.0.0.73 - - [2025-11-06 01:58:51] "GET /firewall-rule/d0766ab4-0434-4f24-b270-50e95a7d155e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.021409 10.0.0.73 - - [2025-11-06 01:58:51] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.005166 10.0.0.73 - - [2025-11-06 01:58:51] "GET /firewall-rule/d0766ab4-0434-4f24-b270-50e95a7d155e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.002701 10.0.0.73 - - [2025-11-06 01:58:51] "POST /ref-update HTTP/1.1" 200 156 0.049886 10.0.0.73 - - [2025-11-06 01:58:51] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.009422 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.73 - - [2025-11-06 01:58:51] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.001962 10.0.0.73 - - [2025-11-06 01:58:51] "POST /tags HTTP/1.1" 409 226 0.001226 10.0.0.73 - - [2025-11-06 01:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.73 - - [2025-11-06 01:58:51] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.011532 10.0.0.73 - - [2025-11-06 01:58:52] "POST /firewall-rules HTTP/1.1" 200 598 0.065736 10.0.0.73 - - [2025-11-06 01:58:52] "GET /firewall-rule/b74a03d2-dbca-4809-832c-443d3eb44c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.003736 10.0.0.73 - - [2025-11-06 01:58:52] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.003193 10.0.0.73 - - [2025-11-06 01:58:52] "GET /firewall-rule/b74a03d2-dbca-4809-832c-443d3eb44c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.001829 10.0.0.73 - - [2025-11-06 01:58:52] "POST /ref-update HTTP/1.1" 200 156 0.053302 10.0.0.73 - - [2025-11-06 01:58:53] "POST /tags HTTP/1.1" 200 393 0.029476 10.0.0.73 - - [2025-11-06 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006236 10.0.0.73 - - [2025-11-06 01:58:53] "GET /tag/e547bb00-283b-4e3b-bcc9-2b78b57fa604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.012234 10.0.0.73 - - [2025-11-06 01:58:53] "POST /tags HTTP/1.1" 200 341 0.014977 10.0.0.73 - - [2025-11-06 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011447 10.0.0.73 - - [2025-11-06 01:58:53] "GET /tag/efd5ffed-8569-48b5-8ee0-e1f991ad271d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.011210 10.0.0.73 - - [2025-11-06 01:58:53] "POST /id-to-fqname HTTP/1.1" 200 192 0.000449 10.0.0.73 - - [2025-11-06 01:58:53] "POST /fqname-to-id HTTP/1.1" 404 201 0.010876 10.0.0.73 - - [2025-11-06 01:58:53] "POST /security-groups HTTP/1.1" 200 589 0.062756 10.0.0.73 - - [2025-11-06 01:58:53] "POST /projects HTTP/1.1" 200 519 0.159859 10.0.0.73 - - [2025-11-06 01:58:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.002360 10.0.0.73 - - [2025-11-06 01:58:53] "POST /prop-collection-update HTTP/1.1" 200 115 0.015334 10.0.0.73 - - [2025-11-06 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.73 - - [2025-11-06 01:58:54] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.013737 10.0.0.73 - - [2025-11-06 01:58:54] "POST /access-control-lists HTTP/1.1" 200 598 0.068194 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.015977 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 404 235 0.004769 10.0.0.73 - - [2025-11-06 01:58:54] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004028 10.0.0.73 - - [2025-11-06 01:58:54] "POST /access-control-lists HTTP/1.1" 200 596 0.060131 10.0.0.73 - - [2025-11-06 01:58:54] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.073006 10.0.0.73 - - [2025-11-06 01:58:54] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.041311 10.0.0.73 - - [2025-11-06 01:58:54] "POST /security-groups HTTP/1.1" 200 591 0.065145 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 404 270 0.001632 10.0.0.73 - - [2025-11-06 01:58:54] "POST /access-control-lists HTTP/1.1" 200 632 0.020833 10.0.0.73 - - [2025-11-06 01:58:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.012472 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 404 269 0.017525 10.0.0.73 - - [2025-11-06 01:58:54] "POST /chown HTTP/1.1" 200 109 0.024972 10.0.0.73 - - [2025-11-06 01:58:54] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.012486 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.73 - - [2025-11-06 01:58:54] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002025 10.0.0.73 - - [2025-11-06 01:58:54] "POST /access-control-lists HTTP/1.1" 200 630 0.081796 10.0.0.73 - - [2025-11-06 01:58:54] "POST /tags HTTP/1.1" 409 226 0.010944 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.73 - - [2025-11-06 01:58:54] "GET /tag/efd5ffed-8569-48b5-8ee0-e1f991ad271d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.009815 10.0.0.73 - - [2025-11-06 01:58:54] "POST /firewall-rules HTTP/1.1" 200 600 0.059479 10.0.0.73 - - [2025-11-06 01:58:54] "GET /firewall-rule/9952cbee-2ce0-4fee-89e2-f17c5cffd331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.009793 10.0.0.73 - - [2025-11-06 01:58:54] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.004717 10.0.0.73 - - [2025-11-06 01:58:54] "GET /firewall-rule/9952cbee-2ce0-4fee-89e2-f17c5cffd331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002459 10.0.0.73 - - [2025-11-06 01:58:54] "POST /ref-update HTTP/1.1" 200 156 0.044464 10.0.0.73 - - [2025-11-06 01:58:54] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006688 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.73 - - [2025-11-06 01:58:54] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002849 10.0.0.73 - - [2025-11-06 01:58:54] "POST /tags HTTP/1.1" 409 226 0.003863 10.0.0.73 - - [2025-11-06 01:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001666 10.0.0.73 - - [2025-11-06 01:58:54] "GET /tag/efd5ffed-8569-48b5-8ee0-e1f991ad271d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.010724 10.0.0.73 - - [2025-11-06 01:58:54] "POST /firewall-rules HTTP/1.1" 200 598 0.091081 10.0.0.73 - - [2025-11-06 01:58:54] "GET /firewall-rule/6317cd76-1732-4eaa-9f7c-8f6fe1355720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004193 10.0.0.73 - - [2025-11-06 01:58:55] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.007414 10.0.0.73 - - [2025-11-06 01:58:55] "GET /firewall-rule/6317cd76-1732-4eaa-9f7c-8f6fe1355720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002293 10.0.0.73 - - [2025-11-06 01:58:55] "POST /ref-update HTTP/1.1" 200 156 0.057622 10.0.0.73 - - [2025-11-06 01:58:56] "POST /tags HTTP/1.1" 200 345 0.110585 10.0.0.73 - - [2025-11-06 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.038767 10.0.0.73 - - [2025-11-06 01:58:56] "GET /tag/178b4a2a-3a9c-4979-a2be-b46a337510e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.019337 10.0.0.73 - - [2025-11-06 01:58:56] "POST /projects HTTP/1.1" 409 238 0.004419 10.0.0.73 - - [2025-11-06 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.73 - - [2025-11-06 01:58:56] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.042747 10.0.0.73 - - [2025-11-06 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007625 10.0.0.73 - - [2025-11-06 01:58:56] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004432 10.0.0.73 - - [2025-11-06 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001460 10.0.0.73 - - [2025-11-06 01:58:57] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.006518 10.0.0.73 - - [2025-11-06 01:58:57] "POST /security-groups HTTP/1.1" 409 285 0.002846 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.73 - - [2025-11-06 01:58:57] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.041324 10.0.0.73 - - [2025-11-06 01:58:57] "PUT /security-group/ef766ba4-c918-4c65-9380-a20eb61c275a HTTP/1.1" 200 262 0.086337 10.0.0.73 - - [2025-11-06 01:58:57] "PUT /access-control-list/3ace70c4-c3ea-4286-be30-70a0d20fdc9f HTTP/1.1" 200 272 0.024468 10.0.0.73 - - [2025-11-06 01:58:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.054030 10.0.0.73 - - [2025-11-06 01:58:57] "POST /tags HTTP/1.1" 409 228 0.015204 10.0.0.73 - - [2025-11-06 01:58:57] "PUT /access-control-list/c85339bd-31eb-4fb3-91d6-8470875b97c8 HTTP/1.1" 200 272 0.024520 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.73 - - [2025-11-06 01:58:57] "GET /tag/178b4a2a-3a9c-4979-a2be-b46a337510e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.014851 10.0.0.73 - - [2025-11-06 01:58:57] "POST /tags HTTP/1.1" 200 345 0.019081 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.73 - - [2025-11-06 01:58:57] "GET /tag/6b8b0066-c57d-4df6-97b6-0e87be03070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.012735 10.0.0.73 - - [2025-11-06 01:58:57] "POST /projects HTTP/1.1" 409 238 0.001586 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001820 10.0.0.73 - - [2025-11-06 01:58:57] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.021370 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.73 - - [2025-11-06 01:58:57] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003720 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001285 10.0.0.73 - - [2025-11-06 01:58:57] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036648 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010827 10.0.0.73 - - [2025-11-06 01:58:57] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004600 10.0.0.73 - - [2025-11-06 01:58:57] "POST /security-groups HTTP/1.1" 409 285 0.001767 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002041 10.0.0.73 - - [2025-11-06 01:58:57] "PUT /security-group/3ef7c463-409d-41aa-b7f1-7a5315349507 HTTP/1.1" 200 262 0.055689 10.0.0.73 - - [2025-11-06 01:58:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.022457 10.0.0.73 - - [2025-11-06 01:58:57] "POST /tags HTTP/1.1" 409 228 0.004701 10.0.0.73 - - [2025-11-06 01:58:57] "PUT /access-control-list/1b17834f-539c-4a86-b634-1a58f30d3b43 HTTP/1.1" 200 272 0.024419 10.0.0.73 - - [2025-11-06 01:58:57] "PUT /access-control-list/5a643adf-4816-4dc5-b681-fda216aa8117 HTTP/1.1" 200 272 0.011245 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.017572 10.0.0.73 - - [2025-11-06 01:58:57] "GET /tag/6b8b0066-c57d-4df6-97b6-0e87be03070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.021730 10.0.0.73 - - [2025-11-06 01:58:57] "POST /tags HTTP/1.1" 200 291 0.037030 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.73 - - [2025-11-06 01:58:57] "GET /tag/a05ef3f0-09ec-4dad-98f8-730e141ad108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.015687 10.0.0.73 - - [2025-11-06 01:58:57] "POST /tags HTTP/1.1" 200 303 0.059551 10.0.0.73 - - [2025-11-06 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001971 10.0.0.73 - - [2025-11-06 01:58:57] "GET /tag/339ade7e-cbef-47ea-beef-802fbb51ebfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.013879 10.0.0.73 - - [2025-11-06 01:58:57] "POST /tags HTTP/1.1" 409 252 0.001590 10.0.0.73 - - [2025-11-06 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.73 - - [2025-11-06 01:58:58] "GET /tag/23ddfebd-5175-481a-84fd-5fad991cf5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1320 0.010264 10.0.0.73 - - [2025-11-06 01:58:58] "POST /tags HTTP/1.1" 409 226 0.003517 10.0.0.73 - - [2025-11-06 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010200 10.0.0.73 - - [2025-11-06 01:58:58] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.013490 10.0.0.73 - - [2025-11-06 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001755 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004391 10.0.0.73 - - [2025-11-06 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001612 10.0.0.73 - - [2025-11-06 01:58:58] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.033583 10.0.0.73 - - [2025-11-06 01:58:58] "POST /virtual-machines HTTP/1.1" 200 395 0.012235 10.0.0.73 - - [2025-11-06 01:58:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.009346 10.0.0.73 - - [2025-11-06 01:58:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.109496 10.0.0.73 - - [2025-11-06 01:58:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.026907 10.0.0.73 - - [2025-11-06 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.018358 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004935 10.0.0.73 - - [2025-11-06 01:58:58] "POST /instance-ips HTTP/1.1" 200 397 0.021623 10.0.0.73 - - [2025-11-06 01:58:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.036828 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.013910 10.0.0.73 - - [2025-11-06 01:58:58] "POST /set-tag HTTP/1.1" 200 109 0.063808 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.017089 10.0.0.73 - - [2025-11-06 01:58:58] "GET /instance-ip/28792244-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002572 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004249 10.0.0.73 - - [2025-11-06 01:58:58] "POST /set-tag HTTP/1.1" 200 109 0.001852 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003330 10.0.0.73 - - [2025-11-06 01:58:58] "POST /ref-update HTTP/1.1" 200 156 0.013931 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.019311 10.0.0.73 - - [2025-11-06 01:58:58] "POST /set-tag HTTP/1.1" 200 109 0.003067 10.0.0.73 - - [2025-11-06 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002016 10.0.0.73 - - [2025-11-06 01:58:58] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003783 10.0.0.73 - - [2025-11-06 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001401 10.0.0.73 - - [2025-11-06 01:58:59] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.028965 10.0.0.73 - - [2025-11-06 01:58:59] "POST /virtual-machines HTTP/1.1" 200 395 0.008004 10.0.0.73 - - [2025-11-06 01:58:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.019377 10.0.0.73 - - [2025-11-06 01:58:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.090824 10.0.0.73 - - [2025-11-06 01:58:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.013505 10.0.0.73 - - [2025-11-06 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.019737 10.0.0.73 - - [2025-11-06 01:58:59] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005143 10.0.0.73 - - [2025-11-06 01:58:59] "POST /instance-ips HTTP/1.1" 200 397 0.019171 10.0.0.73 - - [2025-11-06 01:58:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.036721 10.0.0.73 - - [2025-11-06 01:58:59] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.016024 10.0.0.73 - - [2025-11-06 01:58:59] "POST /set-tag HTTP/1.1" 200 109 0.072307 10.0.0.73 - - [2025-11-06 01:58:59] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.015201 10.0.0.73 - - [2025-11-06 01:58:59] "GET /instance-ip/28f0d76c-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.007518 10.0.0.73 - - [2025-11-06 01:58:59] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004629 10.0.0.73 - - [2025-11-06 01:58:59] "POST /set-tag HTTP/1.1" 200 109 0.001988 10.0.0.73 - - [2025-11-06 01:58:59] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.002888 10.0.0.73 - - [2025-11-06 01:58:59] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.73 - - [2025-11-06 01:58:59] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004294 10.0.0.73 - - [2025-11-06 01:58:59] "POST /set-tag HTTP/1.1" 200 109 0.002143 10.0.0.73 - - [2025-11-06 01:58:59] "POST /tags HTTP/1.1" 200 291 0.018966 10.0.0.73 - - [2025-11-06 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.73 - - [2025-11-06 01:58:59] "GET /tag/f91b97b8-8789-4c33-a993-849f1387203e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.012289 10.0.0.73 - - [2025-11-06 01:58:59] "POST /tags HTTP/1.1" 409 252 0.004868 10.0.0.73 - - [2025-11-06 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001620 10.0.0.73 - - [2025-11-06 01:58:59] "GET /tag/e547bb00-283b-4e3b-bcc9-2b78b57fa604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.015343 10.0.0.73 - - [2025-11-06 01:58:59] "POST /tags HTTP/1.1" 409 226 0.001800 10.0.0.73 - - [2025-11-06 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.73 - - [2025-11-06 01:58:59] "GET /tag/efd5ffed-8569-48b5-8ee0-e1f991ad271d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.014148 10.0.0.73 - - [2025-11-06 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.73 - - [2025-11-06 01:58:59] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.005712 10.0.0.73 - - [2025-11-06 01:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001632 10.0.0.73 - - [2025-11-06 01:59:00] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.031605 10.0.0.73 - - [2025-11-06 01:59:00] "POST /virtual-machines HTTP/1.1" 200 395 0.010105 10.0.0.73 - - [2025-11-06 01:59:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.012899 10.0.0.73 - - [2025-11-06 01:59:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.119275 10.0.0.73 - - [2025-11-06 01:59:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.007392 10.0.0.73 - - [2025-11-06 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009403 10.0.0.73 - - [2025-11-06 01:59:00] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005238 10.0.0.73 - - [2025-11-06 01:59:00] "POST /instance-ips HTTP/1.1" 200 397 0.023418 10.0.0.73 - - [2025-11-06 01:59:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.018744 10.0.0.73 - - [2025-11-06 01:59:00] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.018513 10.0.0.73 - - [2025-11-06 01:59:00] "POST /set-tag HTTP/1.1" 200 109 0.075886 10.0.0.73 - - [2025-11-06 01:59:00] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.013315 10.0.0.73 - - [2025-11-06 01:59:00] "GET /instance-ip/29906b74-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.013027 10.0.0.73 - - [2025-11-06 01:59:00] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004252 10.0.0.73 - - [2025-11-06 01:59:00] "POST /set-tag HTTP/1.1" 200 109 0.002046 10.0.0.73 - - [2025-11-06 01:59:00] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.003519 10.0.0.73 - - [2025-11-06 01:59:00] "POST /ref-update HTTP/1.1" 200 156 0.008138 10.0.0.73 - - [2025-11-06 01:59:00] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005230 10.0.0.73 - - [2025-11-06 01:59:00] "POST /set-tag HTTP/1.1" 200 109 0.002110 10.0.0.73 - - [2025-11-06 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001378 10.0.0.73 - - [2025-11-06 01:59:00] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003661 10.0.0.73 - - [2025-11-06 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001306 10.0.0.73 - - [2025-11-06 01:59:00] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.025937 10.0.0.73 - - [2025-11-06 01:59:00] "POST /virtual-machines HTTP/1.1" 200 395 0.007303 10.0.0.73 - - [2025-11-06 01:59:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.016148 10.0.0.73 - - [2025-11-06 01:59:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.099223 10.0.0.73 - - [2025-11-06 01:59:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.008163 10.0.0.73 - - [2025-11-06 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011739 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004088 10.0.0.73 - - [2025-11-06 01:59:01] "POST /instance-ips HTTP/1.1" 200 397 0.021674 10.0.0.73 - - [2025-11-06 01:59:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.019099 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008992 10.0.0.73 - - [2025-11-06 01:59:01] "POST /set-tag HTTP/1.1" 200 109 0.063800 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006974 10.0.0.73 - - [2025-11-06 01:59:01] "GET /instance-ip/29fd2e80-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.004885 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004331 10.0.0.73 - - [2025-11-06 01:59:01] "POST /set-tag HTTP/1.1" 200 109 0.001982 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.002884 10.0.0.73 - - [2025-11-06 01:59:01] "POST /ref-update HTTP/1.1" 200 156 0.011036 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.007557 10.0.0.73 - - [2025-11-06 01:59:01] "POST /set-tag HTTP/1.1" 200 109 0.001899 10.0.0.73 - - [2025-11-06 01:59:01] "POST /tags HTTP/1.1" 200 299 0.015357 10.0.0.73 - - [2025-11-06 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010653 10.0.0.73 - - [2025-11-06 01:59:01] "GET /tag/c987833b-9956-43ca-99eb-4257c42d429b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.010743 10.0.0.73 - - [2025-11-06 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003570 10.0.0.73 - - [2025-11-06 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001372 10.0.0.73 - - [2025-11-06 01:59:01] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.030451 10.0.0.73 - - [2025-11-06 01:59:01] "POST /virtual-machines HTTP/1.1" 200 395 0.007425 10.0.0.73 - - [2025-11-06 01:59:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.017365 10.0.0.73 - - [2025-11-06 01:59:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.107033 10.0.0.73 - - [2025-11-06 01:59:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.007596 10.0.0.73 - - [2025-11-06 01:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009417 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.003814 10.0.0.73 - - [2025-11-06 01:59:01] "POST /instance-ips HTTP/1.1" 200 397 0.017938 10.0.0.73 - - [2025-11-06 01:59:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.019569 10.0.0.73 - - [2025-11-06 01:59:01] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.010924 10.0.0.73 - - [2025-11-06 01:59:01] "POST /set-tag HTTP/1.1" 200 109 0.016147 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.018166 10.0.0.73 - - [2025-11-06 01:59:02] "GET /instance-ip/2a7b2cfe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002501 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004216 10.0.0.73 - - [2025-11-06 01:59:02] "POST /set-tag HTTP/1.1" 200 109 0.001890 10.0.0.73 - - [2025-11-06 01:59:02] "POST /tags HTTP/1.1" 200 299 0.014769 10.0.0.73 - - [2025-11-06 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001853 10.0.0.73 - - [2025-11-06 01:59:02] "GET /tag/0b294d0f-0131-46fb-a587-d0b6b8038ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.010699 10.0.0.73 - - [2025-11-06 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001642 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003201 10.0.0.73 - - [2025-11-06 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001978 10.0.0.73 - - [2025-11-06 01:59:02] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.021557 10.0.0.73 - - [2025-11-06 01:59:02] "POST /virtual-machines HTTP/1.1" 200 395 0.008905 10.0.0.73 - - [2025-11-06 01:59:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.009250 10.0.0.73 - - [2025-11-06 01:59:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.134120 10.0.0.73 - - [2025-11-06 01:59:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.019839 10.0.0.73 - - [2025-11-06 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004608 10.0.0.73 - - [2025-11-06 01:59:02] "POST /instance-ips HTTP/1.1" 200 397 0.017995 10.0.0.73 - - [2025-11-06 01:59:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.017140 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008732 10.0.0.73 - - [2025-11-06 01:59:02] "POST /set-tag HTTP/1.1" 200 109 0.025626 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.007286 10.0.0.73 - - [2025-11-06 01:59:02] "GET /instance-ip/2adf9ac2-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.004429 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004780 10.0.0.73 - - [2025-11-06 01:59:02] "POST /set-tag HTTP/1.1" 200 109 0.002750 10.0.0.73 - - [2025-11-06 01:59:02] "POST /tags HTTP/1.1" 200 299 0.019525 10.0.0.73 - - [2025-11-06 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001863 10.0.0.73 - - [2025-11-06 01:59:02] "GET /tag/9e1837a3-7066-42ad-bebf-611cb6ab7feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011481 10.0.0.73 - - [2025-11-06 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001637 10.0.0.73 - - [2025-11-06 01:59:02] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003579 10.0.0.73 - - [2025-11-06 01:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002002 10.0.0.73 - - [2025-11-06 01:59:02] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027795 10.0.0.73 - - [2025-11-06 01:59:02] "POST /virtual-machines HTTP/1.1" 200 395 0.010964 10.0.0.73 - - [2025-11-06 01:59:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.007370 10.0.0.73 - - [2025-11-06 01:59:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.090416 10.0.0.73 - - [2025-11-06 01:59:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.017180 10.0.0.73 - - [2025-11-06 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005901 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004624 10.0.0.73 - - [2025-11-06 01:59:03] "POST /instance-ips HTTP/1.1" 200 397 0.019874 10.0.0.73 - - [2025-11-06 01:59:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.024445 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.009061 10.0.0.73 - - [2025-11-06 01:59:03] "POST /set-tag HTTP/1.1" 200 109 0.015816 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005342 10.0.0.73 - - [2025-11-06 01:59:03] "GET /instance-ip/2b413962-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.009226 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004617 10.0.0.73 - - [2025-11-06 01:59:03] "POST /set-tag HTTP/1.1" 200 109 0.002532 10.0.0.73 - - [2025-11-06 01:59:03] "POST /tags HTTP/1.1" 200 299 0.017998 10.0.0.73 - - [2025-11-06 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.73 - - [2025-11-06 01:59:03] "GET /tag/9899a258-188a-442f-8377-d97f4fe21876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.010651 10.0.0.73 - - [2025-11-06 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001645 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004419 10.0.0.73 - - [2025-11-06 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.73 - - [2025-11-06 01:59:03] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.026337 10.0.0.73 - - [2025-11-06 01:59:03] "POST /virtual-machines HTTP/1.1" 200 395 0.011202 10.0.0.73 - - [2025-11-06 01:59:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.008497 10.0.0.73 - - [2025-11-06 01:59:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.114210 10.0.0.73 - - [2025-11-06 01:59:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.019128 10.0.0.73 - - [2025-11-06 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004647 10.0.0.73 - - [2025-11-06 01:59:03] "POST /instance-ips HTTP/1.1" 200 397 0.019869 10.0.0.73 - - [2025-11-06 01:59:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.017177 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.009731 10.0.0.73 - - [2025-11-06 01:59:03] "POST /set-tag HTTP/1.1" 200 109 0.017486 10.0.0.73 - - [2025-11-06 01:59:03] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.009983 10.0.0.73 - - [2025-11-06 01:59:03] "GET /instance-ip/2ba51680-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.006725 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004284 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.001801 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.003057 10.0.0.73 - - [2025-11-06 01:59:04] "POST /ref-update HTTP/1.1" 200 156 0.008470 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.017295 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.002687 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004240 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.001953 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.003503 10.0.0.73 - - [2025-11-06 01:59:04] "POST /ref-update HTTP/1.1" 200 156 0.008233 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004256 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.002082 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.003302 10.0.0.73 - - [2025-11-06 01:59:04] "POST /ref-update HTTP/1.1" 200 156 0.007376 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004004 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.001928 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003717 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.001914 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004325 10.0.0.73 - - [2025-11-06 01:59:04] "POST /ref-update HTTP/1.1" 200 156 0.017159 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.011605 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.002420 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003545 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.001659 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004143 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.007602 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003730 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.002559 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003887 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.001852 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004194 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.003668 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006097 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.002608 10.0.0.73 - - [2025-11-06 01:59:04] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003824 10.0.0.73 - - [2025-11-06 01:59:04] "POST /set-tag HTTP/1.1" 200 109 0.001819 10.0.0.73 - - [2025-11-06 01:59:05] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004928 10.0.0.73 - - [2025-11-06 01:59:05] "POST /set-tag HTTP/1.1" 200 109 0.002233 10.0.0.73 - - [2025-11-06 01:59:06] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004282 10.0.0.73 - - [2025-11-06 01:59:06] "POST /set-tag HTTP/1.1" 200 109 0.002017 10.0.0.73 - - [2025-11-06 01:59:07] "GET /virtual-machine/3dc4fc6f-973d-422e-a285-3a8374704a50?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002961 10.0.0.73 - - [2025-11-06 01:59:07] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003530 10.0.0.73 - - [2025-11-06 01:59:08] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004609 10.0.0.73 - - [2025-11-06 01:59:08] "POST /set-tag HTTP/1.1" 200 109 0.002088 10.0.0.73 - - [2025-11-06 01:59:09] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005120 10.0.0.73 - - [2025-11-06 01:59:09] "POST /set-tag HTTP/1.1" 200 109 0.002274 10.0.0.73 - - [2025-11-06 01:59:09] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003775 10.0.0.73 - - [2025-11-06 01:59:09] "POST /set-tag HTTP/1.1" 200 109 0.002008 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine/50111b57-b3d2-4015-9793-0cd716e08413?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002878 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003528 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine/6edae90f-f3e0-44f6-84bd-7339f37b103a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.008231 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004215 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine/da436a9c-22e2-45d9-bc8d-b7d9938a420f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002919 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003853 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine/fa9ae94d-7a10-4a75-bcfd-1ca23008afad?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003013 10.0.0.73 - - [2025-11-06 01:59:12] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003939 10.0.0.73 - - [2025-11-06 01:59:14] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004629 10.0.0.73 - - [2025-11-06 01:59:14] "POST /set-tag HTTP/1.1" 200 109 0.002310 10.0.0.73 - - [2025-11-06 01:59:14] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003911 10.0.0.73 - - [2025-11-06 01:59:14] "POST /set-tag HTTP/1.1" 200 109 0.001587 10.0.0.73 - - [2025-11-06 01:59:17] "GET /virtual-machine/811ab4a4-1547-465d-a473-db4b84bf5f4a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.005199 10.0.0.73 - - [2025-11-06 01:59:17] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003511 10.0.0.73 - - [2025-11-06 01:59:17] "GET /virtual-machine/1f27b484-8106-4c97-a678-05c4bd5d2ce5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003534 10.0.0.73 - - [2025-11-06 01:59:17] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005233 10.0.0.73 - - [2025-11-06 01:59:17] "GET /virtual-machine/b9004825-0c32-429f-ba20-38a48fafa0df?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003277 10.0.0.73 - - [2025-11-06 01:59:17] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004265 10.0.0.73 - - [2025-11-06 01:59:18] "GET /loadbalancer/7ddc4f49-1d11-4929-980e-15dfb29fc60c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002372 10.0.0.73 - - [2025-11-06 01:59:18] "POST /tags HTTP/1.1" 200 333 0.025160 10.0.0.73 - - [2025-11-06 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006159 10.0.0.73 - - [2025-11-06 01:59:18] "GET /tag/acd81800-6936-4a20-9f77-7216c045317c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.010968 10.0.0.73 - - [2025-11-06 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001956 10.0.0.73 - - [2025-11-06 01:59:18] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027449 10.0.0.73 - - [2025-11-06 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.73 - - [2025-11-06 01:59:18] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.009423 10.0.0.73 - - [2025-11-06 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001994 10.0.0.73 - - [2025-11-06 01:59:18] "GET /service-appliance-set/4efa6408-2d32-4fe6-83c2-37acc0de6672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.002835 10.0.0.73 - - [2025-11-06 01:59:18] "POST /fqname-to-id HTTP/1.1" 404 273 0.001908 10.0.0.73 - - [2025-11-06 01:59:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.083434 10.0.0.73 - - [2025-11-06 01:59:18] "GET /virtual-machine-interface/bd6f4a39-80f6-4deb-88d9-4068d9c0c6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.004846 10.0.0.73 - - [2025-11-06 01:59:18] "POST /instance-ips HTTP/1.1" 200 409 0.018876 10.0.0.73 - - [2025-11-06 01:59:18] "GET /instance-ip/ac35d111-ac02-40c5-b152-82898343f758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1673 0.006542 10.0.0.73 - - [2025-11-06 01:59:18] "POST /loadbalancers HTTP/1.1" 200 629 0.064115 10.0.0.73 - - [2025-11-06 01:59:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.010167 10.0.0.73 - - [2025-11-06 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001366 10.0.0.73 - - [2025-11-06 01:59:19] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.042029 10.0.0.73 - - [2025-11-06 01:59:19] "GET /instance-ip/ac35d111-ac02-40c5-b152-82898343f758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1673 0.002895 10.0.0.73 - - [2025-11-06 01:59:19] "POST /floating-ips HTTP/1.1" 200 597 0.016670 10.0.0.73 - - [2025-11-06 01:59:19] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.039804 10.0.0.73 - - [2025-11-06 01:59:19] "GET /loadbalancer/7ddc4f49-1d11-4929-980e-15dfb29fc60c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002179 10.0.0.73 - - [2025-11-06 01:59:19] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.028354 10.0.0.73 - - [2025-11-06 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.73 - - [2025-11-06 01:59:19] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.023265 10.0.0.73 - - [2025-11-06 01:59:19] "GET /loadbalancer-listener/3ec64974-f836-47b7-98f8-82d7bab8c773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1842 0.018201 10.0.0.73 - - [2025-11-06 01:59:19] "GET /loadbalancer-listener/3ec64974-f836-47b7-98f8-82d7bab8c773?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1242 0.003788 10.0.0.73 - - [2025-11-06 01:59:19] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.017544 10.0.0.73 - - [2025-11-06 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.73 - - [2025-11-06 01:59:19] "GET /instance-ip/ac35d111-ac02-40c5-b152-82898343f758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1673 0.003562 10.0.0.73 - - [2025-11-06 01:59:19] "GET /instance-ip/ac35d111-ac02-40c5-b152-82898343f758?fields=floating_ips HTTP/1.1" 200 1213 0.004137 10.0.0.73 - - [2025-11-06 01:59:19] "GET /loadbalancer/7ddc4f49-1d11-4929-980e-15dfb29fc60c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002864 10.0.0.73 - - [2025-11-06 01:59:19] "GET /loadbalancer-pool/41f0391d-530d-4a1e-9358-8c36d5a74e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003387 10.0.0.73 - - [2025-11-06 01:59:19] "GET /floating-ip/15518c42-a269-4d99-a5b0-c50245375cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.003220 10.0.0.73 - - [2025-11-06 01:59:19] "POST /loadbalancer-members HTTP/1.1" 200 721 0.021321 10.0.0.73 - - [2025-11-06 01:59:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.008005 10.0.0.73 - - [2025-11-06 01:59:19] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.012562 10.0.0.73 - - [2025-11-06 01:59:19] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004172 10.0.0.73 - - [2025-11-06 01:59:19] "POST /tags HTTP/1.1" 409 221 0.002493 10.0.0.73 - - [2025-11-06 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.007926 10.0.0.73 - - [2025-11-06 01:59:19] "GET /floating-ip/15518c42-a269-4d99-a5b0-c50245375cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.012278 10.0.0.73 - - [2025-11-06 01:59:19] "GET /loadbalancer/7ddc4f49-1d11-4929-980e-15dfb29fc60c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.005546 10.0.0.73 - - [2025-11-06 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.73 - - [2025-11-06 01:59:19] "GET /tag/acd81800-6936-4a20-9f77-7216c045317c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.011138 10.0.0.73 - - [2025-11-06 01:59:19] "PUT /floating-ip/15518c42-a269-4d99-a5b0-c50245375cf9 HTTP/1.1" 200 256 0.020486 10.0.0.73 - - [2025-11-06 01:59:19] "POST /set-tag HTTP/1.1" 200 109 0.085548 10.0.0.73 - - [2025-11-06 01:59:19] "GET /loadbalancer-pool/41f0391d-530d-4a1e-9358-8c36d5a74e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007150 10.0.0.73 - - [2025-11-06 01:59:19] "POST /loadbalancer-members HTTP/1.1" 200 721 0.041880 10.0.0.73 - - [2025-11-06 01:59:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.040961 10.0.0.73 - - [2025-11-06 01:59:19] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.007029 10.0.0.73 - - [2025-11-06 01:59:19] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003788 10.0.0.73 - - [2025-11-06 01:59:19] "POST /ref-update HTTP/1.1" 200 156 0.011087 10.0.0.73 - - [2025-11-06 01:59:19] "GET /floating-ip/15518c42-a269-4d99-a5b0-c50245375cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2238 0.005276 10.0.0.73 - - [2025-11-06 01:59:19] "POST /set-tag HTTP/1.1" 200 109 0.088101 10.0.0.73 - - [2025-11-06 01:59:22] "POST /tags HTTP/1.1" 409 206 0.002027 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.73 - - [2025-11-06 01:59:22] "GET /tag/339ade7e-cbef-47ea-beef-802fbb51ebfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.013770 10.0.0.73 - - [2025-11-06 01:59:22] "POST /tags HTTP/1.1" 409 204 0.002648 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.73 - - [2025-11-06 01:59:22] "GET /tag/0b294d0f-0131-46fb-a587-d0b6b8038ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.012539 10.0.0.73 - - [2025-11-06 01:59:22] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011209 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001989 10.0.0.73 - - [2025-11-06 01:59:22] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002565 10.0.0.73 - - [2025-11-06 01:59:22] "POST /tags HTTP/1.1" 409 206 0.002958 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.73 - - [2025-11-06 01:59:22] "GET /tag/339ade7e-cbef-47ea-beef-802fbb51ebfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.010751 10.0.0.73 - - [2025-11-06 01:59:22] "POST /tags HTTP/1.1" 409 226 0.001971 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002071 10.0.0.73 - - [2025-11-06 01:59:22] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010429 10.0.0.73 - - [2025-11-06 01:59:22] "POST /tags HTTP/1.1" 409 204 0.001866 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.73 - - [2025-11-06 01:59:22] "GET /tag/0b294d0f-0131-46fb-a587-d0b6b8038ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.010231 10.0.0.73 - - [2025-11-06 01:59:22] "POST /tags HTTP/1.1" 409 226 0.001826 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.73 - - [2025-11-06 01:59:22] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.014483 10.0.0.73 - - [2025-11-06 01:59:22] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002351 10.0.0.73 - - [2025-11-06 01:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010261 10.0.0.73 - - [2025-11-06 01:59:22] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003011 10.0.0.73 - - [2025-11-06 01:59:23] "POST /firewall-rules HTTP/1.1" 200 626 0.067735 10.0.0.73 - - [2025-11-06 01:59:23] "POST /firewall-rules HTTP/1.1" 200 646 0.101179 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-rule/7307e215-8b6b-4755-858b-b5780d5e03bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.006104 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002221 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-rule/22dcc6b7-6832-48cc-9610-c15602cb7de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.004329 10.0.0.73 - - [2025-11-06 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.014208 10.0.0.73 - - [2025-11-06 01:59:23] "POST /firewall-policys HTTP/1.1" 200 606 0.032590 10.0.0.73 - - [2025-11-06 01:59:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.022546 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.021082 10.0.0.73 - - [2025-11-06 01:59:23] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002784 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.002588 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003284 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.010597 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/95c808a2-edcc-443b-9496-7d5c3c979c20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.003859 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002017 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.002130 10.0.0.73 - - [2025-11-06 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.035081 10.0.0.73 - - [2025-11-06 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.049265 10.0.0.73 - - [2025-11-06 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.019839 10.0.0.73 - - [2025-11-06 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.018352 10.0.0.73 - - [2025-11-06 01:59:23] "POST /ref-update HTTP/1.1" 200 156 0.035395 10.0.0.73 - - [2025-11-06 01:59:23] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.008424 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:00:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000929 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:00:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000876 10.0.0.73 - - [2025-11-06 02:00:57] "GET /global-system-configs HTTP/1.1" 200 322 0.002381 10.0.0.73 - - [2025-11-06 02:00:59] "GET /global-system-configs HTTP/1.1" 200 322 0.002283 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 252 0.002295 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001715 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/e547bb00-283b-4e3b-bcc9-2b78b57fa604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.010986 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 228 0.001452 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001862 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/6b8b0066-c57d-4df6-97b6-0e87be03070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.009662 10.0.0.73 - - [2025-11-06 02:01:22] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003505 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001303 10.0.0.73 - - [2025-11-06 02:01:22] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002825 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 206 0.001429 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/339ade7e-cbef-47ea-beef-802fbb51ebfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.014708 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 226 0.006412 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.011618 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 204 0.002491 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001616 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/0b294d0f-0131-46fb-a587-d0b6b8038ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.012494 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 226 0.002301 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001880 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.011033 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 228 0.001526 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/6b8b0066-c57d-4df6-97b6-0e87be03070c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.009839 10.0.0.73 - - [2025-11-06 02:01:22] "POST /tags HTTP/1.1" 409 252 0.001492 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.73 - - [2025-11-06 02:01:22] "GET /tag/e547bb00-283b-4e3b-bcc9-2b78b57fa604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.016500 10.0.0.73 - - [2025-11-06 02:01:22] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002601 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001923 10.0.0.73 - - [2025-11-06 02:01:22] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002139 10.0.0.73 - - [2025-11-06 02:01:22] "POST /firewall-rules HTTP/1.1" 409 281 0.001460 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001185 10.0.0.73 - - [2025-11-06 02:01:22] "PUT /firewall-rule/22dcc6b7-6832-48cc-9610-c15602cb7de3 HTTP/1.1" 200 260 0.022561 10.0.0.73 - - [2025-11-06 02:01:22] "POST /firewall-rules HTTP/1.1" 409 291 0.008091 10.0.0.73 - - [2025-11-06 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007791 10.0.0.73 - - [2025-11-06 02:01:22] "PUT /firewall-rule/7307e215-8b6b-4755-858b-b5780d5e03bb HTTP/1.1" 200 260 0.019932 10.0.0.73 - - [2025-11-06 02:01:22] "GET /firewall-rule/7307e215-8b6b-4755-858b-b5780d5e03bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.006817 10.0.0.73 - - [2025-11-06 02:01:22] "POST /firewall-rules HTTP/1.1" 200 658 0.076213 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-rule/5b136df8-0f17-462a-ba04-e4bcf96fff6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.005975 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.001961 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-rule/22dcc6b7-6832-48cc-9610-c15602cb7de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.005652 10.0.0.73 - - [2025-11-06 02:01:23] "POST /firewall-policys HTTP/1.1" 409 269 0.002145 10.0.0.73 - - [2025-11-06 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001972 10.0.0.73 - - [2025-11-06 02:01:23] "PUT /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd HTTP/1.1" 200 264 0.017856 10.0.0.73 - - [2025-11-06 02:01:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.012907 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008065 10.0.0.73 - - [2025-11-06 02:01:23] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.004794 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002664 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.001997 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.001819 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002527 10.0.0.73 - - [2025-11-06 02:01:23] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.001888 10.0.0.73 - - [2025-11-06 02:02:24] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.010556 10.0.0.73 - - [2025-11-06 02:02:24] "POST /set-tag HTTP/1.1" 200 109 0.006103 10.0.0.73 - - [2025-11-06 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.73 - - [2025-11-06 02:02:24] "GET /loadbalancer/7ddc4f49-1d11-4929-980e-15dfb29fc60c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.005943 10.0.0.73 - - [2025-11-06 02:02:24] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.005797 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.062898 10.0.0.73 - - [2025-11-06 02:02:25] "DELETE /loadbalancer-member/ab52d145-3d7a-4cd1-b1b4-8a0b7d1001bb HTTP/1.1" 200 115 0.092790 10.0.0.73 - - [2025-11-06 02:02:25] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005799 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.002579 10.0.0.73 - - [2025-11-06 02:02:25] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004219 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.002066 10.0.0.73 - - [2025-11-06 02:02:25] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004904 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.002446 10.0.0.73 - - [2025-11-06 02:02:25] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003925 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.005821 10.0.0.73 - - [2025-11-06 02:02:25] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.007485 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.004214 10.0.0.73 - - [2025-11-06 02:02:25] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006574 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.002314 10.0.0.73 - - [2025-11-06 02:02:25] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003711 10.0.0.73 - - [2025-11-06 02:02:25] "POST /set-tag HTTP/1.1" 200 109 0.003310 10.0.0.73 - - [2025-11-06 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006821 10.0.0.73 - - [2025-11-06 02:02:25] "GET /loadbalancer/7ddc4f49-1d11-4929-980e-15dfb29fc60c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002771 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.018311 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.006568 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.011650 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.008974 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine/50111b57-b3d2-4015-9793-0cd716e08413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003464 10.0.0.73 - - [2025-11-06 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.009695 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.019221 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.024277 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.039117 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.027190 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.018861 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.037817 10.0.0.73 - - [2025-11-06 02:02:26] "DELETE /instance-ip/28f0d76c-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.045785 10.0.0.73 - - [2025-11-06 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.006572 10.0.0.73 - - [2025-11-06 02:02:26] "DELETE /virtual-machine-interface/28d8d856-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.046572 10.0.0.73 - - [2025-11-06 02:02:26] "DELETE /virtual-machine/50111b57-b3d2-4015-9793-0cd716e08413 HTTP/1.1" 200 115 0.022814 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004526 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.002560 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004054 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.002555 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine/3dc4fc6f-973d-422e-a285-3a8374704a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002715 10.0.0.73 - - [2025-11-06 02:02:26] "POST /ref-update HTTP/1.1" 200 156 0.007747 10.0.0.73 - - [2025-11-06 02:02:26] "GET /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.010489 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.019688 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.025024 10.0.0.73 - - [2025-11-06 02:02:26] "POST /set-tag HTTP/1.1" 200 109 0.027585 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.011987 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.028541 10.0.0.73 - - [2025-11-06 02:02:27] "DELETE /instance-ip/28792244-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.054366 10.0.0.73 - - [2025-11-06 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.010701 10.0.0.73 - - [2025-11-06 02:02:27] "DELETE /virtual-machine-interface/28629aa6-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.047897 10.0.0.73 - - [2025-11-06 02:02:27] "DELETE /virtual-machine/3dc4fc6f-973d-422e-a285-3a8374704a50 HTTP/1.1" 200 115 0.026492 10.0.0.73 - - [2025-11-06 02:02:27] "DELETE /tag/a05ef3f0-09ec-4dad-98f8-730e141ad108 HTTP/1.1" 200 115 0.036059 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004903 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.002539 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003937 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.002096 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine/da436a9c-22e2-45d9-bc8d-b7d9938a420f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003117 10.0.0.73 - - [2025-11-06 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.012241 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.008548 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.020550 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.041403 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.030476 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.015757 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.025304 10.0.0.73 - - [2025-11-06 02:02:27] "DELETE /instance-ip/29fd2e80-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.046413 10.0.0.73 - - [2025-11-06 02:02:27] "DELETE /virtual-machine-interface/29e527fe-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.036975 10.0.0.73 - - [2025-11-06 02:02:27] "DELETE /virtual-machine/da436a9c-22e2-45d9-bc8d-b7d9938a420f HTTP/1.1" 200 115 0.025586 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004324 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.002622 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004099 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.002115 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine/6edae90f-f3e0-44f6-84bd-7339f37b103a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.004015 10.0.0.73 - - [2025-11-06 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.007033 10.0.0.73 - - [2025-11-06 02:02:27] "GET /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.010843 10.0.0.73 - - [2025-11-06 02:02:27] "POST /set-tag HTTP/1.1" 200 109 0.015896 10.0.0.73 - - [2025-11-06 02:02:28] "POST /set-tag HTTP/1.1" 200 109 0.021965 10.0.0.73 - - [2025-11-06 02:02:28] "POST /set-tag HTTP/1.1" 200 109 0.019156 10.0.0.73 - - [2025-11-06 02:02:28] "POST /set-tag HTTP/1.1" 200 109 0.090888 10.0.0.73 - - [2025-11-06 02:02:28] "POST /set-tag HTTP/1.1" 200 109 0.029734 10.0.0.73 - - [2025-11-06 02:02:28] "DELETE /instance-ip/29906b74-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.106626 10.0.0.73 - - [2025-11-06 02:02:28] "DELETE /virtual-machine-interface/2975cf08-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.041572 10.0.0.73 - - [2025-11-06 02:02:28] "DELETE /virtual-machine/6edae90f-f3e0-44f6-84bd-7339f37b103a HTTP/1.1" 200 115 0.021178 10.0.0.73 - - [2025-11-06 02:02:28] "DELETE /tag/339ade7e-cbef-47ea-beef-802fbb51ebfe HTTP/1.1" 409 388 0.005084 10.0.0.73 - - [2025-11-06 02:02:28] "DELETE /tag/f91b97b8-8789-4c33-a993-849f1387203e HTTP/1.1" 200 115 0.032521 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:02:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001100 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:02:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000813 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:02:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000941 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:02:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001041 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:02:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001008 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:02:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000901 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004646 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.008516 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.016262 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.002635 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine/fa9ae94d-7a10-4a75-bcfd-1ca23008afad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002487 10.0.0.73 - - [2025-11-06 02:02:56] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005782 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.014101 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.043940 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.017625 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.037834 10.0.0.73 - - [2025-11-06 02:02:56] "DELETE /instance-ip/2a7b2cfe-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.063122 10.0.0.73 - - [2025-11-06 02:02:56] "DELETE /virtual-machine-interface/2a627290-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.046538 10.0.0.73 - - [2025-11-06 02:02:56] "DELETE /virtual-machine/fa9ae94d-7a10-4a75-bcfd-1ca23008afad HTTP/1.1" 200 115 0.027457 10.0.0.73 - - [2025-11-06 02:02:56] "DELETE /tag/c987833b-9956-43ca-99eb-4257c42d429b HTTP/1.1" 200 115 0.039382 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.017062 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.002419 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005458 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.002394 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine/b9004825-0c32-429f-ba20-38a48fafa0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.004600 10.0.0.73 - - [2025-11-06 02:02:56] "POST /ref-update HTTP/1.1" 200 156 0.011772 10.0.0.73 - - [2025-11-06 02:02:56] "GET /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.016972 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.018438 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.028875 10.0.0.73 - - [2025-11-06 02:02:56] "POST /set-tag HTTP/1.1" 200 109 0.037016 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.013097 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /instance-ip/2ba51680-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.042108 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /virtual-machine-interface/2b8f7fb4-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.057053 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /virtual-machine/b9004825-0c32-429f-ba20-38a48fafa0df HTTP/1.1" 200 115 0.042105 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /tag/9899a258-188a-442f-8377-d97f4fe21876 HTTP/1.1" 200 115 0.038402 10.0.0.73 - - [2025-11-06 02:02:57] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006073 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.002653 10.0.0.73 - - [2025-11-06 02:02:57] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005171 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.002442 10.0.0.73 - - [2025-11-06 02:02:57] "GET /virtual-machine/811ab4a4-1547-465d-a473-db4b84bf5f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003196 10.0.0.73 - - [2025-11-06 02:02:57] "POST /ref-update HTTP/1.1" 200 156 0.015946 10.0.0.73 - - [2025-11-06 02:02:57] "GET /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.014638 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.018331 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.028032 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.054062 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.013325 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /instance-ip/2b413962-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.047568 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /virtual-machine-interface/2b2ee334-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.062924 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /virtual-machine/811ab4a4-1547-465d-a473-db4b84bf5f4a HTTP/1.1" 200 115 0.023140 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /tag/6b8b0066-c57d-4df6-97b6-0e87be03070c HTTP/1.1" 409 236 0.007706 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /tag/e547bb00-283b-4e3b-bcc9-2b78b57fa604 HTTP/1.1" 409 236 0.005699 10.0.0.73 - - [2025-11-06 02:02:57] "DELETE /tag/9e1837a3-7066-42ad-bebf-611cb6ab7feb HTTP/1.1" 200 115 0.036143 10.0.0.73 - - [2025-11-06 02:02:57] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.016393 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.002464 10.0.0.73 - - [2025-11-06 02:02:57] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004963 10.0.0.73 - - [2025-11-06 02:02:57] "POST /set-tag HTTP/1.1" 200 109 0.002538 10.0.0.73 - - [2025-11-06 02:02:57] "GET /virtual-machine/1f27b484-8106-4c97-a678-05c4bd5d2ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.002779 10.0.0.73 - - [2025-11-06 02:02:58] "POST /ref-update HTTP/1.1" 200 156 0.008457 10.0.0.73 - - [2025-11-06 02:02:58] "GET /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005478 10.0.0.73 - - [2025-11-06 02:02:58] "POST /set-tag HTTP/1.1" 200 109 0.019189 10.0.0.73 - - [2025-11-06 02:02:58] "POST /set-tag HTTP/1.1" 200 109 0.034389 10.0.0.73 - - [2025-11-06 02:02:58] "POST /set-tag HTTP/1.1" 200 109 0.031671 10.0.0.73 - - [2025-11-06 02:02:58] "POST /set-tag HTTP/1.1" 200 109 0.014209 10.0.0.73 - - [2025-11-06 02:02:58] "DELETE /instance-ip/2adf9ac2-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.056999 10.0.0.73 - - [2025-11-06 02:02:58] "DELETE /virtual-machine-interface/2ac76330-bab4-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.042036 10.0.0.73 - - [2025-11-06 02:02:58] "DELETE /virtual-machine/1f27b484-8106-4c97-a678-05c4bd5d2ce5 HTTP/1.1" 200 115 0.021788 10.0.0.73 - - [2025-11-06 02:02:58] "DELETE /tag/178b4a2a-3a9c-4979-a2be-b46a337510e1 HTTP/1.1" 200 115 0.042553 10.0.0.73 - - [2025-11-06 02:02:58] "DELETE /tag/0b294d0f-0131-46fb-a587-d0b6b8038ecc HTTP/1.1" 409 236 0.011990 10.0.0.73 - - [2025-11-06 02:02:58] "DELETE /tag/23ddfebd-5175-481a-84fd-5fad991cf5e9 HTTP/1.1" 200 115 0.035903 10.0.0.73 - - [2025-11-06 02:03:00] "POST /projects HTTP/1.1" 409 238 0.002205 10.0.0.73 - - [2025-11-06 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001719 10.0.0.73 - - [2025-11-06 02:03:00] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.034328 10.0.0.73 - - [2025-11-06 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001813 10.0.0.73 - - [2025-11-06 02:03:00] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003491 10.0.0.73 - - [2025-11-06 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001420 10.0.0.73 - - [2025-11-06 02:03:00] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004314 10.0.0.73 - - [2025-11-06 02:03:00] "POST /security-groups HTTP/1.1" 409 285 0.003428 10.0.0.73 - - [2025-11-06 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001595 10.0.0.73 - - [2025-11-06 02:03:00] "PUT /security-group/3ef7c463-409d-41aa-b7f1-7a5315349507 HTTP/1.1" 200 262 0.059446 10.0.0.73 - - [2025-11-06 02:03:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.033633 10.0.0.73 - - [2025-11-06 02:03:00] "PUT /access-control-list/1b17834f-539c-4a86-b634-1a58f30d3b43 HTTP/1.1" 200 272 0.021664 10.0.0.73 - - [2025-11-06 02:03:00] "PUT /access-control-list/5a643adf-4816-4dc5-b681-fda216aa8117 HTTP/1.1" 200 272 0.031006 10.0.0.73 - - [2025-11-06 02:03:05] "POST /projects HTTP/1.1" 409 238 0.002056 10.0.0.73 - - [2025-11-06 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.73 - - [2025-11-06 02:03:05] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.032219 10.0.0.73 - - [2025-11-06 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.73 - - [2025-11-06 02:03:05] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003380 10.0.0.73 - - [2025-11-06 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002009 10.0.0.73 - - [2025-11-06 02:03:05] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003680 10.0.0.73 - - [2025-11-06 02:03:05] "POST /security-groups HTTP/1.1" 409 285 0.002037 10.0.0.73 - - [2025-11-06 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.73 - - [2025-11-06 02:03:05] "PUT /security-group/3ef7c463-409d-41aa-b7f1-7a5315349507 HTTP/1.1" 200 262 0.057842 10.0.0.73 - - [2025-11-06 02:03:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.022943 10.0.0.73 - - [2025-11-06 02:03:05] "PUT /access-control-list/1b17834f-539c-4a86-b634-1a58f30d3b43 HTTP/1.1" 200 272 0.013975 10.0.0.73 - - [2025-11-06 02:03:05] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.005426 10.0.0.73 - - [2025-11-06 02:03:05] "PUT /access-control-list/5a643adf-4816-4dc5-b681-fda216aa8117 HTTP/1.1" 200 272 0.031029 10.0.0.73 - - [2025-11-06 02:03:05] "GET /firewall-rule/9952cbee-2ce0-4fee-89e2-f17c5cffd331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002802 10.0.0.73 - - [2025-11-06 02:03:05] "POST /ref-update HTTP/1.1" 200 156 0.042645 10.0.0.73 - - [2025-11-06 02:03:05] "DELETE /firewall-rule/9952cbee-2ce0-4fee-89e2-f17c5cffd331 HTTP/1.1" 200 115 0.039102 10.0.0.73 - - [2025-11-06 02:03:05] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.004139 10.0.0.73 - - [2025-11-06 02:03:05] "GET /firewall-rule/6317cd76-1732-4eaa-9f7c-8f6fe1355720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.003604 10.0.0.73 - - [2025-11-06 02:03:05] "POST /ref-update HTTP/1.1" 200 156 0.052810 10.0.0.73 - - [2025-11-06 02:03:05] "DELETE /firewall-rule/6317cd76-1732-4eaa-9f7c-8f6fe1355720 HTTP/1.1" 200 115 0.040032 10.0.0.73 - - [2025-11-06 02:03:05] "DELETE /tag/6b8b0066-c57d-4df6-97b6-0e87be03070c HTTP/1.1" 409 236 0.007542 10.0.0.73 - - [2025-11-06 02:03:05] "DELETE /tag/e547bb00-283b-4e3b-bcc9-2b78b57fa604 HTTP/1.1" 409 236 0.006881 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /tag/efd5ffed-8569-48b5-8ee0-e1f991ad271d HTTP/1.1" 200 115 0.048860 10.0.0.73 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001756 10.0.0.73 - - [2025-11-06 02:03:06] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004475 10.0.0.73 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.73 - - [2025-11-06 02:03:06] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004303 10.0.0.73 - - [2025-11-06 02:03:06] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.044583 10.0.0.73 - - [2025-11-06 02:03:06] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.042075 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /security-group/3ef7c463-409d-41aa-b7f1-7a5315349507 HTTP/1.1" 200 115 0.061549 10.0.0.73 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001434 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /access-control-list/1b17834f-539c-4a86-b634-1a58f30d3b43 HTTP/1.1" 200 115 0.036105 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /access-control-list/5a643adf-4816-4dc5-b681-fda216aa8117 HTTP/1.1" 200 115 0.024752 10.0.0.73 - - [2025-11-06 02:03:06] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.033660 10.0.0.73 - - [2025-11-06 02:03:06] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?fields=security_groups HTTP/1.1" 200 1352 0.029860 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /security-group/1fd37a99-6a91-4f4c-ae41-d3a592639f4a HTTP/1.1" 200 115 0.038605 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /access-control-list/f9e1c1da-d4c7-4924-b8b9-e2eb201010e3 HTTP/1.1" 200 115 0.027131 10.0.0.73 - - [2025-11-06 02:03:06] "GET /project/2986cced-42e3-4c64-a550-f769548853a4?fields=application_policy_sets HTTP/1.1" 200 1391 0.046944 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /access-control-list/05b9d45b-fd44-4c19-8bf9-5d420c17bfad HTTP/1.1" 200 115 0.046803 10.0.0.73 - - [2025-11-06 02:03:06] "DELETE /project/2986cced-42e3-4c64-a550-f769548853a4 HTTP/1.1" 200 115 0.288781 10.0.0.73 - - [2025-11-06 02:03:06] "POST /projects HTTP/1.1" 409 238 0.001859 10.0.0.73 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001518 10.0.0.73 - - [2025-11-06 02:03:06] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036470 10.0.0.73 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001839 10.0.0.73 - - [2025-11-06 02:03:06] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.004870 10.0.0.73 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.73 - - [2025-11-06 02:03:06] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.005438 10.0.0.73 - - [2025-11-06 02:03:06] "POST /security-groups HTTP/1.1" 409 285 0.002970 10.0.0.73 - - [2025-11-06 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.73 - - [2025-11-06 02:03:06] "PUT /security-group/ef766ba4-c918-4c65-9380-a20eb61c275a HTTP/1.1" 200 262 0.054327 10.0.0.73 - - [2025-11-06 02:03:06] "PUT /access-control-list/3ace70c4-c3ea-4286-be30-70a0d20fdc9f HTTP/1.1" 200 272 0.010311 10.0.0.73 - - [2025-11-06 02:03:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.024471 10.0.0.73 - - [2025-11-06 02:03:06] "PUT /access-control-list/c85339bd-31eb-4fb3-91d6-8470875b97c8 HTTP/1.1" 200 272 0.024139 10.0.0.73 - - [2025-11-06 02:03:11] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002615 10.0.0.73 - - [2025-11-06 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001461 10.0.0.73 - - [2025-11-06 02:03:11] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002136 10.0.0.73 - - [2025-11-06 02:03:11] "GET /firewall-policy/60a677a4-86cf-4c1a-8bcf-fa2d4dfed047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.001985 10.0.0.73 - - [2025-11-06 02:03:11] "GET /firewall-rule/22dcc6b7-6832-48cc-9610-c15602cb7de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.001858 10.0.0.73 - - [2025-11-06 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.016691 10.0.0.73 - - [2025-11-06 02:03:11] "DELETE /firewall-rule/22dcc6b7-6832-48cc-9610-c15602cb7de3 HTTP/1.1" 200 115 0.050628 10.0.0.73 - - [2025-11-06 02:03:11] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006719 10.0.0.73 - - [2025-11-06 02:03:11] "GET /firewall-rule/5b136df8-0f17-462a-ba04-e4bcf96fff6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.003574 10.0.0.73 - - [2025-11-06 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.023728 10.0.0.73 - - [2025-11-06 02:03:11] "DELETE /firewall-rule/5b136df8-0f17-462a-ba04-e4bcf96fff6c HTTP/1.1" 200 115 0.045785 10.0.0.73 - - [2025-11-06 02:03:11] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005258 10.0.0.73 - - [2025-11-06 02:03:11] "GET /firewall-rule/7307e215-8b6b-4755-858b-b5780d5e03bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.003082 10.0.0.73 - - [2025-11-06 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.011549 10.0.0.73 - - [2025-11-06 02:03:11] "DELETE /firewall-rule/7307e215-8b6b-4755-858b-b5780d5e03bb HTTP/1.1" 200 115 0.052013 10.0.0.73 - - [2025-11-06 02:03:11] "GET /application-policy-set/6ee9c640-d470-47f1-a422-e6c8bf4f062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002757 10.0.0.73 - - [2025-11-06 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.73 - - [2025-11-06 02:03:11] "GET /policy-management/7a2e0c50-18ed-4f04-97eb-291314516754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002819 10.0.0.73 - - [2025-11-06 02:03:11] "GET /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003473 10.0.0.73 - - [2025-11-06 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.022834 10.0.0.73 - - [2025-11-06 02:03:11] "DELETE /firewall-policy/67865bbd-c00f-4316-be90-f12f47c450dd HTTP/1.1" 200 115 0.048010 10.0.0.73 - - [2025-11-06 02:03:11] "DELETE /tag/6b8b0066-c57d-4df6-97b6-0e87be03070c HTTP/1.1" 200 115 0.051324 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /tag/0b294d0f-0131-46fb-a587-d0b6b8038ecc HTTP/1.1" 200 115 0.065577 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /tag/339ade7e-cbef-47ea-beef-802fbb51ebfe HTTP/1.1" 200 115 0.053811 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /tag/e547bb00-283b-4e3b-bcc9-2b78b57fa604 HTTP/1.1" 200 115 0.031370 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /loadbalancer-member/7e2d473f-6488-4e20-9117-9cfe92efd7f1 HTTP/1.1" 200 115 0.026278 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /loadbalancer-pool/41f0391d-530d-4a1e-9358-8c36d5a74e02 HTTP/1.1" 200 115 0.026341 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /loadbalancer-listener/3ec64974-f836-47b7-98f8-82d7bab8c773 HTTP/1.1" 200 115 0.039402 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /loadbalancer/7ddc4f49-1d11-4929-980e-15dfb29fc60c HTTP/1.1" 200 115 0.090026 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /floating-ip/15518c42-a269-4d99-a5b0-c50245375cf9 HTTP/1.1" 200 115 0.035676 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /instance-ip/ac35d111-ac02-40c5-b152-82898343f758 HTTP/1.1" 200 115 0.061414 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /virtual-machine-interface/bd6f4a39-80f6-4deb-88d9-4068d9c0c6a2 HTTP/1.1" 200 115 0.041098 10.0.0.73 - - [2025-11-06 02:03:12] "DELETE /tag/acd81800-6936-4a20-9f77-7216c045317c HTTP/1.1" 200 115 0.073070 10.0.0.73 - - [2025-11-06 02:03:12] "POST /projects HTTP/1.1" 409 238 0.006474 10.0.0.73 - - [2025-11-06 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.73 - - [2025-11-06 02:03:12] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.032997 10.0.0.73 - - [2025-11-06 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.73 - - [2025-11-06 02:03:12] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.004732 10.0.0.73 - - [2025-11-06 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001756 10.0.0.73 - - [2025-11-06 02:03:12] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004340 10.0.0.73 - - [2025-11-06 02:03:12] "POST /security-groups HTTP/1.1" 409 285 0.002682 10.0.0.73 - - [2025-11-06 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.73 - - [2025-11-06 02:03:12] "PUT /security-group/ef766ba4-c918-4c65-9380-a20eb61c275a HTTP/1.1" 200 262 0.067417 10.0.0.73 - - [2025-11-06 02:03:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.079588 10.0.0.73 - - [2025-11-06 02:03:12] "PUT /access-control-list/3ace70c4-c3ea-4286-be30-70a0d20fdc9f HTTP/1.1" 200 272 0.048433 10.0.0.73 - - [2025-11-06 02:03:12] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.042881 10.0.0.73 - - [2025-11-06 02:03:12] "PUT /access-control-list/c85339bd-31eb-4fb3-91d6-8470875b97c8 HTTP/1.1" 200 272 0.018706 10.0.0.73 - - [2025-11-06 02:03:12] "GET /firewall-rule/d0766ab4-0434-4f24-b270-50e95a7d155e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.002836 10.0.0.73 - - [2025-11-06 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.052629 10.0.0.73 - - [2025-11-06 02:03:13] "DELETE /firewall-rule/d0766ab4-0434-4f24-b270-50e95a7d155e HTTP/1.1" 200 115 0.050628 10.0.0.73 - - [2025-11-06 02:03:13] "GET /firewall-policy/273d0ac8-93a0-417c-a613-912cc763a6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.005821 10.0.0.73 - - [2025-11-06 02:03:13] "GET /firewall-rule/b74a03d2-dbca-4809-832c-443d3eb44c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002949 10.0.0.73 - - [2025-11-06 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.037359 10.0.0.73 - - [2025-11-06 02:03:13] "DELETE /firewall-rule/b74a03d2-dbca-4809-832c-443d3eb44c29 HTTP/1.1" 200 115 0.046570 10.0.0.73 - - [2025-11-06 02:03:13] "DELETE /tag/414eadc9-897f-4ad7-b505-66ce2c94a1f1 HTTP/1.1" 200 115 0.040195 10.0.0.73 - - [2025-11-06 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006107 10.0.0.73 - - [2025-11-06 02:03:13] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.004579 10.0.0.73 - - [2025-11-06 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001634 10.0.0.73 - - [2025-11-06 02:03:13] "GET /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003850 10.0.0.73 - - [2025-11-06 02:03:13] "PUT /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e HTTP/1.1" 200 264 0.075765 10.0.0.73 - - [2025-11-06 02:03:13] "PUT /virtual-network/2a42259d-c3c2-407c-bfce-59033519c085 HTTP/1.1" 200 264 0.054580 10.0.0.73 - - [2025-11-06 02:03:13] "DELETE /security-group/ef766ba4-c918-4c65-9380-a20eb61c275a HTTP/1.1" 200 115 0.072540 10.0.0.73 - - [2025-11-06 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006481 10.0.0.73 - - [2025-11-06 02:03:13] "DELETE /access-control-list/3ace70c4-c3ea-4286-be30-70a0d20fdc9f HTTP/1.1" 200 115 0.051124 10.0.0.73 - - [2025-11-06 02:03:13] "DELETE /access-control-list/c85339bd-31eb-4fb3-91d6-8470875b97c8 HTTP/1.1" 200 115 0.038590 10.0.0.73 - - [2025-11-06 02:03:13] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.046618 10.0.0.73 - - [2025-11-06 02:03:13] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?fields=security_groups HTTP/1.1" 200 1352 0.049504 10.0.0.73 - - [2025-11-06 02:03:14] "DELETE /access-control-list/ee85b080-3d03-4b97-801f-8f3196bd8424 HTTP/1.1" 200 115 0.211300 10.0.0.73 - - [2025-11-06 02:03:14] "DELETE /security-group/93c7fab9-a029-40ff-97ba-a40ab647ff66 HTTP/1.1" 200 115 0.271932 10.0.0.73 - - [2025-11-06 02:03:14] "DELETE /access-control-list/ea533e58-d1f0-46d0-bdf4-3951c16ac7a5 HTTP/1.1" 200 115 0.060157 10.0.0.73 - - [2025-11-06 02:03:14] "GET /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3?fields=application_policy_sets HTTP/1.1" 200 1391 0.072002 10.0.0.73 - - [2025-11-06 02:03:14] "DELETE /project/4412cc48-1bf4-46ce-bdc6-b589ae9e8dd3 HTTP/1.1" 200 115 0.660560 10.0.0.73 - - [2025-11-06 02:04:02] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.73 - - [2025-11-06 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.73 - - [2025-11-06 02:04:02] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002811 10.0.0.73 - - [2025-11-06 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.73 - - [2025-11-06 02:04:02] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002453 10.0.0.73 - - [2025-11-06 02:04:19] "GET / HTTP/1.1" 200 35931 0.001581 10.0.0.73 - - [2025-11-06 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002011 10.0.0.73 - - [2025-11-06 02:04:19] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004588 10.0.0.73 - - [2025-11-06 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001805 10.0.0.73 - - [2025-11-06 02:04:19] "GET /config-node/7f648050-d27d-4b4e-8e3d-ad624147f403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002148 10.0.0.73 - - [2025-11-06 02:04:31] "GET / HTTP/1.1" 200 35931 0.001425 10.0.0.73 - - [2025-11-06 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002108 10.0.0.73 - - [2025-11-06 02:04:31] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002738 10.0.0.73 - - [2025-11-06 02:04:31] "POST /bgp-routers HTTP/1.1" 409 301 0.002213 10.0.0.73 - - [2025-11-06 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001475 10.0.0.73 - - [2025-11-06 02:04:31] "GET /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.004132 10.0.0.73 - - [2025-11-06 02:04:31] "PUT /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917 HTTP/1.1" 200 254 0.021716 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:04:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001240 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:04:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001478 10.0.0.73 - - [2025-11-06 02:04:45] "GET / HTTP/1.1" 200 35931 0.002110 10.0.0.73 - - [2025-11-06 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.73 - - [2025-11-06 02:04:45] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005199 10.0.0.73 - - [2025-11-06 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.73 - - [2025-11-06 02:04:45] "GET /config-node/7f648050-d27d-4b4e-8e3d-ad624147f403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002550 10.0.0.73 - - [2025-11-06 02:04:46] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.73 - - [2025-11-06 02:04:46] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002076 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.73 - - [2025-11-06 02:04:51] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002870 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.009449 10.0.0.73 - - [2025-11-06 02:04:51] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 264 0.002497 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001684 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/73237aa4-9673-4eeb-a86c-8d6ad35d2e40 HTTP/1.1" 200 244 0.009581 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 261 0.002440 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001747 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/093f1391-f063-4bd4-ba81-8c60085025a6 HTTP/1.1" 200 244 0.011877 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 261 0.003654 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001993 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/7bd0678b-c121-4add-b5df-9c0f97eb5af0 HTTP/1.1" 200 244 0.010900 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 253 0.012433 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002091 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/be55c9d0-91d6-40d7-9eb8-7cf6e9d6d2e3 HTTP/1.1" 200 244 0.013154 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 251 0.016708 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/a5801b33-f1dd-4f0b-91b1-5f13f8a46c36 HTTP/1.1" 200 244 0.010956 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 252 0.008856 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001665 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/a80e4cf0-e68a-43f6-816c-d7d1b803796a HTTP/1.1" 200 244 0.009966 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 256 0.008755 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/715f157f-9e7e-404b-990f-0aa2440b3b33 HTTP/1.1" 200 244 0.009920 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 248 0.006796 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001660 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/3b4d99c8-c979-49f5-a770-a89092176428 HTTP/1.1" 200 244 0.019699 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 252 0.007233 10.0.0.73 - - [2025-11-06 02:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.73 - - [2025-11-06 02:04:51] "PUT /alarm/9f4eac8b-72de-4db1-8285-ff8974137c8b HTTP/1.1" 200 244 0.012578 10.0.0.73 - - [2025-11-06 02:04:51] "POST /alarms HTTP/1.1" 409 257 0.007673 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/57fe5bf2-7165-4b47-84d3-be9c66c68e91 HTTP/1.1" 200 244 0.011845 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 251 0.013339 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/a207c898-c361-4f50-a2bd-cfe0b1578d02 HTTP/1.1" 200 244 0.010763 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 257 0.012172 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001742 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/731cd450-6060-4e60-b6f9-1b9244e1efad HTTP/1.1" 200 244 0.012791 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 261 0.011634 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/08a8e39c-7b60-4196-bc40-c8661e1edf94 HTTP/1.1" 200 244 0.014739 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 258 0.007436 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/121ee8e0-0f05-42b7-b5e7-03f7e21c6505 HTTP/1.1" 200 244 0.022281 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 254 0.015208 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/a0187eb1-e60a-4911-803f-64136931b55b HTTP/1.1" 200 244 0.012946 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 254 0.010093 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/ecab822f-4b67-453e-b02c-0443cdf92b9b HTTP/1.1" 200 244 0.014788 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 254 0.008805 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/2e57bea3-384e-43a5-b24b-ef6b83e5e888 HTTP/1.1" 200 244 0.010723 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 247 0.024324 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/738f6851-cd07-4135-8a70-a92ed58f1cbf HTTP/1.1" 200 244 0.013309 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 272 0.018874 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/a3ee7807-87c3-4535-8bd1-b4e0c6f2b9e3 HTTP/1.1" 200 244 0.012573 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 261 0.006786 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/96adb57e-852e-47a1-946b-f8d3c41486ae HTTP/1.1" 200 244 0.010427 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 259 0.012357 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.73 - - [2025-11-06 02:04:52] "PUT /alarm/7709acd1-d079-44dc-8ac2-92a773ebb23c HTTP/1.1" 200 244 0.011800 10.0.0.73 - - [2025-11-06 02:04:52] "POST /alarms HTTP/1.1" 409 265 0.005420 10.0.0.73 - - [2025-11-06 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002060 10.0.0.73 - - [2025-11-06 02:04:53] "PUT /alarm/cba4eff6-909c-4d82-a5de-40fa53cb8e3d HTTP/1.1" 200 244 0.015509 10.0.0.73 - - [2025-11-06 02:04:53] "POST /alarms HTTP/1.1" 409 279 0.006834 10.0.0.73 - - [2025-11-06 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001655 10.0.0.73 - - [2025-11-06 02:04:53] "PUT /alarm/f6ee8295-b8b1-4d57-aee0-61b74b493c25 HTTP/1.1" 200 244 0.011375 10.0.0.73 - - [2025-11-06 02:04:53] "GET / HTTP/1.1" 200 35931 0.001649 10.0.0.73 - - [2025-11-06 02:04:53] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002132 10.0.0.73 - - [2025-11-06 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001446 10.0.0.73 - - [2025-11-06 02:04:53] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.007438 10.0.0.73 - - [2025-11-06 02:04:53] "GET / HTTP/1.1" 200 35931 0.001483 10.0.0.73 - - [2025-11-06 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.73 - - [2025-11-06 02:04:53] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002630 10.0.0.73 - - [2025-11-06 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001393 10.0.0.73 - - [2025-11-06 02:04:53] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.012140 10.0.0.73 - - [2025-11-06 02:04:53] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.73 - - [2025-11-06 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001828 10.0.0.73 - - [2025-11-06 02:04:53] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004279 10.0.0.73 - - [2025-11-06 02:04:53] "PUT /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3 HTTP/1.1" 200 274 0.014167 10.0.0.73 - - [2025-11-06 02:04:57] "GET / HTTP/1.1" 200 35931 0.001377 10.0.0.73 - - [2025-11-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.73 - - [2025-11-06 02:04:57] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003797 10.0.0.73 - - [2025-11-06 02:04:57] "POST /bgp-routers HTTP/1.1" 409 301 0.001770 10.0.0.73 - - [2025-11-06 02:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.73 - - [2025-11-06 02:04:57] "GET /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.003142 10.0.0.73 - - [2025-11-06 02:04:57] "PUT /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917 HTTP/1.1" 200 254 0.011024 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:04:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001165 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:04:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000870 10.0.0.73 - - [2025-11-06 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.73 - - [2025-11-06 02:05:01] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002465 10.0.0.73 - - [2025-11-06 02:05:15] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.73 - - [2025-11-06 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002081 10.0.0.73 - - [2025-11-06 02:05:15] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004667 10.0.0.73 - - [2025-11-06 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001839 10.0.0.73 - - [2025-11-06 02:05:15] "GET /config-node/7f648050-d27d-4b4e-8e3d-ad624147f403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002043 10.0.0.73 - - [2025-11-06 02:05:27] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.73 - - [2025-11-06 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.73 - - [2025-11-06 02:05:27] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002305 10.0.0.73 - - [2025-11-06 02:05:27] "POST /bgp-routers HTTP/1.1" 409 301 0.001332 10.0.0.73 - - [2025-11-06 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001245 10.0.0.73 - - [2025-11-06 02:05:27] "GET /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.002298 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:05:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000903 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:05:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001003 10.0.0.73 - - [2025-11-06 02:05:27] "PUT /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917 HTTP/1.1" 200 254 0.025440 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:05:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000957 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:05:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000942 10.0.0.73 - - [2025-11-06 02:05:45] "GET / HTTP/1.1" 200 35931 0.002616 10.0.0.73 - - [2025-11-06 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.73 - - [2025-11-06 02:05:45] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004802 10.0.0.73 - - [2025-11-06 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.73 - - [2025-11-06 02:05:45] "GET /config-node/7f648050-d27d-4b4e-8e3d-ad624147f403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002793 10.0.0.73 - - [2025-11-06 02:05:45] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.73 - - [2025-11-06 02:05:45] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002059 10.0.0.73 - - [2025-11-06 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002236 10.0.0.73 - - [2025-11-06 02:05:50] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002276 10.0.0.73 - - [2025-11-06 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001868 10.0.0.73 - - [2025-11-06 02:05:50] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.008452 10.0.0.73 - - [2025-11-06 02:05:50] "GET / HTTP/1.1" 200 35931 0.002781 10.0.0.73 - - [2025-11-06 02:05:50] "POST /alarms HTTP/1.1" 409 264 0.002137 10.0.0.73 - - [2025-11-06 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.73 - - [2025-11-06 02:05:50] "PUT /alarm/73237aa4-9673-4eeb-a86c-8d6ad35d2e40 HTTP/1.1" 200 244 0.009359 10.0.0.73 - - [2025-11-06 02:05:50] "POST /alarms HTTP/1.1" 409 261 0.002337 10.0.0.73 - - [2025-11-06 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.73 - - [2025-11-06 02:05:50] "PUT /alarm/093f1391-f063-4bd4-ba81-8c60085025a6 HTTP/1.1" 200 244 0.008489 10.0.0.73 - - [2025-11-06 02:05:50] "POST /alarms HTTP/1.1" 409 261 0.004442 10.0.0.73 - - [2025-11-06 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.73 - - [2025-11-06 02:05:50] "PUT /alarm/7bd0678b-c121-4add-b5df-9c0f97eb5af0 HTTP/1.1" 200 244 0.009314 10.0.0.73 - - [2025-11-06 02:05:50] "POST /alarms HTTP/1.1" 409 253 0.006333 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001989 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/be55c9d0-91d6-40d7-9eb8-7cf6e9d6d2e3 HTTP/1.1" 200 244 0.009817 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 251 0.002747 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001963 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/a5801b33-f1dd-4f0b-91b1-5f13f8a46c36 HTTP/1.1" 200 244 0.009097 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 252 0.007474 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/a80e4cf0-e68a-43f6-816c-d7d1b803796a HTTP/1.1" 200 244 0.015368 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 256 0.007800 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/715f157f-9e7e-404b-990f-0aa2440b3b33 HTTP/1.1" 200 244 0.008754 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 248 0.001905 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/3b4d99c8-c979-49f5-a770-a89092176428 HTTP/1.1" 200 244 0.008904 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 252 0.010720 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001617 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/9f4eac8b-72de-4db1-8285-ff8974137c8b HTTP/1.1" 200 244 0.008642 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 257 0.016448 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001485 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/57fe5bf2-7165-4b47-84d3-be9c66c68e91 HTTP/1.1" 200 244 0.008841 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 251 0.012211 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/a207c898-c361-4f50-a2bd-cfe0b1578d02 HTTP/1.1" 200 244 0.009315 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 257 0.002986 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/731cd450-6060-4e60-b6f9-1b9244e1efad HTTP/1.1" 200 244 0.008814 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 261 0.002960 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001929 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/08a8e39c-7b60-4196-bc40-c8661e1edf94 HTTP/1.1" 200 244 0.009755 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 258 0.004614 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012849 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/121ee8e0-0f05-42b7-b5e7-03f7e21c6505 HTTP/1.1" 200 244 0.007775 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 254 0.003596 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002175 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/a0187eb1-e60a-4911-803f-64136931b55b HTTP/1.1" 200 244 0.021765 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 254 0.006668 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001859 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/ecab822f-4b67-453e-b02c-0443cdf92b9b HTTP/1.1" 200 244 0.027755 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 254 0.003406 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001545 10.0.0.73 - - [2025-11-06 02:05:51] "PUT /alarm/2e57bea3-384e-43a5-b24b-ef6b83e5e888 HTTP/1.1" 200 244 0.008324 10.0.0.73 - - [2025-11-06 02:05:51] "POST /alarms HTTP/1.1" 409 247 0.005995 10.0.0.73 - - [2025-11-06 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001757 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /alarm/738f6851-cd07-4135-8a70-a92ed58f1cbf HTTP/1.1" 200 244 0.009757 10.0.0.73 - - [2025-11-06 02:05:52] "POST /alarms HTTP/1.1" 409 272 0.003302 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001552 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /alarm/a3ee7807-87c3-4535-8bd1-b4e0c6f2b9e3 HTTP/1.1" 200 244 0.009007 10.0.0.73 - - [2025-11-06 02:05:52] "POST /alarms HTTP/1.1" 409 261 0.011864 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /alarm/96adb57e-852e-47a1-946b-f8d3c41486ae HTTP/1.1" 200 244 0.011118 10.0.0.73 - - [2025-11-06 02:05:52] "POST /alarms HTTP/1.1" 409 259 0.009670 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001634 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /alarm/7709acd1-d079-44dc-8ac2-92a773ebb23c HTTP/1.1" 200 244 0.010050 10.0.0.73 - - [2025-11-06 02:05:52] "POST /alarms HTTP/1.1" 409 265 0.006915 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /alarm/cba4eff6-909c-4d82-a5de-40fa53cb8e3d HTTP/1.1" 200 244 0.018990 10.0.0.73 - - [2025-11-06 02:05:52] "POST /alarms HTTP/1.1" 409 279 0.012665 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001668 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /alarm/f6ee8295-b8b1-4d57-aee0-61b74b493c25 HTTP/1.1" 200 244 0.009233 10.0.0.73 - - [2025-11-06 02:05:52] "GET / HTTP/1.1" 200 35931 0.001542 10.0.0.73 - - [2025-11-06 02:05:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002001 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001486 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.010739 10.0.0.73 - - [2025-11-06 02:05:52] "GET / HTTP/1.1" 200 35931 0.001595 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001933 10.0.0.73 - - [2025-11-06 02:05:52] "GET /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002424 10.0.0.73 - - [2025-11-06 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001288 10.0.0.73 - - [2025-11-06 02:05:52] "PUT /global-vrouter-config/db04887d-61ad-47b2-bda3-15e827783cae HTTP/1.1" 200 276 0.009414 10.0.0.73 - - [2025-11-06 02:05:53] "GET / HTTP/1.1" 200 35931 0.001392 10.0.0.73 - - [2025-11-06 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002113 10.0.0.73 - - [2025-11-06 02:05:53] "GET /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004151 10.0.0.73 - - [2025-11-06 02:05:53] "PUT /global-system-config/5a6dffd4-581d-4a72-92a8-fe7f79cb3fc3 HTTP/1.1" 200 274 0.013785 10.0.0.73 - - [2025-11-06 02:05:56] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.73 - - [2025-11-06 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.73 - - [2025-11-06 02:05:56] "GET /routing-instance/0fb0e964-83f2-4304-b230-bd5bff8e3fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003157 10.0.0.73 - - [2025-11-06 02:05:56] "POST /bgp-routers HTTP/1.1" 409 301 0.009954 10.0.0.73 - - [2025-11-06 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002109 10.0.0.73 - - [2025-11-06 02:05:56] "GET /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.002871 10.0.0.73 - - [2025-11-06 02:05:56] "PUT /bgp-router/094aff06-1b63-42a2-8ae0-b2924d204917 HTTP/1.1" 200 254 0.026927 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:05:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001427 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:05:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001062 10.0.0.73 - - [2025-11-06 02:05:57] "GET /global-system-configs HTTP/1.1" 200 322 0.002376 10.0.0.73 - - [2025-11-06 02:05:59] "GET /global-system-configs HTTP/1.1" 200 322 0.005510 10.0.0.73 - - [2025-11-06 02:06:02] "POST /tags HTTP/1.1" 200 355 0.031011 10.0.0.73 - - [2025-11-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.73 - - [2025-11-06 02:06:02] "GET /tag/adfc9846-41fa-4431-8bd1-25e8688f291f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.019345 10.0.0.73 - - [2025-11-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.73 - - [2025-11-06 02:06:02] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004185 10.0.0.73 - - [2025-11-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.73 - - [2025-11-06 02:06:02] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.067442 10.0.0.73 - - [2025-11-06 02:06:02] "POST /virtual-machines HTTP/1.1" 200 351 0.007653 10.0.0.73 - - [2025-11-06 02:06:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.015268 10.0.0.73 - - [2025-11-06 02:06:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.117654 10.0.0.73 - - [2025-11-06 02:06:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.008593 10.0.0.73 - - [2025-11-06 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009821 10.0.0.73 - - [2025-11-06 02:06:02] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005420 10.0.0.73 - - [2025-11-06 02:06:02] "POST /instance-ips HTTP/1.1" 200 391 0.022613 10.0.0.73 - - [2025-11-06 02:06:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.039857 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.013823 10.0.0.73 - - [2025-11-06 02:06:03] "POST /set-tag HTTP/1.1" 200 109 0.018503 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.007911 10.0.0.73 - - [2025-11-06 02:06:03] "GET /instance-ip/2579267e-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1907 0.003736 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004397 10.0.0.73 - - [2025-11-06 02:06:03] "POST /set-tag HTTP/1.1" 200 109 0.002642 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003607 10.0.0.73 - - [2025-11-06 02:06:03] "POST /ref-update HTTP/1.1" 200 156 0.019438 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.021091 10.0.0.73 - - [2025-11-06 02:06:03] "POST /set-tag HTTP/1.1" 200 109 0.004965 10.0.0.73 - - [2025-11-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-network/09dfd100-9a4d-4ac2-b6dc-d3f9915e396e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.006190 10.0.0.73 - - [2025-11-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001842 10.0.0.73 - - [2025-11-06 02:06:03] "GET /project/317bd39a-cf88-4ca1-906f-f98e2e5941ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.042400 10.0.0.73 - - [2025-11-06 02:06:03] "POST /virtual-machines HTTP/1.1" 200 355 0.007429 10.0.0.73 - - [2025-11-06 02:06:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.019050 10.0.0.73 - - [2025-11-06 02:06:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.111922 10.0.0.73 - - [2025-11-06 02:06:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.011710 10.0.0.73 - - [2025-11-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.017329 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.010624 10.0.0.73 - - [2025-11-06 02:06:03] "POST /instance-ips HTTP/1.1" 200 395 0.023158 10.0.0.73 - - [2025-11-06 02:06:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.041546 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.014212 10.0.0.73 - - [2025-11-06 02:06:03] "POST /set-tag HTTP/1.1" 200 109 0.019415 10.0.0.73 - - [2025-11-06 02:06:03] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.016778 10.0.0.73 - - [2025-11-06 02:06:03] "GET /instance-ip/25f1ffae-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.004023 10.0.0.73 - - [2025-11-06 02:06:04] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004538 10.0.0.73 - - [2025-11-06 02:06:04] "POST /set-tag HTTP/1.1" 200 109 0.002200 10.0.0.73 - - [2025-11-06 02:06:04] "GET /virtual-router/2596880e-31b3-4a11-bee2-c4104fe562a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1677 0.003489 10.0.0.73 - - [2025-11-06 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.009395 10.0.0.73 - - [2025-11-06 02:06:04] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003769 10.0.0.73 - - [2025-11-06 02:06:04] "POST /set-tag HTTP/1.1" 200 109 0.002345 10.0.0.73 - - [2025-11-06 02:06:04] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004544 10.0.0.73 - - [2025-11-06 02:06:04] "POST /set-tag HTTP/1.1" 200 109 0.008042 10.0.0.73 - - [2025-11-06 02:06:04] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004456 10.0.0.73 - - [2025-11-06 02:06:04] "POST /set-tag HTTP/1.1" 200 109 0.003630 10.0.0.73 - - [2025-11-06 02:06:20] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004932 10.0.0.73 - - [2025-11-06 02:06:20] "POST /set-tag HTTP/1.1" 200 109 0.002141 10.0.0.73 - - [2025-11-06 02:06:21] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004125 10.0.0.73 - - [2025-11-06 02:06:21] "POST /set-tag HTTP/1.1" 200 109 0.002123 10.0.0.73 - - [2025-11-06 02:06:23] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004497 10.0.0.73 - - [2025-11-06 02:06:23] "POST /set-tag HTTP/1.1" 200 109 0.002008 10.0.0.73 - - [2025-11-06 02:06:53] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005750 10.0.0.73 - - [2025-11-06 02:06:53] "POST /set-tag HTTP/1.1" 200 109 0.002469 10.0.0.73 - - [2025-11-06 02:06:53] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005980 10.0.0.73 - - [2025-11-06 02:06:53] "POST /set-tag HTTP/1.1" 200 109 0.003868 10.0.0.73 - - [2025-11-06 02:06:53] "GET /virtual-machine/4a462803-a11b-4c3c-baca-e6f3cfef3ff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.005521 10.0.0.73 - - [2025-11-06 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.73 - - [2025-11-06 02:06:53] "GET /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.010178 10.0.0.73 - - [2025-11-06 02:06:53] "POST /set-tag HTTP/1.1" 200 109 0.045340 10.0.0.73 - - [2025-11-06 02:06:53] "POST /set-tag HTTP/1.1" 200 109 0.058109 10.0.0.73 - - [2025-11-06 02:06:53] "DELETE /instance-ip/2579267e-bab5-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.058468 10.0.0.73 - - [2025-11-06 02:06:54] "DELETE /virtual-machine-interface/255e93d6-bab5-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.053378 10.0.0.73 - - [2025-11-06 02:06:54] "DELETE /virtual-machine/4a462803-a11b-4c3c-baca-e6f3cfef3ff9 HTTP/1.1" 200 115 0.035751 10.0.0.73 - - [2025-11-06 02:06:54] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004800 10.0.0.73 - - [2025-11-06 02:06:54] "POST /set-tag HTTP/1.1" 200 109 0.002589 10.0.0.73 - - [2025-11-06 02:07:24] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.007271 10.0.0.73 - - [2025-11-06 02:07:24] "POST /set-tag HTTP/1.1" 200 109 0.003379 10.0.0.73 - - [2025-11-06 02:07:24] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.006352 10.0.0.73 - - [2025-11-06 02:07:24] "POST /set-tag HTTP/1.1" 200 109 0.002728 10.0.0.73 - - [2025-11-06 02:07:24] "GET /virtual-machine/da319d5a-f0aa-4fab-bc22-b7b253f593a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.002878 10.0.0.73 - - [2025-11-06 02:07:24] "POST /ref-update HTTP/1.1" 200 156 0.012200 10.0.0.73 - - [2025-11-06 02:07:24] "GET /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004452 10.0.0.73 - - [2025-11-06 02:07:24] "POST /set-tag HTTP/1.1" 200 109 0.016155 10.0.0.73 - - [2025-11-06 02:07:24] "POST /set-tag HTTP/1.1" 200 109 0.028493 10.0.0.73 - - [2025-11-06 02:07:24] "DELETE /instance-ip/25f1ffae-bab5-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.058186 10.0.0.73 - - [2025-11-06 02:07:25] "DELETE /virtual-machine-interface/25d71770-bab5-11f0-9c3c-fa163e957c6d HTTP/1.1" 200 115 0.061541 10.0.0.73 - - [2025-11-06 02:07:25] "DELETE /virtual-machine/da319d5a-f0aa-4fab-bc22-b7b253f593a2 HTTP/1.1" 200 115 0.019607 10.0.0.73 - - [2025-11-06 02:07:25] "DELETE /tag/adfc9846-41fa-4431-8bd1-25e8688f291f HTTP/1.1" 200 115 0.056148 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:07:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000988 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:07:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001009 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:07:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001170 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:07:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000896 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:07:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001228 [Introspect:8084]10.0.0.73 - - [2025-11-06 02:07:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000848