++ 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 Jul 29 10:14:16 AM UTC 2026 ===================' INFO: =================== Wed Jul 29 10:14:16 AM 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 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ 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 ' +++ cut -d / -f 1 +++ ip addr show dev enp1s0 +++ awk '{print $2}' +++ head -n 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 )) + nc -z 10.0.0.50 9041 + echo -e '\035\nquit' + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 5/30' INFO: Waiting for cassandra 5/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 ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.50,10.248.158.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.248.158.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 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ sort ++ 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: 07/29/2026 10:15:22.138 7f1c8b7e9040 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/29/2026 10:15:23.131 7f1c8b7e9040 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/29/2026 10:15:23.200 7f1c8b7e9040 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/29/2026 10:15:23.200 7f1c8b7e9040 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.50 - - [2026-07-29 10:15:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.000812 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-07-29 10:15:47] "GET / HTTP/1.1" 503 181 0.000330 10.0.0.50 - - [2026-07-29 10:15:48] "GET / HTTP/1.1" 503 181 0.000412 10.0.0.50 - - [2026-07-29 10:15:48] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.50 - - [2026-07-29 10:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.018804 10.0.0.50 - - [2026-07-29 10:15:48] "GET / HTTP/1.1" 200 45303 0.003429 10.0.0.50 - - [2026-07-29 10:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.50 - - [2026-07-29 10:15:48] "GET /domain/76660b89-bc5f-4276-9480-0ae33ef50457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.082185 10.0.0.50 - - [2026-07-29 10:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.014199 10.0.0.50 - - [2026-07-29 10:15:49] "GET / HTTP/1.1" 200 35931 0.004550 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:15:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001852 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:15:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002693 10.0.0.50 - - [2026-07-29 10:15:49] "POST /id-to-fqname HTTP/1.1" 200 173 0.007172 10.0.0.50 - - [2026-07-29 10:15:49] "POST /fqname-to-id HTTP/1.1" 404 182 0.005907 10.0.0.50 - - [2026-07-29 10:15:49] "GET / HTTP/1.1" 200 35931 0.006848 10.0.0.50 - - [2026-07-29 10:15:49] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.50 - - [2026-07-29 10:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.025704 10.0.0.50 - - [2026-07-29 10:15:49] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.018769 10.0.0.50 - - [2026-07-29 10:15:49] "POST /fqname-to-id HTTP/1.1" 404 216 0.014121 10.0.0.50 - - [2026-07-29 10:15:49] "POST /security-groups HTTP/1.1" 200 570 0.115649 10.0.0.50 - - [2026-07-29 10:15:49] "POST /projects HTTP/1.1" 200 481 0.552814 10.0.0.50 - - [2026-07-29 10:15:49] "POST /security-groups HTTP/1.1" 200 534 0.174373 10.0.0.50 - - [2026-07-29 10:15:49] "POST /config-database-nodes HTTP/1.1" 200 611 0.173664 10.0.0.50 - - [2026-07-29 10:15:49] "POST /chown HTTP/1.1" 200 109 0.110918 10.0.0.50 - - [2026-07-29 10:15:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.087881 10.0.0.50 - - [2026-07-29 10:15:49] "POST /policy-managements HTTP/1.1" 409 214 0.047799 10.0.0.50 - - [2026-07-29 10:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.041336 10.0.0.50 - - [2026-07-29 10:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.040437 10.0.0.50 - - [2026-07-29 10:15:49] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.027269 10.0.0.50 - - [2026-07-29 10:15:49] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.020806 10.0.0.50 - - [2026-07-29 10:15:49] "POST /service-appliance-sets HTTP/1.1" 200 553 0.167696 10.0.0.50 - - [2026-07-29 10:15:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.010228 10.0.0.50 - - [2026-07-29 10:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010275 10.0.0.50 - - [2026-07-29 10:15:50] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.029217 10.0.0.50 - - [2026-07-29 10:15:50] "GET / HTTP/1.1" 200 35931 0.009569 10.0.0.50 - - [2026-07-29 10:15:50] "GET / HTTP/1.1" 200 35931 0.001252 10.0.0.50 - - [2026-07-29 10:15:50] "POST /application-policy-sets HTTP/1.1" 200 528 0.452429 10.0.0.50 - - [2026-07-29 10:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.018888 10.0.0.50 - - [2026-07-29 10:15:50] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.039129 10.0.0.50 - - [2026-07-29 10:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.143918 10.0.0.50 - - [2026-07-29 10:15:50] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.031221 10.0.0.50 - - [2026-07-29 10:15:50] "POST /service-appliance-sets HTTP/1.1" 200 541 0.386596 10.0.0.50 - - [2026-07-29 10:15:50] "POST /fqname-to-id HTTP/1.1" 404 216 0.030008 10.0.0.50 - - [2026-07-29 10:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.013198 10.0.0.50 - - [2026-07-29 10:15:50] "GET /network-ipam/5b7e4582-74e1-4eb2-baca-f6e753d2384d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.012550 10.0.0.50 - - [2026-07-29 10:15:50] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.148949 10.0.0.50 - - [2026-07-29 10:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.030644 10.0.0.50 - - [2026-07-29 10:15:50] "GET /virtual-network/788e4b2e-3a94-4f8c-85c5-d7b9b6f09dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.027667 10.0.0.50 - - [2026-07-29 10:15:50] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.288757 10.0.0.50 - - [2026-07-29 10:15:51] "POST /service-templates HTTP/1.1" 200 511 0.394789 10.0.0.50 - - [2026-07-29 10:15:51] "POST /id-to-fqname HTTP/1.1" 200 177 0.009186 10.0.0.50 - - [2026-07-29 10:15:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.064928 10.0.0.50 - - [2026-07-29 10:15:52] "GET / HTTP/1.1" 200 35931 0.002672 10.0.0.50 - - [2026-07-29 10:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.024318 10.0.0.50 - - [2026-07-29 10:15:52] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.025949 10.0.0.50 - - [2026-07-29 10:15:52] "POST /fqname-to-id HTTP/1.1" 404 216 0.031411 10.0.0.50 - - [2026-07-29 10:15:52] "POST /service-templates HTTP/1.1" 200 501 0.304546 10.0.0.50 - - [2026-07-29 10:15:52] "POST /security-groups HTTP/1.1" 200 574 0.363870 10.0.0.50 - - [2026-07-29 10:15:52] "POST /projects HTTP/1.1" 200 489 1.686790 10.0.0.50 - - [2026-07-29 10:15:52] "POST /database-nodes HTTP/1.1" 200 597 0.291639 10.0.0.50 - - [2026-07-29 10:15:52] "GET / HTTP/1.1" 200 35931 0.002241 10.0.0.50 - - [2026-07-29 10:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.035157 10.0.0.50 - - [2026-07-29 10:15:52] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.030656 10.0.0.50 - - [2026-07-29 10:15:52] "POST /fqname-to-id HTTP/1.1" 404 216 0.020246 10.0.0.50 - - [2026-07-29 10:15:52] "POST /service-templates HTTP/1.1" 200 515 0.452172 10.0.0.50 - - [2026-07-29 10:15:52] "POST /security-groups HTTP/1.1" 200 546 0.423747 10.0.0.50 - - [2026-07-29 10:15:53] "POST /service-templates HTTP/1.1" 200 535 0.258155 10.0.0.50 - - [2026-07-29 10:15:53] "POST /chown HTTP/1.1" 200 109 0.134522 10.0.0.50 - - [2026-07-29 10:15:53] "POST /config-nodes HTTP/1.1" 200 593 0.307800 10.0.0.50 - - [2026-07-29 10:15:53] "POST /service-templates HTTP/1.1" 200 507 0.264389 10.0.0.50 - - [2026-07-29 10:15:53] "POST /network-ipams HTTP/1.1" 200 522 0.337270 10.0.0.50 - - [2026-07-29 10:15:53] "GET / HTTP/1.1" 200 35931 0.002792 10.0.0.50 - - [2026-07-29 10:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011557 10.0.0.50 - - [2026-07-29 10:15:53] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.126164 10.0.0.50 - - [2026-07-29 10:15:53] "POST /network-ipams HTTP/1.1" 200 510 0.464508 10.0.0.50 - - [2026-07-29 10:15:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.030315 10.0.0.50 - - [2026-07-29 10:15:54] "POST /bgp-routers HTTP/1.1" 200 616 0.274039 10.0.0.50 - - [2026-07-29 10:15:54] "GET /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.052022 10.0.0.50 - - [2026-07-29 10:15:54] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.50 - - [2026-07-29 10:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.055069 10.0.0.50 - - [2026-07-29 10:15:54] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.031198 10.0.0.50 - - [2026-07-29 10:15:54] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.050125 10.0.0.50 - - [2026-07-29 10:15:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.025918 10.0.0.50 - - [2026-07-29 10:15:54] "POST /ref-update HTTP/1.1" 200 156 0.048004 10.0.0.50 - - [2026-07-29 10:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.045774 10.0.0.50 - - [2026-07-29 10:15:54] "POST /virtual-networks HTTP/1.1" 200 538 0.785612 10.0.0.50 - - [2026-07-29 10:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.023191 10.0.0.50 - - [2026-07-29 10:15:55] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1733 0.045861 10.0.0.50 - - [2026-07-29 10:15:55] "POST /network-ipams HTTP/1.1" 200 518 0.213406 10.0.0.50 - - [2026-07-29 10:15:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.043906 10.0.0.50 - - [2026-07-29 10:15:56] "POST /useragent-kv HTTP/1.1" 200 115 0.035846 10.0.0.50 - - [2026-07-29 10:15:56] "POST /virtual-networks HTTP/1.1" 200 546 0.745409 10.0.0.50 - - [2026-07-29 10:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.013401 10.0.0.50 - - [2026-07-29 10:15:56] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1750 0.034385 10.0.0.50 - - [2026-07-29 10:15:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.029691 10.0.0.50 - - [2026-07-29 10:15:56] "POST /network-policys HTTP/1.1" 200 538 0.140990 10.0.0.50 - - [2026-07-29 10:15:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.039088 10.0.0.50 - - [2026-07-29 10:15:56] "POST /network-policys HTTP/1.1" 200 534 0.151542 10.0.0.50 - - [2026-07-29 10:15:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.010171 10.0.0.50 - - [2026-07-29 10:15:56] "POST /network-policys HTTP/1.1" 200 542 0.070171 10.0.0.50 - - [2026-07-29 10:15:57] "POST /ref-update HTTP/1.1" 200 156 0.309059 10.0.0.50 - - [2026-07-29 10:15:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.063051 10.0.0.50 - - [2026-07-29 10:15:57] "POST /ref-update HTTP/1.1" 200 156 0.237127 10.0.0.50 - - [2026-07-29 10:15:57] "GET / HTTP/1.1" 200 35931 0.002560 10.0.0.50 - - [2026-07-29 10:15:57] "POST /ref-update HTTP/1.1" 200 156 0.257268 10.0.0.50 - - [2026-07-29 10:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.011461 10.0.0.50 - - [2026-07-29 10:15:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.054730 10.0.0.50 - - [2026-07-29 10:15:57] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.117649 10.0.0.50 - - [2026-07-29 10:15:57] "POST /fqname-to-id HTTP/1.1" 404 216 0.015602 10.0.0.50 - - [2026-07-29 10:15:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.063394 10.0.0.50 - - [2026-07-29 10:15:58] "POST /analytics-nodes HTTP/1.1" 200 599 0.257427 10.0.0.50 - - [2026-07-29 10:15:58] "GET / HTTP/1.1" 200 35931 0.002751 10.0.0.50 - - [2026-07-29 10:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.018896 10.0.0.50 - - [2026-07-29 10:15:58] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.031066 10.0.0.50 - - [2026-07-29 10:15:58] "POST /fqname-to-id HTTP/1.1" 404 216 0.006441 10.0.0.50 - - [2026-07-29 10:15:58] "POST /ref-update HTTP/1.1" 200 156 0.452578 10.0.0.50 - - [2026-07-29 10:15:58] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.113747 10.0.0.50 - - [2026-07-29 10:15:58] "POST /ref-update HTTP/1.1" 200 156 0.218789 10.0.0.50 - - [2026-07-29 10:15:58] "POST /ref-update HTTP/1.1" 200 156 0.260721 10.0.0.50 - - [2026-07-29 10:15:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.027313 10.0.0.50 - - [2026-07-29 10:15:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009689 10.0.0.50 - - [2026-07-29 10:15:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005361 10.0.0.50 - - [2026-07-29 10:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005459 10.0.0.50 - - [2026-07-29 10:15:59] "GET /virtual-network/788e4b2e-3a94-4f8c-85c5-d7b9b6f09dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.012653 10.0.0.50 - - [2026-07-29 10:15:59] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1063 0.011837 10.0.0.50 - - [2026-07-29 10:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.50 - - [2026-07-29 10:15:59] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.005063 10.0.0.50 - - [2026-07-29 10:15:59] "POST /firewall-policys HTTP/1.1" 200 530 0.044152 10.0.0.50 - - [2026-07-29 10:15:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.128622 10.0.0.50 - - [2026-07-29 10:15:59] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.030327 10.0.0.50 - - [2026-07-29 10:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.046228 10.0.0.50 - - [2026-07-29 10:15:59] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.015526 10.0.0.50 - - [2026-07-29 10:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.50 - - [2026-07-29 10:15:59] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1063 0.052827 10.0.0.50 - - [2026-07-29 10:15:59] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.039871 10.0.0.50 - - [2026-07-29 10:15:59] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.156463 10.0.0.50 - - [2026-07-29 10:15:59] "POST /ref-update HTTP/1.1" 200 156 0.276394 10.0.0.50 - - [2026-07-29 10:15:59] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1311 0.024002 10.0.0.50 - - [2026-07-29 10:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007922 10.0.0.50 - - [2026-07-29 10:16:00] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.012534 10.0.0.50 - - [2026-07-29 10:16:00] "POST /firewall-policys HTTP/1.1" 200 532 0.153015 10.0.0.50 - - [2026-07-29 10:16:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.081958 10.0.0.50 - - [2026-07-29 10:16:00] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.008556 10.0.0.50 - - [2026-07-29 10:16:00] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1311 0.017367 10.0.0.50 - - [2026-07-29 10:16:00] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.014477 10.0.0.50 - - [2026-07-29 10:16:00] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.012424 10.0.0.50 - - [2026-07-29 10:16:00] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.008866 10.0.0.50 - - [2026-07-29 10:16:00] "POST /ref-update HTTP/1.1" 200 156 0.119301 10.0.0.50 - - [2026-07-29 10:16:00] "GET / HTTP/1.1" 200 35931 0.002938 10.0.0.50 - - [2026-07-29 10:16:00] "POST /ref-update HTTP/1.1" 200 156 0.237629 10.0.0.50 - - [2026-07-29 10:16:00] "POST /alarms HTTP/1.1" 200 581 0.325649 10.0.0.50 - - [2026-07-29 10:16:01] "POST /ref-update HTTP/1.1" 200 156 0.226387 10.0.0.50 - - [2026-07-29 10:16:01] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.076597 10.0.0.50 - - [2026-07-29 10:16:01] "POST /alarms HTTP/1.1" 200 575 0.241553 10.0.0.50 - - [2026-07-29 10:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.057475 10.0.0.50 - - [2026-07-29 10:16:01] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.017612 10.0.0.50 - - [2026-07-29 10:16:01] "POST /alarms HTTP/1.1" 200 575 0.142057 10.0.0.50 - - [2026-07-29 10:16:01] "POST /alarms HTTP/1.1" 200 559 0.096962 10.0.0.50 - - [2026-07-29 10:16:01] "POST /firewall-policys HTTP/1.1" 200 530 0.224962 10.0.0.50 - - [2026-07-29 10:16:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.070262 10.0.0.50 - - [2026-07-29 10:16:01] "POST /alarms HTTP/1.1" 200 555 0.153775 10.0.0.50 - - [2026-07-29 10:16:01] "GET /firewall-policy/a7558ec1-798b-4790-b41c-ed412ba09160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.113219 10.0.0.50 - - [2026-07-29 10:16:01] "POST /alarms HTTP/1.1" 200 557 0.095184 10.0.0.50 - - [2026-07-29 10:16:01] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.062701 10.0.0.50 - - [2026-07-29 10:16:01] "GET /firewall-policy/a7558ec1-798b-4790-b41c-ed412ba09160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.016465 10.0.0.50 - - [2026-07-29 10:16:01] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.014144 10.0.0.50 - - [2026-07-29 10:16:01] "POST /alarms HTTP/1.1" 200 565 0.140537 10.0.0.50 - - [2026-07-29 10:16:02] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.059022 10.0.0.50 - - [2026-07-29 10:16:02] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.013362 10.0.0.50 - - [2026-07-29 10:16:02] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.026449 10.0.0.50 - - [2026-07-29 10:16:02] "POST /alarms HTTP/1.1" 200 549 0.201128 10.0.0.50 - - [2026-07-29 10:16:02] "POST /alarms HTTP/1.1" 200 557 0.193740 10.0.0.50 - - [2026-07-29 10:16:02] "POST /ref-update HTTP/1.1" 200 156 0.373741 10.0.0.50 - - [2026-07-29 10:16:02] "POST /alarms HTTP/1.1" 200 567 0.166985 10.0.0.50 - - [2026-07-29 10:16:02] "POST /ref-update HTTP/1.1" 200 156 0.168844 10.0.0.50 - - [2026-07-29 10:16:02] "POST /alarms HTTP/1.1" 200 555 0.151438 10.0.0.50 - - [2026-07-29 10:16:02] "POST /ref-update HTTP/1.1" 200 156 0.147293 10.0.0.50 - - [2026-07-29 10:16:02] "POST /alarms HTTP/1.1" 200 567 0.165895 10.0.0.50 - - [2026-07-29 10:16:02] "POST /ref-update HTTP/1.1" 200 156 0.114970 10.0.0.50 - - [2026-07-29 10:16:03] "POST /alarms HTTP/1.1" 200 575 0.199362 10.0.0.50 - - [2026-07-29 10:16:03] "POST /ref-update HTTP/1.1" 200 156 0.332340 10.0.0.50 - - [2026-07-29 10:16:03] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1754 0.043006 10.0.0.50 - - [2026-07-29 10:16:03] "POST /alarms HTTP/1.1" 200 569 0.217558 10.0.0.50 - - [2026-07-29 10:16:03] "POST /alarms HTTP/1.1" 200 561 0.082566 10.0.0.50 - - [2026-07-29 10:16:03] "POST /tags HTTP/1.1" 200 299 0.092265 10.0.0.50 - - [2026-07-29 10:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.028657 10.0.0.50 - - [2026-07-29 10:16:03] "GET /tag/db240f75-bfc7-40d5-838b-6e76b0761d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1112 0.020027 10.0.0.50 - - [2026-07-29 10:16:03] "POST /alarms HTTP/1.1" 200 561 0.082116 10.0.0.50 - - [2026-07-29 10:16:03] "POST /set-tag HTTP/1.1" 200 109 0.048705 10.0.0.50 - - [2026-07-29 10:16:03] "POST /alarms HTTP/1.1" 200 561 0.099023 10.0.0.50 - - [2026-07-29 10:16:03] "POST /alarms HTTP/1.1" 200 547 0.104615 10.0.0.50 - - [2026-07-29 10:16:04] "POST /alarms HTTP/1.1" 200 595 0.149185 10.0.0.50 - - [2026-07-29 10:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010321 10.0.0.50 - - [2026-07-29 10:16:04] "GET /network-ipam/5b7e4582-74e1-4eb2-baca-f6e753d2384d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.023239 10.0.0.50 - - [2026-07-29 10:16:04] "POST /alarms HTTP/1.1" 200 575 0.210269 10.0.0.50 - - [2026-07-29 10:16:04] "POST /tags HTTP/1.1" 200 357 0.360289 10.0.0.50 - - [2026-07-29 10:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.024690 10.0.0.50 - - [2026-07-29 10:16:04] "GET /tag/584a1868-646a-41f8-b8f5-d8c714247b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.047008 10.0.0.50 - - [2026-07-29 10:16:04] "POST /alarms HTTP/1.1" 200 571 0.117232 10.0.0.50 - - [2026-07-29 10:16:04] "POST /alarms HTTP/1.1" 200 583 0.096912 10.0.0.50 - - [2026-07-29 10:16:04] "POST /tags HTTP/1.1" 200 305 0.188426 10.0.0.50 - - [2026-07-29 10:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.016792 10.0.0.50 - - [2026-07-29 10:16:04] "POST /alarms HTTP/1.1" 200 609 0.130695 10.0.0.50 - - [2026-07-29 10:16:04] "GET /tag/4b56d6ad-baa9-4cb3-a6ac-215cbef75b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1122 0.055206 10.0.0.50 - - [2026-07-29 10:16:04] "POST /fqname-to-id HTTP/1.1" 404 225 0.007615 10.0.0.50 - - [2026-07-29 10:16:04] "POST /id-to-fqname HTTP/1.1" 200 174 0.000865 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.024176 10.0.0.50 - - [2026-07-29 10:16:05] "POST /access-control-lists HTTP/1.1" 200 587 0.117528 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 404 224 0.023842 10.0.0.50 - - [2026-07-29 10:16:05] "POST /security-groups HTTP/1.1" 200 571 0.146548 10.0.0.50 - - [2026-07-29 10:16:05] "POST /projects HTTP/1.1" 200 483 0.470361 10.0.0.50 - - [2026-07-29 10:16:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.056700 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.054056 10.0.0.50 - - [2026-07-29 10:16:05] "POST /access-control-lists HTTP/1.1" 200 585 0.215874 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.015652 10.0.0.50 - - [2026-07-29 10:16:05] "GET / HTTP/1.1" 200 35931 0.002477 10.0.0.50 - - [2026-07-29 10:16:05] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.008831 10.0.0.50 - - [2026-07-29 10:16:05] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.024118 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012845 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105 10.0.0.50 - - [2026-07-29 10:16:05] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.010430 10.0.0.50 - - [2026-07-29 10:16:05] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.069670 10.0.0.50 - - [2026-07-29 10:16:05] "POST /access-control-lists HTTP/1.1" 200 579 0.150530 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.017721 10.0.0.50 - - [2026-07-29 10:16:05] "POST /access-control-lists HTTP/1.1" 200 577 0.089344 10.0.0.50 - - [2026-07-29 10:16:05] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.175741 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.027338 10.0.0.50 - - [2026-07-29 10:16:05] "POST /access-control-lists HTTP/1.1" 200 594 0.094489 10.0.0.50 - - [2026-07-29 10:16:05] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.194700 10.0.0.50 - - [2026-07-29 10:16:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.025227 10.0.0.50 - - [2026-07-29 10:16:06] "POST /access-control-lists HTTP/1.1" 200 592 0.110358 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 404 217 0.006064 10.0.0.50 - - [2026-07-29 10:16:06] "POST /security-groups HTTP/1.1" 200 537 0.174685 10.0.0.50 - - [2026-07-29 10:16:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.062384 10.0.0.50 - - [2026-07-29 10:16:06] "POST /access-control-lists HTTP/1.1" 200 583 0.110692 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 404 216 0.014724 10.0.0.50 - - [2026-07-29 10:16:06] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.50 - - [2026-07-29 10:16:06] "POST /chown HTTP/1.1" 200 109 0.094703 10.0.0.50 - - [2026-07-29 10:16:06] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.029598 10.0.0.50 - - [2026-07-29 10:16:06] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.033113 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.50 - - [2026-07-29 10:16:06] "POST /access-control-lists HTTP/1.1" 200 581 0.073153 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 404 240 0.022866 10.0.0.50 - - [2026-07-29 10:16:06] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.052268 10.0.0.50 - - [2026-07-29 10:16:06] "POST /tags HTTP/1.1" 409 207 0.005138 10.0.0.50 - - [2026-07-29 10:16:06] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.098339 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011044 10.0.0.50 - - [2026-07-29 10:16:06] "POST /access-control-lists HTTP/1.1" 200 602 0.100761 10.0.0.50 - - [2026-07-29 10:16:06] "GET /tag/4b56d6ad-baa9-4cb3-a6ac-215cbef75b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1122 0.050635 10.0.0.50 - - [2026-07-29 10:16:06] "POST /fqname-to-id HTTP/1.1" 404 239 0.008791 10.0.0.50 - - [2026-07-29 10:16:06] "POST /access-control-lists HTTP/1.1" 200 600 0.037406 10.0.0.50 - - [2026-07-29 10:16:06] "POST /route-targets HTTP/1.1" 200 327 0.021273 10.0.0.50 - - [2026-07-29 10:16:06] "POST /firewall-rules HTTP/1.1" 200 564 0.152546 10.0.0.50 - - [2026-07-29 10:16:06] "POST /ref-update HTTP/1.1" 200 156 0.067143 10.0.0.50 - - [2026-07-29 10:16:06] "GET /firewall-rule/7edc0b9e-c3c8-4938-a41d-05f5243aae82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.039158 10.0.0.50 - - [2026-07-29 10:16:06] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.003559 10.0.0.50 - - [2026-07-29 10:16:06] "GET /firewall-rule/7edc0b9e-c3c8-4938-a41d-05f5243aae82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008646 10.0.0.50 - - [2026-07-29 10:16:06] "POST /route-targets HTTP/1.1" 200 327 0.022531 10.0.0.50 - - [2026-07-29 10:16:06] "POST /ref-update HTTP/1.1" 200 156 0.048159 10.0.0.50 - - [2026-07-29 10:16:07] "POST /route-targets HTTP/1.1" 200 327 0.044456 10.0.0.50 - - [2026-07-29 10:16:07] "POST /ref-update HTTP/1.1" 200 156 0.180353 10.0.0.50 - - [2026-07-29 10:16:07] "POST /ref-update HTTP/1.1" 200 156 0.079314 10.0.0.50 - - [2026-07-29 10:16:07] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.105519 10.0.0.50 - - [2026-07-29 10:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.025031 10.0.0.50 - - [2026-07-29 10:16:07] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.029002 10.0.0.50 - - [2026-07-29 10:16:07] "GET / HTTP/1.1" 200 35931 0.004826 10.0.0.50 - - [2026-07-29 10:16:07] "POST /tags HTTP/1.1" 409 207 0.012892 10.0.0.50 - - [2026-07-29 10:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008360 10.0.0.50 - - [2026-07-29 10:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009609 10.0.0.50 - - [2026-07-29 10:16:07] "POST /route-targets HTTP/1.1" 200 327 0.066323 10.0.0.50 - - [2026-07-29 10:16:07] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.039565 10.0.0.50 - - [2026-07-29 10:16:07] "GET /tag/4b56d6ad-baa9-4cb3-a6ac-215cbef75b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1122 0.037902 10.0.0.50 - - [2026-07-29 10:16:07] "POST /ref-update HTTP/1.1" 200 156 0.090293 10.0.0.50 - - [2026-07-29 10:16:07] "PUT /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2 HTTP/1.1" 200 274 0.185248 10.0.0.50 - - [2026-07-29 10:16:07] "POST /route-targets HTTP/1.1" 200 327 0.072650 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001196 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001273 10.0.0.50 - - [2026-07-29 10:16:07] "POST /ref-update HTTP/1.1" 200 156 0.091693 10.0.0.50 - - [2026-07-29 10:16:07] "POST /firewall-rules HTTP/1.1" 200 562 0.318466 10.0.0.50 - - [2026-07-29 10:16:07] "GET /firewall-rule/e679cc21-e994-4b58-93a1-20f7adecc045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.027899 10.0.0.50 - - [2026-07-29 10:16:07] "POST /route-targets HTTP/1.1" 200 327 0.032828 10.0.0.50 - - [2026-07-29 10:16:07] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.021381 10.0.0.50 - - [2026-07-29 10:16:07] "GET /firewall-rule/e679cc21-e994-4b58-93a1-20f7adecc045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004236 10.0.0.50 - - [2026-07-29 10:16:07] "POST /ref-update HTTP/1.1" 200 156 0.049902 10.0.0.50 - - [2026-07-29 10:16:07] "POST /ref-update HTTP/1.1" 200 156 0.105400 10.0.0.50 - - [2026-07-29 10:16:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.009434 10.0.0.50 - - [2026-07-29 10:16:08] "POST /access-control-lists HTTP/1.1" 200 551 0.135025 10.0.0.50 - - [2026-07-29 10:16:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.019180 10.0.0.50 - - [2026-07-29 10:16:08] "POST /access-control-lists HTTP/1.1" 200 589 0.255403 10.0.0.50 - - [2026-07-29 10:16:08] "POST /tags HTTP/1.1" 200 305 0.655976 10.0.0.50 - - [2026-07-29 10:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.018348 10.0.0.50 - - [2026-07-29 10:16:08] "POST /ref-update HTTP/1.1" 200 156 0.121606 10.0.0.50 - - [2026-07-29 10:16:08] "GET /tag/eb022f6c-2feb-4118-b941-0b76b3b3b202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1121 0.093445 10.0.0.50 - - [2026-07-29 10:16:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.056326 10.0.0.50 - - [2026-07-29 10:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.50 - - [2026-07-29 10:16:08] "POST /access-control-lists HTTP/1.1" 200 601 0.123897 10.0.0.50 - - [2026-07-29 10:16:09] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.161538 10.0.0.50 - - [2026-07-29 10:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.034797 10.0.0.50 - - [2026-07-29 10:16:09] "POST /ref-update HTTP/1.1" 200 156 0.082057 10.0.0.50 - - [2026-07-29 10:16:09] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.020842 10.0.0.50 - - [2026-07-29 10:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008806 10.0.0.50 - - [2026-07-29 10:16:09] "POST /ref-update HTTP/1.1" 200 156 0.091943 10.0.0.50 - - [2026-07-29 10:16:09] "GET /service-appliance-set/bbb21e61-9816-4201-b96e-eadf3e79c799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.049613 10.0.0.50 - - [2026-07-29 10:16:09] "POST /fqname-to-id HTTP/1.1" 404 240 0.030922 10.0.0.50 - - [2026-07-29 10:16:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.222454 10.0.0.50 - - [2026-07-29 10:16:09] "GET /virtual-machine-interface/53a4bf61-8704-44f9-9f0e-cf816401846e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2302 0.041221 10.0.0.50 - - [2026-07-29 10:16:09] "POST /fqname-to-id HTTP/1.1" 404 214 0.007463 10.0.0.50 - - [2026-07-29 10:16:09] "POST /access-control-lists HTTP/1.1" 200 580 0.168029 10.0.0.50 - - [2026-07-29 10:16:09] "POST /instance-ips HTTP/1.1" 200 381 0.290320 10.0.0.50 - - [2026-07-29 10:16:09] "POST /fqname-to-id HTTP/1.1" 404 213 0.018645 10.0.0.50 - - [2026-07-29 10:16:09] "GET /instance-ip/db5420b3-93af-40c5-aaa1-9b12a4375d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.029295 10.0.0.50 - - [2026-07-29 10:16:10] "POST /access-control-lists HTTP/1.1" 200 578 0.133060 10.0.0.50 - - [2026-07-29 10:16:10] "POST /loadbalancers HTTP/1.1" 200 582 0.230170 10.0.0.50 - - [2026-07-29 10:16:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.053268 10.0.0.50 - - [2026-07-29 10:16:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.033592 10.0.0.50 - - [2026-07-29 10:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.023458 10.0.0.50 - - [2026-07-29 10:16:10] "POST /access-control-lists HTTP/1.1" 200 596 0.079134 10.0.0.50 - - [2026-07-29 10:16:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.013012 10.0.0.50 - - [2026-07-29 10:16:10] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.198414 10.0.0.50 - - [2026-07-29 10:16:10] "GET /loadbalancer/24a9b2c0-51c5-4373-a409-820adf341812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.010840 10.0.0.50 - - [2026-07-29 10:16:10] "POST /access-control-lists HTTP/1.1" 200 594 0.192260 10.0.0.50 - - [2026-07-29 10:16:10] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.223566 10.0.0.50 - - [2026-07-29 10:16:10] "GET /instance-ip/db5420b3-93af-40c5-aaa1-9b12a4375d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.027053 10.0.0.50 - - [2026-07-29 10:16:10] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.261871 10.0.0.50 - - [2026-07-29 10:16:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.093200 10.0.0.50 - - [2026-07-29 10:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.034053 10.0.0.50 - - [2026-07-29 10:16:11] "POST /floating-ips HTTP/1.1" 200 583 0.258766 10.0.0.50 - - [2026-07-29 10:16:11] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.247293 10.0.0.50 - - [2026-07-29 10:16:11] "GET /loadbalancer-listener/548d7009-fea6-43ff-b683-cbb821c67ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.011457 10.0.0.50 - - [2026-07-29 10:16:11] "GET /loadbalancer-listener/548d7009-fea6-43ff-b683-cbb821c67ca1?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.019403 10.0.0.50 - - [2026-07-29 10:16:11] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.125589 10.0.0.50 - - [2026-07-29 10:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011225 10.0.0.50 - - [2026-07-29 10:16:11] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.005858 10.0.0.50 - - [2026-07-29 10:16:11] "GET /instance-ip/db5420b3-93af-40c5-aaa1-9b12a4375d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.019340 10.0.0.50 - - [2026-07-29 10:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.035371 10.0.0.50 - - [2026-07-29 10:16:11] "GET /instance-ip/db5420b3-93af-40c5-aaa1-9b12a4375d70?fields=floating_ips HTTP/1.1" 200 1171 0.027163 10.0.0.50 - - [2026-07-29 10:16:11] "GET /floating-ip/097121ac-1fb7-4e2b-b5b5-9c2fb436eea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.023953 10.0.0.50 - - [2026-07-29 10:16:11] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.045809 10.0.0.50 - - [2026-07-29 10:16:11] "POST /tags HTTP/1.1" 200 301 0.199474 10.0.0.50 - - [2026-07-29 10:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.038214 10.0.0.50 - - [2026-07-29 10:16:12] "GET /tag/ad0c2958-50bd-4ad6-a120-5d0e54205a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.043486 10.0.0.50 - - [2026-07-29 10:16:12] "POST /tags HTTP/1.1" 200 325 0.134505 10.0.0.50 - - [2026-07-29 10:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013208 10.0.0.50 - - [2026-07-29 10:16:12] "GET /tag/819ca679-fbd0-4bd5-abf8-952951dcddf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1171 0.040444 10.0.0.50 - - [2026-07-29 10:16:12] "POST /tags HTTP/1.1" 200 363 0.064719 10.0.0.50 - - [2026-07-29 10:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012897 10.0.0.50 - - [2026-07-29 10:16:12] "GET /tag/dbb5ccf5-12f9-481c-88a5-29f1d543f5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.023392 10.0.0.50 - - [2026-07-29 10:16:12] "POST /tags HTTP/1.1" 200 311 0.083469 10.0.0.50 - - [2026-07-29 10:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.019965 10.0.0.50 - - [2026-07-29 10:16:12] "GET /tag/4cf3dc22-a60b-4d02-a8d9-97372478c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.028661 10.0.0.50 - - [2026-07-29 10:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006001 10.0.0.50 - - [2026-07-29 10:16:12] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009448 10.0.0.50 - - [2026-07-29 10:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.50 - - [2026-07-29 10:16:12] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.060256 10.0.0.50 - - [2026-07-29 10:16:12] "POST /virtual-machines HTTP/1.1" 200 377 0.026876 10.0.0.50 - - [2026-07-29 10:16:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.024671 10.0.0.50 - - [2026-07-29 10:16:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.245391 10.0.0.50 - - [2026-07-29 10:16:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.039392 10.0.0.50 - - [2026-07-29 10:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016739 10.0.0.50 - - [2026-07-29 10:16:13] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012324 10.0.0.50 - - [2026-07-29 10:16:13] "POST /instance-ips HTTP/1.1" 200 409 0.098756 10.0.0.50 - - [2026-07-29 10:16:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.070892 10.0.0.50 - - [2026-07-29 10:16:13] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.019124 10.0.0.50 - - [2026-07-29 10:16:13] "POST /set-tag HTTP/1.1" 200 109 0.091806 10.0.0.50 - - [2026-07-29 10:16:13] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.080913 10.0.0.50 - - [2026-07-29 10:16:13] "GET /instance-ip/86dae162-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.033005 10.0.0.50 - - [2026-07-29 10:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.50 - - [2026-07-29 10:16:13] "GET /loadbalancer/24a9b2c0-51c5-4373-a409-820adf341812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.007449 10.0.0.50 - - [2026-07-29 10:16:14] "POST /tags HTTP/1.1" 200 355 0.062848 10.0.0.50 - - [2026-07-29 10:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.011895 10.0.0.50 - - [2026-07-29 10:16:14] "GET /tag/3e3bdab3-4aae-45a4-ad99-87292bbdfa5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.077980 10.0.0.50 - - [2026-07-29 10:16:14] "POST /tags HTTP/1.1" 200 303 0.089921 10.0.0.50 - - [2026-07-29 10:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.054041 10.0.0.50 - - [2026-07-29 10:16:14] "GET /tag/6d054a2a-b2e9-4f93-a8de-c6bce0baadbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.056318 10.0.0.50 - - [2026-07-29 10:16:14] "POST /projects HTTP/1.1" 409 218 0.010606 10.0.0.50 - - [2026-07-29 10:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006823 10.0.0.50 - - [2026-07-29 10:16:14] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.111132 10.0.0.50 - - [2026-07-29 10:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.018517 10.0.0.50 - - [2026-07-29 10:16:14] "GET /network-ipam/d91cec5e-4cc9-40d9-914b-dc0d8d9c8e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.022799 10.0.0.50 - - [2026-07-29 10:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.019172 10.0.0.50 - - [2026-07-29 10:16:14] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.009979 10.0.0.50 - - [2026-07-29 10:16:14] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.139199 10.0.0.50 - - [2026-07-29 10:16:14] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.024028 10.0.0.50 - - [2026-07-29 10:16:15] "POST /set-tag HTTP/1.1" 200 109 0.221464 10.0.0.50 - - [2026-07-29 10:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009611 10.0.0.50 - - [2026-07-29 10:16:15] "GET /network-ipam/f44766f0-0d13-4dd1-b605-01c0851d50a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.011349 10.0.0.50 - - [2026-07-29 10:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.50 - - [2026-07-29 10:16:15] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.021501 10.0.0.50 - - [2026-07-29 10:16:15] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.125160 10.0.0.50 - - [2026-07-29 10:16:15] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.031006 10.0.0.50 - - [2026-07-29 10:16:15] "POST /set-tag HTTP/1.1" 200 109 0.113756 10.0.0.50 - - [2026-07-29 10:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.019861 10.0.0.50 - - [2026-07-29 10:16:15] "GET /network-policy/291b4772-d35a-4640-be71-50cb74caac95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005951 10.0.0.50 - - [2026-07-29 10:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012343 10.0.0.50 - - [2026-07-29 10:16:15] "GET /network-policy/0bf83bfe-c4f7-49dc-943d-e37b7266f09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009609 10.0.0.50 - - [2026-07-29 10:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007746 10.0.0.50 - - [2026-07-29 10:16:15] "GET /network-policy/2456acd1-440c-4a54-8041-7d8a53d952f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009243 10.0.0.50 - - [2026-07-29 10:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010496 10.0.0.50 - - [2026-07-29 10:16:15] "PUT /network-policy/2456acd1-440c-4a54-8041-7d8a53d952f6 HTTP/1.1" 200 262 0.018531 10.0.0.50 - - [2026-07-29 10:16:16] "POST /ref-update HTTP/1.1" 200 156 0.194998 10.0.0.50 - - [2026-07-29 10:16:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.063844 10.0.0.50 - - [2026-07-29 10:16:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004833 10.0.0.50 - - [2026-07-29 10:16:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007200 10.0.0.50 - - [2026-07-29 10:16:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003916 10.0.0.50 - - [2026-07-29 10:16:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004453 10.0.0.50 - - [2026-07-29 10:16:16] "POST /security-groups HTTP/1.1" 409 245 0.008228 10.0.0.50 - - [2026-07-29 10:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007183 10.0.0.50 - - [2026-07-29 10:16:16] "PUT /security-group/8e6b27a3-00be-4201-895d-a1c9c3d0a167 HTTP/1.1" 200 262 0.104311 10.0.0.50 - - [2026-07-29 10:16:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.052834 10.0.0.50 - - [2026-07-29 10:16:16] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.035563 10.0.0.50 - - [2026-07-29 10:16:16] "PUT /access-control-list/280777c9-9b2f-4287-8ae5-5bd69f4d2b67 HTTP/1.1" 200 272 0.050431 10.0.0.50 - - [2026-07-29 10:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.024315 10.0.0.50 - - [2026-07-29 10:16:16] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.006376 10.0.0.50 - - [2026-07-29 10:16:16] "POST /tags HTTP/1.1" 409 206 0.007039 10.0.0.50 - - [2026-07-29 10:16:16] "PUT /access-control-list/b7f762d0-acbe-47cf-81e6-6367d58ff1c7 HTTP/1.1" 200 272 0.053181 10.0.0.50 - - [2026-07-29 10:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.50 - - [2026-07-29 10:16:16] "GET /tag/6d054a2a-b2e9-4f93-a8de-c6bce0baadbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.040471 10.0.0.50 - - [2026-07-29 10:16:16] "POST /firewall-rules HTTP/1.1" 200 562 0.105395 10.0.0.50 - - [2026-07-29 10:16:16] "GET /firewall-rule/d90c5fa9-da7c-4e8b-b9a7-e8633ec40975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.023776 10.0.0.50 - - [2026-07-29 10:16:16] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.010765 10.0.0.50 - - [2026-07-29 10:16:16] "GET /firewall-rule/d90c5fa9-da7c-4e8b-b9a7-e8633ec40975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.009801 10.0.0.50 - - [2026-07-29 10:16:17] "POST /ref-update HTTP/1.1" 200 156 0.045980 10.0.0.50 - - [2026-07-29 10:16:17] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.019594 10.0.0.50 - - [2026-07-29 10:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005830 10.0.0.50 - - [2026-07-29 10:16:17] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.035949 10.0.0.50 - - [2026-07-29 10:16:17] "POST /tags HTTP/1.1" 409 206 0.005528 10.0.0.50 - - [2026-07-29 10:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.50 - - [2026-07-29 10:16:17] "GET /tag/6d054a2a-b2e9-4f93-a8de-c6bce0baadbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.079034 10.0.0.50 - - [2026-07-29 10:16:17] "POST /firewall-rules HTTP/1.1" 200 560 0.285180 10.0.0.50 - - [2026-07-29 10:16:17] "GET /firewall-rule/33f984f9-5673-4e44-8de1-ffbcbb5ce081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.024648 10.0.0.50 - - [2026-07-29 10:16:17] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.027864 10.0.0.50 - - [2026-07-29 10:16:17] "GET /firewall-rule/33f984f9-5673-4e44-8de1-ffbcbb5ce081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006480 10.0.0.50 - - [2026-07-29 10:16:17] "POST /ref-update HTTP/1.1" 200 156 0.086800 10.0.0.50 - - [2026-07-29 10:16:17] "POST /tags HTTP/1.1" 200 301 0.050135 10.0.0.50 - - [2026-07-29 10:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.021813 10.0.0.50 - - [2026-07-29 10:16:18] "GET /tag/ddfe1de0-d4d5-4763-bf11-a044c057a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.056976 10.0.0.50 - - [2026-07-29 10:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006162 10.0.0.50 - - [2026-07-29 10:16:18] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.115213 10.0.0.50 - - [2026-07-29 10:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.017399 10.0.0.50 - - [2026-07-29 10:16:18] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.010775 10.0.0.50 - - [2026-07-29 10:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005468 10.0.0.50 - - [2026-07-29 10:16:18] "GET /service-appliance-set/bbb21e61-9816-4201-b96e-eadf3e79c799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.004112 10.0.0.50 - - [2026-07-29 10:16:18] "POST /fqname-to-id HTTP/1.1" 404 242 0.006493 10.0.0.50 - - [2026-07-29 10:16:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.224832 10.0.0.50 - - [2026-07-29 10:16:18] "GET /virtual-machine-interface/020c85c6-f775-49ec-900c-ee1aaced8b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2311 0.034416 10.0.0.50 - - [2026-07-29 10:16:18] "POST /instance-ips HTTP/1.1" 200 377 0.073789 10.0.0.50 - - [2026-07-29 10:16:18] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.023476 10.0.0.50 - - [2026-07-29 10:16:18] "POST /loadbalancers HTTP/1.1" 200 582 0.120863 10.0.0.50 - - [2026-07-29 10:16:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.066665 10.0.0.50 - - [2026-07-29 10:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.049355 10.0.0.50 - - [2026-07-29 10:16:19] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.146259 10.0.0.50 - - [2026-07-29 10:16:19] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.009302 10.0.0.50 - - [2026-07-29 10:16:19] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.118141 10.0.0.50 - - [2026-07-29 10:16:19] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.013419 10.0.0.50 - - [2026-07-29 10:16:19] "POST /floating-ips HTTP/1.1" 200 581 0.121861 10.0.0.50 - - [2026-07-29 10:16:19] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.104885 10.0.0.50 - - [2026-07-29 10:16:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.034423 10.0.0.50 - - [2026-07-29 10:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.50 - - [2026-07-29 10:16:19] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.067895 10.0.0.50 - - [2026-07-29 10:16:19] "GET /loadbalancer-listener/e8277c4c-00da-4b41-8e29-5d21fbaba694?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.010816 10.0.0.50 - - [2026-07-29 10:16:19] "GET /loadbalancer-listener/e8277c4c-00da-4b41-8e29-5d21fbaba694?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.011351 10.0.0.50 - - [2026-07-29 10:16:19] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.040995 10.0.0.50 - - [2026-07-29 10:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.50 - - [2026-07-29 10:16:19] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.014100 10.0.0.50 - - [2026-07-29 10:16:19] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?fields=floating_ips HTTP/1.1" 200 1164 0.025813 10.0.0.50 - - [2026-07-29 10:16:19] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.094619 10.0.0.50 - - [2026-07-29 10:16:19] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.007733 10.0.0.50 - - [2026-07-29 10:16:19] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004749 10.0.0.50 - - [2026-07-29 10:16:19] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.070551 10.0.0.50 - - [2026-07-29 10:16:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.049562 10.0.0.50 - - [2026-07-29 10:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008492 10.0.0.50 - - [2026-07-29 10:16:20] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.063551 10.0.0.50 - - [2026-07-29 10:16:20] "GET /loadbalancer-listener/d600c28f-c19c-4aa1-8c2e-f79b494b36a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.010290 10.0.0.50 - - [2026-07-29 10:16:20] "GET /loadbalancer-listener/d600c28f-c19c-4aa1-8c2e-f79b494b36a6?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.013436 10.0.0.50 - - [2026-07-29 10:16:20] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.056314 10.0.0.50 - - [2026-07-29 10:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006266 10.0.0.50 - - [2026-07-29 10:16:20] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.010553 10.0.0.50 - - [2026-07-29 10:16:20] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?fields=floating_ips HTTP/1.1" 200 1164 0.012641 10.0.0.50 - - [2026-07-29 10:16:20] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.005196 10.0.0.50 - - [2026-07-29 10:16:20] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.099046 10.0.0.50 - - [2026-07-29 10:16:20] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006233 10.0.0.50 - - [2026-07-29 10:16:20] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.069528 10.0.0.50 - - [2026-07-29 10:16:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.028064 10.0.0.50 - - [2026-07-29 10:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013767 10.0.0.50 - - [2026-07-29 10:16:20] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.155720 10.0.0.50 - - [2026-07-29 10:16:20] "GET /loadbalancer-listener/5167cbd7-0928-41e0-9242-7449c3c9f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.009990 10.0.0.50 - - [2026-07-29 10:16:20] "GET /loadbalancer-listener/5167cbd7-0928-41e0-9242-7449c3c9f653?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1199 0.010395 10.0.0.50 - - [2026-07-29 10:16:20] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.032598 10.0.0.50 - - [2026-07-29 10:16:20] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.009171 10.0.0.50 - - [2026-07-29 10:16:21] "GET /instance-ip/49d9ee66-0e0c-491b-aab4-e5ebe8260b98?fields=floating_ips HTTP/1.1" 200 1164 0.005774 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.50 - - [2026-07-29 10:16:21] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.004093 10.0.0.50 - - [2026-07-29 10:16:21] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004003 10.0.0.50 - - [2026-07-29 10:16:21] "POST /tags HTTP/1.1" 200 371 0.058189 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.50 - - [2026-07-29 10:16:21] "GET /tag/544a2f3e-a291-4317-9407-a693c71c7fa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.044058 10.0.0.50 - - [2026-07-29 10:16:21] "POST /tags HTTP/1.1" 200 319 0.038619 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.014481 10.0.0.50 - - [2026-07-29 10:16:21] "GET /tag/0edb10af-5f76-4d95-9a61-8c05cb5055d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1151 0.031327 10.0.0.50 - - [2026-07-29 10:16:21] "POST /id-to-fqname HTTP/1.1" 200 181 0.000558 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.012561 10.0.0.50 - - [2026-07-29 10:16:21] "POST /security-groups HTTP/1.1" 200 578 0.105862 10.0.0.50 - - [2026-07-29 10:16:21] "POST /projects HTTP/1.1" 200 497 0.295875 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.015787 10.0.0.50 - - [2026-07-29 10:16:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.019323 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010844 10.0.0.50 - - [2026-07-29 10:16:21] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.009074 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.50 - - [2026-07-29 10:16:21] "POST /access-control-lists HTTP/1.1" 200 587 0.114808 10.0.0.50 - - [2026-07-29 10:16:21] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.014262 10.0.0.50 - - [2026-07-29 10:16:21] "POST /fqname-to-id HTTP/1.1" 404 224 0.007110 10.0.0.50 - - [2026-07-29 10:16:21] "POST /access-control-lists HTTP/1.1" 200 585 0.096423 10.0.0.50 - - [2026-07-29 10:16:21] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.123441 10.0.0.50 - - [2026-07-29 10:16:22] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.072195 10.0.0.50 - - [2026-07-29 10:16:22] "POST /security-groups HTTP/1.1" 200 558 0.121904 10.0.0.50 - - [2026-07-29 10:16:22] "POST /fqname-to-id HTTP/1.1" 404 248 0.024781 10.0.0.50 - - [2026-07-29 10:16:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.077047 10.0.0.50 - - [2026-07-29 10:16:22] "POST /chown HTTP/1.1" 200 109 0.057429 10.0.0.50 - - [2026-07-29 10:16:22] "POST /access-control-lists HTTP/1.1" 200 610 0.142374 10.0.0.50 - - [2026-07-29 10:16:22] "POST /fqname-to-id HTTP/1.1" 404 247 0.022329 10.0.0.50 - - [2026-07-29 10:16:22] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.014474 10.0.0.50 - - [2026-07-29 10:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.50 - - [2026-07-29 10:16:22] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.019715 10.0.0.50 - - [2026-07-29 10:16:22] "POST /tags HTTP/1.1" 409 214 0.003979 10.0.0.50 - - [2026-07-29 10:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.50 - - [2026-07-29 10:16:22] "POST /access-control-lists HTTP/1.1" 200 608 0.097489 10.0.0.50 - - [2026-07-29 10:16:22] "GET /tag/0edb10af-5f76-4d95-9a61-8c05cb5055d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1151 0.054462 10.0.0.50 - - [2026-07-29 10:16:22] "POST /firewall-rules HTTP/1.1" 200 578 0.134654 10.0.0.50 - - [2026-07-29 10:16:22] "GET /firewall-rule/62b618e4-da68-4c74-b17a-4c2f7a2b4961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.021943 10.0.0.50 - - [2026-07-29 10:16:22] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.006566 10.0.0.50 - - [2026-07-29 10:16:22] "GET /firewall-rule/62b618e4-da68-4c74-b17a-4c2f7a2b4961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006124 10.0.0.50 - - [2026-07-29 10:16:22] "POST /ref-update HTTP/1.1" 200 156 0.065338 10.0.0.50 - - [2026-07-29 10:16:22] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.022564 10.0.0.50 - - [2026-07-29 10:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.50 - - [2026-07-29 10:16:23] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003811 10.0.0.50 - - [2026-07-29 10:16:23] "POST /tags HTTP/1.1" 409 214 0.013112 10.0.0.50 - - [2026-07-29 10:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.50 - - [2026-07-29 10:16:23] "GET /tag/0edb10af-5f76-4d95-9a61-8c05cb5055d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1151 0.036491 10.0.0.50 - - [2026-07-29 10:16:23] "POST /firewall-rules HTTP/1.1" 200 576 0.105976 10.0.0.50 - - [2026-07-29 10:16:23] "GET /firewall-rule/fc47beab-e1a0-40ef-b78d-f93e222478f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.012159 10.0.0.50 - - [2026-07-29 10:16:23] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.014448 10.0.0.50 - - [2026-07-29 10:16:23] "GET /firewall-rule/fc47beab-e1a0-40ef-b78d-f93e222478f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005748 10.0.0.50 - - [2026-07-29 10:16:23] "POST /ref-update HTTP/1.1" 200 156 0.183623 10.0.0.50 - - [2026-07-29 10:16:23] "POST /tags HTTP/1.1" 200 363 0.074462 10.0.0.50 - - [2026-07-29 10:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.016737 10.0.0.50 - - [2026-07-29 10:16:23] "GET /tag/7eeaa62f-eba0-499e-8e0d-8c20c8c1169f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.032793 10.0.0.50 - - [2026-07-29 10:16:23] "POST /tags HTTP/1.1" 200 311 0.027401 10.0.0.50 - - [2026-07-29 10:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.024628 10.0.0.50 - - [2026-07-29 10:16:23] "GET /tag/9557424a-478b-48e5-bc16-f51a444c2d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.030272 10.0.0.50 - - [2026-07-29 10:16:24] "POST /id-to-fqname HTTP/1.1" 200 177 0.000703 10.0.0.50 - - [2026-07-29 10:16:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.008821 10.0.0.50 - - [2026-07-29 10:16:24] "POST /security-groups HTTP/1.1" 200 574 0.106556 10.0.0.50 - - [2026-07-29 10:16:24] "POST /projects HTTP/1.1" 200 489 0.359273 10.0.0.50 - - [2026-07-29 10:16:24] "POST /fqname-to-id HTTP/1.1" 404 217 0.006724 10.0.0.50 - - [2026-07-29 10:16:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.029489 10.0.0.50 - - [2026-07-29 10:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011106 10.0.0.50 - - [2026-07-29 10:16:24] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.019554 10.0.0.50 - - [2026-07-29 10:16:24] "POST /access-control-lists HTTP/1.1" 200 583 0.108973 10.0.0.50 - - [2026-07-29 10:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.022306 10.0.0.50 - - [2026-07-29 10:16:24] "POST /fqname-to-id HTTP/1.1" 404 216 0.014107 10.0.0.50 - - [2026-07-29 10:16:24] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.022195 10.0.0.50 - - [2026-07-29 10:16:24] "POST /access-control-lists HTTP/1.1" 200 581 0.105991 10.0.0.50 - - [2026-07-29 10:16:24] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.138831 10.0.0.50 - - [2026-07-29 10:16:24] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.110321 10.0.0.50 - - [2026-07-29 10:16:24] "POST /security-groups HTTP/1.1" 200 546 0.121053 10.0.0.50 - - [2026-07-29 10:16:24] "POST /fqname-to-id HTTP/1.1" 404 240 0.004260 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001162 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001220 10.0.0.50 - - [2026-07-29 10:16:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.084193 10.0.0.50 - - [2026-07-29 10:16:25] "POST /access-control-lists HTTP/1.1" 200 602 0.171706 10.0.0.50 - - [2026-07-29 10:16:25] "POST /fqname-to-id HTTP/1.1" 404 239 0.026651 10.0.0.50 - - [2026-07-29 10:16:25] "POST /chown HTTP/1.1" 200 109 0.104411 10.0.0.50 - - [2026-07-29 10:16:25] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.022796 10.0.0.50 - - [2026-07-29 10:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.50 - - [2026-07-29 10:16:25] "POST /access-control-lists HTTP/1.1" 200 600 0.121277 10.0.0.50 - - [2026-07-29 10:16:25] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.031109 10.0.0.50 - - [2026-07-29 10:16:25] "POST /tags HTTP/1.1" 409 210 0.003853 10.0.0.50 - - [2026-07-29 10:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.50 - - [2026-07-29 10:16:25] "GET /tag/9557424a-478b-48e5-bc16-f51a444c2d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.080868 10.0.0.50 - - [2026-07-29 10:16:25] "POST /firewall-rules HTTP/1.1" 200 570 0.262872 10.0.0.50 - - [2026-07-29 10:16:25] "GET /firewall-rule/36585c44-e0f5-4d26-a337-d48b88a4f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007992 10.0.0.50 - - [2026-07-29 10:16:25] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.007676 10.0.0.50 - - [2026-07-29 10:16:25] "GET /firewall-rule/36585c44-e0f5-4d26-a337-d48b88a4f545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004844 10.0.0.50 - - [2026-07-29 10:16:26] "POST /ref-update HTTP/1.1" 200 156 0.185697 10.0.0.50 - - [2026-07-29 10:16:26] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.027213 10.0.0.50 - - [2026-07-29 10:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.013217 10.0.0.50 - - [2026-07-29 10:16:26] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.006665 10.0.0.50 - - [2026-07-29 10:16:26] "POST /tags HTTP/1.1" 409 210 0.003518 10.0.0.50 - - [2026-07-29 10:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.50 - - [2026-07-29 10:16:26] "GET /tag/9557424a-478b-48e5-bc16-f51a444c2d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.025774 10.0.0.50 - - [2026-07-29 10:16:26] "POST /firewall-rules HTTP/1.1" 200 568 0.079746 10.0.0.50 - - [2026-07-29 10:16:26] "GET /firewall-rule/67257611-81ab-4467-a803-da508a397efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.040941 10.0.0.50 - - [2026-07-29 10:16:26] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.015393 10.0.0.50 - - [2026-07-29 10:16:26] "GET /firewall-rule/67257611-81ab-4467-a803-da508a397efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007916 10.0.0.50 - - [2026-07-29 10:16:26] "POST /ref-update HTTP/1.1" 200 156 0.154177 10.0.0.50 - - [2026-07-29 10:16:26] "POST /tags HTTP/1.1" 409 237 0.007138 10.0.0.50 - - [2026-07-29 10:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.50 - - [2026-07-29 10:16:26] "GET /tag/dbb5ccf5-12f9-481c-88a5-29f1d543f5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.028337 10.0.0.50 - - [2026-07-29 10:16:26] "POST /tags HTTP/1.1" 409 210 0.012564 10.0.0.50 - - [2026-07-29 10:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336 10.0.0.50 - - [2026-07-29 10:16:26] "GET /tag/4cf3dc22-a60b-4d02-a8d9-97372478c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.029770 10.0.0.50 - - [2026-07-29 10:16:26] "POST /projects HTTP/1.1" 409 223 0.015297 10.0.0.50 - - [2026-07-29 10:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.50 - - [2026-07-29 10:16:27] "GET /project/d80ebbd0-6ce1-40bd-af5d-ab50f1b8ca65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.101710 10.0.0.50 - - [2026-07-29 10:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008854 10.0.0.50 - - [2026-07-29 10:16:27] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.009952 10.0.0.50 - - [2026-07-29 10:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334 10.0.0.50 - - [2026-07-29 10:16:27] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.036844 10.0.0.50 - - [2026-07-29 10:16:27] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.116788 10.0.0.50 - - [2026-07-29 10:16:27] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.168775 10.0.0.50 - - [2026-07-29 10:16:27] "POST /security-groups HTTP/1.1" 409 253 0.020795 10.0.0.50 - - [2026-07-29 10:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009825 10.0.0.50 - - [2026-07-29 10:16:27] "PUT /security-group/a384227f-6850-45fb-b612-47dbccfda7cb HTTP/1.1" 200 262 0.126949 10.0.0.50 - - [2026-07-29 10:16:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.081607 10.0.0.50 - - [2026-07-29 10:16:27] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.035821 10.0.0.50 - - [2026-07-29 10:16:27] "PUT /access-control-list/b9bd7d87-6140-43fd-8f3d-2919b8077c1d HTTP/1.1" 200 272 0.095790 10.0.0.50 - - [2026-07-29 10:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.023947 10.0.0.50 - - [2026-07-29 10:16:27] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.016553 10.0.0.50 - - [2026-07-29 10:16:27] "POST /tags HTTP/1.1" 409 210 0.011957 10.0.0.50 - - [2026-07-29 10:16:28] "PUT /access-control-list/77b55a8c-85cb-44bd-b044-efc9278b1ddc HTTP/1.1" 200 272 0.071870 10.0.0.50 - - [2026-07-29 10:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.50 - - [2026-07-29 10:16:28] "GET /tag/4cf3dc22-a60b-4d02-a8d9-97372478c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.078318 10.0.0.50 - - [2026-07-29 10:16:28] "POST /firewall-rules HTTP/1.1" 200 570 0.232620 10.0.0.50 - - [2026-07-29 10:16:28] "GET /firewall-rule/4bdb6268-7b45-4699-aca7-4d0d599bfd34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.021399 10.0.0.50 - - [2026-07-29 10:16:28] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.020718 10.0.0.50 - - [2026-07-29 10:16:28] "GET /firewall-rule/4bdb6268-7b45-4699-aca7-4d0d599bfd34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.011333 10.0.0.50 - - [2026-07-29 10:16:28] "POST /ref-update HTTP/1.1" 200 156 0.174622 10.0.0.50 - - [2026-07-29 10:16:28] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.016221 10.0.0.50 - - [2026-07-29 10:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.012137 10.0.0.50 - - [2026-07-29 10:16:28] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.006574 10.0.0.50 - - [2026-07-29 10:16:28] "POST /tags HTTP/1.1" 409 210 0.008362 10.0.0.50 - - [2026-07-29 10:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006978 10.0.0.50 - - [2026-07-29 10:16:28] "GET /tag/4cf3dc22-a60b-4d02-a8d9-97372478c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.052525 10.0.0.50 - - [2026-07-29 10:16:29] "POST /firewall-rules HTTP/1.1" 200 568 0.127663 10.0.0.50 - - [2026-07-29 10:16:29] "GET /firewall-rule/73d3351c-abcd-4f09-a0aa-27a131cc788e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.020364 10.0.0.50 - - [2026-07-29 10:16:29] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.024268 10.0.0.50 - - [2026-07-29 10:16:29] "GET /firewall-rule/73d3351c-abcd-4f09-a0aa-27a131cc788e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011549 10.0.0.50 - - [2026-07-29 10:16:29] "POST /ref-update HTTP/1.1" 200 156 0.210078 10.0.0.50 - - [2026-07-29 10:16:29] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.009311 10.0.0.50 - - [2026-07-29 10:16:29] "POST /set-tag HTTP/1.1" 200 109 0.006897 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002093 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001948 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001048 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:16:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001109 10.0.0.50 - - [2026-07-29 10:16:56] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.50 - - [2026-07-29 10:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.50 - - [2026-07-29 10:16:56] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.008888 10.0.0.50 - - [2026-07-29 10:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.50 - - [2026-07-29 10:16:56] "GET /config-node/fc969830-a28e-4a6d-a895-2d033e1a44d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.005569 10.0.0.50 - - [2026-07-29 10:17:08] "GET / HTTP/1.1" 200 35931 0.002591 10.0.0.50 - - [2026-07-29 10:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.50 - - [2026-07-29 10:17:08] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005410 10.0.0.50 - - [2026-07-29 10:17:08] "POST /bgp-routers HTTP/1.1" 409 301 0.003027 10.0.0.50 - - [2026-07-29 10:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001301 10.0.0.50 - - [2026-07-29 10:17:08] "GET /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.006588 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001114 10.0.0.50 - - [2026-07-29 10:17:08] "PUT /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5 HTTP/1.1" 200 254 0.033501 10.0.0.177 - - [2026-07-29 10:17:19] "GET / HTTP/1.1" 200 35931 0.001664 10.0.0.177 - - [2026-07-29 10:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.177 - - [2026-07-29 10:17:19] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.009676 10.0.0.177 - - [2026-07-29 10:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015574 10.0.0.177 - - [2026-07-29 10:17:19] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005391 10.0.0.177 - - [2026-07-29 10:17:19] "PUT /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2 HTTP/1.1" 200 274 0.027843 10.0.0.177 - - [2026-07-29 10:17:19] "POST /fqname-to-id HTTP/1.1" 404 216 0.030882 10.0.0.177 - - [2026-07-29 10:17:19] "POST /virtual-routers HTTP/1.1" 200 599 0.056175 10.0.0.177 - - [2026-07-29 10:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.027990 10.0.0.177 - - [2026-07-29 10:17:20] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.035087 10.0.0.177 - - [2026-07-29 10:17:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.003099 10.0.0.177 - - [2026-07-29 10:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.177 - - [2026-07-29 10:17:20] "GET /virtual-network/788e4b2e-3a94-4f8c-85c5-d7b9b6f09dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1716 0.006520 10.0.0.177 - - [2026-07-29 10:17:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.150455 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001759 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001995 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001270 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001284 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001003 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:17:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001240 10.0.0.50 - - [2026-07-29 10:19:30] "GET /global-system-configs HTTP/1.1" 200 322 0.008342 10.0.0.50 - - [2026-07-29 10:19:31] "GET /global-system-configs HTTP/1.1" 200 322 0.002282 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:20:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001103 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:20:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001716 10.0.0.50 - - [2026-07-29 10:20:04] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003819 10.0.0.50 - - [2026-07-29 10:20:04] "POST /ref-update HTTP/1.1" 200 156 0.023337 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:20:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001154 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:20:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001313 10.0.0.50 - - [2026-07-29 10:20:10] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.007045 10.0.0.50 - - [2026-07-29 10:20:10] "POST /set-tag HTTP/1.1" 200 109 0.003235 10.0.0.50 - - [2026-07-29 10:20:10] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.006710 10.0.0.50 - - [2026-07-29 10:20:10] "POST /set-tag HTTP/1.1" 200 109 0.002947 10.0.0.50 - - [2026-07-29 10:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.50 - - [2026-07-29 10:20:10] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.032168 10.0.0.50 - - [2026-07-29 10:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008229 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:20:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001113 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:20:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001071 10.0.0.50 - - [2026-07-29 10:20:10] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003065 10.0.0.50 - - [2026-07-29 10:20:10] "GET /loadbalancer-pool/2bccd7c0-8315-47bc-91f0-4f17c8b399a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.008641 10.0.0.50 - - [2026-07-29 10:20:10] "POST /loadbalancer-members HTTP/1.1" 200 690 0.035892 10.0.0.50 - - [2026-07-29 10:20:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.044642 10.0.0.50 - - [2026-07-29 10:20:11] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.021467 10.0.0.50 - - [2026-07-29 10:20:11] "POST /tags HTTP/1.1" 409 205 0.008410 10.0.0.50 - - [2026-07-29 10:20:11] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.006339 10.0.0.50 - - [2026-07-29 10:20:11] "POST /ref-update HTTP/1.1" 200 156 0.022233 10.0.0.50 - - [2026-07-29 10:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007185 10.0.0.50 - - [2026-07-29 10:20:11] "GET /tag/ddfe1de0-d4d5-4763-bf11-a044c057a674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.024009 10.0.0.50 - - [2026-07-29 10:20:11] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1773 0.013546 10.0.0.50 - - [2026-07-29 10:20:11] "PUT /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8 HTTP/1.1" 200 256 0.023467 10.0.0.50 - - [2026-07-29 10:20:11] "POST /set-tag HTTP/1.1" 200 109 0.137427 10.0.0.50 - - [2026-07-29 10:20:11] "GET /loadbalancer-pool/0e8a0c34-a73a-46d2-b1c5-50dd0fed09f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.008256 10.0.0.50 - - [2026-07-29 10:20:11] "POST /loadbalancer-members HTTP/1.1" 200 690 0.024955 10.0.0.50 - - [2026-07-29 10:20:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.018390 10.0.0.50 - - [2026-07-29 10:20:11] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.009940 10.0.0.50 - - [2026-07-29 10:20:11] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005441 10.0.0.50 - - [2026-07-29 10:20:11] "POST /ref-update HTTP/1.1" 200 156 0.009817 10.0.0.50 - - [2026-07-29 10:20:11] "POST /set-tag HTTP/1.1" 200 109 0.007971 10.0.0.50 - - [2026-07-29 10:20:11] "GET /loadbalancer-pool/dff70fc4-2f05-43d5-a431-411604871c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.081979 10.0.0.50 - - [2026-07-29 10:20:11] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.007560 10.0.0.50 - - [2026-07-29 10:20:11] "PUT /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8 HTTP/1.1" 200 256 0.074762 10.0.0.50 - - [2026-07-29 10:20:11] "POST /loadbalancer-members HTTP/1.1" 200 692 0.132291 10.0.0.50 - - [2026-07-29 10:20:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.030595 10.0.0.50 - - [2026-07-29 10:20:11] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.018212 10.0.0.50 - - [2026-07-29 10:20:11] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.014459 10.0.0.50 - - [2026-07-29 10:20:11] "POST /set-tag HTTP/1.1" 200 109 0.018860 10.0.0.50 - - [2026-07-29 10:20:11] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.50 - - [2026-07-29 10:20:11] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.007910 10.0.0.50 - - [2026-07-29 10:20:11] "PUT /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8 HTTP/1.1" 200 256 0.028346 10.0.0.177 - - [2026-07-29 10:20:36] "GET / HTTP/1.1" 200 35931 0.002488 10.0.0.177 - - [2026-07-29 10:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.177 - - [2026-07-29 10:20:36] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.006556 10.0.0.177 - - [2026-07-29 10:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002206 10.0.0.177 - - [2026-07-29 10:20:36] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003660 10.0.0.177 - - [2026-07-29 10:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.177 - - [2026-07-29 10:20:36] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004712 10.0.0.177 - - [2026-07-29 10:20:36] "PUT /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac HTTP/1.1" 200 262 0.013475 10.0.0.177 - - [2026-07-29 10:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.017306 10.0.0.177 - - [2026-07-29 10:20:36] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004599 10.0.0.177 - - [2026-07-29 10:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002257 10.0.0.177 - - [2026-07-29 10:20:36] "GET /virtual-machine-interface/e8759cb2-162d-4169-9c3d-7fd36bb0ca68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1915 0.005057 10.0.0.177 - - [2026-07-29 10:20:36] "PUT /virtual-machine-interface/e8759cb2-162d-4169-9c3d-7fd36bb0ca68 HTTP/1.1" 200 284 0.013005 10.0.0.50 - - [2026-07-29 10:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.021915 10.0.0.50 - - [2026-07-29 10:20:53] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003731 10.0.0.50 - - [2026-07-29 10:21:14] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.011317 10.0.0.50 - - [2026-07-29 10:21:14] "POST /set-tag HTTP/1.1" 200 109 0.010985 10.0.0.50 - - [2026-07-29 10:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.50 - - [2026-07-29 10:21:14] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004184 10.0.0.50 - - [2026-07-29 10:21:14] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.007441 10.0.0.50 - - [2026-07-29 10:21:14] "POST /set-tag HTTP/1.1" 200 109 0.072575 10.0.0.50 - - [2026-07-29 10:21:14] "DELETE /loadbalancer-member/5f66d22c-c3c7-441b-8484-d64c6337abda HTTP/1.1" 200 115 0.134326 10.0.0.50 - - [2026-07-29 10:21:14] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.025259 10.0.0.50 - - [2026-07-29 10:21:14] "POST /set-tag HTTP/1.1" 200 109 0.007608 10.0.0.50 - - [2026-07-29 10:21:14] "DELETE /loadbalancer-member/c1c3aa72-d6ac-4531-b01a-dfc75ff90af3 HTTP/1.1" 200 115 0.044698 10.0.0.50 - - [2026-07-29 10:21:14] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.006846 10.0.0.50 - - [2026-07-29 10:21:14] "POST /set-tag HTTP/1.1" 200 109 0.004812 10.0.0.50 - - [2026-07-29 10:21:15] "DELETE /loadbalancer-member/48cc747b-c9c8-440e-abd6-a9c5660797a9 HTTP/1.1" 200 115 0.070448 10.0.0.50 - - [2026-07-29 10:21:15] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.017030 10.0.0.50 - - [2026-07-29 10:21:15] "POST /set-tag HTTP/1.1" 200 109 0.003269 10.0.0.50 - - [2026-07-29 10:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.50 - - [2026-07-29 10:21:15] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.009625 10.0.0.50 - - [2026-07-29 10:21:15] "GET /loadbalancer-pool/2bccd7c0-8315-47bc-91f0-4f17c8b399a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.007266 10.0.0.50 - - [2026-07-29 10:21:15] "POST /loadbalancer-members HTTP/1.1" 200 690 0.029291 10.0.0.50 - - [2026-07-29 10:21:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.034752 10.0.0.50 - - [2026-07-29 10:21:15] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.032118 10.0.0.50 - - [2026-07-29 10:21:15] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.015620 10.0.0.50 - - [2026-07-29 10:21:15] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006819 10.0.0.50 - - [2026-07-29 10:21:15] "POST /set-tag HTTP/1.1" 200 109 0.068143 10.0.0.50 - - [2026-07-29 10:21:15] "GET /loadbalancer-pool/0e8a0c34-a73a-46d2-b1c5-50dd0fed09f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.028802 10.0.0.50 - - [2026-07-29 10:21:15] "POST /loadbalancer-members HTTP/1.1" 200 690 0.090162 10.0.0.50 - - [2026-07-29 10:21:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.016951 10.0.0.50 - - [2026-07-29 10:21:15] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.009774 10.0.0.50 - - [2026-07-29 10:21:15] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.014257 10.0.0.50 - - [2026-07-29 10:21:15] "POST /set-tag HTTP/1.1" 200 109 0.013847 10.0.0.50 - - [2026-07-29 10:21:15] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.015419 10.0.0.50 - - [2026-07-29 10:21:15] "GET /loadbalancer-pool/dff70fc4-2f05-43d5-a431-411604871c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.006268 10.0.0.50 - - [2026-07-29 10:21:15] "POST /loadbalancer-members HTTP/1.1" 200 692 0.095005 10.0.0.50 - - [2026-07-29 10:21:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.087271 10.0.0.50 - - [2026-07-29 10:21:15] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.020062 10.0.0.50 - - [2026-07-29 10:21:15] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.021105 10.0.0.50 - - [2026-07-29 10:21:15] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005397 10.0.0.50 - - [2026-07-29 10:21:16] "POST /set-tag HTTP/1.1" 200 109 0.007715 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:21:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001490 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:21:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001285 10.0.0.50 - - [2026-07-29 10:24:30] "GET /global-system-configs HTTP/1.1" 200 322 0.006742 10.0.0.50 - - [2026-07-29 10:24:31] "GET /global-system-configs HTTP/1.1" 200 322 0.003922 10.0.0.50 - - [2026-07-29 10:25:27] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.014426 10.0.0.50 - - [2026-07-29 10:25:27] "POST /set-tag HTTP/1.1" 200 109 0.008107 10.0.0.50 - - [2026-07-29 10:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.50 - - [2026-07-29 10:25:27] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.007656 10.0.0.50 - - [2026-07-29 10:25:27] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.015859 10.0.0.50 - - [2026-07-29 10:25:27] "POST /set-tag HTTP/1.1" 200 109 0.040521 10.0.0.50 - - [2026-07-29 10:25:27] "DELETE /loadbalancer-member/f49ed2ea-9d38-45e5-ba5a-03cb8702fdba HTTP/1.1" 200 115 0.135107 10.0.0.50 - - [2026-07-29 10:25:27] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.013134 10.0.0.50 - - [2026-07-29 10:25:27] "POST /set-tag HTTP/1.1" 200 109 0.003885 10.0.0.50 - - [2026-07-29 10:25:28] "DELETE /loadbalancer-member/3cd9a8b4-f0cc-4d35-b47e-345b05f6f4da HTTP/1.1" 200 115 0.076437 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.005677 10.0.0.50 - - [2026-07-29 10:25:28] "POST /set-tag HTTP/1.1" 200 109 0.010119 10.0.0.50 - - [2026-07-29 10:25:28] "DELETE /loadbalancer-member/23f46525-0b38-4f5c-812b-46aaac0551b4 HTTP/1.1" 200 115 0.057082 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.012609 10.0.0.50 - - [2026-07-29 10:25:28] "POST /set-tag HTTP/1.1" 200 109 0.003504 10.0.0.50 - - [2026-07-29 10:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006064 10.0.0.50 - - [2026-07-29 10:25:28] "GET /loadbalancer/de9426af-9ff2-426e-8940-1e0d724c4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.002944 10.0.0.50 - - [2026-07-29 10:25:28] "GET /loadbalancer-pool/2bccd7c0-8315-47bc-91f0-4f17c8b399a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.003519 10.0.0.50 - - [2026-07-29 10:25:28] "POST /loadbalancer-members HTTP/1.1" 200 690 0.025820 10.0.0.50 - - [2026-07-29 10:25:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.039150 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.020048 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3600 0.006171 10.0.0.50 - - [2026-07-29 10:25:28] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006618 10.0.0.50 - - [2026-07-29 10:25:28] "POST /set-tag HTTP/1.1" 200 109 0.109847 10.0.0.50 - - [2026-07-29 10:25:28] "GET /loadbalancer-pool/0e8a0c34-a73a-46d2-b1c5-50dd0fed09f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.015656 10.0.0.50 - - [2026-07-29 10:25:28] "POST /loadbalancer-members HTTP/1.1" 200 690 0.055325 10.0.0.50 - - [2026-07-29 10:25:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.022021 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.024564 10.0.0.50 - - [2026-07-29 10:25:28] "POST /set-tag HTTP/1.1" 200 109 0.004894 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005565 10.0.0.50 - - [2026-07-29 10:25:28] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.002565 10.0.0.50 - - [2026-07-29 10:25:28] "GET /loadbalancer-pool/dff70fc4-2f05-43d5-a431-411604871c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.006065 10.0.0.50 - - [2026-07-29 10:25:28] "POST /loadbalancer-members HTTP/1.1" 200 692 0.053979 10.0.0.50 - - [2026-07-29 10:25:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.026698 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.016253 10.0.0.50 - - [2026-07-29 10:25:28] "GET /virtual-machine-interface/86ab08a2-8b36-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.013516 10.0.0.50 - - [2026-07-29 10:25:28] "GET /floating-ip/5c42b9cc-8581-4bfb-b5c9-73643fb9c2b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006508 10.0.0.50 - - [2026-07-29 10:25:28] "POST /set-tag HTTP/1.1" 200 109 0.012473 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:25:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001757 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:25:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002279 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:25:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001487 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:25:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001496 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:26:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001680 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:26:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001903 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:27:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001392 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:27:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001544 10.0.0.50 - - [2026-07-29 10:29:30] "GET /global-system-configs HTTP/1.1" 200 322 0.003283 10.0.0.50 - - [2026-07-29 10:29:31] "GET /global-system-configs HTTP/1.1" 200 322 0.003265 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:30:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001151 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:30:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001127 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:30:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001497 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:30:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001461 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:30:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001425 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:30:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001663 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:31:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001100 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:31:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001196 10.0.0.50 - - [2026-07-29 10:32:39] "GET / HTTP/1.1" 200 35931 0.002709 10.0.0.50 - - [2026-07-29 10:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.50 - - [2026-07-29 10:32:39] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.097457 10.0.0.50 - - [2026-07-29 10:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008353 10.0.0.50 - - [2026-07-29 10:32:39] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.053234 10.0.0.50 - - [2026-07-29 10:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.50 - - [2026-07-29 10:32:40] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.083941 10.0.0.50 - - [2026-07-29 10:32:40] "POST /tags HTTP/1.1" 200 333 0.056846 10.0.0.50 - - [2026-07-29 10:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.010601 10.0.0.50 - - [2026-07-29 10:32:40] "GET /tag/dfb3e1f2-21c5-47b6-bb7b-7f1e7e77588b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.025331 10.0.0.50 - - [2026-07-29 10:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008317 10.0.0.50 - - [2026-07-29 10:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.50 - - [2026-07-29 10:32:40] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.078094 10.0.0.50 - - [2026-07-29 10:32:40] "GET /virtual-networks?parent_id=1a5a48b7-6d5b-47a1-85a2-e652d5e1550c&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.029712 10.0.0.50 - - [2026-07-29 10:32:40] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.122357 10.0.0.50 - - [2026-07-29 10:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.50 - - [2026-07-29 10:32:40] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007762 10.0.0.50 - - [2026-07-29 10:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006321 10.0.0.50 - - [2026-07-29 10:32:41] "GET /service-appliance-set/bbb21e61-9816-4201-b96e-eadf3e79c799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.004489 10.0.0.50 - - [2026-07-29 10:32:41] "POST /fqname-to-id HTTP/1.1" 404 254 0.002824 10.0.0.50 - - [2026-07-29 10:32:41] "POST /virtual-networks HTTP/1.1" 200 512 0.115403 10.0.0.50 - - [2026-07-29 10:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027256 10.0.0.50 - - [2026-07-29 10:32:41] "GET /network-ipam/9ebfb19e-fd87-4224-9026-4ac068880631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.007928 10.0.0.50 - - [2026-07-29 10:32:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.263155 10.0.0.50 - - [2026-07-29 10:32:41] "GET /virtual-machine-interface/39b8045b-23a8-40d9-84b4-a654511bcfd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.034504 10.0.0.50 - - [2026-07-29 10:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.027593 10.0.0.50 - - [2026-07-29 10:32:41] "POST /ref-update HTTP/1.1" 200 156 0.404080 10.0.0.50 - - [2026-07-29 10:32:41] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.027758 10.0.0.50 - - [2026-07-29 10:32:41] "GET /domains HTTP/1.1" 200 280 0.009113 10.0.0.50 - - [2026-07-29 10:32:41] "POST /instance-ips HTTP/1.1" 200 409 0.184621 10.0.0.50 - - [2026-07-29 10:32:41] "POST /route-targets HTTP/1.1" 200 327 0.082693 10.0.0.50 - - [2026-07-29 10:32:41] "GET /instance-ip/bb5d86f1-e916-4ae1-822c-12f19b4e84b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.039725 10.0.0.50 - - [2026-07-29 10:32:41] "GET /domain/76660b89-bc5f-4276-9480-0ae33ef50457 HTTP/1.1" 200 3086 0.091055 10.0.0.50 - - [2026-07-29 10:32:41] "POST /ref-update HTTP/1.1" 200 156 0.058909 10.0.0.50 - - [2026-07-29 10:32:41] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c HTTP/1.1" 200 5475 0.130496 10.0.0.50 - - [2026-07-29 10:32:41] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 2085 0.014872 10.0.0.50 - - [2026-07-29 10:32:41] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 2085 0.012559 10.0.0.50 - - [2026-07-29 10:32:41] "GET /routing-instance/bea63710-d65b-4dca-8f13-696097b36f70 HTTP/1.1" 200 1403 0.010072 10.0.0.50 - - [2026-07-29 10:32:41] "GET /routing-instance/bea63710-d65b-4dca-8f13-696097b36f70 HTTP/1.1" 200 1403 0.010605 10.0.0.50 - - [2026-07-29 10:32:41] "GET /route-target/b6b243a0-6e9a-4edc-8ade-d1b8623a7304 HTTP/1.1" 200 1153 0.047102 10.0.0.50 - - [2026-07-29 10:32:41] "POST /loadbalancers HTTP/1.1" 200 610 0.219708 10.0.0.50 - - [2026-07-29 10:32:42] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 2085 0.033118 10.0.0.50 - - [2026-07-29 10:32:42] "GET /routing-instance/bea63710-d65b-4dca-8f13-696097b36f70 HTTP/1.1" 200 1403 0.012589 10.0.0.50 - - [2026-07-29 10:32:42] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.013977 10.0.0.50 - - [2026-07-29 10:32:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.080667 10.0.0.50 - - [2026-07-29 10:32:42] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 2085 0.036282 10.0.0.50 - - [2026-07-29 10:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.028403 10.0.0.50 - - [2026-07-29 10:32:42] "GET /routing-instance/bea63710-d65b-4dca-8f13-696097b36f70 HTTP/1.1" 200 1403 0.005871 10.0.0.50 - - [2026-07-29 10:32:42] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.150231 10.0.0.50 - - [2026-07-29 10:32:42] "GET /routing-instance/bea63710-d65b-4dca-8f13-696097b36f70 HTTP/1.1" 200 1403 0.030648 10.0.0.50 - - [2026-07-29 10:32:42] "GET /instance-ip/bb5d86f1-e916-4ae1-822c-12f19b4e84b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.005725 10.0.0.50 - - [2026-07-29 10:32:42] "GET /route-target/b6b243a0-6e9a-4edc-8ade-d1b8623a7304 HTTP/1.1" 200 1153 0.007400 10.0.0.50 - - [2026-07-29 10:32:42] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.082000 10.0.0.50 - - [2026-07-29 10:32:42] "GET /loadbalancer/c9d07202-fc03-43ef-8772-43c5b1bf9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.027242 10.0.0.50 - - [2026-07-29 10:32:42] "GET /domains HTTP/1.1" 200 280 0.007564 10.0.0.50 - - [2026-07-29 10:32:42] "GET /domain/76660b89-bc5f-4276-9480-0ae33ef50457 HTTP/1.1" 200 3086 0.007627 10.0.0.50 - - [2026-07-29 10:32:42] "POST /floating-ips HTTP/1.1" 200 597 0.135764 10.0.0.50 - - [2026-07-29 10:32:42] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.095153 10.0.0.50 - - [2026-07-29 10:32:42] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c HTTP/1.1" 200 6268 0.119738 10.0.0.50 - - [2026-07-29 10:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.012487 10.0.0.50 - - [2026-07-29 10:32:42] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 2085 0.025987 10.0.0.50 - - [2026-07-29 10:32:42] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.088355 10.0.0.50 - - [2026-07-29 10:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008204 10.0.0.50 - - [2026-07-29 10:32:42] "GET /loadbalancer-listener/41c18b90-bc99-4bc6-8a22-c613c29552b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1803 0.014620 10.0.0.50 - - [2026-07-29 10:32:42] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.075416 10.0.0.50 - - [2026-07-29 10:32:42] "GET /loadbalancer-listener/41c18b90-bc99-4bc6-8a22-c613c29552b2?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1222 0.036660 10.0.0.50 - - [2026-07-29 10:32:42] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.041947 10.0.0.50 - - [2026-07-29 10:32:42] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.019571 10.0.0.50 - - [2026-07-29 10:32:42] "GET /floating-ip-pools?parent_id=484b417f-48fe-4826-9243-0bf7e0ba2660&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.032712 10.0.0.50 - - [2026-07-29 10:32:42] "GET /instance-ip/bb5d86f1-e916-4ae1-822c-12f19b4e84b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.010336 10.0.0.50 - - [2026-07-29 10:32:42] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.009030 10.0.0.50 - - [2026-07-29 10:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.50 - - [2026-07-29 10:32:42] "GET /instance-ip/bb5d86f1-e916-4ae1-822c-12f19b4e84b1?fields=floating_ips HTTP/1.1" 200 1212 0.015579 10.0.0.50 - - [2026-07-29 10:32:42] "GET /loadbalancer/c9d07202-fc03-43ef-8772-43c5b1bf9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002794 10.0.0.50 - - [2026-07-29 10:32:42] "GET /floating-ip/079ac560-5f1f-4136-952d-32a566ced65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006755 10.0.0.50 - - [2026-07-29 10:32:42] "POST /floating-ip-pools HTTP/1.1" 200 562 0.067842 10.0.0.50 - - [2026-07-29 10:32:42] "POST /ref-update HTTP/1.1" 200 156 0.088040 10.0.0.50 - - [2026-07-29 10:32:43] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.032687 10.0.0.50 - - [2026-07-29 10:32:43] "GET /domains HTTP/1.1" 200 280 0.007995 10.0.0.50 - - [2026-07-29 10:32:43] "GET /domain/76660b89-bc5f-4276-9480-0ae33ef50457 HTTP/1.1" 200 3086 0.011230 10.0.0.50 - - [2026-07-29 10:32:43] "POST /tags HTTP/1.1" 200 295 0.249794 10.0.0.50 - - [2026-07-29 10:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.037349 10.0.0.50 - - [2026-07-29 10:32:43] "GET /tag/dadc571e-e82c-466a-a1ef-85cf8afd39e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1097 0.055204 10.0.0.50 - - [2026-07-29 10:32:43] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c HTTP/1.1" 200 6813 0.186317 10.0.0.50 - - [2026-07-29 10:32:43] "POST /tags HTTP/1.1" 409 233 0.017322 10.0.0.50 - - [2026-07-29 10:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006599 10.0.0.50 - - [2026-07-29 10:32:43] "GET /tag/3e3bdab3-4aae-45a4-ad99-87292bbdfa5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.015330 10.0.0.50 - - [2026-07-29 10:32:43] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 2323 0.028322 10.0.0.50 - - [2026-07-29 10:32:43] "GET /floating-ip-pool/1de60d85-3e17-4396-89c6-a292d353b550 HTTP/1.1" 200 1313 0.007692 10.0.0.50 - - [2026-07-29 10:32:43] "GET /domains HTTP/1.1" 200 280 0.006256 10.0.0.50 - - [2026-07-29 10:32:43] "GET /domain/76660b89-bc5f-4276-9480-0ae33ef50457 HTTP/1.1" 200 3086 0.008705 10.0.0.50 - - [2026-07-29 10:32:43] "POST /tags HTTP/1.1" 409 206 0.006676 10.0.0.50 - - [2026-07-29 10:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006520 10.0.0.50 - - [2026-07-29 10:32:43] "GET /tag/6d054a2a-b2e9-4f93-a8de-c6bce0baadbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.017532 10.0.0.50 - - [2026-07-29 10:32:43] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c HTTP/1.1" 200 6813 0.087610 10.0.0.50 - - [2026-07-29 10:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008070 10.0.0.50 - - [2026-07-29 10:32:43] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 2323 0.007587 10.0.0.50 - - [2026-07-29 10:32:43] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.011355 10.0.0.50 - - [2026-07-29 10:32:43] "GET /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.009327 10.0.0.50 - - [2026-07-29 10:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007518 10.0.0.50 - - [2026-07-29 10:32:43] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.059576 10.0.0.50 - - [2026-07-29 10:32:43] "POST /virtual-machines HTTP/1.1" 200 369 0.016205 10.0.0.50 - - [2026-07-29 10:32:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.032856 10.0.0.50 - - [2026-07-29 10:32:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.162408 10.0.0.50 - - [2026-07-29 10:32:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.011352 10.0.0.50 - - [2026-07-29 10:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005840 10.0.0.50 - - [2026-07-29 10:32:43] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.022594 10.0.0.50 - - [2026-07-29 10:32:44] "POST /instance-ips HTTP/1.1" 200 409 0.061072 10.0.0.50 - - [2026-07-29 10:32:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.038602 10.0.0.50 - - [2026-07-29 10:32:44] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.017200 10.0.0.50 - - [2026-07-29 10:32:44] "POST /set-tag HTTP/1.1" 200 109 0.030655 10.0.0.50 - - [2026-07-29 10:32:44] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.031171 10.0.0.50 - - [2026-07-29 10:32:44] "GET /instance-ip/d5563920-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007793 10.0.0.50 - - [2026-07-29 10:32:44] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.013443 10.0.0.50 - - [2026-07-29 10:32:44] "POST /set-tag HTTP/1.1" 200 109 0.004258 10.0.0.50 - - [2026-07-29 10:32:44] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.006293 10.0.0.50 - - [2026-07-29 10:32:44] "POST /ref-update HTTP/1.1" 200 156 0.044010 10.0.0.50 - - [2026-07-29 10:32:44] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.055536 10.0.0.50 - - [2026-07-29 10:32:44] "POST /set-tag HTTP/1.1" 200 109 0.008916 10.0.0.50 - - [2026-07-29 10:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006516 10.0.0.50 - - [2026-07-29 10:32:44] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.006518 10.0.0.50 - - [2026-07-29 10:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.50 - - [2026-07-29 10:32:44] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.084255 10.0.0.50 - - [2026-07-29 10:32:44] "POST /virtual-machines HTTP/1.1" 200 369 0.018969 10.0.0.50 - - [2026-07-29 10:32:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.026107 10.0.0.50 - - [2026-07-29 10:32:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.203070 10.0.0.50 - - [2026-07-29 10:32:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.018431 10.0.0.50 - - [2026-07-29 10:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.023845 10.0.0.50 - - [2026-07-29 10:32:45] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.019970 10.0.0.50 - - [2026-07-29 10:32:45] "POST /instance-ips HTTP/1.1" 200 409 0.038377 10.0.0.50 - - [2026-07-29 10:32:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.050924 10.0.0.50 - - [2026-07-29 10:32:45] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.014971 10.0.0.50 - - [2026-07-29 10:32:45] "POST /set-tag HTTP/1.1" 200 109 0.049208 10.0.0.50 - - [2026-07-29 10:32:45] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.026979 10.0.0.50 - - [2026-07-29 10:32:45] "GET /instance-ip/d60615f2-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.019084 10.0.0.50 - - [2026-07-29 10:32:45] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.015241 10.0.0.50 - - [2026-07-29 10:32:45] "POST /set-tag HTTP/1.1" 200 109 0.012918 10.0.0.50 - - [2026-07-29 10:32:45] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1686 0.012015 10.0.0.50 - - [2026-07-29 10:32:45] "POST /ref-update HTTP/1.1" 200 156 0.018046 10.0.0.50 - - [2026-07-29 10:32:45] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.020810 10.0.0.50 - - [2026-07-29 10:32:45] "POST /set-tag HTTP/1.1" 200 109 0.015065 10.0.0.50 - - [2026-07-29 10:32:45] "POST /tags HTTP/1.1" 200 365 0.094482 10.0.0.50 - - [2026-07-29 10:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.024361 10.0.0.50 - - [2026-07-29 10:32:45] "GET /tag/aa7937de-a13e-4938-a0df-75bde9c30b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.025310 10.0.0.50 - - [2026-07-29 10:32:45] "POST /tags HTTP/1.1" 409 206 0.003368 10.0.0.50 - - [2026-07-29 10:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.50 - - [2026-07-29 10:32:45] "GET /tag/6d054a2a-b2e9-4f93-a8de-c6bce0baadbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.018853 10.0.0.50 - - [2026-07-29 10:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.50 - - [2026-07-29 10:32:46] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.074155 10.0.0.50 - - [2026-07-29 10:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.50 - - [2026-07-29 10:32:46] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.006426 10.0.0.50 - - [2026-07-29 10:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.50 - - [2026-07-29 10:32:46] "GET /service-appliance-set/cc63f7ef-f67a-42f2-bd20-0ab9913ad1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.007067 10.0.0.50 - - [2026-07-29 10:32:46] "POST /fqname-to-id HTTP/1.1" 404 258 0.004575 10.0.0.50 - - [2026-07-29 10:32:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.177146 10.0.0.50 - - [2026-07-29 10:32:46] "GET /virtual-machine-interface/fc488ee6-ec4e-4ec2-8b0c-bc54fc4bdce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.030056 10.0.0.50 - - [2026-07-29 10:32:46] "POST /set-tag HTTP/1.1" 200 109 0.028771 10.0.0.50 - - [2026-07-29 10:32:46] "POST /instance-ips HTTP/1.1" 200 417 0.062425 10.0.0.50 - - [2026-07-29 10:32:46] "GET /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.015912 10.0.0.50 - - [2026-07-29 10:32:46] "POST /loadbalancers HTTP/1.1" 200 618 0.076457 10.0.0.50 - - [2026-07-29 10:32:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.042201 10.0.0.50 - - [2026-07-29 10:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.015322 10.0.0.50 - - [2026-07-29 10:32:46] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.067320 10.0.0.50 - - [2026-07-29 10:32:46] "GET /virtual-machine-interface/fc488ee6-ec4e-4ec2-8b0c-bc54fc4bdce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.008955 10.0.0.50 - - [2026-07-29 10:32:46] "GET /virtual-machine-interface/fc488ee6-ec4e-4ec2-8b0c-bc54fc4bdce9?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.011766 10.0.0.50 - - [2026-07-29 10:32:46] "POST /service-instances HTTP/1.1" 200 566 0.082728 10.0.0.50 - - [2026-07-29 10:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.014883 10.0.0.50 - - [2026-07-29 10:32:47] "GET /floating-ip-pool/1de60d85-3e17-4396-89c6-a292d353b550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1106 0.006684 10.0.0.50 - - [2026-07-29 10:32:47] "POST /ref-update HTTP/1.1" 200 156 0.047245 10.0.0.50 - - [2026-07-29 10:32:47] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.032152 10.0.0.50 - - [2026-07-29 10:32:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.034692 10.0.0.50 - - [2026-07-29 10:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005872 10.0.0.50 - - [2026-07-29 10:32:47] "POST /floating-ips HTTP/1.1" 200 671 0.235768 10.0.0.50 - - [2026-07-29 10:32:47] "POST /virtual-machines HTTP/1.1" 200 429 0.056493 10.0.0.50 - - [2026-07-29 10:32:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.029070 10.0.0.50 - - [2026-07-29 10:32:47] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006421 10.0.0.50 - - [2026-07-29 10:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.50 - - [2026-07-29 10:32:47] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.020586 10.0.0.50 - - [2026-07-29 10:32:47] "POST /tags HTTP/1.1" 409 221 0.011383 10.0.0.50 - - [2026-07-29 10:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006200 10.0.0.50 - - [2026-07-29 10:32:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.184684 10.0.0.50 - - [2026-07-29 10:32:47] "GET /tag/dfb3e1f2-21c5-47b6-bb7b-7f1e7e77588b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.040055 10.0.0.50 - - [2026-07-29 10:32:47] "POST /tags HTTP/1.1" 409 238 0.004005 10.0.0.50 - - [2026-07-29 10:32:47] "POST /chown HTTP/1.1" 200 109 0.072623 10.0.0.50 - - [2026-07-29 10:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.014651 10.0.0.50 - - [2026-07-29 10:32:47] "GET /tag/aa7937de-a13e-4938-a0df-75bde9c30b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.015774 10.0.0.50 - - [2026-07-29 10:32:47] "POST /chown HTTP/1.1" 200 109 0.027113 10.0.0.50 - - [2026-07-29 10:32:47] "PUT /virtual-machine-interface/7283c11a-75e4-44e9-81a3-5c802e9c6072 HTTP/1.1" 200 284 0.028178 10.0.0.50 - - [2026-07-29 10:32:47] "PUT /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5 HTTP/1.1" 200 256 0.037379 10.0.0.50 - - [2026-07-29 10:32:47] "POST /firewall-rules HTTP/1.1" 200 650 0.170282 10.0.0.50 - - [2026-07-29 10:32:47] "GET /firewall-rule/1b521401-b140-437a-8bbe-2ad412c72ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.026895 10.0.0.50 - - [2026-07-29 10:32:47] "POST /ref-update HTTP/1.1" 200 156 0.077965 10.0.0.50 - - [2026-07-29 10:32:47] "POST /ref-update HTTP/1.1" 200 156 0.038841 10.0.0.50 - - [2026-07-29 10:32:47] "GET /firewall-policy/a7558ec1-798b-4790-b41c-ed412ba09160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.039551 10.0.0.50 - - [2026-07-29 10:32:47] "GET /firewall-rule/1b521401-b140-437a-8bbe-2ad412c72ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.007947 10.0.0.50 - - [2026-07-29 10:32:47] "POST /ref-update HTTP/1.1" 200 156 0.065547 10.0.0.50 - - [2026-07-29 10:32:48] "POST /ref-update HTTP/1.1" 200 156 0.048899 10.0.0.50 - - [2026-07-29 10:32:48] "POST /ref-update HTTP/1.1" 200 156 0.160508 10.0.0.50 - - [2026-07-29 10:32:48] "POST /ref-update HTTP/1.1" 200 156 0.078974 10.0.0.50 - - [2026-07-29 10:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.024710 10.0.0.50 - - [2026-07-29 10:32:48] "POST /ref-update HTTP/1.1" 200 156 0.067951 10.0.0.50 - - [2026-07-29 10:32:48] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.092599 10.0.0.50 - - [2026-07-29 10:32:48] "GET /loadbalancer/d203b551-2739-4b05-baff-56e183f60718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005093 10.0.0.50 - - [2026-07-29 10:32:48] "POST /virtual-machines HTTP/1.1" 200 429 0.044232 10.0.0.50 - - [2026-07-29 10:32:48] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.052006 10.0.0.50 - - [2026-07-29 10:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.50 - - [2026-07-29 10:32:48] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.141034 10.0.0.50 - - [2026-07-29 10:32:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.234030 10.0.0.50 - - [2026-07-29 10:32:48] "POST /chown HTTP/1.1" 200 109 0.034783 10.0.0.50 - - [2026-07-29 10:32:48] "GET /loadbalancer-listener/04107ee6-32fc-45c9-84aa-6cc093e34cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.022520 10.0.0.50 - - [2026-07-29 10:32:48] "GET /loadbalancer-listener/04107ee6-32fc-45c9-84aa-6cc093e34cac?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1231 0.011204 10.0.0.50 - - [2026-07-29 10:32:48] "POST /chown HTTP/1.1" 200 109 0.029276 10.0.0.50 - - [2026-07-29 10:32:48] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.077243 10.0.0.50 - - [2026-07-29 10:32:48] "PUT /virtual-machine-interface/80d39144-8c0c-4d4e-88f7-a467301c86c8 HTTP/1.1" 200 284 0.037820 10.0.0.50 - - [2026-07-29 10:32:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.024730 10.0.0.50 - - [2026-07-29 10:32:48] "PUT /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5 HTTP/1.1" 200 256 0.066230 10.0.0.50 - - [2026-07-29 10:32:48] "GET /loadbalancer-pool/c8f8ea17-f492-4b93-bdb7-d3a604a14394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.003359 10.0.0.50 - - [2026-07-29 10:32:48] "POST /ref-update HTTP/1.1" 200 156 0.019427 10.0.0.50 - - [2026-07-29 10:32:48] "POST /loadbalancer-members HTTP/1.1" 200 707 0.035170 10.0.0.50 - - [2026-07-29 10:32:48] "POST /ref-update HTTP/1.1" 200 156 0.048052 10.0.0.50 - - [2026-07-29 10:32:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.044944 10.0.0.50 - - [2026-07-29 10:32:49] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.014166 10.0.0.50 - - [2026-07-29 10:32:49] "POST /set-tag HTTP/1.1" 200 109 0.003174 10.0.0.50 - - [2026-07-29 10:32:49] "POST /ref-update HTTP/1.1" 200 156 0.060966 10.0.0.50 - - [2026-07-29 10:32:49] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.012245 10.0.0.50 - - [2026-07-29 10:32:49] "POST /set-tag HTTP/1.1" 200 109 0.004235 10.0.0.50 - - [2026-07-29 10:32:49] "POST /ref-update HTTP/1.1" 200 156 0.024005 10.0.0.50 - - [2026-07-29 10:32:49] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.017006 10.0.0.50 - - [2026-07-29 10:32:49] "POST /ref-update HTTP/1.1" 200 156 0.038532 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006726 10.0.0.50 - - [2026-07-29 10:32:49] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004109 10.0.0.50 - - [2026-07-29 10:32:49] "POST /tags HTTP/1.1" 409 221 0.008786 10.0.0.50 - - [2026-07-29 10:32:49] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.024241 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.021662 10.0.0.50 - - [2026-07-29 10:32:49] "GET /tag/dfb3e1f2-21c5-47b6-bb7b-7f1e7e77588b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.030105 10.0.0.50 - - [2026-07-29 10:32:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.085653 10.0.0.50 - - [2026-07-29 10:32:49] "POST /tags HTTP/1.1" 409 238 0.003520 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.50 - - [2026-07-29 10:32:49] "GET /tag/aa7937de-a13e-4938-a0df-75bde9c30b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.018078 10.0.0.50 - - [2026-07-29 10:32:49] "POST /firewall-rules HTTP/1.1" 409 293 0.006897 10.0.0.50 - - [2026-07-29 10:32:49] "POST /chown HTTP/1.1" 200 109 0.017873 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.012988 10.0.0.50 - - [2026-07-29 10:32:49] "POST /chown HTTP/1.1" 200 109 0.037782 10.0.0.50 - - [2026-07-29 10:32:49] "PUT /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5 HTTP/1.1" 200 256 0.075882 10.0.0.50 - - [2026-07-29 10:32:49] "PUT /firewall-rule/1b521401-b140-437a-8bbe-2ad412c72ee5 HTTP/1.1" 200 260 0.128385 10.0.0.50 - - [2026-07-29 10:32:49] "GET /firewall-rule/1b521401-b140-437a-8bbe-2ad412c72ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.023943 10.0.0.50 - - [2026-07-29 10:32:49] "POST /ref-update HTTP/1.1" 200 156 0.018450 10.0.0.50 - - [2026-07-29 10:32:49] "POST /chown HTTP/1.1" 200 109 0.028290 10.0.0.50 - - [2026-07-29 10:32:49] "GET /firewall-policy/a7558ec1-798b-4790-b41c-ed412ba09160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.010588 10.0.0.50 - - [2026-07-29 10:32:49] "GET /firewall-rule/1b521401-b140-437a-8bbe-2ad412c72ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.013049 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.50 - - [2026-07-29 10:32:49] "POST /chown HTTP/1.1" 200 109 0.033962 10.0.0.50 - - [2026-07-29 10:32:49] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.010653 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010634 10.0.0.50 - - [2026-07-29 10:32:49] "PUT /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5 HTTP/1.1" 200 256 0.046967 10.0.0.50 - - [2026-07-29 10:32:49] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.096668 10.0.0.50 - - [2026-07-29 10:32:49] "POST /ref-update HTTP/1.1" 200 156 0.070944 10.0.0.50 - - [2026-07-29 10:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.50 - - [2026-07-29 10:32:49] "POST /virtual-machines HTTP/1.1" 200 373 0.034466 10.0.0.50 - - [2026-07-29 10:32:50] "POST /chown HTTP/1.1" 200 109 0.062576 10.0.0.50 - - [2026-07-29 10:32:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.088667 10.0.0.50 - - [2026-07-29 10:32:50] "POST /chown HTTP/1.1" 200 109 0.069186 10.0.0.50 - - [2026-07-29 10:32:50] "PUT /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5 HTTP/1.1" 200 256 0.042273 10.0.0.50 - - [2026-07-29 10:32:50] "POST /ref-update HTTP/1.1" 200 156 0.062598 10.0.0.50 - - [2026-07-29 10:32:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.199246 10.0.0.50 - - [2026-07-29 10:32:50] "POST /chown HTTP/1.1" 200 109 0.031829 10.0.0.50 - - [2026-07-29 10:32:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.052336 10.0.0.50 - - [2026-07-29 10:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.013613 10.0.0.50 - - [2026-07-29 10:32:50] "POST /chown HTTP/1.1" 200 109 0.061635 10.0.0.50 - - [2026-07-29 10:32:50] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.019028 10.0.0.50 - - [2026-07-29 10:32:50] "PUT /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5 HTTP/1.1" 200 256 0.036279 10.0.0.50 - - [2026-07-29 10:32:50] "POST /ref-update HTTP/1.1" 200 156 0.034987 10.0.0.50 - - [2026-07-29 10:32:50] "POST /instance-ips HTTP/1.1" 200 413 0.113100 10.0.0.50 - - [2026-07-29 10:32:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.052727 10.0.0.50 - - [2026-07-29 10:32:50] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.024741 10.0.0.50 - - [2026-07-29 10:32:50] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.020096 10.0.0.50 - - [2026-07-29 10:32:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.040973 10.0.0.50 - - [2026-07-29 10:32:50] "POST /set-tag HTTP/1.1" 200 109 0.103167 10.0.0.50 - - [2026-07-29 10:32:50] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.036000 10.0.0.50 - - [2026-07-29 10:32:50] "GET /instance-ip/d9374da4-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.014031 10.0.0.50 - - [2026-07-29 10:32:50] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.027188 10.0.0.50 - - [2026-07-29 10:32:50] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.026737 10.0.0.50 - - [2026-07-29 10:32:50] "POST /set-tag HTTP/1.1" 200 109 0.004373 10.0.0.50 - - [2026-07-29 10:32:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.034920 10.0.0.50 - - [2026-07-29 10:32:51] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.028502 10.0.0.50 - - [2026-07-29 10:32:51] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.013469 10.0.0.50 - - [2026-07-29 10:32:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.035215 10.0.0.50 - - [2026-07-29 10:32:51] "POST /ref-update HTTP/1.1" 200 156 0.044009 10.0.0.50 - - [2026-07-29 10:32:51] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.032863 10.0.0.50 - - [2026-07-29 10:32:51] "POST /set-tag HTTP/1.1" 200 109 0.006246 10.0.0.50 - - [2026-07-29 10:32:51] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.013232 10.0.0.50 - - [2026-07-29 10:32:51] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.012305 10.0.0.50 - - [2026-07-29 10:32:51] "POST /set-tag HTTP/1.1" 200 109 0.003326 10.0.0.50 - - [2026-07-29 10:32:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.020403 10.0.0.50 - - [2026-07-29 10:32:51] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.013616 10.0.0.50 - - [2026-07-29 10:32:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.026144 10.0.0.50 - - [2026-07-29 10:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.013672 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.025810 10.0.0.50 - - [2026-07-29 10:32:51] "POST /ref-update HTTP/1.1" 200 156 0.047160 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.011497 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.029285 10.0.0.50 - - [2026-07-29 10:32:51] "POST /ref-update HTTP/1.1" 200 156 0.026421 10.0.0.50 - - [2026-07-29 10:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.010877 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.032973 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.016895 10.0.0.50 - - [2026-07-29 10:32:51] "POST /chown HTTP/1.1" 200 109 0.027396 10.0.0.50 - - [2026-07-29 10:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.013045 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.020610 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.035729 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.027819 10.0.0.50 - - [2026-07-29 10:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.011690 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.036803 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.012071 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.035349 10.0.0.50 - - [2026-07-29 10:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006258 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.013952 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.028509 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.025077 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.010943 10.0.0.50 - - [2026-07-29 10:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.013315 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.025151 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.012400 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.024585 10.0.0.50 - - [2026-07-29 10:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011759 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.024020 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.031371 10.0.0.50 - - [2026-07-29 10:32:52] "POST /chown HTTP/1.1" 200 109 0.029698 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.021207 10.0.0.50 - - [2026-07-29 10:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.021788 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.015896 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.041237 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.010371 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.037014 10.0.0.50 - - [2026-07-29 10:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007371 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.010600 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.035457 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.028588 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.021279 10.0.0.50 - - [2026-07-29 10:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006574 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.027156 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.014909 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.030356 10.0.0.50 - - [2026-07-29 10:32:53] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.008140 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.071368 10.0.0.50 - - [2026-07-29 10:32:53] "POST /set-tag HTTP/1.1" 200 109 0.015352 10.0.0.50 - - [2026-07-29 10:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.50 - - [2026-07-29 10:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.50 - - [2026-07-29 10:32:53] "GET /loadbalancer/c9d07202-fc03-43ef-8772-43c5b1bf9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.004436 10.0.0.50 - - [2026-07-29 10:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007713 10.0.0.50 - - [2026-07-29 10:32:53] "GET /loadbalancer-pool/9816c31b-a8b0-444d-bedf-a263a82dc15b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.004797 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.021461 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.037436 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.067115 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.083849 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.035782 10.0.0.50 - - [2026-07-29 10:32:53] "POST /chown HTTP/1.1" 200 109 0.034127 10.0.0.50 - - [2026-07-29 10:32:53] "POST /loadbalancer-members HTTP/1.1" 200 702 0.128510 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.070013 10.0.0.50 - - [2026-07-29 10:32:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.083819 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.064535 10.0.0.50 - - [2026-07-29 10:32:54] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.020099 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.083693 10.0.0.50 - - [2026-07-29 10:32:54] "POST /tags HTTP/1.1" 409 221 0.054343 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.127410 10.0.0.50 - - [2026-07-29 10:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.50 - - [2026-07-29 10:32:54] "GET /tag/dfb3e1f2-21c5-47b6-bb7b-7f1e7e77588b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.038646 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.085199 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.101245 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.067665 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.044073 10.0.0.50 - - [2026-07-29 10:32:54] "POST /set-tag HTTP/1.1" 200 109 0.152048 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.080767 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.084930 10.0.0.50 - - [2026-07-29 10:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006588 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.017249 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.036141 10.0.0.50 - - [2026-07-29 10:32:54] "GET /virtual-machine/c5990339-143e-4e1e-8db2-242c441b63de?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.013241 10.0.0.50 - - [2026-07-29 10:32:54] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.010102 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.021917 10.0.0.50 - - [2026-07-29 10:32:54] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.017376 10.0.0.50 - - [2026-07-29 10:32:54] "POST /set-tag HTTP/1.1" 200 109 0.003908 10.0.0.50 - - [2026-07-29 10:32:54] "POST /chown HTTP/1.1" 200 109 0.051675 10.0.0.50 - - [2026-07-29 10:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007604 10.0.0.50 - - [2026-07-29 10:32:54] "GET /loadbalancer/c9d07202-fc03-43ef-8772-43c5b1bf9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.004878 10.0.0.50 - - [2026-07-29 10:32:54] "GET /virtual-machine/74f70ae7-8900-46ad-9b74-18e86d1d3aa8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.004171 10.0.0.50 - - [2026-07-29 10:32:54] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.006147 10.0.0.50 - - [2026-07-29 10:32:54] "GET /loadbalancer-pool/9816c31b-a8b0-444d-bedf-a263a82dc15b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.009243 10.0.0.50 - - [2026-07-29 10:32:54] "POST /loadbalancer-members HTTP/1.1" 200 702 0.031876 10.0.0.50 - - [2026-07-29 10:32:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.036517 10.0.0.50 - - [2026-07-29 10:32:54] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.011893 10.0.0.50 - - [2026-07-29 10:32:55] "POST /set-tag HTTP/1.1" 200 109 0.044445 10.0.0.50 - - [2026-07-29 10:32:55] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.007308 10.0.0.50 - - [2026-07-29 10:32:55] "POST /ref-update HTTP/1.1" 200 156 0.018483 10.0.0.50 - - [2026-07-29 10:32:55] "GET /floating-ip/079ac560-5f1f-4136-952d-32a566ced65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1779 0.006294 10.0.0.50 - - [2026-07-29 10:32:55] "PUT /floating-ip/079ac560-5f1f-4136-952d-32a566ced65a HTTP/1.1" 200 256 0.018971 10.0.0.50 - - [2026-07-29 10:32:55] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.009327 10.0.0.50 - - [2026-07-29 10:32:55] "POST /ref-update HTTP/1.1" 200 156 0.014522 10.0.0.50 - - [2026-07-29 10:32:55] "GET /floating-ip/079ac560-5f1f-4136-952d-32a566ced65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.006240 10.0.0.50 - - [2026-07-29 10:32:58] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.006526 10.0.0.50 - - [2026-07-29 10:32:58] "POST /set-tag HTTP/1.1" 200 109 0.003096 10.0.0.50 - - [2026-07-29 10:32:59] "GET /virtual-machine/93effcd8-8370-41bb-b69f-ce1579113954?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1223 0.004906 10.0.0.50 - - [2026-07-29 10:32:59] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.006308 10.0.0.50 - - [2026-07-29 10:33:00] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.008568 10.0.0.50 - - [2026-07-29 10:33:00] "POST /set-tag HTTP/1.1" 200 109 0.005009 10.0.0.50 - - [2026-07-29 10:33:31] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.013047 10.0.0.50 - - [2026-07-29 10:33:31] "POST /set-tag HTTP/1.1" 200 109 0.004198 10.0.0.50 - - [2026-07-29 10:33:31] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.006606 10.0.0.50 - - [2026-07-29 10:33:31] "POST /set-tag HTTP/1.1" 200 109 0.004199 10.0.0.50 - - [2026-07-29 10:33:31] "GET /virtual-machine/93effcd8-8370-41bb-b69f-ce1579113954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.004769 10.0.0.50 - - [2026-07-29 10:33:31] "POST /ref-update HTTP/1.1" 200 156 0.018425 10.0.0.50 - - [2026-07-29 10:33:31] "GET /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.020517 10.0.0.50 - - [2026-07-29 10:33:32] "POST /set-tag HTTP/1.1" 200 109 0.046371 10.0.0.50 - - [2026-07-29 10:33:32] "POST /set-tag HTTP/1.1" 200 109 0.054478 10.0.0.50 - - [2026-07-29 10:33:32] "DELETE /instance-ip/d9374da4-8b38-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.069834 10.0.0.50 - - [2026-07-29 10:33:32] "DELETE /virtual-machine-interface/d90975dc-8b38-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.063535 10.0.0.50 - - [2026-07-29 10:33:32] "DELETE /virtual-machine/93effcd8-8370-41bb-b69f-ce1579113954 HTTP/1.1" 200 115 0.038489 10.0.0.50 - - [2026-07-29 10:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.50 - - [2026-07-29 10:33:35] "GET /tag/aa7937de-a13e-4938-a0df-75bde9c30b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.026986 10.0.0.50 - - [2026-07-29 10:33:35] "GET /tag/aa7937de-a13e-4938-a0df-75bde9c30b91?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.039154 10.0.0.50 - - [2026-07-29 10:33:35] "GET /virtual-machine-interface/7283c11a-75e4-44e9-81a3-5c802e9c6072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.014409 10.0.0.50 - - [2026-07-29 10:33:35] "POST /set-tag HTTP/1.1" 200 109 0.040953 10.0.0.50 - - [2026-07-29 10:33:35] "GET /virtual-machine-interface/80d39144-8c0c-4d4e-88f7-a467301c86c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.027251 10.0.0.50 - - [2026-07-29 10:33:35] "POST /set-tag HTTP/1.1" 200 109 0.024468 10.0.0.50 - - [2026-07-29 10:33:35] "GET /virtual-machine-interface/fc488ee6-ec4e-4ec2-8b0c-bc54fc4bdce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.015498 10.0.0.50 - - [2026-07-29 10:33:35] "POST /set-tag HTTP/1.1" 200 109 0.029878 10.0.0.50 - - [2026-07-29 10:33:35] "GET /firewall-policy/a7558ec1-798b-4790-b41c-ed412ba09160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.016250 10.0.0.50 - - [2026-07-29 10:33:35] "GET /firewall-rule/1b521401-b140-437a-8bbe-2ad412c72ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.004687 10.0.0.50 - - [2026-07-29 10:33:35] "POST /ref-update HTTP/1.1" 200 156 0.020165 10.0.0.50 - - [2026-07-29 10:33:35] "DELETE /firewall-rule/1b521401-b140-437a-8bbe-2ad412c72ee5 HTTP/1.1" 200 115 0.084954 10.0.0.50 - - [2026-07-29 10:33:35] "DELETE /loadbalancer-member/40af38c8-b290-46eb-9f8d-e301c7de6d4c HTTP/1.1" 200 115 0.053586 10.0.0.50 - - [2026-07-29 10:33:36] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.017546 10.0.0.50 - - [2026-07-29 10:33:36] "DELETE /loadbalancer-pool/c8f8ea17-f492-4b93-bdb7-d3a604a14394 HTTP/1.1" 200 115 0.112470 10.0.0.50 - - [2026-07-29 10:33:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.063397 10.0.0.50 - - [2026-07-29 10:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.50 - - [2026-07-29 10:33:36] "DELETE /loadbalancer-listener/04107ee6-32fc-45c9-84aa-6cc093e34cac HTTP/1.1" 200 115 0.082556 10.0.0.50 - - [2026-07-29 10:33:36] "GET /floating-ip/4ee16cc8-f7e0-4ec7-b500-ffe3a07be639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006350 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.019194 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.026531 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.035389 10.0.0.50 - - [2026-07-29 10:33:36] "PUT /floating-ip/4ee16cc8-f7e0-4ec7-b500-ffe3a07be639 HTTP/1.1" 200 256 0.070774 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.043490 10.0.0.50 - - [2026-07-29 10:33:36] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.054401 10.0.0.50 - - [2026-07-29 10:33:36] "DELETE /floating-ip/4ee16cc8-f7e0-4ec7-b500-ffe3a07be639 HTTP/1.1" 200 115 0.216268 10.0.0.50 - - [2026-07-29 10:33:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.032902 10.0.0.50 - - [2026-07-29 10:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005583 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.018405 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.034120 10.0.0.50 - - [2026-07-29 10:33:36] "DELETE /loadbalancer/d203b551-2739-4b05-baff-56e183f60718 HTTP/1.1" 200 115 0.196995 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.046388 10.0.0.50 - - [2026-07-29 10:33:36] "POST /chown HTTP/1.1" 200 109 0.055926 10.0.0.50 - - [2026-07-29 10:33:36] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.030332 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /instance-ip/aacd9600-f9ff-479b-afbf-aee3ca3539f5 HTTP/1.1" 200 115 0.220484 10.0.0.50 - - [2026-07-29 10:33:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.027918 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /virtual-machine-interface/fc488ee6-ec4e-4ec2-8b0c-bc54fc4bdce9 HTTP/1.1" 200 115 0.132121 10.0.0.50 - - [2026-07-29 10:33:37] "PUT /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 266 0.030068 10.0.0.50 - - [2026-07-29 10:33:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.047476 10.0.0.50 - - [2026-07-29 10:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006799 10.0.0.50 - - [2026-07-29 10:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /tag/aa7937de-a13e-4938-a0df-75bde9c30b91 HTTP/1.1" 200 115 0.171442 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /service-instance/2bad9905-3f89-442c-b74b-6c4d2a81837a HTTP/1.1" 200 115 0.057233 10.0.0.50 - - [2026-07-29 10:33:37] "GET /floating-ip-pool/1de60d85-3e17-4396-89c6-a292d353b550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1106 0.004150 10.0.0.50 - - [2026-07-29 10:33:37] "POST /ref-update HTTP/1.1" 200 156 0.016082 10.0.0.50 - - [2026-07-29 10:33:37] "GET /virtual-machine-interface/7283c11a-75e4-44e9-81a3-5c802e9c6072?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1207 0.008662 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /floating-ip-pool/1de60d85-3e17-4396-89c6-a292d353b550 HTTP/1.1" 200 115 0.095515 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /virtual-machine-interface/7283c11a-75e4-44e9-81a3-5c802e9c6072 HTTP/1.1" 200 115 0.121609 10.0.0.50 - - [2026-07-29 10:33:37] "POST /ref-update HTTP/1.1" 200 156 0.018119 10.0.0.50 - - [2026-07-29 10:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.50 - - [2026-07-29 10:33:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007042 10.0.0.50 - - [2026-07-29 10:33:37] "POST /useragent-kv HTTP/1.1" 200 115 0.009389 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /virtual-network/484b417f-48fe-4826-9243-0bf7e0ba2660 HTTP/1.1" 200 115 0.198865 10.0.0.50 - - [2026-07-29 10:33:37] "GET /routing-instance/bea63710-d65b-4dca-8f13-696097b36f70 HTTP/1.1" 404 171 0.002601 10.0.0.50 - - [2026-07-29 10:33:37] "GET /domains HTTP/1.1" 200 280 0.009828 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /route-target/b6b243a0-6e9a-4edc-8ade-d1b8623a7304 HTTP/1.1" 200 115 0.050455 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /virtual-machine/d33c9bbf-e5b4-462d-83c1-aca880984066 HTTP/1.1" 200 115 0.074292 10.0.0.50 - - [2026-07-29 10:33:37] "GET /domain/76660b89-bc5f-4276-9480-0ae33ef50457 HTTP/1.1" 200 3086 0.013476 10.0.0.50 - - [2026-07-29 10:33:37] "GET /virtual-machine-interface/80d39144-8c0c-4d4e-88f7-a467301c86c8?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1207 0.011391 10.0.0.50 - - [2026-07-29 10:33:37] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c HTTP/1.1" 200 6872 0.060685 10.0.0.50 - - [2026-07-29 10:33:37] "DELETE /virtual-machine-interface/80d39144-8c0c-4d4e-88f7-a467301c86c8 HTTP/1.1" 200 115 0.119175 10.0.0.50 - - [2026-07-29 10:33:37] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.005748 10.0.0.50 - - [2026-07-29 10:33:37] "POST /set-tag HTTP/1.1" 200 109 0.007016 10.0.0.50 - - [2026-07-29 10:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.013888 10.0.0.50 - - [2026-07-29 10:33:38] "DELETE /virtual-machine/ed23ea17-bdc4-4b32-b942-6bd1a54abdcb HTTP/1.1" 200 115 0.101096 10.0.0.50 - - [2026-07-29 10:33:38] "GET /loadbalancer/c9d07202-fc03-43ef-8772-43c5b1bf9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.004346 10.0.0.50 - - [2026-07-29 10:33:38] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.016083 10.0.0.50 - - [2026-07-29 10:33:38] "POST /set-tag HTTP/1.1" 200 109 0.033119 10.0.0.50 - - [2026-07-29 10:33:38] "DELETE /loadbalancer-member/2981be31-d820-46d8-999d-982a951c4ac0 HTTP/1.1" 200 115 0.097084 10.0.0.50 - - [2026-07-29 10:33:38] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.013418 10.0.0.50 - - [2026-07-29 10:33:38] "POST /set-tag HTTP/1.1" 200 109 0.004302 10.0.0.50 - - [2026-07-29 10:33:38] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005534 10.0.0.50 - - [2026-07-29 10:33:38] "POST /set-tag HTTP/1.1" 200 109 0.002739 10.0.0.50 - - [2026-07-29 10:33:38] "GET /virtual-machine/74f70ae7-8900-46ad-9b74-18e86d1d3aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004160 10.0.0.50 - - [2026-07-29 10:33:38] "POST /ref-update HTTP/1.1" 200 156 0.015438 10.0.0.50 - - [2026-07-29 10:33:38] "GET /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.009909 10.0.0.50 - - [2026-07-29 10:33:39] "POST /set-tag HTTP/1.1" 200 109 0.051902 10.0.0.50 - - [2026-07-29 10:33:39] "POST /set-tag HTTP/1.1" 200 109 0.059433 10.0.0.50 - - [2026-07-29 10:33:39] "POST /set-tag HTTP/1.1" 200 109 0.039938 10.0.0.50 - - [2026-07-29 10:33:39] "DELETE /instance-ip/d60615f2-8b38-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.052581 10.0.0.50 - - [2026-07-29 10:33:39] "POST /ref-update HTTP/1.1" 200 156 0.016498 10.0.0.50 - - [2026-07-29 10:33:39] "DELETE /virtual-machine-interface/d5dcf226-8b38-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.059740 10.0.0.50 - - [2026-07-29 10:33:39] "DELETE /virtual-machine/74f70ae7-8900-46ad-9b74-18e86d1d3aa8 HTTP/1.1" 200 115 0.030048 10.0.0.50 - - [2026-07-29 10:33:43] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.006708 10.0.0.50 - - [2026-07-29 10:33:43] "POST /set-tag HTTP/1.1" 200 109 0.005716 10.0.0.50 - - [2026-07-29 10:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.50 - - [2026-07-29 10:33:43] "GET /loadbalancer/c9d07202-fc03-43ef-8772-43c5b1bf9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005837 10.0.0.50 - - [2026-07-29 10:33:43] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.007044 10.0.0.50 - - [2026-07-29 10:33:43] "POST /set-tag HTTP/1.1" 200 109 0.006485 10.0.0.50 - - [2026-07-29 10:33:44] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.006742 10.0.0.50 - - [2026-07-29 10:33:44] "POST /set-tag HTTP/1.1" 200 109 0.004866 10.0.0.50 - - [2026-07-29 10:33:44] "GET /virtual-machine/c5990339-143e-4e1e-8db2-242c441b63de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.003964 10.0.0.50 - - [2026-07-29 10:33:44] "POST /ref-update HTTP/1.1" 200 156 0.016533 10.0.0.50 - - [2026-07-29 10:33:44] "GET /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.019425 10.0.0.50 - - [2026-07-29 10:33:44] "POST /set-tag HTTP/1.1" 200 109 0.027513 10.0.0.50 - - [2026-07-29 10:33:44] "POST /set-tag HTTP/1.1" 200 109 0.036776 10.0.0.50 - - [2026-07-29 10:33:44] "POST /set-tag HTTP/1.1" 200 109 0.046180 10.0.0.50 - - [2026-07-29 10:33:44] "DELETE /instance-ip/d5563920-8b38-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.099002 10.0.0.50 - - [2026-07-29 10:33:44] "POST /ref-update HTTP/1.1" 200 156 0.015476 10.0.0.50 - - [2026-07-29 10:33:44] "DELETE /virtual-machine-interface/d5333556-8b38-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.078561 10.0.0.50 - - [2026-07-29 10:33:44] "DELETE /virtual-machine/c5990339-143e-4e1e-8db2-242c441b63de HTTP/1.1" 200 115 0.031218 10.0.0.50 - - [2026-07-29 10:33:44] "DELETE /tag/dadc571e-e82c-466a-a1ef-85cf8afd39e9 HTTP/1.1" 200 115 0.132850 10.0.0.50 - - [2026-07-29 10:33:44] "DELETE /tag/3e3bdab3-4aae-45a4-ad99-87292bbdfa5d HTTP/1.1" 200 115 0.092451 10.0.0.50 - - [2026-07-29 10:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.50 - - [2026-07-29 10:33:48] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.087384 10.0.0.50 - - [2026-07-29 10:33:48] "POST /tags HTTP/1.1" 200 393 0.031933 10.0.0.50 - - [2026-07-29 10:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.022979 10.0.0.50 - - [2026-07-29 10:33:48] "GET /tag/ec323b9b-df64-48c9-be9f-c8d8701bb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.026346 10.0.0.50 - - [2026-07-29 10:33:48] "POST /tags HTTP/1.1" 200 341 0.038446 10.0.0.50 - - [2026-07-29 10:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.50 - - [2026-07-29 10:33:48] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.020019 10.0.0.50 - - [2026-07-29 10:33:48] "POST /id-to-fqname HTTP/1.1" 200 192 0.000889 10.0.0.50 - - [2026-07-29 10:33:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.010522 10.0.0.50 - - [2026-07-29 10:33:49] "POST /security-groups HTTP/1.1" 200 589 0.089233 10.0.0.50 - - [2026-07-29 10:33:49] "POST /projects HTTP/1.1" 200 519 0.293408 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.003638 10.0.0.50 - - [2026-07-29 10:33:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.022626 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.019687 10.0.0.50 - - [2026-07-29 10:33:49] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.010848 10.0.0.50 - - [2026-07-29 10:33:49] "POST /access-control-lists HTTP/1.1" 200 598 0.125446 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.031811 10.0.0.50 - - [2026-07-29 10:33:49] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.013275 10.0.0.50 - - [2026-07-29 10:33:49] "POST /access-control-lists HTTP/1.1" 200 596 0.106015 10.0.0.50 - - [2026-07-29 10:33:49] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.137956 10.0.0.50 - - [2026-07-29 10:33:49] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.101257 10.0.0.50 - - [2026-07-29 10:33:49] "POST /security-groups HTTP/1.1" 200 591 0.113292 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 404 270 0.009029 10.0.0.50 - - [2026-07-29 10:33:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.054132 10.0.0.50 - - [2026-07-29 10:33:49] "POST /chown HTTP/1.1" 200 109 0.068492 10.0.0.50 - - [2026-07-29 10:33:49] "POST /access-control-lists HTTP/1.1" 200 632 0.118191 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 404 269 0.018411 10.0.0.50 - - [2026-07-29 10:33:49] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.018126 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.50 - - [2026-07-29 10:33:49] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.005488 10.0.0.50 - - [2026-07-29 10:33:49] "POST /tags HTTP/1.1" 409 226 0.010433 10.0.0.50 - - [2026-07-29 10:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.50 - - [2026-07-29 10:33:49] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.019150 10.0.0.50 - - [2026-07-29 10:33:49] "POST /access-control-lists HTTP/1.1" 200 630 0.105436 10.0.0.50 - - [2026-07-29 10:33:50] "POST /firewall-rules HTTP/1.1" 200 600 0.084058 10.0.0.50 - - [2026-07-29 10:33:50] "GET /firewall-rule/2eb4b462-3b14-4825-8fc8-e276977d0e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.038453 10.0.0.50 - - [2026-07-29 10:33:50] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.013334 10.0.0.50 - - [2026-07-29 10:33:50] "GET /firewall-rule/2eb4b462-3b14-4825-8fc8-e276977d0e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.004077 10.0.0.50 - - [2026-07-29 10:33:50] "POST /ref-update HTTP/1.1" 200 156 0.085490 10.0.0.50 - - [2026-07-29 10:33:50] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.021149 10.0.0.50 - - [2026-07-29 10:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.50 - - [2026-07-29 10:33:50] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004456 10.0.0.50 - - [2026-07-29 10:33:50] "POST /tags HTTP/1.1" 409 226 0.003363 10.0.0.50 - - [2026-07-29 10:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.50 - - [2026-07-29 10:33:50] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.022710 10.0.0.50 - - [2026-07-29 10:33:50] "POST /firewall-rules HTTP/1.1" 200 598 0.095241 10.0.0.50 - - [2026-07-29 10:33:50] "GET /firewall-rule/d4b3dcf8-6bc6-443e-848b-e09d2b8ae265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.009502 10.0.0.50 - - [2026-07-29 10:33:50] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.007761 10.0.0.50 - - [2026-07-29 10:33:50] "GET /firewall-rule/d4b3dcf8-6bc6-443e-848b-e09d2b8ae265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004988 10.0.0.50 - - [2026-07-29 10:33:50] "POST /ref-update HTTP/1.1" 200 156 0.079108 10.0.0.50 - - [2026-07-29 10:33:51] "POST /tags HTTP/1.1" 200 393 0.041063 10.0.0.50 - - [2026-07-29 10:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010760 10.0.0.50 - - [2026-07-29 10:33:51] "GET /tag/a35b05d9-be57-4fda-ac43-a17a010c1fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.018655 10.0.0.50 - - [2026-07-29 10:33:51] "POST /tags HTTP/1.1" 200 341 0.030864 10.0.0.50 - - [2026-07-29 10:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.50 - - [2026-07-29 10:33:51] "GET /tag/6d6c1627-b7ce-49f4-a819-146f76af178f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.017874 10.0.0.50 - - [2026-07-29 10:33:51] "POST /id-to-fqname HTTP/1.1" 200 192 0.000782 10.0.0.50 - - [2026-07-29 10:33:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.034579 10.0.0.50 - - [2026-07-29 10:33:52] "POST /security-groups HTTP/1.1" 200 589 0.084843 10.0.0.50 - - [2026-07-29 10:33:52] "POST /projects HTTP/1.1" 200 519 0.299944 10.0.0.50 - - [2026-07-29 10:33:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.011176 10.0.0.50 - - [2026-07-29 10:33:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.019439 10.0.0.50 - - [2026-07-29 10:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015112 10.0.0.50 - - [2026-07-29 10:33:52] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.015254 10.0.0.50 - - [2026-07-29 10:33:52] "POST /access-control-lists HTTP/1.1" 200 598 0.105146 10.0.0.50 - - [2026-07-29 10:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464 10.0.0.50 - - [2026-07-29 10:33:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.003406 10.0.0.50 - - [2026-07-29 10:33:52] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.008812 10.0.0.50 - - [2026-07-29 10:33:52] "POST /access-control-lists HTTP/1.1" 200 596 0.080070 10.0.0.50 - - [2026-07-29 10:33:52] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.181170 10.0.0.50 - - [2026-07-29 10:33:52] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.103668 10.0.0.50 - - [2026-07-29 10:33:52] "POST /security-groups HTTP/1.1" 200 591 0.097973 10.0.0.50 - - [2026-07-29 10:33:52] "POST /fqname-to-id HTTP/1.1" 404 270 0.006160 10.0.0.50 - - [2026-07-29 10:33:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.058925 10.0.0.50 - - [2026-07-29 10:33:52] "POST /access-control-lists HTTP/1.1" 200 632 0.128801 10.0.0.50 - - [2026-07-29 10:33:52] "POST /chown HTTP/1.1" 200 109 0.079128 10.0.0.50 - - [2026-07-29 10:33:52] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.020679 10.0.0.50 - - [2026-07-29 10:33:52] "POST /fqname-to-id HTTP/1.1" 404 269 0.019846 10.0.0.50 - - [2026-07-29 10:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.50 - - [2026-07-29 10:33:53] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.034241 10.0.0.50 - - [2026-07-29 10:33:53] "POST /access-control-lists HTTP/1.1" 200 630 0.079572 10.0.0.50 - - [2026-07-29 10:33:53] "POST /tags HTTP/1.1" 409 226 0.007735 10.0.0.50 - - [2026-07-29 10:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.50 - - [2026-07-29 10:33:53] "GET /tag/6d6c1627-b7ce-49f4-a819-146f76af178f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.016649 10.0.0.50 - - [2026-07-29 10:33:53] "POST /firewall-rules HTTP/1.1" 200 600 0.093348 10.0.0.50 - - [2026-07-29 10:33:53] "GET /firewall-rule/e2c01170-7760-42a5-80b5-373a026c7e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.008615 10.0.0.50 - - [2026-07-29 10:33:53] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.008302 10.0.0.50 - - [2026-07-29 10:33:53] "GET /firewall-rule/e2c01170-7760-42a5-80b5-373a026c7e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.004355 10.0.0.50 - - [2026-07-29 10:33:53] "POST /ref-update HTTP/1.1" 200 156 0.144150 10.0.0.50 - - [2026-07-29 10:33:53] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.022824 10.0.0.50 - - [2026-07-29 10:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.50 - - [2026-07-29 10:33:53] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.007957 10.0.0.50 - - [2026-07-29 10:33:53] "POST /tags HTTP/1.1" 409 226 0.004461 10.0.0.50 - - [2026-07-29 10:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.50 - - [2026-07-29 10:33:53] "GET /tag/6d6c1627-b7ce-49f4-a819-146f76af178f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.041102 10.0.0.50 - - [2026-07-29 10:33:53] "POST /firewall-rules HTTP/1.1" 200 598 0.092009 10.0.0.50 - - [2026-07-29 10:33:53] "GET /firewall-rule/50f734d8-ef75-4929-a0f1-cc5fc98331d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.017409 10.0.0.50 - - [2026-07-29 10:33:53] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.007248 10.0.0.50 - - [2026-07-29 10:33:53] "GET /firewall-rule/50f734d8-ef75-4929-a0f1-cc5fc98331d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.018000 10.0.0.50 - - [2026-07-29 10:33:54] "POST /ref-update HTTP/1.1" 200 156 0.114314 10.0.0.50 - - [2026-07-29 10:33:54] "POST /tags HTTP/1.1" 200 345 0.161926 10.0.0.50 - - [2026-07-29 10:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.013660 10.0.0.50 - - [2026-07-29 10:33:54] "GET /tag/3f62fb69-2531-44bd-a432-5840b03025d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.023480 10.0.0.50 - - [2026-07-29 10:33:54] "POST /projects HTTP/1.1" 409 238 0.004229 10.0.0.50 - - [2026-07-29 10:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.50 - - [2026-07-29 10:33:54] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.054214 10.0.0.50 - - [2026-07-29 10:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.50 - - [2026-07-29 10:33:54] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006731 10.0.0.50 - - [2026-07-29 10:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.50 - - [2026-07-29 10:33:55] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.010710 10.0.0.50 - - [2026-07-29 10:33:55] "POST /security-groups HTTP/1.1" 409 285 0.004291 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008587 10.0.0.50 - - [2026-07-29 10:33:55] "PUT /security-group/6c13335b-3147-4c40-87f5-7e69e1cbdbe9 HTTP/1.1" 200 262 0.082251 10.0.0.50 - - [2026-07-29 10:33:55] "PUT /access-control-list/417bca79-5ec9-428a-8a2b-9a04524483bc HTTP/1.1" 200 272 0.020630 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010509 10.0.0.50 - - [2026-07-29 10:33:55] "PUT /access-control-list/1b7259c5-1bc3-49b6-820c-f7abdf1ee193 HTTP/1.1" 200 272 0.035796 10.0.0.50 - - [2026-07-29 10:33:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.050993 10.0.0.50 - - [2026-07-29 10:33:55] "POST /tags HTTP/1.1" 409 228 0.011236 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.017406 10.0.0.50 - - [2026-07-29 10:33:55] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.095547 10.0.0.50 - - [2026-07-29 10:33:55] "GET /tag/3f62fb69-2531-44bd-a432-5840b03025d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.014615 10.0.0.50 - - [2026-07-29 10:33:55] "POST /tags HTTP/1.1" 200 345 0.046854 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.016345 10.0.0.50 - - [2026-07-29 10:33:55] "GET /tag/68a5d452-7846-4415-a9c4-65b272fac59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.021629 10.0.0.50 - - [2026-07-29 10:33:55] "POST /projects HTTP/1.1" 409 238 0.003914 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006250 10.0.0.50 - - [2026-07-29 10:33:55] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.065484 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008806 10.0.0.50 - - [2026-07-29 10:33:55] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.012029 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.50 - - [2026-07-29 10:33:55] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.015039 10.0.0.50 - - [2026-07-29 10:33:55] "POST /security-groups HTTP/1.1" 409 285 0.004541 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.50 - - [2026-07-29 10:33:55] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.067841 10.0.0.50 - - [2026-07-29 10:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.016867 10.0.0.50 - - [2026-07-29 10:33:55] "PUT /security-group/d841522e-0ab4-4afa-b20c-8c21a83e8e64 HTTP/1.1" 200 262 0.071146 10.0.0.50 - - [2026-07-29 10:33:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.047436 10.0.0.50 - - [2026-07-29 10:33:56] "PUT /access-control-list/0969b748-b3c8-4120-a0a5-27438c0dce59 HTTP/1.1" 200 272 0.055898 10.0.0.50 - - [2026-07-29 10:33:56] "POST /tags HTTP/1.1" 409 228 0.017732 10.0.0.50 - - [2026-07-29 10:33:56] "PUT /access-control-list/9d15e1c9-6c9c-4e18-8696-1d9be6612e32 HTTP/1.1" 200 272 0.041298 10.0.0.50 - - [2026-07-29 10:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.014343 10.0.0.50 - - [2026-07-29 10:33:56] "GET /tag/68a5d452-7846-4415-a9c4-65b272fac59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.021841 10.0.0.50 - - [2026-07-29 10:33:56] "POST /tags HTTP/1.1" 200 291 0.098400 10.0.0.50 - - [2026-07-29 10:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.50 - - [2026-07-29 10:33:56] "GET /tag/4f849c13-c302-4283-90f9-f58fcf43fa43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.020787 10.0.0.50 - - [2026-07-29 10:33:56] "POST /tags HTTP/1.1" 200 303 0.082438 10.0.0.50 - - [2026-07-29 10:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.50 - - [2026-07-29 10:33:56] "GET /tag/8264b157-0b96-4555-bcb0-b8f20c203327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.022667 10.0.0.50 - - [2026-07-29 10:33:56] "POST /tags HTTP/1.1" 409 252 0.004973 10.0.0.50 - - [2026-07-29 10:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.50 - - [2026-07-29 10:33:56] "GET /tag/ec323b9b-df64-48c9-be9f-c8d8701bb54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.020437 10.0.0.50 - - [2026-07-29 10:33:56] "POST /tags HTTP/1.1" 409 226 0.003460 10.0.0.50 - - [2026-07-29 10:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.50 - - [2026-07-29 10:33:56] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.038778 10.0.0.50 - - [2026-07-29 10:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.016196 10.0.0.50 - - [2026-07-29 10:33:56] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006127 10.0.0.50 - - [2026-07-29 10:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.50 - - [2026-07-29 10:33:56] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.080597 10.0.0.50 - - [2026-07-29 10:33:56] "POST /virtual-machines HTTP/1.1" 200 395 0.014040 10.0.0.50 - - [2026-07-29 10:33:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.015980 10.0.0.50 - - [2026-07-29 10:33:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.165107 10.0.0.50 - - [2026-07-29 10:33:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.018192 10.0.0.50 - - [2026-07-29 10:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016070 10.0.0.50 - - [2026-07-29 10:33:57] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2932 0.011253 10.0.0.50 - - [2026-07-29 10:33:57] "POST /instance-ips HTTP/1.1" 200 397 0.039681 10.0.0.50 - - [2026-07-29 10:33:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.071903 10.0.0.50 - - [2026-07-29 10:33:57] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2932 0.028618 10.0.0.50 - - [2026-07-29 10:33:57] "POST /set-tag HTTP/1.1" 200 109 0.087450 10.0.0.50 - - [2026-07-29 10:33:57] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.027428 10.0.0.50 - - [2026-07-29 10:33:57] "GET /instance-ip/01028fc4-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.017260 10.0.0.50 - - [2026-07-29 10:33:57] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.007053 10.0.0.50 - - [2026-07-29 10:33:57] "POST /set-tag HTTP/1.1" 200 109 0.003797 10.0.0.50 - - [2026-07-29 10:33:57] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.010021 10.0.0.50 - - [2026-07-29 10:33:57] "POST /ref-update HTTP/1.1" 200 156 0.015959 10.0.0.50 - - [2026-07-29 10:33:57] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.026824 10.0.0.50 - - [2026-07-29 10:33:57] "POST /set-tag HTTP/1.1" 200 109 0.004369 10.0.0.50 - - [2026-07-29 10:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.50 - - [2026-07-29 10:33:57] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006366 10.0.0.50 - - [2026-07-29 10:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.50 - - [2026-07-29 10:33:57] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.062747 10.0.0.50 - - [2026-07-29 10:33:58] "POST /virtual-machines HTTP/1.1" 200 395 0.019771 10.0.0.50 - - [2026-07-29 10:33:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.028148 10.0.0.50 - - [2026-07-29 10:33:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.142712 10.0.0.50 - - [2026-07-29 10:33:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.021881 10.0.0.50 - - [2026-07-29 10:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.011076 10.0.0.50 - - [2026-07-29 10:33:58] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.017099 10.0.0.50 - - [2026-07-29 10:33:58] "POST /instance-ips HTTP/1.1" 200 397 0.039655 10.0.0.50 - - [2026-07-29 10:33:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.032398 10.0.0.50 - - [2026-07-29 10:33:58] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.012942 10.0.0.50 - - [2026-07-29 10:33:58] "POST /set-tag HTTP/1.1" 200 109 0.071321 10.0.0.50 - - [2026-07-29 10:33:58] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.019839 10.0.0.50 - - [2026-07-29 10:33:58] "GET /instance-ip/01afe0d4-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.008575 10.0.0.50 - - [2026-07-29 10:33:58] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.009737 10.0.0.50 - - [2026-07-29 10:33:58] "POST /set-tag HTTP/1.1" 200 109 0.003275 10.0.0.50 - - [2026-07-29 10:33:58] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.005137 10.0.0.50 - - [2026-07-29 10:33:58] "POST /ref-update HTTP/1.1" 200 156 0.017811 10.0.0.50 - - [2026-07-29 10:33:58] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.019002 10.0.0.50 - - [2026-07-29 10:33:58] "POST /set-tag HTTP/1.1" 200 109 0.005662 10.0.0.50 - - [2026-07-29 10:33:58] "POST /tags HTTP/1.1" 200 291 0.026045 10.0.0.50 - - [2026-07-29 10:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.017102 10.0.0.50 - - [2026-07-29 10:33:58] "GET /tag/f8b611ba-1967-4851-9cce-ecd26cda7e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020347 10.0.0.50 - - [2026-07-29 10:33:59] "POST /tags HTTP/1.1" 409 252 0.003314 10.0.0.50 - - [2026-07-29 10:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.50 - - [2026-07-29 10:33:59] "GET /tag/a35b05d9-be57-4fda-ac43-a17a010c1fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.023170 10.0.0.50 - - [2026-07-29 10:33:59] "POST /tags HTTP/1.1" 409 226 0.003343 10.0.0.50 - - [2026-07-29 10:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.50 - - [2026-07-29 10:33:59] "GET /tag/6d6c1627-b7ce-49f4-a819-146f76af178f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.015293 10.0.0.50 - - [2026-07-29 10:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.50 - - [2026-07-29 10:33:59] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005589 10.0.0.50 - - [2026-07-29 10:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.50 - - [2026-07-29 10:33:59] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.063747 10.0.0.50 - - [2026-07-29 10:33:59] "POST /virtual-machines HTTP/1.1" 200 395 0.014517 10.0.0.50 - - [2026-07-29 10:33:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.041410 10.0.0.50 - - [2026-07-29 10:33:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.158609 10.0.0.50 - - [2026-07-29 10:33:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.015221 10.0.0.50 - - [2026-07-29 10:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.017787 10.0.0.50 - - [2026-07-29 10:33:59] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.013416 10.0.0.50 - - [2026-07-29 10:33:59] "POST /instance-ips HTTP/1.1" 200 397 0.029090 10.0.0.50 - - [2026-07-29 10:33:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.042029 10.0.0.50 - - [2026-07-29 10:33:59] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.009479 10.0.0.50 - - [2026-07-29 10:33:59] "POST /set-tag HTTP/1.1" 200 109 0.077114 10.0.0.50 - - [2026-07-29 10:33:59] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.015916 10.0.0.50 - - [2026-07-29 10:33:59] "GET /instance-ip/02767be0-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005164 10.0.0.50 - - [2026-07-29 10:34:00] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.013005 10.0.0.50 - - [2026-07-29 10:34:00] "POST /set-tag HTTP/1.1" 200 109 0.003710 10.0.0.50 - - [2026-07-29 10:34:00] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.021028 10.0.0.50 - - [2026-07-29 10:34:00] "POST /ref-update HTTP/1.1" 200 156 0.017677 10.0.0.50 - - [2026-07-29 10:34:00] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.017542 10.0.0.50 - - [2026-07-29 10:34:00] "POST /set-tag HTTP/1.1" 200 109 0.011114 10.0.0.50 - - [2026-07-29 10:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.50 - - [2026-07-29 10:34:00] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.007182 10.0.0.50 - - [2026-07-29 10:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.50 - - [2026-07-29 10:34:00] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.067926 10.0.0.50 - - [2026-07-29 10:34:00] "POST /virtual-machines HTTP/1.1" 200 395 0.024357 10.0.0.50 - - [2026-07-29 10:34:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.020335 10.0.0.50 - - [2026-07-29 10:34:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.216035 10.0.0.50 - - [2026-07-29 10:34:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.031269 10.0.0.50 - - [2026-07-29 10:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027032 10.0.0.50 - - [2026-07-29 10:34:00] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.016402 10.0.0.50 - - [2026-07-29 10:34:00] "POST /instance-ips HTTP/1.1" 200 397 0.034363 10.0.0.50 - - [2026-07-29 10:34:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.057459 10.0.0.50 - - [2026-07-29 10:34:00] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.018932 10.0.0.50 - - [2026-07-29 10:34:01] "POST /set-tag HTTP/1.1" 200 109 0.090886 10.0.0.50 - - [2026-07-29 10:34:01] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.029622 10.0.0.50 - - [2026-07-29 10:34:01] "GET /instance-ip/03251f42-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005205 10.0.0.50 - - [2026-07-29 10:34:01] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.005376 10.0.0.50 - - [2026-07-29 10:34:01] "POST /set-tag HTTP/1.1" 200 109 0.003000 10.0.0.50 - - [2026-07-29 10:34:01] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.004770 10.0.0.50 - - [2026-07-29 10:34:01] "POST /ref-update HTTP/1.1" 200 156 0.015389 10.0.0.50 - - [2026-07-29 10:34:01] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.017012 10.0.0.50 - - [2026-07-29 10:34:01] "POST /set-tag HTTP/1.1" 200 109 0.005309 10.0.0.50 - - [2026-07-29 10:34:01] "POST /tags HTTP/1.1" 200 299 0.028842 10.0.0.50 - - [2026-07-29 10:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.023237 10.0.0.50 - - [2026-07-29 10:34:01] "GET /tag/573d6a19-b81a-4c34-9359-e5da497bd4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.015533 10.0.0.50 - - [2026-07-29 10:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.50 - - [2026-07-29 10:34:01] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.008674 10.0.0.50 - - [2026-07-29 10:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.50 - - [2026-07-29 10:34:01] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.064600 10.0.0.50 - - [2026-07-29 10:34:01] "POST /virtual-machines HTTP/1.1" 200 395 0.018072 10.0.0.50 - - [2026-07-29 10:34:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.028771 10.0.0.50 - - [2026-07-29 10:34:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.156592 10.0.0.50 - - [2026-07-29 10:34:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.015288 10.0.0.50 - - [2026-07-29 10:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.026642 10.0.0.50 - - [2026-07-29 10:34:01] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.018439 10.0.0.50 - - [2026-07-29 10:34:02] "POST /instance-ips HTTP/1.1" 200 397 0.049386 10.0.0.50 - - [2026-07-29 10:34:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.019235 10.0.0.50 - - [2026-07-29 10:34:02] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.018822 10.0.0.50 - - [2026-07-29 10:34:02] "POST /set-tag HTTP/1.1" 200 109 0.036078 10.0.0.50 - - [2026-07-29 10:34:02] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.035501 10.0.0.50 - - [2026-07-29 10:34:02] "GET /instance-ip/03d8fbac-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.005406 10.0.0.50 - - [2026-07-29 10:34:02] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007079 10.0.0.50 - - [2026-07-29 10:34:02] "POST /set-tag HTTP/1.1" 200 109 0.003686 10.0.0.50 - - [2026-07-29 10:34:02] "POST /tags HTTP/1.1" 200 299 0.030149 10.0.0.50 - - [2026-07-29 10:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.50 - - [2026-07-29 10:34:02] "GET /tag/746b9354-43bf-4911-bf5c-487f25ff7c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.020380 10.0.0.50 - - [2026-07-29 10:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.50 - - [2026-07-29 10:34:02] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005769 10.0.0.50 - - [2026-07-29 10:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.50 - - [2026-07-29 10:34:02] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.062016 10.0.0.50 - - [2026-07-29 10:34:02] "POST /virtual-machines HTTP/1.1" 200 395 0.016860 10.0.0.50 - - [2026-07-29 10:34:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.048532 10.0.0.50 - - [2026-07-29 10:34:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.180552 10.0.0.50 - - [2026-07-29 10:34:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.051373 10.0.0.50 - - [2026-07-29 10:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.058049 10.0.0.50 - - [2026-07-29 10:34:03] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.010619 10.0.0.50 - - [2026-07-29 10:34:03] "POST /instance-ips HTTP/1.1" 200 397 0.041002 10.0.0.50 - - [2026-07-29 10:34:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.035035 10.0.0.50 - - [2026-07-29 10:34:03] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.019999 10.0.0.50 - - [2026-07-29 10:34:03] "POST /set-tag HTTP/1.1" 200 109 0.027757 10.0.0.50 - - [2026-07-29 10:34:03] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.027694 10.0.0.50 - - [2026-07-29 10:34:03] "GET /instance-ip/047a2716-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.007782 10.0.0.50 - - [2026-07-29 10:34:03] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007044 10.0.0.50 - - [2026-07-29 10:34:03] "POST /set-tag HTTP/1.1" 200 109 0.005016 10.0.0.50 - - [2026-07-29 10:34:03] "POST /tags HTTP/1.1" 200 299 0.045875 10.0.0.50 - - [2026-07-29 10:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.50 - - [2026-07-29 10:34:03] "GET /tag/4d8b83c9-4503-4db9-9795-10abcbf6c2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.023579 10.0.0.50 - - [2026-07-29 10:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.50 - - [2026-07-29 10:34:03] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.007314 10.0.0.50 - - [2026-07-29 10:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007346 10.0.0.50 - - [2026-07-29 10:34:03] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.065024 10.0.0.50 - - [2026-07-29 10:34:03] "POST /virtual-machines HTTP/1.1" 200 395 0.037292 10.0.0.50 - - [2026-07-29 10:34:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.024754 10.0.0.50 - - [2026-07-29 10:34:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.165557 10.0.0.50 - - [2026-07-29 10:34:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.018334 10.0.0.50 - - [2026-07-29 10:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.023950 10.0.0.50 - - [2026-07-29 10:34:04] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.011891 10.0.0.50 - - [2026-07-29 10:34:04] "POST /instance-ips HTTP/1.1" 200 397 0.033289 10.0.0.50 - - [2026-07-29 10:34:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.040985 10.0.0.50 - - [2026-07-29 10:34:04] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.015614 10.0.0.50 - - [2026-07-29 10:34:04] "POST /set-tag HTTP/1.1" 200 109 0.032630 10.0.0.50 - - [2026-07-29 10:34:04] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.031872 10.0.0.50 - - [2026-07-29 10:34:04] "GET /instance-ip/051e6d6c-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.006808 10.0.0.50 - - [2026-07-29 10:34:04] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.008673 10.0.0.50 - - [2026-07-29 10:34:04] "POST /set-tag HTTP/1.1" 200 109 0.003971 10.0.0.50 - - [2026-07-29 10:34:04] "POST /tags HTTP/1.1" 200 299 0.035178 10.0.0.50 - - [2026-07-29 10:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.50 - - [2026-07-29 10:34:04] "GET /tag/056fe88d-bfaa-4990-b436-8f9200ab0610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.018355 10.0.0.50 - - [2026-07-29 10:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.50 - - [2026-07-29 10:34:04] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.008158 10.0.0.50 - - [2026-07-29 10:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.50 - - [2026-07-29 10:34:04] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.051207 10.0.0.50 - - [2026-07-29 10:34:04] "POST /virtual-machines HTTP/1.1" 200 395 0.014012 10.0.0.50 - - [2026-07-29 10:34:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.021721 10.0.0.50 - - [2026-07-29 10:34:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.136709 10.0.0.50 - - [2026-07-29 10:34:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.012732 10.0.0.50 - - [2026-07-29 10:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.013776 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.015416 10.0.0.50 - - [2026-07-29 10:34:05] "POST /instance-ips HTTP/1.1" 200 397 0.036185 10.0.0.50 - - [2026-07-29 10:34:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.037349 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2933 0.015807 10.0.0.50 - - [2026-07-29 10:34:05] "POST /set-tag HTTP/1.1" 200 109 0.034327 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.030058 10.0.0.50 - - [2026-07-29 10:34:05] "GET /instance-ip/05af3914-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.011062 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007027 10.0.0.50 - - [2026-07-29 10:34:05] "POST /set-tag HTTP/1.1" 200 109 0.003834 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.007595 10.0.0.50 - - [2026-07-29 10:34:05] "POST /ref-update HTTP/1.1" 200 156 0.025888 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.014975 10.0.0.50 - - [2026-07-29 10:34:05] "POST /set-tag HTTP/1.1" 200 109 0.005690 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.008770 10.0.0.50 - - [2026-07-29 10:34:05] "POST /ref-update HTTP/1.1" 200 156 0.019734 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.026124 10.0.0.50 - - [2026-07-29 10:34:05] "POST /set-tag HTTP/1.1" 200 109 0.003869 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006912 10.0.0.50 - - [2026-07-29 10:34:05] "POST /ref-update HTTP/1.1" 200 156 0.016227 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007964 10.0.0.50 - - [2026-07-29 10:34:05] "POST /set-tag HTTP/1.1" 200 109 0.015145 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.006853 10.0.0.50 - - [2026-07-29 10:34:05] "POST /set-tag HTTP/1.1" 200 109 0.003645 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005949 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine/04eab854-750f-43c8-8de3-6dc5746dad82?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.005117 10.0.0.50 - - [2026-07-29 10:34:05] "POST /ref-update HTTP/1.1" 200 156 0.032598 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.022273 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.009252 10.0.0.50 - - [2026-07-29 10:34:05] "POST /set-tag HTTP/1.1" 200 109 0.005881 10.0.0.50 - - [2026-07-29 10:34:05] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.006769 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine/a6f1004d-23d3-426e-b672-0eb0b75d46b5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.005535 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.004947 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.008323 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.008077 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.005560 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine/dd0bb64d-33fe-4d35-a6cc-0c368f487527?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003904 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.007807 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.004159 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.010267 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.006890 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.003751 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.006901 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.003734 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.010005 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.004725 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.007450 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.004136 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.008446 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.004441 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007483 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.004618 10.0.0.50 - - [2026-07-29 10:34:06] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.005487 10.0.0.50 - - [2026-07-29 10:34:06] "POST /set-tag HTTP/1.1" 200 109 0.006100 10.0.0.50 - - [2026-07-29 10:34:07] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.010055 10.0.0.50 - - [2026-07-29 10:34:07] "POST /set-tag HTTP/1.1" 200 109 0.003732 10.0.0.50 - - [2026-07-29 10:34:07] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.006360 10.0.0.50 - - [2026-07-29 10:34:08] "POST /set-tag HTTP/1.1" 200 109 0.003825 10.0.0.50 - - [2026-07-29 10:34:11] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007363 10.0.0.50 - - [2026-07-29 10:34:11] "POST /set-tag HTTP/1.1" 200 109 0.003419 10.0.0.50 - - [2026-07-29 10:34:11] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.005129 10.0.0.50 - - [2026-07-29 10:34:12] "POST /set-tag HTTP/1.1" 200 109 0.003428 10.0.0.50 - - [2026-07-29 10:34:12] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.006656 10.0.0.50 - - [2026-07-29 10:34:12] "POST /set-tag HTTP/1.1" 200 109 0.011671 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine/d4412b48-e521-4dfa-aab5-8f9c340560ad?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.005415 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.005791 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine/aeeeb4b3-9225-4577-84b0-fa136a193f62?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.005149 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.006411 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine/f9558b09-7ea7-4098-936f-c333e8121fed?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003649 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.005722 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine/d0f514c5-f27f-44df-8347-3969bbf5369f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003706 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.005752 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine/3c62b6ae-7334-4d1c-a913-dabd65a7cdd7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.004371 10.0.0.50 - - [2026-07-29 10:34:16] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.006717 10.0.0.50 - - [2026-07-29 10:34:17] "GET /loadbalancer/a6df9535-95f5-4711-bd64-f77c3b84cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002345 10.0.0.50 - - [2026-07-29 10:34:17] "POST /tags HTTP/1.1" 200 333 0.028736 10.0.0.50 - - [2026-07-29 10:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.045657 10.0.0.50 - - [2026-07-29 10:34:17] "GET /tag/d8c3fe8a-6fe0-44d8-a177-3575e6e641cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.023201 10.0.0.50 - - [2026-07-29 10:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007400 10.0.0.50 - - [2026-07-29 10:34:17] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.115083 10.0.0.50 - - [2026-07-29 10:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.50 - - [2026-07-29 10:34:17] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.011559 10.0.0.50 - - [2026-07-29 10:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.50 - - [2026-07-29 10:34:17] "GET /service-appliance-set/bbb21e61-9816-4201-b96e-eadf3e79c799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.003265 10.0.0.50 - - [2026-07-29 10:34:17] "POST /fqname-to-id HTTP/1.1" 404 273 0.002567 10.0.0.50 - - [2026-07-29 10:34:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.195204 10.0.0.50 - - [2026-07-29 10:34:17] "GET /virtual-machine-interface/ba4d080f-f28c-4927-8b79-cbb9ad64e5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.013342 10.0.0.50 - - [2026-07-29 10:34:17] "POST /instance-ips HTTP/1.1" 200 409 0.066463 10.0.0.50 - - [2026-07-29 10:34:17] "GET /instance-ip/bbb6cee2-72df-4b69-9a7b-345955907c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.044377 10.0.0.50 - - [2026-07-29 10:34:18] "POST /loadbalancers HTTP/1.1" 200 629 0.100726 10.0.0.50 - - [2026-07-29 10:34:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.041771 10.0.0.50 - - [2026-07-29 10:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.022935 10.0.0.50 - - [2026-07-29 10:34:18] "GET /loadbalancer/a6df9535-95f5-4711-bd64-f77c3b84cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.008119 10.0.0.50 - - [2026-07-29 10:34:18] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.114804 10.0.0.50 - - [2026-07-29 10:34:18] "GET /instance-ip/bbb6cee2-72df-4b69-9a7b-345955907c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.003937 10.0.0.50 - - [2026-07-29 10:34:18] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.107224 10.0.0.50 - - [2026-07-29 10:34:18] "GET /loadbalancer/a6df9535-95f5-4711-bd64-f77c3b84cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.004237 10.0.0.50 - - [2026-07-29 10:34:18] "POST /floating-ips HTTP/1.1" 200 597 0.088108 10.0.0.50 - - [2026-07-29 10:34:18] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.084769 10.0.0.50 - - [2026-07-29 10:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.50 - - [2026-07-29 10:34:18] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.054105 10.0.0.50 - - [2026-07-29 10:34:18] "GET /loadbalancer-listener/02925b7d-9370-48a3-adf1-ef1fd79ddb2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.004281 10.0.0.50 - - [2026-07-29 10:34:18] "GET /loadbalancer-listener/02925b7d-9370-48a3-adf1-ef1fd79ddb2c?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1241 0.004608 10.0.0.50 - - [2026-07-29 10:34:18] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.050119 10.0.0.50 - - [2026-07-29 10:34:18] "GET /instance-ip/bbb6cee2-72df-4b69-9a7b-345955907c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.003707 10.0.0.50 - - [2026-07-29 10:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.50 - - [2026-07-29 10:34:18] "GET /instance-ip/bbb6cee2-72df-4b69-9a7b-345955907c79?fields=floating_ips HTTP/1.1" 200 1213 0.008498 10.0.0.50 - - [2026-07-29 10:34:18] "GET /loadbalancer/a6df9535-95f5-4711-bd64-f77c3b84cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.003957 10.0.0.50 - - [2026-07-29 10:34:18] "GET /floating-ip/4d85dca3-13ed-4545-8dc3-23cf1ea52fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.003404 10.0.0.50 - - [2026-07-29 10:34:18] "GET /loadbalancer-pool/1da4ad9d-2bed-4c53-a0ae-2309525ad9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005983 10.0.0.50 - - [2026-07-29 10:34:18] "POST /loadbalancer-members HTTP/1.1" 200 721 0.024592 10.0.0.50 - - [2026-07-29 10:34:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.010624 10.0.0.50 - - [2026-07-29 10:34:18] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.009315 10.0.0.50 - - [2026-07-29 10:34:18] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.006425 10.0.0.50 - - [2026-07-29 10:34:18] "POST /tags HTTP/1.1" 409 221 0.004989 10.0.0.50 - - [2026-07-29 10:34:18] "POST /ref-update HTTP/1.1" 200 156 0.012171 10.0.0.50 - - [2026-07-29 10:34:18] "GET /floating-ip/4d85dca3-13ed-4545-8dc3-23cf1ea52fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.014167 10.0.0.50 - - [2026-07-29 10:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.50 - - [2026-07-29 10:34:18] "GET /tag/d8c3fe8a-6fe0-44d8-a177-3575e6e641cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.015982 10.0.0.50 - - [2026-07-29 10:34:18] "PUT /floating-ip/4d85dca3-13ed-4545-8dc3-23cf1ea52fe5 HTTP/1.1" 200 256 0.023500 10.0.0.50 - - [2026-07-29 10:34:19] "POST /set-tag HTTP/1.1" 200 109 0.112163 10.0.0.50 - - [2026-07-29 10:34:19] "GET /loadbalancer-pool/1da4ad9d-2bed-4c53-a0ae-2309525ad9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004420 10.0.0.50 - - [2026-07-29 10:34:19] "POST /loadbalancer-members HTTP/1.1" 200 721 0.023774 10.0.0.50 - - [2026-07-29 10:34:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.023350 10.0.0.50 - - [2026-07-29 10:34:19] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.014088 10.0.0.50 - - [2026-07-29 10:34:19] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.020393 10.0.0.50 - - [2026-07-29 10:34:19] "POST /ref-update HTTP/1.1" 200 156 0.008521 10.0.0.50 - - [2026-07-29 10:34:19] "GET /floating-ip/4d85dca3-13ed-4545-8dc3-23cf1ea52fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2237 0.020525 10.0.0.50 - - [2026-07-29 10:34:19] "POST /set-tag HTTP/1.1" 200 109 0.084379 10.0.0.50 - - [2026-07-29 10:34:19] "POST /tags HTTP/1.1" 409 206 0.003752 10.0.0.50 - - [2026-07-29 10:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.50 - - [2026-07-29 10:34:19] "GET /tag/8264b157-0b96-4555-bcb0-b8f20c203327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.016128 10.0.0.50 - - [2026-07-29 10:34:19] "POST /tags HTTP/1.1" 409 204 0.003394 10.0.0.50 - - [2026-07-29 10:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.50 - - [2026-07-29 10:34:19] "GET /tag/746b9354-43bf-4911-bf5c-487f25ff7c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.014051 10.0.0.50 - - [2026-07-29 10:34:19] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.003647 10.0.0.50 - - [2026-07-29 10:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.50 - - [2026-07-29 10:34:19] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003263 10.0.0.50 - - [2026-07-29 10:34:19] "POST /tags HTTP/1.1" 409 206 0.002196 10.0.0.50 - - [2026-07-29 10:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.50 - - [2026-07-29 10:34:19] "GET /tag/8264b157-0b96-4555-bcb0-b8f20c203327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.016446 10.0.0.50 - - [2026-07-29 10:34:19] "POST /tags HTTP/1.1" 409 226 0.003089 10.0.0.50 - - [2026-07-29 10:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.50 - - [2026-07-29 10:34:19] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.016231 10.0.0.50 - - [2026-07-29 10:34:19] "POST /tags HTTP/1.1" 409 204 0.003120 10.0.0.50 - - [2026-07-29 10:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.50 - - [2026-07-29 10:34:19] "GET /tag/746b9354-43bf-4911-bf5c-487f25ff7c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.016063 10.0.0.50 - - [2026-07-29 10:34:19] "POST /tags HTTP/1.1" 409 226 0.002861 10.0.0.50 - - [2026-07-29 10:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006748 10.0.0.50 - - [2026-07-29 10:34:20] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.018343 10.0.0.50 - - [2026-07-29 10:34:20] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.003822 10.0.0.50 - - [2026-07-29 10:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.50 - - [2026-07-29 10:34:20] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004349 10.0.0.50 - - [2026-07-29 10:34:20] "POST /firewall-rules HTTP/1.1" 200 626 0.089268 10.0.0.50 - - [2026-07-29 10:34:20] "POST /firewall-rules HTTP/1.1" 200 646 0.101005 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-rule/29a60c8f-4133-4eb6-8f40-bca1052874b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.021159 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003270 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-rule/87e42ee0-6964-4a84-9d47-f4f761e04ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.006869 10.0.0.50 - - [2026-07-29 10:34:20] "POST /ref-update HTTP/1.1" 200 156 0.031481 10.0.0.50 - - [2026-07-29 10:34:20] "POST /firewall-policys HTTP/1.1" 200 606 0.060695 10.0.0.50 - - [2026-07-29 10:34:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.019423 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.012016 10.0.0.50 - - [2026-07-29 10:34:20] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002951 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.003247 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.005041 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/a7558ec1-798b-4790-b41c-ed412ba09160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.005741 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.006462 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.003571 10.0.0.50 - - [2026-07-29 10:34:20] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003871 10.0.0.50 - - [2026-07-29 10:34:20] "POST /ref-update HTTP/1.1" 200 156 0.030770 10.0.0.50 - - [2026-07-29 10:34:20] "POST /ref-update HTTP/1.1" 200 156 0.039847 10.0.0.50 - - [2026-07-29 10:34:20] "POST /ref-update HTTP/1.1" 200 156 0.054203 10.0.0.50 - - [2026-07-29 10:34:21] "POST /ref-update HTTP/1.1" 200 156 0.043125 10.0.0.50 - - [2026-07-29 10:34:21] "POST /ref-update HTTP/1.1" 200 156 0.057795 10.0.0.50 - - [2026-07-29 10:34:21] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.015256 10.0.0.50 - - [2026-07-29 10:34:30] "GET /global-system-configs HTTP/1.1" 200 322 0.013284 10.0.0.50 - - [2026-07-29 10:34:31] "GET /global-system-configs HTTP/1.1" 200 322 0.008075 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:34:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001359 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:34:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001678 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:34:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001380 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:34:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.003489 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:34:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001303 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:34:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001815 10.0.0.50 - - [2026-07-29 10:36:19] "POST /tags HTTP/1.1" 409 252 0.003446 10.0.0.50 - - [2026-07-29 10:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.50 - - [2026-07-29 10:36:19] "GET /tag/a35b05d9-be57-4fda-ac43-a17a010c1fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.014164 10.0.0.50 - - [2026-07-29 10:36:19] "POST /tags HTTP/1.1" 409 228 0.002650 10.0.0.50 - - [2026-07-29 10:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.50 - - [2026-07-29 10:36:19] "GET /tag/68a5d452-7846-4415-a9c4-65b272fac59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.015816 10.0.0.50 - - [2026-07-29 10:36:19] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005439 10.0.0.50 - - [2026-07-29 10:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.50 - - [2026-07-29 10:36:19] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.003850 10.0.0.50 - - [2026-07-29 10:36:19] "POST /tags HTTP/1.1" 409 206 0.002787 10.0.0.50 - - [2026-07-29 10:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.50 - - [2026-07-29 10:36:19] "GET /tag/8264b157-0b96-4555-bcb0-b8f20c203327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.020037 10.0.0.50 - - [2026-07-29 10:36:19] "POST /tags HTTP/1.1" 409 226 0.003055 10.0.0.50 - - [2026-07-29 10:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.50 - - [2026-07-29 10:36:19] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.014780 10.0.0.50 - - [2026-07-29 10:36:19] "POST /tags HTTP/1.1" 409 204 0.002517 10.0.0.50 - - [2026-07-29 10:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.50 - - [2026-07-29 10:36:19] "GET /tag/746b9354-43bf-4911-bf5c-487f25ff7c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.016649 10.0.0.50 - - [2026-07-29 10:36:20] "POST /tags HTTP/1.1" 409 226 0.013845 10.0.0.50 - - [2026-07-29 10:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.50 - - [2026-07-29 10:36:20] "GET /tag/c8744644-794a-4e3f-8dc1-6135d23944c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.019053 10.0.0.50 - - [2026-07-29 10:36:20] "POST /tags HTTP/1.1" 409 228 0.003117 10.0.0.50 - - [2026-07-29 10:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.50 - - [2026-07-29 10:36:20] "GET /tag/68a5d452-7846-4415-a9c4-65b272fac59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.014013 10.0.0.50 - - [2026-07-29 10:36:20] "POST /tags HTTP/1.1" 409 252 0.004386 10.0.0.50 - - [2026-07-29 10:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007226 10.0.0.50 - - [2026-07-29 10:36:20] "GET /tag/a35b05d9-be57-4fda-ac43-a17a010c1fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.020584 10.0.0.50 - - [2026-07-29 10:36:20] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.004015 10.0.0.50 - - [2026-07-29 10:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.50 - - [2026-07-29 10:36:20] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004176 10.0.0.50 - - [2026-07-29 10:36:20] "POST /firewall-rules HTTP/1.1" 409 281 0.010456 10.0.0.50 - - [2026-07-29 10:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.50 - - [2026-07-29 10:36:20] "PUT /firewall-rule/87e42ee0-6964-4a84-9d47-f4f761e04ef5 HTTP/1.1" 200 260 0.034220 10.0.0.50 - - [2026-07-29 10:36:20] "POST /firewall-rules HTTP/1.1" 409 291 0.002464 10.0.0.50 - - [2026-07-29 10:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.50 - - [2026-07-29 10:36:20] "PUT /firewall-rule/29a60c8f-4133-4eb6-8f40-bca1052874b5 HTTP/1.1" 200 260 0.044749 10.0.0.50 - - [2026-07-29 10:36:20] "GET /firewall-rule/29a60c8f-4133-4eb6-8f40-bca1052874b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006732 10.0.0.50 - - [2026-07-29 10:36:20] "POST /firewall-rules HTTP/1.1" 200 658 0.094250 10.0.0.50 - - [2026-07-29 10:36:20] "GET /firewall-rule/3f0f11ce-003b-4dcd-9d6b-e5c6afee7d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.015925 10.0.0.50 - - [2026-07-29 10:36:20] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.003923 10.0.0.50 - - [2026-07-29 10:36:20] "GET /firewall-rule/87e42ee0-6964-4a84-9d47-f4f761e04ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.004151 10.0.0.50 - - [2026-07-29 10:36:20] "POST /firewall-policys HTTP/1.1" 409 269 0.002906 10.0.0.50 - - [2026-07-29 10:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.50 - - [2026-07-29 10:36:20] "PUT /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450 HTTP/1.1" 200 264 0.034145 10.0.0.50 - - [2026-07-29 10:36:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.046570 10.0.0.50 - - [2026-07-29 10:36:20] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008218 10.0.0.50 - - [2026-07-29 10:36:20] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.004531 10.0.0.50 - - [2026-07-29 10:36:20] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010850 10.0.0.50 - - [2026-07-29 10:36:20] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.003530 10.0.0.50 - - [2026-07-29 10:36:21] "GET /firewall-policy/a7558ec1-798b-4790-b41c-ed412ba09160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.004075 10.0.0.50 - - [2026-07-29 10:36:21] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003766 10.0.0.50 - - [2026-07-29 10:36:21] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003788 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4042 0.011020 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.004894 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007264 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003361 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.011777 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003264 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.008208 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003608 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.005616 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003311 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4043 0.006601 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003786 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007024 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.004083 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007030 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.003590 10.0.0.50 - - [2026-07-29 10:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.50 - - [2026-07-29 10:37:22] "GET /loadbalancer/a6df9535-95f5-4711-bd64-f77c3b84cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.010155 10.0.0.50 - - [2026-07-29 10:37:22] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4042 0.006484 10.0.0.50 - - [2026-07-29 10:37:22] "POST /set-tag HTTP/1.1" 200 109 0.027376 10.0.0.50 - - [2026-07-29 10:37:22] "DELETE /loadbalancer-member/003a971f-256e-4db0-bfe4-deeaebb0ab78 HTTP/1.1" 200 115 0.034681 10.0.0.50 - - [2026-07-29 10:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010490 10.0.0.50 - - [2026-07-29 10:37:23] "GET /loadbalancer/a6df9535-95f5-4711-bd64-f77c3b84cdc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.003825 10.0.0.50 - - [2026-07-29 10:37:23] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.010877 10.0.0.50 - - [2026-07-29 10:37:23] "POST /set-tag HTTP/1.1" 200 109 0.004549 10.0.0.50 - - [2026-07-29 10:37:23] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.010682 10.0.0.50 - - [2026-07-29 10:37:23] "POST /set-tag HTTP/1.1" 200 109 0.004134 10.0.0.50 - - [2026-07-29 10:37:23] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.007011 10.0.0.50 - - [2026-07-29 10:37:23] "POST /set-tag HTTP/1.1" 200 109 0.003658 10.0.0.50 - - [2026-07-29 10:37:23] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.006027 10.0.0.50 - - [2026-07-29 10:37:23] "POST /set-tag HTTP/1.1" 200 109 0.003891 10.0.0.50 - - [2026-07-29 10:37:23] "GET /virtual-machine/04eab854-750f-43c8-8de3-6dc5746dad82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.003883 10.0.0.50 - - [2026-07-29 10:37:23] "POST /ref-update HTTP/1.1" 200 156 0.014101 10.0.0.50 - - [2026-07-29 10:37:23] "GET /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3860 0.007370 10.0.0.50 - - [2026-07-29 10:37:23] "POST /set-tag HTTP/1.1" 200 109 0.036751 10.0.0.50 - - [2026-07-29 10:37:23] "POST /set-tag HTTP/1.1" 200 109 0.042584 10.0.0.50 - - [2026-07-29 10:37:23] "POST /set-tag HTTP/1.1" 200 109 0.028516 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.050589 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.044874 10.0.0.50 - - [2026-07-29 10:37:24] "DELETE /instance-ip/01028fc4-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.055834 10.0.0.50 - - [2026-07-29 10:37:24] "POST /ref-update HTTP/1.1" 200 156 0.014393 10.0.0.50 - - [2026-07-29 10:37:24] "DELETE /virtual-machine-interface/00ddee9e-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.058533 10.0.0.50 - - [2026-07-29 10:37:24] "DELETE /virtual-machine/04eab854-750f-43c8-8de3-6dc5746dad82 HTTP/1.1" 200 115 0.028217 10.0.0.50 - - [2026-07-29 10:37:24] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.011454 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.003869 10.0.0.50 - - [2026-07-29 10:37:24] "GET /virtual-machine/dd0bb64d-33fe-4d35-a6cc-0c368f487527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004377 10.0.0.50 - - [2026-07-29 10:37:24] "POST /ref-update HTTP/1.1" 200 156 0.013129 10.0.0.50 - - [2026-07-29 10:37:24] "GET /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.005116 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.033540 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.023661 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.023749 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.021152 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.068193 10.0.0.50 - - [2026-07-29 10:37:24] "DELETE /instance-ip/02767be0-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.042269 10.0.0.50 - - [2026-07-29 10:37:24] "DELETE /virtual-machine-interface/0253878e-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.079536 10.0.0.50 - - [2026-07-29 10:37:24] "DELETE /virtual-machine/dd0bb64d-33fe-4d35-a6cc-0c368f487527 HTTP/1.1" 200 115 0.032294 10.0.0.50 - - [2026-07-29 10:37:24] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.005531 10.0.0.50 - - [2026-07-29 10:37:24] "POST /set-tag HTTP/1.1" 200 109 0.003917 10.0.0.50 - - [2026-07-29 10:37:24] "GET /virtual-machine/d4412b48-e521-4dfa-aab5-8f9c340560ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004166 10.0.0.50 - - [2026-07-29 10:37:24] "POST /ref-update HTTP/1.1" 200 156 0.014877 10.0.0.50 - - [2026-07-29 10:37:25] "GET /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3861 0.006592 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.051552 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.048230 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.033834 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.046378 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.053361 10.0.0.50 - - [2026-07-29 10:37:25] "DELETE /instance-ip/03251f42-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.064950 10.0.0.50 - - [2026-07-29 10:37:25] "DELETE /virtual-machine-interface/02f7cb50-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.073417 10.0.0.50 - - [2026-07-29 10:37:25] "DELETE /virtual-machine/d4412b48-e521-4dfa-aab5-8f9c340560ad HTTP/1.1" 200 115 0.044830 10.0.0.50 - - [2026-07-29 10:37:25] "DELETE /tag/f8b611ba-1967-4851-9cce-ecd26cda7e86 HTTP/1.1" 200 115 0.071776 10.0.0.50 - - [2026-07-29 10:37:25] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4043 0.010506 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.003299 10.0.0.50 - - [2026-07-29 10:37:25] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4043 0.005720 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.004745 10.0.0.50 - - [2026-07-29 10:37:25] "GET /virtual-machine/a6f1004d-23d3-426e-b672-0eb0b75d46b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003659 10.0.0.50 - - [2026-07-29 10:37:25] "POST /ref-update HTTP/1.1" 200 156 0.030100 10.0.0.50 - - [2026-07-29 10:37:25] "GET /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4043 0.008519 10.0.0.50 - - [2026-07-29 10:37:25] "POST /set-tag HTTP/1.1" 200 109 0.053642 10.0.0.50 - - [2026-07-29 10:37:26] "POST /set-tag HTTP/1.1" 200 109 0.107000 10.0.0.50 - - [2026-07-29 10:37:26] "POST /set-tag HTTP/1.1" 200 109 0.078218 10.0.0.50 - - [2026-07-29 10:37:26] "POST /set-tag HTTP/1.1" 200 109 0.046937 10.0.0.50 - - [2026-07-29 10:37:26] "POST /set-tag HTTP/1.1" 200 109 0.093340 10.0.0.50 - - [2026-07-29 10:37:26] "DELETE /instance-ip/01afe0d4-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.095998 10.0.0.50 - - [2026-07-29 10:37:26] "POST /ref-update HTTP/1.1" 200 156 0.015612 10.0.0.50 - - [2026-07-29 10:37:26] "DELETE /virtual-machine-interface/018e6120-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.080378 10.0.0.50 - - [2026-07-29 10:37:26] "DELETE /virtual-machine/a6f1004d-23d3-426e-b672-0eb0b75d46b5 HTTP/1.1" 200 115 0.052797 10.0.0.50 - - [2026-07-29 10:37:26] "DELETE /tag/8264b157-0b96-4555-bcb0-b8f20c203327 HTTP/1.1" 409 388 0.020909 10.0.0.50 - - [2026-07-29 10:37:26] "DELETE /tag/4f849c13-c302-4283-90f9-f58fcf43fa43 HTTP/1.1" 200 115 0.079335 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:37:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001261 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:37:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001485 10.0.0.50 - - [2026-07-29 10:37:53] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007471 10.0.0.50 - - [2026-07-29 10:37:53] "POST /set-tag HTTP/1.1" 200 109 0.003347 10.0.0.50 - - [2026-07-29 10:37:53] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.006415 10.0.0.50 - - [2026-07-29 10:37:53] "POST /set-tag HTTP/1.1" 200 109 0.003221 10.0.0.50 - - [2026-07-29 10:37:53] "GET /virtual-machine/aeeeb4b3-9225-4577-84b0-fa136a193f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003836 10.0.0.50 - - [2026-07-29 10:37:53] "POST /ref-update HTTP/1.1" 200 156 0.026771 10.0.0.50 - - [2026-07-29 10:37:53] "GET /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.024022 10.0.0.50 - - [2026-07-29 10:37:53] "POST /set-tag HTTP/1.1" 200 109 0.036662 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.040043 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.062105 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.021828 10.0.0.50 - - [2026-07-29 10:37:54] "DELETE /instance-ip/03d8fbac-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.074572 10.0.0.50 - - [2026-07-29 10:37:54] "DELETE /virtual-machine-interface/03b71654-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.075408 10.0.0.50 - - [2026-07-29 10:37:54] "DELETE /virtual-machine/aeeeb4b3-9225-4577-84b0-fa136a193f62 HTTP/1.1" 200 115 0.042064 10.0.0.50 - - [2026-07-29 10:37:54] "DELETE /tag/573d6a19-b81a-4c34-9359-e5da497bd4a8 HTTP/1.1" 200 115 0.048170 10.0.0.50 - - [2026-07-29 10:37:54] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007155 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.003709 10.0.0.50 - - [2026-07-29 10:37:54] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.005333 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.003325 10.0.0.50 - - [2026-07-29 10:37:54] "GET /virtual-machine/d0f514c5-f27f-44df-8347-3969bbf5369f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003960 10.0.0.50 - - [2026-07-29 10:37:54] "POST /ref-update HTTP/1.1" 200 156 0.019934 10.0.0.50 - - [2026-07-29 10:37:54] "GET /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.030026 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.025147 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.037280 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.055636 10.0.0.50 - - [2026-07-29 10:37:54] "POST /set-tag HTTP/1.1" 200 109 0.020036 10.0.0.50 - - [2026-07-29 10:37:54] "DELETE /instance-ip/047a2716-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.068095 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /virtual-machine-interface/044eba9a-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.070694 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /virtual-machine/d0f514c5-f27f-44df-8347-3969bbf5369f HTTP/1.1" 200 115 0.028950 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /tag/ec323b9b-df64-48c9-be9f-c8d8701bb54c HTTP/1.1" 200 115 0.060734 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /tag/3f62fb69-2531-44bd-a432-5840b03025d4 HTTP/1.1" 200 115 0.068641 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /tag/746b9354-43bf-4911-bf5c-487f25ff7c4f HTTP/1.1" 409 236 0.007135 10.0.0.50 - - [2026-07-29 10:37:55] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.006629 10.0.0.50 - - [2026-07-29 10:37:55] "POST /set-tag HTTP/1.1" 200 109 0.003871 10.0.0.50 - - [2026-07-29 10:37:55] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007195 10.0.0.50 - - [2026-07-29 10:37:55] "POST /set-tag HTTP/1.1" 200 109 0.003850 10.0.0.50 - - [2026-07-29 10:37:55] "GET /virtual-machine/3c62b6ae-7334-4d1c-a913-dabd65a7cdd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.004238 10.0.0.50 - - [2026-07-29 10:37:55] "POST /ref-update HTTP/1.1" 200 156 0.014573 10.0.0.50 - - [2026-07-29 10:37:55] "GET /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.005658 10.0.0.50 - - [2026-07-29 10:37:55] "POST /set-tag HTTP/1.1" 200 109 0.035742 10.0.0.50 - - [2026-07-29 10:37:55] "POST /set-tag HTTP/1.1" 200 109 0.042397 10.0.0.50 - - [2026-07-29 10:37:55] "POST /set-tag HTTP/1.1" 200 109 0.042778 10.0.0.50 - - [2026-07-29 10:37:55] "POST /set-tag HTTP/1.1" 200 109 0.037439 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /instance-ip/05af3914-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.057003 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /virtual-machine-interface/05905396-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.086698 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /virtual-machine/3c62b6ae-7334-4d1c-a913-dabd65a7cdd7 HTTP/1.1" 200 115 0.053422 10.0.0.50 - - [2026-07-29 10:37:55] "DELETE /tag/056fe88d-bfaa-4990-b436-8f9200ab0610 HTTP/1.1" 200 115 0.057871 10.0.0.50 - - [2026-07-29 10:37:55] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.013943 10.0.0.50 - - [2026-07-29 10:37:56] "POST /set-tag HTTP/1.1" 200 109 0.003462 10.0.0.50 - - [2026-07-29 10:37:56] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.007583 10.0.0.50 - - [2026-07-29 10:37:56] "POST /set-tag HTTP/1.1" 200 109 0.003680 10.0.0.50 - - [2026-07-29 10:37:56] "GET /virtual-machine/f9558b09-7ea7-4098-936f-c333e8121fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.004326 10.0.0.50 - - [2026-07-29 10:37:56] "POST /ref-update HTTP/1.1" 200 156 0.020685 10.0.0.50 - - [2026-07-29 10:37:56] "GET /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3698 0.025132 10.0.0.50 - - [2026-07-29 10:37:56] "POST /set-tag HTTP/1.1" 200 109 0.037835 10.0.0.50 - - [2026-07-29 10:37:56] "POST /set-tag HTTP/1.1" 200 109 0.058611 10.0.0.50 - - [2026-07-29 10:37:56] "POST /set-tag HTTP/1.1" 200 109 0.043586 10.0.0.50 - - [2026-07-29 10:37:56] "POST /set-tag HTTP/1.1" 200 109 0.035925 10.0.0.50 - - [2026-07-29 10:37:56] "DELETE /instance-ip/051e6d6c-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.104957 10.0.0.50 - - [2026-07-29 10:37:56] "DELETE /virtual-machine-interface/04f8dbec-8b39-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.067837 10.0.0.50 - - [2026-07-29 10:37:56] "DELETE /virtual-machine/f9558b09-7ea7-4098-936f-c333e8121fed HTTP/1.1" 200 115 0.022321 10.0.0.50 - - [2026-07-29 10:37:56] "DELETE /tag/68a5d452-7846-4415-a9c4-65b272fac59b HTTP/1.1" 409 236 0.014904 10.0.0.50 - - [2026-07-29 10:37:56] "DELETE /tag/a35b05d9-be57-4fda-ac43-a17a010c1fe6 HTTP/1.1" 409 236 0.005553 10.0.0.50 - - [2026-07-29 10:37:56] "DELETE /tag/4d8b83c9-4503-4db9-9795-10abcbf6c2aa HTTP/1.1" 200 115 0.044504 10.0.0.50 - - [2026-07-29 10:37:57] "POST /projects HTTP/1.1" 409 238 0.003330 10.0.0.50 - - [2026-07-29 10:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.50 - - [2026-07-29 10:37:57] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.048592 10.0.0.50 - - [2026-07-29 10:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.50 - - [2026-07-29 10:37:57] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006262 10.0.0.50 - - [2026-07-29 10:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.50 - - [2026-07-29 10:37:58] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.012874 10.0.0.50 - - [2026-07-29 10:37:58] "POST /security-groups HTTP/1.1" 409 285 0.003856 10.0.0.50 - - [2026-07-29 10:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.50 - - [2026-07-29 10:37:58] "PUT /security-group/d841522e-0ab4-4afa-b20c-8c21a83e8e64 HTTP/1.1" 200 262 0.069235 10.0.0.50 - - [2026-07-29 10:37:58] "PUT /access-control-list/0969b748-b3c8-4120-a0a5-27438c0dce59 HTTP/1.1" 200 272 0.020921 10.0.0.50 - - [2026-07-29 10:37:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.049284 10.0.0.50 - - [2026-07-29 10:37:58] "PUT /access-control-list/9d15e1c9-6c9c-4e18-8696-1d9be6612e32 HTTP/1.1" 200 272 0.043008 10.0.0.50 - - [2026-07-29 10:38:03] "POST /projects HTTP/1.1" 409 238 0.003295 10.0.0.50 - - [2026-07-29 10:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.50 - - [2026-07-29 10:38:03] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.066614 10.0.0.50 - - [2026-07-29 10:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008090 10.0.0.50 - - [2026-07-29 10:38:03] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.008414 10.0.0.50 - - [2026-07-29 10:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.50 - - [2026-07-29 10:38:03] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.006774 10.0.0.50 - - [2026-07-29 10:38:03] "POST /security-groups HTTP/1.1" 409 285 0.003764 10.0.0.50 - - [2026-07-29 10:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.50 - - [2026-07-29 10:38:03] "PUT /security-group/d841522e-0ab4-4afa-b20c-8c21a83e8e64 HTTP/1.1" 200 262 0.065854 10.0.0.50 - - [2026-07-29 10:38:03] "PUT /access-control-list/0969b748-b3c8-4120-a0a5-27438c0dce59 HTTP/1.1" 200 272 0.050614 10.0.0.50 - - [2026-07-29 10:38:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.050924 10.0.0.50 - - [2026-07-29 10:38:03] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.022153 10.0.0.50 - - [2026-07-29 10:38:03] "GET /firewall-rule/e2c01170-7760-42a5-80b5-373a026c7e54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006420 10.0.0.50 - - [2026-07-29 10:38:03] "PUT /access-control-list/9d15e1c9-6c9c-4e18-8696-1d9be6612e32 HTTP/1.1" 200 272 0.058569 10.0.0.50 - - [2026-07-29 10:38:03] "POST /ref-update HTTP/1.1" 200 156 0.093322 10.0.0.50 - - [2026-07-29 10:38:03] "DELETE /firewall-rule/e2c01170-7760-42a5-80b5-373a026c7e54 HTTP/1.1" 200 115 0.055745 10.0.0.50 - - [2026-07-29 10:38:03] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.010337 10.0.0.50 - - [2026-07-29 10:38:03] "GET /firewall-rule/50f734d8-ef75-4929-a0f1-cc5fc98331d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005477 10.0.0.50 - - [2026-07-29 10:38:03] "POST /ref-update HTTP/1.1" 200 156 0.101228 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /firewall-rule/50f734d8-ef75-4929-a0f1-cc5fc98331d0 HTTP/1.1" 200 115 0.066744 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /tag/68a5d452-7846-4415-a9c4-65b272fac59b HTTP/1.1" 409 236 0.026244 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /tag/6d6c1627-b7ce-49f4-a819-146f76af178f HTTP/1.1" 200 115 0.054797 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /tag/a35b05d9-be57-4fda-ac43-a17a010c1fe6 HTTP/1.1" 409 236 0.012127 10.0.0.50 - - [2026-07-29 10:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.50 - - [2026-07-29 10:38:04] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.007571 10.0.0.50 - - [2026-07-29 10:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.50 - - [2026-07-29 10:38:04] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.006446 10.0.0.50 - - [2026-07-29 10:38:04] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.065568 10.0.0.50 - - [2026-07-29 10:38:04] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.067859 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /security-group/d841522e-0ab4-4afa-b20c-8c21a83e8e64 HTTP/1.1" 200 115 0.087312 10.0.0.50 - - [2026-07-29 10:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /access-control-list/0969b748-b3c8-4120-a0a5-27438c0dce59 HTTP/1.1" 200 115 0.061062 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /access-control-list/9d15e1c9-6c9c-4e18-8696-1d9be6612e32 HTTP/1.1" 200 115 0.054575 10.0.0.50 - - [2026-07-29 10:38:04] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.077163 10.0.0.50 - - [2026-07-29 10:38:04] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?fields=security_groups HTTP/1.1" 200 1353 0.055574 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /security-group/a2a7249b-30ac-41d3-b67f-63473521ef2b HTTP/1.1" 200 115 0.065694 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /access-control-list/bee6e9fe-25ae-471b-99a6-757ca1fbfcd3 HTTP/1.1" 200 115 0.054245 10.0.0.50 - - [2026-07-29 10:38:04] "GET /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1?fields=application_policy_sets HTTP/1.1" 200 1392 0.072114 10.0.0.50 - - [2026-07-29 10:38:04] "DELETE /access-control-list/562849e8-11f5-4196-8648-995c3665435a HTTP/1.1" 200 115 0.066435 10.0.0.50 - - [2026-07-29 10:38:05] "DELETE /project/c3347285-51ab-4cd0-a8c2-edcc121f40a1 HTTP/1.1" 200 115 0.465289 10.0.0.50 - - [2026-07-29 10:38:05] "POST /projects HTTP/1.1" 409 238 0.003711 10.0.0.50 - - [2026-07-29 10:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.50 - - [2026-07-29 10:38:05] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.056527 10.0.0.50 - - [2026-07-29 10:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005738 10.0.0.50 - - [2026-07-29 10:38:05] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.014439 10.0.0.50 - - [2026-07-29 10:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.50 - - [2026-07-29 10:38:05] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.005152 10.0.0.50 - - [2026-07-29 10:38:05] "POST /security-groups HTTP/1.1" 409 285 0.006973 10.0.0.50 - - [2026-07-29 10:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.50 - - [2026-07-29 10:38:05] "PUT /security-group/6c13335b-3147-4c40-87f5-7e69e1cbdbe9 HTTP/1.1" 200 262 0.068272 10.0.0.50 - - [2026-07-29 10:38:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.057871 10.0.0.50 - - [2026-07-29 10:38:05] "PUT /access-control-list/417bca79-5ec9-428a-8a2b-9a04524483bc HTTP/1.1" 200 272 0.065067 10.0.0.50 - - [2026-07-29 10:38:05] "PUT /access-control-list/1b7259c5-1bc3-49b6-820c-f7abdf1ee193 HTTP/1.1" 200 272 0.029785 10.0.0.50 - - [2026-07-29 10:38:08] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003716 10.0.0.50 - - [2026-07-29 10:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006718 10.0.0.50 - - [2026-07-29 10:38:08] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.005471 10.0.0.50 - - [2026-07-29 10:38:08] "GET /firewall-policy/15b2edda-bdea-4c56-849e-135049b96b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1734 0.005249 10.0.0.50 - - [2026-07-29 10:38:08] "GET /firewall-rule/87e42ee0-6964-4a84-9d47-f4f761e04ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.005652 10.0.0.50 - - [2026-07-29 10:38:09] "POST /ref-update HTTP/1.1" 200 156 0.048994 10.0.0.50 - - [2026-07-29 10:38:09] "DELETE /firewall-rule/87e42ee0-6964-4a84-9d47-f4f761e04ef5 HTTP/1.1" 200 115 0.112524 10.0.0.50 - - [2026-07-29 10:38:09] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005660 10.0.0.50 - - [2026-07-29 10:38:09] "GET /firewall-rule/29a60c8f-4133-4eb6-8f40-bca1052874b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.004379 10.0.0.50 - - [2026-07-29 10:38:09] "POST /ref-update HTTP/1.1" 200 156 0.030820 10.0.0.50 - - [2026-07-29 10:38:09] "DELETE /firewall-rule/29a60c8f-4133-4eb6-8f40-bca1052874b5 HTTP/1.1" 200 115 0.090445 10.0.0.50 - - [2026-07-29 10:38:09] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.011563 10.0.0.50 - - [2026-07-29 10:38:09] "GET /firewall-rule/3f0f11ce-003b-4dcd-9d6b-e5c6afee7d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.004669 10.0.0.50 - - [2026-07-29 10:38:09] "POST /ref-update HTTP/1.1" 200 156 0.020911 10.0.0.50 - - [2026-07-29 10:38:09] "DELETE /firewall-rule/3f0f11ce-003b-4dcd-9d6b-e5c6afee7d15 HTTP/1.1" 200 115 0.107269 10.0.0.50 - - [2026-07-29 10:38:09] "GET /application-policy-set/54500313-23e8-479c-84bb-f8bf229020d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.004752 10.0.0.50 - - [2026-07-29 10:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.50 - - [2026-07-29 10:38:09] "GET /policy-management/4a22438b-bfb5-4bb0-842d-edc16898ada0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 859 0.004273 10.0.0.50 - - [2026-07-29 10:38:09] "GET /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.012995 10.0.0.50 - - [2026-07-29 10:38:09] "POST /ref-update HTTP/1.1" 200 156 0.041400 10.0.0.50 - - [2026-07-29 10:38:09] "DELETE /firewall-policy/afa5054d-b92d-4ea5-89f3-a646a521f450 HTTP/1.1" 200 115 0.059839 10.0.0.50 - - [2026-07-29 10:38:09] "DELETE /tag/8264b157-0b96-4555-bcb0-b8f20c203327 HTTP/1.1" 200 115 0.117563 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /tag/68a5d452-7846-4415-a9c4-65b272fac59b HTTP/1.1" 200 115 0.149503 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /tag/a35b05d9-be57-4fda-ac43-a17a010c1fe6 HTTP/1.1" 200 115 0.078709 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /tag/746b9354-43bf-4911-bf5c-487f25ff7c4f HTTP/1.1" 200 115 0.098905 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /loadbalancer-member/7aad5465-cc3b-47e5-a0c6-302bf66efa37 HTTP/1.1" 200 115 0.058606 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /loadbalancer-pool/1da4ad9d-2bed-4c53-a0ae-2309525ad9f2 HTTP/1.1" 200 115 0.052774 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /loadbalancer-listener/02925b7d-9370-48a3-adf1-ef1fd79ddb2c HTTP/1.1" 200 115 0.053100 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /loadbalancer/a6df9535-95f5-4711-bd64-f77c3b84cdc5 HTTP/1.1" 200 115 0.079403 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /floating-ip/4d85dca3-13ed-4545-8dc3-23cf1ea52fe5 HTTP/1.1" 200 115 0.054680 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /instance-ip/bbb6cee2-72df-4b69-9a7b-345955907c79 HTTP/1.1" 200 115 0.083675 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /virtual-machine-interface/ba4d080f-f28c-4927-8b79-cbb9ad64e5d7 HTTP/1.1" 200 115 0.060744 10.0.0.50 - - [2026-07-29 10:38:10] "DELETE /tag/d8c3fe8a-6fe0-44d8-a177-3575e6e641cf HTTP/1.1" 200 115 0.077964 10.0.0.50 - - [2026-07-29 10:38:10] "POST /projects HTTP/1.1" 409 238 0.003969 10.0.0.50 - - [2026-07-29 10:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011510 10.0.0.50 - - [2026-07-29 10:38:10] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.098310 10.0.0.50 - - [2026-07-29 10:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.50 - - [2026-07-29 10:38:11] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005912 10.0.0.50 - - [2026-07-29 10:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.50 - - [2026-07-29 10:38:11] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.005081 10.0.0.50 - - [2026-07-29 10:38:11] "POST /security-groups HTTP/1.1" 409 285 0.002872 10.0.0.50 - - [2026-07-29 10:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.50 - - [2026-07-29 10:38:11] "PUT /security-group/6c13335b-3147-4c40-87f5-7e69e1cbdbe9 HTTP/1.1" 200 262 0.074891 10.0.0.50 - - [2026-07-29 10:38:11] "PUT /access-control-list/417bca79-5ec9-428a-8a2b-9a04524483bc HTTP/1.1" 200 272 0.030704 10.0.0.50 - - [2026-07-29 10:38:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.077095 10.0.0.50 - - [2026-07-29 10:38:11] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.008450 10.0.0.50 - - [2026-07-29 10:38:11] "PUT /access-control-list/1b7259c5-1bc3-49b6-820c-f7abdf1ee193 HTTP/1.1" 200 272 0.044397 10.0.0.50 - - [2026-07-29 10:38:11] "GET /firewall-rule/2eb4b462-3b14-4825-8fc8-e276977d0e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.004201 10.0.0.50 - - [2026-07-29 10:38:11] "POST /ref-update HTTP/1.1" 200 156 0.129390 10.0.0.50 - - [2026-07-29 10:38:11] "DELETE /firewall-rule/2eb4b462-3b14-4825-8fc8-e276977d0e2c HTTP/1.1" 200 115 0.074064 10.0.0.50 - - [2026-07-29 10:38:11] "GET /firewall-policy/f4d37636-c73b-4ca9-88c4-c3187bafe542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.020575 10.0.0.50 - - [2026-07-29 10:38:11] "GET /firewall-rule/d4b3dcf8-6bc6-443e-848b-e09d2b8ae265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004552 10.0.0.50 - - [2026-07-29 10:38:11] "POST /ref-update HTTP/1.1" 200 156 0.070058 10.0.0.50 - - [2026-07-29 10:38:11] "DELETE /firewall-rule/d4b3dcf8-6bc6-443e-848b-e09d2b8ae265 HTTP/1.1" 200 115 0.099507 10.0.0.50 - - [2026-07-29 10:38:11] "DELETE /tag/c8744644-794a-4e3f-8dc1-6135d23944c4 HTTP/1.1" 200 115 0.084050 10.0.0.50 - - [2026-07-29 10:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006504 10.0.0.50 - - [2026-07-29 10:38:12] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.019201 10.0.0.50 - - [2026-07-29 10:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.50 - - [2026-07-29 10:38:12] "GET /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.012036 10.0.0.50 - - [2026-07-29 10:38:12] "PUT /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9 HTTP/1.1" 200 264 0.102785 10.0.0.50 - - [2026-07-29 10:38:12] "PUT /virtual-network/4b14bdae-a602-476e-98a6-4132a55fcfda HTTP/1.1" 200 264 0.075213 10.0.0.50 - - [2026-07-29 10:38:12] "DELETE /security-group/6c13335b-3147-4c40-87f5-7e69e1cbdbe9 HTTP/1.1" 200 115 0.090214 10.0.0.50 - - [2026-07-29 10:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002021 10.0.0.50 - - [2026-07-29 10:38:12] "DELETE /access-control-list/417bca79-5ec9-428a-8a2b-9a04524483bc HTTP/1.1" 200 115 0.064217 10.0.0.50 - - [2026-07-29 10:38:12] "DELETE /access-control-list/1b7259c5-1bc3-49b6-820c-f7abdf1ee193 HTTP/1.1" 200 115 0.116589 10.0.0.50 - - [2026-07-29 10:38:12] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.168231 10.0.0.50 - - [2026-07-29 10:38:12] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?fields=security_groups HTTP/1.1" 200 1352 0.071213 10.0.0.50 - - [2026-07-29 10:38:12] "DELETE /security-group/f4054fc8-541c-4994-aeda-69163859c2c3 HTTP/1.1" 200 115 0.082374 10.0.0.50 - - [2026-07-29 10:38:12] "DELETE /access-control-list/19724711-24c7-452d-b8fc-6a8c53d92ede HTTP/1.1" 200 115 0.091798 10.0.0.50 - - [2026-07-29 10:38:12] "GET /project/35b7252a-645c-4cdc-bd32-c7826f112b32?fields=application_policy_sets HTTP/1.1" 200 1391 0.117630 10.0.0.50 - - [2026-07-29 10:38:12] "DELETE /access-control-list/ba05ab22-ff27-445d-9781-d36548ef2682 HTTP/1.1" 200 115 0.103372 10.0.0.50 - - [2026-07-29 10:38:13] "DELETE /project/35b7252a-645c-4cdc-bd32-c7826f112b32 HTTP/1.1" 200 115 0.681628 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:39:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001616 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:39:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002076 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:39:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001285 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:39:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001669 10.0.0.50 - - [2026-07-29 10:39:22] "GET / HTTP/1.1" 200 35931 0.003325 10.0.0.50 - - [2026-07-29 10:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.50 - - [2026-07-29 10:39:22] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005264 10.0.0.50 - - [2026-07-29 10:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.50 - - [2026-07-29 10:39:23] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003072 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:39:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001166 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:39:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001367 10.0.0.50 - - [2026-07-29 10:39:30] "GET /global-system-configs HTTP/1.1" 200 322 0.007553 10.0.0.50 - - [2026-07-29 10:39:31] "GET /global-system-configs HTTP/1.1" 200 322 0.011032 10.0.0.50 - - [2026-07-29 10:40:14] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.50 - - [2026-07-29 10:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.50 - - [2026-07-29 10:40:14] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.006855 10.0.0.50 - - [2026-07-29 10:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.50 - - [2026-07-29 10:40:14] "GET /config-node/fc969830-a28e-4a6d-a895-2d033e1a44d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003593 10.0.0.50 - - [2026-07-29 10:40:15] "GET / HTTP/1.1" 200 35931 0.002116 10.0.0.50 - - [2026-07-29 10:40:15] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003257 10.0.0.50 - - [2026-07-29 10:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.50 - - [2026-07-29 10:40:20] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004136 10.0.0.50 - - [2026-07-29 10:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.50 - - [2026-07-29 10:40:20] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.032764 10.0.0.50 - - [2026-07-29 10:40:20] "GET / HTTP/1.1" 200 35931 0.002381 10.0.0.50 - - [2026-07-29 10:40:20] "POST /alarms HTTP/1.1" 409 264 0.003372 10.0.0.50 - - [2026-07-29 10:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.50 - - [2026-07-29 10:40:20] "PUT /alarm/fbabbd24-6c4d-4f62-8d17-10f905211d83 HTTP/1.1" 200 244 0.019878 10.0.0.50 - - [2026-07-29 10:40:20] "POST /alarms HTTP/1.1" 409 261 0.003332 10.0.0.50 - - [2026-07-29 10:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.50 - - [2026-07-29 10:40:20] "PUT /alarm/063fa850-1993-4fde-8dbf-e3fa28901e25 HTTP/1.1" 200 244 0.027583 10.0.0.50 - - [2026-07-29 10:40:20] "POST /alarms HTTP/1.1" 409 261 0.003204 10.0.0.50 - - [2026-07-29 10:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.50 - - [2026-07-29 10:40:20] "PUT /alarm/4ee2b521-f9f6-4f3e-9061-2a278495acfc HTTP/1.1" 200 244 0.014609 10.0.0.50 - - [2026-07-29 10:40:20] "POST /alarms HTTP/1.1" 409 253 0.003425 10.0.0.50 - - [2026-07-29 10:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.50 - - [2026-07-29 10:40:20] "PUT /alarm/5f04de5d-47e3-48bb-ade4-d540428c70a9 HTTP/1.1" 200 244 0.031964 10.0.0.50 - - [2026-07-29 10:40:20] "POST /alarms HTTP/1.1" 409 251 0.003649 10.0.0.50 - - [2026-07-29 10:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/f466820b-d60a-4e81-ae4b-606fbc08892c HTTP/1.1" 200 244 0.016868 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 252 0.003680 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/8e41737d-abb1-4570-aadd-4598091b3b22 HTTP/1.1" 200 244 0.017979 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 256 0.003118 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/c8b011f5-e62c-496d-ae01-839ff61845f2 HTTP/1.1" 200 244 0.020186 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 248 0.003681 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/a03c0916-9a2d-44dd-8a04-7cbbc7343164 HTTP/1.1" 200 244 0.019525 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 252 0.003675 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/d658fa57-a9f8-4d7d-8967-90e5de6fd312 HTTP/1.1" 200 244 0.033009 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 257 0.003154 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/e5d5eda8-f6fa-4397-802b-7b2abeed2c2b HTTP/1.1" 200 244 0.024529 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 251 0.003871 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/e0cfcd8b-f2b2-41ee-b26b-677531fdee4b HTTP/1.1" 200 244 0.019326 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 257 0.003625 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/af2eb451-3402-46ae-a650-0ae7931ead2c HTTP/1.1" 200 244 0.021794 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 261 0.003999 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/5f446024-84c6-45ec-84fd-a649c8508918 HTTP/1.1" 200 244 0.028547 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 258 0.003673 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/60ddfcac-f0e8-458c-a0d7-980a2639fd14 HTTP/1.1" 200 244 0.019256 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 254 0.003602 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/6de63266-760e-44ee-90df-674b6d9aa247 HTTP/1.1" 200 244 0.025229 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 254 0.003533 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.50 - - [2026-07-29 10:40:21] "PUT /alarm/db74fbda-d186-499f-bf2f-7ecd741e7ae6 HTTP/1.1" 200 244 0.047581 10.0.0.50 - - [2026-07-29 10:40:21] "POST /alarms HTTP/1.1" 409 254 0.006340 10.0.0.50 - - [2026-07-29 10:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008595 10.0.0.50 - - [2026-07-29 10:40:22] "PUT /alarm/abfb7543-3e2d-4b42-a2a0-e30a24cacd55 HTTP/1.1" 200 244 0.031473 10.0.0.50 - - [2026-07-29 10:40:22] "POST /alarms HTTP/1.1" 409 247 0.002831 10.0.0.50 - - [2026-07-29 10:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.50 - - [2026-07-29 10:40:22] "PUT /alarm/55dd9724-b07d-410a-ac55-e030d70558e6 HTTP/1.1" 200 244 0.023583 10.0.0.50 - - [2026-07-29 10:40:22] "POST /alarms HTTP/1.1" 409 272 0.012336 10.0.0.50 - - [2026-07-29 10:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.50 - - [2026-07-29 10:40:22] "PUT /alarm/0d74dc20-6383-4f57-b1cc-779d65524561 HTTP/1.1" 200 244 0.021638 10.0.0.50 - - [2026-07-29 10:40:22] "POST /alarms HTTP/1.1" 409 261 0.016620 10.0.0.50 - - [2026-07-29 10:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.50 - - [2026-07-29 10:40:22] "PUT /alarm/cc7f2f03-4556-449f-ad2e-ae19345e260a HTTP/1.1" 200 244 0.021538 10.0.0.50 - - [2026-07-29 10:40:22] "POST /alarms HTTP/1.1" 409 259 0.032462 10.0.0.50 - - [2026-07-29 10:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.50 - - [2026-07-29 10:40:22] "PUT /alarm/804ccff8-8ac3-40c6-bc9f-f0bc32084f20 HTTP/1.1" 200 244 0.017425 10.0.0.50 - - [2026-07-29 10:40:22] "POST /alarms HTTP/1.1" 409 265 0.013772 10.0.0.50 - - [2026-07-29 10:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.50 - - [2026-07-29 10:40:22] "PUT /alarm/458acb09-5297-4375-baea-4bb6b276149b HTTP/1.1" 200 244 0.020799 10.0.0.50 - - [2026-07-29 10:40:22] "POST /alarms HTTP/1.1" 409 279 0.012092 10.0.0.50 - - [2026-07-29 10:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.50 - - [2026-07-29 10:40:22] "PUT /alarm/0381d8f1-b3bf-4f24-b237-09fc9760c498 HTTP/1.1" 200 244 0.022002 10.0.0.50 - - [2026-07-29 10:40:22] "GET / HTTP/1.1" 200 35931 0.002515 10.0.0.50 - - [2026-07-29 10:40:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.004509 10.0.0.50 - - [2026-07-29 10:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.50 - - [2026-07-29 10:40:23] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.033320 10.0.0.50 - - [2026-07-29 10:40:23] "GET / HTTP/1.1" 200 35931 0.002325 10.0.0.50 - - [2026-07-29 10:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.50 - - [2026-07-29 10:40:23] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007730 10.0.0.50 - - [2026-07-29 10:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006169 10.0.0.50 - - [2026-07-29 10:40:23] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.026959 10.0.0.50 - - [2026-07-29 10:40:23] "GET / HTTP/1.1" 200 35931 0.008007 10.0.0.50 - - [2026-07-29 10:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005838 10.0.0.50 - - [2026-07-29 10:40:24] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.024196 10.0.0.50 - - [2026-07-29 10:40:24] "PUT /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2 HTTP/1.1" 200 274 0.042012 10.0.0.50 - - [2026-07-29 10:40:26] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.50 - - [2026-07-29 10:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.50 - - [2026-07-29 10:40:26] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003453 10.0.0.50 - - [2026-07-29 10:40:26] "POST /bgp-routers HTTP/1.1" 409 301 0.003340 10.0.0.50 - - [2026-07-29 10:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.50 - - [2026-07-29 10:40:26] "GET /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.003905 10.0.0.50 - - [2026-07-29 10:40:26] "PUT /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5 HTTP/1.1" 200 254 0.030113 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:40:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001424 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:40:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002316 10.0.0.50 - - [2026-07-29 10:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.50 - - [2026-07-29 10:40:30] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006544 10.0.0.50 - - [2026-07-29 10:40:45] "GET / HTTP/1.1" 200 35931 0.003361 10.0.0.50 - - [2026-07-29 10:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.50 - - [2026-07-29 10:40:45] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.008347 10.0.0.50 - - [2026-07-29 10:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.50 - - [2026-07-29 10:40:45] "GET /config-node/fc969830-a28e-4a6d-a895-2d033e1a44d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.004028 10.0.0.50 - - [2026-07-29 10:40:57] "GET / HTTP/1.1" 200 35931 0.002452 10.0.0.50 - - [2026-07-29 10:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.50 - - [2026-07-29 10:40:57] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003837 10.0.0.50 - - [2026-07-29 10:40:57] "POST /bgp-routers HTTP/1.1" 409 301 0.002344 10.0.0.50 - - [2026-07-29 10:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.50 - - [2026-07-29 10:40:57] "GET /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.004261 10.0.0.50 - - [2026-07-29 10:40:57] "PUT /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5 HTTP/1.1" 200 254 0.020643 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:40:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001448 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:40:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001600 10.0.0.50 - - [2026-07-29 10:41:13] "GET / HTTP/1.1" 200 35931 0.002692 10.0.0.50 - - [2026-07-29 10:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.50 - - [2026-07-29 10:41:13] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.009089 10.0.0.50 - - [2026-07-29 10:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.50 - - [2026-07-29 10:41:13] "GET /config-node/fc969830-a28e-4a6d-a895-2d033e1a44d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.005053 10.0.0.50 - - [2026-07-29 10:41:14] "GET / HTTP/1.1" 200 35931 0.002205 10.0.0.50 - - [2026-07-29 10:41:14] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003145 10.0.0.50 - - [2026-07-29 10:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006475 10.0.0.50 - - [2026-07-29 10:41:19] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003487 10.0.0.50 - - [2026-07-29 10:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.50 - - [2026-07-29 10:41:19] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.033990 10.0.0.50 - - [2026-07-29 10:41:19] "GET / HTTP/1.1" 200 35931 0.001972 10.0.0.50 - - [2026-07-29 10:41:19] "POST /alarms HTTP/1.1" 409 264 0.004634 10.0.0.50 - - [2026-07-29 10:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.50 - - [2026-07-29 10:41:19] "PUT /alarm/fbabbd24-6c4d-4f62-8d17-10f905211d83 HTTP/1.1" 200 244 0.020963 10.0.0.50 - - [2026-07-29 10:41:19] "POST /alarms HTTP/1.1" 409 261 0.004642 10.0.0.50 - - [2026-07-29 10:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.50 - - [2026-07-29 10:41:19] "PUT /alarm/063fa850-1993-4fde-8dbf-e3fa28901e25 HTTP/1.1" 200 244 0.027004 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 261 0.024847 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.016436 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/4ee2b521-f9f6-4f3e-9061-2a278495acfc HTTP/1.1" 200 244 0.027422 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 253 0.008903 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005679 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/5f04de5d-47e3-48bb-ade4-d540428c70a9 HTTP/1.1" 200 244 0.030054 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 251 0.006595 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.017373 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/f466820b-d60a-4e81-ae4b-606fbc08892c HTTP/1.1" 200 244 0.042994 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 252 0.008618 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006682 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/8e41737d-abb1-4570-aadd-4598091b3b22 HTTP/1.1" 200 244 0.032683 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 256 0.003748 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/c8b011f5-e62c-496d-ae01-839ff61845f2 HTTP/1.1" 200 244 0.038480 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 248 0.003577 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008109 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/a03c0916-9a2d-44dd-8a04-7cbbc7343164 HTTP/1.1" 200 244 0.059192 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 252 0.003167 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/d658fa57-a9f8-4d7d-8967-90e5de6fd312 HTTP/1.1" 200 244 0.024202 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 257 0.003149 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007413 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/e5d5eda8-f6fa-4397-802b-7b2abeed2c2b HTTP/1.1" 200 244 0.022690 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 251 0.003481 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.50 - - [2026-07-29 10:41:20] "PUT /alarm/e0cfcd8b-f2b2-41ee-b26b-677531fdee4b HTTP/1.1" 200 244 0.023310 10.0.0.50 - - [2026-07-29 10:41:20] "POST /alarms HTTP/1.1" 409 257 0.009316 10.0.0.50 - - [2026-07-29 10:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/af2eb451-3402-46ae-a650-0ae7931ead2c HTTP/1.1" 200 244 0.028085 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 261 0.003439 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008502 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/5f446024-84c6-45ec-84fd-a649c8508918 HTTP/1.1" 200 244 0.025836 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 258 0.002794 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/60ddfcac-f0e8-458c-a0d7-980a2639fd14 HTTP/1.1" 200 244 0.015457 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 254 0.005767 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/6de63266-760e-44ee-90df-674b6d9aa247 HTTP/1.1" 200 244 0.018906 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 254 0.023241 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/db74fbda-d186-499f-bf2f-7ecd741e7ae6 HTTP/1.1" 200 244 0.020373 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 254 0.016410 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/abfb7543-3e2d-4b42-a2a0-e30a24cacd55 HTTP/1.1" 200 244 0.019325 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 247 0.011980 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/55dd9724-b07d-410a-ac55-e030d70558e6 HTTP/1.1" 200 244 0.021234 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 272 0.014253 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/0d74dc20-6383-4f57-b1cc-779d65524561 HTTP/1.1" 200 244 0.015324 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 261 0.005976 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/cc7f2f03-4556-449f-ad2e-ae19345e260a HTTP/1.1" 200 244 0.017560 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 259 0.008519 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/804ccff8-8ac3-40c6-bc9f-f0bc32084f20 HTTP/1.1" 200 244 0.015514 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 265 0.007325 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.50 - - [2026-07-29 10:41:21] "PUT /alarm/458acb09-5297-4375-baea-4bb6b276149b HTTP/1.1" 200 244 0.027564 10.0.0.50 - - [2026-07-29 10:41:21] "POST /alarms HTTP/1.1" 409 279 0.018255 10.0.0.50 - - [2026-07-29 10:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.50 - - [2026-07-29 10:41:22] "PUT /alarm/0381d8f1-b3bf-4f24-b237-09fc9760c498 HTTP/1.1" 200 244 0.016089 10.0.0.50 - - [2026-07-29 10:41:22] "GET / HTTP/1.1" 200 35931 0.002107 10.0.0.50 - - [2026-07-29 10:41:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003357 10.0.0.50 - - [2026-07-29 10:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.50 - - [2026-07-29 10:41:22] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.018359 10.0.0.50 - - [2026-07-29 10:41:22] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.50 - - [2026-07-29 10:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.50 - - [2026-07-29 10:41:22] "GET /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.004984 10.0.0.50 - - [2026-07-29 10:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.50 - - [2026-07-29 10:41:22] "PUT /global-vrouter-config/43a9e66b-e9b1-474e-99f2-9bdbe1773e89 HTTP/1.1" 200 276 0.014752 10.0.0.50 - - [2026-07-29 10:41:23] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.50 - - [2026-07-29 10:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2026-07-29 10:41:23] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.008443 10.0.0.50 - - [2026-07-29 10:41:23] "PUT /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2 HTTP/1.1" 200 274 0.046754 10.0.0.50 - - [2026-07-29 10:41:26] "GET / HTTP/1.1" 200 35931 0.002953 10.0.0.50 - - [2026-07-29 10:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.50 - - [2026-07-29 10:41:26] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.010826 10.0.0.50 - - [2026-07-29 10:41:26] "POST /bgp-routers HTTP/1.1" 409 301 0.005924 10.0.0.50 - - [2026-07-29 10:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.50 - - [2026-07-29 10:41:26] "GET /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.004653 10.0.0.50 - - [2026-07-29 10:41:26] "PUT /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5 HTTP/1.1" 200 254 0.020542 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:41:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001046 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:41:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001162 10.0.0.50 - - [2026-07-29 10:41:31] "POST /tags HTTP/1.1" 200 355 0.045454 10.0.0.50 - - [2026-07-29 10:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.018459 10.0.0.50 - - [2026-07-29 10:41:31] "GET /tag/f0b2a855-38b9-4252-901e-2d1ea4ddaaa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.027881 10.0.0.50 - - [2026-07-29 10:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008283 10.0.0.50 - - [2026-07-29 10:41:32] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.010289 10.0.0.50 - - [2026-07-29 10:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.50 - - [2026-07-29 10:41:32] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.160510 10.0.0.50 - - [2026-07-29 10:41:32] "POST /virtual-machines HTTP/1.1" 200 351 0.033792 10.0.0.50 - - [2026-07-29 10:41:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.022595 10.0.0.50 - - [2026-07-29 10:41:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.212754 10.0.0.50 - - [2026-07-29 10:41:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.016690 10.0.0.50 - - [2026-07-29 10:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007084 10.0.0.50 - - [2026-07-29 10:41:32] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.014467 10.0.0.50 - - [2026-07-29 10:41:32] "POST /instance-ips HTTP/1.1" 200 391 0.036101 10.0.0.50 - - [2026-07-29 10:41:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.047160 10.0.0.50 - - [2026-07-29 10:41:32] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.012779 10.0.0.50 - - [2026-07-29 10:41:32] "POST /set-tag HTTP/1.1" 200 109 0.036398 10.0.0.50 - - [2026-07-29 10:41:32] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.043335 10.0.0.50 - - [2026-07-29 10:41:32] "GET /instance-ip/10791346-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1906 0.005133 10.0.0.50 - - [2026-07-29 10:41:33] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.010301 10.0.0.50 - - [2026-07-29 10:41:33] "POST /set-tag HTTP/1.1" 200 109 0.003879 10.0.0.50 - - [2026-07-29 10:41:33] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.009068 10.0.0.50 - - [2026-07-29 10:41:33] "POST /ref-update HTTP/1.1" 200 156 0.034862 10.0.0.50 - - [2026-07-29 10:41:33] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.028404 10.0.0.50 - - [2026-07-29 10:41:33] "POST /set-tag HTTP/1.1" 200 109 0.004691 10.0.0.50 - - [2026-07-29 10:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.50 - - [2026-07-29 10:41:33] "GET /virtual-network/31544e88-2ec5-4428-ac70-ab79558e5be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.008260 10.0.0.50 - - [2026-07-29 10:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.50 - - [2026-07-29 10:41:33] "GET /project/1a5a48b7-6d5b-47a1-85a2-e652d5e1550c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.055406 10.0.0.50 - - [2026-07-29 10:41:33] "POST /virtual-machines HTTP/1.1" 200 355 0.024219 10.0.0.50 - - [2026-07-29 10:41:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.055152 10.0.0.50 - - [2026-07-29 10:41:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.210415 10.0.0.50 - - [2026-07-29 10:41:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.020731 10.0.0.50 - - [2026-07-29 10:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.50 - - [2026-07-29 10:41:33] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.023234 10.0.0.50 - - [2026-07-29 10:41:33] "POST /instance-ips HTTP/1.1" 200 395 0.031853 10.0.0.50 - - [2026-07-29 10:41:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.037688 10.0.0.50 - - [2026-07-29 10:41:33] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.009061 10.0.0.50 - - [2026-07-29 10:41:33] "POST /set-tag HTTP/1.1" 200 109 0.024435 10.0.0.50 - - [2026-07-29 10:41:34] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.032326 10.0.0.50 - - [2026-07-29 10:41:34] "GET /instance-ip/1128fd42-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1916 0.022594 10.0.0.50 - - [2026-07-29 10:41:34] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.008934 10.0.0.50 - - [2026-07-29 10:41:34] "POST /set-tag HTTP/1.1" 200 109 0.004249 10.0.0.50 - - [2026-07-29 10:41:34] "GET /virtual-router/61147a03-fb0f-45c3-994a-0c53cebc8dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1677 0.006635 10.0.0.50 - - [2026-07-29 10:41:34] "POST /ref-update HTTP/1.1" 200 156 0.024215 10.0.0.50 - - [2026-07-29 10:41:34] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.011431 10.0.0.50 - - [2026-07-29 10:41:34] "POST /set-tag HTTP/1.1" 200 109 0.003740 10.0.0.50 - - [2026-07-29 10:41:34] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.008310 10.0.0.50 - - [2026-07-29 10:41:34] "POST /set-tag HTTP/1.1" 200 109 0.003670 10.0.0.50 - - [2026-07-29 10:41:34] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.012924 10.0.0.50 - - [2026-07-29 10:41:34] "POST /set-tag HTTP/1.1" 200 109 0.003654 10.0.0.50 - - [2026-07-29 10:41:43] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.011463 10.0.0.50 - - [2026-07-29 10:41:43] "POST /set-tag HTTP/1.1" 200 109 0.005680 10.0.0.50 - - [2026-07-29 10:41:44] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.006911 10.0.0.50 - - [2026-07-29 10:41:44] "POST /set-tag HTTP/1.1" 200 109 0.003562 10.0.0.50 - - [2026-07-29 10:41:45] "GET / HTTP/1.1" 200 35931 0.002489 10.0.0.50 - - [2026-07-29 10:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.50 - - [2026-07-29 10:41:45] "GET /global-system-config/a64cc584-bf2b-4334-9bfd-a9f951ea44a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.013667 10.0.0.50 - - [2026-07-29 10:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.50 - - [2026-07-29 10:41:45] "GET /config-node/fc969830-a28e-4a6d-a895-2d033e1a44d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003930 10.0.0.50 - - [2026-07-29 10:41:45] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007275 10.0.0.50 - - [2026-07-29 10:41:45] "POST /set-tag HTTP/1.1" 200 109 0.003840 10.0.0.50 - - [2026-07-29 10:41:56] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.50 - - [2026-07-29 10:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.50 - - [2026-07-29 10:41:56] "GET /routing-instance/c231aa58-3ce7-4868-8bad-bd5b73ed7da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.006276 10.0.0.50 - - [2026-07-29 10:41:56] "POST /bgp-routers HTTP/1.1" 409 301 0.002435 10.0.0.50 - - [2026-07-29 10:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.50 - - [2026-07-29 10:41:56] "GET /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.004559 10.0.0.50 - - [2026-07-29 10:41:57] "PUT /bgp-router/6b9b62ed-a522-445a-b649-f182dd260cb5 HTTP/1.1" 200 254 0.016776 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:41:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001478 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:41:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001522 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:42:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001340 [Introspect:8084]10.0.0.50 - - [2026-07-29 10:42:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001850 10.0.0.50 - - [2026-07-29 10:42:16] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007329 10.0.0.50 - - [2026-07-29 10:42:16] "POST /set-tag HTTP/1.1" 200 109 0.003315 10.0.0.50 - - [2026-07-29 10:42:16] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006511 10.0.0.50 - - [2026-07-29 10:42:17] "POST /set-tag HTTP/1.1" 200 109 0.003594 10.0.0.50 - - [2026-07-29 10:42:17] "GET /virtual-machine/d8037ddd-6407-4f04-b3f8-cb2de8766794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.006032 10.0.0.50 - - [2026-07-29 10:42:17] "POST /ref-update HTTP/1.1" 200 156 0.030427 10.0.0.50 - - [2026-07-29 10:42:17] "GET /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007120 10.0.0.50 - - [2026-07-29 10:42:17] "POST /set-tag HTTP/1.1" 200 109 0.033886 10.0.0.50 - - [2026-07-29 10:42:17] "POST /set-tag HTTP/1.1" 200 109 0.054878 10.0.0.50 - - [2026-07-29 10:42:17] "DELETE /instance-ip/10791346-8b3a-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.067450 10.0.0.50 - - [2026-07-29 10:42:17] "DELETE /virtual-machine-interface/104ec834-8b3a-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.064166 10.0.0.50 - - [2026-07-29 10:42:17] "DELETE /virtual-machine/d8037ddd-6407-4f04-b3f8-cb2de8766794 HTTP/1.1" 200 115 0.039482 10.0.0.50 - - [2026-07-29 10:42:17] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.006198 10.0.0.50 - - [2026-07-29 10:42:17] "POST /set-tag HTTP/1.1" 200 109 0.004605 10.0.0.50 - - [2026-07-29 10:42:48] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.013881 10.0.0.50 - - [2026-07-29 10:42:48] "POST /set-tag HTTP/1.1" 200 109 0.005760 10.0.0.50 - - [2026-07-29 10:42:48] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.007417 10.0.0.50 - - [2026-07-29 10:42:48] "POST /set-tag HTTP/1.1" 200 109 0.004445 10.0.0.50 - - [2026-07-29 10:42:48] "GET /virtual-machine/c0b4de0a-aa20-4ca2-9c15-432afbdf0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.004541 10.0.0.50 - - [2026-07-29 10:42:48] "POST /ref-update HTTP/1.1" 200 156 0.023523 10.0.0.50 - - [2026-07-29 10:42:48] "GET /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.033164 10.0.0.50 - - [2026-07-29 10:42:48] "POST /set-tag HTTP/1.1" 200 109 0.054127 10.0.0.50 - - [2026-07-29 10:42:48] "POST /set-tag HTTP/1.1" 200 109 0.068118 10.0.0.50 - - [2026-07-29 10:42:48] "DELETE /instance-ip/1128fd42-8b3a-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.109654 10.0.0.50 - - [2026-07-29 10:42:48] "DELETE /virtual-machine-interface/10fe2860-8b3a-11f1-803c-fa163e56ef20 HTTP/1.1" 200 115 0.091447 10.0.0.50 - - [2026-07-29 10:42:48] "DELETE /virtual-machine/c0b4de0a-aa20-4ca2-9c15-432afbdf0bf4 HTTP/1.1" 200 115 0.056247 10.0.0.50 - - [2026-07-29 10:42:48] "DELETE /tag/f0b2a855-38b9-4252-901e-2d1ea4ddaaa9 HTTP/1.1" 200 115 0.066786