+++ date ++ echo 'INFO: =================== Mon Nov 10 01:32:43 AM UTC 2025 ===================' INFO: =================== Mon Nov 10 01:32:43 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 ' +++ cut -d / -f 1 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ 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.19 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.19 ++ ANALYTICSDB_NODES=10.0.0.19 ++ ANALYTICS_SNMP_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ '[' -n '10.0.0.19:8081 ' ']' +++ echo 10.0.0.19:8081 ++ ANALYTICS_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ '[' -n '10.0.0.19:9042 ' ']' +++ echo 10.0.0.19:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.19:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ '[' -n '10.0.0.19:8086 ' ']' +++ echo 10.0.0.19:8086 ++ COLLECTOR_SERVERS=10.0.0.19: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.19 ++ CONFIGDB_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ '[' -n '10.0.0.19:8082 ' ']' +++ echo 10.0.0.19:8082 ++ CONFIG_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ '[' -n '10.0.0.19:9161 ' ']' +++ echo 10.0.0.19:9161 ++ CONFIGDB_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ '[' -n '10.0.0.19:9041 ' ']' +++ echo 10.0.0.19:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.19: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.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ '[' -n 10.0.0.19:2181, ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ '[' -n '10.0.0.19:2181 ' ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.19:2181 ++ RABBITMQ_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ '[' -n 10.0.0.19:5673, ']' +++ echo 10.0.0.19:5673 ++ RABBITMQ_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ '[' -n '10.0.0.19:6379 ' ']' +++ echo 10.0.0.19:6379 ++ REDIS_SERVERS=10.0.0.19: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.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ '[' -n '10.0.0.19:9092 ' ']' +++ echo 10.0.0.19:9092 ++ KAFKA_SERVERS=10.0.0.19: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.19 ++ 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.19 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.19 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.19 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.19 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.19 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.19 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.19 +++ local servers=10.0.0.19 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.19,10.105.191.1,127.0.0.1,172.17.0.1,252.19.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.105.191.1,127.0.0.1,172.17.0.1,252.19.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.19:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.19:8082' + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' + 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/10/2025 01:33:29.842 7fb382b29180 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/10/2025 01:33:30.209 7fb382b29180 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/10/2025 01:33:30.261 7fb382b29180 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/10/2025 01:33:30.272 7fb382b29180 [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.19:8082/ Hit Ctrl-C to quit. 10.0.0.19 - - [2025-11-10 01:33:38] "GET / HTTP/1.1" 503 181 0.000276 10.0.0.19 - - [2025-11-10 01:33:39] "GET / HTTP/1.1" 200 35931 0.001310 10.0.0.19 - - [2025-11-10 01:33:39] "GET / HTTP/1.1" 200 35931 0.001266 10.0.0.19 - - [2025-11-10 01:33:39] "GET / HTTP/1.1" 200 35931 0.001210 10.0.0.19 - - [2025-11-10 01:33:39] "GET / HTTP/1.1" 200 45303 0.001224 10.0.0.19 - - [2025-11-10 01:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.19 - - [2025-11-10 01:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.19 - - [2025-11-10 01:33:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.003261 10.0.0.19 - - [2025-11-10 01:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.19 - - [2025-11-10 01:33:39] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011972 10.0.0.19 - - [2025-11-10 01:33:39] "POST /service-appliance-sets HTTP/1.1" 200 553 0.028123 10.0.0.19 - - [2025-11-10 01:33:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.003400 10.0.0.19 - - [2025-11-10 01:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.19 - - [2025-11-10 01:33:40] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006962 10.0.0.19 - - [2025-11-10 01:33:40] "POST /service-appliance-sets HTTP/1.1" 200 541 0.057706 10.0.0.19 - - [2025-11-10 01:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.19 - - [2025-11-10 01:33:40] "GET /network-ipam/e3c919f0-0d7c-43d5-811b-781ea6c8261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003838 10.0.0.19 - - [2025-11-10 01:33:40] "POST /service-templates HTTP/1.1" 200 511 0.054022 10.0.0.19 - - [2025-11-10 01:33:40] "POST /service-templates HTTP/1.1" 200 501 0.031432 10.0.0.19 - - [2025-11-10 01:33:40] "POST /service-templates HTTP/1.1" 200 515 0.055011 10.0.0.19 - - [2025-11-10 01:33:40] "POST /service-templates HTTP/1.1" 200 535 0.071849 10.0.0.19 - - [2025-11-10 01:33:40] "POST /service-templates HTTP/1.1" 200 507 0.035418 10.0.0.19 - - [2025-11-10 01:33:40] "GET / HTTP/1.1" 200 35931 0.001213 10.0.0.19 - - [2025-11-10 01:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007700 10.0.0.19 - - [2025-11-10 01:33:40] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010804 10.0.0.19 - - [2025-11-10 01:33:40] "POST /fqname-to-id HTTP/1.1" 404 216 0.002781 10.0.0.19 - - [2025-11-10 01:33:40] "POST /config-nodes HTTP/1.1" 200 593 0.032340 10.0.0.19 - - [2025-11-10 01:33:41] "GET / HTTP/1.1" 200 35931 0.004223 10.0.0.19 - - [2025-11-10 01:33:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002740 10.0.0.19 - - [2025-11-10 01:33:42] "GET / HTTP/1.1" 200 35931 0.001577 10.0.0.19 - - [2025-11-10 01:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.19 - - [2025-11-10 01:33:42] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007042 10.0.0.19 - - [2025-11-10 01:33:42] "POST /fqname-to-id HTTP/1.1" 404 216 0.001775 10.0.0.19 - - [2025-11-10 01:33:42] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.018041 10.0.0.19 - - [2025-11-10 01:33:42] "GET / HTTP/1.1" 200 35931 0.001424 10.0.0.19 - - [2025-11-10 01:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.19 - - [2025-11-10 01:33:42] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006073 10.0.0.19 - - [2025-11-10 01:33:42] "POST /fqname-to-id HTTP/1.1" 404 216 0.002249 10.0.0.19 - - [2025-11-10 01:33:42] "POST /config-database-nodes HTTP/1.1" 200 611 0.049916 10.0.0.19 - - [2025-11-10 01:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007476 10.0.0.19 - - [2025-11-10 01:33:42] "GET /network-ipam/e3c919f0-0d7c-43d5-811b-781ea6c8261c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003536 10.0.0.19 - - [2025-11-10 01:33:43] "GET / HTTP/1.1" 200 35931 0.001524 10.0.0.19 - - [2025-11-10 01:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.19 - - [2025-11-10 01:33:43] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004852 10.0.0.19 - - [2025-11-10 01:33:43] "POST /fqname-to-id HTTP/1.1" 404 216 0.001885 10.0.0.19 - - [2025-11-10 01:33:43] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.018628 10.0.0.19 - - [2025-11-10 01:33:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.002686 10.0.0.19 - - [2025-11-10 01:33:43] "POST /access-control-lists HTTP/1.1" 200 587 0.023181 10.0.0.19 - - [2025-11-10 01:33:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.011869 10.0.0.19 - - [2025-11-10 01:33:43] "POST /access-control-lists HTTP/1.1" 200 585 0.021089 10.0.0.19 - - [2025-11-10 01:33:43] "GET / HTTP/1.1" 200 35931 0.001583 10.0.0.19 - - [2025-11-10 01:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.19 - - [2025-11-10 01:33:43] "POST /route-targets HTTP/1.1" 200 327 0.014470 10.0.0.19 - - [2025-11-10 01:33:43] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009959 10.0.0.19 - - [2025-11-10 01:33:43] "POST /fqname-to-id HTTP/1.1" 404 216 0.003321 10.0.0.19 - - [2025-11-10 01:33:43] "POST /ref-update HTTP/1.1" 200 156 0.026557 10.0.0.19 - - [2025-11-10 01:33:43] "POST /database-nodes HTTP/1.1" 200 597 0.031252 10.0.0.19 - - [2025-11-10 01:33:43] "POST /route-targets HTTP/1.1" 200 327 0.018241 10.0.0.19 - - [2025-11-10 01:33:43] "POST /ref-update HTTP/1.1" 200 156 0.020967 10.0.0.19 - - [2025-11-10 01:33:43] "POST /route-targets HTTP/1.1" 200 327 0.012686 10.0.0.19 - - [2025-11-10 01:33:43] "POST /ref-update HTTP/1.1" 200 156 0.015988 10.0.0.19 - - [2025-11-10 01:33:43] "POST /route-targets HTTP/1.1" 200 327 0.009744 10.0.0.19 - - [2025-11-10 01:33:43] "POST /ref-update HTTP/1.1" 200 156 0.021882 10.0.0.19 - - [2025-11-10 01:33:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.002481 10.0.0.19 - - [2025-11-10 01:33:44] "POST /access-control-lists HTTP/1.1" 200 551 0.061419 10.0.0.19 - - [2025-11-10 01:33:44] "PUT /access-control-list/b42b53b8-5b76-48cb-aa72-146e50cd5400 HTTP/1.1" 200 272 0.025198 10.0.0.19 - - [2025-11-10 01:33:44] "PUT /access-control-list/9e9f272c-940c-48ed-8ff5-96bc18ed0bd5 HTTP/1.1" 200 272 0.010205 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:33:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001040 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:33:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001001 10.0.0.19 - - [2025-11-10 01:33:44] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.19 - - [2025-11-10 01:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.19 - - [2025-11-10 01:33:44] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006313 10.0.0.19 - - [2025-11-10 01:33:44] "POST /fqname-to-id HTTP/1.1" 404 216 0.001992 10.0.0.19 - - [2025-11-10 01:33:45] "GET / HTTP/1.1" 200 35931 0.001515 10.0.0.19 - - [2025-11-10 01:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.19 - - [2025-11-10 01:33:45] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004422 10.0.0.19 - - [2025-11-10 01:33:45] "POST /analytics-nodes HTTP/1.1" 200 599 0.345691 10.0.0.19 - - [2025-11-10 01:33:45] "POST /bgp-routers HTTP/1.1" 200 616 0.216126 10.0.0.19 - - [2025-11-10 01:33:45] "GET /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.048795 10.0.0.19 - - [2025-11-10 01:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.19 - - [2025-11-10 01:33:45] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005419 10.0.0.19 - - [2025-11-10 01:33:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003032 10.0.0.19 - - [2025-11-10 01:33:45] "POST /ref-update HTTP/1.1" 200 156 0.016567 10.0.0.19 - - [2025-11-10 01:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.19 - - [2025-11-10 01:33:46] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1214 0.003967 10.0.0.19 - - [2025-11-10 01:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010952 10.0.0.19 - - [2025-11-10 01:33:46] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.017098 10.0.0.19 - - [2025-11-10 01:33:46] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.19 - - [2025-11-10 01:33:46] "POST /alarms HTTP/1.1" 200 581 0.030681 10.0.0.19 - - [2025-11-10 01:33:46] "POST /alarms HTTP/1.1" 200 575 0.068089 10.0.0.19 - - [2025-11-10 01:33:46] "POST /alarms HTTP/1.1" 200 575 0.062729 10.0.0.19 - - [2025-11-10 01:33:46] "POST /alarms HTTP/1.1" 200 559 0.103246 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 555 0.092338 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 557 0.033752 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 565 0.031104 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 549 0.022730 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 557 0.046697 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 567 0.048860 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 555 0.018521 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 567 0.045544 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 575 0.081472 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 569 0.061742 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 561 0.026858 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 561 0.041477 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 561 0.027337 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 547 0.044556 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 595 0.025750 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 575 0.032515 10.0.0.19 - - [2025-11-10 01:33:47] "POST /alarms HTTP/1.1" 200 571 0.032880 10.0.0.19 - - [2025-11-10 01:33:48] "POST /alarms HTTP/1.1" 200 583 0.093537 10.0.0.19 - - [2025-11-10 01:33:48] "POST /alarms HTTP/1.1" 200 609 0.020035 10.0.0.19 - - [2025-11-10 01:33:48] "GET / HTTP/1.1" 200 35931 0.001628 10.0.0.19 - - [2025-11-10 01:33:48] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002785 10.0.0.19 - - [2025-11-10 01:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002314 10.0.0.19 - - [2025-11-10 01:33:48] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.010802 10.0.0.19 - - [2025-11-10 01:33:48] "GET / HTTP/1.1" 200 35931 0.006769 10.0.0.19 - - [2025-11-10 01:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.19 - - [2025-11-10 01:33:48] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003227 10.0.0.19 - - [2025-11-10 01:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006817 10.0.0.19 - - [2025-11-10 01:33:48] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.015694 10.0.0.19 - - [2025-11-10 01:33:49] "GET / HTTP/1.1" 200 35931 0.001221 10.0.0.19 - - [2025-11-10 01:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.19 - - [2025-11-10 01:33:49] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.006038 10.0.0.19 - - [2025-11-10 01:33:49] "PUT /global-system-config/54514587-e2e7-4308-8af9-35016531a793 HTTP/1.1" 200 274 0.017376 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:33:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000941 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:33:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000997 10.0.0.19 - - [2025-11-10 01:33:55] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.19 - - [2025-11-10 01:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.19 - - [2025-11-10 01:33:55] "GET /domain/e506474d-fd80-428e-b83a-d321707cda24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006964 10.0.0.19 - - [2025-11-10 01:33:56] "POST /id-to-fqname HTTP/1.1" 200 173 0.000541 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 404 182 0.004094 10.0.0.19 - - [2025-11-10 01:33:56] "POST /security-groups HTTP/1.1" 200 570 0.147792 10.0.0.19 - - [2025-11-10 01:33:56] "POST /projects HTTP/1.1" 200 481 0.340361 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 404 213 0.002350 10.0.0.19 - - [2025-11-10 01:33:56] "POST /security-groups HTTP/1.1" 200 534 0.077367 10.0.0.19 - - [2025-11-10 01:33:56] "POST /access-control-lists HTTP/1.1" 200 579 0.137481 10.0.0.19 - - [2025-11-10 01:33:56] "POST /chown HTTP/1.1" 200 109 0.058952 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 404 212 0.047589 10.0.0.19 - - [2025-11-10 01:33:56] "POST /policy-managements HTTP/1.1" 409 214 0.028089 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011357 10.0.0.19 - - [2025-11-10 01:33:56] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.007746 10.0.0.19 - - [2025-11-10 01:33:56] "POST /access-control-lists HTTP/1.1" 200 577 0.152657 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 404 232 0.011959 10.0.0.19 - - [2025-11-10 01:33:56] "POST /application-policy-sets HTTP/1.1" 200 528 0.162619 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.020608 10.0.0.19 - - [2025-11-10 01:33:56] "POST /access-control-lists HTTP/1.1" 200 594 0.097715 10.0.0.19 - - [2025-11-10 01:33:56] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.033219 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.018300 10.0.0.19 - - [2025-11-10 01:33:56] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.059439 10.0.0.19 - - [2025-11-10 01:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.022461 10.0.0.19 - - [2025-11-10 01:33:56] "POST /access-control-lists HTTP/1.1" 200 592 0.076833 10.0.0.19 - - [2025-11-10 01:33:57] "GET /virtual-network/12b78bb3-dbbd-4973-9ceb-76bb4c068cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.015464 10.0.0.19 - - [2025-11-10 01:33:57] "POST /id-to-fqname HTTP/1.1" 200 177 0.000528 10.0.0.19 - - [2025-11-10 01:33:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.021784 10.0.0.19 - - [2025-11-10 01:33:57] "POST /security-groups HTTP/1.1" 200 574 0.101588 10.0.0.19 - - [2025-11-10 01:33:57] "POST /projects HTTP/1.1" 200 489 0.410189 10.0.0.19 - - [2025-11-10 01:33:57] "POST /fqname-to-id HTTP/1.1" 404 217 0.009106 10.0.0.19 - - [2025-11-10 01:33:57] "POST /security-groups HTTP/1.1" 200 546 0.116333 10.0.0.19 - - [2025-11-10 01:33:57] "POST /access-control-lists HTTP/1.1" 200 583 0.095556 10.0.0.19 - - [2025-11-10 01:33:57] "POST /fqname-to-id HTTP/1.1" 404 216 0.039950 10.0.0.19 - - [2025-11-10 01:33:57] "POST /chown HTTP/1.1" 200 109 0.066461 10.0.0.19 - - [2025-11-10 01:33:57] "POST /access-control-lists HTTP/1.1" 200 581 0.120383 10.0.0.19 - - [2025-11-10 01:33:57] "POST /fqname-to-id HTTP/1.1" 404 240 0.002754 10.0.0.19 - - [2025-11-10 01:33:57] "POST /network-ipams HTTP/1.1" 200 522 0.125337 10.0.0.19 - - [2025-11-10 01:33:57] "POST /access-control-lists HTTP/1.1" 200 602 0.084955 10.0.0.19 - - [2025-11-10 01:33:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.052291 10.0.0.19 - - [2025-11-10 01:33:57] "POST /network-ipams HTTP/1.1" 200 510 0.151602 10.0.0.19 - - [2025-11-10 01:33:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.007821 10.0.0.19 - - [2025-11-10 01:33:58] "POST /access-control-lists HTTP/1.1" 200 600 0.082080 10.0.0.19 - - [2025-11-10 01:33:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.007578 10.0.0.19 - - [2025-11-10 01:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.022321 10.0.0.19 - - [2025-11-10 01:33:58] "POST /virtual-networks HTTP/1.1" 200 538 0.268280 10.0.0.19 - - [2025-11-10 01:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.19 - - [2025-11-10 01:33:58] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1733 0.082508 10.0.0.19 - - [2025-11-10 01:33:58] "POST /access-control-lists HTTP/1.1" 200 589 0.195232 10.0.0.19 - - [2025-11-10 01:33:58] "POST /route-targets HTTP/1.1" 200 327 0.026698 10.0.0.19 - - [2025-11-10 01:33:58] "POST /network-ipams HTTP/1.1" 200 518 0.142327 10.0.0.19 - - [2025-11-10 01:33:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.039487 10.0.0.19 - - [2025-11-10 01:33:58] "POST /ref-update HTTP/1.1" 200 156 0.076694 10.0.0.19 - - [2025-11-10 01:33:58] "PUT /access-control-list/c64b9c77-b002-491a-95d6-29577def41be HTTP/1.1" 200 272 0.037888 10.0.0.19 - - [2025-11-10 01:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010266 10.0.0.19 - - [2025-11-10 01:33:58] "POST /virtual-networks HTTP/1.1" 200 546 0.283421 10.0.0.19 - - [2025-11-10 01:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.19 - - [2025-11-10 01:33:58] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1750 0.013240 10.0.0.19 - - [2025-11-10 01:33:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003054 10.0.0.19 - - [2025-11-10 01:33:59] "POST /network-policys HTTP/1.1" 200 538 0.062106 10.0.0.19 - - [2025-11-10 01:33:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.021163 10.0.0.19 - - [2025-11-10 01:33:59] "POST /route-targets HTTP/1.1" 200 327 0.045360 10.0.0.19 - - [2025-11-10 01:33:59] "POST /ref-update HTTP/1.1" 200 156 0.042379 10.0.0.19 - - [2025-11-10 01:33:59] "POST /network-policys HTTP/1.1" 200 534 0.050457 10.0.0.19 - - [2025-11-10 01:33:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.010728 10.0.0.19 - - [2025-11-10 01:33:59] "POST /network-policys HTTP/1.1" 200 542 0.064930 10.0.0.19 - - [2025-11-10 01:33:59] "PUT /access-control-list/d2cc2540-6b9d-43d5-8a0e-71381dc4d74a HTTP/1.1" 200 272 0.039820 10.0.0.19 - - [2025-11-10 01:33:59] "POST /ref-update HTTP/1.1" 200 156 0.113870 10.0.0.19 - - [2025-11-10 01:33:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004475 10.0.0.19 - - [2025-11-10 01:33:59] "POST /ref-update HTTP/1.1" 200 156 0.121332 10.0.0.19 - - [2025-11-10 01:33:59] "PUT /access-control-list/c64b9c77-b002-491a-95d6-29577def41be HTTP/1.1" 200 272 0.106754 10.0.0.19 - - [2025-11-10 01:33:59] "POST /ref-update HTTP/1.1" 200 156 0.157690 10.0.0.19 - - [2025-11-10 01:33:59] "PUT /access-control-list/c64b9c77-b002-491a-95d6-29577def41be HTTP/1.1" 200 272 0.091682 10.0.0.19 - - [2025-11-10 01:33:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013373 10.0.0.19 - - [2025-11-10 01:33:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.018526 10.0.0.19 - - [2025-11-10 01:33:59] "PUT /access-control-list/d2cc2540-6b9d-43d5-8a0e-71381dc4d74a HTTP/1.1" 200 272 0.139440 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-update HTTP/1.1" 200 156 0.148687 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-update HTTP/1.1" 200 156 0.266608 10.0.0.19 - - [2025-11-10 01:34:00] "POST /fqname-to-id HTTP/1.1" 404 237 0.011019 10.0.0.19 - - [2025-11-10 01:34:00] "POST /access-control-lists HTTP/1.1" 200 601 0.043222 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-update HTTP/1.1" 200 156 0.078515 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-update HTTP/1.1" 200 156 0.076508 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-update HTTP/1.1" 200 156 0.140031 10.0.0.19 - - [2025-11-10 01:34:00] "PUT /access-control-list/d2cc2540-6b9d-43d5-8a0e-71381dc4d74a HTTP/1.1" 200 272 0.095896 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.044781 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.019418 10.0.0.19 - - [2025-11-10 01:34:00] "PUT /access-control-list/ddf204bf-d713-44ff-968f-d930dfb0f7ca HTTP/1.1" 200 272 0.021709 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.024637 10.0.0.19 - - [2025-11-10 01:34:00] "POST /ref-update HTTP/1.1" 200 156 0.077215 10.0.0.19 - - [2025-11-10 01:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.19 - - [2025-11-10 01:34:00] "GET /virtual-network/12b78bb3-dbbd-4973-9ceb-76bb4c068cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.015740 10.0.0.19 - - [2025-11-10 01:34:00] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.009078 10.0.0.19 - - [2025-11-10 01:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.19 - - [2025-11-10 01:34:00] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002562 10.0.0.19 - - [2025-11-10 01:34:00] "POST /firewall-policys HTTP/1.1" 200 530 0.130662 10.0.0.19 - - [2025-11-10 01:34:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.030134 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.018279 10.0.0.19 - - [2025-11-10 01:34:01] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.002897 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003692 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.020187 10.0.0.19 - - [2025-11-10 01:34:01] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.003920 10.0.0.19 - - [2025-11-10 01:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001442 10.0.0.19 - - [2025-11-10 01:34:01] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.001972 10.0.0.19 - - [2025-11-10 01:34:01] "POST /firewall-policys HTTP/1.1" 200 532 0.016254 10.0.0.19 - - [2025-11-10 01:34:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.014816 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.009840 10.0.0.19 - - [2025-11-10 01:34:01] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.004542 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.004521 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.002185 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.002273 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.013101 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.038970 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.021121 10.0.0.19 - - [2025-11-10 01:34:01] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.017802 10.0.0.19 - - [2025-11-10 01:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.19 - - [2025-11-10 01:34:01] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003235 10.0.0.19 - - [2025-11-10 01:34:01] "POST /firewall-policys HTTP/1.1" 200 530 0.024401 10.0.0.19 - - [2025-11-10 01:34:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.054568 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/e4263349-fe45-4563-9ed2-698a73bc8eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.007183 10.0.0.19 - - [2025-11-10 01:34:01] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.002930 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/e4263349-fe45-4563-9ed2-698a73bc8eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.002509 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003169 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.003324 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.002648 10.0.0.19 - - [2025-11-10 01:34:01] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.002345 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.016886 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.022609 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.050250 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.024522 10.0.0.19 - - [2025-11-10 01:34:01] "POST /ref-update HTTP/1.1" 200 156 0.044178 10.0.0.19 - - [2025-11-10 01:34:02] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1755 0.010169 10.0.0.19 - - [2025-11-10 01:34:02] "POST /tags HTTP/1.1" 200 299 0.038055 10.0.0.19 - - [2025-11-10 01:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006838 10.0.0.19 - - [2025-11-10 01:34:02] "GET /tag/745622fa-3adb-4f94-9d6d-ebd8de0f6287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.025521 10.0.0.19 - - [2025-11-10 01:34:02] "POST /set-tag HTTP/1.1" 200 109 0.018441 10.0.0.19 - - [2025-11-10 01:34:02] "POST /fqname-to-id HTTP/1.1" 404 226 0.006860 10.0.0.19 - - [2025-11-10 01:34:02] "POST /tags HTTP/1.1" 200 301 0.088710 10.0.0.19 - - [2025-11-10 01:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.19 - - [2025-11-10 01:34:02] "GET /tag/121770fc-821a-4f4b-b401-8fa014f2736c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.019884 10.0.0.19 - - [2025-11-10 01:34:02] "POST /tags HTTP/1.1" 200 325 0.064224 10.0.0.19 - - [2025-11-10 01:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008451 10.0.0.19 - - [2025-11-10 01:34:02] "GET /tag/9fd91d60-c57a-4c6b-aec4-83f29f878ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1168 0.017534 10.0.0.19 - - [2025-11-10 01:34:02] "POST /tags HTTP/1.1" 200 311 0.068818 10.0.0.19 - - [2025-11-10 01:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.019444 10.0.0.19 - - [2025-11-10 01:34:02] "GET /tag/9c920395-379b-439b-b487-761b09b7bbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.015045 10.0.0.19 - - [2025-11-10 01:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002132 10.0.0.19 - - [2025-11-10 01:34:02] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.008096 10.0.0.19 - - [2025-11-10 01:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.19 - - [2025-11-10 01:34:02] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.046007 10.0.0.19 - - [2025-11-10 01:34:02] "POST /virtual-machines HTTP/1.1" 200 377 0.028967 10.0.0.19 - - [2025-11-10 01:34:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.007682 10.0.0.19 - - [2025-11-10 01:34:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.116201 10.0.0.19 - - [2025-11-10 01:34:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.025411 10.0.0.19 - - [2025-11-10 01:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006652 10.0.0.19 - - [2025-11-10 01:34:03] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006030 10.0.0.19 - - [2025-11-10 01:34:03] "POST /instance-ips HTTP/1.1" 200 409 0.038759 10.0.0.19 - - [2025-11-10 01:34:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.020892 10.0.0.19 - - [2025-11-10 01:34:03] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009596 10.0.0.19 - - [2025-11-10 01:34:03] "POST /set-tag HTTP/1.1" 200 109 0.026026 10.0.0.19 - - [2025-11-10 01:34:03] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3404 0.057938 10.0.0.19 - - [2025-11-10 01:34:03] "GET /instance-ip/56db7744-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006065 10.0.0.19 - - [2025-11-10 01:34:03] "POST /tags HTTP/1.1" 200 305 0.109581 10.0.0.19 - - [2025-11-10 01:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.036740 10.0.0.19 - - [2025-11-10 01:34:03] "GET /tag/d74ced4d-86f2-4f4b-89a9-edc92bcee1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.074867 10.0.0.19 - - [2025-11-10 01:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005803 10.0.0.19 - - [2025-11-10 01:34:03] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.046118 10.0.0.19 - - [2025-11-10 01:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.19 - - [2025-11-10 01:34:03] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.020179 10.0.0.19 - - [2025-11-10 01:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.19 - - [2025-11-10 01:34:03] "GET /service-appliance-set/c0d70b73-fc57-4325-bc6d-bbff0812a252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.015597 10.0.0.19 - - [2025-11-10 01:34:03] "POST /fqname-to-id HTTP/1.1" 404 240 0.002127 10.0.0.19 - - [2025-11-10 01:34:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.087573 10.0.0.19 - - [2025-11-10 01:34:04] "GET /virtual-machine-interface/fdf705cd-556d-4f93-8f9f-a036c289c7c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.024009 10.0.0.19 - - [2025-11-10 01:34:04] "POST /instance-ips HTTP/1.1" 200 381 0.055346 10.0.0.19 - - [2025-11-10 01:34:04] "GET /instance-ip/504d7493-ddfa-487d-ac13-c799ac827e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007147 10.0.0.19 - - [2025-11-10 01:34:04] "POST /loadbalancers HTTP/1.1" 200 582 0.076128 10.0.0.19 - - [2025-11-10 01:34:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.019510 10.0.0.19 - - [2025-11-10 01:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.19 - - [2025-11-10 01:34:04] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.024847 10.0.0.19 - - [2025-11-10 01:34:04] "GET /loadbalancer/bc467645-1960-4df9-9f9e-e6d48dc451e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.007924 10.0.0.19 - - [2025-11-10 01:34:04] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.052123 10.0.0.19 - - [2025-11-10 01:34:04] "GET /instance-ip/504d7493-ddfa-487d-ac13-c799ac827e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.003366 10.0.0.19 - - [2025-11-10 01:34:04] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.046565 10.0.0.19 - - [2025-11-10 01:34:04] "POST /floating-ips HTTP/1.1" 200 583 0.031718 10.0.0.19 - - [2025-11-10 01:34:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.021879 10.0.0.19 - - [2025-11-10 01:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.034399 10.0.0.19 - - [2025-11-10 01:34:04] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.051569 10.0.0.19 - - [2025-11-10 01:34:04] "GET /loadbalancer-listener/c1676983-3d77-437f-b465-e1ed0ccc3786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004133 10.0.0.19 - - [2025-11-10 01:34:04] "GET /loadbalancer-listener/c1676983-3d77-437f-b465-e1ed0ccc3786?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1198 0.003282 10.0.0.19 - - [2025-11-10 01:34:04] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.021243 10.0.0.19 - - [2025-11-10 01:34:04] "GET /instance-ip/504d7493-ddfa-487d-ac13-c799ac827e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.002923 10.0.0.19 - - [2025-11-10 01:34:04] "GET /instance-ip/504d7493-ddfa-487d-ac13-c799ac827e4d?fields=floating_ips HTTP/1.1" 200 1170 0.006512 10.0.0.19 - - [2025-11-10 01:34:04] "GET /floating-ip/7be1c06a-7cf3-4a30-9ea3-4f4372ad3b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.002388 10.0.0.19 - - [2025-11-10 01:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007504 10.0.0.19 - - [2025-11-10 01:34:04] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1862 0.002892 10.0.0.19 - - [2025-11-10 01:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.19 - - [2025-11-10 01:34:04] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.015599 10.0.0.19 - - [2025-11-10 01:34:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.001852 10.0.0.19 - - [2025-11-10 01:34:04] "POST /tags HTTP/1.1" 200 357 0.080287 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.19 - - [2025-11-10 01:34:05] "GET /tag/4986b9ad-e436-443c-98e2-bee651f4ee6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.017160 10.0.0.19 - - [2025-11-10 01:34:05] "POST /tags HTTP/1.1" 200 305 0.029306 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.19 - - [2025-11-10 01:34:05] "GET /tag/f7a31675-7c89-4290-822c-5a011ff7dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.016541 10.0.0.19 - - [2025-11-10 01:34:05] "POST /id-to-fqname HTTP/1.1" 200 174 0.000430 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.003423 10.0.0.19 - - [2025-11-10 01:34:05] "POST /security-groups HTTP/1.1" 200 571 0.066180 10.0.0.19 - - [2025-11-10 01:34:05] "POST /projects HTTP/1.1" 200 483 0.153912 10.0.0.19 - - [2025-11-10 01:34:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.014205 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.005847 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008088 10.0.0.19 - - [2025-11-10 01:34:05] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.022829 10.0.0.19 - - [2025-11-10 01:34:05] "POST /access-control-lists HTTP/1.1" 200 580 0.082206 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.025382 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.015939 10.0.0.19 - - [2025-11-10 01:34:05] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005807 10.0.0.19 - - [2025-11-10 01:34:05] "POST /access-control-lists HTTP/1.1" 200 578 0.071875 10.0.0.19 - - [2025-11-10 01:34:05] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.147475 10.0.0.19 - - [2025-11-10 01:34:05] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.058840 10.0.0.19 - - [2025-11-10 01:34:05] "POST /security-groups HTTP/1.1" 200 537 0.093961 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.001765 10.0.0.19 - - [2025-11-10 01:34:05] "POST /access-control-lists HTTP/1.1" 200 596 0.079072 10.0.0.19 - - [2025-11-10 01:34:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.071320 10.0.0.19 - - [2025-11-10 01:34:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.007649 10.0.0.19 - - [2025-11-10 01:34:05] "POST /chown HTTP/1.1" 200 109 0.045204 10.0.0.19 - - [2025-11-10 01:34:05] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006479 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.19 - - [2025-11-10 01:34:06] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004559 10.0.0.19 - - [2025-11-10 01:34:06] "POST /access-control-lists HTTP/1.1" 200 594 0.119478 10.0.0.19 - - [2025-11-10 01:34:06] "POST /tags HTTP/1.1" 409 207 0.009821 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.19 - - [2025-11-10 01:34:06] "GET /tag/f7a31675-7c89-4290-822c-5a011ff7dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.015008 10.0.0.19 - - [2025-11-10 01:34:06] "POST /firewall-rules HTTP/1.1" 200 564 0.078191 10.0.0.19 - - [2025-11-10 01:34:06] "GET /firewall-rule/7bfc37d2-c692-463b-8496-2ba0ab38ec77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.005390 10.0.0.19 - - [2025-11-10 01:34:06] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.003723 10.0.0.19 - - [2025-11-10 01:34:06] "GET /firewall-rule/7bfc37d2-c692-463b-8496-2ba0ab38ec77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.004834 10.0.0.19 - - [2025-11-10 01:34:06] "POST /ref-update HTTP/1.1" 200 156 0.023642 10.0.0.19 - - [2025-11-10 01:34:06] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006790 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001621 10.0.0.19 - - [2025-11-10 01:34:06] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003082 10.0.0.19 - - [2025-11-10 01:34:06] "POST /tags HTTP/1.1" 409 207 0.002570 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001386 10.0.0.19 - - [2025-11-10 01:34:06] "GET /tag/f7a31675-7c89-4290-822c-5a011ff7dcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.014715 10.0.0.19 - - [2025-11-10 01:34:06] "POST /firewall-rules HTTP/1.1" 200 562 0.067700 10.0.0.19 - - [2025-11-10 01:34:06] "GET /firewall-rule/ba8804e4-b2c7-41b5-9ccb-9d388a6e3096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.012560 10.0.0.19 - - [2025-11-10 01:34:06] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1715 0.004050 10.0.0.19 - - [2025-11-10 01:34:06] "GET /firewall-rule/ba8804e4-b2c7-41b5-9ccb-9d388a6e3096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.003194 10.0.0.19 - - [2025-11-10 01:34:06] "POST /ref-update HTTP/1.1" 200 156 0.030677 10.0.0.19 - - [2025-11-10 01:34:06] "POST /tags HTTP/1.1" 200 301 0.021694 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008247 10.0.0.19 - - [2025-11-10 01:34:06] "GET /tag/b793eb51-fd33-409a-924a-cc14d38d19e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.024744 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.19 - - [2025-11-10 01:34:06] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.044446 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.19 - - [2025-11-10 01:34:06] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009031 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002084 10.0.0.19 - - [2025-11-10 01:34:06] "GET /service-appliance-set/c0d70b73-fc57-4325-bc6d-bbff0812a252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002028 10.0.0.19 - - [2025-11-10 01:34:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.001907 10.0.0.19 - - [2025-11-10 01:34:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.105043 10.0.0.19 - - [2025-11-10 01:34:07] "GET /virtual-machine-interface/0571586e-2f08-40cc-ac76-0fc175c3fad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2311 0.008234 10.0.0.19 - - [2025-11-10 01:34:07] "POST /instance-ips HTTP/1.1" 200 377 0.023113 10.0.0.19 - - [2025-11-10 01:34:07] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.008922 10.0.0.19 - - [2025-11-10 01:34:07] "POST /loadbalancers HTTP/1.1" 200 582 0.070265 10.0.0.19 - - [2025-11-10 01:34:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.015121 10.0.0.19 - - [2025-11-10 01:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008494 10.0.0.19 - - [2025-11-10 01:34:07] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.062119 10.0.0.19 - - [2025-11-10 01:34:07] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003736 10.0.0.19 - - [2025-11-10 01:34:07] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.072828 10.0.0.19 - - [2025-11-10 01:34:07] "POST /floating-ips HTTP/1.1" 200 581 0.046500 10.0.0.19 - - [2025-11-10 01:34:07] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004011 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000799 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000890 10.0.0.19 - - [2025-11-10 01:34:07] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.044472 10.0.0.19 - - [2025-11-10 01:34:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.019045 10.0.0.19 - - [2025-11-10 01:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005603 10.0.0.19 - - [2025-11-10 01:34:07] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.049664 10.0.0.19 - - [2025-11-10 01:34:07] "GET /loadbalancer-listener/11771371-0c84-427d-94da-d84329bd6c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.003560 10.0.0.19 - - [2025-11-10 01:34:07] "GET /loadbalancer-listener/11771371-0c84-427d-94da-d84329bd6c17?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.004708 10.0.0.19 - - [2025-11-10 01:34:07] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.213534 10.0.0.19 - - [2025-11-10 01:34:07] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.002667 10.0.0.19 - - [2025-11-10 01:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.19 - - [2025-11-10 01:34:07] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?fields=floating_ips HTTP/1.1" 200 1165 0.007023 10.0.0.19 - - [2025-11-10 01:34:07] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.003951 10.0.0.19 - - [2025-11-10 01:34:07] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.047710 10.0.0.19 - - [2025-11-10 01:34:08] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002816 10.0.0.19 - - [2025-11-10 01:34:08] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.015099 10.0.0.19 - - [2025-11-10 01:34:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.019885 10.0.0.19 - - [2025-11-10 01:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.19 - - [2025-11-10 01:34:08] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.042460 10.0.0.19 - - [2025-11-10 01:34:08] "GET /loadbalancer-listener/9d57084d-32c8-46bd-b565-8d7cbdd5918f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.002114 10.0.0.19 - - [2025-11-10 01:34:08] "GET /loadbalancer-listener/9d57084d-32c8-46bd-b565-8d7cbdd5918f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.006380 10.0.0.19 - - [2025-11-10 01:34:08] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.047785 10.0.0.19 - - [2025-11-10 01:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005744 10.0.0.19 - - [2025-11-10 01:34:08] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.005478 10.0.0.19 - - [2025-11-10 01:34:08] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?fields=floating_ips HTTP/1.1" 200 1165 0.003723 10.0.0.19 - - [2025-11-10 01:34:08] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.053246 10.0.0.19 - - [2025-11-10 01:34:08] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.004863 10.0.0.19 - - [2025-11-10 01:34:08] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006486 10.0.0.19 - - [2025-11-10 01:34:08] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.027756 10.0.0.19 - - [2025-11-10 01:34:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.024735 10.0.0.19 - - [2025-11-10 01:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010608 10.0.0.19 - - [2025-11-10 01:34:08] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.042050 10.0.0.19 - - [2025-11-10 01:34:08] "GET /loadbalancer-listener/a7e68755-b16d-40e6-b03d-c981c977f99a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.010113 10.0.0.19 - - [2025-11-10 01:34:08] "GET /loadbalancer-listener/a7e68755-b16d-40e6-b03d-c981c977f99a?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.010030 10.0.0.19 - - [2025-11-10 01:34:08] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.035191 10.0.0.19 - - [2025-11-10 01:34:08] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.012032 10.0.0.19 - - [2025-11-10 01:34:08] "GET /instance-ip/d4d881fc-60fa-467e-b9e1-97fcbb40ea5b?fields=floating_ips HTTP/1.1" 200 1165 0.026700 10.0.0.19 - - [2025-11-10 01:34:08] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.010785 10.0.0.19 - - [2025-11-10 01:34:08] "POST /tags HTTP/1.1" 200 355 0.100610 10.0.0.19 - - [2025-11-10 01:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011556 10.0.0.19 - - [2025-11-10 01:34:08] "GET /tag/c7e6b1e7-c1fe-432e-bd85-f8eedeb1e825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.013368 10.0.0.19 - - [2025-11-10 01:34:08] "POST /tags HTTP/1.1" 200 303 0.020846 10.0.0.19 - - [2025-11-10 01:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022592 10.0.0.19 - - [2025-11-10 01:34:08] "GET /tag/50d86a27-8b08-4b9b-99a2-0492d4c5c5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.040968 10.0.0.19 - - [2025-11-10 01:34:08] "POST /projects HTTP/1.1" 409 218 0.002305 10.0.0.19 - - [2025-11-10 01:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.19 - - [2025-11-10 01:34:09] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.061084 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.19 - - [2025-11-10 01:34:09] "GET /network-ipam/6ad560a0-9869-4b54-8520-e78fe4c4a426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1558 0.003062 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001792 10.0.0.19 - - [2025-11-10 01:34:09] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004643 10.0.0.19 - - [2025-11-10 01:34:09] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.075084 10.0.0.19 - - [2025-11-10 01:34:09] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.016566 10.0.0.19 - - [2025-11-10 01:34:09] "POST /set-tag HTTP/1.1" 200 109 0.064142 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005755 10.0.0.19 - - [2025-11-10 01:34:09] "GET /network-ipam/c5d1d5b7-dced-463a-a33f-6684bf997b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.003462 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002169 10.0.0.19 - - [2025-11-10 01:34:09] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.003863 10.0.0.19 - - [2025-11-10 01:34:09] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.057088 10.0.0.19 - - [2025-11-10 01:34:09] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006857 10.0.0.19 - - [2025-11-10 01:34:09] "POST /set-tag HTTP/1.1" 200 109 0.066220 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005646 10.0.0.19 - - [2025-11-10 01:34:09] "GET /network-policy/d0fe0220-9034-44bb-bb62-e55ce31e8ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004573 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001585 10.0.0.19 - - [2025-11-10 01:34:09] "GET /network-policy/45d59455-7cf8-4ec9-ba61-a89a178765cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.002241 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001297 10.0.0.19 - - [2025-11-10 01:34:09] "GET /network-policy/e519e019-840a-4893-920c-3479220a62f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.011566 10.0.0.19 - - [2025-11-10 01:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.014416 10.0.0.19 - - [2025-11-10 01:34:09] "PUT /network-policy/e519e019-840a-4893-920c-3479220a62f3 HTTP/1.1" 200 262 0.010364 10.0.0.19 - - [2025-11-10 01:34:09] "POST /ref-update HTTP/1.1" 200 156 0.048537 10.0.0.19 - - [2025-11-10 01:34:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010462 10.0.0.19 - - [2025-11-10 01:34:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003783 10.0.0.19 - - [2025-11-10 01:34:09] "PUT /access-control-list/c64b9c77-b002-491a-95d6-29577def41be HTTP/1.1" 200 272 0.032351 10.0.0.19 - - [2025-11-10 01:34:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.021465 10.0.0.19 - - [2025-11-10 01:34:10] "PUT /access-control-list/ddf204bf-d713-44ff-968f-d930dfb0f7ca HTTP/1.1" 200 272 0.057326 10.0.0.19 - - [2025-11-10 01:34:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007209 10.0.0.19 - - [2025-11-10 01:34:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.018099 10.0.0.19 - - [2025-11-10 01:34:10] "POST /security-groups HTTP/1.1" 409 245 0.002966 10.0.0.19 - - [2025-11-10 01:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001813 10.0.0.19 - - [2025-11-10 01:34:10] "PUT /security-group/c64308b1-2cb7-49a9-b745-4a6d8dd67af3 HTTP/1.1" 200 262 0.064194 10.0.0.19 - - [2025-11-10 01:34:10] "PUT /access-control-list/89afcbb1-2ae5-40c9-8376-bc6f2e638ba8 HTTP/1.1" 200 272 0.020920 10.0.0.19 - - [2025-11-10 01:34:10] "PUT /access-control-list/bde5d134-6874-4c93-8d92-f17292f61e53 HTTP/1.1" 200 272 0.035814 10.0.0.19 - - [2025-11-10 01:34:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.038487 10.0.0.19 - - [2025-11-10 01:34:10] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006356 10.0.0.19 - - [2025-11-10 01:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007698 10.0.0.19 - - [2025-11-10 01:34:10] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003006 10.0.0.19 - - [2025-11-10 01:34:10] "POST /tags HTTP/1.1" 409 206 0.002212 10.0.0.19 - - [2025-11-10 01:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.19 - - [2025-11-10 01:34:10] "GET /tag/50d86a27-8b08-4b9b-99a2-0492d4c5c5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.030072 10.0.0.19 - - [2025-11-10 01:34:10] "POST /firewall-rules HTTP/1.1" 200 562 0.099411 10.0.0.19 - - [2025-11-10 01:34:10] "GET /firewall-rule/84ffbe5a-c7f2-4edd-bb30-8293f7374686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.013558 10.0.0.19 - - [2025-11-10 01:34:10] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006080 10.0.0.19 - - [2025-11-10 01:34:10] "GET /firewall-rule/84ffbe5a-c7f2-4edd-bb30-8293f7374686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.009876 10.0.0.19 - - [2025-11-10 01:34:10] "POST /ref-update HTTP/1.1" 200 156 0.034791 10.0.0.19 - - [2025-11-10 01:34:10] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002733 10.0.0.19 - - [2025-11-10 01:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001748 10.0.0.19 - - [2025-11-10 01:34:10] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003139 10.0.0.19 - - [2025-11-10 01:34:10] "POST /tags HTTP/1.1" 409 206 0.002353 10.0.0.19 - - [2025-11-10 01:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001629 10.0.0.19 - - [2025-11-10 01:34:10] "GET /tag/50d86a27-8b08-4b9b-99a2-0492d4c5c5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.019388 10.0.0.19 - - [2025-11-10 01:34:10] "POST /firewall-rules HTTP/1.1" 200 560 0.097146 10.0.0.19 - - [2025-11-10 01:34:10] "GET /firewall-rule/17ad4b3b-6941-4940-ab20-8e56e1efd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.015720 10.0.0.19 - - [2025-11-10 01:34:10] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.003319 10.0.0.19 - - [2025-11-10 01:34:11] "GET /firewall-rule/17ad4b3b-6941-4940-ab20-8e56e1efd96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.002906 10.0.0.19 - - [2025-11-10 01:34:11] "POST /ref-update HTTP/1.1" 200 156 0.044415 10.0.0.19 - - [2025-11-10 01:34:11] "POST /tags HTTP/1.1" 200 371 0.044046 10.0.0.19 - - [2025-11-10 01:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.19 - - [2025-11-10 01:34:11] "GET /tag/3b5f0bc7-b465-4986-8e1c-391331eca76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.046503 10.0.0.19 - - [2025-11-10 01:34:11] "POST /tags HTTP/1.1" 200 319 0.149213 10.0.0.19 - - [2025-11-10 01:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.19 - - [2025-11-10 01:34:11] "GET /tag/62ac594a-dbb3-490d-a90b-dff4325d08b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1147 0.017129 10.0.0.19 - - [2025-11-10 01:34:11] "POST /id-to-fqname HTTP/1.1" 200 181 0.000537 10.0.0.19 - - [2025-11-10 01:34:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.015117 10.0.0.19 - - [2025-11-10 01:34:11] "POST /security-groups HTTP/1.1" 200 578 0.100819 10.0.0.19 - - [2025-11-10 01:34:11] "POST /projects HTTP/1.1" 200 497 0.291438 10.0.0.19 - - [2025-11-10 01:34:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.013610 10.0.0.19 - - [2025-11-10 01:34:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.019864 10.0.0.19 - - [2025-11-10 01:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.021436 10.0.0.19 - - [2025-11-10 01:34:11] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.034925 10.0.0.19 - - [2025-11-10 01:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007486 10.0.0.19 - - [2025-11-10 01:34:11] "POST /access-control-lists HTTP/1.1" 200 587 0.165437 10.0.0.19 - - [2025-11-10 01:34:11] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.013177 10.0.0.19 - - [2025-11-10 01:34:11] "POST /fqname-to-id HTTP/1.1" 404 224 0.005316 10.0.0.19 - - [2025-11-10 01:34:12] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.085523 10.0.0.19 - - [2025-11-10 01:34:12] "POST /access-control-lists HTTP/1.1" 200 585 0.111965 10.0.0.19 - - [2025-11-10 01:34:12] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.100794 10.0.0.19 - - [2025-11-10 01:34:12] "POST /security-groups HTTP/1.1" 200 558 0.113070 10.0.0.19 - - [2025-11-10 01:34:12] "POST /fqname-to-id HTTP/1.1" 404 248 0.003314 10.0.0.19 - - [2025-11-10 01:34:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.049864 10.0.0.19 - - [2025-11-10 01:34:12] "POST /chown HTTP/1.1" 200 109 0.098588 10.0.0.19 - - [2025-11-10 01:34:12] "POST /access-control-lists HTTP/1.1" 200 610 0.163033 10.0.0.19 - - [2025-11-10 01:34:12] "POST /fqname-to-id HTTP/1.1" 404 247 0.031111 10.0.0.19 - - [2025-11-10 01:34:12] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.037977 10.0.0.19 - - [2025-11-10 01:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.19 - - [2025-11-10 01:34:12] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003657 10.0.0.19 - - [2025-11-10 01:34:12] "POST /tags HTTP/1.1" 409 214 0.001839 10.0.0.19 - - [2025-11-10 01:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.19 - - [2025-11-10 01:34:12] "GET /tag/62ac594a-dbb3-490d-a90b-dff4325d08b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1147 0.064156 10.0.0.19 - - [2025-11-10 01:34:12] "POST /access-control-lists HTTP/1.1" 200 608 0.105806 10.0.0.19 - - [2025-11-10 01:34:12] "POST /firewall-rules HTTP/1.1" 200 578 0.096419 10.0.0.19 - - [2025-11-10 01:34:12] "GET /firewall-rule/0e43844d-2938-4ea6-b789-2b247717e7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.018396 10.0.0.19 - - [2025-11-10 01:34:12] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2425 0.005716 10.0.0.19 - - [2025-11-10 01:34:12] "GET /firewall-rule/0e43844d-2938-4ea6-b789-2b247717e7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.003073 10.0.0.19 - - [2025-11-10 01:34:12] "POST /ref-update HTTP/1.1" 200 156 0.034456 10.0.0.19 - - [2025-11-10 01:34:12] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.009217 10.0.0.19 - - [2025-11-10 01:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.19 - - [2025-11-10 01:34:13] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.017663 10.0.0.19 - - [2025-11-10 01:34:13] "POST /tags HTTP/1.1" 409 214 0.002506 10.0.0.19 - - [2025-11-10 01:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.19 - - [2025-11-10 01:34:13] "GET /tag/62ac594a-dbb3-490d-a90b-dff4325d08b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1147 0.013747 10.0.0.19 - - [2025-11-10 01:34:13] "POST /firewall-rules HTTP/1.1" 200 576 0.076770 10.0.0.19 - - [2025-11-10 01:34:13] "GET /firewall-rule/facf0613-92ad-4eba-8f35-3617b6caf061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006130 10.0.0.19 - - [2025-11-10 01:34:13] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2670 0.005262 10.0.0.19 - - [2025-11-10 01:34:13] "GET /firewall-rule/facf0613-92ad-4eba-8f35-3617b6caf061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.003828 10.0.0.19 - - [2025-11-10 01:34:13] "POST /ref-update HTTP/1.1" 200 156 0.083935 10.0.0.19 - - [2025-11-10 01:34:13] "POST /tags HTTP/1.1" 200 363 0.058021 10.0.0.19 - - [2025-11-10 01:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.012220 10.0.0.19 - - [2025-11-10 01:34:13] "GET /tag/d974dc20-ddda-4806-a0f7-07f55c3e0dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.024233 10.0.0.19 - - [2025-11-10 01:34:13] "POST /tags HTTP/1.1" 200 311 0.042273 10.0.0.19 - - [2025-11-10 01:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014929 10.0.0.19 - - [2025-11-10 01:34:13] "GET /tag/df53ac4e-853a-4a1a-9be8-39bcf147957c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.039706 10.0.0.19 - - [2025-11-10 01:34:13] "POST /id-to-fqname HTTP/1.1" 200 177 0.001370 10.0.0.19 - - [2025-11-10 01:34:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.005881 10.0.0.19 - - [2025-11-10 01:34:13] "POST /security-groups HTTP/1.1" 200 574 0.075513 10.0.0.19 - - [2025-11-10 01:34:13] "POST /fqname-to-id HTTP/1.1" 404 217 0.010475 10.0.0.19 - - [2025-11-10 01:34:13] "POST /projects HTTP/1.1" 200 489 0.260481 10.0.0.19 - - [2025-11-10 01:34:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.018922 10.0.0.19 - - [2025-11-10 01:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006236 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000929 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000982 10.0.0.19 - - [2025-11-10 01:34:14] "POST /access-control-lists HTTP/1.1" 200 583 0.084902 10.0.0.19 - - [2025-11-10 01:34:14] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.019177 10.0.0.19 - - [2025-11-10 01:34:14] "POST /fqname-to-id HTTP/1.1" 404 216 0.020515 10.0.0.19 - - [2025-11-10 01:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.19 - - [2025-11-10 01:34:14] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.004252 10.0.0.19 - - [2025-11-10 01:34:14] "POST /access-control-lists HTTP/1.1" 200 581 0.064947 10.0.0.19 - - [2025-11-10 01:34:14] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.109996 10.0.0.19 - - [2025-11-10 01:34:14] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.164017 10.0.0.19 - - [2025-11-10 01:34:14] "POST /security-groups HTTP/1.1" 200 546 0.131702 10.0.0.19 - - [2025-11-10 01:34:14] "POST /fqname-to-id HTTP/1.1" 404 240 0.002208 10.0.0.19 - - [2025-11-10 01:34:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.095334 10.0.0.19 - - [2025-11-10 01:34:14] "POST /chown HTTP/1.1" 200 109 0.051821 10.0.0.19 - - [2025-11-10 01:34:14] "POST /access-control-lists HTTP/1.1" 200 602 0.167732 10.0.0.19 - - [2025-11-10 01:34:14] "POST /fqname-to-id HTTP/1.1" 404 239 0.026259 10.0.0.19 - - [2025-11-10 01:34:14] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.028165 10.0.0.19 - - [2025-11-10 01:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001881 10.0.0.19 - - [2025-11-10 01:34:14] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003187 10.0.0.19 - - [2025-11-10 01:34:14] "POST /tags HTTP/1.1" 409 210 0.002409 10.0.0.19 - - [2025-11-10 01:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.19 - - [2025-11-10 01:34:14] "POST /access-control-lists HTTP/1.1" 200 600 0.062436 10.0.0.19 - - [2025-11-10 01:34:14] "GET /tag/df53ac4e-853a-4a1a-9be8-39bcf147957c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.026470 10.0.0.19 - - [2025-11-10 01:34:14] "POST /firewall-rules HTTP/1.1" 200 570 0.069734 10.0.0.19 - - [2025-11-10 01:34:14] "GET /firewall-rule/19171052-0e39-45f6-be93-cf2195d00255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.023731 10.0.0.19 - - [2025-11-10 01:34:15] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.003956 10.0.0.19 - - [2025-11-10 01:34:15] "GET /firewall-rule/19171052-0e39-45f6-be93-cf2195d00255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.002188 10.0.0.19 - - [2025-11-10 01:34:15] "POST /ref-update HTTP/1.1" 200 156 0.055912 10.0.0.19 - - [2025-11-10 01:34:15] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004302 10.0.0.19 - - [2025-11-10 01:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.19 - - [2025-11-10 01:34:15] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003900 10.0.0.19 - - [2025-11-10 01:34:15] "POST /tags HTTP/1.1" 409 210 0.002180 10.0.0.19 - - [2025-11-10 01:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001631 10.0.0.19 - - [2025-11-10 01:34:15] "GET /tag/df53ac4e-853a-4a1a-9be8-39bcf147957c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.010460 10.0.0.19 - - [2025-11-10 01:34:15] "POST /firewall-rules HTTP/1.1" 200 568 0.070174 10.0.0.19 - - [2025-11-10 01:34:15] "GET /firewall-rule/e53d5ef6-865a-4b91-a80f-4e98c7a1a62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.015957 10.0.0.19 - - [2025-11-10 01:34:15] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004050 10.0.0.19 - - [2025-11-10 01:34:15] "GET /firewall-rule/e53d5ef6-865a-4b91-a80f-4e98c7a1a62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005412 10.0.0.19 - - [2025-11-10 01:34:15] "POST /ref-update HTTP/1.1" 200 156 0.049463 10.0.0.19 - - [2025-11-10 01:34:15] "POST /tags HTTP/1.1" 200 363 0.033022 10.0.0.19 - - [2025-11-10 01:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.19 - - [2025-11-10 01:34:15] "GET /tag/ca270d1f-e6e1-4638-ad47-0f171123b20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.018049 10.0.0.19 - - [2025-11-10 01:34:15] "POST /tags HTTP/1.1" 409 210 0.001862 10.0.0.19 - - [2025-11-10 01:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006393 10.0.0.19 - - [2025-11-10 01:34:15] "GET /tag/9c920395-379b-439b-b487-761b09b7bbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.010437 10.0.0.19 - - [2025-11-10 01:34:15] "POST /projects HTTP/1.1" 409 223 0.003564 10.0.0.19 - - [2025-11-10 01:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002137 10.0.0.19 - - [2025-11-10 01:34:15] "GET /project/1a5e958c-dfd5-42f8-9e2f-4f90ae15b89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.092218 10.0.0.19 - - [2025-11-10 01:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.19 - - [2025-11-10 01:34:15] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006972 10.0.0.19 - - [2025-11-10 01:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.19 - - [2025-11-10 01:34:15] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.010099 10.0.0.19 - - [2025-11-10 01:34:15] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.042970 10.0.0.19 - - [2025-11-10 01:34:16] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.065730 10.0.0.19 - - [2025-11-10 01:34:16] "POST /security-groups HTTP/1.1" 409 253 0.013404 10.0.0.19 - - [2025-11-10 01:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001987 10.0.0.19 - - [2025-11-10 01:34:16] "PUT /security-group/da50c34f-b9cf-48ce-abc4-37ca2d1dc020 HTTP/1.1" 200 262 0.056075 10.0.0.19 - - [2025-11-10 01:34:16] "PUT /access-control-list/62b215de-0280-4e5c-97d9-4d37233e8a38 HTTP/1.1" 200 272 0.017933 10.0.0.19 - - [2025-11-10 01:34:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.035518 10.0.0.19 - - [2025-11-10 01:34:16] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010136 10.0.0.19 - - [2025-11-10 01:34:16] "PUT /access-control-list/9ae00b59-ad47-471a-983d-95875e0705f3 HTTP/1.1" 200 272 0.033546 10.0.0.19 - - [2025-11-10 01:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.19 - - [2025-11-10 01:34:16] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003361 10.0.0.19 - - [2025-11-10 01:34:16] "POST /tags HTTP/1.1" 409 210 0.017159 10.0.0.19 - - [2025-11-10 01:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.19 - - [2025-11-10 01:34:16] "GET /tag/9c920395-379b-439b-b487-761b09b7bbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.023070 10.0.0.19 - - [2025-11-10 01:34:16] "POST /firewall-rules HTTP/1.1" 200 570 0.082380 10.0.0.19 - - [2025-11-10 01:34:16] "GET /firewall-rule/9bc2c487-e718-4f65-a5d3-0b0890786a72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004272 10.0.0.19 - - [2025-11-10 01:34:16] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3395 0.004055 10.0.0.19 - - [2025-11-10 01:34:16] "GET /firewall-rule/9bc2c487-e718-4f65-a5d3-0b0890786a72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.002663 10.0.0.19 - - [2025-11-10 01:34:16] "POST /ref-update HTTP/1.1" 200 156 0.048017 10.0.0.19 - - [2025-11-10 01:34:16] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.015318 10.0.0.19 - - [2025-11-10 01:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008298 10.0.0.19 - - [2025-11-10 01:34:16] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003153 10.0.0.19 - - [2025-11-10 01:34:16] "POST /tags HTTP/1.1" 409 210 0.001940 10.0.0.19 - - [2025-11-10 01:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001642 10.0.0.19 - - [2025-11-10 01:34:16] "GET /tag/9c920395-379b-439b-b487-761b09b7bbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.014806 10.0.0.19 - - [2025-11-10 01:34:16] "POST /firewall-rules HTTP/1.1" 200 568 0.084812 10.0.0.19 - - [2025-11-10 01:34:16] "GET /firewall-rule/84f076eb-842d-482e-af14-25142531efb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008054 10.0.0.19 - - [2025-11-10 01:34:16] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3636 0.004708 10.0.0.19 - - [2025-11-10 01:34:16] "GET /firewall-rule/84f076eb-842d-482e-af14-25142531efb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.002239 10.0.0.19 - - [2025-11-10 01:34:17] "POST /ref-update HTTP/1.1" 200 156 0.080114 10.0.0.19 - - [2025-11-10 01:34:17] "POST /tags HTTP/1.1" 409 237 0.021508 10.0.0.19 - - [2025-11-10 01:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.19 - - [2025-11-10 01:34:17] "GET /tag/ca270d1f-e6e1-4638-ad47-0f171123b20e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.010035 10.0.0.19 - - [2025-11-10 01:34:17] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3404 0.003968 10.0.0.19 - - [2025-11-10 01:34:17] "POST /set-tag HTTP/1.1" 200 109 0.033259 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000936 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000772 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001001 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:34:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000876 10.0.0.242 - - [2025-11-10 01:34:54] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.242 - - [2025-11-10 01:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002123 10.0.0.242 - - [2025-11-10 01:34:54] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004604 10.0.0.242 - - [2025-11-10 01:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001641 10.0.0.242 - - [2025-11-10 01:34:54] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003249 10.0.0.242 - - [2025-11-10 01:34:54] "PUT /global-system-config/54514587-e2e7-4308-8af9-35016531a793 HTTP/1.1" 200 274 0.007587 10.0.0.242 - - [2025-11-10 01:34:54] "POST /fqname-to-id HTTP/1.1" 404 216 0.009279 10.0.0.242 - - [2025-11-10 01:34:54] "POST /virtual-routers HTTP/1.1" 200 599 0.016690 10.0.0.242 - - [2025-11-10 01:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.014144 10.0.0.242 - - [2025-11-10 01:34:54] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.005742 10.0.0.242 - - [2025-11-10 01:34:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002234 10.0.0.242 - - [2025-11-10 01:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001372 10.0.0.242 - - [2025-11-10 01:34:54] "GET /virtual-network/12b78bb3-dbbd-4973-9ceb-76bb4c068cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.003629 10.0.0.242 - - [2025-11-10 01:34:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.049592 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:35:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000961 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:35:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.006211 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:35:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001206 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:35:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001209 10.0.0.19 - - [2025-11-10 01:36:09] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.19 - - [2025-11-10 01:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.19 - - [2025-11-10 01:36:09] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004686 10.0.0.19 - - [2025-11-10 01:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001432 10.0.0.19 - - [2025-11-10 01:36:09] "GET /config-node/ce257fee-0f73-444c-96c7-6784ffb9c4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003858 10.0.0.19 - - [2025-11-10 01:36:20] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.19 - - [2025-11-10 01:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.19 - - [2025-11-10 01:36:20] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002504 10.0.0.19 - - [2025-11-10 01:36:20] "POST /bgp-routers HTTP/1.1" 409 301 0.002095 10.0.0.19 - - [2025-11-10 01:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001621 10.0.0.19 - - [2025-11-10 01:36:20] "GET /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.003631 10.0.0.19 - - [2025-11-10 01:36:20] "PUT /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d HTTP/1.1" 200 254 0.025299 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:36:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000963 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:36:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000781 10.0.0.242 - - [2025-11-10 01:37:33] "GET / HTTP/1.1" 200 35931 0.001942 10.0.0.242 - - [2025-11-10 01:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002260 10.0.0.242 - - [2025-11-10 01:37:33] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004351 10.0.0.242 - - [2025-11-10 01:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001463 10.0.0.242 - - [2025-11-10 01:37:33] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002923 10.0.0.242 - - [2025-11-10 01:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.242 - - [2025-11-10 01:37:33] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.002801 10.0.0.242 - - [2025-11-10 01:37:33] "PUT /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6 HTTP/1.1" 200 262 0.009552 10.0.0.242 - - [2025-11-10 01:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007151 10.0.0.242 - - [2025-11-10 01:37:33] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.007198 10.0.0.242 - - [2025-11-10 01:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002170 10.0.0.242 - - [2025-11-10 01:37:33] "GET /virtual-machine-interface/bdee5af1-9c01-45ea-b843-71614fa5cd51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1915 0.004127 10.0.0.242 - - [2025-11-10 01:37:33] "PUT /virtual-machine-interface/bdee5af1-9c01-45ea-b843-71614fa5cd51 HTTP/1.1" 200 284 0.035459 10.0.0.19 - - [2025-11-10 01:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.19 - - [2025-11-10 01:37:40] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.002610 10.0.0.19 - - [2025-11-10 01:37:53] "GET /global-system-configs HTTP/1.1" 200 322 0.002398 10.0.0.19 - - [2025-11-10 01:37:53] "GET /global-system-configs HTTP/1.1" 200 322 0.002220 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:37:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000950 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:37:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000813 10.0.0.19 - - [2025-11-10 01:38:03] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.002960 10.0.0.19 - - [2025-11-10 01:38:03] "POST /ref-update HTTP/1.1" 200 156 0.007696 10.0.0.19 - - [2025-11-10 01:38:13] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.011945 10.0.0.19 - - [2025-11-10 01:38:13] "POST /set-tag HTTP/1.1" 200 109 0.009552 10.0.0.19 - - [2025-11-10 01:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001992 10.0.0.19 - - [2025-11-10 01:38:13] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003073 10.0.0.19 - - [2025-11-10 01:38:13] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.003806 10.0.0.19 - - [2025-11-10 01:38:13] "POST /set-tag HTTP/1.1" 200 109 0.001897 10.0.0.19 - - [2025-11-10 01:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002078 10.0.0.19 - - [2025-11-10 01:38:13] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002225 10.0.0.19 - - [2025-11-10 01:38:13] "GET /loadbalancer-pool/522f9334-451c-4169-a821-f7ca8a0d41cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.003252 10.0.0.19 - - [2025-11-10 01:38:13] "POST /loadbalancer-members HTTP/1.1" 200 690 0.018111 10.0.0.19 - - [2025-11-10 01:38:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.016595 10.0.0.19 - - [2025-11-10 01:38:13] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007087 10.0.0.19 - - [2025-11-10 01:38:13] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004084 10.0.0.19 - - [2025-11-10 01:38:13] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.19 - - [2025-11-10 01:38:13] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1771 0.011161 10.0.0.19 - - [2025-11-10 01:38:13] "POST /tags HTTP/1.1" 409 205 0.019073 10.0.0.19 - - [2025-11-10 01:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001584 10.0.0.19 - - [2025-11-10 01:38:13] "GET /tag/b793eb51-fd33-409a-924a-cc14d38d19e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.009387 10.0.0.19 - - [2025-11-10 01:38:13] "PUT /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478 HTTP/1.1" 200 256 0.050189 10.0.0.19 - - [2025-11-10 01:38:13] "POST /set-tag HTTP/1.1" 200 109 0.098808 10.0.0.19 - - [2025-11-10 01:38:13] "GET /loadbalancer-pool/e8a045f1-a539-44c3-94e5-288fc7a1cfa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003790 10.0.0.19 - - [2025-11-10 01:38:13] "POST /loadbalancer-members HTTP/1.1" 200 690 0.014071 10.0.0.19 - - [2025-11-10 01:38:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.011453 10.0.0.19 - - [2025-11-10 01:38:14] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008628 10.0.0.19 - - [2025-11-10 01:38:14] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.007510 10.0.0.19 - - [2025-11-10 01:38:14] "POST /ref-update HTTP/1.1" 200 156 0.005693 10.0.0.19 - - [2025-11-10 01:38:14] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1916 0.013350 10.0.0.19 - - [2025-11-10 01:38:14] "PUT /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478 HTTP/1.1" 200 256 0.009496 10.0.0.19 - - [2025-11-10 01:38:14] "POST /set-tag HTTP/1.1" 200 109 0.006155 10.0.0.19 - - [2025-11-10 01:38:14] "GET /loadbalancer-pool/b6e51919-531b-41b8-8c4c-b80f3c2ede14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.003193 10.0.0.19 - - [2025-11-10 01:38:14] "POST /loadbalancer-members HTTP/1.1" 200 692 0.013368 10.0.0.19 - - [2025-11-10 01:38:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.007768 10.0.0.19 - - [2025-11-10 01:38:14] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.010292 10.0.0.19 - - [2025-11-10 01:38:14] "POST /set-tag HTTP/1.1" 200 109 0.002441 10.0.0.19 - - [2025-11-10 01:38:14] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005100 10.0.0.19 - - [2025-11-10 01:38:14] "POST /ref-update HTTP/1.1" 200 156 0.009008 10.0.0.19 - - [2025-11-10 01:38:14] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1969 0.013366 10.0.0.19 - - [2025-11-10 01:38:14] "PUT /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478 HTTP/1.1" 200 256 0.010072 10.0.0.19 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.016260 10.0.0.19 - - [2025-11-10 01:41:39] "POST /set-tag HTTP/1.1" 200 109 0.004277 10.0.0.19 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012498 10.0.0.19 - - [2025-11-10 01:41:39] "POST /set-tag HTTP/1.1" 200 109 0.004313 10.0.0.19 - - [2025-11-10 01:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001934 10.0.0.19 - - [2025-11-10 01:41:39] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003297 10.0.0.19 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003595 10.0.0.19 - - [2025-11-10 01:41:39] "POST /set-tag HTTP/1.1" 200 109 0.034772 10.0.0.19 - - [2025-11-10 01:41:39] "DELETE /loadbalancer-member/bbaf5b5d-0b9b-49e3-82cc-ebc0439932ef HTTP/1.1" 200 115 0.034182 10.0.0.19 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.014621 10.0.0.19 - - [2025-11-10 01:41:39] "POST /set-tag HTTP/1.1" 200 109 0.003187 10.0.0.19 - - [2025-11-10 01:41:39] "DELETE /loadbalancer-member/711c1bda-ac7d-4585-a46b-1029b7abaed5 HTTP/1.1" 200 115 0.033737 10.0.0.19 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007859 10.0.0.19 - - [2025-11-10 01:41:39] "POST /set-tag HTTP/1.1" 200 109 0.007066 10.0.0.19 - - [2025-11-10 01:41:39] "DELETE /loadbalancer-member/1657163f-2ba9-4652-baa0-3b87f40f4b59 HTTP/1.1" 200 115 0.063612 10.0.0.19 - - [2025-11-10 01:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.19 - - [2025-11-10 01:41:39] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004657 10.0.0.19 - - [2025-11-10 01:41:39] "GET /loadbalancer-pool/522f9334-451c-4169-a821-f7ca8a0d41cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.002862 10.0.0.19 - - [2025-11-10 01:41:39] "POST /loadbalancer-members HTTP/1.1" 200 690 0.028129 10.0.0.19 - - [2025-11-10 01:41:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.033274 10.0.0.19 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.011482 10.0.0.19 - - [2025-11-10 01:41:39] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004658 10.0.0.19 - - [2025-11-10 01:41:40] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.018923 10.0.0.19 - - [2025-11-10 01:41:40] "POST /set-tag HTTP/1.1" 200 109 0.066563 10.0.0.19 - - [2025-11-10 01:41:40] "GET /loadbalancer-pool/e8a045f1-a539-44c3-94e5-288fc7a1cfa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.033422 10.0.0.19 - - [2025-11-10 01:41:40] "POST /loadbalancer-members HTTP/1.1" 200 690 0.018026 10.0.0.19 - - [2025-11-10 01:41:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.012648 10.0.0.19 - - [2025-11-10 01:41:40] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.011960 10.0.0.19 - - [2025-11-10 01:41:40] "POST /set-tag HTTP/1.1" 200 109 0.002668 10.0.0.19 - - [2025-11-10 01:41:40] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005717 10.0.0.19 - - [2025-11-10 01:41:40] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.001878 10.0.0.19 - - [2025-11-10 01:41:40] "GET /loadbalancer-pool/b6e51919-531b-41b8-8c4c-b80f3c2ede14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.003969 10.0.0.19 - - [2025-11-10 01:41:40] "POST /loadbalancer-members HTTP/1.1" 200 692 0.024406 10.0.0.19 - - [2025-11-10 01:41:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.022304 10.0.0.19 - - [2025-11-10 01:41:40] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.013508 10.0.0.19 - - [2025-11-10 01:41:40] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003853 10.0.0.19 - - [2025-11-10 01:41:40] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004254 10.0.0.19 - - [2025-11-10 01:41:40] "POST /set-tag HTTP/1.1" 200 109 0.002511 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:41:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001018 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:41:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000761 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:41:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000882 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:41:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000993 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:41:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000855 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:41:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000747 10.0.0.19 - - [2025-11-10 01:42:53] "GET /global-system-configs HTTP/1.1" 200 322 0.008287 10.0.0.19 - - [2025-11-10 01:42:53] "GET /global-system-configs HTTP/1.1" 200 322 0.002073 10.0.0.19 - - [2025-11-10 01:43:09] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.19 - - [2025-11-10 01:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.19 - - [2025-11-10 01:43:09] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.030962 10.0.0.19 - - [2025-11-10 01:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.19 - - [2025-11-10 01:43:09] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.030282 10.0.0.19 - - [2025-11-10 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.19 - - [2025-11-10 01:43:10] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.032366 10.0.0.19 - - [2025-11-10 01:43:10] "POST /tags HTTP/1.1" 200 333 0.023478 10.0.0.19 - - [2025-11-10 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.19 - - [2025-11-10 01:43:10] "GET /tag/c04ac34d-e3f5-4e10-8465-1250b70da960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.029843 10.0.0.19 - - [2025-11-10 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.19 - - [2025-11-10 01:43:10] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.038547 10.0.0.19 - - [2025-11-10 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001804 10.0.0.19 - - [2025-11-10 01:43:10] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.004681 10.0.0.19 - - [2025-11-10 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.19 - - [2025-11-10 01:43:10] "GET /service-appliance-set/c0d70b73-fc57-4325-bc6d-bbff0812a252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002485 10.0.0.19 - - [2025-11-10 01:43:10] "POST /fqname-to-id HTTP/1.1" 404 254 0.002150 10.0.0.19 - - [2025-11-10 01:43:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.104907 10.0.0.19 - - [2025-11-10 01:43:11] "GET /virtual-machine-interface/ff70f1cc-a5e0-4644-9e8d-c6f387a83e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.016585 10.0.0.19 - - [2025-11-10 01:43:11] "POST /instance-ips HTTP/1.1" 200 409 0.026560 10.0.0.19 - - [2025-11-10 01:43:11] "GET /instance-ip/da6ae384-d0d2-4c10-98a1-e0c19fed665d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1654 0.014930 10.0.0.19 - - [2025-11-10 01:43:11] "POST /loadbalancers HTTP/1.1" 200 610 0.064170 10.0.0.19 - - [2025-11-10 01:43:11] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.023866 10.0.0.19 - - [2025-11-10 01:43:11] "GET /instance-ip/da6ae384-d0d2-4c10-98a1-e0c19fed665d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1654 0.004601 10.0.0.19 - - [2025-11-10 01:43:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.014646 10.0.0.19 - - [2025-11-10 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011092 10.0.0.19 - - [2025-11-10 01:43:11] "POST /floating-ips HTTP/1.1" 200 597 0.041614 10.0.0.19 - - [2025-11-10 01:43:11] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.045499 10.0.0.19 - - [2025-11-10 01:43:11] "GET /loadbalancer/16c9954d-c1fb-4340-ba39-55afcd754dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.003018 10.0.0.19 - - [2025-11-10 01:43:11] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.015406 10.0.0.19 - - [2025-11-10 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001780 10.0.0.19 - - [2025-11-10 01:43:11] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.037439 10.0.0.19 - - [2025-11-10 01:43:11] "GET /loadbalancer-listener/4aa6f863-1e0f-4bc7-8940-fe2b05adfa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1803 0.006306 10.0.0.19 - - [2025-11-10 01:43:11] "GET /loadbalancer-listener/4aa6f863-1e0f-4bc7-8940-fe2b05adfa6c?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1222 0.007535 10.0.0.19 - - [2025-11-10 01:43:11] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.016232 10.0.0.19 - - [2025-11-10 01:43:11] "GET /instance-ip/da6ae384-d0d2-4c10-98a1-e0c19fed665d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1654 0.002763 10.0.0.19 - - [2025-11-10 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001243 10.0.0.19 - - [2025-11-10 01:43:11] "GET /instance-ip/da6ae384-d0d2-4c10-98a1-e0c19fed665d?fields=floating_ips HTTP/1.1" 200 1213 0.005420 10.0.0.19 - - [2025-11-10 01:43:11] "GET /loadbalancer/16c9954d-c1fb-4340-ba39-55afcd754dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002587 10.0.0.19 - - [2025-11-10 01:43:11] "GET /floating-ip/ca3abc2b-8a12-426b-8d20-dd739643a162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005731 10.0.0.19 - - [2025-11-10 01:43:11] "POST /tags HTTP/1.1" 200 295 0.061241 10.0.0.19 - - [2025-11-10 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.19 - - [2025-11-10 01:43:11] "GET /tag/c80e4e57-1738-4657-a7ed-66e7cf7ee29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.012134 10.0.0.19 - - [2025-11-10 01:43:11] "POST /tags HTTP/1.1" 409 233 0.001682 10.0.0.19 - - [2025-11-10 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002109 10.0.0.19 - - [2025-11-10 01:43:11] "GET /tag/c7e6b1e7-c1fe-432e-bd85-f8eedeb1e825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.010718 10.0.0.19 - - [2025-11-10 01:43:11] "POST /tags HTTP/1.1" 409 206 0.001499 10.0.0.19 - - [2025-11-10 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002067 10.0.0.19 - - [2025-11-10 01:43:11] "GET /tag/50d86a27-8b08-4b9b-99a2-0492d4c5c5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.011613 10.0.0.19 - - [2025-11-10 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002005 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.005031 10.0.0.19 - - [2025-11-10 01:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001639 10.0.0.19 - - [2025-11-10 01:43:12] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.030834 10.0.0.19 - - [2025-11-10 01:43:12] "POST /virtual-machines HTTP/1.1" 200 369 0.007076 10.0.0.19 - - [2025-11-10 01:43:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.007728 10.0.0.19 - - [2025-11-10 01:43:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.100732 10.0.0.19 - - [2025-11-10 01:43:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.022323 10.0.0.19 - - [2025-11-10 01:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006012 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.004615 10.0.0.19 - - [2025-11-10 01:43:12] "POST /instance-ips HTTP/1.1" 200 409 0.034049 10.0.0.19 - - [2025-11-10 01:43:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.019192 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.006208 10.0.0.19 - - [2025-11-10 01:43:12] "POST /set-tag HTTP/1.1" 200 109 0.015477 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007316 10.0.0.19 - - [2025-11-10 01:43:12] "GET /instance-ip/9e293d06-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004131 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004179 10.0.0.19 - - [2025-11-10 01:43:12] "POST /set-tag HTTP/1.1" 200 109 0.002010 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.002988 10.0.0.19 - - [2025-11-10 01:43:12] "POST /ref-update HTTP/1.1" 200 156 0.007204 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.010722 10.0.0.19 - - [2025-11-10 01:43:12] "POST /set-tag HTTP/1.1" 200 109 0.002734 10.0.0.19 - - [2025-11-10 01:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.19 - - [2025-11-10 01:43:12] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004243 10.0.0.19 - - [2025-11-10 01:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001527 10.0.0.19 - - [2025-11-10 01:43:12] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.033423 10.0.0.19 - - [2025-11-10 01:43:12] "POST /virtual-machines HTTP/1.1" 200 369 0.008445 10.0.0.19 - - [2025-11-10 01:43:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.035015 10.0.0.19 - - [2025-11-10 01:43:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.117282 10.0.0.19 - - [2025-11-10 01:43:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.008226 10.0.0.19 - - [2025-11-10 01:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009485 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.004342 10.0.0.19 - - [2025-11-10 01:43:13] "POST /instance-ips HTTP/1.1" 200 409 0.022808 10.0.0.19 - - [2025-11-10 01:43:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.032130 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.009225 10.0.0.19 - - [2025-11-10 01:43:13] "POST /set-tag HTTP/1.1" 200 109 0.016422 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.014745 10.0.0.19 - - [2025-11-10 01:43:13] "GET /instance-ip/9e99290e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003015 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006023 10.0.0.19 - - [2025-11-10 01:43:13] "POST /set-tag HTTP/1.1" 200 109 0.002486 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1686 0.004190 10.0.0.19 - - [2025-11-10 01:43:13] "POST /ref-update HTTP/1.1" 200 156 0.009361 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.012975 10.0.0.19 - - [2025-11-10 01:43:13] "POST /set-tag HTTP/1.1" 200 109 0.004125 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004928 10.0.0.19 - - [2025-11-10 01:43:13] "POST /set-tag HTTP/1.1" 200 109 0.002434 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004703 10.0.0.19 - - [2025-11-10 01:43:13] "POST /set-tag HTTP/1.1" 200 109 0.001905 10.0.0.19 - - [2025-11-10 01:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.19 - - [2025-11-10 01:43:13] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.037548 10.0.0.19 - - [2025-11-10 01:43:13] "GET /virtual-networks?parent_id=56301b9c-feeb-4e28-b1c4-ae3983580c5c&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.005243 10.0.0.19 - - [2025-11-10 01:43:13] "POST /virtual-networks HTTP/1.1" 200 512 0.058448 10.0.0.19 - - [2025-11-10 01:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007140 10.0.0.19 - - [2025-11-10 01:43:14] "GET /network-ipam/fd80e413-7d23-439e-afdb-3633fb2945cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005641 10.0.0.19 - - [2025-11-10 01:43:14] "POST /route-targets HTTP/1.1" 200 327 0.009623 10.0.0.19 - - [2025-11-10 01:43:14] "POST /ref-update HTTP/1.1" 200 156 0.017746 10.0.0.19 - - [2025-11-10 01:43:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005443 10.0.0.19 - - [2025-11-10 01:43:14] "POST /ref-update HTTP/1.1" 200 156 0.061534 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.005193 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domains HTTP/1.1" 200 280 0.001548 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domain/e506474d-fd80-428e-b83a-d321707cda24 HTTP/1.1" 200 3087 0.009520 10.0.0.19 - - [2025-11-10 01:43:14] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c HTTP/1.1" 200 7064 0.045024 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 2089 0.005019 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 2089 0.004225 10.0.0.19 - - [2025-11-10 01:43:14] "GET /routing-instance/b4bc3e10-033f-4dfc-86dc-85377b9bbed4 HTTP/1.1" 200 1402 0.002980 10.0.0.19 - - [2025-11-10 01:43:14] "GET /routing-instance/b4bc3e10-033f-4dfc-86dc-85377b9bbed4 HTTP/1.1" 200 1402 0.002652 10.0.0.19 - - [2025-11-10 01:43:14] "GET /route-target/77a32225-3f69-4138-ba18-d8cd05d4ef77 HTTP/1.1" 200 1152 0.002331 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 2089 0.004071 10.0.0.19 - - [2025-11-10 01:43:14] "GET /routing-instance/b4bc3e10-033f-4dfc-86dc-85377b9bbed4 HTTP/1.1" 200 1402 0.006321 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.007552 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 2089 0.007244 10.0.0.19 - - [2025-11-10 01:43:14] "GET /routing-instance/b4bc3e10-033f-4dfc-86dc-85377b9bbed4 HTTP/1.1" 200 1402 0.005623 10.0.0.19 - - [2025-11-10 01:43:14] "GET /routing-instance/b4bc3e10-033f-4dfc-86dc-85377b9bbed4 HTTP/1.1" 200 1402 0.008508 10.0.0.19 - - [2025-11-10 01:43:14] "GET /route-target/77a32225-3f69-4138-ba18-d8cd05d4ef77 HTTP/1.1" 200 1152 0.003134 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domains HTTP/1.1" 200 280 0.002272 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domain/e506474d-fd80-428e-b83a-d321707cda24 HTTP/1.1" 200 3087 0.002753 10.0.0.19 - - [2025-11-10 01:43:14] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c HTTP/1.1" 200 7064 0.043097 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 2089 0.003697 10.0.0.19 - - [2025-11-10 01:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.19 - - [2025-11-10 01:43:14] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.031153 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.006072 10.0.0.19 - - [2025-11-10 01:43:14] "GET /floating-ip-pools?parent_id=a8a26fde-1e0f-4007-8b5d-e9674b684077&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002217 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003816 10.0.0.19 - - [2025-11-10 01:43:14] "POST /floating-ip-pools HTTP/1.1" 200 562 0.018513 10.0.0.19 - - [2025-11-10 01:43:14] "POST /ref-update HTTP/1.1" 200 156 0.009411 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.009969 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domains HTTP/1.1" 200 280 0.004412 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domain/e506474d-fd80-428e-b83a-d321707cda24 HTTP/1.1" 200 3087 0.003251 10.0.0.19 - - [2025-11-10 01:43:14] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c HTTP/1.1" 200 7320 0.045513 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 2327 0.005279 10.0.0.19 - - [2025-11-10 01:43:14] "GET /floating-ip-pool/76b757be-527c-4727-9288-b1df38052e6e HTTP/1.1" 200 1314 0.002342 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domains HTTP/1.1" 200 280 0.001536 10.0.0.19 - - [2025-11-10 01:43:14] "GET /domain/e506474d-fd80-428e-b83a-d321707cda24 HTTP/1.1" 200 3087 0.002332 10.0.0.19 - - [2025-11-10 01:43:14] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c HTTP/1.1" 200 7320 0.025850 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 2327 0.007899 10.0.0.19 - - [2025-11-10 01:43:14] "GET /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004107 10.0.0.19 - - [2025-11-10 01:43:14] "POST /tags HTTP/1.1" 200 365 0.057458 10.0.0.19 - - [2025-11-10 01:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008284 10.0.0.19 - - [2025-11-10 01:43:14] "GET /tag/4e2c4099-0d23-47dd-b7c1-d6a4b95b38e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.012583 10.0.0.19 - - [2025-11-10 01:43:14] "POST /tags HTTP/1.1" 409 206 0.001830 10.0.0.19 - - [2025-11-10 01:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.19 - - [2025-11-10 01:43:14] "GET /tag/50d86a27-8b08-4b9b-99a2-0492d4c5c5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.014503 10.0.0.19 - - [2025-11-10 01:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001733 10.0.0.19 - - [2025-11-10 01:43:15] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.032263 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001809 10.0.0.19 - - [2025-11-10 01:43:15] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004019 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.19 - - [2025-11-10 01:43:15] "GET /service-appliance-set/ae133e28-1eb1-468a-bd34-9b3e2327a345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.005122 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 404 258 0.005712 10.0.0.19 - - [2025-11-10 01:43:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.098429 10.0.0.19 - - [2025-11-10 01:43:15] "GET /virtual-machine-interface/5d5914e6-549f-4adc-8724-0c748ff40472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.013346 10.0.0.19 - - [2025-11-10 01:43:15] "POST /set-tag HTTP/1.1" 200 109 0.022617 10.0.0.19 - - [2025-11-10 01:43:15] "POST /instance-ips HTTP/1.1" 200 417 0.019202 10.0.0.19 - - [2025-11-10 01:43:15] "GET /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.007716 10.0.0.19 - - [2025-11-10 01:43:15] "POST /loadbalancers HTTP/1.1" 200 618 0.070147 10.0.0.19 - - [2025-11-10 01:43:15] "POST /service-instances HTTP/1.1" 200 566 0.019669 10.0.0.19 - - [2025-11-10 01:43:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.031209 10.0.0.19 - - [2025-11-10 01:43:15] "POST /ref-update HTTP/1.1" 200 156 0.019050 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.017403 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.19 - - [2025-11-10 01:43:15] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.035390 10.0.0.19 - - [2025-11-10 01:43:15] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.010512 10.0.0.19 - - [2025-11-10 01:43:15] "GET /virtual-machine-interface/5d5914e6-549f-4adc-8724-0c748ff40472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.016579 10.0.0.19 - - [2025-11-10 01:43:15] "GET /virtual-machine-interface/5d5914e6-549f-4adc-8724-0c748ff40472?fields=floating_ip_back_refs HTTP/1.1" 200 1178 0.006920 10.0.0.19 - - [2025-11-10 01:43:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.021811 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005654 10.0.0.19 - - [2025-11-10 01:43:15] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.008921 10.0.0.19 - - [2025-11-10 01:43:15] "GET /floating-ip-pool/76b757be-527c-4727-9288-b1df38052e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.002625 10.0.0.19 - - [2025-11-10 01:43:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.007851 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001762 10.0.0.19 - - [2025-11-10 01:43:15] "POST /floating-ips HTTP/1.1" 200 671 0.101475 10.0.0.19 - - [2025-11-10 01:43:15] "POST /virtual-machines HTTP/1.1" 200 429 0.058104 10.0.0.19 - - [2025-11-10 01:43:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.021235 10.0.0.19 - - [2025-11-10 01:43:15] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004672 10.0.0.19 - - [2025-11-10 01:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007407 10.0.0.19 - - [2025-11-10 01:43:15] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.010343 10.0.0.19 - - [2025-11-10 01:43:15] "POST /tags HTTP/1.1" 409 221 0.003244 10.0.0.19 - - [2025-11-10 01:43:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.117552 10.0.0.19 - - [2025-11-10 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.19 - - [2025-11-10 01:43:16] "GET /tag/c04ac34d-e3f5-4e10-8465-1250b70da960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.010633 10.0.0.19 - - [2025-11-10 01:43:16] "POST /tags HTTP/1.1" 409 238 0.001776 10.0.0.19 - - [2025-11-10 01:43:16] "POST /chown HTTP/1.1" 200 109 0.016821 10.0.0.19 - - [2025-11-10 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008211 10.0.0.19 - - [2025-11-10 01:43:16] "POST /chown HTTP/1.1" 200 109 0.005862 10.0.0.19 - - [2025-11-10 01:43:16] "GET /tag/4e2c4099-0d23-47dd-b7c1-d6a4b95b38e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.020560 10.0.0.19 - - [2025-11-10 01:43:16] "PUT /virtual-machine-interface/de7ece60-4c8e-4e8d-8fd8-e933abf5c845 HTTP/1.1" 200 284 0.047467 10.0.0.19 - - [2025-11-10 01:43:16] "POST /firewall-rules HTTP/1.1" 200 650 0.102331 10.0.0.19 - - [2025-11-10 01:43:16] "GET /firewall-rule/7bda722a-f63f-425b-a918-9f5a1714c9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.010755 10.0.0.19 - - [2025-11-10 01:43:16] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.077359 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.021140 10.0.0.19 - - [2025-11-10 01:43:16] "GET /firewall-policy/e4263349-fe45-4563-9ed2-698a73bc8eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.028381 10.0.0.19 - - [2025-11-10 01:43:16] "GET /firewall-rule/7bda722a-f63f-425b-a918-9f5a1714c9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.002208 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.049623 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.037710 10.0.0.19 - - [2025-11-10 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.014062 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.020966 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.030120 10.0.0.19 - - [2025-11-10 01:43:16] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.086217 10.0.0.19 - - [2025-11-10 01:43:16] "GET /loadbalancer/50448808-ba71-4425-9294-db9a07aed5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.003655 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.029569 10.0.0.19 - - [2025-11-10 01:43:16] "POST /virtual-machines HTTP/1.1" 200 429 0.028032 10.0.0.19 - - [2025-11-10 01:43:16] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.063561 10.0.0.19 - - [2025-11-10 01:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.19 - - [2025-11-10 01:43:16] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.096323 10.0.0.19 - - [2025-11-10 01:43:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.150224 10.0.0.19 - - [2025-11-10 01:43:16] "GET /loadbalancer-listener/e30cb197-6b15-4c78-9363-d978d34ef5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.016356 10.0.0.19 - - [2025-11-10 01:43:16] "POST /chown HTTP/1.1" 200 109 0.018837 10.0.0.19 - - [2025-11-10 01:43:16] "GET /loadbalancer-listener/e30cb197-6b15-4c78-9363-d978d34ef5ce?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.023672 10.0.0.19 - - [2025-11-10 01:43:16] "POST /chown HTTP/1.1" 200 109 0.017021 10.0.0.19 - - [2025-11-10 01:43:16] "PUT /virtual-machine-interface/29bc0ed6-3414-459f-b2c5-c14a20b0eef0 HTTP/1.1" 200 284 0.022973 10.0.0.19 - - [2025-11-10 01:43:16] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.056072 10.0.0.19 - - [2025-11-10 01:43:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.021005 10.0.0.19 - - [2025-11-10 01:43:16] "GET /loadbalancer-pool/205b922b-7f9e-49de-824f-a2b92bcaaa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.010781 10.0.0.19 - - [2025-11-10 01:43:16] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.020521 10.0.0.19 - - [2025-11-10 01:43:16] "POST /ref-update HTTP/1.1" 200 156 0.026478 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.022831 10.0.0.19 - - [2025-11-10 01:43:17] "POST /loadbalancer-members HTTP/1.1" 200 707 0.056988 10.0.0.19 - - [2025-11-10 01:43:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.016778 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.028123 10.0.0.19 - - [2025-11-10 01:43:17] "GET /loadbalancer-member/e8296954-a80d-4557-9d6b-3f160f066b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.030809 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.027211 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.022215 10.0.0.19 - - [2025-11-10 01:43:17] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010302 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001668 10.0.0.19 - - [2025-11-10 01:43:17] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002887 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.006902 10.0.0.19 - - [2025-11-10 01:43:17] "POST /tags HTTP/1.1" 409 221 0.004232 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001383 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.022399 10.0.0.19 - - [2025-11-10 01:43:17] "GET /tag/c04ac34d-e3f5-4e10-8465-1250b70da960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.020038 10.0.0.19 - - [2025-11-10 01:43:17] "POST /tags HTTP/1.1" 409 238 0.002088 10.0.0.19 - - [2025-11-10 01:43:17] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.014421 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006442 10.0.0.19 - - [2025-11-10 01:43:17] "GET /tag/4e2c4099-0d23-47dd-b7c1-d6a4b95b38e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.013892 10.0.0.19 - - [2025-11-10 01:43:17] "POST /firewall-rules HTTP/1.1" 409 293 0.001542 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.035748 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.022722 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.19 - - [2025-11-10 01:43:17] "PUT /firewall-rule/7bda722a-f63f-425b-a918-9f5a1714c9f1 HTTP/1.1" 200 260 0.015816 10.0.0.19 - - [2025-11-10 01:43:17] "GET /firewall-rule/7bda722a-f63f-425b-a918-9f5a1714c9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004018 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.011990 10.0.0.19 - - [2025-11-10 01:43:17] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.026110 10.0.0.19 - - [2025-11-10 01:43:17] "GET /firewall-policy/e4263349-fe45-4563-9ed2-698a73bc8eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.010761 10.0.0.19 - - [2025-11-10 01:43:17] "GET /firewall-rule/7bda722a-f63f-425b-a918-9f5a1714c9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003788 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.024508 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002078 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.006009 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.024730 10.0.0.19 - - [2025-11-10 01:43:17] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.011889 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.014506 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.022178 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.006874 10.0.0.19 - - [2025-11-10 01:43:17] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.022755 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.020720 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001976 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.021408 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.007139 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008418 10.0.0.19 - - [2025-11-10 01:43:17] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.008496 10.0.0.19 - - [2025-11-10 01:43:17] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.015941 10.0.0.19 - - [2025-11-10 01:43:17] "POST /ref-update HTTP/1.1" 200 156 0.020957 10.0.0.19 - - [2025-11-10 01:43:17] "POST /chown HTTP/1.1" 200 109 0.018007 10.0.0.19 - - [2025-11-10 01:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012443 10.0.0.19 - - [2025-11-10 01:43:17] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.033472 10.0.0.19 - - [2025-11-10 01:43:18] "POST /virtual-machines HTTP/1.1" 200 373 0.011939 10.0.0.19 - - [2025-11-10 01:43:18] "POST /chown HTTP/1.1" 200 109 0.021768 10.0.0.19 - - [2025-11-10 01:43:18] "PUT /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 256 0.027807 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.037627 10.0.0.19 - - [2025-11-10 01:43:18] "POST /ref-update HTTP/1.1" 200 156 0.062871 10.0.0.19 - - [2025-11-10 01:43:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.114681 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.047687 10.0.0.19 - - [2025-11-10 01:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.014587 10.0.0.19 - - [2025-11-10 01:43:18] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.041181 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.017039 10.0.0.19 - - [2025-11-10 01:43:18] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006778 10.0.0.19 - - [2025-11-10 01:43:18] "POST /instance-ips HTTP/1.1" 200 413 0.025481 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.021038 10.0.0.19 - - [2025-11-10 01:43:18] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.012152 10.0.0.19 - - [2025-11-10 01:43:18] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.017462 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.014837 10.0.0.19 - - [2025-11-10 01:43:18] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.013211 10.0.0.19 - - [2025-11-10 01:43:18] "POST /set-tag HTTP/1.1" 200 109 0.049775 10.0.0.19 - - [2025-11-10 01:43:18] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.012509 10.0.0.19 - - [2025-11-10 01:43:18] "GET /instance-ip/a1bd4dd6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.002447 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.006310 10.0.0.19 - - [2025-11-10 01:43:18] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.007100 10.0.0.19 - - [2025-11-10 01:43:18] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.014925 10.0.0.19 - - [2025-11-10 01:43:18] "POST /set-tag HTTP/1.1" 200 109 0.013929 10.0.0.19 - - [2025-11-10 01:43:18] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006297 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.016680 10.0.0.19 - - [2025-11-10 01:43:18] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.008487 10.0.0.19 - - [2025-11-10 01:43:18] "POST /ref-update HTTP/1.1" 200 156 0.007727 10.0.0.19 - - [2025-11-10 01:43:18] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.010724 10.0.0.19 - - [2025-11-10 01:43:18] "POST /set-tag HTTP/1.1" 200 109 0.002283 10.0.0.19 - - [2025-11-10 01:43:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.006438 10.0.0.19 - - [2025-11-10 01:43:18] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004862 10.0.0.19 - - [2025-11-10 01:43:18] "POST /set-tag HTTP/1.1" 200 109 0.001819 10.0.0.19 - - [2025-11-10 01:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.19 - - [2025-11-10 01:43:18] "POST /chown HTTP/1.1" 200 109 0.006364 10.0.0.19 - - [2025-11-10 01:43:18] "POST /chown HTTP/1.1" 200 109 0.011189 10.0.0.19 - - [2025-11-10 01:43:18] "POST /ref-update HTTP/1.1" 200 156 0.016249 10.0.0.19 - - [2025-11-10 01:43:18] "POST /chown HTTP/1.1" 200 109 0.006560 10.0.0.19 - - [2025-11-10 01:43:18] "POST /chown HTTP/1.1" 200 109 0.016288 10.0.0.19 - - [2025-11-10 01:43:18] "POST /ref-update HTTP/1.1" 200 156 0.011154 10.0.0.19 - - [2025-11-10 01:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.19 - - [2025-11-10 01:43:18] "POST /chown HTTP/1.1" 200 109 0.007463 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.021240 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006928 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.007329 10.0.0.19 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001753 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.007170 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.021900 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.021040 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.005985 10.0.0.19 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001654 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.008046 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006485 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.016190 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.020851 10.0.0.19 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001843 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.005801 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.017095 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.016507 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.005967 10.0.0.19 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006552 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006774 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.015953 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.029882 10.0.0.19 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001961 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006559 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.019181 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006374 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.021129 10.0.0.19 - - [2025-11-10 01:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006651 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.014845 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.012396 10.0.0.19 - - [2025-11-10 01:43:19] "POST /chown HTTP/1.1" 200 109 0.006820 10.0.0.19 - - [2025-11-10 01:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.007995 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.014646 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.015674 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.023064 10.0.0.19 - - [2025-11-10 01:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.006255 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.017754 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.011141 10.0.0.19 - - [2025-11-10 01:43:20] "POST /chown HTTP/1.1" 200 109 0.006828 10.0.0.19 - - [2025-11-10 01:43:22] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006892 10.0.0.19 - - [2025-11-10 01:43:22] "POST /set-tag HTTP/1.1" 200 109 0.002117 10.0.0.19 - - [2025-11-10 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.19 - - [2025-11-10 01:43:22] "GET /loadbalancer/16c9954d-c1fb-4340-ba39-55afcd754dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002248 10.0.0.19 - - [2025-11-10 01:43:23] "GET /loadbalancer-pool/29b984d2-4888-42b7-bfd7-b0c565076f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.002588 10.0.0.19 - - [2025-11-10 01:43:23] "POST /loadbalancer-members HTTP/1.1" 200 702 0.014695 10.0.0.19 - - [2025-11-10 01:43:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.007986 10.0.0.19 - - [2025-11-10 01:43:23] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.009629 10.0.0.19 - - [2025-11-10 01:43:23] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.003818 10.0.0.19 - - [2025-11-10 01:43:23] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.19 - - [2025-11-10 01:43:23] "GET /floating-ip/ca3abc2b-8a12-426b-8d20-dd739643a162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1782 0.015815 10.0.0.19 - - [2025-11-10 01:43:23] "POST /tags HTTP/1.1" 409 221 0.001935 10.0.0.19 - - [2025-11-10 01:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001465 10.0.0.19 - - [2025-11-10 01:43:23] "GET /tag/c04ac34d-e3f5-4e10-8465-1250b70da960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.009654 10.0.0.19 - - [2025-11-10 01:43:23] "POST /set-tag HTTP/1.1" 200 109 0.019678 10.0.0.19 - - [2025-11-10 01:43:23] "PUT /floating-ip/ca3abc2b-8a12-426b-8d20-dd739643a162 HTTP/1.1" 200 256 0.021984 10.0.0.19 - - [2025-11-10 01:43:23] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007995 10.0.0.19 - - [2025-11-10 01:43:23] "POST /set-tag HTTP/1.1" 200 109 0.005609 10.0.0.19 - - [2025-11-10 01:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.19 - - [2025-11-10 01:43:23] "GET /loadbalancer/16c9954d-c1fb-4340-ba39-55afcd754dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002589 10.0.0.19 - - [2025-11-10 01:43:24] "GET /loadbalancer-pool/29b984d2-4888-42b7-bfd7-b0c565076f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.002852 10.0.0.19 - - [2025-11-10 01:43:24] "POST /loadbalancer-members HTTP/1.1" 200 702 0.015858 10.0.0.19 - - [2025-11-10 01:43:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.022666 10.0.0.19 - - [2025-11-10 01:43:24] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006727 10.0.0.19 - - [2025-11-10 01:43:24] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004263 10.0.0.19 - - [2025-11-10 01:43:24] "POST /ref-update HTTP/1.1" 200 156 0.006403 10.0.0.19 - - [2025-11-10 01:43:24] "GET /floating-ip/ca3abc2b-8a12-426b-8d20-dd739643a162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006119 10.0.0.19 - - [2025-11-10 01:43:24] "POST /set-tag HTTP/1.1" 200 109 0.015517 10.0.0.19 - - [2025-11-10 01:43:27] "GET /virtual-machine/baeeb5e6-1a5d-4c5f-8528-aa33a67e77f9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.003051 10.0.0.19 - - [2025-11-10 01:43:27] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004243 10.0.0.19 - - [2025-11-10 01:43:28] "GET /virtual-machine/a9c0846b-5cc6-411e-9252-8c240774dd73?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.003255 10.0.0.19 - - [2025-11-10 01:43:28] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004569 10.0.0.19 - - [2025-11-10 01:43:31] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004150 10.0.0.19 - - [2025-11-10 01:43:31] "POST /set-tag HTTP/1.1" 200 109 0.002020 10.0.0.19 - - [2025-11-10 01:43:33] "GET /virtual-machine/0797db66-e89a-433d-8506-9397c0e9f05f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1220 0.003208 10.0.0.19 - - [2025-11-10 01:43:33] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004082 10.0.0.19 - - [2025-11-10 01:43:33] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004150 10.0.0.19 - - [2025-11-10 01:43:33] "POST /set-tag HTTP/1.1" 200 109 0.002138 10.0.0.19 - - [2025-11-10 01:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001958 10.0.0.19 - - [2025-11-10 01:43:40] "POST /chown HTTP/1.1" 200 109 0.006539 10.0.0.19 - - [2025-11-10 01:43:40] "POST /chown HTTP/1.1" 200 109 0.022986 10.0.0.19 - - [2025-11-10 01:43:40] "POST /chown HTTP/1.1" 200 109 0.015903 10.0.0.19 - - [2025-11-10 01:43:40] "POST /chown HTTP/1.1" 200 109 0.006507 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:43:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001199 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:43:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000807 10.0.0.19 - - [2025-11-10 01:44:05] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004575 10.0.0.19 - - [2025-11-10 01:44:05] "POST /set-tag HTTP/1.1" 200 109 0.002896 10.0.0.19 - - [2025-11-10 01:44:05] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.007022 10.0.0.19 - - [2025-11-10 01:44:05] "POST /set-tag HTTP/1.1" 200 109 0.002110 10.0.0.19 - - [2025-11-10 01:44:05] "GET /virtual-machine/0797db66-e89a-433d-8506-9397c0e9f05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.002763 10.0.0.19 - - [2025-11-10 01:44:05] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.19 - - [2025-11-10 01:44:05] "GET /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.009584 10.0.0.19 - - [2025-11-10 01:44:05] "POST /set-tag HTTP/1.1" 200 109 0.014546 10.0.0.19 - - [2025-11-10 01:44:05] "POST /set-tag HTTP/1.1" 200 109 0.023536 10.0.0.19 - - [2025-11-10 01:44:05] "DELETE /instance-ip/a1bd4dd6-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.040255 10.0.0.19 - - [2025-11-10 01:44:05] "DELETE /virtual-machine-interface/a1a2f03a-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.034344 10.0.0.19 - - [2025-11-10 01:44:05] "DELETE /virtual-machine/0797db66-e89a-433d-8506-9397c0e9f05f HTTP/1.1" 200 115 0.038596 10.0.0.19 - - [2025-11-10 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.19 - - [2025-11-10 01:44:08] "GET /tag/4e2c4099-0d23-47dd-b7c1-d6a4b95b38e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.011870 10.0.0.19 - - [2025-11-10 01:44:08] "GET /tag/4e2c4099-0d23-47dd-b7c1-d6a4b95b38e9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.011524 10.0.0.19 - - [2025-11-10 01:44:08] "GET /virtual-machine-interface/29bc0ed6-3414-459f-b2c5-c14a20b0eef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.004871 10.0.0.19 - - [2025-11-10 01:44:08] "POST /set-tag HTTP/1.1" 200 109 0.045992 10.0.0.19 - - [2025-11-10 01:44:08] "GET /virtual-machine-interface/5d5914e6-549f-4adc-8724-0c748ff40472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.004432 10.0.0.19 - - [2025-11-10 01:44:08] "POST /set-tag HTTP/1.1" 200 109 0.016302 10.0.0.19 - - [2025-11-10 01:44:08] "GET /virtual-machine-interface/de7ece60-4c8e-4e8d-8fd8-e933abf5c845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.017675 10.0.0.19 - - [2025-11-10 01:44:08] "POST /set-tag HTTP/1.1" 200 109 0.022459 10.0.0.19 - - [2025-11-10 01:44:08] "GET /firewall-policy/e4263349-fe45-4563-9ed2-698a73bc8eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.015378 10.0.0.19 - - [2025-11-10 01:44:08] "GET /firewall-rule/7bda722a-f63f-425b-a918-9f5a1714c9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003097 10.0.0.19 - - [2025-11-10 01:44:08] "POST /ref-update HTTP/1.1" 200 156 0.011417 10.0.0.19 - - [2025-11-10 01:44:08] "DELETE /firewall-rule/7bda722a-f63f-425b-a918-9f5a1714c9f1 HTTP/1.1" 200 115 0.051099 10.0.0.19 - - [2025-11-10 01:44:08] "DELETE /loadbalancer-member/e8296954-a80d-4557-9d6b-3f160f066b9e HTTP/1.1" 200 115 0.035812 10.0.0.19 - - [2025-11-10 01:44:08] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.008623 10.0.0.19 - - [2025-11-10 01:44:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.013918 10.0.0.19 - - [2025-11-10 01:44:08] "DELETE /loadbalancer-pool/205b922b-7f9e-49de-824f-a2b92bcaaa6c HTTP/1.1" 200 115 0.052261 10.0.0.19 - - [2025-11-10 01:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001444 10.0.0.19 - - [2025-11-10 01:44:08] "DELETE /loadbalancer-listener/e30cb197-6b15-4c78-9363-d978d34ef5ce HTTP/1.1" 200 115 0.025925 10.0.0.19 - - [2025-11-10 01:44:08] "GET /floating-ip/4cc72dc1-217b-436f-ae1d-d84778390f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.002097 10.0.0.19 - - [2025-11-10 01:44:08] "POST /chown HTTP/1.1" 200 109 0.005410 10.0.0.19 - - [2025-11-10 01:44:09] "POST /chown HTTP/1.1" 200 109 0.023081 10.0.0.19 - - [2025-11-10 01:44:09] "POST /chown HTTP/1.1" 200 109 0.022149 10.0.0.19 - - [2025-11-10 01:44:09] "PUT /floating-ip/4cc72dc1-217b-436f-ae1d-d84778390f40 HTTP/1.1" 200 256 0.048820 10.0.0.19 - - [2025-11-10 01:44:09] "POST /chown HTTP/1.1" 200 109 0.013268 10.0.0.19 - - [2025-11-10 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /floating-ip/4cc72dc1-217b-436f-ae1d-d84778390f40 HTTP/1.1" 200 115 0.061294 10.0.0.19 - - [2025-11-10 01:44:09] "POST /chown HTTP/1.1" 200 109 0.015260 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /loadbalancer/50448808-ba71-4425-9294-db9a07aed5d9 HTTP/1.1" 200 115 0.045119 10.0.0.19 - - [2025-11-10 01:44:09] "POST /chown HTTP/1.1" 200 109 0.006065 10.0.0.19 - - [2025-11-10 01:44:09] "POST /chown HTTP/1.1" 200 109 0.009789 10.0.0.19 - - [2025-11-10 01:44:09] "POST /chown HTTP/1.1" 200 109 0.017568 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /instance-ip/c1e2098c-33cc-4e2c-b63b-2b451a6c9a17 HTTP/1.1" 200 115 0.081053 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /virtual-machine-interface/5d5914e6-549f-4adc-8724-0c748ff40472 HTTP/1.1" 200 115 0.047143 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /tag/4e2c4099-0d23-47dd-b7c1-d6a4b95b38e9 HTTP/1.1" 200 115 0.047116 10.0.0.19 - - [2025-11-10 01:44:09] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.007431 10.0.0.19 - - [2025-11-10 01:44:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.011315 10.0.0.19 - - [2025-11-10 01:44:09] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.006197 10.0.0.19 - - [2025-11-10 01:44:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.013189 10.0.0.19 - - [2025-11-10 01:44:09] "GET /floating-ip-pool/76b757be-527c-4727-9288-b1df38052e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.002361 10.0.0.19 - - [2025-11-10 01:44:09] "PUT /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 266 0.008566 10.0.0.19 - - [2025-11-10 01:44:09] "POST /ref-update HTTP/1.1" 200 156 0.009425 10.0.0.19 - - [2025-11-10 01:44:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.008839 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /floating-ip-pool/76b757be-527c-4727-9288-b1df38052e6e HTTP/1.1" 200 115 0.052586 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /service-instance/b1ae4269-0750-4735-81e0-b2ed4caabe6c HTTP/1.1" 200 115 0.049853 10.0.0.19 - - [2025-11-10 01:44:09] "GET /virtual-machine-interface/de7ece60-4c8e-4e8d-8fd8-e933abf5c845?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.010832 10.0.0.19 - - [2025-11-10 01:44:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.19 - - [2025-11-10 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002252 10.0.0.19 - - [2025-11-10 01:44:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001569 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /virtual-network/a8a26fde-1e0f-4007-8b5d-e9674b684077 HTTP/1.1" 200 115 0.127562 10.0.0.19 - - [2025-11-10 01:44:09] "GET /routing-instance/b4bc3e10-033f-4dfc-86dc-85377b9bbed4 HTTP/1.1" 404 171 0.003083 10.0.0.19 - - [2025-11-10 01:44:09] "GET /domains HTTP/1.1" 200 280 0.007744 10.0.0.19 - - [2025-11-10 01:44:09] "GET /domain/e506474d-fd80-428e-b83a-d321707cda24 HTTP/1.1" 200 3087 0.019175 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /virtual-machine-interface/de7ece60-4c8e-4e8d-8fd8-e933abf5c845 HTTP/1.1" 200 115 0.091346 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /route-target/77a32225-3f69-4138-ba18-d8cd05d4ef77 HTTP/1.1" 200 115 0.060922 10.0.0.19 - - [2025-11-10 01:44:09] "POST /ref-update HTTP/1.1" 200 156 0.030049 10.0.0.19 - - [2025-11-10 01:44:09] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c HTTP/1.1" 200 7142 0.065045 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /virtual-machine/0bfd44e5-d6d2-4d3e-a023-c670a55446e7 HTTP/1.1" 200 115 0.033779 10.0.0.19 - - [2025-11-10 01:44:09] "GET /virtual-machine-interface/29bc0ed6-3414-459f-b2c5-c14a20b0eef0?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1208 0.008734 10.0.0.19 - - [2025-11-10 01:44:09] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.010648 10.0.0.19 - - [2025-11-10 01:44:09] "POST /set-tag HTTP/1.1" 200 109 0.004387 10.0.0.19 - - [2025-11-10 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011292 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /virtual-machine-interface/29bc0ed6-3414-459f-b2c5-c14a20b0eef0 HTTP/1.1" 200 115 0.085441 10.0.0.19 - - [2025-11-10 01:44:09] "GET /loadbalancer/16c9954d-c1fb-4340-ba39-55afcd754dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002445 10.0.0.19 - - [2025-11-10 01:44:09] "DELETE /virtual-machine/243589f1-6e6e-42a1-9d43-8a8602ed5a47 HTTP/1.1" 200 115 0.026405 10.0.0.19 - - [2025-11-10 01:44:10] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.010237 10.0.0.19 - - [2025-11-10 01:44:10] "POST /set-tag HTTP/1.1" 200 109 0.030875 10.0.0.19 - - [2025-11-10 01:44:10] "DELETE /loadbalancer-member/7a19d44a-251e-445c-86a0-55b320886c42 HTTP/1.1" 200 115 0.039962 10.0.0.19 - - [2025-11-10 01:44:11] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006743 10.0.0.19 - - [2025-11-10 01:44:11] "POST /set-tag HTTP/1.1" 200 109 0.002764 10.0.0.19 - - [2025-11-10 01:44:11] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004612 10.0.0.19 - - [2025-11-10 01:44:11] "POST /set-tag HTTP/1.1" 200 109 0.001724 10.0.0.19 - - [2025-11-10 01:44:11] "GET /virtual-machine/a9c0846b-5cc6-411e-9252-8c240774dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.002837 10.0.0.19 - - [2025-11-10 01:44:11] "POST /ref-update HTTP/1.1" 200 156 0.007952 10.0.0.19 - - [2025-11-10 01:44:11] "GET /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006908 10.0.0.19 - - [2025-11-10 01:44:11] "POST /set-tag HTTP/1.1" 200 109 0.015870 10.0.0.19 - - [2025-11-10 01:44:11] "POST /set-tag HTTP/1.1" 200 109 0.024440 10.0.0.19 - - [2025-11-10 01:44:11] "POST /set-tag HTTP/1.1" 200 109 0.037408 10.0.0.19 - - [2025-11-10 01:44:11] "DELETE /instance-ip/9e99290e-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.028047 10.0.0.19 - - [2025-11-10 01:44:11] "POST /ref-update HTTP/1.1" 200 156 0.012458 10.0.0.19 - - [2025-11-10 01:44:11] "DELETE /virtual-machine-interface/9e7ea25a-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.051800 10.0.0.19 - - [2025-11-10 01:44:11] "DELETE /virtual-machine/a9c0846b-5cc6-411e-9252-8c240774dd73 HTTP/1.1" 200 115 0.016488 10.0.0.19 - - [2025-11-10 01:44:14] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.009040 10.0.0.19 - - [2025-11-10 01:44:14] "POST /set-tag HTTP/1.1" 200 109 0.002466 10.0.0.19 - - [2025-11-10 01:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001954 10.0.0.19 - - [2025-11-10 01:44:14] "GET /loadbalancer/16c9954d-c1fb-4340-ba39-55afcd754dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002354 10.0.0.19 - - [2025-11-10 01:44:16] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.007245 10.0.0.19 - - [2025-11-10 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.003945 10.0.0.19 - - [2025-11-10 01:44:16] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006020 10.0.0.19 - - [2025-11-10 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.002077 10.0.0.19 - - [2025-11-10 01:44:16] "GET /virtual-machine/baeeb5e6-1a5d-4c5f-8528-aa33a67e77f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002748 10.0.0.19 - - [2025-11-10 01:44:16] "POST /ref-update HTTP/1.1" 200 156 0.008032 10.0.0.19 - - [2025-11-10 01:44:16] "GET /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.015402 10.0.0.19 - - [2025-11-10 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.015293 10.0.0.19 - - [2025-11-10 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.022026 10.0.0.19 - - [2025-11-10 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.030016 10.0.0.19 - - [2025-11-10 01:44:16] "DELETE /instance-ip/9e293d06-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.040207 10.0.0.19 - - [2025-11-10 01:44:16] "POST /ref-update HTTP/1.1" 200 156 0.007965 10.0.0.19 - - [2025-11-10 01:44:16] "DELETE /virtual-machine-interface/9e14a24c-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.032963 10.0.0.19 - - [2025-11-10 01:44:16] "DELETE /virtual-machine/baeeb5e6-1a5d-4c5f-8528-aa33a67e77f9 HTTP/1.1" 200 115 0.016191 10.0.0.19 - - [2025-11-10 01:44:16] "DELETE /tag/c7e6b1e7-c1fe-432e-bd85-f8eedeb1e825 HTTP/1.1" 200 115 0.041419 10.0.0.19 - - [2025-11-10 01:44:16] "DELETE /tag/c80e4e57-1738-4657-a7ed-66e7cf7ee29d HTTP/1.1" 200 115 0.062659 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002200 10.0.0.19 - - [2025-11-10 01:44:20] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.030351 10.0.0.19 - - [2025-11-10 01:44:20] "POST /tags HTTP/1.1" 200 393 0.024693 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010629 10.0.0.19 - - [2025-11-10 01:44:20] "GET /tag/5f6594d5-d8a1-4b70-8be1-53ef53514d9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.012112 10.0.0.19 - - [2025-11-10 01:44:20] "POST /tags HTTP/1.1" 200 341 0.015763 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.19 - - [2025-11-10 01:44:20] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.013454 10.0.0.19 - - [2025-11-10 01:44:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.000655 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.002759 10.0.0.19 - - [2025-11-10 01:44:20] "POST /security-groups HTTP/1.1" 200 589 0.058577 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.001580 10.0.0.19 - - [2025-11-10 01:44:20] "POST /projects HTTP/1.1" 200 519 0.191777 10.0.0.19 - - [2025-11-10 01:44:20] "POST /access-control-lists HTTP/1.1" 200 598 0.056494 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.012982 10.0.0.19 - - [2025-11-10 01:44:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.013847 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006783 10.0.0.19 - - [2025-11-10 01:44:20] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.005884 10.0.0.19 - - [2025-11-10 01:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.19 - - [2025-11-10 01:44:20] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.038459 10.0.0.19 - - [2025-11-10 01:44:20] "POST /access-control-lists HTTP/1.1" 200 596 0.070767 10.0.0.19 - - [2025-11-10 01:44:20] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.056510 10.0.0.19 - - [2025-11-10 01:44:20] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.035327 10.0.0.19 - - [2025-11-10 01:44:21] "POST /security-groups HTTP/1.1" 200 591 0.075660 10.0.0.19 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 404 270 0.002728 10.0.0.19 - - [2025-11-10 01:44:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.027755 10.0.0.19 - - [2025-11-10 01:44:21] "POST /chown HTTP/1.1" 200 109 0.020003 10.0.0.19 - - [2025-11-10 01:44:21] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005171 10.0.0.19 - - [2025-11-10 01:44:21] "POST /access-control-lists HTTP/1.1" 200 632 0.081513 10.0.0.19 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001218 10.0.0.19 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 404 269 0.015067 10.0.0.19 - - [2025-11-10 01:44:21] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.009975 10.0.0.19 - - [2025-11-10 01:44:21] "POST /tags HTTP/1.1" 409 226 0.001501 10.0.0.19 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.19 - - [2025-11-10 01:44:21] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.013319 10.0.0.19 - - [2025-11-10 01:44:21] "POST /access-control-lists HTTP/1.1" 200 630 0.080870 10.0.0.19 - - [2025-11-10 01:44:21] "POST /firewall-rules HTTP/1.1" 200 600 0.132386 10.0.0.19 - - [2025-11-10 01:44:21] "GET /firewall-rule/b6eb4f68-5ad3-4dd8-9c36-13be7e3dbd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.008123 10.0.0.19 - - [2025-11-10 01:44:21] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3876 0.003361 10.0.0.19 - - [2025-11-10 01:44:21] "GET /firewall-rule/b6eb4f68-5ad3-4dd8-9c36-13be7e3dbd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.001799 10.0.0.19 - - [2025-11-10 01:44:21] "POST /ref-update HTTP/1.1" 200 156 0.042163 10.0.0.19 - - [2025-11-10 01:44:21] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008237 10.0.0.19 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001858 10.0.0.19 - - [2025-11-10 01:44:21] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002740 10.0.0.19 - - [2025-11-10 01:44:21] "POST /tags HTTP/1.1" 409 226 0.001507 10.0.0.19 - - [2025-11-10 01:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001266 10.0.0.19 - - [2025-11-10 01:44:21] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010388 10.0.0.19 - - [2025-11-10 01:44:21] "POST /firewall-rules HTTP/1.1" 200 598 0.072730 10.0.0.19 - - [2025-11-10 01:44:21] "GET /firewall-rule/d59c084d-231b-4b3e-a77e-fc265eab3353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.011206 10.0.0.19 - - [2025-11-10 01:44:21] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4132 0.004141 10.0.0.19 - - [2025-11-10 01:44:21] "GET /firewall-rule/d59c084d-231b-4b3e-a77e-fc265eab3353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002069 10.0.0.19 - - [2025-11-10 01:44:21] "POST /ref-update HTTP/1.1" 200 156 0.049138 10.0.0.19 - - [2025-11-10 01:44:23] "POST /tags HTTP/1.1" 200 393 0.019682 10.0.0.19 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.19 - - [2025-11-10 01:44:23] "GET /tag/ba49a256-f3dc-4460-bd12-4986c0bed4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.018074 10.0.0.19 - - [2025-11-10 01:44:23] "POST /tags HTTP/1.1" 200 341 0.017010 10.0.0.19 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.19 - - [2025-11-10 01:44:23] "GET /tag/48295629-8ea7-4ea9-a88a-ac40510f219a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.013133 10.0.0.19 - - [2025-11-10 01:44:23] "POST /id-to-fqname HTTP/1.1" 200 192 0.000495 10.0.0.19 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.001601 10.0.0.19 - - [2025-11-10 01:44:23] "POST /security-groups HTTP/1.1" 200 589 0.061532 10.0.0.19 - - [2025-11-10 01:44:23] "POST /projects HTTP/1.1" 200 519 0.166695 10.0.0.19 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.002370 10.0.0.19 - - [2025-11-10 01:44:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.011453 10.0.0.19 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.018755 10.0.0.19 - - [2025-11-10 01:44:23] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.014352 10.0.0.19 - - [2025-11-10 01:44:23] "POST /access-control-lists HTTP/1.1" 200 598 0.085267 10.0.0.19 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001851 10.0.0.19 - - [2025-11-10 01:44:23] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.011650 10.0.0.19 - - [2025-11-10 01:44:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.016956 10.0.0.19 - - [2025-11-10 01:44:23] "POST /access-control-lists HTTP/1.1" 200 596 0.080924 10.0.0.19 - - [2025-11-10 01:44:24] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.110373 10.0.0.19 - - [2025-11-10 01:44:24] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.043227 10.0.0.19 - - [2025-11-10 01:44:24] "POST /security-groups HTTP/1.1" 200 591 0.066739 10.0.0.19 - - [2025-11-10 01:44:24] "POST /fqname-to-id HTTP/1.1" 404 270 0.005539 10.0.0.19 - - [2025-11-10 01:44:24] "POST /access-control-lists HTTP/1.1" 200 632 0.062181 10.0.0.19 - - [2025-11-10 01:44:24] "POST /fqname-to-id HTTP/1.1" 404 269 0.004011 10.0.0.19 - - [2025-11-10 01:44:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.066052 10.0.0.19 - - [2025-11-10 01:44:24] "POST /chown HTTP/1.1" 200 109 0.012923 10.0.0.19 - - [2025-11-10 01:44:24] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005250 10.0.0.19 - - [2025-11-10 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001863 10.0.0.19 - - [2025-11-10 01:44:24] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.029062 10.0.0.19 - - [2025-11-10 01:44:24] "POST /tags HTTP/1.1" 409 226 0.001724 10.0.0.19 - - [2025-11-10 01:44:24] "POST /access-control-lists HTTP/1.1" 200 630 0.067408 10.0.0.19 - - [2025-11-10 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006616 10.0.0.19 - - [2025-11-10 01:44:24] "GET /tag/48295629-8ea7-4ea9-a88a-ac40510f219a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.011979 10.0.0.19 - - [2025-11-10 01:44:24] "POST /firewall-rules HTTP/1.1" 200 600 0.081327 10.0.0.19 - - [2025-11-10 01:44:24] "GET /firewall-rule/949a6fb2-51a4-45ef-9966-6204c24a7785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006647 10.0.0.19 - - [2025-11-10 01:44:24] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4387 0.003773 10.0.0.19 - - [2025-11-10 01:44:24] "GET /firewall-rule/949a6fb2-51a4-45ef-9966-6204c24a7785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.002759 10.0.0.19 - - [2025-11-10 01:44:24] "POST /ref-update HTTP/1.1" 200 156 0.045099 10.0.0.19 - - [2025-11-10 01:44:24] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004356 10.0.0.19 - - [2025-11-10 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001946 10.0.0.19 - - [2025-11-10 01:44:24] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002055 10.0.0.19 - - [2025-11-10 01:44:24] "POST /tags HTTP/1.1" 409 226 0.001234 10.0.0.19 - - [2025-11-10 01:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001128 10.0.0.19 - - [2025-11-10 01:44:24] "GET /tag/48295629-8ea7-4ea9-a88a-ac40510f219a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.009637 10.0.0.19 - - [2025-11-10 01:44:24] "POST /firewall-rules HTTP/1.1" 200 598 0.078142 10.0.0.19 - - [2025-11-10 01:44:24] "GET /firewall-rule/d874988f-7f4b-42c2-bd20-4f1c7d5c1929?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009445 10.0.0.19 - - [2025-11-10 01:44:24] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4643 0.003617 10.0.0.19 - - [2025-11-10 01:44:24] "GET /firewall-rule/d874988f-7f4b-42c2-bd20-4f1c7d5c1929?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002793 10.0.0.19 - - [2025-11-10 01:44:24] "POST /ref-update HTTP/1.1" 200 156 0.066739 10.0.0.19 - - [2025-11-10 01:44:26] "POST /tags HTTP/1.1" 200 345 0.066059 10.0.0.19 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010557 10.0.0.19 - - [2025-11-10 01:44:26] "GET /tag/7cdf1ce7-7e02-48b2-9f7d-9c880a09bce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.033644 10.0.0.19 - - [2025-11-10 01:44:26] "POST /projects HTTP/1.1" 409 238 0.006160 10.0.0.19 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.19 - - [2025-11-10 01:44:26] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027737 10.0.0.19 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.19 - - [2025-11-10 01:44:26] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004564 10.0.0.19 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.19 - - [2025-11-10 01:44:26] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003778 10.0.0.19 - - [2025-11-10 01:44:26] "POST /security-groups HTTP/1.1" 409 285 0.002794 10.0.0.19 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.19 - - [2025-11-10 01:44:26] "PUT /security-group/2db4ebc7-89c4-4264-a7a4-3636d6581eec HTTP/1.1" 200 262 0.054257 10.0.0.19 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.19 - - [2025-11-10 01:44:26] "PUT /access-control-list/204bd723-5d18-4f22-8ea4-7f1072b6b63e HTTP/1.1" 200 272 0.024870 10.0.0.19 - - [2025-11-10 01:44:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.035793 10.0.0.19 - - [2025-11-10 01:44:26] "POST /tags HTTP/1.1" 409 228 0.017420 10.0.0.19 - - [2025-11-10 01:44:26] "PUT /access-control-list/598d5aa1-d1ec-463f-a04b-f677eac468b1 HTTP/1.1" 200 272 0.040881 10.0.0.19 - - [2025-11-10 01:44:26] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.095362 10.0.0.19 - - [2025-11-10 01:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014936 10.0.0.19 - - [2025-11-10 01:44:26] "GET /tag/7cdf1ce7-7e02-48b2-9f7d-9c880a09bce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.009784 10.0.0.19 - - [2025-11-10 01:44:27] "POST /tags HTTP/1.1" 200 345 0.016454 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.19 - - [2025-11-10 01:44:27] "GET /tag/6c82a6a9-7f80-4422-a7f7-25774b933943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.010653 10.0.0.19 - - [2025-11-10 01:44:27] "POST /projects HTTP/1.1" 409 238 0.004628 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.19 - - [2025-11-10 01:44:27] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.019553 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008238 10.0.0.19 - - [2025-11-10 01:44:27] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004600 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.19 - - [2025-11-10 01:44:27] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.005936 10.0.0.19 - - [2025-11-10 01:44:27] "POST /security-groups HTTP/1.1" 409 285 0.003659 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.19 - - [2025-11-10 01:44:27] "PUT /security-group/d9d0c456-2e63-4f08-b1b3-77b2642342b0 HTTP/1.1" 200 262 0.061021 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.19 - - [2025-11-10 01:44:27] "PUT /access-control-list/d2c19d95-b296-4d3f-a3c0-780576df8018 HTTP/1.1" 200 272 0.031671 10.0.0.19 - - [2025-11-10 01:44:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.043239 10.0.0.19 - - [2025-11-10 01:44:27] "POST /tags HTTP/1.1" 409 228 0.011447 10.0.0.19 - - [2025-11-10 01:44:27] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.093633 10.0.0.19 - - [2025-11-10 01:44:27] "PUT /access-control-list/27ac0b7e-8289-45f0-9d29-5d519021d33f HTTP/1.1" 200 272 0.063072 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002320 10.0.0.19 - - [2025-11-10 01:44:27] "GET /tag/6c82a6a9-7f80-4422-a7f7-25774b933943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.019345 10.0.0.19 - - [2025-11-10 01:44:27] "POST /tags HTTP/1.1" 200 291 0.069237 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.19 - - [2025-11-10 01:44:27] "GET /tag/d40cdf89-bbf0-4dac-85d2-5710c0a01b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.014568 10.0.0.19 - - [2025-11-10 01:44:27] "POST /tags HTTP/1.1" 200 303 0.070333 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.19 - - [2025-11-10 01:44:27] "GET /tag/30f84b5a-9551-4a78-9548-f96ccef77fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.013797 10.0.0.19 - - [2025-11-10 01:44:27] "POST /tags HTTP/1.1" 409 252 0.001851 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.19 - - [2025-11-10 01:44:27] "GET /tag/5f6594d5-d8a1-4b70-8be1-53ef53514d9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.009948 10.0.0.19 - - [2025-11-10 01:44:27] "POST /tags HTTP/1.1" 409 226 0.001651 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001318 10.0.0.19 - - [2025-11-10 01:44:27] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.009732 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001405 10.0.0.19 - - [2025-11-10 01:44:27] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004484 10.0.0.19 - - [2025-11-10 01:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001673 10.0.0.19 - - [2025-11-10 01:44:27] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.021497 10.0.0.19 - - [2025-11-10 01:44:27] "POST /virtual-machines HTTP/1.1" 200 395 0.010473 10.0.0.19 - - [2025-11-10 01:44:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.013920 10.0.0.19 - - [2025-11-10 01:44:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.104802 10.0.0.19 - - [2025-11-10 01:44:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.015171 10.0.0.19 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004972 10.0.0.19 - - [2025-11-10 01:44:28] "POST /instance-ips HTTP/1.1" 200 397 0.025984 10.0.0.19 - - [2025-11-10 01:44:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.025790 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.003741 10.0.0.19 - - [2025-11-10 01:44:28] "POST /set-tag HTTP/1.1" 200 109 0.070011 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015903 10.0.0.19 - - [2025-11-10 01:44:28] "GET /instance-ip/cb6889c0-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003613 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004973 10.0.0.19 - - [2025-11-10 01:44:28] "POST /set-tag HTTP/1.1" 200 109 0.002645 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004389 10.0.0.19 - - [2025-11-10 01:44:28] "POST /ref-update HTTP/1.1" 200 156 0.007997 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007049 10.0.0.19 - - [2025-11-10 01:44:28] "POST /set-tag HTTP/1.1" 200 109 0.002307 10.0.0.19 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003821 10.0.0.19 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001638 10.0.0.19 - - [2025-11-10 01:44:28] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.028528 10.0.0.19 - - [2025-11-10 01:44:28] "POST /virtual-machines HTTP/1.1" 200 395 0.013096 10.0.0.19 - - [2025-11-10 01:44:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.021019 10.0.0.19 - - [2025-11-10 01:44:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.120890 10.0.0.19 - - [2025-11-10 01:44:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.008479 10.0.0.19 - - [2025-11-10 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008047 10.0.0.19 - - [2025-11-10 01:44:28] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004183 10.0.0.19 - - [2025-11-10 01:44:29] "POST /instance-ips HTTP/1.1" 200 397 0.028434 10.0.0.19 - - [2025-11-10 01:44:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.021157 10.0.0.19 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005601 10.0.0.19 - - [2025-11-10 01:44:29] "POST /set-tag HTTP/1.1" 200 109 0.064449 10.0.0.19 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.010831 10.0.0.19 - - [2025-11-10 01:44:29] "GET /instance-ip/cbe1ad0a-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003500 10.0.0.19 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006139 10.0.0.19 - - [2025-11-10 01:44:29] "POST /set-tag HTTP/1.1" 200 109 0.002547 10.0.0.19 - - [2025-11-10 01:44:29] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.003402 10.0.0.19 - - [2025-11-10 01:44:29] "POST /ref-update HTTP/1.1" 200 156 0.006813 10.0.0.19 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004488 10.0.0.19 - - [2025-11-10 01:44:29] "POST /set-tag HTTP/1.1" 200 109 0.002536 10.0.0.19 - - [2025-11-10 01:44:29] "POST /tags HTTP/1.1" 200 291 0.017925 10.0.0.19 - - [2025-11-10 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.013551 10.0.0.19 - - [2025-11-10 01:44:29] "GET /tag/8c8c25d9-8729-494c-9311-9a270c706e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.011596 10.0.0.19 - - [2025-11-10 01:44:29] "POST /tags HTTP/1.1" 409 252 0.001535 10.0.0.19 - - [2025-11-10 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001147 10.0.0.19 - - [2025-11-10 01:44:29] "GET /tag/ba49a256-f3dc-4460-bd12-4986c0bed4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.010641 10.0.0.19 - - [2025-11-10 01:44:29] "POST /tags HTTP/1.1" 409 226 0.002351 10.0.0.19 - - [2025-11-10 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001501 10.0.0.19 - - [2025-11-10 01:44:29] "GET /tag/48295629-8ea7-4ea9-a88a-ac40510f219a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.012751 10.0.0.19 - - [2025-11-10 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002016 10.0.0.19 - - [2025-11-10 01:44:29] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003952 10.0.0.19 - - [2025-11-10 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.19 - - [2025-11-10 01:44:29] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.052571 10.0.0.19 - - [2025-11-10 01:44:29] "POST /virtual-machines HTTP/1.1" 200 395 0.009118 10.0.0.19 - - [2025-11-10 01:44:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.011332 10.0.0.19 - - [2025-11-10 01:44:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.108291 10.0.0.19 - - [2025-11-10 01:44:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.007258 10.0.0.19 - - [2025-11-10 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.19 - - [2025-11-10 01:44:29] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005976 10.0.0.19 - - [2025-11-10 01:44:30] "POST /instance-ips HTTP/1.1" 200 397 0.016247 10.0.0.19 - - [2025-11-10 01:44:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.019114 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009253 10.0.0.19 - - [2025-11-10 01:44:30] "POST /set-tag HTTP/1.1" 200 109 0.068017 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.011183 10.0.0.19 - - [2025-11-10 01:44:30] "GET /instance-ip/cc7394f4-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003874 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004414 10.0.0.19 - - [2025-11-10 01:44:30] "POST /set-tag HTTP/1.1" 200 109 0.002048 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.003362 10.0.0.19 - - [2025-11-10 01:44:30] "POST /ref-update HTTP/1.1" 200 156 0.008353 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005281 10.0.0.19 - - [2025-11-10 01:44:30] "POST /set-tag HTTP/1.1" 200 109 0.002929 10.0.0.19 - - [2025-11-10 01:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002255 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004546 10.0.0.19 - - [2025-11-10 01:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.19 - - [2025-11-10 01:44:30] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.032957 10.0.0.19 - - [2025-11-10 01:44:30] "POST /virtual-machines HTTP/1.1" 200 395 0.008658 10.0.0.19 - - [2025-11-10 01:44:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.010869 10.0.0.19 - - [2025-11-10 01:44:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.116381 10.0.0.19 - - [2025-11-10 01:44:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.025406 10.0.0.19 - - [2025-11-10 01:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008282 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004498 10.0.0.19 - - [2025-11-10 01:44:30] "POST /instance-ips HTTP/1.1" 200 397 0.022686 10.0.0.19 - - [2025-11-10 01:44:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.019252 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.010319 10.0.0.19 - - [2025-11-10 01:44:30] "POST /set-tag HTTP/1.1" 200 109 0.066218 10.0.0.19 - - [2025-11-10 01:44:30] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.013853 10.0.0.19 - - [2025-11-10 01:44:30] "GET /instance-ip/cce11f56-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.016518 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004639 10.0.0.19 - - [2025-11-10 01:44:31] "POST /set-tag HTTP/1.1" 200 109 0.003045 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005066 10.0.0.19 - - [2025-11-10 01:44:31] "POST /ref-update HTTP/1.1" 200 156 0.019177 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.032831 10.0.0.19 - - [2025-11-10 01:44:31] "POST /set-tag HTTP/1.1" 200 109 0.005004 10.0.0.19 - - [2025-11-10 01:44:31] "POST /tags HTTP/1.1" 200 299 0.025131 10.0.0.19 - - [2025-11-10 01:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.015903 10.0.0.19 - - [2025-11-10 01:44:31] "GET /tag/a9f8f212-5729-4e35-9e7a-47c9d53bf2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.020092 10.0.0.19 - - [2025-11-10 01:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001877 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004326 10.0.0.19 - - [2025-11-10 01:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.19 - - [2025-11-10 01:44:31] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036751 10.0.0.19 - - [2025-11-10 01:44:31] "POST /virtual-machines HTTP/1.1" 200 395 0.009932 10.0.0.19 - - [2025-11-10 01:44:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.009128 10.0.0.19 - - [2025-11-10 01:44:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.126691 10.0.0.19 - - [2025-11-10 01:44:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.011894 10.0.0.19 - - [2025-11-10 01:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.022099 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006396 10.0.0.19 - - [2025-11-10 01:44:31] "POST /instance-ips HTTP/1.1" 200 397 0.023185 10.0.0.19 - - [2025-11-10 01:44:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.015017 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.013937 10.0.0.19 - - [2025-11-10 01:44:31] "POST /set-tag HTTP/1.1" 200 109 0.021439 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.009826 10.0.0.19 - - [2025-11-10 01:44:31] "GET /instance-ip/cd75953c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011848 10.0.0.19 - - [2025-11-10 01:44:31] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004305 10.0.0.19 - - [2025-11-10 01:44:31] "POST /set-tag HTTP/1.1" 200 109 0.001989 10.0.0.19 - - [2025-11-10 01:44:31] "POST /tags HTTP/1.1" 200 299 0.029206 10.0.0.19 - - [2025-11-10 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001949 10.0.0.19 - - [2025-11-10 01:44:32] "GET /tag/d18b7181-38f3-4860-afe9-a3ec36c87e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.013210 10.0.0.19 - - [2025-11-10 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001521 10.0.0.19 - - [2025-11-10 01:44:32] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005922 10.0.0.19 - - [2025-11-10 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002137 10.0.0.19 - - [2025-11-10 01:44:32] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027650 10.0.0.19 - - [2025-11-10 01:44:32] "POST /virtual-machines HTTP/1.1" 200 395 0.009397 10.0.0.19 - - [2025-11-10 01:44:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.018780 10.0.0.19 - - [2025-11-10 01:44:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.103249 10.0.0.19 - - [2025-11-10 01:44:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.010159 10.0.0.19 - - [2025-11-10 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009560 10.0.0.19 - - [2025-11-10 01:44:32] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.003947 10.0.0.19 - - [2025-11-10 01:44:32] "POST /instance-ips HTTP/1.1" 200 397 0.022658 10.0.0.19 - - [2025-11-10 01:44:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.015675 10.0.0.19 - - [2025-11-10 01:44:32] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005265 10.0.0.19 - - [2025-11-10 01:44:32] "POST /set-tag HTTP/1.1" 200 109 0.016913 10.0.0.19 - - [2025-11-10 01:44:32] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.016175 10.0.0.19 - - [2025-11-10 01:44:32] "GET /instance-ip/cde64516-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004479 10.0.0.19 - - [2025-11-10 01:44:32] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004175 10.0.0.19 - - [2025-11-10 01:44:32] "POST /set-tag HTTP/1.1" 200 109 0.001995 10.0.0.19 - - [2025-11-10 01:44:32] "POST /tags HTTP/1.1" 200 299 0.034269 10.0.0.19 - - [2025-11-10 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001898 10.0.0.19 - - [2025-11-10 01:44:32] "GET /tag/30ef412c-8ea3-4bcc-beaa-f49216841581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.011013 10.0.0.19 - - [2025-11-10 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001335 10.0.0.19 - - [2025-11-10 01:44:32] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004177 10.0.0.19 - - [2025-11-10 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001834 10.0.0.19 - - [2025-11-10 01:44:32] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.041378 10.0.0.19 - - [2025-11-10 01:44:32] "POST /virtual-machines HTTP/1.1" 200 395 0.014543 10.0.0.19 - - [2025-11-10 01:44:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.016056 10.0.0.19 - - [2025-11-10 01:44:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.107597 10.0.0.19 - - [2025-11-10 01:44:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.008675 10.0.0.19 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005715 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005560 10.0.0.19 - - [2025-11-10 01:44:33] "POST /instance-ips HTTP/1.1" 200 397 0.018284 10.0.0.19 - - [2025-11-10 01:44:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.027730 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009702 10.0.0.19 - - [2025-11-10 01:44:33] "POST /set-tag HTTP/1.1" 200 109 0.016001 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.012157 10.0.0.19 - - [2025-11-10 01:44:33] "GET /instance-ip/ce5035c0-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.002542 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004091 10.0.0.19 - - [2025-11-10 01:44:33] "POST /set-tag HTTP/1.1" 200 109 0.002091 10.0.0.19 - - [2025-11-10 01:44:33] "POST /tags HTTP/1.1" 200 299 0.015485 10.0.0.19 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001880 10.0.0.19 - - [2025-11-10 01:44:33] "GET /tag/bf2776ef-2062-4a78-8564-cad64fb66574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.010585 10.0.0.19 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001302 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003680 10.0.0.19 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001185 10.0.0.19 - - [2025-11-10 01:44:33] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.034918 10.0.0.19 - - [2025-11-10 01:44:33] "POST /virtual-machines HTTP/1.1" 200 395 0.006871 10.0.0.19 - - [2025-11-10 01:44:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.021135 10.0.0.19 - - [2025-11-10 01:44:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.092119 10.0.0.19 - - [2025-11-10 01:44:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.006919 10.0.0.19 - - [2025-11-10 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.011080 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.003950 10.0.0.19 - - [2025-11-10 01:44:33] "POST /instance-ips HTTP/1.1" 200 397 0.017608 10.0.0.19 - - [2025-11-10 01:44:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.034718 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009628 10.0.0.19 - - [2025-11-10 01:44:33] "POST /set-tag HTTP/1.1" 200 109 0.015705 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.012914 10.0.0.19 - - [2025-11-10 01:44:33] "GET /instance-ip/ceb368ac-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003270 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004414 10.0.0.19 - - [2025-11-10 01:44:33] "POST /set-tag HTTP/1.1" 200 109 0.002136 10.0.0.19 - - [2025-11-10 01:44:33] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.003373 10.0.0.19 - - [2025-11-10 01:44:34] "POST /ref-update HTTP/1.1" 200 156 0.009268 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.013746 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.001977 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004301 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.001963 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.003312 10.0.0.19 - - [2025-11-10 01:44:34] "POST /ref-update HTTP/1.1" 200 156 0.007410 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004035 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.002091 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.004712 10.0.0.19 - - [2025-11-10 01:44:34] "POST /ref-update HTTP/1.1" 200 156 0.007644 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004509 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.002034 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003622 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.001920 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.003910 10.0.0.19 - - [2025-11-10 01:44:34] "POST /ref-update HTTP/1.1" 200 156 0.008875 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.021011 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.002391 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003711 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.002264 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004664 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.001942 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003594 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.001695 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006019 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.004403 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007544 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.002331 10.0.0.19 - - [2025-11-10 01:44:34] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.015941 10.0.0.19 - - [2025-11-10 01:44:34] "POST /set-tag HTTP/1.1" 200 109 0.002105 10.0.0.19 - - [2025-11-10 01:44:39] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.009176 10.0.0.19 - - [2025-11-10 01:44:39] "POST /set-tag HTTP/1.1" 200 109 0.006963 10.0.0.19 - - [2025-11-10 01:44:39] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.009134 10.0.0.19 - - [2025-11-10 01:44:39] "POST /set-tag HTTP/1.1" 200 109 0.002780 10.0.0.19 - - [2025-11-10 01:44:39] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005508 10.0.0.19 - - [2025-11-10 01:44:39] "POST /set-tag HTTP/1.1" 200 109 0.002444 10.0.0.19 - - [2025-11-10 01:44:40] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004307 10.0.0.19 - - [2025-11-10 01:44:40] "POST /set-tag HTTP/1.1" 200 109 0.002020 10.0.0.19 - - [2025-11-10 01:44:41] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006179 10.0.0.19 - - [2025-11-10 01:44:41] "POST /set-tag HTTP/1.1" 200 109 0.002439 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005260 10.0.0.19 - - [2025-11-10 01:44:42] "POST /set-tag HTTP/1.1" 200 109 0.002814 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine/0917fe48-e228-455b-8f15-7c72014959ea?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.003231 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004203 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine/e4ad14f7-a848-4323-9166-7b6add6e0ff8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003041 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004569 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine/a0fe3fe5-1e4e-4972-8a00-9e97adf2d14c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002977 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004779 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine/8bdda783-f547-4af5-a597-f379810c3842?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003038 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003443 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine/98abe18e-7667-4cfa-87d7-8a909b521f54?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002946 10.0.0.19 - - [2025-11-10 01:44:42] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003431 10.0.0.19 - - [2025-11-10 01:44:44] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004141 10.0.0.19 - - [2025-11-10 01:44:44] "POST /set-tag HTTP/1.1" 200 109 0.003799 10.0.0.19 - - [2025-11-10 01:44:44] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006358 10.0.0.19 - - [2025-11-10 01:44:44] "POST /set-tag HTTP/1.1" 200 109 0.002287 10.0.0.19 - - [2025-11-10 01:44:47] "GET /virtual-machine/03ff3b55-736e-4499-be07-aeddfeb80294?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.002905 10.0.0.19 - - [2025-11-10 01:44:47] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.008117 10.0.0.19 - - [2025-11-10 01:44:47] "GET /virtual-machine/8c218b3b-20e0-445b-a19c-18f3a02b506f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003998 10.0.0.19 - - [2025-11-10 01:44:47] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003826 10.0.0.19 - - [2025-11-10 01:44:47] "GET /virtual-machine/c183afc1-dc62-46e2-b74f-45f5b2ae0241?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003295 10.0.0.19 - - [2025-11-10 01:44:47] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004418 10.0.0.19 - - [2025-11-10 01:44:48] "GET /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002937 10.0.0.19 - - [2025-11-10 01:44:48] "POST /tags HTTP/1.1" 200 333 0.029567 10.0.0.19 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002073 10.0.0.19 - - [2025-11-10 01:44:48] "GET /tag/a14dcedd-efc2-4689-83f1-b4c4b8a7eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.014682 10.0.0.19 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001535 10.0.0.19 - - [2025-11-10 01:44:48] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.035973 10.0.0.19 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002038 10.0.0.19 - - [2025-11-10 01:44:48] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004758 10.0.0.19 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001639 10.0.0.19 - - [2025-11-10 01:44:48] "GET /service-appliance-set/c0d70b73-fc57-4325-bc6d-bbff0812a252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002720 10.0.0.19 - - [2025-11-10 01:44:48] "POST /fqname-to-id HTTP/1.1" 404 273 0.002463 10.0.0.19 - - [2025-11-10 01:44:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.115790 10.0.0.19 - - [2025-11-10 01:44:48] "GET /virtual-machine-interface/d8822e16-d535-4a4f-892f-2cd0ac6a84c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.009504 10.0.0.19 - - [2025-11-10 01:44:48] "POST /instance-ips HTTP/1.1" 200 409 0.024660 10.0.0.19 - - [2025-11-10 01:44:48] "GET /instance-ip/ddb4eaf0-f570-4c38-a1d7-fa842c99d2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.005117 10.0.0.19 - - [2025-11-10 01:44:49] "POST /loadbalancers HTTP/1.1" 200 629 0.073377 10.0.0.19 - - [2025-11-10 01:44:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.029832 10.0.0.19 - - [2025-11-10 01:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.017897 10.0.0.19 - - [2025-11-10 01:44:49] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.041384 10.0.0.19 - - [2025-11-10 01:44:49] "GET /instance-ip/ddb4eaf0-f570-4c38-a1d7-fa842c99d2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.006621 10.0.0.19 - - [2025-11-10 01:44:49] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.052042 10.0.0.19 - - [2025-11-10 01:44:49] "GET /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.002540 10.0.0.19 - - [2025-11-10 01:44:49] "POST /floating-ips HTTP/1.1" 200 597 0.054476 10.0.0.19 - - [2025-11-10 01:44:49] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.041377 10.0.0.19 - - [2025-11-10 01:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.19 - - [2025-11-10 01:44:49] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.029309 10.0.0.19 - - [2025-11-10 01:44:49] "GET /loadbalancer-listener/c77daedf-1bdc-45d5-acca-574f502a7b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1843 0.002747 10.0.0.19 - - [2025-11-10 01:44:49] "GET /loadbalancer-listener/c77daedf-1bdc-45d5-acca-574f502a7b9e?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1243 0.002595 10.0.0.19 - - [2025-11-10 01:44:49] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.020211 10.0.0.19 - - [2025-11-10 01:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.19 - - [2025-11-10 01:44:49] "GET /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.003086 10.0.0.19 - - [2025-11-10 01:44:49] "GET /instance-ip/ddb4eaf0-f570-4c38-a1d7-fa842c99d2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.004203 10.0.0.19 - - [2025-11-10 01:44:49] "GET /instance-ip/ddb4eaf0-f570-4c38-a1d7-fa842c99d2b5?fields=floating_ips HTTP/1.1" 200 1213 0.006577 10.0.0.19 - - [2025-11-10 01:44:49] "GET /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.004692 10.0.0.19 - - [2025-11-10 01:44:49] "GET /loadbalancer-pool/fab5f764-3811-48df-ada9-7d6db9703568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003564 10.0.0.19 - - [2025-11-10 01:44:49] "GET /floating-ip/977da957-4673-4544-b407-8a631d981a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.002378 10.0.0.19 - - [2025-11-10 01:44:49] "POST /loadbalancer-members HTTP/1.1" 200 721 0.025414 10.0.0.19 - - [2025-11-10 01:44:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.020901 10.0.0.19 - - [2025-11-10 01:44:49] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.009292 10.0.0.19 - - [2025-11-10 01:44:49] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004461 10.0.0.19 - - [2025-11-10 01:44:49] "POST /ref-update HTTP/1.1" 200 156 0.005750 10.0.0.19 - - [2025-11-10 01:44:49] "GET /floating-ip/977da957-4673-4544-b407-8a631d981a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007112 10.0.0.19 - - [2025-11-10 01:44:49] "POST /tags HTTP/1.1" 409 221 0.001673 10.0.0.19 - - [2025-11-10 01:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001330 10.0.0.19 - - [2025-11-10 01:44:49] "GET /tag/a14dcedd-efc2-4689-83f1-b4c4b8a7eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.009357 10.0.0.19 - - [2025-11-10 01:44:49] "PUT /floating-ip/977da957-4673-4544-b407-8a631d981a40 HTTP/1.1" 200 256 0.008621 10.0.0.19 - - [2025-11-10 01:44:49] "POST /set-tag HTTP/1.1" 200 109 0.084362 10.0.0.19 - - [2025-11-10 01:44:49] "GET /loadbalancer-pool/fab5f764-3811-48df-ada9-7d6db9703568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.023437 10.0.0.19 - - [2025-11-10 01:44:49] "POST /loadbalancer-members HTTP/1.1" 200 721 0.023137 10.0.0.19 - - [2025-11-10 01:44:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.023686 10.0.0.19 - - [2025-11-10 01:44:49] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014792 10.0.0.19 - - [2025-11-10 01:44:49] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014383 10.0.0.19 - - [2025-11-10 01:44:49] "POST /ref-update HTTP/1.1" 200 156 0.007423 10.0.0.19 - - [2025-11-10 01:44:49] "GET /floating-ip/977da957-4673-4544-b407-8a631d981a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2237 0.005671 10.0.0.19 - - [2025-11-10 01:44:49] "POST /set-tag HTTP/1.1" 200 109 0.087884 10.0.0.19 - - [2025-11-10 01:44:50] "POST /tags HTTP/1.1" 409 206 0.001983 10.0.0.19 - - [2025-11-10 01:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001743 10.0.0.19 - - [2025-11-10 01:44:50] "GET /tag/30f84b5a-9551-4a78-9548-f96ccef77fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.024416 10.0.0.19 - - [2025-11-10 01:44:50] "POST /tags HTTP/1.1" 409 204 0.003722 10.0.0.19 - - [2025-11-10 01:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001997 10.0.0.19 - - [2025-11-10 01:44:50] "GET /tag/d18b7181-38f3-4860-afe9-a3ec36c87e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.009700 10.0.0.19 - - [2025-11-10 01:44:50] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.001886 10.0.0.19 - - [2025-11-10 01:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001480 10.0.0.19 - - [2025-11-10 01:44:50] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002157 10.0.0.19 - - [2025-11-10 01:44:50] "POST /tags HTTP/1.1" 409 206 0.001561 10.0.0.19 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.19 - - [2025-11-10 01:44:51] "GET /tag/30f84b5a-9551-4a78-9548-f96ccef77fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.010428 10.0.0.19 - - [2025-11-10 01:44:51] "POST /tags HTTP/1.1" 409 226 0.001782 10.0.0.19 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.19 - - [2025-11-10 01:44:51] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.009709 10.0.0.19 - - [2025-11-10 01:44:51] "POST /tags HTTP/1.1" 409 204 0.001552 10.0.0.19 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002041 10.0.0.19 - - [2025-11-10 01:44:51] "GET /tag/d18b7181-38f3-4860-afe9-a3ec36c87e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.010195 10.0.0.19 - - [2025-11-10 01:44:51] "POST /tags HTTP/1.1" 409 226 0.001645 10.0.0.19 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002246 10.0.0.19 - - [2025-11-10 01:44:51] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.012355 10.0.0.19 - - [2025-11-10 01:44:51] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002651 10.0.0.19 - - [2025-11-10 01:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002106 10.0.0.19 - - [2025-11-10 01:44:51] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002203 10.0.0.19 - - [2025-11-10 01:44:51] "POST /firewall-rules HTTP/1.1" 200 626 0.098571 10.0.0.19 - - [2025-11-10 01:44:51] "POST /firewall-rules HTTP/1.1" 200 646 0.072771 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-rule/ede4b49b-81e5-47b3-b779-ee8716e411d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.009015 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003084 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-rule/7b29b7fb-44fc-4f0d-b788-990ac65da332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003578 10.0.0.19 - - [2025-11-10 01:44:51] "POST /ref-update HTTP/1.1" 200 156 0.038369 10.0.0.19 - - [2025-11-10 01:44:51] "POST /firewall-policys HTTP/1.1" 200 606 0.030999 10.0.0.19 - - [2025-11-10 01:44:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.014371 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.009493 10.0.0.19 - - [2025-11-10 01:44:51] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004014 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.002632 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002751 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.002856 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/e4263349-fe45-4563-9ed2-698a73bc8eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.003531 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002059 10.0.0.19 - - [2025-11-10 01:44:51] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.003171 10.0.0.19 - - [2025-11-10 01:44:51] "POST /ref-update HTTP/1.1" 200 156 0.017092 10.0.0.19 - - [2025-11-10 01:44:51] "POST /ref-update HTTP/1.1" 200 156 0.025072 10.0.0.19 - - [2025-11-10 01:44:51] "POST /ref-update HTTP/1.1" 200 156 0.028408 10.0.0.19 - - [2025-11-10 01:44:52] "POST /ref-update HTTP/1.1" 200 156 0.019118 10.0.0.19 - - [2025-11-10 01:44:52] "POST /ref-update HTTP/1.1" 200 156 0.033037 10.0.0.19 - - [2025-11-10 01:44:52] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005590 10.0.0.19 - - [2025-11-10 01:45:49] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.007205 10.0.0.19 - - [2025-11-10 01:45:49] "POST /set-tag HTTP/1.1" 200 109 0.002070 10.0.0.19 - - [2025-11-10 01:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.19 - - [2025-11-10 01:45:49] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002516 10.0.0.19 - - [2025-11-10 01:45:49] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003994 10.0.0.19 - - [2025-11-10 01:45:49] "POST /set-tag HTTP/1.1" 200 109 0.023618 10.0.0.19 - - [2025-11-10 01:45:49] "DELETE /loadbalancer-member/679f7169-f78e-4626-a16e-aa42ffebfd92 HTTP/1.1" 200 115 0.033980 10.0.0.19 - - [2025-11-10 01:45:49] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.009879 10.0.0.19 - - [2025-11-10 01:45:49] "POST /set-tag HTTP/1.1" 200 109 0.009166 10.0.0.19 - - [2025-11-10 01:45:49] "DELETE /loadbalancer-member/8a8a76dc-a050-40b1-98ea-91dc6e8271fd HTTP/1.1" 200 115 0.046462 10.0.0.19 - - [2025-11-10 01:45:49] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005865 10.0.0.19 - - [2025-11-10 01:45:49] "POST /set-tag HTTP/1.1" 200 109 0.002836 10.0.0.19 - - [2025-11-10 01:45:49] "DELETE /loadbalancer-member/41dc3e7a-d142-4379-aca1-2b7806511443 HTTP/1.1" 200 115 0.040525 10.0.0.19 - - [2025-11-10 01:45:49] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.008899 10.0.0.19 - - [2025-11-10 01:45:49] "POST /set-tag HTTP/1.1" 200 109 0.003457 10.0.0.19 - - [2025-11-10 01:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.19 - - [2025-11-10 01:45:49] "GET /loadbalancer/cdc6660c-34c0-4632-a8d3-e2700278ea7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003023 10.0.0.19 - - [2025-11-10 01:45:49] "GET /loadbalancer-pool/522f9334-451c-4169-a821-f7ca8a0d41cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.002566 10.0.0.19 - - [2025-11-10 01:45:49] "POST /loadbalancer-members HTTP/1.1" 200 690 0.034699 10.0.0.19 - - [2025-11-10 01:45:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.033781 10.0.0.19 - - [2025-11-10 01:45:49] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007734 10.0.0.19 - - [2025-11-10 01:45:49] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005583 10.0.0.19 - - [2025-11-10 01:45:49] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003465 10.0.0.19 - - [2025-11-10 01:45:49] "POST /set-tag HTTP/1.1" 200 109 0.084486 10.0.0.19 - - [2025-11-10 01:45:50] "GET /loadbalancer-pool/e8a045f1-a539-44c3-94e5-288fc7a1cfa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.002926 10.0.0.19 - - [2025-11-10 01:45:50] "POST /loadbalancer-members HTTP/1.1" 200 690 0.030522 10.0.0.19 - - [2025-11-10 01:45:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.009837 10.0.0.19 - - [2025-11-10 01:45:50] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.023797 10.0.0.19 - - [2025-11-10 01:45:50] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.032001 10.0.0.19 - - [2025-11-10 01:45:50] "POST /set-tag HTTP/1.1" 200 109 0.020069 10.0.0.19 - - [2025-11-10 01:45:50] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.002612 10.0.0.19 - - [2025-11-10 01:45:50] "GET /loadbalancer-pool/b6e51919-531b-41b8-8c4c-b80f3c2ede14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.003954 10.0.0.19 - - [2025-11-10 01:45:50] "POST /loadbalancer-members HTTP/1.1" 200 692 0.020218 10.0.0.19 - - [2025-11-10 01:45:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.014851 10.0.0.19 - - [2025-11-10 01:45:50] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005774 10.0.0.19 - - [2025-11-10 01:45:50] "GET /virtual-machine-interface/56c34e6c-bdd5-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004581 10.0.0.19 - - [2025-11-10 01:45:50] "POST /set-tag HTTP/1.1" 200 109 0.003330 10.0.0.19 - - [2025-11-10 01:45:50] "GET /floating-ip/294377dd-3f36-4480-823e-c2e85adb4478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004662 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:46:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000911 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:46:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000794 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:46:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000886 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:46:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000802 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:46:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000940 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:46:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000761 10.0.0.19 - - [2025-11-10 01:46:59] "POST /tags HTTP/1.1" 409 252 0.003601 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/ba49a256-f3dc-4460-bd12-4986c0bed4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.022126 10.0.0.19 - - [2025-11-10 01:47:00] "POST /tags HTTP/1.1" 409 228 0.004105 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/6c82a6a9-7f80-4422-a7f7-25774b933943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.017818 10.0.0.19 - - [2025-11-10 01:47:00] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003558 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001446 10.0.0.19 - - [2025-11-10 01:47:00] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.001993 10.0.0.19 - - [2025-11-10 01:47:00] "POST /tags HTTP/1.1" 409 206 0.002722 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002110 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/30f84b5a-9551-4a78-9548-f96ccef77fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.015681 10.0.0.19 - - [2025-11-10 01:47:00] "POST /tags HTTP/1.1" 409 226 0.002805 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.013440 10.0.0.19 - - [2025-11-10 01:47:00] "POST /tags HTTP/1.1" 409 204 0.006281 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/d18b7181-38f3-4860-afe9-a3ec36c87e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.020109 10.0.0.19 - - [2025-11-10 01:47:00] "POST /tags HTTP/1.1" 409 226 0.006500 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.016692 10.0.0.19 - - [2025-11-10 01:47:00] "POST /tags HTTP/1.1" 409 228 0.003791 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.019495 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/6c82a6a9-7f80-4422-a7f7-25774b933943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.014344 10.0.0.19 - - [2025-11-10 01:47:00] "POST /tags HTTP/1.1" 409 252 0.004322 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.19 - - [2025-11-10 01:47:00] "GET /tag/ba49a256-f3dc-4460-bd12-4986c0bed4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.013379 10.0.0.19 - - [2025-11-10 01:47:00] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002430 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001490 10.0.0.19 - - [2025-11-10 01:47:00] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.001899 10.0.0.19 - - [2025-11-10 01:47:00] "POST /firewall-rules HTTP/1.1" 409 281 0.002076 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001407 10.0.0.19 - - [2025-11-10 01:47:00] "PUT /firewall-rule/7b29b7fb-44fc-4f0d-b788-990ac65da332 HTTP/1.1" 200 260 0.014614 10.0.0.19 - - [2025-11-10 01:47:00] "POST /firewall-rules HTTP/1.1" 409 291 0.010484 10.0.0.19 - - [2025-11-10 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.19 - - [2025-11-10 01:47:00] "PUT /firewall-rule/ede4b49b-81e5-47b3-b779-ee8716e411d9 HTTP/1.1" 200 260 0.017783 10.0.0.19 - - [2025-11-10 01:47:00] "GET /firewall-rule/ede4b49b-81e5-47b3-b779-ee8716e411d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.022918 10.0.0.19 - - [2025-11-10 01:47:00] "POST /firewall-rules HTTP/1.1" 200 658 0.072686 10.0.0.19 - - [2025-11-10 01:47:00] "GET /firewall-rule/b08ec197-96b9-4d9f-b359-fd25a6612196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.014911 10.0.0.19 - - [2025-11-10 01:47:00] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.001951 10.0.0.19 - - [2025-11-10 01:47:00] "GET /firewall-rule/7b29b7fb-44fc-4f0d-b788-990ac65da332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003178 10.0.0.19 - - [2025-11-10 01:47:01] "POST /firewall-policys HTTP/1.1" 409 269 0.001820 10.0.0.19 - - [2025-11-10 01:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001469 10.0.0.19 - - [2025-11-10 01:47:01] "PUT /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e HTTP/1.1" 200 264 0.021476 10.0.0.19 - - [2025-11-10 01:47:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.014685 10.0.0.19 - - [2025-11-10 01:47:01] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.014783 10.0.0.19 - - [2025-11-10 01:47:01] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002683 10.0.0.19 - - [2025-11-10 01:47:01] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.001974 10.0.0.19 - - [2025-11-10 01:47:01] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.001666 10.0.0.19 - - [2025-11-10 01:47:01] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003232 10.0.0.19 - - [2025-11-10 01:47:53] "GET /global-system-configs HTTP/1.1" 200 322 0.001837 10.0.0.19 - - [2025-11-10 01:47:53] "GET /global-system-configs HTTP/1.1" 200 322 0.002491 10.0.0.19 - - [2025-11-10 01:48:02] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.009542 10.0.0.19 - - [2025-11-10 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.005312 10.0.0.19 - - [2025-11-10 01:48:02] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005471 10.0.0.19 - - [2025-11-10 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.008383 10.0.0.19 - - [2025-11-10 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002008 10.0.0.19 - - [2025-11-10 01:48:02] "GET /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.002042 10.0.0.19 - - [2025-11-10 01:48:02] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004174 10.0.0.19 - - [2025-11-10 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.017288 10.0.0.19 - - [2025-11-10 01:48:02] "DELETE /loadbalancer-member/abb71b38-184a-4e5c-91d2-7b120bb79136 HTTP/1.1" 200 115 0.059901 10.0.0.19 - - [2025-11-10 01:48:02] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.006368 10.0.0.19 - - [2025-11-10 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.002510 10.0.0.19 - - [2025-11-10 01:48:02] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004207 10.0.0.19 - - [2025-11-10 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.002180 10.0.0.19 - - [2025-11-10 01:48:02] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004325 10.0.0.19 - - [2025-11-10 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.002504 10.0.0.19 - - [2025-11-10 01:48:02] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003942 10.0.0.19 - - [2025-11-10 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.003159 10.0.0.19 - - [2025-11-10 01:48:03] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004092 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.002639 10.0.0.19 - - [2025-11-10 01:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002010 10.0.0.19 - - [2025-11-10 01:48:03] "GET /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.002743 10.0.0.19 - - [2025-11-10 01:48:03] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003436 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.002641 10.0.0.19 - - [2025-11-10 01:48:03] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007069 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.003777 10.0.0.19 - - [2025-11-10 01:48:03] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004936 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.004440 10.0.0.19 - - [2025-11-10 01:48:03] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004753 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.002101 10.0.0.19 - - [2025-11-10 01:48:03] "GET /virtual-machine/0917fe48-e228-455b-8f15-7c72014959ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.002042 10.0.0.19 - - [2025-11-10 01:48:03] "POST /ref-update HTTP/1.1" 200 156 0.010099 10.0.0.19 - - [2025-11-10 01:48:03] "GET /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.013771 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.015708 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.024726 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.023069 10.0.0.19 - - [2025-11-10 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.014762 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.023437 10.0.0.19 - - [2025-11-10 01:48:04] "DELETE /instance-ip/cb6889c0-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.036816 10.0.0.19 - - [2025-11-10 01:48:04] "POST /ref-update HTTP/1.1" 200 156 0.016045 10.0.0.19 - - [2025-11-10 01:48:04] "DELETE /virtual-machine-interface/cb53c6e8-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.041110 10.0.0.19 - - [2025-11-10 01:48:04] "DELETE /virtual-machine/0917fe48-e228-455b-8f15-7c72014959ea HTTP/1.1" 200 115 0.020580 10.0.0.19 - - [2025-11-10 01:48:04] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004351 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.002420 10.0.0.19 - - [2025-11-10 01:48:04] "GET /virtual-machine/a0fe3fe5-1e4e-4972-8a00-9e97adf2d14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002453 10.0.0.19 - - [2025-11-10 01:48:04] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.19 - - [2025-11-10 01:48:04] "GET /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004153 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.014701 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.021643 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.016564 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.022152 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.022842 10.0.0.19 - - [2025-11-10 01:48:04] "DELETE /instance-ip/cc7394f4-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.031960 10.0.0.19 - - [2025-11-10 01:48:04] "DELETE /virtual-machine-interface/cc5a4788-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.051387 10.0.0.19 - - [2025-11-10 01:48:04] "DELETE /virtual-machine/a0fe3fe5-1e4e-4972-8a00-9e97adf2d14c HTTP/1.1" 200 115 0.019583 10.0.0.19 - - [2025-11-10 01:48:04] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006162 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.002621 10.0.0.19 - - [2025-11-10 01:48:04] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004764 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.002333 10.0.0.19 - - [2025-11-10 01:48:04] "GET /virtual-machine/8bdda783-f547-4af5-a597-f379810c3842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.002435 10.0.0.19 - - [2025-11-10 01:48:04] "POST /ref-update HTTP/1.1" 200 156 0.008023 10.0.0.19 - - [2025-11-10 01:48:04] "GET /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.019112 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.021834 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.034575 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.021211 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.013553 10.0.0.19 - - [2025-11-10 01:48:04] "POST /set-tag HTTP/1.1" 200 109 0.036687 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /instance-ip/cce11f56-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.084471 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /virtual-machine-interface/ccc8c21c-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.029984 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /virtual-machine/8bdda783-f547-4af5-a597-f379810c3842 HTTP/1.1" 200 115 0.019954 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /tag/8c8c25d9-8729-494c-9311-9a270c706e6b HTTP/1.1" 200 115 0.033792 10.0.0.19 - - [2025-11-10 01:48:05] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004005 10.0.0.19 - - [2025-11-10 01:48:05] "POST /set-tag HTTP/1.1" 200 109 0.002463 10.0.0.19 - - [2025-11-10 01:48:05] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.003842 10.0.0.19 - - [2025-11-10 01:48:05] "POST /set-tag HTTP/1.1" 200 109 0.002029 10.0.0.19 - - [2025-11-10 01:48:05] "GET /virtual-machine/e4ad14f7-a848-4323-9166-7b6add6e0ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003707 10.0.0.19 - - [2025-11-10 01:48:05] "POST /ref-update HTTP/1.1" 200 156 0.007672 10.0.0.19 - - [2025-11-10 01:48:05] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.010581 10.0.0.19 - - [2025-11-10 01:48:05] "POST /set-tag HTTP/1.1" 200 109 0.018677 10.0.0.19 - - [2025-11-10 01:48:05] "POST /set-tag HTTP/1.1" 200 109 0.023267 10.0.0.19 - - [2025-11-10 01:48:05] "POST /set-tag HTTP/1.1" 200 109 0.035001 10.0.0.19 - - [2025-11-10 01:48:05] "POST /set-tag HTTP/1.1" 200 109 0.014995 10.0.0.19 - - [2025-11-10 01:48:05] "POST /set-tag HTTP/1.1" 200 109 0.032841 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /instance-ip/cbe1ad0a-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.042837 10.0.0.19 - - [2025-11-10 01:48:05] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.039089 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /virtual-machine/e4ad14f7-a848-4323-9166-7b6add6e0ff8 HTTP/1.1" 200 115 0.016873 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /tag/d40cdf89-bbf0-4dac-85d2-5710c0a01b24 HTTP/1.1" 200 115 0.029771 10.0.0.19 - - [2025-11-10 01:48:05] "DELETE /tag/30f84b5a-9551-4a78-9548-f96ccef77fbf HTTP/1.1" 409 388 0.004849 10.0.0.19 - - [2025-11-10 01:48:33] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006714 10.0.0.19 - - [2025-11-10 01:48:33] "POST /set-tag HTTP/1.1" 200 109 0.002172 10.0.0.19 - - [2025-11-10 01:48:33] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007063 10.0.0.19 - - [2025-11-10 01:48:33] "POST /set-tag HTTP/1.1" 200 109 0.002270 10.0.0.19 - - [2025-11-10 01:48:33] "GET /virtual-machine/03ff3b55-736e-4499-be07-aeddfeb80294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.002823 10.0.0.19 - - [2025-11-10 01:48:33] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.19 - - [2025-11-10 01:48:33] "GET /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007858 10.0.0.19 - - [2025-11-10 01:48:33] "POST /set-tag HTTP/1.1" 200 109 0.016497 10.0.0.19 - - [2025-11-10 01:48:33] "POST /set-tag HTTP/1.1" 200 109 0.018003 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.013093 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.012410 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /instance-ip/ce5035c0-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.044284 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /virtual-machine-interface/ce372558-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.047358 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /virtual-machine/03ff3b55-736e-4499-be07-aeddfeb80294 HTTP/1.1" 200 115 0.018062 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /tag/30ef412c-8ea3-4bcc-beaa-f49216841581 HTTP/1.1" 200 115 0.056736 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006127 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.008040 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007041 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.002053 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine/8c218b3b-20e0-445b-a19c-18f3a02b506f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003440 10.0.0.19 - - [2025-11-10 01:48:34] "POST /ref-update HTTP/1.1" 200 156 0.009910 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006059 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.017226 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.037726 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.044189 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.014483 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /instance-ip/cde64516-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.067217 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /virtual-machine-interface/cdcd6816-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.055985 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /virtual-machine/8c218b3b-20e0-445b-a19c-18f3a02b506f HTTP/1.1" 200 115 0.032454 10.0.0.19 - - [2025-11-10 01:48:34] "DELETE /tag/d18b7181-38f3-4860-afe9-a3ec36c87e47 HTTP/1.1" 409 236 0.008882 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005274 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.002212 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003860 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.002575 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine/98abe18e-7667-4cfa-87d7-8a909b521f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.002220 10.0.0.19 - - [2025-11-10 01:48:34] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.19 - - [2025-11-10 01:48:34] "GET /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004472 10.0.0.19 - - [2025-11-10 01:48:34] "POST /set-tag HTTP/1.1" 200 109 0.015888 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.026205 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.013348 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.022238 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /instance-ip/cd75953c-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.041590 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /virtual-machine-interface/cd58bdae-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.044322 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /virtual-machine/98abe18e-7667-4cfa-87d7-8a909b521f54 HTTP/1.1" 200 115 0.017576 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /tag/7cdf1ce7-7e02-48b2-9f7d-9c880a09bce1 HTTP/1.1" 200 115 0.028910 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /tag/a9f8f212-5729-4e35-9e7a-47c9d53bf2b1 HTTP/1.1" 200 115 0.033996 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /tag/5f6594d5-d8a1-4b70-8be1-53ef53514d9e HTTP/1.1" 200 115 0.030780 10.0.0.19 - - [2025-11-10 01:48:35] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004234 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.002686 10.0.0.19 - - [2025-11-10 01:48:35] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004896 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.002197 10.0.0.19 - - [2025-11-10 01:48:35] "GET /virtual-machine/c183afc1-dc62-46e2-b74f-45f5b2ae0241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003349 10.0.0.19 - - [2025-11-10 01:48:35] "POST /ref-update HTTP/1.1" 200 156 0.008981 10.0.0.19 - - [2025-11-10 01:48:35] "GET /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.011794 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.017741 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.026961 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.019840 10.0.0.19 - - [2025-11-10 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.012548 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /instance-ip/ceb368ac-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.037051 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /virtual-machine-interface/ce9c3f7e-bdd6-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.037714 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /virtual-machine/c183afc1-dc62-46e2-b74f-45f5b2ae0241 HTTP/1.1" 200 115 0.016380 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /tag/bf2776ef-2062-4a78-8564-cad64fb66574 HTTP/1.1" 200 115 0.030317 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /tag/6c82a6a9-7f80-4422-a7f7-25774b933943 HTTP/1.1" 409 236 0.006241 10.0.0.19 - - [2025-11-10 01:48:35] "DELETE /tag/ba49a256-f3dc-4460-bd12-4986c0bed4f7 HTTP/1.1" 409 236 0.004339 10.0.0.19 - - [2025-11-10 01:48:37] "POST /projects HTTP/1.1" 409 238 0.002077 10.0.0.19 - - [2025-11-10 01:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001407 10.0.0.19 - - [2025-11-10 01:48:37] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.027532 10.0.0.19 - - [2025-11-10 01:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002215 10.0.0.19 - - [2025-11-10 01:48:38] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004271 10.0.0.19 - - [2025-11-10 01:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001577 10.0.0.19 - - [2025-11-10 01:48:38] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.007347 10.0.0.19 - - [2025-11-10 01:48:38] "POST /security-groups HTTP/1.1" 409 285 0.001704 10.0.0.19 - - [2025-11-10 01:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002050 10.0.0.19 - - [2025-11-10 01:48:38] "PUT /security-group/d9d0c456-2e63-4f08-b1b3-77b2642342b0 HTTP/1.1" 200 262 0.055125 10.0.0.19 - - [2025-11-10 01:48:38] "PUT /access-control-list/d2c19d95-b296-4d3f-a3c0-780576df8018 HTTP/1.1" 200 272 0.012833 10.0.0.19 - - [2025-11-10 01:48:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.022917 10.0.0.19 - - [2025-11-10 01:48:38] "PUT /access-control-list/27ac0b7e-8289-45f0-9d29-5d519021d33f HTTP/1.1" 200 272 0.025433 10.0.0.19 - - [2025-11-10 01:48:43] "POST /projects HTTP/1.1" 409 238 0.002050 10.0.0.19 - - [2025-11-10 01:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001484 10.0.0.19 - - [2025-11-10 01:48:43] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.035429 10.0.0.19 - - [2025-11-10 01:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002163 10.0.0.19 - - [2025-11-10 01:48:43] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004330 10.0.0.19 - - [2025-11-10 01:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001574 10.0.0.19 - - [2025-11-10 01:48:43] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003383 10.0.0.19 - - [2025-11-10 01:48:43] "POST /security-groups HTTP/1.1" 409 285 0.001674 10.0.0.19 - - [2025-11-10 01:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001837 10.0.0.19 - - [2025-11-10 01:48:43] "PUT /security-group/d9d0c456-2e63-4f08-b1b3-77b2642342b0 HTTP/1.1" 200 262 0.051865 10.0.0.19 - - [2025-11-10 01:48:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.019619 10.0.0.19 - - [2025-11-10 01:48:43] "PUT /access-control-list/d2c19d95-b296-4d3f-a3c0-780576df8018 HTTP/1.1" 200 272 0.020082 10.0.0.19 - - [2025-11-10 01:48:43] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.011654 10.0.0.19 - - [2025-11-10 01:48:43] "PUT /access-control-list/27ac0b7e-8289-45f0-9d29-5d519021d33f HTTP/1.1" 200 272 0.015407 10.0.0.19 - - [2025-11-10 01:48:43] "GET /firewall-rule/949a6fb2-51a4-45ef-9966-6204c24a7785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.003025 10.0.0.19 - - [2025-11-10 01:48:43] "POST /ref-update HTTP/1.1" 200 156 0.047179 10.0.0.19 - - [2025-11-10 01:48:43] "DELETE /firewall-rule/949a6fb2-51a4-45ef-9966-6204c24a7785 HTTP/1.1" 200 115 0.032271 10.0.0.19 - - [2025-11-10 01:48:43] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.003833 10.0.0.19 - - [2025-11-10 01:48:43] "GET /firewall-rule/d874988f-7f4b-42c2-bd20-4f1c7d5c1929?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.013815 10.0.0.19 - - [2025-11-10 01:48:43] "POST /ref-update HTTP/1.1" 200 156 0.051549 10.0.0.19 - - [2025-11-10 01:48:43] "DELETE /firewall-rule/d874988f-7f4b-42c2-bd20-4f1c7d5c1929 HTTP/1.1" 200 115 0.047230 10.0.0.19 - - [2025-11-10 01:48:43] "DELETE /tag/6c82a6a9-7f80-4422-a7f7-25774b933943 HTTP/1.1" 409 236 0.004212 10.0.0.19 - - [2025-11-10 01:48:43] "DELETE /tag/ba49a256-f3dc-4460-bd12-4986c0bed4f7 HTTP/1.1" 409 236 0.005815 10.0.0.19 - - [2025-11-10 01:48:43] "DELETE /tag/48295629-8ea7-4ea9-a88a-ac40510f219a HTTP/1.1" 200 115 0.035773 10.0.0.19 - - [2025-11-10 01:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001421 10.0.0.19 - - [2025-11-10 01:48:43] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004676 10.0.0.19 - - [2025-11-10 01:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001534 10.0.0.19 - - [2025-11-10 01:48:43] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003452 10.0.0.19 - - [2025-11-10 01:48:43] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.032956 10.0.0.19 - - [2025-11-10 01:48:43] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.040381 10.0.0.19 - - [2025-11-10 01:48:44] "DELETE /access-control-list/d2c19d95-b296-4d3f-a3c0-780576df8018 HTTP/1.1" 200 115 0.033179 10.0.0.19 - - [2025-11-10 01:48:44] "DELETE /security-group/d9d0c456-2e63-4f08-b1b3-77b2642342b0 HTTP/1.1" 200 115 0.069233 10.0.0.19 - - [2025-11-10 01:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001474 10.0.0.19 - - [2025-11-10 01:48:44] "DELETE /access-control-list/27ac0b7e-8289-45f0-9d29-5d519021d33f HTTP/1.1" 200 115 0.025533 10.0.0.19 - - [2025-11-10 01:48:44] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.032618 10.0.0.19 - - [2025-11-10 01:48:44] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?fields=security_groups HTTP/1.1" 200 1351 0.034785 10.0.0.19 - - [2025-11-10 01:48:44] "DELETE /security-group/6ea1c5b8-9026-4320-bf1c-dfdcdbabd12c HTTP/1.1" 200 115 0.047312 10.0.0.19 - - [2025-11-10 01:48:44] "DELETE /access-control-list/0936f0e8-4888-4faa-84e4-30fdaa8becd2 HTTP/1.1" 200 115 0.027589 10.0.0.19 - - [2025-11-10 01:48:44] "GET /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e?fields=application_policy_sets HTTP/1.1" 200 1390 0.066622 10.0.0.19 - - [2025-11-10 01:48:44] "DELETE /access-control-list/f32cdfd1-3063-412d-a425-3b88272a884f HTTP/1.1" 200 115 0.072481 10.0.0.19 - - [2025-11-10 01:48:44] "DELETE /project/0bacbfc7-7c4e-45ea-9a1b-62530109b89e HTTP/1.1" 200 115 0.324039 10.0.0.19 - - [2025-11-10 01:48:44] "POST /projects HTTP/1.1" 409 238 0.001801 10.0.0.19 - - [2025-11-10 01:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001336 10.0.0.19 - - [2025-11-10 01:48:44] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027452 10.0.0.19 - - [2025-11-10 01:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.19 - - [2025-11-10 01:48:44] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004427 10.0.0.19 - - [2025-11-10 01:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001630 10.0.0.19 - - [2025-11-10 01:48:44] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003743 10.0.0.19 - - [2025-11-10 01:48:44] "POST /security-groups HTTP/1.1" 409 285 0.001771 10.0.0.19 - - [2025-11-10 01:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.19 - - [2025-11-10 01:48:44] "PUT /security-group/2db4ebc7-89c4-4264-a7a4-3636d6581eec HTTP/1.1" 200 262 0.055310 10.0.0.19 - - [2025-11-10 01:48:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.026446 10.0.0.19 - - [2025-11-10 01:48:44] "PUT /access-control-list/204bd723-5d18-4f22-8ea4-7f1072b6b63e HTTP/1.1" 200 272 0.025438 10.0.0.19 - - [2025-11-10 01:48:44] "PUT /access-control-list/598d5aa1-d1ec-463f-a04b-f677eac468b1 HTTP/1.1" 200 272 0.018801 10.0.0.19 - - [2025-11-10 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005841 10.0.0.19 - - [2025-11-10 01:48:49] "GET /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.002769 10.0.0.19 - - [2025-11-10 01:48:49] "GET /virtual-machine-interface/cbc643c6-bdd6-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001635 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /loadbalancer-member/c0e57d1e-39de-4b19-9592-8a56e50b88d5 HTTP/1.1" 200 115 0.049270 10.0.0.19 - - [2025-11-10 01:48:49] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.004965 10.0.0.19 - - [2025-11-10 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.19 - - [2025-11-10 01:48:49] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003766 10.0.0.19 - - [2025-11-10 01:48:49] "GET /firewall-policy/940b4bc2-c8c2-4742-b8b9-4f7697af30ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.003684 10.0.0.19 - - [2025-11-10 01:48:49] "GET /firewall-rule/7b29b7fb-44fc-4f0d-b788-990ac65da332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003069 10.0.0.19 - - [2025-11-10 01:48:49] "POST /ref-update HTTP/1.1" 200 156 0.014660 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /firewall-rule/7b29b7fb-44fc-4f0d-b788-990ac65da332 HTTP/1.1" 200 115 0.063500 10.0.0.19 - - [2025-11-10 01:48:49] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002625 10.0.0.19 - - [2025-11-10 01:48:49] "GET /firewall-rule/b08ec197-96b9-4d9f-b359-fd25a6612196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.002784 10.0.0.19 - - [2025-11-10 01:48:49] "POST /ref-update HTTP/1.1" 200 156 0.016069 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /firewall-rule/b08ec197-96b9-4d9f-b359-fd25a6612196 HTTP/1.1" 200 115 0.044625 10.0.0.19 - - [2025-11-10 01:48:49] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005039 10.0.0.19 - - [2025-11-10 01:48:49] "GET /firewall-rule/ede4b49b-81e5-47b3-b779-ee8716e411d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.002754 10.0.0.19 - - [2025-11-10 01:48:49] "POST /ref-update HTTP/1.1" 200 156 0.009813 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /firewall-rule/ede4b49b-81e5-47b3-b779-ee8716e411d9 HTTP/1.1" 200 115 0.037369 10.0.0.19 - - [2025-11-10 01:48:49] "GET /application-policy-set/3807f3eb-f714-4443-b972-9ddabbfb7f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003895 10.0.0.19 - - [2025-11-10 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002085 10.0.0.19 - - [2025-11-10 01:48:49] "GET /policy-management/d9481417-f8bf-4d09-ac32-e4bd5a5a9ea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002108 10.0.0.19 - - [2025-11-10 01:48:49] "GET /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002759 10.0.0.19 - - [2025-11-10 01:48:49] "POST /ref-update HTTP/1.1" 200 156 0.027743 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /firewall-policy/373abdb6-4dc3-4383-91c9-cb4b7b70a18e HTTP/1.1" 200 115 0.027044 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /tag/6c82a6a9-7f80-4422-a7f7-25774b933943 HTTP/1.1" 200 115 0.063972 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /tag/30f84b5a-9551-4a78-9548-f96ccef77fbf HTTP/1.1" 200 115 0.056319 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /tag/d18b7181-38f3-4860-afe9-a3ec36c87e47 HTTP/1.1" 200 115 0.051135 10.0.0.19 - - [2025-11-10 01:48:49] "DELETE /tag/ba49a256-f3dc-4460-bd12-4986c0bed4f7 HTTP/1.1" 200 115 0.030122 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /loadbalancer-pool/fab5f764-3811-48df-ada9-7d6db9703568 HTTP/1.1" 200 115 0.038276 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /loadbalancer-listener/c77daedf-1bdc-45d5-acca-574f502a7b9e HTTP/1.1" 200 115 0.049644 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /loadbalancer/581680de-a87b-42dd-b67c-74d3cafcc2f4 HTTP/1.1" 200 115 0.036663 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /floating-ip/977da957-4673-4544-b407-8a631d981a40 HTTP/1.1" 200 115 0.026295 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /instance-ip/ddb4eaf0-f570-4c38-a1d7-fa842c99d2b5 HTTP/1.1" 200 115 0.056981 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /virtual-machine-interface/d8822e16-d535-4a4f-892f-2cd0ac6a84c2 HTTP/1.1" 200 115 0.047275 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /tag/a14dcedd-efc2-4689-83f1-b4c4b8a7eed6 HTTP/1.1" 200 115 0.038255 10.0.0.19 - - [2025-11-10 01:48:50] "POST /projects HTTP/1.1" 409 238 0.002229 10.0.0.19 - - [2025-11-10 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.19 - - [2025-11-10 01:48:50] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.034358 10.0.0.19 - - [2025-11-10 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001599 10.0.0.19 - - [2025-11-10 01:48:50] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004318 10.0.0.19 - - [2025-11-10 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001957 10.0.0.19 - - [2025-11-10 01:48:50] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.013022 10.0.0.19 - - [2025-11-10 01:48:50] "POST /security-groups HTTP/1.1" 409 285 0.002139 10.0.0.19 - - [2025-11-10 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006535 10.0.0.19 - - [2025-11-10 01:48:50] "PUT /security-group/2db4ebc7-89c4-4264-a7a4-3636d6581eec HTTP/1.1" 200 262 0.068042 10.0.0.19 - - [2025-11-10 01:48:50] "PUT /access-control-list/204bd723-5d18-4f22-8ea4-7f1072b6b63e HTTP/1.1" 200 272 0.018193 10.0.0.19 - - [2025-11-10 01:48:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.030568 10.0.0.19 - - [2025-11-10 01:48:50] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4387 0.011959 10.0.0.19 - - [2025-11-10 01:48:50] "PUT /access-control-list/598d5aa1-d1ec-463f-a04b-f677eac468b1 HTTP/1.1" 200 272 0.034934 10.0.0.19 - - [2025-11-10 01:48:50] "GET /firewall-rule/b6eb4f68-5ad3-4dd8-9c36-13be7e3dbd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.003333 10.0.0.19 - - [2025-11-10 01:48:50] "POST /ref-update HTTP/1.1" 200 156 0.064817 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /firewall-rule/b6eb4f68-5ad3-4dd8-9c36-13be7e3dbd3e HTTP/1.1" 200 115 0.056510 10.0.0.19 - - [2025-11-10 01:48:50] "GET /firewall-policy/cc4d0d9d-3ce9-422f-b34d-53a31db3ad19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.006890 10.0.0.19 - - [2025-11-10 01:48:50] "GET /firewall-rule/d59c084d-231b-4b3e-a77e-fc265eab3353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002744 10.0.0.19 - - [2025-11-10 01:48:50] "POST /ref-update HTTP/1.1" 200 156 0.051221 10.0.0.19 - - [2025-11-10 01:48:50] "DELETE /firewall-rule/d59c084d-231b-4b3e-a77e-fc265eab3353 HTTP/1.1" 200 115 0.049381 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /tag/846d1df9-5bd4-4ef1-ad94-9a3c91769156 HTTP/1.1" 200 115 0.054600 10.0.0.19 - - [2025-11-10 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.19 - - [2025-11-10 01:48:51] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004088 10.0.0.19 - - [2025-11-10 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001619 10.0.0.19 - - [2025-11-10 01:48:51] "GET /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003687 10.0.0.19 - - [2025-11-10 01:48:51] "PUT /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9 HTTP/1.1" 200 264 0.039597 10.0.0.19 - - [2025-11-10 01:48:51] "PUT /virtual-network/7fc057bc-7de8-45e9-ae8c-2fc65c6cb174 HTTP/1.1" 200 264 0.072774 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /security-group/2db4ebc7-89c4-4264-a7a4-3636d6581eec HTTP/1.1" 200 115 0.083398 10.0.0.19 - - [2025-11-10 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /access-control-list/204bd723-5d18-4f22-8ea4-7f1072b6b63e HTTP/1.1" 200 115 0.061215 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /access-control-list/598d5aa1-d1ec-463f-a04b-f677eac468b1 HTTP/1.1" 200 115 0.046753 10.0.0.19 - - [2025-11-10 01:48:51] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.062296 10.0.0.19 - - [2025-11-10 01:48:51] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?fields=security_groups HTTP/1.1" 200 1352 0.046138 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /security-group/40115a8c-8826-4871-9a3c-f92f2e0e92d1 HTTP/1.1" 200 115 0.052098 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /access-control-list/833a120c-6116-4768-994a-dfd6ba7cf201 HTTP/1.1" 200 115 0.055354 10.0.0.19 - - [2025-11-10 01:48:51] "GET /project/37e6ac04-b594-4ecb-aeef-0411e910c57c?fields=application_policy_sets HTTP/1.1" 200 1391 0.055765 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /access-control-list/b52c0d2f-a4a3-4a53-b9c2-890ecbed91d6 HTTP/1.1" 200 115 0.112577 10.0.0.19 - - [2025-11-10 01:48:51] "DELETE /project/37e6ac04-b594-4ecb-aeef-0411e910c57c HTTP/1.1" 200 115 0.463539 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:49:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000928 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:49:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.003751 10.0.0.19 - - [2025-11-10 01:49:46] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.19 - - [2025-11-10 01:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002031 10.0.0.19 - - [2025-11-10 01:49:46] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002415 10.0.0.19 - - [2025-11-10 01:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.19 - - [2025-11-10 01:49:46] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002092 10.0.0.19 - - [2025-11-10 01:50:12] "GET / HTTP/1.1" 200 35931 0.001343 10.0.0.19 - - [2025-11-10 01:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002085 10.0.0.19 - - [2025-11-10 01:50:12] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004535 10.0.0.19 - - [2025-11-10 01:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001932 10.0.0.19 - - [2025-11-10 01:50:12] "GET /config-node/ce257fee-0f73-444c-96c7-6784ffb9c4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001703 10.0.0.19 - - [2025-11-10 01:50:12] "GET / HTTP/1.1" 200 35931 0.001490 10.0.0.19 - - [2025-11-10 01:50:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002048 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.19 - - [2025-11-10 01:50:17] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002317 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001546 10.0.0.19 - - [2025-11-10 01:50:17] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.011583 10.0.0.19 - - [2025-11-10 01:50:17] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.19 - - [2025-11-10 01:50:17] "POST /alarms HTTP/1.1" 409 264 0.002138 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001480 10.0.0.19 - - [2025-11-10 01:50:17] "PUT /alarm/dc3d46af-703e-4f86-8142-0ef6b1d76188 HTTP/1.1" 200 244 0.020382 10.0.0.19 - - [2025-11-10 01:50:17] "POST /alarms HTTP/1.1" 409 261 0.003030 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001702 10.0.0.19 - - [2025-11-10 01:50:17] "PUT /alarm/1fa21244-2f2c-4894-9319-a25781720f5c HTTP/1.1" 200 244 0.014582 10.0.0.19 - - [2025-11-10 01:50:17] "POST /alarms HTTP/1.1" 409 261 0.001855 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001385 10.0.0.19 - - [2025-11-10 01:50:17] "PUT /alarm/2ecf659c-2e83-451c-8682-5986c55965b9 HTTP/1.1" 200 244 0.009523 10.0.0.19 - - [2025-11-10 01:50:17] "POST /alarms HTTP/1.1" 409 253 0.002616 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001925 10.0.0.19 - - [2025-11-10 01:50:17] "PUT /alarm/37eb574f-cd98-4c96-993b-709cd310c159 HTTP/1.1" 200 244 0.010922 10.0.0.19 - - [2025-11-10 01:50:17] "POST /alarms HTTP/1.1" 409 251 0.008510 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008069 10.0.0.19 - - [2025-11-10 01:50:17] "PUT /alarm/4c49c00d-5145-4401-91e7-7ade7e5ee486 HTTP/1.1" 200 244 0.010149 10.0.0.19 - - [2025-11-10 01:50:17] "POST /alarms HTTP/1.1" 409 252 0.019066 10.0.0.19 - - [2025-11-10 01:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001973 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/93d1f289-8c38-4225-957c-e644e60eb484 HTTP/1.1" 200 244 0.009240 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 256 0.007142 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009148 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/0ca2c88d-776e-4139-a9c8-c1360d4fae89 HTTP/1.1" 200 244 0.010162 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 248 0.007993 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010877 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/dc18fbcf-bfdf-4b03-b039-b6c8c9a6317a HTTP/1.1" 200 244 0.011846 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 252 0.008562 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002062 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/5c7a8112-e244-4163-9b3f-b65966b8b356 HTTP/1.1" 200 244 0.011205 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 257 0.006507 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001870 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/4819895c-7d7a-4409-a6ed-74650b4b2615 HTTP/1.1" 200 244 0.010827 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 251 0.005919 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001662 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/1597280d-e1a6-40bc-b049-b9fd13e35297 HTTP/1.1" 200 244 0.010835 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 257 0.017651 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001855 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/4f5cdd55-2d94-4fc6-828e-8316466b983f HTTP/1.1" 200 244 0.009521 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 261 0.008151 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/804c9c3f-73f0-44f6-8326-1e64cd68b3ac HTTP/1.1" 200 244 0.010898 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 258 0.002697 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/82651ef5-db5d-4bfe-bbbd-52d529975825 HTTP/1.1" 200 244 0.009678 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 254 0.003337 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001521 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/067a27f0-4f57-4487-8623-00e9b0228f5a HTTP/1.1" 200 244 0.009926 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 254 0.009069 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/2c64b83c-830f-4246-9a8d-b11fa788377a HTTP/1.1" 200 244 0.009974 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 254 0.008200 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001462 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/52ac06a4-96d1-44c4-8c31-64894fd9d6c4 HTTP/1.1" 200 244 0.011484 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 247 0.009802 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/1b73516f-2453-41b2-8fe3-757bfaffd9bf HTTP/1.1" 200 244 0.009591 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 272 0.007273 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.19 - - [2025-11-10 01:50:18] "PUT /alarm/f5495df4-ed15-42cc-aa29-cc59ab4a4ba8 HTTP/1.1" 200 244 0.009344 10.0.0.19 - - [2025-11-10 01:50:18] "POST /alarms HTTP/1.1" 409 261 0.008478 10.0.0.19 - - [2025-11-10 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.19 - - [2025-11-10 01:50:19] "PUT /alarm/9a85afc9-91e2-44ab-9aa0-d3417c72287e HTTP/1.1" 200 244 0.017850 10.0.0.19 - - [2025-11-10 01:50:19] "POST /alarms HTTP/1.1" 409 259 0.009254 10.0.0.19 - - [2025-11-10 01:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.19 - - [2025-11-10 01:50:19] "PUT /alarm/0cd46c8a-df39-443a-a0af-06a1045aee85 HTTP/1.1" 200 244 0.009976 10.0.0.19 - - [2025-11-10 01:50:19] "POST /alarms HTTP/1.1" 409 265 0.005624 10.0.0.19 - - [2025-11-10 01:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001882 10.0.0.19 - - [2025-11-10 01:50:19] "PUT /alarm/6f54f23f-3f22-4c29-8084-22d8f7ed1c3a HTTP/1.1" 200 244 0.009076 10.0.0.19 - - [2025-11-10 01:50:19] "POST /alarms HTTP/1.1" 409 279 0.008179 10.0.0.19 - - [2025-11-10 01:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.19 - - [2025-11-10 01:50:19] "PUT /alarm/a2414e93-da8c-4379-a4c8-d68e8f6af3ab HTTP/1.1" 200 244 0.009294 10.0.0.19 - - [2025-11-10 01:50:19] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.19 - - [2025-11-10 01:50:19] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002025 10.0.0.19 - - [2025-11-10 01:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001191 10.0.0.19 - - [2025-11-10 01:50:19] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.006979 10.0.0.19 - - [2025-11-10 01:50:19] "GET / HTTP/1.1" 200 35931 0.001383 10.0.0.19 - - [2025-11-10 01:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.19 - - [2025-11-10 01:50:19] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002406 10.0.0.19 - - [2025-11-10 01:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001221 10.0.0.19 - - [2025-11-10 01:50:19] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.008354 10.0.0.19 - - [2025-11-10 01:50:19] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.19 - - [2025-11-10 01:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002233 10.0.0.19 - - [2025-11-10 01:50:19] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004533 10.0.0.19 - - [2025-11-10 01:50:19] "PUT /global-system-config/54514587-e2e7-4308-8af9-35016531a793 HTTP/1.1" 200 274 0.015627 10.0.0.19 - - [2025-11-10 01:50:23] "GET / HTTP/1.1" 200 35931 0.001445 10.0.0.19 - - [2025-11-10 01:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.19 - - [2025-11-10 01:50:23] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002503 10.0.0.19 - - [2025-11-10 01:50:23] "POST /bgp-routers HTTP/1.1" 409 301 0.001693 10.0.0.19 - - [2025-11-10 01:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001408 10.0.0.19 - - [2025-11-10 01:50:23] "GET /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.002598 10.0.0.19 - - [2025-11-10 01:50:23] "PUT /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d HTTP/1.1" 200 254 0.010314 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:50:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000901 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:50:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000896 10.0.0.19 - - [2025-11-10 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.19 - - [2025-11-10 01:50:25] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002798 10.0.0.19 - - [2025-11-10 01:50:38] "GET / HTTP/1.1" 200 35931 0.001588 10.0.0.19 - - [2025-11-10 01:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001961 10.0.0.19 - - [2025-11-10 01:50:38] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004221 10.0.0.19 - - [2025-11-10 01:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001345 10.0.0.19 - - [2025-11-10 01:50:38] "GET /config-node/ce257fee-0f73-444c-96c7-6784ffb9c4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001555 10.0.0.19 - - [2025-11-10 01:50:50] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.19 - - [2025-11-10 01:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.19 - - [2025-11-10 01:50:50] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002313 10.0.0.19 - - [2025-11-10 01:50:50] "POST /bgp-routers HTTP/1.1" 409 301 0.001713 10.0.0.19 - - [2025-11-10 01:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001436 10.0.0.19 - - [2025-11-10 01:50:50] "GET /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.002226 10.0.0.19 - - [2025-11-10 01:50:50] "PUT /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d HTTP/1.1" 200 254 0.017897 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:50:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000928 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:50:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000917 10.0.0.19 - - [2025-11-10 01:51:04] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.19 - - [2025-11-10 01:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.19 - - [2025-11-10 01:51:04] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003664 10.0.0.19 - - [2025-11-10 01:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001203 10.0.0.19 - - [2025-11-10 01:51:04] "GET /config-node/ce257fee-0f73-444c-96c7-6784ffb9c4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001598 10.0.0.19 - - [2025-11-10 01:51:05] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.19 - - [2025-11-10 01:51:05] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002125 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002131 10.0.0.19 - - [2025-11-10 01:51:10] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.002346 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001576 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.007466 10.0.0.19 - - [2025-11-10 01:51:10] "GET / HTTP/1.1" 200 35931 0.001695 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 264 0.002089 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001223 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/dc3d46af-703e-4f86-8142-0ef6b1d76188 HTTP/1.1" 200 244 0.006848 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 261 0.006284 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001540 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/1fa21244-2f2c-4894-9319-a25781720f5c HTTP/1.1" 200 244 0.013181 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 261 0.002424 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001546 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/2ecf659c-2e83-451c-8682-5986c55965b9 HTTP/1.1" 200 244 0.007724 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 253 0.004392 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/37eb574f-cd98-4c96-993b-709cd310c159 HTTP/1.1" 200 244 0.008826 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 251 0.005167 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/4c49c00d-5145-4401-91e7-7ade7e5ee486 HTTP/1.1" 200 244 0.012814 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 252 0.011033 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001711 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/93d1f289-8c38-4225-957c-e644e60eb484 HTTP/1.1" 200 244 0.009087 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 256 0.008775 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001639 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/0ca2c88d-776e-4139-a9c8-c1360d4fae89 HTTP/1.1" 200 244 0.009973 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 248 0.005335 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001746 10.0.0.19 - - [2025-11-10 01:51:10] "PUT /alarm/dc18fbcf-bfdf-4b03-b039-b6c8c9a6317a HTTP/1.1" 200 244 0.009421 10.0.0.19 - - [2025-11-10 01:51:10] "POST /alarms HTTP/1.1" 409 252 0.005609 10.0.0.19 - - [2025-11-10 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/5c7a8112-e244-4163-9b3f-b65966b8b356 HTTP/1.1" 200 244 0.010044 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 257 0.007326 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001690 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/4819895c-7d7a-4409-a6ed-74650b4b2615 HTTP/1.1" 200 244 0.010847 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 251 0.013890 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/1597280d-e1a6-40bc-b049-b9fd13e35297 HTTP/1.1" 200 244 0.008782 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 257 0.008755 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/4f5cdd55-2d94-4fc6-828e-8316466b983f HTTP/1.1" 200 244 0.010679 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 261 0.006015 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/804c9c3f-73f0-44f6-8326-1e64cd68b3ac HTTP/1.1" 200 244 0.010081 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 258 0.005650 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/82651ef5-db5d-4bfe-bbbd-52d529975825 HTTP/1.1" 200 244 0.010485 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 254 0.005455 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006523 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/067a27f0-4f57-4487-8623-00e9b0228f5a HTTP/1.1" 200 244 0.018831 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 254 0.011046 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/2c64b83c-830f-4246-9a8d-b11fa788377a HTTP/1.1" 200 244 0.009217 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 254 0.010049 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/52ac06a4-96d1-44c4-8c31-64894fd9d6c4 HTTP/1.1" 200 244 0.012625 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 247 0.010343 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001639 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/1b73516f-2453-41b2-8fe3-757bfaffd9bf HTTP/1.1" 200 244 0.009938 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 272 0.002927 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/f5495df4-ed15-42cc-aa29-cc59ab4a4ba8 HTTP/1.1" 200 244 0.010154 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 261 0.007385 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/9a85afc9-91e2-44ab-9aa0-d3417c72287e HTTP/1.1" 200 244 0.008674 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 259 0.010034 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001235 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/0cd46c8a-df39-443a-a0af-06a1045aee85 HTTP/1.1" 200 244 0.008753 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 265 0.004274 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002016 10.0.0.19 - - [2025-11-10 01:51:11] "PUT /alarm/6f54f23f-3f22-4c29-8084-22d8f7ed1c3a HTTP/1.1" 200 244 0.009505 10.0.0.19 - - [2025-11-10 01:51:11] "POST /alarms HTTP/1.1" 409 279 0.007176 10.0.0.19 - - [2025-11-10 01:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.19 - - [2025-11-10 01:51:12] "PUT /alarm/a2414e93-da8c-4379-a4c8-d68e8f6af3ab HTTP/1.1" 200 244 0.009040 10.0.0.19 - - [2025-11-10 01:51:12] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.19 - - [2025-11-10 01:51:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002023 10.0.0.19 - - [2025-11-10 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001329 10.0.0.19 - - [2025-11-10 01:51:12] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.006572 10.0.0.19 - - [2025-11-10 01:51:12] "GET / HTTP/1.1" 200 35931 0.001522 10.0.0.19 - - [2025-11-10 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001881 10.0.0.19 - - [2025-11-10 01:51:12] "GET /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005883 10.0.0.19 - - [2025-11-10 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001554 10.0.0.19 - - [2025-11-10 01:51:12] "PUT /global-vrouter-config/23b784da-c113-4664-878d-31dbd694f7bf HTTP/1.1" 200 276 0.008907 10.0.0.19 - - [2025-11-10 01:51:12] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.19 - - [2025-11-10 01:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.19 - - [2025-11-10 01:51:12] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.008863 10.0.0.19 - - [2025-11-10 01:51:12] "PUT /global-system-config/54514587-e2e7-4308-8af9-35016531a793 HTTP/1.1" 200 274 0.014385 10.0.0.19 - - [2025-11-10 01:51:16] "GET / HTTP/1.1" 200 35931 0.001321 10.0.0.19 - - [2025-11-10 01:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001971 10.0.0.19 - - [2025-11-10 01:51:16] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002353 10.0.0.19 - - [2025-11-10 01:51:16] "POST /bgp-routers HTTP/1.1" 409 301 0.001479 10.0.0.19 - - [2025-11-10 01:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001260 10.0.0.19 - - [2025-11-10 01:51:16] "GET /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.002530 10.0.0.19 - - [2025-11-10 01:51:16] "PUT /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d HTTP/1.1" 200 254 0.010476 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000912 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000757 10.0.0.19 - - [2025-11-10 01:51:20] "POST /tags HTTP/1.1" 200 355 0.028614 10.0.0.19 - - [2025-11-10 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008151 10.0.0.19 - - [2025-11-10 01:51:20] "GET /tag/459bf3fb-9503-4474-a9fe-2b45e3d3641a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.016474 10.0.0.19 - - [2025-11-10 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002060 10.0.0.19 - - [2025-11-10 01:51:20] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004228 10.0.0.19 - - [2025-11-10 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.19 - - [2025-11-10 01:51:20] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.058560 10.0.0.19 - - [2025-11-10 01:51:20] "POST /virtual-machines HTTP/1.1" 200 351 0.018683 10.0.0.19 - - [2025-11-10 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.023263 10.0.0.19 - - [2025-11-10 01:51:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.107877 10.0.0.19 - - [2025-11-10 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.007688 10.0.0.19 - - [2025-11-10 01:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.19 - - [2025-11-10 01:51:20] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.010227 10.0.0.19 - - [2025-11-10 01:51:20] "POST /instance-ips HTTP/1.1" 200 391 0.018355 10.0.0.19 - - [2025-11-10 01:51:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.020170 10.0.0.19 - - [2025-11-10 01:51:20] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005930 10.0.0.19 - - [2025-11-10 01:51:20] "POST /set-tag HTTP/1.1" 200 109 0.013049 10.0.0.19 - - [2025-11-10 01:51:20] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.018421 10.0.0.19 - - [2025-11-10 01:51:20] "GET /instance-ip/c1521f54-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.002619 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004122 10.0.0.19 - - [2025-11-10 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.003861 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003246 10.0.0.19 - - [2025-11-10 01:51:21] "POST /ref-update HTTP/1.1" 200 156 0.008138 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.009492 10.0.0.19 - - [2025-11-10 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.003371 10.0.0.19 - - [2025-11-10 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002169 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-network/6db9b4fe-b52d-4f5c-9dc3-7e8371eb82d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004492 10.0.0.19 - - [2025-11-10 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001646 10.0.0.19 - - [2025-11-10 01:51:21] "GET /project/56301b9c-feeb-4e28-b1c4-ae3983580c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.045235 10.0.0.19 - - [2025-11-10 01:51:21] "POST /virtual-machines HTTP/1.1" 200 355 0.008260 10.0.0.19 - - [2025-11-10 01:51:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.024739 10.0.0.19 - - [2025-11-10 01:51:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.107797 10.0.0.19 - - [2025-11-10 01:51:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.008287 10.0.0.19 - - [2025-11-10 01:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012210 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.005855 10.0.0.19 - - [2025-11-10 01:51:21] "POST /instance-ips HTTP/1.1" 200 395 0.019106 10.0.0.19 - - [2025-11-10 01:51:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.017265 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.011176 10.0.0.19 - - [2025-11-10 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.015219 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.020282 10.0.0.19 - - [2025-11-10 01:51:21] "GET /instance-ip/c1c1ed7a-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.006216 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004176 10.0.0.19 - - [2025-11-10 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.001915 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-router/5d465f34-53bc-4ecf-983a-dee005fb63f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1677 0.003191 10.0.0.19 - - [2025-11-10 01:51:21] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004175 10.0.0.19 - - [2025-11-10 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.001894 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.003795 10.0.0.19 - - [2025-11-10 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.002302 10.0.0.19 - - [2025-11-10 01:51:21] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.003592 10.0.0.19 - - [2025-11-10 01:51:21] "POST /set-tag HTTP/1.1" 200 109 0.001659 10.0.0.19 - - [2025-11-10 01:51:31] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.19 - - [2025-11-10 01:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001991 10.0.0.19 - - [2025-11-10 01:51:31] "GET /global-system-config/54514587-e2e7-4308-8af9-35016531a793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005311 10.0.0.19 - - [2025-11-10 01:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001549 10.0.0.19 - - [2025-11-10 01:51:31] "GET /config-node/ce257fee-0f73-444c-96c7-6784ffb9c4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001760 10.0.0.19 - - [2025-11-10 01:51:33] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004155 10.0.0.19 - - [2025-11-10 01:51:33] "POST /set-tag HTTP/1.1" 200 109 0.001781 10.0.0.19 - - [2025-11-10 01:51:34] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004594 10.0.0.19 - - [2025-11-10 01:51:34] "POST /set-tag HTTP/1.1" 200 109 0.002114 10.0.0.19 - - [2025-11-10 01:51:35] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005561 10.0.0.19 - - [2025-11-10 01:51:35] "POST /set-tag HTTP/1.1" 200 109 0.002072 10.0.0.19 - - [2025-11-10 01:51:43] "GET / HTTP/1.1" 200 35931 0.001435 10.0.0.19 - - [2025-11-10 01:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.19 - - [2025-11-10 01:51:43] "GET /routing-instance/a57fdf03-b5db-4ed2-93b8-987ce689d27c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002603 10.0.0.19 - - [2025-11-10 01:51:43] "POST /bgp-routers HTTP/1.1" 409 301 0.001673 10.0.0.19 - - [2025-11-10 01:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001296 10.0.0.19 - - [2025-11-10 01:51:43] "GET /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.002368 10.0.0.19 - - [2025-11-10 01:51:43] "PUT /bgp-router/833493ac-5c3c-4b0a-87fd-433466ffeb9d HTTP/1.1" 200 254 0.010898 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000963 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001118 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001078 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000808 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000866 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:51:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000885 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:52:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001185 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:52:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000968 10.0.0.19 - - [2025-11-10 01:52:06] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005594 10.0.0.19 - - [2025-11-10 01:52:06] "POST /set-tag HTTP/1.1" 200 109 0.002198 10.0.0.19 - - [2025-11-10 01:52:06] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.008996 10.0.0.19 - - [2025-11-10 01:52:06] "POST /set-tag HTTP/1.1" 200 109 0.001968 10.0.0.19 - - [2025-11-10 01:52:06] "GET /virtual-machine/d321b396-3e57-436c-897a-3ab0e0f6e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.004029 10.0.0.19 - - [2025-11-10 01:52:06] "POST /ref-update HTTP/1.1" 200 156 0.013668 10.0.0.19 - - [2025-11-10 01:52:06] "GET /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004458 10.0.0.19 - - [2025-11-10 01:52:06] "POST /set-tag HTTP/1.1" 200 109 0.019323 10.0.0.19 - - [2025-11-10 01:52:06] "POST /set-tag HTTP/1.1" 200 109 0.022376 10.0.0.19 - - [2025-11-10 01:52:06] "DELETE /instance-ip/c1521f54-bdd7-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.041193 10.0.0.19 - - [2025-11-10 01:52:06] "DELETE /virtual-machine-interface/c1380556-bdd7-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.034914 10.0.0.19 - - [2025-11-10 01:52:06] "DELETE /virtual-machine/d321b396-3e57-436c-897a-3ab0e0f6e778 HTTP/1.1" 200 115 0.017495 10.0.0.19 - - [2025-11-10 01:52:06] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005806 10.0.0.19 - - [2025-11-10 01:52:06] "POST /set-tag HTTP/1.1" 200 109 0.002279 10.0.0.19 - - [2025-11-10 01:52:37] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004231 10.0.0.19 - - [2025-11-10 01:52:37] "POST /set-tag HTTP/1.1" 200 109 0.002175 10.0.0.19 - - [2025-11-10 01:52:37] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.003955 10.0.0.19 - - [2025-11-10 01:52:37] "POST /set-tag HTTP/1.1" 200 109 0.002164 10.0.0.19 - - [2025-11-10 01:52:37] "GET /virtual-machine/80a838f7-1299-4f02-bb7d-dc2935a8c456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.002961 10.0.0.19 - - [2025-11-10 01:52:37] "POST /ref-update HTTP/1.1" 200 156 0.009984 10.0.0.19 - - [2025-11-10 01:52:37] "GET /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.020521 10.0.0.19 - - [2025-11-10 01:52:37] "POST /set-tag HTTP/1.1" 200 109 0.022647 10.0.0.19 - - [2025-11-10 01:52:37] "POST /set-tag HTTP/1.1" 200 109 0.041802 10.0.0.19 - - [2025-11-10 01:52:37] "DELETE /instance-ip/c1c1ed7a-bdd7-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.053105 10.0.0.19 - - [2025-11-10 01:52:37] "DELETE /virtual-machine-interface/c1a894ec-bdd7-11f0-bb93-fa163ed32009 HTTP/1.1" 200 115 0.050804 10.0.0.19 - - [2025-11-10 01:52:37] "DELETE /virtual-machine/80a838f7-1299-4f02-bb7d-dc2935a8c456 HTTP/1.1" 200 115 0.027327 10.0.0.19 - - [2025-11-10 01:52:37] "DELETE /tag/459bf3fb-9503-4474-a9fe-2b45e3d3641a HTTP/1.1" 200 115 0.049219 10.0.0.19 - - [2025-11-10 01:52:53] "GET /global-system-configs HTTP/1.1" 200 322 0.009035 10.0.0.19 - - [2025-11-10 01:52:53] "GET /global-system-configs HTTP/1.1" 200 322 0.004141 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:53:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001057 [Introspect:8084]10.0.0.19 - - [2025-11-10 01:53:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001026