++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Wed Aug 26 12:17:39 PM UTC 2026 ===================' INFO: =================== Wed Aug 26 12:17:39 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev enp1s0 +++ head -n 1 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=0 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 0 ]] ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=kubernetes ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=no-auth ++ AUTH_MODE=noauth ++ AUTH_PARAMS= ++ SSL_ENABLE=False ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.50 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.50 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=10.0.0.50:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=10.0.0.50:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.50 ++ CONFIGDB_NODES=10.0.0.50 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=10.0.0.50:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=10.0.0.50:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.50:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=False ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=False ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=False ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.50 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.50 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=10.0.0.50 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.50:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=False ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=10.0.0.50:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=False ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.50 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=10.0.0.50:9092 ++ KAFKA_SSL_ENABLE=False ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/ ++ KEYSTONE_AUTH_HOST=127.0.0.1 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.50 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.50 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=False ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=False ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=False ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ / == \/\v\2\.\0 ]] ++ [[ kubernetes == \o\p\e\n\s\t\a\c\k ]] ++ [[ noauth == \k\e\y\s\t\o\n\e ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.50 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + nc -z 10.0.0.50 9041 + echo -e '\035\nquit' + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.50 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ tr '\n' , +++ local local_ips=,10.0.0.50,10.186.161.1,127.0.0.1,172.17.0.1,252.50.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.186.161.1,127.0.0.1,172.17.0.1,252.50.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50:8082' + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 08/26/2026 12:18:29.234 7f3766c043c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/26/2026 12:18:29.796 7f3766c043c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/26/2026 12:18:29.833 7f3766c043c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/26/2026 12:18:29.836 7f3766c043c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.50 - - [2026-08-26 12:18:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.001050 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:18:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.000811 Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.50:8082/ Hit Ctrl-C to quit. 10.0.0.50 - - [2026-08-26 12:18:50] "GET / HTTP/1.1" 503 181 0.000229 10.0.0.50 - - [2026-08-26 12:18:51] "GET / HTTP/1.1" 200 45303 0.002333 10.0.0.50 - - [2026-08-26 12:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.014019 10.0.0.50 - - [2026-08-26 12:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007277 10.0.0.50 - - [2026-08-26 12:18:52] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.50 - - [2026-08-26 12:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.50 - - [2026-08-26 12:18:52] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007013 10.0.0.50 - - [2026-08-26 12:18:52] "POST /fqname-to-id HTTP/1.1" 404 216 0.003180 10.0.0.50 - - [2026-08-26 12:18:52] "POST /config-nodes HTTP/1.1" 200 593 0.084822 10.0.0.50 - - [2026-08-26 12:18:52] "GET / HTTP/1.1" 200 35931 0.002051 10.0.0.50 - - [2026-08-26 12:18:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.005731 10.0.0.50 - - [2026-08-26 12:18:53] "GET / HTTP/1.1" 200 35931 0.001674 10.0.0.50 - - [2026-08-26 12:18:53] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.50 - - [2026-08-26 12:18:53] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.50 - - [2026-08-26 12:18:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.031564 10.0.0.50 - - [2026-08-26 12:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.020335 10.0.0.50 - - [2026-08-26 12:18:54] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.038206 10.0.0.50 - - [2026-08-26 12:18:54] "POST /service-appliance-sets HTTP/1.1" 200 553 0.127705 10.0.0.50 - - [2026-08-26 12:18:54] "GET / HTTP/1.1" 200 35931 0.002933 10.0.0.50 - - [2026-08-26 12:18:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.012366 10.0.0.50 - - [2026-08-26 12:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008335 10.0.0.50 - - [2026-08-26 12:18:54] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011267 10.0.0.50 - - [2026-08-26 12:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.021796 10.0.0.50 - - [2026-08-26 12:18:54] "POST /fqname-to-id HTTP/1.1" 404 216 0.036500 10.0.0.50 - - [2026-08-26 12:18:54] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.046854 10.0.0.50 - - [2026-08-26 12:18:54] "POST /service-appliance-sets HTTP/1.1" 200 541 0.139746 10.0.0.50 - - [2026-08-26 12:18:54] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.177530 10.0.0.50 - - [2026-08-26 12:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006068 10.0.0.50 - - [2026-08-26 12:18:54] "GET /network-ipam/eb139ec2-338a-4393-a9a1-dfef858afc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.019118 10.0.0.50 - - [2026-08-26 12:18:55] "GET / HTTP/1.1" 200 35931 0.006295 10.0.0.50 - - [2026-08-26 12:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007391 10.0.0.50 - - [2026-08-26 12:18:55] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.50 - - [2026-08-26 12:18:55] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.021168 10.0.0.50 - - [2026-08-26 12:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.020534 10.0.0.50 - - [2026-08-26 12:18:55] "POST /fqname-to-id HTTP/1.1" 404 216 0.010381 10.0.0.50 - - [2026-08-26 12:18:55] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.027075 10.0.0.50 - - [2026-08-26 12:18:55] "POST /fqname-to-id HTTP/1.1" 404 216 0.006413 10.0.0.50 - - [2026-08-26 12:18:55] "GET / HTTP/1.1" 200 35931 0.002157 10.0.0.50 - - [2026-08-26 12:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.021063 10.0.0.50 - - [2026-08-26 12:18:55] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.049123 10.0.0.50 - - [2026-08-26 12:18:55] "POST /fqname-to-id HTTP/1.1" 404 216 0.010854 10.0.0.50 - - [2026-08-26 12:18:55] "POST /service-templates HTTP/1.1" 200 511 0.294318 10.0.0.50 - - [2026-08-26 12:18:55] "POST /analytics-nodes HTTP/1.1" 200 599 0.250506 10.0.0.50 - - [2026-08-26 12:18:55] "POST /config-database-nodes HTTP/1.1" 200 611 0.302823 10.0.0.50 - - [2026-08-26 12:18:56] "POST /database-nodes HTTP/1.1" 200 597 0.275455 10.0.0.50 - - [2026-08-26 12:18:56] "POST /service-templates HTTP/1.1" 200 501 0.323933 10.0.0.50 - - [2026-08-26 12:18:56] "POST /service-templates HTTP/1.1" 200 515 0.110713 10.0.0.50 - - [2026-08-26 12:18:56] "POST /service-templates HTTP/1.1" 200 535 0.037514 10.0.0.50 - - [2026-08-26 12:18:56] "POST /service-templates HTTP/1.1" 200 507 0.038511 10.0.0.50 - - [2026-08-26 12:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007106 10.0.0.50 - - [2026-08-26 12:18:57] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1213 0.005669 10.0.0.50 - - [2026-08-26 12:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.50 - - [2026-08-26 12:18:57] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.025618 10.0.0.50 - - [2026-08-26 12:18:57] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.50 - - [2026-08-26 12:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.021997 10.0.0.50 - - [2026-08-26 12:18:58] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.020593 10.0.0.50 - - [2026-08-26 12:18:58] "POST /fqname-to-id HTTP/1.1" 404 216 0.003219 10.0.0.50 - - [2026-08-26 12:18:58] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.057295 10.0.0.50 - - [2026-08-26 12:18:58] "GET / HTTP/1.1" 200 35931 0.002411 10.0.0.50 - - [2026-08-26 12:18:58] "POST /alarms HTTP/1.1" 200 581 0.096679 10.0.0.50 - - [2026-08-26 12:18:58] "POST /alarms HTTP/1.1" 200 575 0.086553 10.0.0.50 - - [2026-08-26 12:18:58] "POST /alarms HTTP/1.1" 200 575 0.112817 10.0.0.50 - - [2026-08-26 12:18:58] "POST /alarms HTTP/1.1" 200 559 0.065434 10.0.0.50 - - [2026-08-26 12:18:58] "POST /alarms HTTP/1.1" 200 555 0.050648 10.0.0.50 - - [2026-08-26 12:18:58] "POST /alarms HTTP/1.1" 200 557 0.101691 10.0.0.50 - - [2026-08-26 12:18:59] "POST /alarms HTTP/1.1" 200 565 0.119043 10.0.0.50 - - [2026-08-26 12:18:59] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.50 - - [2026-08-26 12:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.042408 10.0.0.50 - - [2026-08-26 12:18:59] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.013427 10.0.0.50 - - [2026-08-26 12:18:59] "POST /alarms HTTP/1.1" 200 549 0.161450 10.0.0.50 - - [2026-08-26 12:18:59] "POST /bgp-routers HTTP/1.1" 200 616 0.138430 10.0.0.50 - - [2026-08-26 12:18:59] "POST /alarms HTTP/1.1" 200 557 0.152629 10.0.0.50 - - [2026-08-26 12:18:59] "GET /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.042941 10.0.0.50 - - [2026-08-26 12:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.50 - - [2026-08-26 12:18:59] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.024424 10.0.0.50 - - [2026-08-26 12:18:59] "POST /alarms HTTP/1.1" 200 567 0.110341 10.0.0.50 - - [2026-08-26 12:18:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004969 10.0.0.50 - - [2026-08-26 12:18:59] "POST /ref-update HTTP/1.1" 200 156 0.040759 10.0.0.50 - - [2026-08-26 12:18:59] "POST /alarms HTTP/1.1" 200 555 0.145538 10.0.0.50 - - [2026-08-26 12:18:59] "POST /alarms HTTP/1.1" 200 567 0.066314 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 575 0.172204 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 569 0.047203 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 561 0.074229 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 561 0.054531 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 561 0.030451 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 547 0.044644 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 595 0.052735 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 575 0.094774 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 571 0.068487 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 583 0.222420 10.0.0.50 - - [2026-08-26 12:19:00] "POST /alarms HTTP/1.1" 200 609 0.056355 10.0.0.50 - - [2026-08-26 12:19:01] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.50 - - [2026-08-26 12:19:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.034057 10.0.0.50 - - [2026-08-26 12:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.018344 10.0.0.50 - - [2026-08-26 12:19:01] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.042888 10.0.0.50 - - [2026-08-26 12:19:02] "GET / HTTP/1.1" 200 35931 0.003815 10.0.0.50 - - [2026-08-26 12:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.50 - - [2026-08-26 12:19:02] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004404 10.0.0.50 - - [2026-08-26 12:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005378 10.0.0.50 - - [2026-08-26 12:19:02] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.066378 10.0.0.50 - - [2026-08-26 12:19:03] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.50 - - [2026-08-26 12:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.50 - - [2026-08-26 12:19:03] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040591 10.0.0.50 - - [2026-08-26 12:19:03] "PUT /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3 HTTP/1.1" 200 274 0.110402 10.0.0.50 - - [2026-08-26 12:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.50 - - [2026-08-26 12:19:05] "GET /network-ipam/eb139ec2-338a-4393-a9a1-dfef858afc03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007274 10.0.0.50 - - [2026-08-26 12:19:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.010147 10.0.0.50 - - [2026-08-26 12:19:06] "POST /access-control-lists HTTP/1.1" 200 587 0.083635 10.0.0.50 - - [2026-08-26 12:19:06] "POST /fqname-to-id HTTP/1.1" 404 224 0.005961 10.0.0.50 - - [2026-08-26 12:19:06] "POST /access-control-lists HTTP/1.1" 200 585 0.117032 10.0.0.50 - - [2026-08-26 12:19:07] "POST /route-targets HTTP/1.1" 200 327 0.043942 10.0.0.50 - - [2026-08-26 12:19:07] "POST /ref-update HTTP/1.1" 200 156 0.041647 10.0.0.50 - - [2026-08-26 12:19:07] "POST /route-targets HTTP/1.1" 200 327 0.020341 10.0.0.50 - - [2026-08-26 12:19:07] "POST /ref-update HTTP/1.1" 200 156 0.035995 10.0.0.50 - - [2026-08-26 12:19:07] "POST /route-targets HTTP/1.1" 200 327 0.021859 10.0.0.50 - - [2026-08-26 12:19:07] "POST /ref-update HTTP/1.1" 200 156 0.048475 10.0.0.50 - - [2026-08-26 12:19:07] "POST /route-targets HTTP/1.1" 200 327 0.030235 10.0.0.50 - - [2026-08-26 12:19:07] "POST /ref-update HTTP/1.1" 200 156 0.043371 10.0.0.50 - - [2026-08-26 12:19:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.012309 10.0.0.50 - - [2026-08-26 12:19:07] "POST /access-control-lists HTTP/1.1" 200 551 0.112390 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:21:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001610 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:21:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001257 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:21:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001558 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:21:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001232 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:21:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001106 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:21:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000946 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001138 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001178 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001491 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001477 10.0.0.50 - - [2026-08-26 12:22:26] "GET / HTTP/1.1" 200 35931 0.001516 10.0.0.50 - - [2026-08-26 12:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.50 - - [2026-08-26 12:22:26] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.008336 10.0.0.50 - - [2026-08-26 12:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.50 - - [2026-08-26 12:22:26] "GET /config-node/d606b9b2-9d82-42af-861e-41d434a7dda6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.007316 10.0.0.50 - - [2026-08-26 12:22:38] "GET / HTTP/1.1" 200 35931 0.002243 10.0.0.50 - - [2026-08-26 12:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005847 10.0.0.50 - - [2026-08-26 12:22:38] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004848 10.0.0.50 - - [2026-08-26 12:22:38] "POST /bgp-routers HTTP/1.1" 409 301 0.003196 10.0.0.50 - - [2026-08-26 12:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.50 - - [2026-08-26 12:22:38] "GET /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.006622 10.0.0.50 - - [2026-08-26 12:22:38] "PUT /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8 HTTP/1.1" 200 254 0.035501 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001304 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001557 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001085 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:22:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001451 10.0.0.50 - - [2026-08-26 12:22:50] "GET /global-system-configs HTTP/1.1" 200 322 0.007646 10.0.0.50 - - [2026-08-26 12:22:53] "GET /global-system-configs HTTP/1.1" 200 322 0.002805 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:26:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001564 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:26:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001487 10.0.0.50 - - [2026-08-26 12:27:00] "GET / HTTP/1.1" 200 35931 0.002107 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001173 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001071 10.0.0.50 - - [2026-08-26 12:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.50 - - [2026-08-26 12:27:00] "GET /domain/b4a1aced-eaba-4c1b-85b5-23014d6b5bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.005860 10.0.0.50 - - [2026-08-26 12:27:01] "POST /id-to-fqname HTTP/1.1" 200 173 0.002097 10.0.0.50 - - [2026-08-26 12:27:01] "POST /fqname-to-id HTTP/1.1" 404 182 0.030443 10.0.0.50 - - [2026-08-26 12:27:01] "POST /security-groups HTTP/1.1" 200 570 0.108361 10.0.0.50 - - [2026-08-26 12:27:01] "POST /projects HTTP/1.1" 200 481 0.566023 10.0.0.50 - - [2026-08-26 12:27:01] "POST /fqname-to-id HTTP/1.1" 404 213 0.037692 10.0.0.50 - - [2026-08-26 12:27:01] "POST /access-control-lists HTTP/1.1" 200 579 0.090362 10.0.0.50 - - [2026-08-26 12:27:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.029135 10.0.0.50 - - [2026-08-26 12:27:01] "POST /security-groups HTTP/1.1" 200 534 0.212210 10.0.0.50 - - [2026-08-26 12:27:01] "POST /chown HTTP/1.1" 200 109 0.027358 10.0.0.50 - - [2026-08-26 12:27:01] "POST /policy-managements HTTP/1.1" 409 214 0.022322 10.0.0.50 - - [2026-08-26 12:27:01] "POST /access-control-lists HTTP/1.1" 200 577 0.075603 10.0.0.50 - - [2026-08-26 12:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008287 10.0.0.50 - - [2026-08-26 12:27:01] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.012323 10.0.0.50 - - [2026-08-26 12:27:01] "POST /application-policy-sets HTTP/1.1" 200 528 0.042551 10.0.0.50 - - [2026-08-26 12:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007548 10.0.0.50 - - [2026-08-26 12:27:02] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004257 10.0.0.50 - - [2026-08-26 12:27:02] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.022975 10.0.0.50 - - [2026-08-26 12:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008598 10.0.0.50 - - [2026-08-26 12:27:02] "GET /virtual-network/ac8a6eef-39eb-45f6-a99a-091acaf54e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.008642 10.0.0.50 - - [2026-08-26 12:27:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.041341 10.0.0.50 - - [2026-08-26 12:27:02] "POST /id-to-fqname HTTP/1.1" 200 177 0.004560 10.0.0.50 - - [2026-08-26 12:27:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.013408 10.0.0.50 - - [2026-08-26 12:27:02] "POST /access-control-lists HTTP/1.1" 200 594 0.056951 10.0.0.50 - - [2026-08-26 12:27:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.016118 10.0.0.50 - - [2026-08-26 12:27:02] "POST /security-groups HTTP/1.1" 200 574 0.113212 10.0.0.50 - - [2026-08-26 12:27:02] "POST /projects HTTP/1.1" 200 489 0.412769 10.0.0.50 - - [2026-08-26 12:27:02] "POST /access-control-lists HTTP/1.1" 200 592 0.090846 10.0.0.50 - - [2026-08-26 12:27:02] "POST /security-groups HTTP/1.1" 200 546 0.105464 10.0.0.50 - - [2026-08-26 12:27:02] "POST /fqname-to-id HTTP/1.1" 404 217 0.002899 10.0.0.50 - - [2026-08-26 12:27:02] "POST /chown HTTP/1.1" 200 109 0.042034 10.0.0.50 - - [2026-08-26 12:27:02] "POST /access-control-lists HTTP/1.1" 200 583 0.099454 10.0.0.50 - - [2026-08-26 12:27:02] "POST /fqname-to-id HTTP/1.1" 404 216 0.035275 10.0.0.50 - - [2026-08-26 12:27:02] "POST /network-ipams HTTP/1.1" 200 522 0.115078 10.0.0.50 - - [2026-08-26 12:27:03] "POST /access-control-lists HTTP/1.1" 200 581 0.111239 10.0.0.50 - - [2026-08-26 12:27:03] "POST /network-ipams HTTP/1.1" 200 510 0.147882 10.0.0.50 - - [2026-08-26 12:27:03] "POST /fqname-to-id HTTP/1.1" 404 240 0.005887 10.0.0.50 - - [2026-08-26 12:27:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.002645 10.0.0.50 - - [2026-08-26 12:27:03] "POST /access-control-lists HTTP/1.1" 200 602 0.059692 10.0.0.50 - - [2026-08-26 12:27:03] "POST /fqname-to-id HTTP/1.1" 404 239 0.029148 10.0.0.50 - - [2026-08-26 12:27:03] "POST /access-control-lists HTTP/1.1" 200 600 0.082610 10.0.0.50 - - [2026-08-26 12:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.019955 10.0.0.50 - - [2026-08-26 12:27:03] "POST /virtual-networks HTTP/1.1" 200 538 0.263580 10.0.0.50 - - [2026-08-26 12:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.50 - - [2026-08-26 12:27:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.004305 10.0.0.50 - - [2026-08-26 12:27:03] "POST /access-control-lists HTTP/1.1" 200 589 0.077341 10.0.0.50 - - [2026-08-26 12:27:03] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1732 0.057212 10.0.0.50 - - [2026-08-26 12:27:03] "POST /network-ipams HTTP/1.1" 200 518 0.040149 10.0.0.50 - - [2026-08-26 12:27:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.007303 10.0.0.50 - - [2026-08-26 12:27:03] "POST /route-targets HTTP/1.1" 200 327 0.051816 10.0.0.50 - - [2026-08-26 12:27:03] "POST /ref-update HTTP/1.1" 200 156 0.043618 10.0.0.50 - - [2026-08-26 12:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003813 10.0.0.50 - - [2026-08-26 12:27:03] "POST /virtual-networks HTTP/1.1" 200 546 0.244028 10.0.0.50 - - [2026-08-26 12:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008620 10.0.0.50 - - [2026-08-26 12:27:03] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1751 0.052674 10.0.0.50 - - [2026-08-26 12:27:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.015826 10.0.0.50 - - [2026-08-26 12:27:04] "POST /route-targets HTTP/1.1" 200 327 0.054040 10.0.0.50 - - [2026-08-26 12:27:04] "POST /ref-update HTTP/1.1" 200 156 0.060085 10.0.0.50 - - [2026-08-26 12:27:04] "POST /network-policys HTTP/1.1" 200 538 0.132070 10.0.0.50 - - [2026-08-26 12:27:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.018151 10.0.0.50 - - [2026-08-26 12:27:04] "POST /network-policys HTTP/1.1" 200 534 0.040014 10.0.0.50 - - [2026-08-26 12:27:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.016784 10.0.0.50 - - [2026-08-26 12:27:04] "POST /network-policys HTTP/1.1" 200 542 0.045428 10.0.0.50 - - [2026-08-26 12:27:04] "PUT /access-control-list/76ea2393-f130-48b6-b82c-ae88460ca08b HTTP/1.1" 200 272 0.054861 10.0.0.50 - - [2026-08-26 12:27:04] "POST /ref-update HTTP/1.1" 200 156 0.165803 10.0.0.50 - - [2026-08-26 12:27:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.015624 10.0.0.50 - - [2026-08-26 12:27:04] "PUT /access-control-list/07c014be-f4f5-48be-89ab-9aaca87241b2 HTTP/1.1" 200 272 0.086390 10.0.0.50 - - [2026-08-26 12:27:04] "POST /ref-update HTTP/1.1" 200 156 0.229633 10.0.0.50 - - [2026-08-26 12:27:04] "PUT /access-control-list/76ea2393-f130-48b6-b82c-ae88460ca08b HTTP/1.1" 200 272 0.106822 10.0.0.50 - - [2026-08-26 12:27:04] "POST /ref-update HTTP/1.1" 200 156 0.079918 10.0.0.50 - - [2026-08-26 12:27:05] "PUT /access-control-list/07c014be-f4f5-48be-89ab-9aaca87241b2 HTTP/1.1" 200 272 0.046383 10.0.0.50 - - [2026-08-26 12:27:05] "POST /ref-update HTTP/1.1" 200 156 0.325406 10.0.0.50 - - [2026-08-26 12:27:05] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013110 10.0.0.50 - - [2026-08-26 12:27:05] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006554 10.0.0.50 - - [2026-08-26 12:27:05] "POST /fqname-to-id HTTP/1.1" 404 237 0.010747 10.0.0.50 - - [2026-08-26 12:27:05] "POST /ref-update HTTP/1.1" 200 156 0.120725 10.0.0.50 - - [2026-08-26 12:27:05] "POST /access-control-lists HTTP/1.1" 200 601 0.109639 10.0.0.50 - - [2026-08-26 12:27:05] "PUT /access-control-list/76ea2393-f130-48b6-b82c-ae88460ca08b HTTP/1.1" 200 272 0.035825 10.0.0.50 - - [2026-08-26 12:27:05] "POST /ref-update HTTP/1.1" 200 156 0.298802 10.0.0.50 - - [2026-08-26 12:27:05] "PUT /access-control-list/92dab9eb-ddc0-4134-a84a-2c0b9708fe82 HTTP/1.1" 200 272 0.099452 10.0.0.50 - - [2026-08-26 12:27:05] "POST /ref-update HTTP/1.1" 200 156 0.119563 10.0.0.50 - - [2026-08-26 12:27:05] "POST /ref-update HTTP/1.1" 200 156 0.256958 10.0.0.50 - - [2026-08-26 12:27:06] "PUT /access-control-list/92dab9eb-ddc0-4134-a84a-2c0b9708fe82 HTTP/1.1" 200 272 0.104360 10.0.0.50 - - [2026-08-26 12:27:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.063834 10.0.0.50 - - [2026-08-26 12:27:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.011419 10.0.0.50 - - [2026-08-26 12:27:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.018087 10.0.0.50 - - [2026-08-26 12:27:06] "POST /ref-update HTTP/1.1" 200 156 0.073325 10.0.0.50 - - [2026-08-26 12:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.50 - - [2026-08-26 12:27:06] "GET /virtual-network/ac8a6eef-39eb-45f6-a99a-091acaf54e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.029277 10.0.0.50 - - [2026-08-26 12:27:06] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.006438 10.0.0.50 - - [2026-08-26 12:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.50 - - [2026-08-26 12:27:06] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.006497 10.0.0.50 - - [2026-08-26 12:27:06] "POST /firewall-policys HTTP/1.1" 200 530 0.051816 10.0.0.50 - - [2026-08-26 12:27:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.070136 10.0.0.50 - - [2026-08-26 12:27:06] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.028141 10.0.0.50 - - [2026-08-26 12:27:06] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.004218 10.0.0.50 - - [2026-08-26 12:27:06] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.011152 10.0.0.50 - - [2026-08-26 12:27:06] "POST /ref-update HTTP/1.1" 200 156 0.055066 10.0.0.50 - - [2026-08-26 12:27:06] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.012048 10.0.0.50 - - [2026-08-26 12:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.50 - - [2026-08-26 12:27:06] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.008505 10.0.0.50 - - [2026-08-26 12:27:06] "POST /firewall-policys HTTP/1.1" 200 532 0.185531 10.0.0.50 - - [2026-08-26 12:27:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.042382 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.027586 10.0.0.50 - - [2026-08-26 12:27:07] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.013430 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.004828 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.013174 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.006536 10.0.0.50 - - [2026-08-26 12:27:07] "POST /ref-update HTTP/1.1" 200 156 0.062037 10.0.0.50 - - [2026-08-26 12:27:07] "POST /ref-update HTTP/1.1" 200 156 0.084644 10.0.0.50 - - [2026-08-26 12:27:07] "POST /ref-update HTTP/1.1" 200 156 0.045622 10.0.0.50 - - [2026-08-26 12:27:07] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.046782 10.0.0.50 - - [2026-08-26 12:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007671 10.0.0.50 - - [2026-08-26 12:27:07] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.032536 10.0.0.50 - - [2026-08-26 12:27:07] "POST /firewall-policys HTTP/1.1" 200 530 0.085049 10.0.0.50 - - [2026-08-26 12:27:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.060269 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/7f6803eb-4502-44fc-b83f-1ce65ab959a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042252 10.0.0.50 - - [2026-08-26 12:27:07] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004859 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/7f6803eb-4502-44fc-b83f-1ce65ab959a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003990 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.005507 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.004092 10.0.0.50 - - [2026-08-26 12:27:07] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003578 10.0.0.50 - - [2026-08-26 12:27:08] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.011446 10.0.0.50 - - [2026-08-26 12:27:08] "POST /ref-update HTTP/1.1" 200 156 0.086476 10.0.0.50 - - [2026-08-26 12:27:08] "POST /ref-update HTTP/1.1" 200 156 0.034494 10.0.0.50 - - [2026-08-26 12:27:08] "POST /ref-update HTTP/1.1" 200 156 0.066400 10.0.0.50 - - [2026-08-26 12:27:08] "POST /ref-update HTTP/1.1" 200 156 0.068936 10.0.0.50 - - [2026-08-26 12:27:08] "POST /ref-update HTTP/1.1" 200 156 0.081452 10.0.0.50 - - [2026-08-26 12:27:08] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1755 0.025719 10.0.0.50 - - [2026-08-26 12:27:08] "POST /tags HTTP/1.1" 200 299 0.056468 10.0.0.50 - - [2026-08-26 12:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033235 10.0.0.50 - - [2026-08-26 12:27:08] "GET /tag/c93279d8-9f23-4a92-bb04-34fb1ff6df4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.036741 10.0.0.50 - - [2026-08-26 12:27:08] "POST /set-tag HTTP/1.1" 200 109 0.022812 10.0.0.50 - - [2026-08-26 12:27:08] "POST /fqname-to-id HTTP/1.1" 404 226 0.005570 10.0.0.50 - - [2026-08-26 12:27:09] "POST /tags HTTP/1.1" 200 305 0.117916 10.0.0.50 - - [2026-08-26 12:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.035283 10.0.0.50 - - [2026-08-26 12:27:09] "GET /tag/16fea8aa-7106-498e-9519-b36bfc0c6d14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1120 0.019278 10.0.0.50 - - [2026-08-26 12:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.50 - - [2026-08-26 12:27:09] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.053714 10.0.0.50 - - [2026-08-26 12:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.50 - - [2026-08-26 12:27:09] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.011332 10.0.0.50 - - [2026-08-26 12:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.50 - - [2026-08-26 12:27:09] "GET /service-appliance-set/ea3e73f7-3e16-4387-997d-b2e1896add3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.009004 10.0.0.50 - - [2026-08-26 12:27:09] "POST /fqname-to-id HTTP/1.1" 404 240 0.005295 10.0.0.50 - - [2026-08-26 12:27:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.229564 10.0.0.50 - - [2026-08-26 12:27:09] "GET /virtual-machine-interface/f2567aec-c67e-46b3-a764-7a576908df86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.011743 10.0.0.50 - - [2026-08-26 12:27:09] "POST /instance-ips HTTP/1.1" 200 381 0.087516 10.0.0.50 - - [2026-08-26 12:27:09] "GET /instance-ip/f20d642e-6ffd-4bdd-8e67-b7302d7730a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.010431 10.0.0.50 - - [2026-08-26 12:27:09] "POST /loadbalancers HTTP/1.1" 200 582 0.110994 10.0.0.50 - - [2026-08-26 12:27:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.015376 10.0.0.50 - - [2026-08-26 12:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.020562 10.0.0.50 - - [2026-08-26 12:27:10] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.068866 10.0.0.50 - - [2026-08-26 12:27:10] "GET /loadbalancer/1bbbe8b9-6142-4ac4-91f7-056b2be9fa0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005069 10.0.0.50 - - [2026-08-26 12:27:10] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.025155 10.0.0.50 - - [2026-08-26 12:27:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.018675 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001752 10.0.0.50 - - [2026-08-26 12:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001445 10.0.0.50 - - [2026-08-26 12:27:10] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.071692 10.0.0.50 - - [2026-08-26 12:27:10] "GET /loadbalancer-listener/183a30c2-3468-4fb6-827e-46a905883023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003304 10.0.0.50 - - [2026-08-26 12:27:10] "GET /loadbalancer-listener/183a30c2-3468-4fb6-827e-46a905883023?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.028144 10.0.0.50 - - [2026-08-26 12:27:10] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.096030 10.0.0.50 - - [2026-08-26 12:27:10] "GET /instance-ip/f20d642e-6ffd-4bdd-8e67-b7302d7730a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.005761 10.0.0.50 - - [2026-08-26 12:27:10] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.067374 10.0.0.50 - - [2026-08-26 12:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002152 10.0.0.50 - - [2026-08-26 12:27:10] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.007102 10.0.0.50 - - [2026-08-26 12:27:10] "POST /floating-ips HTTP/1.1" 200 583 0.066007 10.0.0.50 - - [2026-08-26 12:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.024042 10.0.0.50 - - [2026-08-26 12:27:10] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.039143 10.0.0.50 - - [2026-08-26 12:27:10] "GET /instance-ip/f20d642e-6ffd-4bdd-8e67-b7302d7730a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006090 10.0.0.50 - - [2026-08-26 12:27:10] "GET /instance-ip/f20d642e-6ffd-4bdd-8e67-b7302d7730a9?fields=floating_ips HTTP/1.1" 200 1171 0.048293 10.0.0.50 - - [2026-08-26 12:27:10] "POST /tags HTTP/1.1" 200 357 0.201633 10.0.0.50 - - [2026-08-26 12:27:10] "GET /floating-ip/7600d095-b1a0-407c-a8d9-7af8dce292e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.026709 10.0.0.50 - - [2026-08-26 12:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009133 10.0.0.50 - - [2026-08-26 12:27:10] "GET /tag/99f56a47-7ef7-4544-a2f1-cf344ee5c35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.026380 10.0.0.50 - - [2026-08-26 12:27:11] "POST /tags HTTP/1.1" 200 305 0.342167 10.0.0.50 - - [2026-08-26 12:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.50 - - [2026-08-26 12:27:11] "GET /tag/370d2582-25b7-4f38-8f95-e2a79660620b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1122 0.021287 10.0.0.50 - - [2026-08-26 12:27:11] "POST /id-to-fqname HTTP/1.1" 200 174 0.002547 10.0.0.50 - - [2026-08-26 12:27:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.004699 10.0.0.50 - - [2026-08-26 12:27:11] "POST /security-groups HTTP/1.1" 200 571 0.081582 10.0.0.50 - - [2026-08-26 12:27:11] "POST /projects HTTP/1.1" 200 483 0.286999 10.0.0.50 - - [2026-08-26 12:27:11] "POST /fqname-to-id HTTP/1.1" 404 214 0.003100 10.0.0.50 - - [2026-08-26 12:27:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.028849 10.0.0.50 - - [2026-08-26 12:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.017894 10.0.0.50 - - [2026-08-26 12:27:11] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2293 0.027219 10.0.0.50 - - [2026-08-26 12:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.013063 10.0.0.50 - - [2026-08-26 12:27:11] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.010930 10.0.0.50 - - [2026-08-26 12:27:11] "POST /access-control-lists HTTP/1.1" 200 580 0.234492 10.0.0.50 - - [2026-08-26 12:27:12] "POST /fqname-to-id HTTP/1.1" 404 213 0.012712 10.0.0.50 - - [2026-08-26 12:27:12] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.185431 10.0.0.50 - - [2026-08-26 12:27:12] "POST /access-control-lists HTTP/1.1" 200 578 0.133447 10.0.0.50 - - [2026-08-26 12:27:12] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.144017 10.0.0.50 - - [2026-08-26 12:27:12] "POST /security-groups HTTP/1.1" 200 537 0.125050 10.0.0.50 - - [2026-08-26 12:27:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002761 10.0.0.50 - - [2026-08-26 12:27:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.035822 10.0.0.50 - - [2026-08-26 12:27:12] "POST /chown HTTP/1.1" 200 109 0.044075 10.0.0.50 - - [2026-08-26 12:27:12] "POST /access-control-lists HTTP/1.1" 200 596 0.119312 10.0.0.50 - - [2026-08-26 12:27:12] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.031311 10.0.0.50 - - [2026-08-26 12:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014945 10.0.0.50 - - [2026-08-26 12:27:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.010513 10.0.0.50 - - [2026-08-26 12:27:12] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.011507 10.0.0.50 - - [2026-08-26 12:27:12] "POST /tags HTTP/1.1" 409 207 0.007577 10.0.0.50 - - [2026-08-26 12:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012127 10.0.0.50 - - [2026-08-26 12:27:12] "GET /tag/370d2582-25b7-4f38-8f95-e2a79660620b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1122 0.038717 10.0.0.50 - - [2026-08-26 12:27:12] "POST /access-control-lists HTTP/1.1" 200 594 0.141466 10.0.0.50 - - [2026-08-26 12:27:12] "POST /firewall-rules HTTP/1.1" 200 564 0.141905 10.0.0.50 - - [2026-08-26 12:27:13] "GET /firewall-rule/a0d205a5-87d9-4794-93cd-35f4c1b84c40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.078302 10.0.0.50 - - [2026-08-26 12:27:13] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.013556 10.0.0.50 - - [2026-08-26 12:27:13] "GET /firewall-rule/a0d205a5-87d9-4794-93cd-35f4c1b84c40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.014830 10.0.0.50 - - [2026-08-26 12:27:13] "POST /ref-update HTTP/1.1" 200 156 0.123854 10.0.0.50 - - [2026-08-26 12:27:13] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.060948 10.0.0.50 - - [2026-08-26 12:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011337 10.0.0.50 - - [2026-08-26 12:27:13] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.021859 10.0.0.50 - - [2026-08-26 12:27:13] "POST /tags HTTP/1.1" 409 207 0.008938 10.0.0.50 - - [2026-08-26 12:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005964 10.0.0.50 - - [2026-08-26 12:27:13] "GET /tag/370d2582-25b7-4f38-8f95-e2a79660620b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1122 0.048147 10.0.0.50 - - [2026-08-26 12:27:13] "POST /firewall-rules HTTP/1.1" 200 562 0.155746 10.0.0.50 - - [2026-08-26 12:27:13] "GET /firewall-rule/0422fb60-0bd0-475b-af66-2f04b2e7509c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.025592 10.0.0.50 - - [2026-08-26 12:27:13] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.011558 10.0.0.50 - - [2026-08-26 12:27:13] "GET /firewall-rule/0422fb60-0bd0-475b-af66-2f04b2e7509c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.006327 10.0.0.50 - - [2026-08-26 12:27:13] "POST /ref-update HTTP/1.1" 200 156 0.157774 10.0.0.50 - - [2026-08-26 12:27:14] "POST /tags HTTP/1.1" 200 301 0.181781 10.0.0.50 - - [2026-08-26 12:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012217 10.0.0.50 - - [2026-08-26 12:27:14] "GET /tag/f3cc9b4f-1109-4f59-a75a-eb35432d4a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.048740 10.0.0.50 - - [2026-08-26 12:27:14] "POST /tags HTTP/1.1" 200 325 0.122575 10.0.0.50 - - [2026-08-26 12:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.045295 10.0.0.50 - - [2026-08-26 12:27:14] "GET /tag/70736077-f657-481b-9f20-2b575ac1f705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1171 0.041968 10.0.0.50 - - [2026-08-26 12:27:14] "POST /tags HTTP/1.1" 200 363 0.070200 10.0.0.50 - - [2026-08-26 12:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.021223 10.0.0.50 - - [2026-08-26 12:27:14] "GET /tag/77a427cc-4832-4796-8b2d-c36c51010b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.105829 10.0.0.50 - - [2026-08-26 12:27:14] "POST /tags HTTP/1.1" 200 311 0.073994 10.0.0.50 - - [2026-08-26 12:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.018626 10.0.0.50 - - [2026-08-26 12:27:15] "GET /tag/93b6bd27-1f33-43d3-8fec-a7129d53ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.016799 10.0.0.50 - - [2026-08-26 12:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.50 - - [2026-08-26 12:27:15] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.011304 10.0.0.50 - - [2026-08-26 12:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.50 - - [2026-08-26 12:27:15] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.070477 10.0.0.50 - - [2026-08-26 12:27:15] "POST /virtual-machines HTTP/1.1" 200 377 0.018879 10.0.0.50 - - [2026-08-26 12:27:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.016389 10.0.0.50 - - [2026-08-26 12:27:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.185849 10.0.0.50 - - [2026-08-26 12:27:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.036705 10.0.0.50 - - [2026-08-26 12:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.023212 10.0.0.50 - - [2026-08-26 12:27:15] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005853 10.0.0.50 - - [2026-08-26 12:27:15] "POST /instance-ips HTTP/1.1" 200 409 0.064899 10.0.0.50 - - [2026-08-26 12:27:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.043690 10.0.0.50 - - [2026-08-26 12:27:15] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.034345 10.0.0.50 - - [2026-08-26 12:27:15] "POST /set-tag HTTP/1.1" 200 109 0.055353 10.0.0.50 - - [2026-08-26 12:27:15] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.013788 10.0.0.50 - - [2026-08-26 12:27:15] "GET /instance-ip/78b1e60c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.017070 10.0.0.50 - - [2026-08-26 12:27:15] "POST /tags HTTP/1.1" 200 355 0.027824 10.0.0.50 - - [2026-08-26 12:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008020 10.0.0.50 - - [2026-08-26 12:27:16] "GET /tag/100d1261-3fa5-464e-8311-a88189ef29a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.017281 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000844 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001208 10.0.0.50 - - [2026-08-26 12:27:16] "POST /tags HTTP/1.1" 200 303 0.038899 10.0.0.50 - - [2026-08-26 12:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.018830 10.0.0.50 - - [2026-08-26 12:27:16] "GET /tag/4f53e1fa-d319-46df-83b6-fc4ac0d3575c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.020171 10.0.0.50 - - [2026-08-26 12:27:16] "POST /projects HTTP/1.1" 409 218 0.005864 10.0.0.50 - - [2026-08-26 12:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.50 - - [2026-08-26 12:27:16] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.058018 10.0.0.50 - - [2026-08-26 12:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.50 - - [2026-08-26 12:27:16] "GET /network-ipam/80f43f5e-4932-4650-bb3d-e1aca6310559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004153 10.0.0.50 - - [2026-08-26 12:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010171 10.0.0.50 - - [2026-08-26 12:27:16] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007243 10.0.0.50 - - [2026-08-26 12:27:16] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.134145 10.0.0.50 - - [2026-08-26 12:27:16] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.014128 10.0.0.50 - - [2026-08-26 12:27:16] "POST /set-tag HTTP/1.1" 200 109 0.123346 10.0.0.50 - - [2026-08-26 12:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.029728 10.0.0.50 - - [2026-08-26 12:27:16] "GET /network-ipam/f19d4a17-54cd-49d9-be28-a2affd3c3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.004889 10.0.0.50 - - [2026-08-26 12:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.50 - - [2026-08-26 12:27:16] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.011541 10.0.0.50 - - [2026-08-26 12:27:16] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.074237 10.0.0.50 - - [2026-08-26 12:27:16] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005075 10.0.0.50 - - [2026-08-26 12:27:17] "POST /set-tag HTTP/1.1" 200 109 0.069358 10.0.0.50 - - [2026-08-26 12:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.011497 10.0.0.50 - - [2026-08-26 12:27:17] "GET /network-policy/e087e61a-1772-4d1a-88e6-53fa34578c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005202 10.0.0.50 - - [2026-08-26 12:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.50 - - [2026-08-26 12:27:17] "GET /network-policy/07231d9d-1ac6-4e54-bfd0-1d34ba856b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004413 10.0.0.50 - - [2026-08-26 12:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.50 - - [2026-08-26 12:27:17] "GET /network-policy/c50bdf63-acd7-44bf-8445-e71d80d9010b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.003824 10.0.0.50 - - [2026-08-26 12:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.50 - - [2026-08-26 12:27:17] "PUT /network-policy/c50bdf63-acd7-44bf-8445-e71d80d9010b HTTP/1.1" 200 262 0.022571 10.0.0.50 - - [2026-08-26 12:27:17] "POST /ref-update HTTP/1.1" 200 156 0.164854 10.0.0.50 - - [2026-08-26 12:27:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006196 10.0.0.50 - - [2026-08-26 12:27:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003512 10.0.0.50 - - [2026-08-26 12:27:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006546 10.0.0.50 - - [2026-08-26 12:27:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004773 10.0.0.50 - - [2026-08-26 12:27:17] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002884 10.0.0.50 - - [2026-08-26 12:27:17] "POST /security-groups HTTP/1.1" 409 245 0.007580 10.0.0.50 - - [2026-08-26 12:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.50 - - [2026-08-26 12:27:17] "PUT /security-group/58f19292-cc37-4a24-ad36-730d832686aa HTTP/1.1" 200 262 0.073951 10.0.0.50 - - [2026-08-26 12:27:17] "PUT /access-control-list/f15089bc-2694-4498-941e-9005f8a6cf0d HTTP/1.1" 200 272 0.035704 10.0.0.50 - - [2026-08-26 12:27:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.059875 10.0.0.50 - - [2026-08-26 12:27:17] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.032252 10.0.0.50 - - [2026-08-26 12:27:17] "PUT /access-control-list/e633bac8-2c26-4a6a-855b-a5c0386e5f6b HTTP/1.1" 200 272 0.057423 10.0.0.50 - - [2026-08-26 12:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.50 - - [2026-08-26 12:27:17] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.006165 10.0.0.50 - - [2026-08-26 12:27:17] "POST /tags HTTP/1.1" 409 206 0.005678 10.0.0.50 - - [2026-08-26 12:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.50 - - [2026-08-26 12:27:17] "GET /tag/4f53e1fa-d319-46df-83b6-fc4ac0d3575c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.014309 10.0.0.50 - - [2026-08-26 12:27:18] "POST /firewall-rules HTTP/1.1" 200 562 0.093054 10.0.0.50 - - [2026-08-26 12:27:18] "GET /firewall-rule/d27d3f1d-b682-48bf-9150-64b46b352c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.009940 10.0.0.50 - - [2026-08-26 12:27:18] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005759 10.0.0.50 - - [2026-08-26 12:27:18] "GET /firewall-rule/d27d3f1d-b682-48bf-9150-64b46b352c24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.004176 10.0.0.50 - - [2026-08-26 12:27:18] "POST /ref-update HTTP/1.1" 200 156 0.054934 10.0.0.50 - - [2026-08-26 12:27:18] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.071451 10.0.0.50 - - [2026-08-26 12:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.020744 10.0.0.50 - - [2026-08-26 12:27:18] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.009380 10.0.0.50 - - [2026-08-26 12:27:18] "POST /tags HTTP/1.1" 409 206 0.006006 10.0.0.50 - - [2026-08-26 12:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.50 - - [2026-08-26 12:27:18] "GET /tag/4f53e1fa-d319-46df-83b6-fc4ac0d3575c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.029304 10.0.0.50 - - [2026-08-26 12:27:18] "POST /firewall-rules HTTP/1.1" 200 560 0.112644 10.0.0.50 - - [2026-08-26 12:27:18] "GET /firewall-rule/c277e37c-3c31-4d83-9d69-7b7eef09ef04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.041752 10.0.0.50 - - [2026-08-26 12:27:18] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.006165 10.0.0.50 - - [2026-08-26 12:27:18] "GET /firewall-rule/c277e37c-3c31-4d83-9d69-7b7eef09ef04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.004460 10.0.0.50 - - [2026-08-26 12:27:18] "POST /ref-update HTTP/1.1" 200 156 0.060377 10.0.0.50 - - [2026-08-26 12:27:18] "POST /fqname-to-id HTTP/1.1" 404 228 0.003992 10.0.0.50 - - [2026-08-26 12:27:18] "POST /tags HTTP/1.1" 200 301 0.046134 10.0.0.50 - - [2026-08-26 12:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.044695 10.0.0.50 - - [2026-08-26 12:27:18] "GET /tag/41d2d702-ce54-4f59-88b7-76bc7f4ff559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.027958 10.0.0.50 - - [2026-08-26 12:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.50 - - [2026-08-26 12:27:19] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.061983 10.0.0.50 - - [2026-08-26 12:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.50 - - [2026-08-26 12:27:19] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2826 0.018675 10.0.0.50 - - [2026-08-26 12:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010052 10.0.0.50 - - [2026-08-26 12:27:19] "GET /service-appliance-set/ea3e73f7-3e16-4387-997d-b2e1896add3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.005552 10.0.0.50 - - [2026-08-26 12:27:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.002751 10.0.0.50 - - [2026-08-26 12:27:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.306538 10.0.0.50 - - [2026-08-26 12:27:19] "GET /virtual-machine-interface/b2934e46-3d0d-4286-b550-20fb111e6703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.012130 10.0.0.50 - - [2026-08-26 12:27:19] "POST /instance-ips HTTP/1.1" 200 377 0.040870 10.0.0.50 - - [2026-08-26 12:27:19] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.018134 10.0.0.50 - - [2026-08-26 12:27:19] "POST /loadbalancers HTTP/1.1" 200 582 0.074088 10.0.0.50 - - [2026-08-26 12:27:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.043725 10.0.0.50 - - [2026-08-26 12:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007174 10.0.0.50 - - [2026-08-26 12:27:19] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.081590 10.0.0.50 - - [2026-08-26 12:27:19] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.015409 10.0.0.50 - - [2026-08-26 12:27:19] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.074684 10.0.0.50 - - [2026-08-26 12:27:19] "GET /loadbalancer/142a0e54-395e-4565-ac02-f3b1597e1af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002463 10.0.0.50 - - [2026-08-26 12:27:20] "POST /floating-ips HTTP/1.1" 200 581 0.075616 10.0.0.50 - - [2026-08-26 12:27:20] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.044293 10.0.0.50 - - [2026-08-26 12:27:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.021673 10.0.0.50 - - [2026-08-26 12:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.019518 10.0.0.50 - - [2026-08-26 12:27:20] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.055491 10.0.0.50 - - [2026-08-26 12:27:20] "GET /loadbalancer-listener/741e8e92-4fd9-4417-9812-1a3b687aee06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.008044 10.0.0.50 - - [2026-08-26 12:27:20] "GET /loadbalancer-listener/741e8e92-4fd9-4417-9812-1a3b687aee06?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.004961 10.0.0.50 - - [2026-08-26 12:27:20] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.041817 10.0.0.50 - - [2026-08-26 12:27:20] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.015986 10.0.0.50 - - [2026-08-26 12:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007079 10.0.0.50 - - [2026-08-26 12:27:20] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?fields=floating_ips HTTP/1.1" 200 1164 0.009840 10.0.0.50 - - [2026-08-26 12:27:20] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.010764 10.0.0.50 - - [2026-08-26 12:27:20] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.075105 10.0.0.50 - - [2026-08-26 12:27:20] "GET /loadbalancer/142a0e54-395e-4565-ac02-f3b1597e1af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.013772 10.0.0.50 - - [2026-08-26 12:27:20] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.042765 10.0.0.50 - - [2026-08-26 12:27:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.035127 10.0.0.50 - - [2026-08-26 12:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008521 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001619 10.0.0.50 - - [2026-08-26 12:27:20] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.061139 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001838 10.0.0.50 - - [2026-08-26 12:27:20] "GET /loadbalancer-listener/d4714db3-b1e1-41d1-940a-db540f27df06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.017534 10.0.0.50 - - [2026-08-26 12:27:20] "GET /loadbalancer-listener/d4714db3-b1e1-41d1-940a-db540f27df06?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.004383 10.0.0.50 - - [2026-08-26 12:27:20] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.060825 10.0.0.50 - - [2026-08-26 12:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.017371 10.0.0.50 - - [2026-08-26 12:27:20] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.008060 10.0.0.50 - - [2026-08-26 12:27:20] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?fields=floating_ips HTTP/1.1" 200 1164 0.006765 10.0.0.50 - - [2026-08-26 12:27:21] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.073953 10.0.0.50 - - [2026-08-26 12:27:21] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.025117 10.0.0.50 - - [2026-08-26 12:27:21] "GET /loadbalancer/142a0e54-395e-4565-ac02-f3b1597e1af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005343 10.0.0.50 - - [2026-08-26 12:27:21] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.055872 10.0.0.50 - - [2026-08-26 12:27:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.038342 10.0.0.50 - - [2026-08-26 12:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.024068 10.0.0.50 - - [2026-08-26 12:27:21] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.156898 10.0.0.50 - - [2026-08-26 12:27:21] "GET /loadbalancer-listener/ae7cda84-6bb6-4f4b-9003-9dc2d0a2224f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.004237 10.0.0.50 - - [2026-08-26 12:27:21] "GET /loadbalancer-listener/ae7cda84-6bb6-4f4b-9003-9dc2d0a2224f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.005933 10.0.0.50 - - [2026-08-26 12:27:21] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.049057 10.0.0.50 - - [2026-08-26 12:27:21] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.010729 10.0.0.50 - - [2026-08-26 12:27:21] "GET /instance-ip/2e9a4e4e-0de9-4805-961d-67e4a3d02237?fields=floating_ips HTTP/1.1" 200 1164 0.007053 10.0.0.50 - - [2026-08-26 12:27:21] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.003443 10.0.0.50 - - [2026-08-26 12:27:21] "POST /tags HTTP/1.1" 200 371 0.051715 10.0.0.50 - - [2026-08-26 12:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.029020 10.0.0.50 - - [2026-08-26 12:27:21] "GET /tag/6c68bceb-f1f8-4463-b2f8-2c3245da3881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.019522 10.0.0.50 - - [2026-08-26 12:27:21] "POST /tags HTTP/1.1" 200 319 0.027828 10.0.0.50 - - [2026-08-26 12:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.013804 10.0.0.50 - - [2026-08-26 12:27:21] "GET /tag/f42e292a-6256-40e9-9df0-39c80c29bf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.020261 10.0.0.50 - - [2026-08-26 12:27:21] "POST /id-to-fqname HTTP/1.1" 200 181 0.000809 10.0.0.50 - - [2026-08-26 12:27:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.012718 10.0.0.50 - - [2026-08-26 12:27:22] "POST /security-groups HTTP/1.1" 200 578 0.070381 10.0.0.50 - - [2026-08-26 12:27:22] "POST /projects HTTP/1.1" 200 497 0.247385 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 404 225 0.004791 10.0.0.50 - - [2026-08-26 12:27:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.022579 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008808 10.0.0.50 - - [2026-08-26 12:27:22] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.035555 10.0.0.50 - - [2026-08-26 12:27:22] "POST /access-control-lists HTTP/1.1" 200 587 0.098367 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.015540 10.0.0.50 - - [2026-08-26 12:27:22] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2826 0.007378 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 404 224 0.015446 10.0.0.50 - - [2026-08-26 12:27:22] "POST /access-control-lists HTTP/1.1" 200 585 0.073321 10.0.0.50 - - [2026-08-26 12:27:22] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.102681 10.0.0.50 - - [2026-08-26 12:27:22] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.042535 10.0.0.50 - - [2026-08-26 12:27:22] "POST /security-groups HTTP/1.1" 200 558 0.077919 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 404 248 0.002843 10.0.0.50 - - [2026-08-26 12:27:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.071789 10.0.0.50 - - [2026-08-26 12:27:22] "POST /access-control-lists HTTP/1.1" 200 610 0.108590 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 404 247 0.009134 10.0.0.50 - - [2026-08-26 12:27:22] "POST /chown HTTP/1.1" 200 109 0.051354 10.0.0.50 - - [2026-08-26 12:27:22] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.014774 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.50 - - [2026-08-26 12:27:22] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.008923 10.0.0.50 - - [2026-08-26 12:27:22] "POST /access-control-lists HTTP/1.1" 200 608 0.098812 10.0.0.50 - - [2026-08-26 12:27:22] "POST /tags HTTP/1.1" 409 214 0.004840 10.0.0.50 - - [2026-08-26 12:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.50 - - [2026-08-26 12:27:22] "GET /tag/f42e292a-6256-40e9-9df0-39c80c29bf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.015560 10.0.0.50 - - [2026-08-26 12:27:22] "POST /firewall-rules HTTP/1.1" 200 578 0.083601 10.0.0.50 - - [2026-08-26 12:27:23] "GET /firewall-rule/899ca549-808e-4721-ae45-2c9af8c9cd64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007887 10.0.0.50 - - [2026-08-26 12:27:23] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.009569 10.0.0.50 - - [2026-08-26 12:27:23] "GET /firewall-rule/899ca549-808e-4721-ae45-2c9af8c9cd64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.002748 10.0.0.50 - - [2026-08-26 12:27:23] "POST /ref-update HTTP/1.1" 200 156 0.065552 10.0.0.50 - - [2026-08-26 12:27:23] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011585 10.0.0.50 - - [2026-08-26 12:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.50 - - [2026-08-26 12:27:23] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003766 10.0.0.50 - - [2026-08-26 12:27:23] "POST /tags HTTP/1.1" 409 214 0.002678 10.0.0.50 - - [2026-08-26 12:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.50 - - [2026-08-26 12:27:23] "GET /tag/f42e292a-6256-40e9-9df0-39c80c29bf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.015723 10.0.0.50 - - [2026-08-26 12:27:23] "POST /firewall-rules HTTP/1.1" 200 576 0.095010 10.0.0.50 - - [2026-08-26 12:27:23] "GET /firewall-rule/70700757-2949-4a6a-8dae-bc5db812720c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.035339 10.0.0.50 - - [2026-08-26 12:27:23] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.008370 10.0.0.50 - - [2026-08-26 12:27:23] "GET /firewall-rule/70700757-2949-4a6a-8dae-bc5db812720c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.003871 10.0.0.50 - - [2026-08-26 12:27:23] "POST /ref-update HTTP/1.1" 200 156 0.097819 10.0.0.50 - - [2026-08-26 12:27:23] "POST /tags HTTP/1.1" 200 363 0.036229 10.0.0.50 - - [2026-08-26 12:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.014750 10.0.0.50 - - [2026-08-26 12:27:23] "GET /tag/31316cdf-38af-49e3-8f68-2f1d9d27f5d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.017983 10.0.0.50 - - [2026-08-26 12:27:23] "POST /tags HTTP/1.1" 200 311 0.033269 10.0.0.50 - - [2026-08-26 12:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.015410 10.0.0.50 - - [2026-08-26 12:27:23] "GET /tag/4cae25e6-5afc-4d34-b3a5-8d298105d9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.022180 10.0.0.50 - - [2026-08-26 12:27:24] "POST /id-to-fqname HTTP/1.1" 200 177 0.000642 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.013657 10.0.0.50 - - [2026-08-26 12:27:24] "POST /security-groups HTTP/1.1" 200 574 0.106261 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 404 217 0.007685 10.0.0.50 - - [2026-08-26 12:27:24] "POST /projects HTTP/1.1" 200 489 0.313196 10.0.0.50 - - [2026-08-26 12:27:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.027207 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.018155 10.0.0.50 - - [2026-08-26 12:27:24] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.005984 10.0.0.50 - - [2026-08-26 12:27:24] "POST /access-control-lists HTTP/1.1" 200 583 0.110717 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.50 - - [2026-08-26 12:27:24] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.010077 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 404 216 0.026239 10.0.0.50 - - [2026-08-26 12:27:24] "POST /access-control-lists HTTP/1.1" 200 581 0.079781 10.0.0.50 - - [2026-08-26 12:27:24] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.120047 10.0.0.50 - - [2026-08-26 12:27:24] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.088417 10.0.0.50 - - [2026-08-26 12:27:24] "POST /security-groups HTTP/1.1" 200 546 0.087595 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 404 240 0.002830 10.0.0.50 - - [2026-08-26 12:27:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.027899 10.0.0.50 - - [2026-08-26 12:27:24] "POST /access-control-lists HTTP/1.1" 200 602 0.060869 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 404 239 0.014841 10.0.0.50 - - [2026-08-26 12:27:24] "POST /chown HTTP/1.1" 200 109 0.063637 10.0.0.50 - - [2026-08-26 12:27:24] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.032615 10.0.0.50 - - [2026-08-26 12:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009547 10.0.0.50 - - [2026-08-26 12:27:24] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003929 10.0.0.50 - - [2026-08-26 12:27:24] "POST /access-control-lists HTTP/1.1" 200 600 0.144424 10.0.0.50 - - [2026-08-26 12:27:25] "POST /tags HTTP/1.1" 409 210 0.031625 10.0.0.50 - - [2026-08-26 12:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.50 - - [2026-08-26 12:27:25] "GET /tag/4cae25e6-5afc-4d34-b3a5-8d298105d9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.016614 10.0.0.50 - - [2026-08-26 12:27:25] "POST /firewall-rules HTTP/1.1" 200 570 0.082726 10.0.0.50 - - [2026-08-26 12:27:25] "GET /firewall-rule/77201a79-80a1-4b1f-8c8e-dddaf4586881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007238 10.0.0.50 - - [2026-08-26 12:27:25] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.006020 10.0.0.50 - - [2026-08-26 12:27:25] "GET /firewall-rule/77201a79-80a1-4b1f-8c8e-dddaf4586881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004420 10.0.0.50 - - [2026-08-26 12:27:25] "POST /ref-update HTTP/1.1" 200 156 0.058717 10.0.0.50 - - [2026-08-26 12:27:25] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008504 10.0.0.50 - - [2026-08-26 12:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008692 10.0.0.50 - - [2026-08-26 12:27:25] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004147 10.0.0.50 - - [2026-08-26 12:27:25] "POST /tags HTTP/1.1" 409 210 0.002643 10.0.0.50 - - [2026-08-26 12:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.50 - - [2026-08-26 12:27:25] "GET /tag/4cae25e6-5afc-4d34-b3a5-8d298105d9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.024217 10.0.0.50 - - [2026-08-26 12:27:25] "POST /firewall-rules HTTP/1.1" 200 568 0.104113 10.0.0.50 - - [2026-08-26 12:27:25] "GET /firewall-rule/cca27a51-4576-4527-a62b-f30021e472ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.027305 10.0.0.50 - - [2026-08-26 12:27:25] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006271 10.0.0.50 - - [2026-08-26 12:27:25] "GET /firewall-rule/cca27a51-4576-4527-a62b-f30021e472ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004355 10.0.0.50 - - [2026-08-26 12:27:25] "POST /ref-update HTTP/1.1" 200 156 0.076654 10.0.0.50 - - [2026-08-26 12:27:25] "POST /tags HTTP/1.1" 409 237 0.002965 10.0.0.50 - - [2026-08-26 12:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.50 - - [2026-08-26 12:27:25] "GET /tag/77a427cc-4832-4796-8b2d-c36c51010b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.018327 10.0.0.50 - - [2026-08-26 12:27:25] "POST /tags HTTP/1.1" 409 210 0.002959 10.0.0.50 - - [2026-08-26 12:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.50 - - [2026-08-26 12:27:25] "GET /tag/93b6bd27-1f33-43d3-8fec-a7129d53ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.016547 10.0.0.50 - - [2026-08-26 12:27:25] "POST /projects HTTP/1.1" 409 223 0.003597 10.0.0.50 - - [2026-08-26 12:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.50 - - [2026-08-26 12:27:26] "GET /project/c654168e-a7f3-4768-8449-7f8997a8d42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.068691 10.0.0.50 - - [2026-08-26 12:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005811 10.0.0.50 - - [2026-08-26 12:27:26] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.010312 10.0.0.50 - - [2026-08-26 12:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.50 - - [2026-08-26 12:27:26] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.007339 10.0.0.50 - - [2026-08-26 12:27:26] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.079422 10.0.0.50 - - [2026-08-26 12:27:26] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.095658 10.0.0.50 - - [2026-08-26 12:27:26] "POST /security-groups HTTP/1.1" 409 253 0.012702 10.0.0.50 - - [2026-08-26 12:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.50 - - [2026-08-26 12:27:26] "PUT /security-group/01a13004-9817-4870-8830-c10ee0561ef9 HTTP/1.1" 200 262 0.065592 10.0.0.50 - - [2026-08-26 12:27:26] "PUT /access-control-list/19c22b68-97f2-4ff0-8543-1c08d4e57f94 HTTP/1.1" 200 272 0.024540 10.0.0.50 - - [2026-08-26 12:27:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.055315 10.0.0.50 - - [2026-08-26 12:27:26] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.029789 10.0.0.50 - - [2026-08-26 12:27:26] "PUT /access-control-list/7c602f42-ff9f-4119-accb-7dce3e0aa575 HTTP/1.1" 200 272 0.052432 10.0.0.50 - - [2026-08-26 12:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.50 - - [2026-08-26 12:27:26] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004766 10.0.0.50 - - [2026-08-26 12:27:26] "POST /tags HTTP/1.1" 409 210 0.006361 10.0.0.50 - - [2026-08-26 12:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.50 - - [2026-08-26 12:27:26] "GET /tag/93b6bd27-1f33-43d3-8fec-a7129d53ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.017571 10.0.0.50 - - [2026-08-26 12:27:26] "POST /firewall-rules HTTP/1.1" 200 570 0.086524 10.0.0.50 - - [2026-08-26 12:27:26] "GET /firewall-rule/4a8a21ad-8bea-4df4-90a2-a08c16cf062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006318 10.0.0.50 - - [2026-08-26 12:27:26] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.020278 10.0.0.50 - - [2026-08-26 12:27:26] "GET /firewall-rule/4a8a21ad-8bea-4df4-90a2-a08c16cf062e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.003662 10.0.0.50 - - [2026-08-26 12:27:27] "POST /ref-update HTTP/1.1" 200 156 0.072842 10.0.0.50 - - [2026-08-26 12:27:27] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.017599 10.0.0.50 - - [2026-08-26 12:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.50 - - [2026-08-26 12:27:27] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003893 10.0.0.50 - - [2026-08-26 12:27:27] "POST /tags HTTP/1.1" 409 210 0.006623 10.0.0.50 - - [2026-08-26 12:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.50 - - [2026-08-26 12:27:27] "GET /tag/93b6bd27-1f33-43d3-8fec-a7129d53ad42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.017039 10.0.0.50 - - [2026-08-26 12:27:27] "POST /firewall-rules HTTP/1.1" 200 568 0.081311 10.0.0.50 - - [2026-08-26 12:27:27] "GET /firewall-rule/3ead7f9c-d316-4686-b188-543bfe37e9b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.027401 10.0.0.50 - - [2026-08-26 12:27:27] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.005800 10.0.0.50 - - [2026-08-26 12:27:27] "GET /firewall-rule/3ead7f9c-d316-4686-b188-543bfe37e9b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004050 10.0.0.50 - - [2026-08-26 12:27:27] "POST /ref-update HTTP/1.1" 200 156 0.082223 10.0.0.50 - - [2026-08-26 12:27:27] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006771 10.0.0.50 - - [2026-08-26 12:27:27] "POST /set-tag HTTP/1.1" 200 109 0.003658 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001856 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001414 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001350 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:27:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001171 10.0.0.50 - - [2026-08-26 12:27:50] "GET /global-system-configs HTTP/1.1" 200 322 0.002365 10.0.0.50 - - [2026-08-26 12:27:53] "GET /global-system-configs HTTP/1.1" 200 322 0.004522 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:28:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001264 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:28:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001390 10.0.0.162 - - [2026-08-26 12:29:00] "GET / HTTP/1.1" 200 35931 0.001739 10.0.0.162 - - [2026-08-26 12:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.162 - - [2026-08-26 12:29:00] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006168 10.0.0.162 - - [2026-08-26 12:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.162 - - [2026-08-26 12:29:01] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003864 10.0.0.162 - - [2026-08-26 12:29:01] "PUT /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3 HTTP/1.1" 200 274 0.014033 10.0.0.162 - - [2026-08-26 12:29:01] "POST /fqname-to-id HTTP/1.1" 404 216 0.011760 10.0.0.162 - - [2026-08-26 12:29:01] "POST /virtual-routers HTTP/1.1" 200 599 0.032664 10.0.0.162 - - [2026-08-26 12:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024502 10.0.0.162 - - [2026-08-26 12:29:01] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.019575 10.0.0.162 - - [2026-08-26 12:29:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.002937 10.0.0.162 - - [2026-08-26 12:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.162 - - [2026-08-26 12:29:01] "GET /virtual-network/ac8a6eef-39eb-45f6-a99a-091acaf54e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.005174 10.0.0.162 - - [2026-08-26 12:29:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.095526 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:31:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001128 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:31:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001219 10.0.0.50 - - [2026-08-26 12:31:09] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003937 10.0.0.50 - - [2026-08-26 12:31:09] "POST /ref-update HTTP/1.1" 200 156 0.019309 10.0.0.50 - - [2026-08-26 12:31:19] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006515 10.0.0.50 - - [2026-08-26 12:31:19] "POST /set-tag HTTP/1.1" 200 109 0.003561 10.0.0.50 - - [2026-08-26 12:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.50 - - [2026-08-26 12:31:20] "GET /loadbalancer/142a0e54-395e-4565-ac02-f3b1597e1af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003144 10.0.0.50 - - [2026-08-26 12:31:20] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006354 10.0.0.50 - - [2026-08-26 12:31:20] "POST /set-tag HTTP/1.1" 200 109 0.005718 10.0.0.50 - - [2026-08-26 12:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.50 - - [2026-08-26 12:31:20] "GET /loadbalancer/142a0e54-395e-4565-ac02-f3b1597e1af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003176 10.0.0.50 - - [2026-08-26 12:31:20] "GET /loadbalancer-pool/9fd130b9-6613-4b5c-9054-977d90984fda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.005464 10.0.0.50 - - [2026-08-26 12:31:20] "POST /loadbalancer-members HTTP/1.1" 200 690 0.027766 10.0.0.50 - - [2026-08-26 12:31:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.048547 10.0.0.50 - - [2026-08-26 12:31:20] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.014055 10.0.0.50 - - [2026-08-26 12:31:20] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006516 10.0.0.50 - - [2026-08-26 12:31:20] "POST /ref-update HTTP/1.1" 200 156 0.015617 10.0.0.50 - - [2026-08-26 12:31:20] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1772 0.037266 10.0.0.50 - - [2026-08-26 12:31:20] "POST /tags HTTP/1.1" 409 205 0.025953 10.0.0.50 - - [2026-08-26 12:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007482 10.0.0.50 - - [2026-08-26 12:31:20] "GET /tag/41d2d702-ce54-4f59-88b7-76bc7f4ff559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.017710 10.0.0.50 - - [2026-08-26 12:31:20] "PUT /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5 HTTP/1.1" 200 256 0.031775 10.0.0.50 - - [2026-08-26 12:31:20] "POST /set-tag HTTP/1.1" 200 109 0.080771 10.0.0.50 - - [2026-08-26 12:31:20] "GET /loadbalancer-pool/ab971cb9-0a5b-452d-8d83-903830393fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.024870 10.0.0.50 - - [2026-08-26 12:31:20] "POST /loadbalancer-members HTTP/1.1" 200 690 0.040551 10.0.0.50 - - [2026-08-26 12:31:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.011799 10.0.0.50 - - [2026-08-26 12:31:20] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.020258 10.0.0.50 - - [2026-08-26 12:31:20] "POST /set-tag HTTP/1.1" 200 109 0.003722 10.0.0.50 - - [2026-08-26 12:31:20] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006754 10.0.0.50 - - [2026-08-26 12:31:20] "POST /ref-update HTTP/1.1" 200 156 0.012824 10.0.0.50 - - [2026-08-26 12:31:20] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.007566 10.0.0.50 - - [2026-08-26 12:31:20] "GET /loadbalancer-pool/9614ec06-2467-42db-91c7-aea87976ef53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.010759 10.0.0.50 - - [2026-08-26 12:31:20] "PUT /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5 HTTP/1.1" 200 256 0.028906 10.0.0.50 - - [2026-08-26 12:31:20] "POST /loadbalancer-members HTTP/1.1" 200 692 0.045822 10.0.0.50 - - [2026-08-26 12:31:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.026191 10.0.0.50 - - [2026-08-26 12:31:20] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.009687 10.0.0.50 - - [2026-08-26 12:31:20] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005227 10.0.0.50 - - [2026-08-26 12:31:20] "POST /ref-update HTTP/1.1" 200 156 0.023943 10.0.0.50 - - [2026-08-26 12:31:20] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.020163 10.0.0.50 - - [2026-08-26 12:31:20] "POST /set-tag HTTP/1.1" 200 109 0.028506 10.0.0.50 - - [2026-08-26 12:31:20] "PUT /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5 HTTP/1.1" 200 256 0.021429 10.0.0.50 - - [2026-08-26 12:32:50] "GET /global-system-configs HTTP/1.1" 200 322 0.004713 10.0.0.50 - - [2026-08-26 12:32:53] "GET /global-system-configs HTTP/1.1" 200 322 0.002464 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:32:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001003 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:32:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001303 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:32:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000995 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:32:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001463 10.0.0.162 - - [2026-08-26 12:33:20] "GET / HTTP/1.1" 200 35931 0.002710 10.0.0.162 - - [2026-08-26 12:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.162 - - [2026-08-26 12:33:20] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.011546 10.0.0.162 - - [2026-08-26 12:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.162 - - [2026-08-26 12:33:21] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004245 10.0.0.162 - - [2026-08-26 12:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002109 10.0.0.162 - - [2026-08-26 12:33:21] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.005054 10.0.0.162 - - [2026-08-26 12:33:21] "PUT /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e HTTP/1.1" 200 262 0.025261 10.0.0.162 - - [2026-08-26 12:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.162 - - [2026-08-26 12:33:21] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.003844 10.0.0.162 - - [2026-08-26 12:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.162 - - [2026-08-26 12:33:21] "GET /virtual-machine-interface/9ddeaeee-1ee4-40ea-9733-e91e27c42bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1915 0.006821 10.0.0.162 - - [2026-08-26 12:33:21] "PUT /virtual-machine-interface/9ddeaeee-1ee4-40ea-9733-e91e27c42bae HTTP/1.1" 200 284 0.017270 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:33:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001228 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:33:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001082 10.0.0.50 - - [2026-08-26 12:34:46] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006343 10.0.0.50 - - [2026-08-26 12:34:46] "POST /set-tag HTTP/1.1" 200 109 0.004078 10.0.0.50 - - [2026-08-26 12:34:46] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005199 10.0.0.50 - - [2026-08-26 12:34:46] "POST /set-tag HTTP/1.1" 200 109 0.003571 10.0.0.50 - - [2026-08-26 12:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.50 - - [2026-08-26 12:34:46] "GET /loadbalancer/142a0e54-395e-4565-ac02-f3b1597e1af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003137 10.0.0.50 - - [2026-08-26 12:34:46] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012324 10.0.0.50 - - [2026-08-26 12:34:46] "POST /set-tag HTTP/1.1" 200 109 0.041561 10.0.0.50 - - [2026-08-26 12:34:46] "DELETE /loadbalancer-member/a560462f-c9bf-4f1e-b980-912d9085a503 HTTP/1.1" 200 115 0.102587 10.0.0.50 - - [2026-08-26 12:34:46] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.028769 10.0.0.50 - - [2026-08-26 12:34:46] "POST /set-tag HTTP/1.1" 200 109 0.004031 10.0.0.50 - - [2026-08-26 12:34:46] "DELETE /loadbalancer-member/8f55f120-3b62-477b-ae66-77d95660efc1 HTTP/1.1" 200 115 0.052205 10.0.0.50 - - [2026-08-26 12:34:46] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.009701 10.0.0.50 - - [2026-08-26 12:34:46] "POST /set-tag HTTP/1.1" 200 109 0.018866 10.0.0.50 - - [2026-08-26 12:34:46] "DELETE /loadbalancer-member/86a17dba-4263-4477-a0a3-113367d1e065 HTTP/1.1" 200 115 0.069150 10.0.0.50 - - [2026-08-26 12:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.50 - - [2026-08-26 12:34:46] "GET /loadbalancer/142a0e54-395e-4565-ac02-f3b1597e1af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004163 10.0.0.50 - - [2026-08-26 12:34:46] "GET /loadbalancer-pool/9fd130b9-6613-4b5c-9054-977d90984fda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.005013 10.0.0.50 - - [2026-08-26 12:34:46] "POST /loadbalancer-members HTTP/1.1" 200 690 0.039309 10.0.0.50 - - [2026-08-26 12:34:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.026154 10.0.0.50 - - [2026-08-26 12:34:46] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.022143 10.0.0.50 - - [2026-08-26 12:34:46] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007180 10.0.0.50 - - [2026-08-26 12:34:46] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004882 10.0.0.50 - - [2026-08-26 12:34:46] "POST /set-tag HTTP/1.1" 200 109 0.083976 10.0.0.50 - - [2026-08-26 12:34:47] "GET /loadbalancer-pool/ab971cb9-0a5b-452d-8d83-903830393fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003276 10.0.0.50 - - [2026-08-26 12:34:47] "POST /loadbalancer-members HTTP/1.1" 200 690 0.070741 10.0.0.50 - - [2026-08-26 12:34:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.038507 10.0.0.50 - - [2026-08-26 12:34:47] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.035329 10.0.0.50 - - [2026-08-26 12:34:47] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.029923 10.0.0.50 - - [2026-08-26 12:34:47] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006459 10.0.0.50 - - [2026-08-26 12:34:47] "POST /set-tag HTTP/1.1" 200 109 0.003931 10.0.0.50 - - [2026-08-26 12:34:47] "GET /loadbalancer-pool/9614ec06-2467-42db-91c7-aea87976ef53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.013135 10.0.0.50 - - [2026-08-26 12:34:47] "POST /loadbalancer-members HTTP/1.1" 200 692 0.045199 10.0.0.50 - - [2026-08-26 12:34:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.015108 10.0.0.50 - - [2026-08-26 12:34:47] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.031275 10.0.0.50 - - [2026-08-26 12:34:47] "POST /set-tag HTTP/1.1" 200 109 0.003176 10.0.0.50 - - [2026-08-26 12:34:47] "GET /virtual-machine-interface/788d245c-a149-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.014071 10.0.0.50 - - [2026-08-26 12:34:47] "GET /floating-ip/72ef639d-9717-420f-b293-a8c32eab21b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.010650 10.0.0.50 - - [2026-08-26 12:36:22] "GET / HTTP/1.1" 200 35931 0.002258 10.0.0.50 - - [2026-08-26 12:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.50 - - [2026-08-26 12:36:22] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.108113 10.0.0.50 - - [2026-08-26 12:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.50 - - [2026-08-26 12:36:22] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.041973 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.50 - - [2026-08-26 12:36:23] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.050749 10.0.0.50 - - [2026-08-26 12:36:23] "POST /tags HTTP/1.1" 200 333 0.074874 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.065490 10.0.0.50 - - [2026-08-26 12:36:23] "GET /tag/a79bfcab-fb3a-457e-97bf-326e0eae87df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.024484 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.50 - - [2026-08-26 12:36:23] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.084944 10.0.0.50 - - [2026-08-26 12:36:23] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.096327 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005746 10.0.0.50 - - [2026-08-26 12:36:23] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.010627 10.0.0.50 - - [2026-08-26 12:36:23] "GET /virtual-networks?parent_id=201177d1-f592-4bd8-9768-bec178e9d851&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.021813 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005515 10.0.0.50 - - [2026-08-26 12:36:23] "GET /service-appliance-set/ea3e73f7-3e16-4387-997d-b2e1896add3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.008517 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 404 254 0.023060 10.0.0.50 - - [2026-08-26 12:36:23] "POST /virtual-networks HTTP/1.1" 200 512 0.117698 10.0.0.50 - - [2026-08-26 12:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.012963 10.0.0.50 - - [2026-08-26 12:36:23] "GET /network-ipam/254b6a0d-b9f3-4ca2-962a-101daa37a69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.040940 10.0.0.50 - - [2026-08-26 12:36:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.145176 10.0.0.50 - - [2026-08-26 12:36:23] "GET /virtual-machine-interface/6d63bcc5-f77f-4356-b4e5-3162ee81aed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.012455 10.0.0.50 - - [2026-08-26 12:36:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008290 10.0.0.50 - - [2026-08-26 12:36:24] "POST /ref-update HTTP/1.1" 200 156 0.145710 10.0.0.50 - - [2026-08-26 12:36:24] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.006187 10.0.0.50 - - [2026-08-26 12:36:24] "POST /instance-ips HTTP/1.1" 200 409 0.081864 10.0.0.50 - - [2026-08-26 12:36:24] "GET /instance-ip/69abc7f9-05db-4525-bb86-bc1f945a046d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.005583 10.0.0.50 - - [2026-08-26 12:36:24] "GET /domains HTTP/1.1" 200 280 0.001880 10.0.0.50 - - [2026-08-26 12:36:24] "GET /domain/b4a1aced-eaba-4c1b-85b5-23014d6b5bfb HTTP/1.1" 200 3086 0.018144 10.0.0.50 - - [2026-08-26 12:36:24] "POST /loadbalancers HTTP/1.1" 200 610 0.035712 10.0.0.50 - - [2026-08-26 12:36:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.047074 10.0.0.50 - - [2026-08-26 12:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.030778 10.0.0.50 - - [2026-08-26 12:36:24] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851 HTTP/1.1" 200 5716 0.121508 10.0.0.50 - - [2026-08-26 12:36:24] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.106747 10.0.0.50 - - [2026-08-26 12:36:24] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2084 0.022798 10.0.0.50 - - [2026-08-26 12:36:24] "GET /instance-ip/69abc7f9-05db-4525-bb86-bc1f945a046d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.008848 10.0.0.50 - - [2026-08-26 12:36:24] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2084 0.011103 10.0.0.50 - - [2026-08-26 12:36:24] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 200 1182 0.009910 10.0.0.50 - - [2026-08-26 12:36:24] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.086486 10.0.0.50 - - [2026-08-26 12:36:24] "POST /route-targets HTTP/1.1" 200 327 0.056283 10.0.0.50 - - [2026-08-26 12:36:24] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 200 1182 0.015208 10.0.0.50 - - [2026-08-26 12:36:24] "GET /loadbalancer/f0e5b4bf-01d4-413f-a4d7-ea56d7a74a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004391 10.0.0.50 - - [2026-08-26 12:36:24] "POST /floating-ips HTTP/1.1" 200 597 0.092487 10.0.0.50 - - [2026-08-26 12:36:24] "POST /ref-update HTTP/1.1" 200 156 0.028436 10.0.0.50 - - [2026-08-26 12:36:24] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.102524 10.0.0.50 - - [2026-08-26 12:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.50 - - [2026-08-26 12:36:24] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.050979 10.0.0.50 - - [2026-08-26 12:36:24] "GET /loadbalancer-listener/5457ecc1-795c-4aba-932b-9c05769d9e68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1804 0.005399 10.0.0.50 - - [2026-08-26 12:36:24] "GET /loadbalancer-listener/5457ecc1-795c-4aba-932b-9c05769d9e68?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1223 0.004724 10.0.0.50 - - [2026-08-26 12:36:24] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.034332 10.0.0.50 - - [2026-08-26 12:36:24] "GET /instance-ip/69abc7f9-05db-4525-bb86-bc1f945a046d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.014663 10.0.0.50 - - [2026-08-26 12:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008468 10.0.0.50 - - [2026-08-26 12:36:24] "GET /instance-ip/69abc7f9-05db-4525-bb86-bc1f945a046d?fields=floating_ips HTTP/1.1" 200 1212 0.014114 10.0.0.50 - - [2026-08-26 12:36:24] "GET /loadbalancer/f0e5b4bf-01d4-413f-a4d7-ea56d7a74a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005663 10.0.0.50 - - [2026-08-26 12:36:24] "GET /floating-ip/68ead81f-b864-4a61-a90b-4ca19d6b6ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004136 10.0.0.50 - - [2026-08-26 12:36:24] "POST /tags HTTP/1.1" 200 295 0.083310 10.0.0.50 - - [2026-08-26 12:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.015880 10.0.0.50 - - [2026-08-26 12:36:24] "GET /tag/6a0afcea-c2c6-419b-ab64-ae1c4908a2f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1096 0.019805 10.0.0.50 - - [2026-08-26 12:36:24] "POST /tags HTTP/1.1" 409 233 0.002798 10.0.0.50 - - [2026-08-26 12:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.50 - - [2026-08-26 12:36:24] "GET /tag/100d1261-3fa5-464e-8311-a88189ef29a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.010553 10.0.0.50 - - [2026-08-26 12:36:25] "POST /tags HTTP/1.1" 409 206 0.002292 10.0.0.50 - - [2026-08-26 12:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.50 - - [2026-08-26 12:36:25] "GET /tag/4f53e1fa-d319-46df-83b6-fc4ac0d3575c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.015875 10.0.0.50 - - [2026-08-26 12:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.50 - - [2026-08-26 12:36:25] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.006559 10.0.0.50 - - [2026-08-26 12:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.50 - - [2026-08-26 12:36:25] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.051796 10.0.0.50 - - [2026-08-26 12:36:25] "POST /virtual-machines HTTP/1.1" 200 369 0.011851 10.0.0.50 - - [2026-08-26 12:36:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.014496 10.0.0.50 - - [2026-08-26 12:36:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.156817 10.0.0.50 - - [2026-08-26 12:36:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.032558 10.0.0.50 - - [2026-08-26 12:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.50 - - [2026-08-26 12:36:25] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.005552 10.0.0.50 - - [2026-08-26 12:36:25] "POST /instance-ips HTTP/1.1" 200 409 0.032257 10.0.0.50 - - [2026-08-26 12:36:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.044348 10.0.0.50 - - [2026-08-26 12:36:25] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.008674 10.0.0.50 - - [2026-08-26 12:36:25] "POST /set-tag HTTP/1.1" 200 109 0.029059 10.0.0.50 - - [2026-08-26 12:36:25] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.014968 10.0.0.50 - - [2026-08-26 12:36:25] "GET /instance-ip/c082beba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.011024 10.0.0.50 - - [2026-08-26 12:36:25] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.008028 10.0.0.50 - - [2026-08-26 12:36:25] "POST /set-tag HTTP/1.1" 200 109 0.004673 10.0.0.50 - - [2026-08-26 12:36:25] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.003255 10.0.0.50 - - [2026-08-26 12:36:25] "POST /ref-update HTTP/1.1" 200 156 0.014381 10.0.0.50 - - [2026-08-26 12:36:25] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.018057 10.0.0.50 - - [2026-08-26 12:36:25] "POST /set-tag HTTP/1.1" 200 109 0.013321 10.0.0.50 - - [2026-08-26 12:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.50 - - [2026-08-26 12:36:26] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.005836 10.0.0.50 - - [2026-08-26 12:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.50 - - [2026-08-26 12:36:26] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.059818 10.0.0.50 - - [2026-08-26 12:36:26] "POST /virtual-machines HTTP/1.1" 200 369 0.029736 10.0.0.50 - - [2026-08-26 12:36:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.030429 10.0.0.50 - - [2026-08-26 12:36:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.182280 10.0.0.50 - - [2026-08-26 12:36:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.018940 10.0.0.50 - - [2026-08-26 12:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014051 10.0.0.50 - - [2026-08-26 12:36:26] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.007628 10.0.0.50 - - [2026-08-26 12:36:26] "POST /instance-ips HTTP/1.1" 200 409 0.062534 10.0.0.50 - - [2026-08-26 12:36:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.070060 10.0.0.50 - - [2026-08-26 12:36:26] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.006909 10.0.0.50 - - [2026-08-26 12:36:26] "POST /set-tag HTTP/1.1" 200 109 0.078856 10.0.0.50 - - [2026-08-26 12:36:26] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.035162 10.0.0.50 - - [2026-08-26 12:36:26] "GET /instance-ip/c11cd086-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006049 10.0.0.50 - - [2026-08-26 12:36:27] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007942 10.0.0.50 - - [2026-08-26 12:36:27] "POST /set-tag HTTP/1.1" 200 109 0.005998 10.0.0.50 - - [2026-08-26 12:36:27] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1687 0.003949 10.0.0.50 - - [2026-08-26 12:36:27] "POST /ref-update HTTP/1.1" 200 156 0.126475 10.0.0.50 - - [2026-08-26 12:36:27] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.020501 10.0.0.50 - - [2026-08-26 12:36:27] "POST /set-tag HTTP/1.1" 200 109 0.008191 10.0.0.50 - - [2026-08-26 12:36:27] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.005775 10.0.0.50 - - [2026-08-26 12:36:27] "POST /set-tag HTTP/1.1" 200 109 0.003062 10.0.0.50 - - [2026-08-26 12:36:27] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006522 10.0.0.50 - - [2026-08-26 12:36:27] "POST /set-tag HTTP/1.1" 200 109 0.003236 10.0.0.50 - - [2026-08-26 12:36:29] "GET /domains HTTP/1.1" 200 280 0.002364 10.0.0.50 - - [2026-08-26 12:36:29] "GET /domain/b4a1aced-eaba-4c1b-85b5-23014d6b5bfb HTTP/1.1" 200 3086 0.003058 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:36:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000777 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:36:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000867 10.0.0.50 - - [2026-08-26 12:36:29] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851 HTTP/1.1" 200 7064 0.050751 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2084 0.008605 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2084 0.004134 10.0.0.50 - - [2026-08-26 12:36:29] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 200 1403 0.004685 10.0.0.50 - - [2026-08-26 12:36:29] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 200 1403 0.008791 10.0.0.50 - - [2026-08-26 12:36:29] "GET /route-target/5b70256a-228e-4f77-9281-175a0ce09f00 HTTP/1.1" 200 1152 0.002776 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2084 0.006192 10.0.0.50 - - [2026-08-26 12:36:29] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 200 1403 0.003125 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.005594 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2084 0.005643 10.0.0.50 - - [2026-08-26 12:36:29] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 200 1403 0.003097 10.0.0.50 - - [2026-08-26 12:36:29] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 200 1403 0.002744 10.0.0.50 - - [2026-08-26 12:36:29] "GET /route-target/5b70256a-228e-4f77-9281-175a0ce09f00 HTTP/1.1" 200 1152 0.002347 10.0.0.50 - - [2026-08-26 12:36:29] "GET /domains HTTP/1.1" 200 280 0.002211 10.0.0.50 - - [2026-08-26 12:36:29] "GET /domain/b4a1aced-eaba-4c1b-85b5-23014d6b5bfb HTTP/1.1" 200 3086 0.003237 10.0.0.50 - - [2026-08-26 12:36:29] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851 HTTP/1.1" 200 7064 0.056888 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2084 0.007884 10.0.0.50 - - [2026-08-26 12:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.50 - - [2026-08-26 12:36:29] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.083924 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.006253 10.0.0.50 - - [2026-08-26 12:36:29] "GET /floating-ip-pools?parent_id=a1df313c-db5b-4448-8d18-7a3a30d703e1&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.014410 10.0.0.50 - - [2026-08-26 12:36:29] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.006175 10.0.0.50 - - [2026-08-26 12:36:29] "POST /floating-ip-pools HTTP/1.1" 200 562 0.032680 10.0.0.50 - - [2026-08-26 12:36:29] "POST /ref-update HTTP/1.1" 200 156 0.037731 10.0.0.50 - - [2026-08-26 12:36:30] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.012717 10.0.0.50 - - [2026-08-26 12:36:30] "GET /domains HTTP/1.1" 200 280 0.002752 10.0.0.50 - - [2026-08-26 12:36:30] "GET /domain/b4a1aced-eaba-4c1b-85b5-23014d6b5bfb HTTP/1.1" 200 3086 0.003392 10.0.0.50 - - [2026-08-26 12:36:30] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851 HTTP/1.1" 200 7320 0.050116 10.0.0.50 - - [2026-08-26 12:36:30] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2322 0.007701 10.0.0.50 - - [2026-08-26 12:36:30] "GET /floating-ip-pool/f352c28b-df47-449a-badf-a541812510e0 HTTP/1.1" 200 1315 0.003507 10.0.0.50 - - [2026-08-26 12:36:30] "GET /domains HTTP/1.1" 200 280 0.002320 10.0.0.50 - - [2026-08-26 12:36:30] "GET /domain/b4a1aced-eaba-4c1b-85b5-23014d6b5bfb HTTP/1.1" 200 3086 0.003934 10.0.0.50 - - [2026-08-26 12:36:30] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851 HTTP/1.1" 200 7320 0.061099 10.0.0.50 - - [2026-08-26 12:36:30] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 2322 0.009642 10.0.0.50 - - [2026-08-26 12:36:30] "GET /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.004617 10.0.0.50 - - [2026-08-26 12:36:30] "POST /tags HTTP/1.1" 200 365 0.138856 10.0.0.50 - - [2026-08-26 12:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.023498 10.0.0.50 - - [2026-08-26 12:36:30] "GET /tag/cc49ce42-3014-4741-bc1d-00957e6a6876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.015552 10.0.0.50 - - [2026-08-26 12:36:30] "POST /tags HTTP/1.1" 409 206 0.003712 10.0.0.50 - - [2026-08-26 12:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.50 - - [2026-08-26 12:36:30] "GET /tag/4f53e1fa-d319-46df-83b6-fc4ac0d3575c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.017890 10.0.0.50 - - [2026-08-26 12:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.50 - - [2026-08-26 12:36:30] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.036851 10.0.0.50 - - [2026-08-26 12:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.50 - - [2026-08-26 12:36:30] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.005867 10.0.0.50 - - [2026-08-26 12:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.50 - - [2026-08-26 12:36:30] "GET /service-appliance-set/5e03c303-408e-4bdd-a79c-d6a4e378bd89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.005357 10.0.0.50 - - [2026-08-26 12:36:30] "POST /fqname-to-id HTTP/1.1" 404 258 0.002656 10.0.0.50 - - [2026-08-26 12:36:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.123475 10.0.0.50 - - [2026-08-26 12:36:30] "GET /virtual-machine-interface/3f38f04f-03e7-4a89-927a-01c84fd66da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.033071 10.0.0.50 - - [2026-08-26 12:36:30] "POST /set-tag HTTP/1.1" 200 109 0.026445 10.0.0.50 - - [2026-08-26 12:36:31] "POST /instance-ips HTTP/1.1" 200 417 0.062415 10.0.0.50 - - [2026-08-26 12:36:31] "GET /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.004592 10.0.0.50 - - [2026-08-26 12:36:31] "POST /loadbalancers HTTP/1.1" 200 618 0.072679 10.0.0.50 - - [2026-08-26 12:36:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.017408 10.0.0.50 - - [2026-08-26 12:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.023996 10.0.0.50 - - [2026-08-26 12:36:31] "POST /service-instances HTTP/1.1" 200 566 0.035288 10.0.0.50 - - [2026-08-26 12:36:31] "POST /ref-update HTTP/1.1" 200 156 0.021657 10.0.0.50 - - [2026-08-26 12:36:31] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.078790 10.0.0.50 - - [2026-08-26 12:36:31] "GET /virtual-machine-interface/3f38f04f-03e7-4a89-927a-01c84fd66da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.011665 10.0.0.50 - - [2026-08-26 12:36:31] "GET /virtual-machine-interface/3f38f04f-03e7-4a89-927a-01c84fd66da2?fields=floating_ip_back_refs HTTP/1.1" 200 1179 0.014192 10.0.0.50 - - [2026-08-26 12:36:31] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.027200 10.0.0.50 - - [2026-08-26 12:36:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.019041 10.0.0.50 - - [2026-08-26 12:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.015600 10.0.0.50 - - [2026-08-26 12:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009048 10.0.0.50 - - [2026-08-26 12:36:31] "GET /floating-ip-pool/f352c28b-df47-449a-badf-a541812510e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.003311 10.0.0.50 - - [2026-08-26 12:36:31] "POST /virtual-machines HTTP/1.1" 200 429 0.017846 10.0.0.50 - - [2026-08-26 12:36:31] "POST /floating-ips HTTP/1.1" 200 671 0.110016 10.0.0.50 - - [2026-08-26 12:36:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.084437 10.0.0.50 - - [2026-08-26 12:36:31] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.007209 10.0.0.50 - - [2026-08-26 12:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.50 - - [2026-08-26 12:36:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.215077 10.0.0.50 - - [2026-08-26 12:36:31] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004450 10.0.0.50 - - [2026-08-26 12:36:31] "POST /chown HTTP/1.1" 200 109 0.028637 10.0.0.50 - - [2026-08-26 12:36:31] "POST /tags HTTP/1.1" 409 221 0.005382 10.0.0.50 - - [2026-08-26 12:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854 10.0.0.50 - - [2026-08-26 12:36:31] "POST /chown HTTP/1.1" 200 109 0.013006 10.0.0.50 - - [2026-08-26 12:36:31] "GET /tag/a79bfcab-fb3a-457e-97bf-326e0eae87df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.027745 10.0.0.50 - - [2026-08-26 12:36:31] "POST /tags HTTP/1.1" 409 238 0.003386 10.0.0.50 - - [2026-08-26 12:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.50 - - [2026-08-26 12:36:31] "PUT /virtual-machine-interface/553742c9-a331-480e-b276-57f58f91e4c9 HTTP/1.1" 200 284 0.048843 10.0.0.50 - - [2026-08-26 12:36:31] "PUT /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff HTTP/1.1" 200 256 0.029895 10.0.0.50 - - [2026-08-26 12:36:31] "GET /tag/cc49ce42-3014-4741-bc1d-00957e6a6876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.029044 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.037836 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.016976 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.023375 10.0.0.50 - - [2026-08-26 12:36:32] "POST /firewall-rules HTTP/1.1" 200 650 0.155311 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.033020 10.0.0.50 - - [2026-08-26 12:36:32] "GET /firewall-rule/f69d8a98-ae33-4ed4-9324-06b9e2e1e4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.026917 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.015363 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.026060 10.0.0.50 - - [2026-08-26 12:36:32] "GET /firewall-policy/7f6803eb-4502-44fc-b83f-1ce65ab959a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.028219 10.0.0.50 - - [2026-08-26 12:36:32] "GET /firewall-rule/f69d8a98-ae33-4ed4-9324-06b9e2e1e4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.006027 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.030899 10.0.0.50 - - [2026-08-26 12:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006338 10.0.0.50 - - [2026-08-26 12:36:32] "POST /virtual-machines HTTP/1.1" 200 429 0.070012 10.0.0.50 - - [2026-08-26 12:36:32] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.072399 10.0.0.50 - - [2026-08-26 12:36:32] "GET /loadbalancer/dd765902-f513-4f66-a56b-df0dd37ecef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.003359 10.0.0.50 - - [2026-08-26 12:36:32] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.071422 10.0.0.50 - - [2026-08-26 12:36:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.178316 10.0.0.50 - - [2026-08-26 12:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.036843 10.0.0.50 - - [2026-08-26 12:36:32] "POST /chown HTTP/1.1" 200 109 0.044742 10.0.0.50 - - [2026-08-26 12:36:32] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.067390 10.0.0.50 - - [2026-08-26 12:36:32] "POST /chown HTTP/1.1" 200 109 0.017946 10.0.0.50 - - [2026-08-26 12:36:32] "PUT /virtual-machine-interface/9383bf95-faf0-4dfd-806a-3f54b855c54b HTTP/1.1" 200 284 0.035056 10.0.0.50 - - [2026-08-26 12:36:32] "GET /loadbalancer-listener/faa27764-2b6d-4ace-a9c8-705daf214acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.021157 10.0.0.50 - - [2026-08-26 12:36:32] "GET /loadbalancer-listener/faa27764-2b6d-4ace-a9c8-705daf214acc?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.013320 10.0.0.50 - - [2026-08-26 12:36:32] "PUT /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff HTTP/1.1" 200 256 0.040307 10.0.0.50 - - [2026-08-26 12:36:32] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.074830 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.035998 10.0.0.50 - - [2026-08-26 12:36:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.030843 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.049396 10.0.0.50 - - [2026-08-26 12:36:32] "GET /loadbalancer-pool/c52a3cc1-16b1-4f3f-9cf2-a10aac8efcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.025924 10.0.0.50 - - [2026-08-26 12:36:32] "POST /ref-update HTTP/1.1" 200 156 0.023612 10.0.0.50 - - [2026-08-26 12:36:33] "POST /loadbalancer-members HTTP/1.1" 200 707 0.048429 10.0.0.50 - - [2026-08-26 12:36:33] "POST /ref-update HTTP/1.1" 200 156 0.029466 10.0.0.50 - - [2026-08-26 12:36:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.061483 10.0.0.50 - - [2026-08-26 12:36:33] "GET /loadbalancer-member/a535df1f-ff5e-42f1-927f-e4a2e4c9d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.020226 10.0.0.50 - - [2026-08-26 12:36:33] "POST /ref-update HTTP/1.1" 200 156 0.067758 10.0.0.50 - - [2026-08-26 12:36:33] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.053228 10.0.0.50 - - [2026-08-26 12:36:33] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.011995 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008782 10.0.0.50 - - [2026-08-26 12:36:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.021007 10.0.0.50 - - [2026-08-26 12:36:33] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.016969 10.0.0.50 - - [2026-08-26 12:36:33] "POST /tags HTTP/1.1" 409 221 0.005875 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006434 10.0.0.50 - - [2026-08-26 12:36:33] "GET /tag/a79bfcab-fb3a-457e-97bf-326e0eae87df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.014728 10.0.0.50 - - [2026-08-26 12:36:33] "POST /chown HTTP/1.1" 200 109 0.026842 10.0.0.50 - - [2026-08-26 12:36:33] "POST /tags HTTP/1.1" 409 238 0.016513 10.0.0.50 - - [2026-08-26 12:36:33] "POST /chown HTTP/1.1" 200 109 0.030063 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001968 10.0.0.50 - - [2026-08-26 12:36:33] "PUT /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff HTTP/1.1" 200 256 0.029763 10.0.0.50 - - [2026-08-26 12:36:33] "GET /tag/cc49ce42-3014-4741-bc1d-00957e6a6876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.019708 10.0.0.50 - - [2026-08-26 12:36:33] "POST /firewall-rules HTTP/1.1" 409 293 0.004519 10.0.0.50 - - [2026-08-26 12:36:33] "POST /ref-update HTTP/1.1" 200 156 0.018501 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007495 10.0.0.50 - - [2026-08-26 12:36:33] "POST /chown HTTP/1.1" 200 109 0.021457 10.0.0.50 - - [2026-08-26 12:36:33] "POST /chown HTTP/1.1" 200 109 0.036179 10.0.0.50 - - [2026-08-26 12:36:33] "PUT /firewall-rule/f69d8a98-ae33-4ed4-9324-06b9e2e1e4ab HTTP/1.1" 200 260 0.078016 10.0.0.50 - - [2026-08-26 12:36:33] "GET /firewall-rule/f69d8a98-ae33-4ed4-9324-06b9e2e1e4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.023683 10.0.0.50 - - [2026-08-26 12:36:33] "PUT /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff HTTP/1.1" 200 256 0.048421 10.0.0.50 - - [2026-08-26 12:36:33] "GET /firewall-policy/7f6803eb-4502-44fc-b83f-1ce65ab959a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.013531 10.0.0.50 - - [2026-08-26 12:36:33] "GET /firewall-rule/f69d8a98-ae33-4ed4-9324-06b9e2e1e4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.008620 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.50 - - [2026-08-26 12:36:33] "POST /ref-update HTTP/1.1" 200 156 0.047299 10.0.0.50 - - [2026-08-26 12:36:33] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.014043 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.013766 10.0.0.50 - - [2026-08-26 12:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.50 - - [2026-08-26 12:36:33] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.070928 10.0.0.50 - - [2026-08-26 12:36:33] "POST /chown HTTP/1.1" 200 109 0.045705 10.0.0.50 - - [2026-08-26 12:36:33] "POST /chown HTTP/1.1" 200 109 0.050369 10.0.0.50 - - [2026-08-26 12:36:33] "POST /virtual-machines HTTP/1.1" 200 373 0.062757 10.0.0.50 - - [2026-08-26 12:36:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.062341 10.0.0.50 - - [2026-08-26 12:36:34] "PUT /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff HTTP/1.1" 200 256 0.126391 10.0.0.50 - - [2026-08-26 12:36:34] "POST /ref-update HTTP/1.1" 200 156 0.024221 10.0.0.50 - - [2026-08-26 12:36:34] "POST /chown HTTP/1.1" 200 109 0.069232 10.0.0.50 - - [2026-08-26 12:36:34] "POST /chown HTTP/1.1" 200 109 0.034906 10.0.0.50 - - [2026-08-26 12:36:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.227607 10.0.0.50 - - [2026-08-26 12:36:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.020889 10.0.0.50 - - [2026-08-26 12:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.014814 10.0.0.50 - - [2026-08-26 12:36:34] "PUT /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff HTTP/1.1" 200 256 0.043481 10.0.0.50 - - [2026-08-26 12:36:34] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.019604 10.0.0.50 - - [2026-08-26 12:36:34] "POST /ref-update HTTP/1.1" 200 156 0.034376 10.0.0.50 - - [2026-08-26 12:36:34] "POST /instance-ips HTTP/1.1" 200 413 0.061549 10.0.0.50 - - [2026-08-26 12:36:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.042455 10.0.0.50 - - [2026-08-26 12:36:34] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.025080 10.0.0.50 - - [2026-08-26 12:36:34] "POST /set-tag HTTP/1.1" 200 109 0.023534 10.0.0.50 - - [2026-08-26 12:36:34] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.024823 10.0.0.50 - - [2026-08-26 12:36:34] "GET /instance-ip/c5cf2b10-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.023536 10.0.0.50 - - [2026-08-26 12:36:34] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.064925 10.0.0.50 - - [2026-08-26 12:36:34] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.017848 10.0.0.50 - - [2026-08-26 12:36:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.069955 10.0.0.50 - - [2026-08-26 12:36:34] "POST /set-tag HTTP/1.1" 200 109 0.019696 10.0.0.50 - - [2026-08-26 12:36:34] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.023895 10.0.0.50 - - [2026-08-26 12:36:34] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.018471 10.0.0.50 - - [2026-08-26 12:36:34] "POST /ref-update HTTP/1.1" 200 156 0.057259 10.0.0.50 - - [2026-08-26 12:36:34] "POST /prop-collection-update HTTP/1.1" 200 115 0.060519 10.0.0.50 - - [2026-08-26 12:36:34] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.036919 10.0.0.50 - - [2026-08-26 12:36:35] "POST /set-tag HTTP/1.1" 200 109 0.014521 10.0.0.50 - - [2026-08-26 12:36:35] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.011934 10.0.0.50 - - [2026-08-26 12:36:35] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.010081 10.0.0.50 - - [2026-08-26 12:36:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.035311 10.0.0.50 - - [2026-08-26 12:36:35] "POST /set-tag HTTP/1.1" 200 109 0.009152 10.0.0.50 - - [2026-08-26 12:36:35] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.013801 10.0.0.50 - - [2026-08-26 12:36:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.018033 10.0.0.50 - - [2026-08-26 12:36:35] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.012897 10.0.0.50 - - [2026-08-26 12:36:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.011934 10.0.0.50 - - [2026-08-26 12:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.010562 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.009617 10.0.0.50 - - [2026-08-26 12:36:35] "POST /ref-update HTTP/1.1" 200 156 0.025600 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.027740 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.012222 10.0.0.50 - - [2026-08-26 12:36:35] "POST /ref-update HTTP/1.1" 200 156 0.021460 10.0.0.50 - - [2026-08-26 12:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.011302 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.034436 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.021300 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.009159 10.0.0.50 - - [2026-08-26 12:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.008972 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.016442 10.0.0.50 - - [2026-08-26 12:36:35] "POST /chown HTTP/1.1" 200 109 0.009843 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.046601 10.0.0.50 - - [2026-08-26 12:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006596 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.010937 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.032042 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.021197 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.009418 10.0.0.50 - - [2026-08-26 12:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.009424 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.008740 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.023202 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.030939 10.0.0.50 - - [2026-08-26 12:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.010613 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.027265 10.0.0.50 - - [2026-08-26 12:36:36] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.014771 10.0.0.50 - - [2026-08-26 12:36:36] "POST /set-tag HTTP/1.1" 200 109 0.003140 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.047580 10.0.0.50 - - [2026-08-26 12:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011924 10.0.0.50 - - [2026-08-26 12:36:36] "GET /loadbalancer/f0e5b4bf-01d4-413f-a4d7-ea56d7a74a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.002991 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.069871 10.0.0.50 - - [2026-08-26 12:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.50 - - [2026-08-26 12:36:36] "GET /loadbalancer-pool/c97c9cf2-621e-4a9c-b374-1a8e1a128702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.014834 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.010469 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.019534 10.0.0.50 - - [2026-08-26 12:36:36] "POST /loadbalancer-members HTTP/1.1" 200 702 0.077841 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.038676 10.0.0.50 - - [2026-08-26 12:36:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.042584 10.0.0.50 - - [2026-08-26 12:36:36] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.023587 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.033123 10.0.0.50 - - [2026-08-26 12:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.50 - - [2026-08-26 12:36:36] "POST /tags HTTP/1.1" 409 221 0.002299 10.0.0.50 - - [2026-08-26 12:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.50 - - [2026-08-26 12:36:36] "POST /chown HTTP/1.1" 200 109 0.017066 10.0.0.50 - - [2026-08-26 12:36:37] "GET /tag/a79bfcab-fb3a-457e-97bf-326e0eae87df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.037920 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.032626 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.030357 10.0.0.50 - - [2026-08-26 12:36:37] "POST /set-tag HTTP/1.1" 200 109 0.092942 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.056023 10.0.0.50 - - [2026-08-26 12:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.015029 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.030597 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.034494 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.009156 10.0.0.50 - - [2026-08-26 12:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.010696 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.011346 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.022764 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.037838 10.0.0.50 - - [2026-08-26 12:36:37] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006655 10.0.0.50 - - [2026-08-26 12:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006564 10.0.0.50 - - [2026-08-26 12:36:37] "POST /set-tag HTTP/1.1" 200 109 0.006884 10.0.0.50 - - [2026-08-26 12:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.017615 10.0.0.50 - - [2026-08-26 12:36:37] "GET /loadbalancer/f0e5b4bf-01d4-413f-a4d7-ea56d7a74a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.022209 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.042559 10.0.0.50 - - [2026-08-26 12:36:37] "GET /loadbalancer-pool/c97c9cf2-621e-4a9c-b374-1a8e1a128702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.006661 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.020214 10.0.0.50 - - [2026-08-26 12:36:37] "POST /loadbalancer-members HTTP/1.1" 200 702 0.079438 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.038714 10.0.0.50 - - [2026-08-26 12:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008288 10.0.0.50 - - [2026-08-26 12:36:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.044528 10.0.0.50 - - [2026-08-26 12:36:37] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.015444 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.010948 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.028637 10.0.0.50 - - [2026-08-26 12:36:37] "POST /chown HTTP/1.1" 200 109 0.023457 10.0.0.50 - - [2026-08-26 12:36:37] "POST /set-tag HTTP/1.1" 200 109 0.073544 10.0.0.50 - - [2026-08-26 12:36:38] "POST /chown HTTP/1.1" 200 109 0.011921 10.0.0.50 - - [2026-08-26 12:36:38] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006735 10.0.0.50 - - [2026-08-26 12:36:38] "POST /ref-update HTTP/1.1" 200 156 0.012616 10.0.0.50 - - [2026-08-26 12:36:38] "GET /floating-ip/68ead81f-b864-4a61-a90b-4ca19d6b6ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1781 0.026360 10.0.0.50 - - [2026-08-26 12:36:38] "PUT /floating-ip/68ead81f-b864-4a61-a90b-4ca19d6b6ec7 HTTP/1.1" 200 256 0.011711 10.0.0.50 - - [2026-08-26 12:36:38] "GET /virtual-machine/4b03d069-d95e-4aea-ac5d-4476e6519677?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.004447 10.0.0.50 - - [2026-08-26 12:36:38] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.015037 10.0.0.50 - - [2026-08-26 12:36:38] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005734 10.0.0.50 - - [2026-08-26 12:36:38] "POST /ref-update HTTP/1.1" 200 156 0.014080 10.0.0.50 - - [2026-08-26 12:36:38] "GET /floating-ip/68ead81f-b864-4a61-a90b-4ca19d6b6ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.012745 10.0.0.50 - - [2026-08-26 12:36:38] "GET /virtual-machine/3111827b-2a13-409d-a9ee-6ee930f0adb5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.017238 10.0.0.50 - - [2026-08-26 12:36:38] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005590 10.0.0.50 - - [2026-08-26 12:36:42] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.010832 10.0.0.50 - - [2026-08-26 12:36:42] "POST /set-tag HTTP/1.1" 200 109 0.004743 10.0.0.50 - - [2026-08-26 12:36:43] "GET /virtual-machine/31d35c0e-ac42-440f-9a4b-78a5cb827df7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1222 0.004595 10.0.0.50 - - [2026-08-26 12:36:43] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.007086 10.0.0.50 - - [2026-08-26 12:36:43] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.006431 10.0.0.50 - - [2026-08-26 12:36:43] "POST /set-tag HTTP/1.1" 200 109 0.004848 10.0.0.50 - - [2026-08-26 12:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.50 - - [2026-08-26 12:36:56] "POST /chown HTTP/1.1" 200 109 0.017081 10.0.0.50 - - [2026-08-26 12:36:56] "POST /chown HTTP/1.1" 200 109 0.013943 10.0.0.50 - - [2026-08-26 12:36:56] "POST /chown HTTP/1.1" 200 109 0.009232 10.0.0.50 - - [2026-08-26 12:36:56] "POST /chown HTTP/1.1" 200 109 0.007077 10.0.0.50 - - [2026-08-26 12:37:15] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.006730 10.0.0.50 - - [2026-08-26 12:37:15] "POST /set-tag HTTP/1.1" 200 109 0.004677 10.0.0.50 - - [2026-08-26 12:37:15] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004872 10.0.0.50 - - [2026-08-26 12:37:15] "POST /set-tag HTTP/1.1" 200 109 0.002993 10.0.0.50 - - [2026-08-26 12:37:15] "GET /virtual-machine/31d35c0e-ac42-440f-9a4b-78a5cb827df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.004268 10.0.0.50 - - [2026-08-26 12:37:15] "POST /ref-update HTTP/1.1" 200 156 0.019611 10.0.0.50 - - [2026-08-26 12:37:15] "GET /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.018084 10.0.0.50 - - [2026-08-26 12:37:15] "POST /set-tag HTTP/1.1" 200 109 0.022104 10.0.0.50 - - [2026-08-26 12:37:15] "POST /set-tag HTTP/1.1" 200 109 0.027800 10.0.0.50 - - [2026-08-26 12:37:16] "DELETE /instance-ip/c5cf2b10-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.057168 10.0.0.50 - - [2026-08-26 12:37:16] "DELETE /virtual-machine-interface/c59f5c5a-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.092527 10.0.0.50 - - [2026-08-26 12:37:16] "DELETE /virtual-machine/31d35c0e-ac42-440f-9a4b-78a5cb827df7 HTTP/1.1" 200 115 0.030546 10.0.0.50 - - [2026-08-26 12:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.50 - - [2026-08-26 12:37:19] "GET /tag/cc49ce42-3014-4741-bc1d-00957e6a6876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.013961 10.0.0.50 - - [2026-08-26 12:37:19] "GET /tag/cc49ce42-3014-4741-bc1d-00957e6a6876?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.016055 10.0.0.50 - - [2026-08-26 12:37:19] "GET /virtual-machine-interface/3f38f04f-03e7-4a89-927a-01c84fd66da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005071 10.0.0.50 - - [2026-08-26 12:37:19] "POST /set-tag HTTP/1.1" 200 109 0.020820 10.0.0.50 - - [2026-08-26 12:37:19] "GET /virtual-machine-interface/553742c9-a331-480e-b276-57f58f91e4c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.020253 10.0.0.50 - - [2026-08-26 12:37:19] "POST /set-tag HTTP/1.1" 200 109 0.027800 10.0.0.50 - - [2026-08-26 12:37:19] "GET /virtual-machine-interface/9383bf95-faf0-4dfd-806a-3f54b855c54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.005620 10.0.0.50 - - [2026-08-26 12:37:19] "POST /set-tag HTTP/1.1" 200 109 0.021875 10.0.0.50 - - [2026-08-26 12:37:19] "GET /firewall-policy/7f6803eb-4502-44fc-b83f-1ce65ab959a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.014524 10.0.0.50 - - [2026-08-26 12:37:19] "GET /firewall-rule/f69d8a98-ae33-4ed4-9324-06b9e2e1e4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.003818 10.0.0.50 - - [2026-08-26 12:37:19] "POST /ref-update HTTP/1.1" 200 156 0.031746 10.0.0.50 - - [2026-08-26 12:37:19] "DELETE /firewall-rule/f69d8a98-ae33-4ed4-9324-06b9e2e1e4ab HTTP/1.1" 200 115 0.080781 10.0.0.50 - - [2026-08-26 12:37:19] "DELETE /loadbalancer-member/a535df1f-ff5e-42f1-927f-e4a2e4c9d6e0 HTTP/1.1" 200 115 0.051094 10.0.0.50 - - [2026-08-26 12:37:19] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.034341 10.0.0.50 - - [2026-08-26 12:37:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.025045 10.0.0.50 - - [2026-08-26 12:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010839 10.0.0.50 - - [2026-08-26 12:37:19] "DELETE /loadbalancer-pool/c52a3cc1-16b1-4f3f-9cf2-a10aac8efcab HTTP/1.1" 200 115 0.138919 10.0.0.50 - - [2026-08-26 12:37:19] "POST /chown HTTP/1.1" 200 109 0.012407 10.0.0.50 - - [2026-08-26 12:37:19] "DELETE /loadbalancer-listener/faa27764-2b6d-4ace-a9c8-705daf214acc HTTP/1.1" 200 115 0.058309 10.0.0.50 - - [2026-08-26 12:37:19] "POST /chown HTTP/1.1" 200 109 0.033760 10.0.0.50 - - [2026-08-26 12:37:19] "GET /floating-ip/b217ccd5-da9f-4008-8799-4146bdaab594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.010916 10.0.0.50 - - [2026-08-26 12:37:19] "POST /chown HTTP/1.1" 200 109 0.018000 10.0.0.50 - - [2026-08-26 12:37:19] "PUT /floating-ip/b217ccd5-da9f-4008-8799-4146bdaab594 HTTP/1.1" 200 256 0.026464 10.0.0.50 - - [2026-08-26 12:37:19] "POST /chown HTTP/1.1" 200 109 0.040133 10.0.0.50 - - [2026-08-26 12:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.50 - - [2026-08-26 12:37:19] "POST /chown HTTP/1.1" 200 109 0.010761 10.0.0.50 - - [2026-08-26 12:37:19] "DELETE /floating-ip/b217ccd5-da9f-4008-8799-4146bdaab594 HTTP/1.1" 200 115 0.107307 10.0.0.50 - - [2026-08-26 12:37:19] "POST /chown HTTP/1.1" 200 109 0.011279 10.0.0.50 - - [2026-08-26 12:37:20] "POST /chown HTTP/1.1" 200 109 0.018522 10.0.0.50 - - [2026-08-26 12:37:20] "POST /chown HTTP/1.1" 200 109 0.031299 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /loadbalancer/dd765902-f513-4f66-a56b-df0dd37ecef0 HTTP/1.1" 200 115 0.119753 10.0.0.50 - - [2026-08-26 12:37:20] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.011080 10.0.0.50 - - [2026-08-26 12:37:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.017301 10.0.0.50 - - [2026-08-26 12:37:20] "POST /ref-update HTTP/1.1" 404 171 0.006775 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /instance-ip/addedfaf-3f26-4908-b3d4-9241e3e383ff HTTP/1.1" 200 115 0.130759 10.0.0.50 - - [2026-08-26 12:37:20] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.029495 10.0.0.50 - - [2026-08-26 12:37:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.021408 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /virtual-machine-interface/3f38f04f-03e7-4a89-927a-01c84fd66da2 HTTP/1.1" 200 115 0.124617 10.0.0.50 - - [2026-08-26 12:37:20] "POST /ref-update HTTP/1.1" 404 171 0.003144 10.0.0.50 - - [2026-08-26 12:37:20] "PUT /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 266 0.030555 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /tag/cc49ce42-3014-4741-bc1d-00957e6a6876 HTTP/1.1" 200 115 0.114190 10.0.0.50 - - [2026-08-26 12:37:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.017846 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /service-instance/c67557a3-c660-49fe-b4fd-9b3303ab2aea HTTP/1.1" 200 115 0.042375 10.0.0.50 - - [2026-08-26 12:37:20] "GET /virtual-machine-interface/553742c9-a331-480e-b276-57f58f91e4c9?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1208 0.007744 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /virtual-machine-interface/553742c9-a331-480e-b276-57f58f91e4c9 HTTP/1.1" 200 115 0.071059 10.0.0.50 - - [2026-08-26 12:37:20] "POST /ref-update HTTP/1.1" 200 156 0.013476 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /virtual-machine/05631572-11ce-4071-a310-99df27c55e2e HTTP/1.1" 200 115 0.038106 10.0.0.50 - - [2026-08-26 12:37:20] "GET /virtual-machine-interface/9383bf95-faf0-4dfd-806a-3f54b855c54b?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1208 0.008044 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /virtual-machine-interface/9383bf95-faf0-4dfd-806a-3f54b855c54b HTTP/1.1" 200 115 0.083096 10.0.0.50 - - [2026-08-26 12:37:20] "DELETE /virtual-machine/26ab09e3-2e94-4443-a1c3-6ecce5ce6870 HTTP/1.1" 200 115 0.029809 10.0.0.50 - - [2026-08-26 12:37:21] "GET /floating-ip-pool/f352c28b-df47-449a-badf-a541812510e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.003426 10.0.0.50 - - [2026-08-26 12:37:21] "POST /ref-update HTTP/1.1" 200 156 0.010550 10.0.0.50 - - [2026-08-26 12:37:21] "DELETE /floating-ip-pool/f352c28b-df47-449a-badf-a541812510e0 HTTP/1.1" 200 115 0.052549 10.0.0.50 - - [2026-08-26 12:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.50 - - [2026-08-26 12:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.50 - - [2026-08-26 12:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006260 10.0.0.50 - - [2026-08-26 12:37:21] "DELETE /virtual-network/a1df313c-db5b-4448-8d18-7a3a30d703e1 HTTP/1.1" 200 115 0.157766 10.0.0.50 - - [2026-08-26 12:37:21] "GET /routing-instance/db7e318e-88ca-4e8d-b38c-92d8775652e9 HTTP/1.1" 404 171 0.002103 10.0.0.50 - - [2026-08-26 12:37:21] "GET /domains HTTP/1.1" 200 280 0.002170 10.0.0.50 - - [2026-08-26 12:37:21] "DELETE /route-target/5b70256a-228e-4f77-9281-175a0ce09f00 HTTP/1.1" 200 115 0.035115 10.0.0.50 - - [2026-08-26 12:37:21] "GET /domain/b4a1aced-eaba-4c1b-85b5-23014d6b5bfb HTTP/1.1" 200 3086 0.007226 10.0.0.50 - - [2026-08-26 12:37:21] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851 HTTP/1.1" 200 6873 0.043203 10.0.0.50 - - [2026-08-26 12:37:21] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.009506 10.0.0.50 - - [2026-08-26 12:37:21] "POST /set-tag HTTP/1.1" 200 109 0.007275 10.0.0.50 - - [2026-08-26 12:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.50 - - [2026-08-26 12:37:21] "GET /loadbalancer/f0e5b4bf-01d4-413f-a4d7-ea56d7a74a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.003784 10.0.0.50 - - [2026-08-26 12:37:21] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006117 10.0.0.50 - - [2026-08-26 12:37:21] "POST /set-tag HTTP/1.1" 200 109 0.040674 10.0.0.50 - - [2026-08-26 12:37:21] "DELETE /loadbalancer-member/c38a7797-0724-4cf7-9182-f5e467b4616a HTTP/1.1" 200 115 0.057202 10.0.0.50 - - [2026-08-26 12:37:22] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.008930 10.0.0.50 - - [2026-08-26 12:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003299 10.0.0.50 - - [2026-08-26 12:37:22] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004672 10.0.0.50 - - [2026-08-26 12:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003456 10.0.0.50 - - [2026-08-26 12:37:22] "GET /virtual-machine/3111827b-2a13-409d-a9ee-6ee930f0adb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.003672 10.0.0.50 - - [2026-08-26 12:37:22] "POST /ref-update HTTP/1.1" 200 156 0.023391 10.0.0.50 - - [2026-08-26 12:37:22] "GET /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.016420 10.0.0.50 - - [2026-08-26 12:37:22] "POST /set-tag HTTP/1.1" 200 109 0.024865 10.0.0.50 - - [2026-08-26 12:37:22] "POST /set-tag HTTP/1.1" 200 109 0.037148 10.0.0.50 - - [2026-08-26 12:37:22] "POST /set-tag HTTP/1.1" 200 109 0.038110 10.0.0.50 - - [2026-08-26 12:37:23] "DELETE /instance-ip/c11cd086-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.042616 10.0.0.50 - - [2026-08-26 12:37:23] "POST /ref-update HTTP/1.1" 200 156 0.023975 10.0.0.50 - - [2026-08-26 12:37:23] "DELETE /virtual-machine-interface/c0f546ba-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.052044 10.0.0.50 - - [2026-08-26 12:37:23] "DELETE /virtual-machine/3111827b-2a13-409d-a9ee-6ee930f0adb5 HTTP/1.1" 200 115 0.024954 10.0.0.50 - - [2026-08-26 12:37:26] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006019 10.0.0.50 - - [2026-08-26 12:37:26] "POST /set-tag HTTP/1.1" 200 109 0.006328 10.0.0.50 - - [2026-08-26 12:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.50 - - [2026-08-26 12:37:26] "GET /loadbalancer/f0e5b4bf-01d4-413f-a4d7-ea56d7a74a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.003159 10.0.0.50 - - [2026-08-26 12:37:27] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.010689 10.0.0.50 - - [2026-08-26 12:37:27] "POST /set-tag HTTP/1.1" 200 109 0.004106 10.0.0.50 - - [2026-08-26 12:37:27] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004775 10.0.0.50 - - [2026-08-26 12:37:27] "POST /set-tag HTTP/1.1" 200 109 0.003074 10.0.0.50 - - [2026-08-26 12:37:27] "GET /virtual-machine/4b03d069-d95e-4aea-ac5d-4476e6519677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004494 10.0.0.50 - - [2026-08-26 12:37:27] "POST /ref-update HTTP/1.1" 200 156 0.020077 10.0.0.50 - - [2026-08-26 12:37:27] "GET /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.023687 10.0.0.50 - - [2026-08-26 12:37:27] "POST /set-tag HTTP/1.1" 200 109 0.034767 10.0.0.50 - - [2026-08-26 12:37:28] "POST /set-tag HTTP/1.1" 200 109 0.061782 10.0.0.50 - - [2026-08-26 12:37:28] "POST /set-tag HTTP/1.1" 200 109 0.036597 10.0.0.50 - - [2026-08-26 12:37:28] "DELETE /instance-ip/c082beba-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.048520 10.0.0.50 - - [2026-08-26 12:37:28] "POST /ref-update HTTP/1.1" 200 156 0.011523 10.0.0.50 - - [2026-08-26 12:37:28] "DELETE /virtual-machine-interface/c0639b70-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.069324 10.0.0.50 - - [2026-08-26 12:37:28] "DELETE /virtual-machine/4b03d069-d95e-4aea-ac5d-4476e6519677 HTTP/1.1" 200 115 0.032719 10.0.0.50 - - [2026-08-26 12:37:28] "DELETE /tag/6a0afcea-c2c6-419b-ab64-ae1c4908a2f6 HTTP/1.1" 200 115 0.134459 10.0.0.50 - - [2026-08-26 12:37:28] "DELETE /tag/100d1261-3fa5-464e-8311-a88189ef29a1 HTTP/1.1" 200 115 0.073931 10.0.0.50 - - [2026-08-26 12:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.50 - - [2026-08-26 12:37:32] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.076155 10.0.0.50 - - [2026-08-26 12:37:32] "POST /tags HTTP/1.1" 200 393 0.042879 10.0.0.50 - - [2026-08-26 12:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020068 10.0.0.50 - - [2026-08-26 12:37:32] "GET /tag/25a2b30c-621d-43e1-9cdd-bfa3adda4c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.031239 10.0.0.50 - - [2026-08-26 12:37:32] "POST /tags HTTP/1.1" 200 341 0.024591 10.0.0.50 - - [2026-08-26 12:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.50 - - [2026-08-26 12:37:32] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.015288 10.0.0.50 - - [2026-08-26 12:37:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.000945 10.0.0.50 - - [2026-08-26 12:37:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.007505 10.0.0.50 - - [2026-08-26 12:37:32] "POST /security-groups HTTP/1.1" 200 589 0.075571 10.0.0.50 - - [2026-08-26 12:37:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.002681 10.0.0.50 - - [2026-08-26 12:37:32] "POST /projects HTTP/1.1" 200 519 0.249980 10.0.0.50 - - [2026-08-26 12:37:32] "POST /access-control-lists HTTP/1.1" 200 598 0.069207 10.0.0.50 - - [2026-08-26 12:37:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.035623 10.0.0.50 - - [2026-08-26 12:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.032362 10.0.0.50 - - [2026-08-26 12:37:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.011789 10.0.0.50 - - [2026-08-26 12:37:32] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.008743 10.0.0.50 - - [2026-08-26 12:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.50 - - [2026-08-26 12:37:32] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.016806 10.0.0.50 - - [2026-08-26 12:37:32] "POST /access-control-lists HTTP/1.1" 200 596 0.079798 10.0.0.50 - - [2026-08-26 12:37:32] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.126632 10.0.0.50 - - [2026-08-26 12:37:32] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.101213 10.0.0.50 - - [2026-08-26 12:37:33] "POST /security-groups HTTP/1.1" 200 591 0.106134 10.0.0.50 - - [2026-08-26 12:37:33] "POST /fqname-to-id HTTP/1.1" 404 270 0.002705 10.0.0.50 - - [2026-08-26 12:37:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.019299 10.0.0.50 - - [2026-08-26 12:37:33] "POST /chown HTTP/1.1" 200 109 0.062139 10.0.0.50 - - [2026-08-26 12:37:33] "POST /access-control-lists HTTP/1.1" 200 632 0.089017 10.0.0.50 - - [2026-08-26 12:37:33] "POST /fqname-to-id HTTP/1.1" 404 269 0.002416 10.0.0.50 - - [2026-08-26 12:37:33] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006314 10.0.0.50 - - [2026-08-26 12:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001770 10.0.0.50 - - [2026-08-26 12:37:33] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003412 10.0.0.50 - - [2026-08-26 12:37:33] "POST /tags HTTP/1.1" 409 226 0.002546 10.0.0.50 - - [2026-08-26 12:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.50 - - [2026-08-26 12:37:33] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.019059 10.0.0.50 - - [2026-08-26 12:37:33] "POST /access-control-lists HTTP/1.1" 200 630 0.085008 10.0.0.50 - - [2026-08-26 12:37:33] "POST /firewall-rules HTTP/1.1" 200 600 0.074275 10.0.0.50 - - [2026-08-26 12:37:33] "GET /firewall-rule/fbb30202-2363-45f8-b4e5-a2da54b889b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.032397 10.0.0.50 - - [2026-08-26 12:37:33] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.005481 10.0.0.50 - - [2026-08-26 12:37:33] "GET /firewall-rule/fbb30202-2363-45f8-b4e5-a2da54b889b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.003357 10.0.0.50 - - [2026-08-26 12:37:33] "POST /ref-update HTTP/1.1" 200 156 0.070804 10.0.0.50 - - [2026-08-26 12:37:33] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.016144 10.0.0.50 - - [2026-08-26 12:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.50 - - [2026-08-26 12:37:33] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003932 10.0.0.50 - - [2026-08-26 12:37:33] "POST /tags HTTP/1.1" 409 226 0.002476 10.0.0.50 - - [2026-08-26 12:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.50 - - [2026-08-26 12:37:33] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.011509 10.0.0.50 - - [2026-08-26 12:37:33] "POST /firewall-rules HTTP/1.1" 200 598 0.076588 10.0.0.50 - - [2026-08-26 12:37:33] "GET /firewall-rule/bc82f00a-6b34-483e-92ba-11cb38906b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005790 10.0.0.50 - - [2026-08-26 12:37:33] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.004213 10.0.0.50 - - [2026-08-26 12:37:33] "GET /firewall-rule/bc82f00a-6b34-483e-92ba-11cb38906b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.002333 10.0.0.50 - - [2026-08-26 12:37:34] "POST /ref-update HTTP/1.1" 200 156 0.069499 10.0.0.50 - - [2026-08-26 12:37:35] "POST /tags HTTP/1.1" 200 393 0.040481 10.0.0.50 - - [2026-08-26 12:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006797 10.0.0.50 - - [2026-08-26 12:37:35] "GET /tag/c1460f56-145b-445c-919d-78f2bffee72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.012689 10.0.0.50 - - [2026-08-26 12:37:35] "POST /tags HTTP/1.1" 200 341 0.033346 10.0.0.50 - - [2026-08-26 12:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.019551 10.0.0.50 - - [2026-08-26 12:37:35] "GET /tag/7b4bb9da-926e-4283-85b2-c26f93f0d4f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.024070 10.0.0.50 - - [2026-08-26 12:37:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.000669 10.0.0.50 - - [2026-08-26 12:37:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.008456 10.0.0.50 - - [2026-08-26 12:37:35] "POST /security-groups HTTP/1.1" 200 589 0.070594 10.0.0.50 - - [2026-08-26 12:37:35] "POST /projects HTTP/1.1" 200 519 0.203003 10.0.0.50 - - [2026-08-26 12:37:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003245 10.0.0.50 - - [2026-08-26 12:37:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.021266 10.0.0.50 - - [2026-08-26 12:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008924 10.0.0.50 - - [2026-08-26 12:37:35] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.027192 10.0.0.50 - - [2026-08-26 12:37:35] "POST /access-control-lists HTTP/1.1" 200 598 0.099028 10.0.0.50 - - [2026-08-26 12:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.022665 10.0.0.50 - - [2026-08-26 12:37:35] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.005124 10.0.0.50 - - [2026-08-26 12:37:35] "POST /fqname-to-id HTTP/1.1" 404 235 0.002436 10.0.0.50 - - [2026-08-26 12:37:35] "POST /access-control-lists HTTP/1.1" 200 596 0.065365 10.0.0.50 - - [2026-08-26 12:37:35] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.118437 10.0.0.50 - - [2026-08-26 12:37:35] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.072075 10.0.0.50 - - [2026-08-26 12:37:36] "POST /security-groups HTTP/1.1" 200 591 0.095024 10.0.0.50 - - [2026-08-26 12:37:36] "POST /fqname-to-id HTTP/1.1" 404 270 0.002892 10.0.0.50 - - [2026-08-26 12:37:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.020403 10.0.0.50 - - [2026-08-26 12:37:36] "POST /chown HTTP/1.1" 200 109 0.059385 10.0.0.50 - - [2026-08-26 12:37:36] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.023953 10.0.0.50 - - [2026-08-26 12:37:36] "POST /access-control-lists HTTP/1.1" 200 632 0.130560 10.0.0.50 - - [2026-08-26 12:37:36] "POST /fqname-to-id HTTP/1.1" 404 269 0.002693 10.0.0.50 - - [2026-08-26 12:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001914 10.0.0.50 - - [2026-08-26 12:37:36] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004401 10.0.0.50 - - [2026-08-26 12:37:36] "POST /tags HTTP/1.1" 409 226 0.002404 10.0.0.50 - - [2026-08-26 12:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.50 - - [2026-08-26 12:37:36] "GET /tag/7b4bb9da-926e-4283-85b2-c26f93f0d4f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.016704 10.0.0.50 - - [2026-08-26 12:37:36] "POST /access-control-lists HTTP/1.1" 200 630 0.076665 10.0.0.50 - - [2026-08-26 12:37:36] "POST /firewall-rules HTTP/1.1" 200 600 0.082307 10.0.0.50 - - [2026-08-26 12:37:36] "GET /firewall-rule/40fc541f-f393-4041-ac04-3ce2e00a52cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.004848 10.0.0.50 - - [2026-08-26 12:37:36] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.003947 10.0.0.50 - - [2026-08-26 12:37:36] "GET /firewall-rule/40fc541f-f393-4041-ac04-3ce2e00a52cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.002488 10.0.0.50 - - [2026-08-26 12:37:36] "POST /ref-update HTTP/1.1" 200 156 0.071189 10.0.0.50 - - [2026-08-26 12:37:36] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.019391 10.0.0.50 - - [2026-08-26 12:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001784 10.0.0.50 - - [2026-08-26 12:37:36] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003520 10.0.0.50 - - [2026-08-26 12:37:36] "POST /tags HTTP/1.1" 409 226 0.002334 10.0.0.50 - - [2026-08-26 12:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001754 10.0.0.50 - - [2026-08-26 12:37:36] "GET /tag/7b4bb9da-926e-4283-85b2-c26f93f0d4f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.010401 10.0.0.50 - - [2026-08-26 12:37:36] "POST /firewall-rules HTTP/1.1" 200 598 0.085971 10.0.0.50 - - [2026-08-26 12:37:36] "GET /firewall-rule/337ca0b9-d802-4f5d-80d3-7baf7481d13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.004646 10.0.0.50 - - [2026-08-26 12:37:36] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.004205 10.0.0.50 - - [2026-08-26 12:37:36] "GET /firewall-rule/337ca0b9-d802-4f5d-80d3-7baf7481d13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.003474 10.0.0.50 - - [2026-08-26 12:37:37] "POST /ref-update HTTP/1.1" 200 156 0.099936 10.0.0.50 - - [2026-08-26 12:37:38] "POST /tags HTTP/1.1" 200 345 0.143450 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.044718 10.0.0.50 - - [2026-08-26 12:37:38] "GET /tag/ee5e32cb-51bc-4c86-985b-9dd5a36ed15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.017496 10.0.0.50 - - [2026-08-26 12:37:38] "POST /projects HTTP/1.1" 409 238 0.003384 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.50 - - [2026-08-26 12:37:38] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.043161 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.50 - - [2026-08-26 12:37:38] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.006318 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007709 10.0.0.50 - - [2026-08-26 12:37:38] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.010758 10.0.0.50 - - [2026-08-26 12:37:38] "POST /security-groups HTTP/1.1" 409 285 0.007344 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.50 - - [2026-08-26 12:37:38] "PUT /security-group/aff752a7-0e19-4df5-8a53-aa1f700039ea HTTP/1.1" 200 262 0.072503 10.0.0.50 - - [2026-08-26 12:37:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.063368 10.0.0.50 - - [2026-08-26 12:37:38] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.130108 10.0.0.50 - - [2026-08-26 12:37:38] "PUT /access-control-list/dc8f77f5-fb7f-4236-972f-a7511248332b HTTP/1.1" 200 272 0.064549 10.0.0.50 - - [2026-08-26 12:37:38] "POST /tags HTTP/1.1" 409 228 0.020637 10.0.0.50 - - [2026-08-26 12:37:38] "PUT /access-control-list/bf182266-4f70-474b-83df-3aa8e57a8280 HTTP/1.1" 200 272 0.045830 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009595 10.0.0.50 - - [2026-08-26 12:37:38] "GET /tag/ee5e32cb-51bc-4c86-985b-9dd5a36ed15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.011453 10.0.0.50 - - [2026-08-26 12:37:38] "POST /tags HTTP/1.1" 200 345 0.043827 10.0.0.50 - - [2026-08-26 12:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002268 10.0.0.50 - - [2026-08-26 12:37:38] "GET /tag/9b7d0d76-7a88-429f-88f7-144b6978938d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.017092 10.0.0.50 - - [2026-08-26 12:37:38] "POST /projects HTTP/1.1" 409 238 0.002303 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.50 - - [2026-08-26 12:37:39] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.047658 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.50 - - [2026-08-26 12:37:39] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.005523 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007955 10.0.0.50 - - [2026-08-26 12:37:39] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.006142 10.0.0.50 - - [2026-08-26 12:37:39] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.049341 10.0.0.50 - - [2026-08-26 12:37:39] "POST /security-groups HTTP/1.1" 409 285 0.010336 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.50 - - [2026-08-26 12:37:39] "PUT /security-group/709159b0-7671-4b9e-b11d-8d65ba025d51 HTTP/1.1" 200 262 0.078409 10.0.0.50 - - [2026-08-26 12:37:39] "PUT /access-control-list/6649e2fb-c469-4883-8f42-35867542759d HTTP/1.1" 200 272 0.020298 10.0.0.50 - - [2026-08-26 12:37:39] "PUT /access-control-list/847c6df4-ee17-4299-a62b-3f01af67e34e HTTP/1.1" 200 272 0.022772 10.0.0.50 - - [2026-08-26 12:37:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.025284 10.0.0.50 - - [2026-08-26 12:37:39] "POST /tags HTTP/1.1" 409 228 0.010100 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006935 10.0.0.50 - - [2026-08-26 12:37:39] "GET /tag/9b7d0d76-7a88-429f-88f7-144b6978938d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.011601 10.0.0.50 - - [2026-08-26 12:37:39] "POST /tags HTTP/1.1" 200 291 0.075715 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.019187 10.0.0.50 - - [2026-08-26 12:37:39] "GET /tag/55af306c-9f88-4a28-bc8d-0a696521594f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.016276 10.0.0.50 - - [2026-08-26 12:37:39] "POST /tags HTTP/1.1" 200 303 0.074716 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.50 - - [2026-08-26 12:37:39] "GET /tag/bb38609e-8132-4d83-a571-2d6568dfa009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.017363 10.0.0.50 - - [2026-08-26 12:37:39] "POST /tags HTTP/1.1" 409 252 0.002383 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.50 - - [2026-08-26 12:37:39] "GET /tag/25a2b30c-621d-43e1-9cdd-bfa3adda4c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.010839 10.0.0.50 - - [2026-08-26 12:37:39] "POST /tags HTTP/1.1" 409 226 0.002092 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001721 10.0.0.50 - - [2026-08-26 12:37:39] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.014779 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.017016 10.0.0.50 - - [2026-08-26 12:37:39] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004870 10.0.0.50 - - [2026-08-26 12:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.50 - - [2026-08-26 12:37:40] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.038051 10.0.0.50 - - [2026-08-26 12:37:40] "POST /virtual-machines HTTP/1.1" 200 395 0.013549 10.0.0.50 - - [2026-08-26 12:37:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.010711 10.0.0.50 - - [2026-08-26 12:37:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.141663 10.0.0.50 - - [2026-08-26 12:37:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.032436 10.0.0.50 - - [2026-08-26 12:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011063 10.0.0.50 - - [2026-08-26 12:37:40] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005241 10.0.0.50 - - [2026-08-26 12:37:40] "POST /instance-ips HTTP/1.1" 200 397 0.030369 10.0.0.50 - - [2026-08-26 12:37:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.033814 10.0.0.50 - - [2026-08-26 12:37:40] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.013023 10.0.0.50 - - [2026-08-26 12:37:40] "POST /set-tag HTTP/1.1" 200 109 0.068269 10.0.0.50 - - [2026-08-26 12:37:40] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.019861 10.0.0.50 - - [2026-08-26 12:37:40] "GET /instance-ip/ed1def3a-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.016308 10.0.0.50 - - [2026-08-26 12:37:40] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006966 10.0.0.50 - - [2026-08-26 12:37:40] "POST /set-tag HTTP/1.1" 200 109 0.003428 10.0.0.50 - - [2026-08-26 12:37:40] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.005333 10.0.0.50 - - [2026-08-26 12:37:40] "POST /ref-update HTTP/1.1" 200 156 0.016920 10.0.0.50 - - [2026-08-26 12:37:40] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.009238 10.0.0.50 - - [2026-08-26 12:37:40] "POST /set-tag HTTP/1.1" 200 109 0.002839 10.0.0.50 - - [2026-08-26 12:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.50 - - [2026-08-26 12:37:40] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.005832 10.0.0.50 - - [2026-08-26 12:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.50 - - [2026-08-26 12:37:40] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.063833 10.0.0.50 - - [2026-08-26 12:37:40] "POST /virtual-machines HTTP/1.1" 200 395 0.011064 10.0.0.50 - - [2026-08-26 12:37:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.031752 10.0.0.50 - - [2026-08-26 12:37:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.171116 10.0.0.50 - - [2026-08-26 12:37:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.011675 10.0.0.50 - - [2026-08-26 12:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.011406 10.0.0.50 - - [2026-08-26 12:37:41] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.018380 10.0.0.50 - - [2026-08-26 12:37:41] "POST /instance-ips HTTP/1.1" 200 397 0.025655 10.0.0.50 - - [2026-08-26 12:37:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.034060 10.0.0.50 - - [2026-08-26 12:37:41] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006301 10.0.0.50 - - [2026-08-26 12:37:41] "POST /set-tag HTTP/1.1" 200 109 0.067779 10.0.0.50 - - [2026-08-26 12:37:41] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.022610 10.0.0.50 - - [2026-08-26 12:37:41] "GET /instance-ip/edb1a2d4-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003768 10.0.0.50 - - [2026-08-26 12:37:41] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004953 10.0.0.50 - - [2026-08-26 12:37:41] "POST /set-tag HTTP/1.1" 200 109 0.003218 10.0.0.50 - - [2026-08-26 12:37:41] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1700 0.004986 10.0.0.50 - - [2026-08-26 12:37:41] "POST /ref-update HTTP/1.1" 200 156 0.014794 10.0.0.50 - - [2026-08-26 12:37:41] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005811 10.0.0.50 - - [2026-08-26 12:37:41] "POST /set-tag HTTP/1.1" 200 109 0.002313 10.0.0.50 - - [2026-08-26 12:37:41] "POST /tags HTTP/1.1" 200 291 0.027433 10.0.0.50 - - [2026-08-26 12:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.50 - - [2026-08-26 12:37:41] "GET /tag/703399d4-5077-40cd-93d5-46bd4d2599e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.012149 10.0.0.50 - - [2026-08-26 12:37:41] "POST /tags HTTP/1.1" 409 252 0.002197 10.0.0.50 - - [2026-08-26 12:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.50 - - [2026-08-26 12:37:41] "GET /tag/c1460f56-145b-445c-919d-78f2bffee72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.012048 10.0.0.50 - - [2026-08-26 12:37:41] "POST /tags HTTP/1.1" 409 226 0.002319 10.0.0.50 - - [2026-08-26 12:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.50 - - [2026-08-26 12:37:41] "GET /tag/7b4bb9da-926e-4283-85b2-c26f93f0d4f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.010982 10.0.0.50 - - [2026-08-26 12:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002063 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.008185 10.0.0.50 - - [2026-08-26 12:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2026-08-26 12:37:42] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.042757 10.0.0.50 - - [2026-08-26 12:37:42] "POST /virtual-machines HTTP/1.1" 200 395 0.018133 10.0.0.50 - - [2026-08-26 12:37:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.022926 10.0.0.50 - - [2026-08-26 12:37:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.142899 10.0.0.50 - - [2026-08-26 12:37:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.015188 10.0.0.50 - - [2026-08-26 12:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009330 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009066 10.0.0.50 - - [2026-08-26 12:37:42] "POST /instance-ips HTTP/1.1" 200 397 0.025225 10.0.0.50 - - [2026-08-26 12:37:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.026784 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012419 10.0.0.50 - - [2026-08-26 12:37:42] "POST /set-tag HTTP/1.1" 200 109 0.068155 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014054 10.0.0.50 - - [2026-08-26 12:37:42] "GET /instance-ip/ee5d8072-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.005560 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005120 10.0.0.50 - - [2026-08-26 12:37:42] "POST /set-tag HTTP/1.1" 200 109 0.002980 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1913 0.007524 10.0.0.50 - - [2026-08-26 12:37:42] "POST /ref-update HTTP/1.1" 200 156 0.009249 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.012824 10.0.0.50 - - [2026-08-26 12:37:42] "POST /set-tag HTTP/1.1" 200 109 0.004538 10.0.0.50 - - [2026-08-26 12:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.50 - - [2026-08-26 12:37:42] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004273 10.0.0.50 - - [2026-08-26 12:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.50 - - [2026-08-26 12:37:43] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.047711 10.0.0.50 - - [2026-08-26 12:37:43] "POST /virtual-machines HTTP/1.1" 200 395 0.015423 10.0.0.50 - - [2026-08-26 12:37:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.030672 10.0.0.50 - - [2026-08-26 12:37:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.108472 10.0.0.50 - - [2026-08-26 12:37:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.009563 10.0.0.50 - - [2026-08-26 12:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.036010 10.0.0.50 - - [2026-08-26 12:37:43] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004268 10.0.0.50 - - [2026-08-26 12:37:43] "POST /instance-ips HTTP/1.1" 200 397 0.034364 10.0.0.50 - - [2026-08-26 12:37:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.036727 10.0.0.50 - - [2026-08-26 12:37:43] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.008296 10.0.0.50 - - [2026-08-26 12:37:43] "POST /set-tag HTTP/1.1" 200 109 0.075817 10.0.0.50 - - [2026-08-26 12:37:43] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.011328 10.0.0.50 - - [2026-08-26 12:37:43] "GET /instance-ip/eeddac0c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.014431 10.0.0.50 - - [2026-08-26 12:37:43] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004810 10.0.0.50 - - [2026-08-26 12:37:43] "POST /set-tag HTTP/1.1" 200 109 0.002355 10.0.0.50 - - [2026-08-26 12:37:43] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006017 10.0.0.50 - - [2026-08-26 12:37:43] "POST /ref-update HTTP/1.1" 200 156 0.010712 10.0.0.50 - - [2026-08-26 12:37:43] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.016525 10.0.0.50 - - [2026-08-26 12:37:43] "POST /set-tag HTTP/1.1" 200 109 0.008147 10.0.0.50 - - [2026-08-26 12:37:43] "POST /tags HTTP/1.1" 200 299 0.043355 10.0.0.50 - - [2026-08-26 12:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.017802 10.0.0.50 - - [2026-08-26 12:37:43] "GET /tag/5e3544fb-e1f1-4759-9209-2ca1f38de523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.011858 10.0.0.50 - - [2026-08-26 12:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.50 - - [2026-08-26 12:37:43] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004321 10.0.0.50 - - [2026-08-26 12:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.50 - - [2026-08-26 12:37:44] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.031376 10.0.0.50 - - [2026-08-26 12:37:44] "POST /virtual-machines HTTP/1.1" 200 395 0.016063 10.0.0.50 - - [2026-08-26 12:37:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.019204 10.0.0.50 - - [2026-08-26 12:37:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.130665 10.0.0.50 - - [2026-08-26 12:37:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.040955 10.0.0.50 - - [2026-08-26 12:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.016089 10.0.0.50 - - [2026-08-26 12:37:44] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006070 10.0.0.50 - - [2026-08-26 12:37:44] "POST /instance-ips HTTP/1.1" 200 397 0.025026 10.0.0.50 - - [2026-08-26 12:37:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.041173 10.0.0.50 - - [2026-08-26 12:37:44] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.020973 10.0.0.50 - - [2026-08-26 12:37:44] "POST /set-tag HTTP/1.1" 200 109 0.039046 10.0.0.50 - - [2026-08-26 12:37:44] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.020076 10.0.0.50 - - [2026-08-26 12:37:44] "GET /instance-ip/ef7cdeb2-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004696 10.0.0.50 - - [2026-08-26 12:37:44] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005600 10.0.0.50 - - [2026-08-26 12:37:44] "POST /set-tag HTTP/1.1" 200 109 0.002444 10.0.0.50 - - [2026-08-26 12:37:44] "POST /tags HTTP/1.1" 200 299 0.019284 10.0.0.50 - - [2026-08-26 12:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.50 - - [2026-08-26 12:37:44] "GET /tag/0310051f-a971-4667-9ee4-aa037a85b239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.015544 10.0.0.50 - - [2026-08-26 12:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.50 - - [2026-08-26 12:37:44] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004767 10.0.0.50 - - [2026-08-26 12:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.50 - - [2026-08-26 12:37:44] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.038316 10.0.0.50 - - [2026-08-26 12:37:44] "POST /virtual-machines HTTP/1.1" 200 395 0.012273 10.0.0.50 - - [2026-08-26 12:37:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.028798 10.0.0.50 - - [2026-08-26 12:37:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.144461 10.0.0.50 - - [2026-08-26 12:37:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.012236 10.0.0.50 - - [2026-08-26 12:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007725 10.0.0.50 - - [2026-08-26 12:37:45] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.008060 10.0.0.50 - - [2026-08-26 12:37:45] "POST /instance-ips HTTP/1.1" 200 397 0.027280 10.0.0.50 - - [2026-08-26 12:37:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.048484 10.0.0.50 - - [2026-08-26 12:37:45] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.026373 10.0.0.50 - - [2026-08-26 12:37:45] "POST /set-tag HTTP/1.1" 200 109 0.021322 10.0.0.50 - - [2026-08-26 12:37:45] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.037036 10.0.0.50 - - [2026-08-26 12:37:45] "GET /instance-ip/f003139c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.006336 10.0.0.50 - - [2026-08-26 12:37:45] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007195 10.0.0.50 - - [2026-08-26 12:37:45] "POST /set-tag HTTP/1.1" 200 109 0.003093 10.0.0.50 - - [2026-08-26 12:37:45] "POST /tags HTTP/1.1" 200 299 0.047179 10.0.0.50 - - [2026-08-26 12:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.50 - - [2026-08-26 12:37:45] "GET /tag/a58feb16-6aa8-4fef-a4f3-2edd14b90a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.022380 10.0.0.50 - - [2026-08-26 12:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.50 - - [2026-08-26 12:37:45] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.006894 10.0.0.50 - - [2026-08-26 12:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.50 - - [2026-08-26 12:37:45] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.053423 10.0.0.50 - - [2026-08-26 12:37:45] "POST /virtual-machines HTTP/1.1" 200 395 0.009126 10.0.0.50 - - [2026-08-26 12:37:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.022744 10.0.0.50 - - [2026-08-26 12:37:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.142512 10.0.0.50 - - [2026-08-26 12:37:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.017142 10.0.0.50 - - [2026-08-26 12:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.50 - - [2026-08-26 12:37:46] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005723 10.0.0.50 - - [2026-08-26 12:37:46] "POST /instance-ips HTTP/1.1" 200 397 0.024475 10.0.0.50 - - [2026-08-26 12:37:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.025521 10.0.0.50 - - [2026-08-26 12:37:46] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.010217 10.0.0.50 - - [2026-08-26 12:37:46] "POST /set-tag HTTP/1.1" 200 109 0.055357 10.0.0.50 - - [2026-08-26 12:37:46] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.037829 10.0.0.50 - - [2026-08-26 12:37:46] "GET /instance-ip/f09173d0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004951 10.0.0.50 - - [2026-08-26 12:37:46] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007166 10.0.0.50 - - [2026-08-26 12:37:46] "POST /set-tag HTTP/1.1" 200 109 0.003255 10.0.0.50 - - [2026-08-26 12:37:46] "POST /tags HTTP/1.1" 200 299 0.025634 10.0.0.50 - - [2026-08-26 12:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.50 - - [2026-08-26 12:37:46] "GET /tag/e8f3f007-0681-4103-bd41-53111b48345d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.014361 10.0.0.50 - - [2026-08-26 12:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.50 - - [2026-08-26 12:37:46] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.006632 10.0.0.50 - - [2026-08-26 12:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.50 - - [2026-08-26 12:37:46] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.050399 10.0.0.50 - - [2026-08-26 12:37:46] "POST /virtual-machines HTTP/1.1" 200 395 0.016946 10.0.0.50 - - [2026-08-26 12:37:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.027943 10.0.0.50 - - [2026-08-26 12:37:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.115043 10.0.0.50 - - [2026-08-26 12:37:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.009006 10.0.0.50 - - [2026-08-26 12:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.016770 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009673 10.0.0.50 - - [2026-08-26 12:37:47] "POST /instance-ips HTTP/1.1" 200 397 0.026027 10.0.0.50 - - [2026-08-26 12:37:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.023652 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.013003 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.027087 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.029481 10.0.0.50 - - [2026-08-26 12:37:47] "GET /instance-ip/f1182416-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.006673 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006021 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.002661 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2339 0.005631 10.0.0.50 - - [2026-08-26 12:37:47] "POST /ref-update HTTP/1.1" 200 156 0.013877 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005716 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.002830 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.020941 10.0.0.50 - - [2026-08-26 12:37:47] "POST /ref-update HTTP/1.1" 200 156 0.014554 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.018877 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.002937 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004486 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.002794 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.004493 10.0.0.50 - - [2026-08-26 12:37:47] "POST /ref-update HTTP/1.1" 200 156 0.011036 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.020537 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.002994 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.010982 10.0.0.50 - - [2026-08-26 12:37:47] "POST /ref-update HTTP/1.1" 200 156 0.014947 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006561 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.002965 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005125 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.005955 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005896 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.002844 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008322 10.0.0.50 - - [2026-08-26 12:37:47] "POST /set-tag HTTP/1.1" 200 109 0.004509 10.0.0.50 - - [2026-08-26 12:37:47] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005905 10.0.0.50 - - [2026-08-26 12:37:48] "POST /set-tag HTTP/1.1" 200 109 0.003367 10.0.0.50 - - [2026-08-26 12:37:48] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006021 10.0.0.50 - - [2026-08-26 12:37:48] "POST /set-tag HTTP/1.1" 200 109 0.003406 10.0.0.50 - - [2026-08-26 12:37:48] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.013870 10.0.0.50 - - [2026-08-26 12:37:48] "POST /set-tag HTTP/1.1" 200 109 0.004430 10.0.0.50 - - [2026-08-26 12:37:48] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007759 10.0.0.50 - - [2026-08-26 12:37:48] "POST /set-tag HTTP/1.1" 200 109 0.003606 10.0.0.50 - - [2026-08-26 12:37:48] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008092 10.0.0.50 - - [2026-08-26 12:37:48] "POST /set-tag HTTP/1.1" 200 109 0.002791 10.0.0.50 - - [2026-08-26 12:37:48] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005200 10.0.0.50 - - [2026-08-26 12:37:48] "POST /set-tag HTTP/1.1" 200 109 0.002774 10.0.0.50 - - [2026-08-26 12:37:48] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004537 10.0.0.50 - - [2026-08-26 12:37:48] "POST /set-tag HTTP/1.1" 200 109 0.003038 10.0.0.50 - - [2026-08-26 12:37:49] "GET /virtual-machine/9b9ca3ed-ab83-424c-b6b0-d83e52713b44?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.004095 10.0.0.50 - - [2026-08-26 12:37:49] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005396 10.0.0.50 - - [2026-08-26 12:37:49] "GET /virtual-machine/97e0bed7-c578-45e8-ad99-bd24b5a23cfe?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.004070 10.0.0.50 - - [2026-08-26 12:37:49] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005171 10.0.0.50 - - [2026-08-26 12:37:49] "GET /virtual-machine/da13fc69-5519-4451-b255-198c006a1b96?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.007899 10.0.0.50 - - [2026-08-26 12:37:49] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007500 10.0.0.50 - - [2026-08-26 12:37:50] "GET /global-system-configs HTTP/1.1" 200 322 0.004004 10.0.0.50 - - [2026-08-26 12:37:50] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007172 10.0.0.50 - - [2026-08-26 12:37:50] "POST /set-tag HTTP/1.1" 200 109 0.003541 10.0.0.50 - - [2026-08-26 12:37:51] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007208 10.0.0.50 - - [2026-08-26 12:37:51] "POST /set-tag HTTP/1.1" 200 109 0.005792 10.0.0.50 - - [2026-08-26 12:37:51] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005195 10.0.0.50 - - [2026-08-26 12:37:51] "POST /set-tag HTTP/1.1" 200 109 0.002729 10.0.0.50 - - [2026-08-26 12:37:51] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004092 10.0.0.50 - - [2026-08-26 12:37:51] "POST /set-tag HTTP/1.1" 200 109 0.006327 10.0.0.50 - - [2026-08-26 12:37:51] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005901 10.0.0.50 - - [2026-08-26 12:37:51] "POST /set-tag HTTP/1.1" 200 109 0.003059 10.0.0.50 - - [2026-08-26 12:37:53] "GET /global-system-configs HTTP/1.1" 200 322 0.002386 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine/534fb8a8-62e0-4e2f-82a4-0f098e00b2e5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.003514 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005395 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine/d6a1d28a-7627-41e6-87f9-f0cf4c2eef52?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003689 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004884 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine/e03e006d-e201-48ef-9713-e0c1c19e7239?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003519 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005295 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine/62875634-3d7a-4732-8dc5-02d334919b14?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003773 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004930 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine/29abb008-2bad-42cf-9e31-476e977497b5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003888 10.0.0.50 - - [2026-08-26 12:37:54] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005436 10.0.0.50 - - [2026-08-26 12:37:55] "GET /loadbalancer/6c112d55-326b-4003-aff0-efd8fca5e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001893 10.0.0.50 - - [2026-08-26 12:37:55] "POST /tags HTTP/1.1" 200 333 0.017793 10.0.0.50 - - [2026-08-26 12:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008081 10.0.0.50 - - [2026-08-26 12:37:55] "GET /tag/091b5644-3acb-4762-844f-284d6ae2d264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.015610 10.0.0.50 - - [2026-08-26 12:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002047 10.0.0.50 - - [2026-08-26 12:37:55] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.040895 10.0.0.50 - - [2026-08-26 12:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.50 - - [2026-08-26 12:37:55] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.005964 10.0.0.50 - - [2026-08-26 12:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.50 - - [2026-08-26 12:37:55] "GET /service-appliance-set/ea3e73f7-3e16-4387-997d-b2e1896add3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.006894 10.0.0.50 - - [2026-08-26 12:37:55] "POST /fqname-to-id HTTP/1.1" 404 273 0.003112 10.0.0.50 - - [2026-08-26 12:37:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.114887 10.0.0.50 - - [2026-08-26 12:37:55] "GET /virtual-machine-interface/136bedd7-e36b-41c3-b1cd-aacacb4327ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.016417 10.0.0.50 - - [2026-08-26 12:37:55] "POST /instance-ips HTTP/1.1" 200 409 0.032604 10.0.0.50 - - [2026-08-26 12:37:55] "GET /instance-ip/18786d70-5e98-4bf2-9b3c-737f980bb795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.007035 10.0.0.50 - - [2026-08-26 12:37:56] "POST /loadbalancers HTTP/1.1" 200 629 0.070379 10.0.0.50 - - [2026-08-26 12:37:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.036491 10.0.0.50 - - [2026-08-26 12:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.015217 10.0.0.50 - - [2026-08-26 12:37:56] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.068194 10.0.0.50 - - [2026-08-26 12:37:56] "GET /instance-ip/18786d70-5e98-4bf2-9b3c-737f980bb795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.003591 10.0.0.50 - - [2026-08-26 12:37:56] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.037781 10.0.0.50 - - [2026-08-26 12:37:56] "GET /loadbalancer/6c112d55-326b-4003-aff0-efd8fca5e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.005886 10.0.0.50 - - [2026-08-26 12:37:56] "POST /floating-ips HTTP/1.1" 200 597 0.027444 10.0.0.50 - - [2026-08-26 12:37:56] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.049459 10.0.0.50 - - [2026-08-26 12:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.50 - - [2026-08-26 12:37:56] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.043435 10.0.0.50 - - [2026-08-26 12:37:56] "GET /loadbalancer-listener/9b185a5c-c302-4bcb-b1b1-72333dfcaae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1843 0.004156 10.0.0.50 - - [2026-08-26 12:37:56] "GET /loadbalancer-listener/9b185a5c-c302-4bcb-b1b1-72333dfcaae0?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1243 0.005829 10.0.0.50 - - [2026-08-26 12:37:56] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.028037 10.0.0.50 - - [2026-08-26 12:37:56] "GET /loadbalancer/6c112d55-326b-4003-aff0-efd8fca5e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.005269 10.0.0.50 - - [2026-08-26 12:37:56] "GET /instance-ip/18786d70-5e98-4bf2-9b3c-737f980bb795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.003992 10.0.0.50 - - [2026-08-26 12:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008558 10.0.0.50 - - [2026-08-26 12:37:56] "GET /instance-ip/18786d70-5e98-4bf2-9b3c-737f980bb795?fields=floating_ips HTTP/1.1" 200 1212 0.007460 10.0.0.50 - - [2026-08-26 12:37:56] "GET /floating-ip/7b848050-39d1-4afb-b03d-89fbea5119a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.003024 10.0.0.50 - - [2026-08-26 12:37:56] "GET /loadbalancer/6c112d55-326b-4003-aff0-efd8fca5e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.004259 10.0.0.50 - - [2026-08-26 12:37:56] "GET /loadbalancer-pool/92fedbf9-d512-4d35-b531-4fed692f06b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.005368 10.0.0.50 - - [2026-08-26 12:37:56] "POST /loadbalancer-members HTTP/1.1" 200 721 0.024215 10.0.0.50 - - [2026-08-26 12:37:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.010927 10.0.0.50 - - [2026-08-26 12:37:56] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015004 10.0.0.50 - - [2026-08-26 12:37:56] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.010165 10.0.0.50 - - [2026-08-26 12:37:56] "POST /tags HTTP/1.1" 409 221 0.005173 10.0.0.50 - - [2026-08-26 12:37:56] "POST /ref-update HTTP/1.1" 200 156 0.010486 10.0.0.50 - - [2026-08-26 12:37:56] "GET /floating-ip/7b848050-39d1-4afb-b03d-89fbea5119a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.024384 10.0.0.50 - - [2026-08-26 12:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.50 - - [2026-08-26 12:37:56] "GET /tag/091b5644-3acb-4762-844f-284d6ae2d264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.010506 10.0.0.50 - - [2026-08-26 12:37:56] "PUT /floating-ip/7b848050-39d1-4afb-b03d-89fbea5119a3 HTTP/1.1" 200 256 0.025472 10.0.0.50 - - [2026-08-26 12:37:56] "POST /set-tag HTTP/1.1" 200 109 0.080405 10.0.0.50 - - [2026-08-26 12:37:56] "GET /loadbalancer-pool/92fedbf9-d512-4d35-b531-4fed692f06b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003931 10.0.0.50 - - [2026-08-26 12:37:56] "POST /loadbalancer-members HTTP/1.1" 200 721 0.021585 10.0.0.50 - - [2026-08-26 12:37:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.024199 10.0.0.50 - - [2026-08-26 12:37:56] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.025387 10.0.0.50 - - [2026-08-26 12:37:56] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004849 10.0.0.50 - - [2026-08-26 12:37:56] "POST /ref-update HTTP/1.1" 200 156 0.008482 10.0.0.50 - - [2026-08-26 12:37:56] "GET /floating-ip/7b848050-39d1-4afb-b03d-89fbea5119a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2238 0.012253 10.0.0.50 - - [2026-08-26 12:37:57] "POST /set-tag HTTP/1.1" 200 109 0.073315 10.0.0.50 - - [2026-08-26 12:37:57] "POST /tags HTTP/1.1" 409 206 0.003974 10.0.0.50 - - [2026-08-26 12:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.50 - - [2026-08-26 12:37:57] "GET /tag/bb38609e-8132-4d83-a571-2d6568dfa009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.013043 10.0.0.50 - - [2026-08-26 12:37:57] "POST /tags HTTP/1.1" 409 204 0.003042 10.0.0.50 - - [2026-08-26 12:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002240 10.0.0.50 - - [2026-08-26 12:37:57] "GET /tag/0310051f-a971-4667-9ee4-aa037a85b239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.017427 10.0.0.50 - - [2026-08-26 12:37:57] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003143 10.0.0.50 - - [2026-08-26 12:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.50 - - [2026-08-26 12:37:58] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004701 10.0.0.50 - - [2026-08-26 12:37:58] "POST /tags HTTP/1.1" 409 206 0.002328 10.0.0.50 - - [2026-08-26 12:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.50 - - [2026-08-26 12:37:58] "GET /tag/bb38609e-8132-4d83-a571-2d6568dfa009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.018329 10.0.0.50 - - [2026-08-26 12:37:58] "POST /tags HTTP/1.1" 409 226 0.002719 10.0.0.50 - - [2026-08-26 12:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.50 - - [2026-08-26 12:37:58] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.010826 10.0.0.50 - - [2026-08-26 12:37:58] "POST /tags HTTP/1.1" 409 204 0.002197 10.0.0.50 - - [2026-08-26 12:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.50 - - [2026-08-26 12:37:58] "GET /tag/0310051f-a971-4667-9ee4-aa037a85b239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.011360 10.0.0.50 - - [2026-08-26 12:37:58] "POST /tags HTTP/1.1" 409 226 0.002371 10.0.0.50 - - [2026-08-26 12:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.50 - - [2026-08-26 12:37:58] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.014469 10.0.0.50 - - [2026-08-26 12:37:58] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003427 10.0.0.50 - - [2026-08-26 12:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.50 - - [2026-08-26 12:37:58] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004406 10.0.0.50 - - [2026-08-26 12:37:58] "POST /firewall-rules HTTP/1.1" 200 626 0.078986 10.0.0.50 - - [2026-08-26 12:37:58] "POST /firewall-rules HTTP/1.1" 200 646 0.089473 10.0.0.50 - - [2026-08-26 12:37:58] "GET /firewall-rule/87d150f6-baff-4eef-97b7-4f538ceaa174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.010285 10.0.0.50 - - [2026-08-26 12:37:58] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.004035 10.0.0.50 - - [2026-08-26 12:37:58] "GET /firewall-rule/0ff982ae-66cd-4a6b-a9de-f16b6a5170ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.004585 10.0.0.50 - - [2026-08-26 12:37:58] "POST /ref-update HTTP/1.1" 200 156 0.050049 10.0.0.50 - - [2026-08-26 12:37:58] "POST /firewall-policys HTTP/1.1" 200 606 0.058228 10.0.0.50 - - [2026-08-26 12:37:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.020965 10.0.0.50 - - [2026-08-26 12:37:58] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.012735 10.0.0.50 - - [2026-08-26 12:37:58] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008464 10.0.0.50 - - [2026-08-26 12:37:58] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.004000 10.0.0.50 - - [2026-08-26 12:37:58] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.006183 10.0.0.50 - - [2026-08-26 12:37:58] "GET /firewall-policy/7f6803eb-4502-44fc-b83f-1ce65ab959a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.004838 10.0.0.50 - - [2026-08-26 12:37:59] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.007702 10.0.0.50 - - [2026-08-26 12:37:59] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002905 10.0.0.50 - - [2026-08-26 12:37:59] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003027 10.0.0.50 - - [2026-08-26 12:37:59] "POST /ref-update HTTP/1.1" 200 156 0.023035 10.0.0.50 - - [2026-08-26 12:37:59] "POST /ref-update HTTP/1.1" 200 156 0.035728 10.0.0.50 - - [2026-08-26 12:37:59] "POST /ref-update HTTP/1.1" 200 156 0.040790 10.0.0.50 - - [2026-08-26 12:37:59] "POST /ref-update HTTP/1.1" 200 156 0.054984 10.0.0.50 - - [2026-08-26 12:37:59] "POST /ref-update HTTP/1.1" 200 156 0.030386 10.0.0.50 - - [2026-08-26 12:37:59] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.014083 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:38:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001062 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:38:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000882 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:39:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001533 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:39:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001287 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:39:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001051 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:39:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001209 10.0.0.50 - - [2026-08-26 12:39:57] "POST /tags HTTP/1.1" 409 252 0.004813 10.0.0.50 - - [2026-08-26 12:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.50 - - [2026-08-26 12:39:57] "GET /tag/c1460f56-145b-445c-919d-78f2bffee72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.013635 10.0.0.50 - - [2026-08-26 12:39:57] "POST /tags HTTP/1.1" 409 228 0.002533 10.0.0.50 - - [2026-08-26 12:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002091 10.0.0.50 - - [2026-08-26 12:39:57] "GET /tag/9b7d0d76-7a88-429f-88f7-144b6978938d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.013594 10.0.0.50 - - [2026-08-26 12:39:57] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005454 10.0.0.50 - - [2026-08-26 12:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.50 - - [2026-08-26 12:39:58] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003903 10.0.0.50 - - [2026-08-26 12:39:58] "POST /tags HTTP/1.1" 409 206 0.002945 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.50 - - [2026-08-26 12:39:58] "GET /tag/bb38609e-8132-4d83-a571-2d6568dfa009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.013763 10.0.0.50 - - [2026-08-26 12:39:58] "POST /tags HTTP/1.1" 409 226 0.002571 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.50 - - [2026-08-26 12:39:58] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.015935 10.0.0.50 - - [2026-08-26 12:39:58] "POST /tags HTTP/1.1" 409 204 0.002848 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.50 - - [2026-08-26 12:39:58] "GET /tag/0310051f-a971-4667-9ee4-aa037a85b239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.014403 10.0.0.50 - - [2026-08-26 12:39:58] "POST /tags HTTP/1.1" 409 226 0.002881 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.50 - - [2026-08-26 12:39:58] "GET /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.010960 10.0.0.50 - - [2026-08-26 12:39:58] "POST /tags HTTP/1.1" 409 228 0.002598 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.50 - - [2026-08-26 12:39:58] "GET /tag/9b7d0d76-7a88-429f-88f7-144b6978938d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.016918 10.0.0.50 - - [2026-08-26 12:39:58] "POST /tags HTTP/1.1" 409 252 0.003160 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.50 - - [2026-08-26 12:39:58] "GET /tag/c1460f56-145b-445c-919d-78f2bffee72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.015528 10.0.0.50 - - [2026-08-26 12:39:58] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003253 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2026-08-26 12:39:58] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003024 10.0.0.50 - - [2026-08-26 12:39:58] "POST /firewall-rules HTTP/1.1" 409 281 0.003302 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002409 10.0.0.50 - - [2026-08-26 12:39:58] "PUT /firewall-rule/0ff982ae-66cd-4a6b-a9de-f16b6a5170ab HTTP/1.1" 200 260 0.032089 10.0.0.50 - - [2026-08-26 12:39:58] "POST /firewall-rules HTTP/1.1" 409 291 0.008820 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.50 - - [2026-08-26 12:39:58] "PUT /firewall-rule/87d150f6-baff-4eef-97b7-4f538ceaa174 HTTP/1.1" 200 260 0.049484 10.0.0.50 - - [2026-08-26 12:39:58] "GET /firewall-rule/87d150f6-baff-4eef-97b7-4f538ceaa174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.014692 10.0.0.50 - - [2026-08-26 12:39:58] "POST /firewall-rules HTTP/1.1" 200 658 0.093114 10.0.0.50 - - [2026-08-26 12:39:58] "GET /firewall-rule/1ea51d61-17e7-40d4-a25a-760094069d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.013066 10.0.0.50 - - [2026-08-26 12:39:58] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.003272 10.0.0.50 - - [2026-08-26 12:39:58] "GET /firewall-rule/0ff982ae-66cd-4a6b-a9de-f16b6a5170ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.004056 10.0.0.50 - - [2026-08-26 12:39:58] "POST /firewall-policys HTTP/1.1" 409 269 0.002604 10.0.0.50 - - [2026-08-26 12:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.50 - - [2026-08-26 12:39:58] "PUT /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe HTTP/1.1" 200 264 0.028852 10.0.0.50 - - [2026-08-26 12:39:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.043041 10.0.0.50 - - [2026-08-26 12:39:59] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.024387 10.0.0.50 - - [2026-08-26 12:39:59] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003537 10.0.0.50 - - [2026-08-26 12:39:59] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003124 10.0.0.50 - - [2026-08-26 12:39:59] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003311 10.0.0.50 - - [2026-08-26 12:39:59] "GET /firewall-policy/7f6803eb-4502-44fc-b83f-1ce65ab959a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.002703 10.0.0.50 - - [2026-08-26 12:39:59] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.003367 10.0.0.50 - - [2026-08-26 12:39:59] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003578 10.0.0.50 - - [2026-08-26 12:39:59] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.002869 10.0.0.50 - - [2026-08-26 12:41:00] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.005458 10.0.0.50 - - [2026-08-26 12:41:00] "POST /set-tag HTTP/1.1" 200 109 0.011802 10.0.0.50 - - [2026-08-26 12:41:00] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.008178 10.0.0.50 - - [2026-08-26 12:41:00] "POST /set-tag HTTP/1.1" 200 109 0.005786 10.0.0.50 - - [2026-08-26 12:41:00] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005813 10.0.0.50 - - [2026-08-26 12:41:00] "POST /set-tag HTTP/1.1" 200 109 0.003054 10.0.0.50 - - [2026-08-26 12:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.50 - - [2026-08-26 12:41:00] "GET /loadbalancer/6c112d55-326b-4003-aff0-efd8fca5e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.005120 10.0.0.50 - - [2026-08-26 12:41:00] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004296 10.0.0.50 - - [2026-08-26 12:41:00] "POST /set-tag HTTP/1.1" 200 109 0.036334 10.0.0.50 - - [2026-08-26 12:41:01] "DELETE /loadbalancer-member/fbecb6a9-ae84-4dc6-be54-c490fe9a8b5a HTTP/1.1" 200 115 0.047287 10.0.0.50 - - [2026-08-26 12:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.50 - - [2026-08-26 12:41:01] "GET /loadbalancer/6c112d55-326b-4003-aff0-efd8fca5e972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.003247 10.0.0.50 - - [2026-08-26 12:41:01] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004999 10.0.0.50 - - [2026-08-26 12:41:01] "POST /set-tag HTTP/1.1" 200 109 0.003767 10.0.0.50 - - [2026-08-26 12:41:01] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006153 10.0.0.50 - - [2026-08-26 12:41:01] "POST /set-tag HTTP/1.1" 200 109 0.003352 10.0.0.50 - - [2026-08-26 12:41:01] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005100 10.0.0.50 - - [2026-08-26 12:41:01] "POST /set-tag HTTP/1.1" 200 109 0.002794 10.0.0.50 - - [2026-08-26 12:41:01] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005903 10.0.0.50 - - [2026-08-26 12:41:01] "POST /set-tag HTTP/1.1" 200 109 0.002934 10.0.0.50 - - [2026-08-26 12:41:01] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004519 10.0.0.50 - - [2026-08-26 12:41:01] "POST /set-tag HTTP/1.1" 200 109 0.002997 10.0.0.50 - - [2026-08-26 12:41:02] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.017516 10.0.0.50 - - [2026-08-26 12:41:02] "POST /set-tag HTTP/1.1" 200 109 0.006328 10.0.0.50 - - [2026-08-26 12:41:02] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015046 10.0.0.50 - - [2026-08-26 12:41:02] "POST /set-tag HTTP/1.1" 200 109 0.003339 10.0.0.50 - - [2026-08-26 12:41:02] "GET /virtual-machine/9b9ca3ed-ab83-424c-b6b0-d83e52713b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.006117 10.0.0.50 - - [2026-08-26 12:41:02] "POST /ref-update HTTP/1.1" 200 156 0.010786 10.0.0.50 - - [2026-08-26 12:41:02] "GET /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004993 10.0.0.50 - - [2026-08-26 12:41:02] "POST /set-tag HTTP/1.1" 200 109 0.038989 10.0.0.50 - - [2026-08-26 12:41:02] "POST /set-tag HTTP/1.1" 200 109 0.036808 10.0.0.50 - - [2026-08-26 12:41:02] "POST /set-tag HTTP/1.1" 200 109 0.028396 10.0.0.50 - - [2026-08-26 12:41:02] "POST /set-tag HTTP/1.1" 200 109 0.056869 10.0.0.50 - - [2026-08-26 12:41:02] "POST /set-tag HTTP/1.1" 200 109 0.055094 10.0.0.50 - - [2026-08-26 12:41:02] "DELETE /instance-ip/ed1def3a-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.067539 10.0.0.50 - - [2026-08-26 12:41:02] "POST /ref-update HTTP/1.1" 200 156 0.010863 10.0.0.50 - - [2026-08-26 12:41:03] "DELETE /virtual-machine-interface/ed01b2c0-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.078479 10.0.0.50 - - [2026-08-26 12:41:03] "DELETE /virtual-machine/9b9ca3ed-ab83-424c-b6b0-d83e52713b44 HTTP/1.1" 200 115 0.038055 10.0.0.50 - - [2026-08-26 12:41:03] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.005671 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.003623 10.0.0.50 - - [2026-08-26 12:41:03] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.005439 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.003513 10.0.0.50 - - [2026-08-26 12:41:03] "GET /virtual-machine/97e0bed7-c578-45e8-ad99-bd24b5a23cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003482 10.0.0.50 - - [2026-08-26 12:41:03] "POST /ref-update HTTP/1.1" 200 156 0.012337 10.0.0.50 - - [2026-08-26 12:41:03] "GET /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.006264 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.028946 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.058323 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.037948 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.031525 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.043525 10.0.0.50 - - [2026-08-26 12:41:03] "DELETE /instance-ip/edb1a2d4-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.082511 10.0.0.50 - - [2026-08-26 12:41:03] "POST /ref-update HTTP/1.1" 200 156 0.012127 10.0.0.50 - - [2026-08-26 12:41:03] "DELETE /virtual-machine-interface/ed8dd822-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.047129 10.0.0.50 - - [2026-08-26 12:41:03] "DELETE /virtual-machine/97e0bed7-c578-45e8-ad99-bd24b5a23cfe HTTP/1.1" 200 115 0.038112 10.0.0.50 - - [2026-08-26 12:41:03] "DELETE /tag/55af306c-9f88-4a28-bc8d-0a696521594f HTTP/1.1" 200 115 0.046733 10.0.0.50 - - [2026-08-26 12:41:03] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004751 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.003608 10.0.0.50 - - [2026-08-26 12:41:03] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006190 10.0.0.50 - - [2026-08-26 12:41:03] "POST /set-tag HTTP/1.1" 200 109 0.003624 10.0.0.50 - - [2026-08-26 12:41:03] "GET /virtual-machine/da13fc69-5519-4451-b255-198c006a1b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003926 10.0.0.50 - - [2026-08-26 12:41:03] "POST /ref-update HTTP/1.1" 200 156 0.014071 10.0.0.50 - - [2026-08-26 12:41:04] "GET /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006814 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.028735 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.028161 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.048394 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.041237 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.020603 10.0.0.50 - - [2026-08-26 12:41:04] "DELETE /instance-ip/ee5d8072-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.078543 10.0.0.50 - - [2026-08-26 12:41:04] "DELETE /virtual-machine-interface/ee3db31e-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.072634 10.0.0.50 - - [2026-08-26 12:41:04] "DELETE /virtual-machine/da13fc69-5519-4451-b255-198c006a1b96 HTTP/1.1" 200 115 0.039433 10.0.0.50 - - [2026-08-26 12:41:04] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.013235 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.003129 10.0.0.50 - - [2026-08-26 12:41:04] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006027 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.003189 10.0.0.50 - - [2026-08-26 12:41:04] "GET /virtual-machine/534fb8a8-62e0-4e2f-82a4-0f098e00b2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.003702 10.0.0.50 - - [2026-08-26 12:41:04] "POST /ref-update HTTP/1.1" 200 156 0.021144 10.0.0.50 - - [2026-08-26 12:41:04] "GET /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008218 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.024655 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.036182 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.035769 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.024582 10.0.0.50 - - [2026-08-26 12:41:04] "POST /set-tag HTTP/1.1" 200 109 0.037375 10.0.0.50 - - [2026-08-26 12:41:05] "DELETE /instance-ip/eeddac0c-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.103703 10.0.0.50 - - [2026-08-26 12:41:05] "DELETE /virtual-machine-interface/eec45518-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.065114 10.0.0.50 - - [2026-08-26 12:41:05] "DELETE /virtual-machine/534fb8a8-62e0-4e2f-82a4-0f098e00b2e5 HTTP/1.1" 200 115 0.032896 10.0.0.50 - - [2026-08-26 12:41:05] "DELETE /tag/bb38609e-8132-4d83-a571-2d6568dfa009 HTTP/1.1" 409 388 0.007000 10.0.0.50 - - [2026-08-26 12:41:05] "DELETE /tag/703399d4-5077-40cd-93d5-46bd4d2599e7 HTTP/1.1" 200 115 0.050201 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:41:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001139 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:41:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000955 10.0.0.50 - - [2026-08-26 12:41:32] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007568 10.0.0.50 - - [2026-08-26 12:41:32] "POST /set-tag HTTP/1.1" 200 109 0.007534 10.0.0.50 - - [2026-08-26 12:41:32] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.013053 10.0.0.50 - - [2026-08-26 12:41:32] "POST /set-tag HTTP/1.1" 200 109 0.003654 10.0.0.50 - - [2026-08-26 12:41:32] "GET /virtual-machine/e03e006d-e201-48ef-9713-e0c1c19e7239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003099 10.0.0.50 - - [2026-08-26 12:41:32] "POST /ref-update HTTP/1.1" 200 156 0.038404 10.0.0.50 - - [2026-08-26 12:41:32] "GET /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.025926 10.0.0.50 - - [2026-08-26 12:41:32] "POST /set-tag HTTP/1.1" 200 109 0.032425 10.0.0.50 - - [2026-08-26 12:41:32] "POST /set-tag HTTP/1.1" 200 109 0.046339 10.0.0.50 - - [2026-08-26 12:41:32] "POST /set-tag HTTP/1.1" 200 109 0.044282 10.0.0.50 - - [2026-08-26 12:41:32] "POST /set-tag HTTP/1.1" 200 109 0.046972 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /instance-ip/f09173d0-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.084031 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /virtual-machine-interface/f071033e-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.068063 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /virtual-machine/e03e006d-e201-48ef-9713-e0c1c19e7239 HTTP/1.1" 200 115 0.041957 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /tag/a58feb16-6aa8-4fef-a4f3-2edd14b90a57 HTTP/1.1" 200 115 0.076496 10.0.0.50 - - [2026-08-26 12:41:33] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003929 10.0.0.50 - - [2026-08-26 12:41:33] "POST /set-tag HTTP/1.1" 200 109 0.003730 10.0.0.50 - - [2026-08-26 12:41:33] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005592 10.0.0.50 - - [2026-08-26 12:41:33] "POST /set-tag HTTP/1.1" 200 109 0.003985 10.0.0.50 - - [2026-08-26 12:41:33] "GET /virtual-machine/29abb008-2bad-42cf-9e31-476e977497b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.004703 10.0.0.50 - - [2026-08-26 12:41:33] "POST /ref-update HTTP/1.1" 200 156 0.018383 10.0.0.50 - - [2026-08-26 12:41:33] "GET /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.024042 10.0.0.50 - - [2026-08-26 12:41:33] "POST /set-tag HTTP/1.1" 200 109 0.022744 10.0.0.50 - - [2026-08-26 12:41:33] "POST /set-tag HTTP/1.1" 200 109 0.032939 10.0.0.50 - - [2026-08-26 12:41:33] "POST /set-tag HTTP/1.1" 200 109 0.047500 10.0.0.50 - - [2026-08-26 12:41:33] "POST /set-tag HTTP/1.1" 200 109 0.020029 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /instance-ip/f1182416-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.071802 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /virtual-machine-interface/f0fdba04-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.044317 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /virtual-machine/29abb008-2bad-42cf-9e31-476e977497b5 HTTP/1.1" 200 115 0.036395 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /tag/c1460f56-145b-445c-919d-78f2bffee72c HTTP/1.1" 409 236 0.006353 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /tag/e8f3f007-0681-4103-bd41-53111b48345d HTTP/1.1" 200 115 0.049473 10.0.0.50 - - [2026-08-26 12:41:33] "DELETE /tag/9b7d0d76-7a88-429f-88f7-144b6978938d HTTP/1.1" 409 236 0.005588 10.0.0.50 - - [2026-08-26 12:41:33] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003993 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.003716 10.0.0.50 - - [2026-08-26 12:41:34] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006654 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.003327 10.0.0.50 - - [2026-08-26 12:41:34] "GET /virtual-machine/62875634-3d7a-4732-8dc5-02d334919b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003797 10.0.0.50 - - [2026-08-26 12:41:34] "POST /ref-update HTTP/1.1" 200 156 0.015498 10.0.0.50 - - [2026-08-26 12:41:34] "GET /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.011152 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.026415 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.052908 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.058922 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.024698 10.0.0.50 - - [2026-08-26 12:41:34] "DELETE /instance-ip/f003139c-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.074644 10.0.0.50 - - [2026-08-26 12:41:34] "DELETE /virtual-machine-interface/efe2993c-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.061154 10.0.0.50 - - [2026-08-26 12:41:34] "DELETE /virtual-machine/62875634-3d7a-4732-8dc5-02d334919b14 HTTP/1.1" 200 115 0.026788 10.0.0.50 - - [2026-08-26 12:41:34] "DELETE /tag/0310051f-a971-4667-9ee4-aa037a85b239 HTTP/1.1" 409 236 0.006798 10.0.0.50 - - [2026-08-26 12:41:34] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004951 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.003368 10.0.0.50 - - [2026-08-26 12:41:34] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006140 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.003881 10.0.0.50 - - [2026-08-26 12:41:34] "GET /virtual-machine/d6a1d28a-7627-41e6-87f9-f0cf4c2eef52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003859 10.0.0.50 - - [2026-08-26 12:41:34] "POST /ref-update HTTP/1.1" 200 156 0.018184 10.0.0.50 - - [2026-08-26 12:41:34] "GET /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005101 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.026262 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.042504 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.023662 10.0.0.50 - - [2026-08-26 12:41:34] "POST /set-tag HTTP/1.1" 200 109 0.040077 10.0.0.50 - - [2026-08-26 12:41:35] "DELETE /instance-ip/ef7cdeb2-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.103850 10.0.0.50 - - [2026-08-26 12:41:35] "DELETE /virtual-machine-interface/ef5b5724-a14a-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.057529 10.0.0.50 - - [2026-08-26 12:41:35] "DELETE /virtual-machine/d6a1d28a-7627-41e6-87f9-f0cf4c2eef52 HTTP/1.1" 200 115 0.030814 10.0.0.50 - - [2026-08-26 12:41:35] "DELETE /tag/ee5e32cb-51bc-4c86-985b-9dd5a36ed15d HTTP/1.1" 200 115 0.056315 10.0.0.50 - - [2026-08-26 12:41:35] "DELETE /tag/25a2b30c-621d-43e1-9cdd-bfa3adda4c8d HTTP/1.1" 200 115 0.044986 10.0.0.50 - - [2026-08-26 12:41:35] "DELETE /tag/5e3544fb-e1f1-4759-9209-2ca1f38de523 HTTP/1.1" 200 115 0.055801 10.0.0.50 - - [2026-08-26 12:41:36] "POST /projects HTTP/1.1" 409 238 0.002808 10.0.0.50 - - [2026-08-26 12:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.50 - - [2026-08-26 12:41:36] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.052559 10.0.0.50 - - [2026-08-26 12:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.50 - - [2026-08-26 12:41:36] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.008127 10.0.0.50 - - [2026-08-26 12:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010004 10.0.0.50 - - [2026-08-26 12:41:36] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.006541 10.0.0.50 - - [2026-08-26 12:41:36] "POST /security-groups HTTP/1.1" 409 285 0.003510 10.0.0.50 - - [2026-08-26 12:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.50 - - [2026-08-26 12:41:36] "PUT /security-group/709159b0-7671-4b9e-b11d-8d65ba025d51 HTTP/1.1" 200 262 0.065653 10.0.0.50 - - [2026-08-26 12:41:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.020859 10.0.0.50 - - [2026-08-26 12:41:36] "PUT /access-control-list/6649e2fb-c469-4883-8f42-35867542759d HTTP/1.1" 200 272 0.011153 10.0.0.50 - - [2026-08-26 12:41:36] "PUT /access-control-list/847c6df4-ee17-4299-a62b-3f01af67e34e HTTP/1.1" 200 272 0.024716 10.0.0.50 - - [2026-08-26 12:41:41] "POST /projects HTTP/1.1" 409 238 0.002700 10.0.0.50 - - [2026-08-26 12:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.50 - - [2026-08-26 12:41:41] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.055925 10.0.0.50 - - [2026-08-26 12:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.50 - - [2026-08-26 12:41:41] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.006766 10.0.0.50 - - [2026-08-26 12:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.50 - - [2026-08-26 12:41:41] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.010877 10.0.0.50 - - [2026-08-26 12:41:41] "POST /security-groups HTTP/1.1" 409 285 0.003372 10.0.0.50 - - [2026-08-26 12:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.50 - - [2026-08-26 12:41:41] "PUT /security-group/709159b0-7671-4b9e-b11d-8d65ba025d51 HTTP/1.1" 200 262 0.064695 10.0.0.50 - - [2026-08-26 12:41:41] "PUT /access-control-list/6649e2fb-c469-4883-8f42-35867542759d HTTP/1.1" 200 272 0.014523 10.0.0.50 - - [2026-08-26 12:41:41] "PUT /access-control-list/847c6df4-ee17-4299-a62b-3f01af67e34e HTTP/1.1" 200 272 0.045426 10.0.0.50 - - [2026-08-26 12:41:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.060416 10.0.0.50 - - [2026-08-26 12:41:41] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.009832 10.0.0.50 - - [2026-08-26 12:41:41] "GET /firewall-rule/40fc541f-f393-4041-ac04-3ce2e00a52cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.004918 10.0.0.50 - - [2026-08-26 12:41:41] "POST /ref-update HTTP/1.1" 200 156 0.112603 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /firewall-rule/40fc541f-f393-4041-ac04-3ce2e00a52cc HTTP/1.1" 200 115 0.069401 10.0.0.50 - - [2026-08-26 12:41:42] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.017151 10.0.0.50 - - [2026-08-26 12:41:42] "GET /firewall-rule/337ca0b9-d802-4f5d-80d3-7baf7481d13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.003380 10.0.0.50 - - [2026-08-26 12:41:42] "POST /ref-update HTTP/1.1" 200 156 0.116751 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /firewall-rule/337ca0b9-d802-4f5d-80d3-7baf7481d13f HTTP/1.1" 200 115 0.048027 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /tag/c1460f56-145b-445c-919d-78f2bffee72c HTTP/1.1" 409 236 0.015814 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /tag/9b7d0d76-7a88-429f-88f7-144b6978938d HTTP/1.1" 409 236 0.005202 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /tag/7b4bb9da-926e-4283-85b2-c26f93f0d4f4 HTTP/1.1" 200 115 0.039830 10.0.0.50 - - [2026-08-26 12:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.50 - - [2026-08-26 12:41:42] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.007187 10.0.0.50 - - [2026-08-26 12:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.50 - - [2026-08-26 12:41:42] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.008007 10.0.0.50 - - [2026-08-26 12:41:42] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.076321 10.0.0.50 - - [2026-08-26 12:41:42] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.087386 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /security-group/709159b0-7671-4b9e-b11d-8d65ba025d51 HTTP/1.1" 200 115 0.071517 10.0.0.50 - - [2026-08-26 12:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /access-control-list/6649e2fb-c469-4883-8f42-35867542759d HTTP/1.1" 200 115 0.065887 10.0.0.50 - - [2026-08-26 12:41:42] "DELETE /access-control-list/847c6df4-ee17-4299-a62b-3f01af67e34e HTTP/1.1" 200 115 0.036092 10.0.0.50 - - [2026-08-26 12:41:42] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.040961 10.0.0.50 - - [2026-08-26 12:41:42] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?fields=security_groups HTTP/1.1" 200 1352 0.054108 10.0.0.50 - - [2026-08-26 12:41:43] "DELETE /security-group/7b542206-cf20-4f13-a57b-2217078679d7 HTTP/1.1" 200 115 0.086269 10.0.0.50 - - [2026-08-26 12:41:43] "DELETE /access-control-list/b247e3b6-7409-4083-8fa6-c42c5ccad595 HTTP/1.1" 200 115 0.047604 10.0.0.50 - - [2026-08-26 12:41:43] "GET /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9?fields=application_policy_sets HTTP/1.1" 200 1391 0.087557 10.0.0.50 - - [2026-08-26 12:41:43] "DELETE /access-control-list/923c812d-5333-4aa2-ac82-6d909ccd2ef9 HTTP/1.1" 200 115 0.089733 10.0.0.50 - - [2026-08-26 12:41:43] "DELETE /project/1c93de32-e881-4709-bb1e-9a201ecc8fc9 HTTP/1.1" 200 115 0.528008 10.0.0.50 - - [2026-08-26 12:41:43] "POST /projects HTTP/1.1" 409 238 0.002470 10.0.0.50 - - [2026-08-26 12:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.50 - - [2026-08-26 12:41:43] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.041702 10.0.0.50 - - [2026-08-26 12:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002132 10.0.0.50 - - [2026-08-26 12:41:43] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.006805 10.0.0.50 - - [2026-08-26 12:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.50 - - [2026-08-26 12:41:43] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.005738 10.0.0.50 - - [2026-08-26 12:41:43] "POST /security-groups HTTP/1.1" 409 285 0.006568 10.0.0.50 - - [2026-08-26 12:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.50 - - [2026-08-26 12:41:43] "PUT /security-group/aff752a7-0e19-4df5-8a53-aa1f700039ea HTTP/1.1" 200 262 0.073343 10.0.0.50 - - [2026-08-26 12:41:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.050129 10.0.0.50 - - [2026-08-26 12:41:43] "PUT /access-control-list/dc8f77f5-fb7f-4236-972f-a7511248332b HTTP/1.1" 200 272 0.048010 10.0.0.50 - - [2026-08-26 12:41:43] "PUT /access-control-list/bf182266-4f70-474b-83df-3aa8e57a8280 HTTP/1.1" 200 272 0.030688 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /loadbalancer-member/0562df22-b86e-49ec-8b88-a2b4b6ad5d9d HTTP/1.1" 200 115 0.065956 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /loadbalancer-pool/92fedbf9-d512-4d35-b531-4fed692f06b3 HTTP/1.1" 200 115 0.059660 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /loadbalancer-listener/9b185a5c-c302-4bcb-b1b1-72333dfcaae0 HTTP/1.1" 200 115 0.098841 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /loadbalancer/6c112d55-326b-4003-aff0-efd8fca5e972 HTTP/1.1" 200 115 0.083910 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /floating-ip/7b848050-39d1-4afb-b03d-89fbea5119a3 HTTP/1.1" 200 115 0.046092 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /instance-ip/18786d70-5e98-4bf2-9b3c-737f980bb795 HTTP/1.1" 200 115 0.080663 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /virtual-machine-interface/136bedd7-e36b-41c3-b1cd-aacacb4327ec HTTP/1.1" 200 115 0.098248 10.0.0.50 - - [2026-08-26 12:41:47] "DELETE /tag/091b5644-3acb-4762-844f-284d6ae2d264 HTTP/1.1" 200 115 0.069846 10.0.0.50 - - [2026-08-26 12:41:47] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003771 10.0.0.50 - - [2026-08-26 12:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.50 - - [2026-08-26 12:41:47] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004411 10.0.0.50 - - [2026-08-26 12:41:47] "GET /firewall-policy/a12e56d1-4e3e-4112-aa72-afbdf41843dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.004339 10.0.0.50 - - [2026-08-26 12:41:47] "GET /firewall-rule/0ff982ae-66cd-4a6b-a9de-f16b6a5170ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.004283 10.0.0.50 - - [2026-08-26 12:41:47] "POST /ref-update HTTP/1.1" 200 156 0.023909 10.0.0.50 - - [2026-08-26 12:41:48] "DELETE /firewall-rule/0ff982ae-66cd-4a6b-a9de-f16b6a5170ab HTTP/1.1" 200 115 0.090568 10.0.0.50 - - [2026-08-26 12:41:48] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004971 10.0.0.50 - - [2026-08-26 12:41:48] "GET /firewall-rule/87d150f6-baff-4eef-97b7-4f538ceaa174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005043 10.0.0.50 - - [2026-08-26 12:41:48] "POST /ref-update HTTP/1.1" 200 156 0.062377 10.0.0.50 - - [2026-08-26 12:41:48] "DELETE /firewall-rule/87d150f6-baff-4eef-97b7-4f538ceaa174 HTTP/1.1" 200 115 0.095369 10.0.0.50 - - [2026-08-26 12:41:48] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007070 10.0.0.50 - - [2026-08-26 12:41:48] "GET /firewall-rule/1ea51d61-17e7-40d4-a25a-760094069d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.007741 10.0.0.50 - - [2026-08-26 12:41:48] "POST /ref-update HTTP/1.1" 200 156 0.036587 10.0.0.50 - - [2026-08-26 12:41:48] "DELETE /firewall-rule/1ea51d61-17e7-40d4-a25a-760094069d52 HTTP/1.1" 200 115 0.118702 10.0.0.50 - - [2026-08-26 12:41:48] "GET /application-policy-set/3bbcd4fa-a70b-454b-b284-2d6ffc1b5793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.017905 10.0.0.50 - - [2026-08-26 12:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.50 - - [2026-08-26 12:41:48] "GET /policy-management/154eb58e-a5ee-42e8-8259-6532efbecdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004105 10.0.0.50 - - [2026-08-26 12:41:48] "GET /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009075 10.0.0.50 - - [2026-08-26 12:41:48] "POST /ref-update HTTP/1.1" 200 156 0.098941 10.0.0.50 - - [2026-08-26 12:41:48] "DELETE /firewall-policy/c7a11ac7-0421-42fe-bd95-c87d5567e2fe HTTP/1.1" 200 115 0.067774 10.0.0.50 - - [2026-08-26 12:41:48] "DELETE /tag/0310051f-a971-4667-9ee4-aa037a85b239 HTTP/1.1" 200 115 0.120665 10.0.0.50 - - [2026-08-26 12:41:49] "DELETE /tag/c1460f56-145b-445c-919d-78f2bffee72c HTTP/1.1" 200 115 0.076500 10.0.0.50 - - [2026-08-26 12:41:49] "DELETE /tag/9b7d0d76-7a88-429f-88f7-144b6978938d HTTP/1.1" 200 115 0.147961 10.0.0.50 - - [2026-08-26 12:41:49] "DELETE /tag/bb38609e-8132-4d83-a571-2d6568dfa009 HTTP/1.1" 200 115 0.114643 10.0.0.50 - - [2026-08-26 12:41:49] "POST /projects HTTP/1.1" 409 238 0.004440 10.0.0.50 - - [2026-08-26 12:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.50 - - [2026-08-26 12:41:49] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.077825 10.0.0.50 - - [2026-08-26 12:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.50 - - [2026-08-26 12:41:49] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.006764 10.0.0.50 - - [2026-08-26 12:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.50 - - [2026-08-26 12:41:49] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.009829 10.0.0.50 - - [2026-08-26 12:41:49] "POST /security-groups HTTP/1.1" 409 285 0.008212 10.0.0.50 - - [2026-08-26 12:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.50 - - [2026-08-26 12:41:49] "PUT /security-group/aff752a7-0e19-4df5-8a53-aa1f700039ea HTTP/1.1" 200 262 0.084720 10.0.0.50 - - [2026-08-26 12:41:49] "PUT /access-control-list/dc8f77f5-fb7f-4236-972f-a7511248332b HTTP/1.1" 200 272 0.053292 10.0.0.50 - - [2026-08-26 12:41:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.079698 10.0.0.50 - - [2026-08-26 12:41:49] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.048688 10.0.0.50 - - [2026-08-26 12:41:49] "PUT /access-control-list/bf182266-4f70-474b-83df-3aa8e57a8280 HTTP/1.1" 200 272 0.053286 10.0.0.50 - - [2026-08-26 12:41:49] "GET /firewall-rule/fbb30202-2363-45f8-b4e5-a2da54b889b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005268 10.0.0.50 - - [2026-08-26 12:41:50] "POST /ref-update HTTP/1.1" 200 156 0.117039 10.0.0.50 - - [2026-08-26 12:41:50] "DELETE /firewall-rule/fbb30202-2363-45f8-b4e5-a2da54b889b2 HTTP/1.1" 200 115 0.071071 10.0.0.50 - - [2026-08-26 12:41:50] "GET /firewall-policy/5a61a7a8-5b46-4fb8-affd-b67f1736791a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.014632 10.0.0.50 - - [2026-08-26 12:41:50] "GET /firewall-rule/bc82f00a-6b34-483e-92ba-11cb38906b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004371 10.0.0.50 - - [2026-08-26 12:41:50] "POST /ref-update HTTP/1.1" 200 156 0.073407 10.0.0.50 - - [2026-08-26 12:41:50] "DELETE /firewall-rule/bc82f00a-6b34-483e-92ba-11cb38906b74 HTTP/1.1" 200 115 0.080070 10.0.0.50 - - [2026-08-26 12:41:50] "DELETE /tag/06c28669-4d06-4d6a-84b9-a1a44ef659bd HTTP/1.1" 200 115 0.101982 10.0.0.50 - - [2026-08-26 12:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.50 - - [2026-08-26 12:41:50] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.006631 10.0.0.50 - - [2026-08-26 12:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.50 - - [2026-08-26 12:41:50] "GET /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.005629 10.0.0.50 - - [2026-08-26 12:41:50] "PUT /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6 HTTP/1.1" 200 264 0.102886 10.0.0.50 - - [2026-08-26 12:41:50] "PUT /virtual-network/dfe15639-46dd-4567-90f9-618625ea7a00 HTTP/1.1" 200 264 0.117509 10.0.0.50 - - [2026-08-26 12:41:50] "DELETE /security-group/aff752a7-0e19-4df5-8a53-aa1f700039ea HTTP/1.1" 200 115 0.111333 10.0.0.50 - - [2026-08-26 12:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.50 - - [2026-08-26 12:41:50] "DELETE /access-control-list/dc8f77f5-fb7f-4236-972f-a7511248332b HTTP/1.1" 200 115 0.061139 10.0.0.50 - - [2026-08-26 12:41:51] "DELETE /access-control-list/bf182266-4f70-474b-83df-3aa8e57a8280 HTTP/1.1" 200 115 0.072876 10.0.0.50 - - [2026-08-26 12:41:51] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.101801 10.0.0.50 - - [2026-08-26 12:41:51] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?fields=security_groups HTTP/1.1" 200 1351 0.086031 10.0.0.50 - - [2026-08-26 12:41:51] "DELETE /security-group/a40698f3-1197-48b8-9e69-78441afbff9c HTTP/1.1" 200 115 0.093828 10.0.0.50 - - [2026-08-26 12:41:51] "DELETE /access-control-list/b53e5a63-6edb-437a-a29b-83c916c877f5 HTTP/1.1" 200 115 0.099871 10.0.0.50 - - [2026-08-26 12:41:51] "GET /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7?fields=application_policy_sets HTTP/1.1" 200 1390 0.116571 10.0.0.50 - - [2026-08-26 12:41:51] "DELETE /access-control-list/dead0b1e-e7cb-4234-9622-3c53db3dfe5a HTTP/1.1" 200 115 0.170215 10.0.0.50 - - [2026-08-26 12:41:51] "DELETE /project/0932adc5-5553-48b1-9c9f-f8b0f4c835e7 HTTP/1.1" 200 115 0.656088 10.0.0.50 - - [2026-08-26 12:42:44] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.50 - - [2026-08-26 12:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.50 - - [2026-08-26 12:42:44] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.003567 10.0.0.50 - - [2026-08-26 12:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.50 - - [2026-08-26 12:42:45] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004431 10.0.0.50 - - [2026-08-26 12:42:50] "GET /global-system-configs HTTP/1.1" 200 322 0.008589 10.0.0.50 - - [2026-08-26 12:42:53] "GET /global-system-configs HTTP/1.1" 200 322 0.003024 10.0.0.50 - - [2026-08-26 12:43:03] "GET / HTTP/1.1" 200 35931 0.001450 10.0.0.50 - - [2026-08-26 12:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.50 - - [2026-08-26 12:43:03] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.007188 10.0.0.50 - - [2026-08-26 12:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.50 - - [2026-08-26 12:43:03] "GET /config-node/d606b9b2-9d82-42af-861e-41d434a7dda6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003536 10.0.0.50 - - [2026-08-26 12:43:04] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.50 - - [2026-08-26 12:43:04] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003212 10.0.0.50 - - [2026-08-26 12:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.50 - - [2026-08-26 12:43:09] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.009015 10.0.0.50 - - [2026-08-26 12:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.50 - - [2026-08-26 12:43:09] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.018548 10.0.0.50 - - [2026-08-26 12:43:09] "GET / HTTP/1.1" 200 35931 0.001560 10.0.0.50 - - [2026-08-26 12:43:09] "POST /alarms HTTP/1.1" 409 264 0.003944 10.0.0.50 - - [2026-08-26 12:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.50 - - [2026-08-26 12:43:09] "PUT /alarm/99254de8-874e-4fa2-9456-4c028766c1f6 HTTP/1.1" 200 244 0.015521 10.0.0.50 - - [2026-08-26 12:43:09] "POST /alarms HTTP/1.1" 409 261 0.010926 10.0.0.50 - - [2026-08-26 12:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.50 - - [2026-08-26 12:43:09] "PUT /alarm/130594ea-d97b-4c05-9b2d-f14951375415 HTTP/1.1" 200 244 0.021375 10.0.0.50 - - [2026-08-26 12:43:09] "POST /alarms HTTP/1.1" 409 261 0.026076 10.0.0.50 - - [2026-08-26 12:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.50 - - [2026-08-26 12:43:09] "PUT /alarm/cfef261d-5b67-43d2-a0d3-c0c66b139f2c HTTP/1.1" 200 244 0.017118 10.0.0.50 - - [2026-08-26 12:43:09] "POST /alarms HTTP/1.1" 409 253 0.018705 10.0.0.50 - - [2026-08-26 12:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.50 - - [2026-08-26 12:43:09] "PUT /alarm/458fe4d6-e2fc-4abc-8734-2a7bbdbb90e6 HTTP/1.1" 200 244 0.014879 10.0.0.50 - - [2026-08-26 12:43:09] "POST /alarms HTTP/1.1" 409 251 0.013587 10.0.0.50 - - [2026-08-26 12:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.50 - - [2026-08-26 12:43:09] "PUT /alarm/88e80a80-bd59-4b47-a62e-b560e4bc2a3c HTTP/1.1" 200 244 0.012422 10.0.0.50 - - [2026-08-26 12:43:09] "POST /alarms HTTP/1.1" 409 252 0.008142 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/039f13de-0f7f-49e4-b847-29cfa1340c01 HTTP/1.1" 200 244 0.014486 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 256 0.015813 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/74273879-fbda-4c7a-bbce-2dd693fe761d HTTP/1.1" 200 244 0.015009 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 248 0.010672 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/58d7d05a-eeb7-49f0-90c8-783aaabbf278 HTTP/1.1" 200 244 0.012434 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 252 0.003147 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/236d1808-9a09-4338-b576-d5df281c84c1 HTTP/1.1" 200 244 0.017231 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 257 0.011100 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/deabfcd1-1e50-4b93-a94c-e443d70407c4 HTTP/1.1" 200 244 0.012614 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 251 0.004555 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/7f47f0a7-de15-477b-a2e9-9d527f82cbe4 HTTP/1.1" 200 244 0.011122 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 257 0.010446 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/ce367fbf-3dea-43a3-ac22-41c04eafdc52 HTTP/1.1" 200 244 0.012686 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 261 0.003051 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/66ffa2c2-f221-47e3-88a5-9ad2c285c96d HTTP/1.1" 200 244 0.016262 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 258 0.003530 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/ee3ad1f4-8715-4897-b8f9-fc757e265f2b HTTP/1.1" 200 244 0.012074 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 254 0.003224 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/43b9af63-dbb5-4a3c-9ed1-aec481e8be37 HTTP/1.1" 200 244 0.017370 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 254 0.015130 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/12ce9118-70bb-4a67-9d9f-aaed9bd59c2e HTTP/1.1" 200 244 0.015845 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 254 0.012340 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.50 - - [2026-08-26 12:43:10] "PUT /alarm/9f9b8432-129e-4428-a5a6-cef4a0d94951 HTTP/1.1" 200 244 0.014668 10.0.0.50 - - [2026-08-26 12:43:10] "POST /alarms HTTP/1.1" 409 247 0.004471 10.0.0.50 - - [2026-08-26 12:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.50 - - [2026-08-26 12:43:11] "PUT /alarm/ee6f3e34-d422-400f-b7f6-a93451e8618f HTTP/1.1" 200 244 0.019228 10.0.0.50 - - [2026-08-26 12:43:11] "POST /alarms HTTP/1.1" 409 272 0.007979 10.0.0.50 - - [2026-08-26 12:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.50 - - [2026-08-26 12:43:11] "PUT /alarm/36d10fd9-a04e-45d0-bae8-14d83d8ab840 HTTP/1.1" 200 244 0.013764 10.0.0.50 - - [2026-08-26 12:43:11] "POST /alarms HTTP/1.1" 409 261 0.003597 10.0.0.50 - - [2026-08-26 12:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.50 - - [2026-08-26 12:43:11] "PUT /alarm/23c09706-56ab-4b04-875a-a27597b20090 HTTP/1.1" 200 244 0.019050 10.0.0.50 - - [2026-08-26 12:43:11] "POST /alarms HTTP/1.1" 409 259 0.002498 10.0.0.50 - - [2026-08-26 12:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.50 - - [2026-08-26 12:43:11] "PUT /alarm/26c6a91c-03ac-4b22-bc93-a40a46f501a1 HTTP/1.1" 200 244 0.015018 10.0.0.50 - - [2026-08-26 12:43:11] "POST /alarms HTTP/1.1" 409 265 0.009705 10.0.0.50 - - [2026-08-26 12:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.50 - - [2026-08-26 12:43:11] "PUT /alarm/f2e86be1-925c-48ba-ab4a-5567a5b1fe17 HTTP/1.1" 200 244 0.015688 10.0.0.50 - - [2026-08-26 12:43:11] "POST /alarms HTTP/1.1" 409 279 0.012835 10.0.0.50 - - [2026-08-26 12:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.50 - - [2026-08-26 12:43:11] "PUT /alarm/10ee92c7-0f28-4211-ae7a-aab25ea730f3 HTTP/1.1" 200 244 0.015125 10.0.0.50 - - [2026-08-26 12:43:11] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.50 - - [2026-08-26 12:43:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002762 10.0.0.50 - - [2026-08-26 12:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002315 10.0.0.50 - - [2026-08-26 12:43:11] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.020206 10.0.0.50 - - [2026-08-26 12:43:12] "GET / HTTP/1.1" 200 35931 0.002026 10.0.0.50 - - [2026-08-26 12:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.50 - - [2026-08-26 12:43:12] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006600 10.0.0.50 - - [2026-08-26 12:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.50 - - [2026-08-26 12:43:12] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.015447 10.0.0.50 - - [2026-08-26 12:43:12] "GET / HTTP/1.1" 200 35931 0.002375 10.0.0.50 - - [2026-08-26 12:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.50 - - [2026-08-26 12:43:12] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005871 10.0.0.50 - - [2026-08-26 12:43:12] "PUT /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3 HTTP/1.1" 200 274 0.021658 10.0.0.50 - - [2026-08-26 12:43:15] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.50 - - [2026-08-26 12:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.50 - - [2026-08-26 12:43:15] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.006280 10.0.0.50 - - [2026-08-26 12:43:15] "POST /bgp-routers HTTP/1.1" 409 301 0.003184 10.0.0.50 - - [2026-08-26 12:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.50 - - [2026-08-26 12:43:15] "GET /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.004093 10.0.0.50 - - [2026-08-26 12:43:15] "PUT /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8 HTTP/1.1" 200 254 0.020555 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:43:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001264 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:43:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000975 10.0.0.50 - - [2026-08-26 12:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.50 - - [2026-08-26 12:43:18] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004186 10.0.0.50 - - [2026-08-26 12:43:32] "GET / HTTP/1.1" 200 35931 0.001928 10.0.0.50 - - [2026-08-26 12:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006431 10.0.0.50 - - [2026-08-26 12:43:32] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005234 10.0.0.50 - - [2026-08-26 12:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002123 10.0.0.50 - - [2026-08-26 12:43:32] "GET /config-node/d606b9b2-9d82-42af-861e-41d434a7dda6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003350 10.0.0.50 - - [2026-08-26 12:43:44] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.50 - - [2026-08-26 12:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.50 - - [2026-08-26 12:43:44] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003067 10.0.0.50 - - [2026-08-26 12:43:44] "POST /bgp-routers HTTP/1.1" 409 301 0.002378 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:43:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000985 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:43:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001043 10.0.0.50 - - [2026-08-26 12:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.50 - - [2026-08-26 12:43:44] "GET /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.003091 10.0.0.50 - - [2026-08-26 12:43:44] "PUT /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8 HTTP/1.1" 200 254 0.024384 10.0.0.50 - - [2026-08-26 12:44:00] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.50 - - [2026-08-26 12:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.50 - - [2026-08-26 12:44:00] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004874 10.0.0.50 - - [2026-08-26 12:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.50 - - [2026-08-26 12:44:00] "GET /config-node/d606b9b2-9d82-42af-861e-41d434a7dda6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002636 10.0.0.50 - - [2026-08-26 12:44:00] "GET / HTTP/1.1" 200 35931 0.001901 10.0.0.50 - - [2026-08-26 12:44:00] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003278 10.0.0.50 - - [2026-08-26 12:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.50 - - [2026-08-26 12:44:05] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.003646 10.0.0.50 - - [2026-08-26 12:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.50 - - [2026-08-26 12:44:05] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.013599 10.0.0.50 - - [2026-08-26 12:44:05] "GET / HTTP/1.1" 200 35931 0.002072 10.0.0.50 - - [2026-08-26 12:44:05] "POST /alarms HTTP/1.1" 409 264 0.002847 10.0.0.50 - - [2026-08-26 12:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002091 10.0.0.50 - - [2026-08-26 12:44:05] "PUT /alarm/99254de8-874e-4fa2-9456-4c028766c1f6 HTTP/1.1" 200 244 0.012235 10.0.0.50 - - [2026-08-26 12:44:05] "POST /alarms HTTP/1.1" 409 261 0.005317 10.0.0.50 - - [2026-08-26 12:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.50 - - [2026-08-26 12:44:05] "PUT /alarm/130594ea-d97b-4c05-9b2d-f14951375415 HTTP/1.1" 200 244 0.013407 10.0.0.50 - - [2026-08-26 12:44:05] "POST /alarms HTTP/1.1" 409 261 0.005237 10.0.0.50 - - [2026-08-26 12:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/cfef261d-5b67-43d2-a0d3-c0c66b139f2c HTTP/1.1" 200 244 0.014468 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 253 0.009490 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/458fe4d6-e2fc-4abc-8734-2a7bbdbb90e6 HTTP/1.1" 200 244 0.013061 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 251 0.009866 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001856 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/88e80a80-bd59-4b47-a62e-b560e4bc2a3c HTTP/1.1" 200 244 0.012894 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 252 0.010442 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/039f13de-0f7f-49e4-b847-29cfa1340c01 HTTP/1.1" 200 244 0.016265 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 256 0.010735 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001918 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/74273879-fbda-4c7a-bbce-2dd693fe761d HTTP/1.1" 200 244 0.013163 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 248 0.012610 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002195 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/58d7d05a-eeb7-49f0-90c8-783aaabbf278 HTTP/1.1" 200 244 0.012172 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 252 0.007832 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/236d1808-9a09-4338-b576-d5df281c84c1 HTTP/1.1" 200 244 0.013178 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 257 0.004102 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/deabfcd1-1e50-4b93-a94c-e443d70407c4 HTTP/1.1" 200 244 0.011945 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 251 0.020391 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/7f47f0a7-de15-477b-a2e9-9d527f82cbe4 HTTP/1.1" 200 244 0.014426 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 257 0.011154 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002096 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/ce367fbf-3dea-43a3-ac22-41c04eafdc52 HTTP/1.1" 200 244 0.017002 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 261 0.008864 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007480 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/66ffa2c2-f221-47e3-88a5-9ad2c285c96d HTTP/1.1" 200 244 0.012470 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 258 0.017027 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008273 10.0.0.50 - - [2026-08-26 12:44:06] "PUT /alarm/ee3ad1f4-8715-4897-b8f9-fc757e265f2b HTTP/1.1" 200 244 0.013455 10.0.0.50 - - [2026-08-26 12:44:06] "POST /alarms HTTP/1.1" 409 254 0.014135 10.0.0.50 - - [2026-08-26 12:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/43b9af63-dbb5-4a3c-9ed1-aec481e8be37 HTTP/1.1" 200 244 0.013778 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 254 0.019878 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/12ce9118-70bb-4a67-9d9f-aaed9bd59c2e HTTP/1.1" 200 244 0.014176 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 254 0.008361 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010395 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/9f9b8432-129e-4428-a5a6-cef4a0d94951 HTTP/1.1" 200 244 0.012350 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 247 0.012952 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002051 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/ee6f3e34-d422-400f-b7f6-a93451e8618f HTTP/1.1" 200 244 0.014561 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 272 0.019825 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/36d10fd9-a04e-45d0-bae8-14d83d8ab840 HTTP/1.1" 200 244 0.012994 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 261 0.013464 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002446 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/23c09706-56ab-4b04-875a-a27597b20090 HTTP/1.1" 200 244 0.014927 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 259 0.017262 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/26c6a91c-03ac-4b22-bc93-a40a46f501a1 HTTP/1.1" 200 244 0.014960 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 265 0.008765 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/f2e86be1-925c-48ba-ab4a-5567a5b1fe17 HTTP/1.1" 200 244 0.017272 10.0.0.50 - - [2026-08-26 12:44:07] "POST /alarms HTTP/1.1" 409 279 0.010613 10.0.0.50 - - [2026-08-26 12:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.50 - - [2026-08-26 12:44:07] "PUT /alarm/10ee92c7-0f28-4211-ae7a-aab25ea730f3 HTTP/1.1" 200 244 0.020306 10.0.0.50 - - [2026-08-26 12:44:08] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.50 - - [2026-08-26 12:44:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002572 10.0.0.50 - - [2026-08-26 12:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.50 - - [2026-08-26 12:44:08] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.011373 10.0.0.50 - - [2026-08-26 12:44:08] "GET / HTTP/1.1" 200 35931 0.002060 10.0.0.50 - - [2026-08-26 12:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.50 - - [2026-08-26 12:44:08] "GET /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.003327 10.0.0.50 - - [2026-08-26 12:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002009 10.0.0.50 - - [2026-08-26 12:44:08] "PUT /global-vrouter-config/013f6a3c-163d-4b9f-aa94-71d5e08e5cc9 HTTP/1.1" 200 276 0.012130 10.0.0.50 - - [2026-08-26 12:44:08] "GET / HTTP/1.1" 200 35931 0.002575 10.0.0.50 - - [2026-08-26 12:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.50 - - [2026-08-26 12:44:08] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.006167 10.0.0.50 - - [2026-08-26 12:44:08] "PUT /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3 HTTP/1.1" 200 274 0.017387 10.0.0.50 - - [2026-08-26 12:44:11] "GET / HTTP/1.1" 200 35931 0.001410 10.0.0.50 - - [2026-08-26 12:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.50 - - [2026-08-26 12:44:11] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003490 10.0.0.50 - - [2026-08-26 12:44:11] "POST /bgp-routers HTTP/1.1" 409 301 0.002738 10.0.0.50 - - [2026-08-26 12:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.50 - - [2026-08-26 12:44:11] "GET /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.008971 10.0.0.50 - - [2026-08-26 12:44:11] "PUT /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8 HTTP/1.1" 200 254 0.023661 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:44:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001318 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:44:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001056 10.0.0.50 - - [2026-08-26 12:44:16] "POST /tags HTTP/1.1" 200 355 0.044282 10.0.0.50 - - [2026-08-26 12:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.030282 10.0.0.50 - - [2026-08-26 12:44:16] "GET /tag/95ca09bf-0529-48ee-99af-e53646b4a634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.036789 10.0.0.50 - - [2026-08-26 12:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.50 - - [2026-08-26 12:44:16] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.013829 10.0.0.50 - - [2026-08-26 12:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007233 10.0.0.50 - - [2026-08-26 12:44:16] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.097708 10.0.0.50 - - [2026-08-26 12:44:16] "POST /virtual-machines HTTP/1.1" 200 351 0.055472 10.0.0.50 - - [2026-08-26 12:44:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.047408 10.0.0.50 - - [2026-08-26 12:44:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.153633 10.0.0.50 - - [2026-08-26 12:44:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.024681 10.0.0.50 - - [2026-08-26 12:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008909 10.0.0.50 - - [2026-08-26 12:44:16] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.023416 10.0.0.50 - - [2026-08-26 12:44:17] "POST /instance-ips HTTP/1.1" 200 391 0.024164 10.0.0.50 - - [2026-08-26 12:44:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.031578 10.0.0.50 - - [2026-08-26 12:44:17] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.011976 10.0.0.50 - - [2026-08-26 12:44:17] "POST /set-tag HTTP/1.1" 200 109 0.033884 10.0.0.50 - - [2026-08-26 12:44:17] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.029465 10.0.0.50 - - [2026-08-26 12:44:17] "GET /instance-ip/d984ea90-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.004447 10.0.0.50 - - [2026-08-26 12:44:17] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.004967 10.0.0.50 - - [2026-08-26 12:44:17] "POST /set-tag HTTP/1.1" 200 109 0.002918 10.0.0.50 - - [2026-08-26 12:44:17] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004778 10.0.0.50 - - [2026-08-26 12:44:17] "POST /ref-update HTTP/1.1" 200 156 0.024357 10.0.0.50 - - [2026-08-26 12:44:17] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.011388 10.0.0.50 - - [2026-08-26 12:44:17] "POST /set-tag HTTP/1.1" 200 109 0.005003 10.0.0.50 - - [2026-08-26 12:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.50 - - [2026-08-26 12:44:17] "GET /virtual-network/0e99abce-2e7a-4e19-86fb-fe006223d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.005937 10.0.0.50 - - [2026-08-26 12:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.50 - - [2026-08-26 12:44:17] "GET /project/201177d1-f592-4bd8-9768-bec178e9d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.052453 10.0.0.50 - - [2026-08-26 12:44:17] "POST /virtual-machines HTTP/1.1" 200 355 0.020221 10.0.0.50 - - [2026-08-26 12:44:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.027636 10.0.0.50 - - [2026-08-26 12:44:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.164623 10.0.0.50 - - [2026-08-26 12:44:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.013589 10.0.0.50 - - [2026-08-26 12:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.013201 10.0.0.50 - - [2026-08-26 12:44:17] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.016985 10.0.0.50 - - [2026-08-26 12:44:18] "POST /instance-ips HTTP/1.1" 200 395 0.029504 10.0.0.50 - - [2026-08-26 12:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.033123 10.0.0.50 - - [2026-08-26 12:44:18] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.016544 10.0.0.50 - - [2026-08-26 12:44:18] "POST /set-tag HTTP/1.1" 200 109 0.021712 10.0.0.50 - - [2026-08-26 12:44:18] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.025560 10.0.0.50 - - [2026-08-26 12:44:18] "GET /instance-ip/da1f36ea-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.004190 10.0.0.50 - - [2026-08-26 12:44:18] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004883 10.0.0.50 - - [2026-08-26 12:44:18] "POST /set-tag HTTP/1.1" 200 109 0.002678 10.0.0.50 - - [2026-08-26 12:44:18] "GET /virtual-router/b4f8d08b-b68c-4464-b0f4-25065a22993e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1678 0.004901 10.0.0.50 - - [2026-08-26 12:44:18] "POST /ref-update HTTP/1.1" 200 156 0.014622 10.0.0.50 - - [2026-08-26 12:44:18] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005227 10.0.0.50 - - [2026-08-26 12:44:18] "POST /set-tag HTTP/1.1" 200 109 0.003213 10.0.0.50 - - [2026-08-26 12:44:18] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.009167 10.0.0.50 - - [2026-08-26 12:44:18] "POST /set-tag HTTP/1.1" 200 109 0.003209 10.0.0.50 - - [2026-08-26 12:44:18] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.011642 10.0.0.50 - - [2026-08-26 12:44:18] "POST /set-tag HTTP/1.1" 200 109 0.003163 10.0.0.50 - - [2026-08-26 12:44:29] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005265 10.0.0.50 - - [2026-08-26 12:44:29] "POST /set-tag HTTP/1.1" 200 109 0.010683 10.0.0.50 - - [2026-08-26 12:44:30] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005471 10.0.0.50 - - [2026-08-26 12:44:30] "POST /set-tag HTTP/1.1" 200 109 0.003280 10.0.0.50 - - [2026-08-26 12:44:31] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005183 10.0.0.50 - - [2026-08-26 12:44:31] "POST /set-tag HTTP/1.1" 200 109 0.003583 10.0.0.50 - - [2026-08-26 12:44:57] "GET / HTTP/1.1" 200 35931 0.002580 10.0.0.50 - - [2026-08-26 12:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.50 - - [2026-08-26 12:44:57] "GET /global-system-config/c6c6b589-0442-4b07-ad66-94d69746a5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.006790 10.0.0.50 - - [2026-08-26 12:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.50 - - [2026-08-26 12:44:57] "GET /config-node/d606b9b2-9d82-42af-861e-41d434a7dda6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003205 10.0.0.50 - - [2026-08-26 12:45:02] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.007701 10.0.0.50 - - [2026-08-26 12:45:02] "POST /set-tag HTTP/1.1" 200 109 0.003342 10.0.0.50 - - [2026-08-26 12:45:02] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005629 10.0.0.50 - - [2026-08-26 12:45:02] "POST /set-tag HTTP/1.1" 200 109 0.002936 10.0.0.50 - - [2026-08-26 12:45:03] "GET /virtual-machine/5f632202-b570-4c07-a1c6-62f5fe3dcddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.004177 10.0.0.50 - - [2026-08-26 12:45:03] "POST /ref-update HTTP/1.1" 200 156 0.020381 10.0.0.50 - - [2026-08-26 12:45:03] "GET /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.018199 10.0.0.50 - - [2026-08-26 12:45:03] "POST /set-tag HTTP/1.1" 200 109 0.019073 10.0.0.50 - - [2026-08-26 12:45:03] "POST /set-tag HTTP/1.1" 200 109 0.036003 10.0.0.50 - - [2026-08-26 12:45:03] "DELETE /instance-ip/d984ea90-a14b-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.075227 10.0.0.50 - - [2026-08-26 12:45:03] "DELETE /virtual-machine-interface/d95f8a5c-a14b-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.059453 10.0.0.50 - - [2026-08-26 12:45:03] "DELETE /virtual-machine/5f632202-b570-4c07-a1c6-62f5fe3dcddf HTTP/1.1" 200 115 0.031145 10.0.0.50 - - [2026-08-26 12:45:03] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.009362 10.0.0.50 - - [2026-08-26 12:45:03] "POST /set-tag HTTP/1.1" 200 109 0.003113 10.0.0.50 - - [2026-08-26 12:45:09] "GET / HTTP/1.1" 200 35931 0.002288 10.0.0.50 - - [2026-08-26 12:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.50 - - [2026-08-26 12:45:09] "GET /routing-instance/e718010d-8902-4e31-97a1-98e89826dcf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004722 10.0.0.50 - - [2026-08-26 12:45:09] "POST /bgp-routers HTTP/1.1" 409 301 0.004487 10.0.0.50 - - [2026-08-26 12:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006335 10.0.0.50 - - [2026-08-26 12:45:09] "GET /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.005636 10.0.0.50 - - [2026-08-26 12:45:09] "PUT /bgp-router/408fcc08-8914-4eeb-87bb-3f19f04501a8 HTTP/1.1" 200 254 0.035467 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:45:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001155 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:45:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001201 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:45:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001185 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:45:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001164 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:45:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001101 [Introspect:8084]10.0.0.50 - - [2026-08-26 12:45:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001376 10.0.0.50 - - [2026-08-26 12:45:33] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005633 10.0.0.50 - - [2026-08-26 12:45:33] "POST /set-tag HTTP/1.1" 200 109 0.004565 10.0.0.50 - - [2026-08-26 12:45:34] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.009324 10.0.0.50 - - [2026-08-26 12:45:34] "POST /set-tag HTTP/1.1" 200 109 0.002987 10.0.0.50 - - [2026-08-26 12:45:34] "GET /virtual-machine/c1f52e03-5013-4d0a-a8c3-722e525186c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.014672 10.0.0.50 - - [2026-08-26 12:45:34] "POST /ref-update HTTP/1.1" 200 156 0.023764 10.0.0.50 - - [2026-08-26 12:45:34] "GET /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.006022 10.0.0.50 - - [2026-08-26 12:45:34] "POST /set-tag HTTP/1.1" 200 109 0.016457 10.0.0.50 - - [2026-08-26 12:45:34] "POST /set-tag HTTP/1.1" 200 109 0.037293 10.0.0.50 - - [2026-08-26 12:45:34] "DELETE /instance-ip/da1f36ea-a14b-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.042019 10.0.0.50 - - [2026-08-26 12:45:34] "DELETE /virtual-machine-interface/d9fbbd1e-a14b-11f1-ae11-fa163ebca755 HTTP/1.1" 200 115 0.052652 10.0.0.50 - - [2026-08-26 12:45:34] "DELETE /virtual-machine/c1f52e03-5013-4d0a-a8c3-722e525186c3 HTTP/1.1" 200 115 0.028888 10.0.0.50 - - [2026-08-26 12:45:34] "DELETE /tag/95ca09bf-0529-48ee-99af-e53646b4a634 HTTP/1.1" 200 115 0.065277