++ 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: =================== Thu Aug 20 10:01:53 PM UTC 2026 ===================' INFO: =================== Thu Aug 20 10:01:53 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ cut -d / -f 1 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ awk '{print $2}' +++ grep 'inet ' +++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.50 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + 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: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.50 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.50,10.246.55.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.246.55.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 ]] ++ sed 's/,/ /g' ++ echo 10.0.0.50:9041 + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50:8082' + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 08/20/2026 22:02:34.588 7f283053f6c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/20/2026 22:02:34.757 7f283053f6c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/20/2026 22:02:34.772 7f283053f6c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/20/2026 22:02:34.772 7f283053f6c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.50:8082/ Hit Ctrl-C to quit. 10.0.0.50 - - [2026-08-20 22:02:40] "GET / HTTP/1.1" 503 181 0.000434 10.0.0.50 - - [2026-08-20 22:02:41] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.50 - - [2026-08-20 22:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.50 - - [2026-08-20 22:02:41] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007500 10.0.0.50 - - [2026-08-20 22:02:41] "POST /fqname-to-id HTTP/1.1" 404 216 0.002936 10.0.0.50 - - [2026-08-20 22:02:41] "POST /config-nodes HTTP/1.1" 200 593 0.050502 10.0.0.50 - - [2026-08-20 22:02:41] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.50 - - [2026-08-20 22:02:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003576 10.0.0.50 - - [2026-08-20 22:02:41] "GET / HTTP/1.1" 200 45303 0.001256 10.0.0.50 - - [2026-08-20 22:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.50 - - [2026-08-20 22:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.50 - - [2026-08-20 22:02:42] "GET / HTTP/1.1" 200 35931 0.001401 10.0.0.50 - - [2026-08-20 22:02:42] "GET / HTTP/1.1" 200 35931 0.001661 10.0.0.50 - - [2026-08-20 22:02:42] "GET / HTTP/1.1" 200 35931 0.001216 10.0.0.50 - - [2026-08-20 22:02:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.003673 10.0.0.50 - - [2026-08-20 22:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.50 - - [2026-08-20 22:02:42] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006588 10.0.0.50 - - [2026-08-20 22:02:42] "POST /service-appliance-sets HTTP/1.1" 200 553 0.037686 10.0.0.50 - - [2026-08-20 22:02:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.003597 10.0.0.50 - - [2026-08-20 22:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.50 - - [2026-08-20 22:02:43] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007756 10.0.0.50 - - [2026-08-20 22:02:43] "POST /service-appliance-sets HTTP/1.1" 200 541 0.040852 10.0.0.50 - - [2026-08-20 22:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.50 - - [2026-08-20 22:02:43] "GET /network-ipam/3e0ad68e-e141-451a-b7fb-3396640a6e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008497 10.0.0.50 - - [2026-08-20 22:02:43] "POST /service-templates HTTP/1.1" 200 511 0.034730 10.0.0.50 - - [2026-08-20 22:02:43] "POST /service-templates HTTP/1.1" 200 501 0.037482 10.0.0.50 - - [2026-08-20 22:02:43] "POST /service-templates HTTP/1.1" 200 515 0.044882 10.0.0.50 - - [2026-08-20 22:02:43] "POST /service-templates HTTP/1.1" 200 535 0.039727 10.0.0.50 - - [2026-08-20 22:02:43] "POST /service-templates HTTP/1.1" 200 507 0.037997 10.0.0.50 - - [2026-08-20 22:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2026-08-20 22:02:45] "GET /network-ipam/3e0ad68e-e141-451a-b7fb-3396640a6e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003807 10.0.0.50 - - [2026-08-20 22:02:45] "GET / HTTP/1.1" 200 35931 0.003240 10.0.0.50 - - [2026-08-20 22:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008852 10.0.0.50 - - [2026-08-20 22:02:45] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.016363 10.0.0.50 - - [2026-08-20 22:02:45] "POST /fqname-to-id HTTP/1.1" 404 216 0.004839 10.0.0.50 - - [2026-08-20 22:02:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.011920 10.0.0.50 - - [2026-08-20 22:02:45] "POST /config-database-nodes HTTP/1.1" 200 611 0.045723 10.0.0.50 - - [2026-08-20 22:02:45] "POST /access-control-lists HTTP/1.1" 200 587 0.063535 10.0.0.50 - - [2026-08-20 22:02:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.004833 10.0.0.50 - - [2026-08-20 22:02:45] "POST /access-control-lists HTTP/1.1" 200 585 0.038516 10.0.0.50 - - [2026-08-20 22:02:45] "POST /route-targets HTTP/1.1" 200 327 0.015450 10.0.0.50 - - [2026-08-20 22:02:45] "POST /ref-update HTTP/1.1" 200 156 0.018009 10.0.0.50 - - [2026-08-20 22:02:45] "POST /route-targets HTTP/1.1" 200 327 0.015605 10.0.0.50 - - [2026-08-20 22:02:46] "POST /ref-update HTTP/1.1" 200 156 0.022295 10.0.0.50 - - [2026-08-20 22:02:46] "POST /route-targets HTTP/1.1" 200 327 0.022597 10.0.0.50 - - [2026-08-20 22:02:46] "POST /ref-update HTTP/1.1" 200 156 0.013358 10.0.0.50 - - [2026-08-20 22:02:46] "POST /route-targets HTTP/1.1" 200 327 0.019047 10.0.0.50 - - [2026-08-20 22:02:46] "POST /ref-update HTTP/1.1" 200 156 0.021609 10.0.0.50 - - [2026-08-20 22:02:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.002845 10.0.0.50 - - [2026-08-20 22:02:46] "POST /access-control-lists HTTP/1.1" 200 551 0.069397 10.0.0.50 - - [2026-08-20 22:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.50 - - [2026-08-20 22:02:46] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003549 10.0.0.50 - - [2026-08-20 22:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002171 10.0.0.50 - - [2026-08-20 22:02:46] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.011412 10.0.0.50 - - [2026-08-20 22:02:47] "GET / HTTP/1.1" 200 35931 0.001570 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 581 0.040738 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 575 0.048671 10.0.0.50 - - [2026-08-20 22:02:47] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.50 - - [2026-08-20 22:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.50 - - [2026-08-20 22:02:47] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.008304 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 575 0.056554 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 559 0.030766 10.0.0.50 - - [2026-08-20 22:02:47] "POST /bgp-routers HTTP/1.1" 200 616 0.054208 10.0.0.50 - - [2026-08-20 22:02:47] "GET /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.005097 10.0.0.50 - - [2026-08-20 22:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 555 0.025803 10.0.0.50 - - [2026-08-20 22:02:47] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009858 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 557 0.036718 10.0.0.50 - - [2026-08-20 22:02:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003866 10.0.0.50 - - [2026-08-20 22:02:47] "POST /ref-update HTTP/1.1" 200 156 0.009822 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 565 0.047276 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 549 0.030596 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 557 0.027631 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 567 0.028636 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 555 0.024659 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 567 0.034242 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 575 0.073291 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 569 0.027251 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 561 0.034115 10.0.0.50 - - [2026-08-20 22:02:47] "POST /alarms HTTP/1.1" 200 561 0.029123 10.0.0.50 - - [2026-08-20 22:02:48] "POST /alarms HTTP/1.1" 200 561 0.028510 10.0.0.50 - - [2026-08-20 22:02:48] "POST /alarms HTTP/1.1" 200 547 0.039677 10.0.0.50 - - [2026-08-20 22:02:48] "POST /alarms HTTP/1.1" 200 595 0.031029 10.0.0.50 - - [2026-08-20 22:02:48] "POST /alarms HTTP/1.1" 200 575 0.039506 10.0.0.50 - - [2026-08-20 22:02:48] "POST /alarms HTTP/1.1" 200 571 0.048917 10.0.0.50 - - [2026-08-20 22:02:48] "POST /alarms HTTP/1.1" 200 583 0.036293 10.0.0.50 - - [2026-08-20 22:02:48] "POST /alarms HTTP/1.1" 200 609 0.037297 10.0.0.50 - - [2026-08-20 22:02:48] "GET / HTTP/1.1" 200 35931 0.002182 10.0.0.50 - - [2026-08-20 22:02:48] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003131 10.0.0.50 - - [2026-08-20 22:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.50 - - [2026-08-20 22:02:48] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.009881 10.0.0.50 - - [2026-08-20 22:02:48] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.50 - - [2026-08-20 22:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.50 - - [2026-08-20 22:02:48] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.50 - - [2026-08-20 22:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.50 - - [2026-08-20 22:02:49] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.010779 10.0.0.50 - - [2026-08-20 22:02:49] "GET / HTTP/1.1" 200 35931 0.001312 10.0.0.50 - - [2026-08-20 22:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.50 - - [2026-08-20 22:02:49] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007458 10.0.0.50 - - [2026-08-20 22:02:49] "PUT /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202 HTTP/1.1" 200 274 0.043811 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:04:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001477 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:04:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2633 0.001191 10.0.0.50 - - [2026-08-20 22:04:39] "GET / HTTP/1.1" 200 35931 0.002218 10.0.0.50 - - [2026-08-20 22:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.50 - - [2026-08-20 22:04:39] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006123 10.0.0.50 - - [2026-08-20 22:04:39] "POST /fqname-to-id HTTP/1.1" 404 216 0.003144 10.0.0.50 - - [2026-08-20 22:04:39] "POST /analytics-nodes HTTP/1.1" 200 599 0.079812 10.0.0.50 - - [2026-08-20 22:04:48] "GET / HTTP/1.1" 200 35931 0.001973 10.0.0.50 - - [2026-08-20 22:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.50 - - [2026-08-20 22:04:48] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.009053 10.0.0.50 - - [2026-08-20 22:04:48] "POST /fqname-to-id HTTP/1.1" 404 216 0.005291 10.0.0.50 - - [2026-08-20 22:04:48] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.056431 10.0.0.50 - - [2026-08-20 22:04:58] "GET / HTTP/1.1" 200 35931 0.001639 10.0.0.50 - - [2026-08-20 22:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.50 - - [2026-08-20 22:04:58] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.010666 10.0.0.50 - - [2026-08-20 22:04:58] "POST /fqname-to-id HTTP/1.1" 404 216 0.002812 10.0.0.50 - - [2026-08-20 22:04:58] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.024045 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:04:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001107 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:04:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001233 10.0.0.50 - - [2026-08-20 22:05:05] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.50 - - [2026-08-20 22:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008751 10.0.0.50 - - [2026-08-20 22:05:05] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.018976 10.0.0.50 - - [2026-08-20 22:05:05] "POST /fqname-to-id HTTP/1.1" 404 216 0.003226 10.0.0.50 - - [2026-08-20 22:05:05] "POST /database-nodes HTTP/1.1" 200 597 0.054714 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:05:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001262 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:05:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001557 10.0.0.50 - - [2026-08-20 22:05:26] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.50 - - [2026-08-20 22:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.50 - - [2026-08-20 22:05:26] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005642 10.0.0.50 - - [2026-08-20 22:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.50 - - [2026-08-20 22:05:26] "GET /config-node/5d261b88-fd4b-4a0c-bdb5-22826db58434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.005517 10.0.0.50 - - [2026-08-20 22:05:39] "GET / HTTP/1.1" 200 35931 0.002749 10.0.0.50 - - [2026-08-20 22:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.016637 10.0.0.50 - - [2026-08-20 22:05:39] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003949 10.0.0.50 - - [2026-08-20 22:05:39] "POST /bgp-routers HTTP/1.1" 409 301 0.002780 10.0.0.50 - - [2026-08-20 22:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.50 - - [2026-08-20 22:05:39] "GET /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.007852 10.0.0.50 - - [2026-08-20 22:05:39] "PUT /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7 HTTP/1.1" 200 254 0.017587 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:05:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001073 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:05:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001087 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:05:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001112 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:05:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001165 10.0.0.50 - - [2026-08-20 22:05:58] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.50 - - [2026-08-20 22:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006492 10.0.0.50 - - [2026-08-20 22:05:58] "GET /domain/f7b52dc4-c29c-4207-b929-9e38c0fe2e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.004221 10.0.0.50 - - [2026-08-20 22:05:58] "POST /id-to-fqname HTTP/1.1" 200 173 0.012817 10.0.0.50 - - [2026-08-20 22:05:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.011380 10.0.0.50 - - [2026-08-20 22:05:59] "POST /security-groups HTTP/1.1" 200 570 0.078022 10.0.0.50 - - [2026-08-20 22:05:59] "POST /projects HTTP/1.1" 200 481 0.426234 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 404 213 0.004808 10.0.0.50 - - [2026-08-20 22:05:59] "POST /access-control-lists HTTP/1.1" 200 579 0.039084 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.005394 10.0.0.50 - - [2026-08-20 22:05:59] "POST /security-groups HTTP/1.1" 200 534 0.138756 10.0.0.50 - - [2026-08-20 22:05:59] "POST /access-control-lists HTTP/1.1" 200 577 0.098440 10.0.0.50 - - [2026-08-20 22:05:59] "POST /chown HTTP/1.1" 200 109 0.061941 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.013469 10.0.0.50 - - [2026-08-20 22:05:59] "POST /policy-managements HTTP/1.1" 409 214 0.021517 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.50 - - [2026-08-20 22:05:59] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.007039 10.0.0.50 - - [2026-08-20 22:05:59] "POST /access-control-lists HTTP/1.1" 200 594 0.048700 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.020932 10.0.0.50 - - [2026-08-20 22:05:59] "POST /application-policy-sets HTTP/1.1" 200 528 0.096450 10.0.0.50 - - [2026-08-20 22:05:59] "POST /access-control-lists HTTP/1.1" 200 592 0.086623 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.50 - - [2026-08-20 22:05:59] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006353 10.0.0.50 - - [2026-08-20 22:05:59] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.027144 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009437 10.0.0.50 - - [2026-08-20 22:05:59] "GET /virtual-network/410a7cb2-9226-4d63-a8b3-fcaaa4b0c133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006546 10.0.0.50 - - [2026-08-20 22:05:59] "POST /id-to-fqname HTTP/1.1" 200 177 0.000615 10.0.0.50 - - [2026-08-20 22:05:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.006788 10.0.0.50 - - [2026-08-20 22:06:00] "POST /security-groups HTTP/1.1" 200 574 0.142076 10.0.0.50 - - [2026-08-20 22:06:00] "POST /fqname-to-id HTTP/1.1" 404 217 0.005746 10.0.0.50 - - [2026-08-20 22:06:00] "POST /projects HTTP/1.1" 200 489 0.380126 10.0.0.50 - - [2026-08-20 22:06:00] "POST /access-control-lists HTTP/1.1" 200 583 0.107168 10.0.0.50 - - [2026-08-20 22:06:00] "POST /security-groups HTTP/1.1" 200 546 0.139234 10.0.0.50 - - [2026-08-20 22:06:00] "POST /fqname-to-id HTTP/1.1" 404 216 0.015171 10.0.0.50 - - [2026-08-20 22:06:00] "POST /chown HTTP/1.1" 200 109 0.020781 10.0.0.50 - - [2026-08-20 22:06:00] "POST /access-control-lists HTTP/1.1" 200 581 0.089977 10.0.0.50 - - [2026-08-20 22:06:00] "POST /fqname-to-id HTTP/1.1" 404 240 0.007231 10.0.0.50 - - [2026-08-20 22:06:00] "POST /network-ipams HTTP/1.1" 200 522 0.136901 10.0.0.50 - - [2026-08-20 22:06:00] "POST /access-control-lists HTTP/1.1" 200 602 0.098522 10.0.0.50 - - [2026-08-20 22:06:00] "POST /fqname-to-id HTTP/1.1" 404 239 0.029583 10.0.0.50 - - [2026-08-20 22:06:00] "POST /network-ipams HTTP/1.1" 200 510 0.136415 10.0.0.50 - - [2026-08-20 22:06:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.012975 10.0.0.50 - - [2026-08-20 22:06:00] "POST /access-control-lists HTTP/1.1" 200 600 0.085856 10.0.0.50 - - [2026-08-20 22:06:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.006207 10.0.0.50 - - [2026-08-20 22:06:01] "POST /useragent-kv HTTP/1.1" 200 115 0.018369 10.0.0.50 - - [2026-08-20 22:06:01] "POST /virtual-networks HTTP/1.1" 200 538 0.333048 10.0.0.50 - - [2026-08-20 22:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007462 10.0.0.50 - - [2026-08-20 22:06:01] "POST /access-control-lists HTTP/1.1" 200 589 0.148666 10.0.0.50 - - [2026-08-20 22:06:01] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1733 0.023633 10.0.0.50 - - [2026-08-20 22:06:01] "POST /route-targets HTTP/1.1" 200 327 0.027545 10.0.0.50 - - [2026-08-20 22:06:01] "POST /ref-update HTTP/1.1" 200 156 0.052373 10.0.0.50 - - [2026-08-20 22:06:01] "POST /network-ipams HTTP/1.1" 200 518 0.112649 10.0.0.50 - - [2026-08-20 22:06:01] "POST /fqname-to-id HTTP/1.1" 404 202 0.045111 10.0.0.50 - - [2026-08-20 22:06:01] "POST /useragent-kv HTTP/1.1" 200 115 0.019631 10.0.0.50 - - [2026-08-20 22:06:01] "POST /virtual-networks HTTP/1.1" 200 546 0.243208 10.0.0.50 - - [2026-08-20 22:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.048038 10.0.0.50 - - [2026-08-20 22:06:01] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1749 0.016616 10.0.0.50 - - [2026-08-20 22:06:01] "POST /route-targets HTTP/1.1" 200 327 0.020858 10.0.0.50 - - [2026-08-20 22:06:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.009447 10.0.0.50 - - [2026-08-20 22:06:01] "POST /ref-update HTTP/1.1" 200 156 0.060565 10.0.0.50 - - [2026-08-20 22:06:01] "POST /network-policys HTTP/1.1" 200 538 0.102654 10.0.0.50 - - [2026-08-20 22:06:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003510 10.0.0.50 - - [2026-08-20 22:06:01] "POST /network-policys HTTP/1.1" 200 534 0.050969 10.0.0.50 - - [2026-08-20 22:06:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.026473 10.0.0.50 - - [2026-08-20 22:06:02] "POST /network-policys HTTP/1.1" 200 542 0.037968 10.0.0.50 - - [2026-08-20 22:06:02] "POST /ref-update HTTP/1.1" 200 156 0.104468 10.0.0.50 - - [2026-08-20 22:06:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016363 10.0.0.50 - - [2026-08-20 22:06:02] "PUT /access-control-list/efd9a96f-78cd-41ed-967c-09032b8ed0de HTTP/1.1" 200 272 0.039318 10.0.0.50 - - [2026-08-20 22:06:02] "PUT /access-control-list/81c530e0-6384-4d13-b5db-43d889c76b55 HTTP/1.1" 200 272 0.094360 10.0.0.50 - - [2026-08-20 22:06:02] "POST /ref-update HTTP/1.1" 200 156 0.336331 10.0.0.50 - - [2026-08-20 22:06:02] "PUT /access-control-list/efd9a96f-78cd-41ed-967c-09032b8ed0de HTTP/1.1" 200 272 0.125994 10.0.0.50 - - [2026-08-20 22:06:02] "POST /ref-update HTTP/1.1" 200 156 0.054851 10.0.0.50 - - [2026-08-20 22:06:02] "PUT /access-control-list/81c530e0-6384-4d13-b5db-43d889c76b55 HTTP/1.1" 200 272 0.037528 10.0.0.50 - - [2026-08-20 22:06:02] "POST /ref-update HTTP/1.1" 200 156 0.262427 10.0.0.50 - - [2026-08-20 22:06:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007297 10.0.0.50 - - [2026-08-20 22:06:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004072 10.0.0.50 - - [2026-08-20 22:06:02] "POST /fqname-to-id HTTP/1.1" 404 237 0.006640 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-update HTTP/1.1" 200 156 0.134037 10.0.0.50 - - [2026-08-20 22:06:03] "POST /access-control-lists HTTP/1.1" 200 601 0.188173 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-update HTTP/1.1" 200 156 0.275964 10.0.0.50 - - [2026-08-20 22:06:03] "PUT /access-control-list/efd9a96f-78cd-41ed-967c-09032b8ed0de HTTP/1.1" 200 272 0.213268 10.0.0.50 - - [2026-08-20 22:06:03] "PUT /access-control-list/4fc62458-091a-4814-aa23-423371bce86b HTTP/1.1" 200 272 0.093344 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-update HTTP/1.1" 200 156 0.270258 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005729 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006721 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005929 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-update HTTP/1.1" 200 156 0.110807 10.0.0.50 - - [2026-08-20 22:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005601 10.0.0.50 - - [2026-08-20 22:06:03] "GET /virtual-network/410a7cb2-9226-4d63-a8b3-fcaaa4b0c133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.052412 10.0.0.50 - - [2026-08-20 22:06:03] "PUT /access-control-list/4fc62458-091a-4814-aa23-423371bce86b HTTP/1.1" 200 272 0.087794 10.0.0.50 - - [2026-08-20 22:06:03] "POST /ref-update HTTP/1.1" 200 156 0.071486 10.0.0.50 - - [2026-08-20 22:06:04] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.065072 10.0.0.50 - - [2026-08-20 22:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009981 10.0.0.50 - - [2026-08-20 22:06:04] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.010885 10.0.0.50 - - [2026-08-20 22:06:04] "POST /firewall-policys HTTP/1.1" 200 530 0.062892 10.0.0.50 - - [2026-08-20 22:06:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.075303 10.0.0.50 - - [2026-08-20 22:06:04] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.019333 10.0.0.50 - - [2026-08-20 22:06:04] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.011489 10.0.0.50 - - [2026-08-20 22:06:04] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.019651 10.0.0.50 - - [2026-08-20 22:06:04] "POST /ref-update HTTP/1.1" 200 156 0.054121 10.0.0.50 - - [2026-08-20 22:06:04] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.187994 10.0.0.50 - - [2026-08-20 22:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.50 - - [2026-08-20 22:06:04] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003267 10.0.0.50 - - [2026-08-20 22:06:04] "POST /firewall-policys HTTP/1.1" 200 532 0.033453 10.0.0.50 - - [2026-08-20 22:06:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.049614 10.0.0.50 - - [2026-08-20 22:06:04] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.030474 10.0.0.50 - - [2026-08-20 22:06:04] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.007500 10.0.0.50 - - [2026-08-20 22:06:04] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.013716 10.0.0.50 - - [2026-08-20 22:06:04] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003873 10.0.0.50 - - [2026-08-20 22:06:04] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.014738 10.0.0.50 - - [2026-08-20 22:06:04] "POST /ref-update HTTP/1.1" 200 156 0.027878 10.0.0.50 - - [2026-08-20 22:06:05] "POST /ref-update HTTP/1.1" 200 156 0.085179 10.0.0.50 - - [2026-08-20 22:06:05] "POST /ref-update HTTP/1.1" 200 156 0.048557 10.0.0.50 - - [2026-08-20 22:06:05] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.035113 10.0.0.50 - - [2026-08-20 22:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.50 - - [2026-08-20 22:06:05] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.012769 10.0.0.50 - - [2026-08-20 22:06:05] "POST /firewall-policys HTTP/1.1" 200 530 0.060719 10.0.0.50 - - [2026-08-20 22:06:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.072323 10.0.0.50 - - [2026-08-20 22:06:05] "GET /firewall-policy/3ce3fa0f-f58d-4399-a010-1f5f88615dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.008581 10.0.0.50 - - [2026-08-20 22:06:05] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.005064 10.0.0.50 - - [2026-08-20 22:06:05] "GET /firewall-policy/3ce3fa0f-f58d-4399-a010-1f5f88615dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.004075 10.0.0.50 - - [2026-08-20 22:06:05] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003430 10.0.0.50 - - [2026-08-20 22:06:05] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.011702 10.0.0.50 - - [2026-08-20 22:06:05] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003341 10.0.0.50 - - [2026-08-20 22:06:05] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.003246 10.0.0.50 - - [2026-08-20 22:06:05] "POST /ref-update HTTP/1.1" 200 156 0.053639 10.0.0.50 - - [2026-08-20 22:06:05] "POST /ref-update HTTP/1.1" 200 156 0.135342 10.0.0.50 - - [2026-08-20 22:06:05] "POST /ref-update HTTP/1.1" 200 156 0.068875 10.0.0.50 - - [2026-08-20 22:06:06] "POST /ref-update HTTP/1.1" 200 156 0.096829 10.0.0.50 - - [2026-08-20 22:06:06] "POST /ref-update HTTP/1.1" 200 156 0.070258 10.0.0.50 - - [2026-08-20 22:06:06] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1755 0.036767 10.0.0.50 - - [2026-08-20 22:06:06] "POST /tags HTTP/1.1" 200 299 0.043506 10.0.0.50 - - [2026-08-20 22:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.019693 10.0.0.50 - - [2026-08-20 22:06:06] "GET /tag/16f759d5-d21b-4b76-a3a2-cd8a61416085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1112 0.073520 10.0.0.50 - - [2026-08-20 22:06:06] "POST /set-tag HTTP/1.1" 200 109 0.027952 10.0.0.50 - - [2026-08-20 22:06:06] "POST /tags HTTP/1.1" 200 357 0.111138 10.0.0.50 - - [2026-08-20 22:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.043567 10.0.0.50 - - [2026-08-20 22:06:06] "GET /tag/ad2b4529-6667-42e1-8002-df15ace79f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.026228 10.0.0.50 - - [2026-08-20 22:06:06] "POST /tags HTTP/1.1" 200 305 0.105374 10.0.0.50 - - [2026-08-20 22:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.016565 10.0.0.50 - - [2026-08-20 22:06:07] "GET /tag/eb079ff5-9ab3-4833-b391-f6a9264a587a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.030927 10.0.0.50 - - [2026-08-20 22:06:07] "POST /id-to-fqname HTTP/1.1" 200 174 0.002739 10.0.0.50 - - [2026-08-20 22:06:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.005440 10.0.0.50 - - [2026-08-20 22:06:07] "POST /security-groups HTTP/1.1" 200 571 0.127139 10.0.0.50 - - [2026-08-20 22:06:07] "POST /projects HTTP/1.1" 200 483 0.301557 10.0.0.50 - - [2026-08-20 22:06:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.013553 10.0.0.50 - - [2026-08-20 22:06:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.066686 10.0.0.50 - - [2026-08-20 22:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.019008 10.0.0.50 - - [2026-08-20 22:06:07] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.025829 10.0.0.50 - - [2026-08-20 22:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.50 - - [2026-08-20 22:06:07] "POST /access-control-lists HTTP/1.1" 200 580 0.114371 10.0.0.50 - - [2026-08-20 22:06:07] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.029798 10.0.0.50 - - [2026-08-20 22:06:07] "POST /fqname-to-id HTTP/1.1" 404 213 0.004643 10.0.0.50 - - [2026-08-20 22:06:07] "POST /access-control-lists HTTP/1.1" 200 578 0.036169 10.0.0.50 - - [2026-08-20 22:06:07] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.122396 10.0.0.50 - - [2026-08-20 22:06:07] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.142908 10.0.0.50 - - [2026-08-20 22:06:08] "POST /security-groups HTTP/1.1" 200 537 0.122481 10.0.0.50 - - [2026-08-20 22:06:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.008964 10.0.0.50 - - [2026-08-20 22:06:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.082831 10.0.0.50 - - [2026-08-20 22:06:08] "POST /access-control-lists HTTP/1.1" 200 596 0.116476 10.0.0.50 - - [2026-08-20 22:06:08] "POST /chown HTTP/1.1" 200 109 0.095711 10.0.0.50 - - [2026-08-20 22:06:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.026329 10.0.0.50 - - [2026-08-20 22:06:08] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.032747 10.0.0.50 - - [2026-08-20 22:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.50 - - [2026-08-20 22:06:08] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.029088 10.0.0.50 - - [2026-08-20 22:06:08] "POST /access-control-lists HTTP/1.1" 200 594 0.089108 10.0.0.50 - - [2026-08-20 22:06:08] "POST /tags HTTP/1.1" 409 207 0.006524 10.0.0.50 - - [2026-08-20 22:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.50 - - [2026-08-20 22:06:08] "GET /tag/eb079ff5-9ab3-4833-b391-f6a9264a587a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.020388 10.0.0.50 - - [2026-08-20 22:06:08] "POST /firewall-rules HTTP/1.1" 200 564 0.078258 10.0.0.50 - - [2026-08-20 22:06:08] "GET /firewall-rule/2f42a5ca-98d4-4a40-b73b-d6b28bccb895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.014612 10.0.0.50 - - [2026-08-20 22:06:08] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.005117 10.0.0.50 - - [2026-08-20 22:06:08] "GET /firewall-rule/2f42a5ca-98d4-4a40-b73b-d6b28bccb895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005345 10.0.0.50 - - [2026-08-20 22:06:08] "POST /ref-update HTTP/1.1" 200 156 0.031821 10.0.0.50 - - [2026-08-20 22:06:08] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.016150 10.0.0.50 - - [2026-08-20 22:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.017043 10.0.0.50 - - [2026-08-20 22:06:08] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004959 10.0.0.50 - - [2026-08-20 22:06:08] "POST /tags HTTP/1.1" 409 207 0.002652 10.0.0.50 - - [2026-08-20 22:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.50 - - [2026-08-20 22:06:08] "GET /tag/eb079ff5-9ab3-4833-b391-f6a9264a587a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.025825 10.0.0.50 - - [2026-08-20 22:06:08] "POST /firewall-rules HTTP/1.1" 200 562 0.089290 10.0.0.50 - - [2026-08-20 22:06:08] "GET /firewall-rule/775aa971-cf51-4d83-8d5a-f513a29305ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.043421 10.0.0.50 - - [2026-08-20 22:06:09] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.006448 10.0.0.50 - - [2026-08-20 22:06:09] "GET /firewall-rule/775aa971-cf51-4d83-8d5a-f513a29305ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004108 10.0.0.50 - - [2026-08-20 22:06:09] "POST /ref-update HTTP/1.1" 200 156 0.042761 10.0.0.50 - - [2026-08-20 22:06:09] "POST /fqname-to-id HTTP/1.1" 404 226 0.008568 10.0.0.50 - - [2026-08-20 22:06:09] "POST /tags HTTP/1.1" 200 305 0.136941 10.0.0.50 - - [2026-08-20 22:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.039593 10.0.0.50 - - [2026-08-20 22:06:09] "GET /tag/70b033cb-82d2-4141-be5c-3dd7e37e1e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1120 0.016052 10.0.0.50 - - [2026-08-20 22:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.50 - - [2026-08-20 22:06:09] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.062379 10.0.0.50 - - [2026-08-20 22:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.50 - - [2026-08-20 22:06:09] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.015606 10.0.0.50 - - [2026-08-20 22:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006556 10.0.0.50 - - [2026-08-20 22:06:09] "GET /service-appliance-set/526a7dcb-33f6-461b-bd90-832a9d649d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.006663 10.0.0.50 - - [2026-08-20 22:06:09] "POST /fqname-to-id HTTP/1.1" 404 240 0.005979 10.0.0.50 - - [2026-08-20 22:06:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.138194 10.0.0.50 - - [2026-08-20 22:06:09] "GET /virtual-machine-interface/4c0d1c25-9c24-4bbf-b12d-5111b592f10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2302 0.034285 10.0.0.50 - - [2026-08-20 22:06:09] "POST /instance-ips HTTP/1.1" 200 381 0.052134 10.0.0.50 - - [2026-08-20 22:06:09] "GET /instance-ip/83452665-6256-44a8-b25c-4158cfc5c75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.013690 10.0.0.50 - - [2026-08-20 22:06:10] "POST /loadbalancers HTTP/1.1" 200 582 0.078114 10.0.0.50 - - [2026-08-20 22:06:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.056442 10.0.0.50 - - [2026-08-20 22:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.021287 10.0.0.50 - - [2026-08-20 22:06:10] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.138309 10.0.0.50 - - [2026-08-20 22:06:10] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.104645 10.0.0.50 - - [2026-08-20 22:06:10] "GET /instance-ip/83452665-6256-44a8-b25c-4158cfc5c75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.012407 10.0.0.50 - - [2026-08-20 22:06:10] "GET /loadbalancer/517b4a91-cf89-4659-a95f-e06e0245c232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.020534 10.0.0.50 - - [2026-08-20 22:06:10] "POST /floating-ips HTTP/1.1" 200 583 0.102826 10.0.0.50 - - [2026-08-20 22:06:10] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.093854 10.0.0.50 - - [2026-08-20 22:06:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.104541 10.0.0.50 - - [2026-08-20 22:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.016879 10.0.0.50 - - [2026-08-20 22:06:10] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.045200 10.0.0.50 - - [2026-08-20 22:06:10] "GET /loadbalancer-listener/5b3e849c-a31e-4d05-bb0f-a64315877a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.014512 10.0.0.50 - - [2026-08-20 22:06:10] "GET /loadbalancer-listener/5b3e849c-a31e-4d05-bb0f-a64315877a60?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.015064 10.0.0.50 - - [2026-08-20 22:06:10] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.056288 10.0.0.50 - - [2026-08-20 22:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007377 10.0.0.50 - - [2026-08-20 22:06:10] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.003174 10.0.0.50 - - [2026-08-20 22:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006496 10.0.0.50 - - [2026-08-20 22:06:10] "GET /instance-ip/83452665-6256-44a8-b25c-4158cfc5c75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.016439 10.0.0.50 - - [2026-08-20 22:06:10] "GET /instance-ip/83452665-6256-44a8-b25c-4158cfc5c75a?fields=floating_ips HTTP/1.1" 200 1170 0.017335 10.0.0.50 - - [2026-08-20 22:06:11] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.044805 10.0.0.50 - - [2026-08-20 22:06:11] "GET /floating-ip/431e9e1e-05cf-48c5-9542-34483634e41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.010810 10.0.0.50 - - [2026-08-20 22:06:11] "POST /tags HTTP/1.1" 200 355 0.089444 10.0.0.50 - - [2026-08-20 22:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.013847 10.0.0.50 - - [2026-08-20 22:06:11] "GET /tag/35bde0d6-7dfb-4578-a4b7-d2b849f86b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.021281 10.0.0.50 - - [2026-08-20 22:06:11] "POST /tags HTTP/1.1" 200 303 0.041628 10.0.0.50 - - [2026-08-20 22:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.50 - - [2026-08-20 22:06:11] "GET /tag/77c6f91f-becc-4be2-b82e-14f5adf8060d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.021952 10.0.0.50 - - [2026-08-20 22:06:11] "POST /projects HTTP/1.1" 409 218 0.003267 10.0.0.50 - - [2026-08-20 22:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.50 - - [2026-08-20 22:06:11] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.084915 10.0.0.50 - - [2026-08-20 22:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.50 - - [2026-08-20 22:06:11] "GET /network-ipam/27106a05-d8ef-4d0c-a288-28f578e9bfff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.006785 10.0.0.50 - - [2026-08-20 22:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.50 - - [2026-08-20 22:06:11] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007666 10.0.0.50 - - [2026-08-20 22:06:11] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.127995 10.0.0.50 - - [2026-08-20 22:06:11] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.043944 10.0.0.50 - - [2026-08-20 22:06:11] "POST /set-tag HTTP/1.1" 200 109 0.130704 10.0.0.50 - - [2026-08-20 22:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.50 - - [2026-08-20 22:06:11] "GET /network-ipam/61cd0e67-4e12-4be7-a124-fc759969df98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.003978 10.0.0.50 - - [2026-08-20 22:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006896 10.0.0.50 - - [2026-08-20 22:06:12] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006226 10.0.0.50 - - [2026-08-20 22:06:12] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.069208 10.0.0.50 - - [2026-08-20 22:06:12] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.011138 10.0.0.50 - - [2026-08-20 22:06:12] "POST /set-tag HTTP/1.1" 200 109 0.122530 10.0.0.50 - - [2026-08-20 22:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007546 10.0.0.50 - - [2026-08-20 22:06:12] "GET /network-policy/d5803a75-031c-42bc-aceb-27d50f9bf4bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.017190 10.0.0.50 - - [2026-08-20 22:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006816 10.0.0.50 - - [2026-08-20 22:06:12] "GET /network-policy/cc2ce4e1-e1e0-497f-95cd-1f062e232c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.017284 10.0.0.50 - - [2026-08-20 22:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014088 10.0.0.50 - - [2026-08-20 22:06:12] "GET /network-policy/e74ac686-dcdb-4406-841e-2aee58562547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.015611 10.0.0.50 - - [2026-08-20 22:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007293 10.0.0.50 - - [2026-08-20 22:06:12] "PUT /network-policy/e74ac686-dcdb-4406-841e-2aee58562547 HTTP/1.1" 200 262 0.017262 10.0.0.50 - - [2026-08-20 22:06:12] "PUT /access-control-list/81c530e0-6384-4d13-b5db-43d889c76b55 HTTP/1.1" 200 272 0.048813 10.0.0.50 - - [2026-08-20 22:06:12] "POST /ref-update HTTP/1.1" 200 156 0.214957 10.0.0.50 - - [2026-08-20 22:06:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.023887 10.0.0.50 - - [2026-08-20 22:06:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003338 10.0.0.50 - - [2026-08-20 22:06:12] "PUT /access-control-list/4fc62458-091a-4814-aa23-423371bce86b HTTP/1.1" 200 272 0.104310 10.0.0.50 - - [2026-08-20 22:06:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004807 10.0.0.50 - - [2026-08-20 22:06:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007304 10.0.0.50 - - [2026-08-20 22:06:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009013 10.0.0.50 - - [2026-08-20 22:06:12] "POST /security-groups HTTP/1.1" 409 245 0.013974 10.0.0.50 - - [2026-08-20 22:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002503 10.0.0.50 - - [2026-08-20 22:06:13] "PUT /security-group/a6437801-53ec-4b9b-aafc-5714d530cf21 HTTP/1.1" 200 262 0.078827 10.0.0.50 - - [2026-08-20 22:06:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.046020 10.0.0.50 - - [2026-08-20 22:06:13] "PUT /access-control-list/77cc3960-cff6-41dc-8c04-78e6c139dc60 HTTP/1.1" 200 272 0.068147 10.0.0.50 - - [2026-08-20 22:06:13] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.063551 10.0.0.50 - - [2026-08-20 22:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010070 10.0.0.50 - - [2026-08-20 22:06:13] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003458 10.0.0.50 - - [2026-08-20 22:06:13] "PUT /access-control-list/24974f8d-cff7-400b-8a16-7d24949c770e HTTP/1.1" 200 272 0.071020 10.0.0.50 - - [2026-08-20 22:06:13] "POST /tags HTTP/1.1" 409 206 0.033791 10.0.0.50 - - [2026-08-20 22:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.025882 10.0.0.50 - - [2026-08-20 22:06:13] "GET /tag/77c6f91f-becc-4be2-b82e-14f5adf8060d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.033399 10.0.0.50 - - [2026-08-20 22:06:13] "POST /firewall-rules HTTP/1.1" 200 562 0.098742 10.0.0.50 - - [2026-08-20 22:06:13] "GET /firewall-rule/1fa2fb72-791a-4886-abe5-cce46b698b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.033175 10.0.0.50 - - [2026-08-20 22:06:13] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005082 10.0.0.50 - - [2026-08-20 22:06:13] "GET /firewall-rule/1fa2fb72-791a-4886-abe5-cce46b698b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.002578 10.0.0.50 - - [2026-08-20 22:06:13] "POST /ref-update HTTP/1.1" 200 156 0.070556 10.0.0.50 - - [2026-08-20 22:06:13] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011282 10.0.0.50 - - [2026-08-20 22:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008824 10.0.0.50 - - [2026-08-20 22:06:13] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004987 10.0.0.50 - - [2026-08-20 22:06:13] "POST /tags HTTP/1.1" 409 206 0.003736 10.0.0.50 - - [2026-08-20 22:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001959 10.0.0.50 - - [2026-08-20 22:06:13] "GET /tag/77c6f91f-becc-4be2-b82e-14f5adf8060d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.044255 10.0.0.50 - - [2026-08-20 22:06:14] "POST /firewall-rules HTTP/1.1" 200 560 0.156810 10.0.0.50 - - [2026-08-20 22:06:14] "GET /firewall-rule/a7a0e5b3-e98c-4d3e-9f3a-10af18ba1f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.011793 10.0.0.50 - - [2026-08-20 22:06:14] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.008974 10.0.0.50 - - [2026-08-20 22:06:14] "GET /firewall-rule/a7a0e5b3-e98c-4d3e-9f3a-10af18ba1f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005314 10.0.0.50 - - [2026-08-20 22:06:14] "POST /ref-update HTTP/1.1" 200 156 0.062165 10.0.0.50 - - [2026-08-20 22:06:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.014631 10.0.0.50 - - [2026-08-20 22:06:14] "POST /tags HTTP/1.1" 200 301 0.024230 10.0.0.50 - - [2026-08-20 22:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012536 10.0.0.50 - - [2026-08-20 22:06:14] "GET /tag/d56c21df-41e8-44e0-92ea-0b9ed75433f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.035103 10.0.0.50 - - [2026-08-20 22:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.50 - - [2026-08-20 22:06:14] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.052048 10.0.0.50 - - [2026-08-20 22:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.017840 10.0.0.50 - - [2026-08-20 22:06:14] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2824 0.023731 10.0.0.50 - - [2026-08-20 22:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006139 10.0.0.50 - - [2026-08-20 22:06:14] "GET /service-appliance-set/526a7dcb-33f6-461b-bd90-832a9d649d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.004342 10.0.0.50 - - [2026-08-20 22:06:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.004470 10.0.0.50 - - [2026-08-20 22:06:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.161472 10.0.0.50 - - [2026-08-20 22:06:14] "GET /virtual-machine-interface/35864bbe-8670-4e53-8ded-4124904b6124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2312 0.028391 10.0.0.50 - - [2026-08-20 22:06:14] "POST /instance-ips HTTP/1.1" 200 377 0.049100 10.0.0.50 - - [2026-08-20 22:06:14] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004746 10.0.0.50 - - [2026-08-20 22:06:15] "POST /loadbalancers HTTP/1.1" 200 582 0.074030 10.0.0.50 - - [2026-08-20 22:06:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.134252 10.0.0.50 - - [2026-08-20 22:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011743 10.0.0.50 - - [2026-08-20 22:06:15] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.173645 10.0.0.50 - - [2026-08-20 22:06:15] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.008711 10.0.0.50 - - [2026-08-20 22:06:15] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.078743 10.0.0.50 - - [2026-08-20 22:06:15] "GET /loadbalancer/1bc2b161-fa79-4007-88ed-c10e0d005540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.010548 10.0.0.50 - - [2026-08-20 22:06:15] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.071687 10.0.0.50 - - [2026-08-20 22:06:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.032423 10.0.0.50 - - [2026-08-20 22:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.037185 10.0.0.50 - - [2026-08-20 22:06:15] "POST /floating-ips HTTP/1.1" 200 581 0.094304 10.0.0.50 - - [2026-08-20 22:06:15] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.154562 10.0.0.50 - - [2026-08-20 22:06:15] "GET /loadbalancer-listener/68f287d6-05bf-4e56-95fb-daa1e1b48e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.004469 10.0.0.50 - - [2026-08-20 22:06:15] "GET /loadbalancer-listener/68f287d6-05bf-4e56-95fb-daa1e1b48e1c?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.003982 10.0.0.50 - - [2026-08-20 22:06:15] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.040409 10.0.0.50 - - [2026-08-20 22:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.50 - - [2026-08-20 22:06:15] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.026656 10.0.0.50 - - [2026-08-20 22:06:15] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?fields=floating_ips HTTP/1.1" 200 1164 0.019600 10.0.0.50 - - [2026-08-20 22:06:15] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.020974 10.0.0.50 - - [2026-08-20 22:06:15] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.071447 10.0.0.50 - - [2026-08-20 22:06:15] "GET /loadbalancer/1bc2b161-fa79-4007-88ed-c10e0d005540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.010393 10.0.0.50 - - [2026-08-20 22:06:16] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.071756 10.0.0.50 - - [2026-08-20 22:06:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.053228 10.0.0.50 - - [2026-08-20 22:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.032392 10.0.0.50 - - [2026-08-20 22:06:16] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.071182 10.0.0.50 - - [2026-08-20 22:06:16] "GET /loadbalancer-listener/f5de473b-1940-4ec4-b667-9926bcd579ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.008863 10.0.0.50 - - [2026-08-20 22:06:16] "GET /loadbalancer-listener/f5de473b-1940-4ec4-b667-9926bcd579ef?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.019881 10.0.0.50 - - [2026-08-20 22:06:16] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.040732 10.0.0.50 - - [2026-08-20 22:06:16] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.015048 10.0.0.50 - - [2026-08-20 22:06:16] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?fields=floating_ips HTTP/1.1" 200 1164 0.005662 10.0.0.50 - - [2026-08-20 22:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006670 10.0.0.50 - - [2026-08-20 22:06:16] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.042272 10.0.0.50 - - [2026-08-20 22:06:16] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.018808 10.0.0.50 - - [2026-08-20 22:06:16] "GET /loadbalancer/1bc2b161-fa79-4007-88ed-c10e0d005540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005701 10.0.0.50 - - [2026-08-20 22:06:16] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.043049 10.0.0.50 - - [2026-08-20 22:06:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.037095 10.0.0.50 - - [2026-08-20 22:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.027550 10.0.0.50 - - [2026-08-20 22:06:16] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.060139 10.0.0.50 - - [2026-08-20 22:06:16] "GET /loadbalancer-listener/36fb9a98-695c-4134-8b24-bf150a752c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.012993 10.0.0.50 - - [2026-08-20 22:06:16] "GET /loadbalancer-listener/36fb9a98-695c-4134-8b24-bf150a752c27?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1199 0.009122 10.0.0.50 - - [2026-08-20 22:06:16] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.048561 10.0.0.50 - - [2026-08-20 22:06:16] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003828 10.0.0.50 - - [2026-08-20 22:06:17] "GET /instance-ip/4797a17a-95da-442f-9775-d382fe669d8e?fields=floating_ips HTTP/1.1" 200 1164 0.013379 10.0.0.50 - - [2026-08-20 22:06:17] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.004399 10.0.0.50 - - [2026-08-20 22:06:17] "POST /tags HTTP/1.1" 200 371 0.095860 10.0.0.50 - - [2026-08-20 22:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012666 10.0.0.50 - - [2026-08-20 22:06:17] "GET /tag/7a9e7cc2-325e-4528-8286-0de1c50c79f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1280 0.039560 10.0.0.50 - - [2026-08-20 22:06:17] "POST /tags HTTP/1.1" 200 319 0.037791 10.0.0.50 - - [2026-08-20 22:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.50 - - [2026-08-20 22:06:17] "GET /tag/5425dff9-f334-4055-a4d3-61dcbb45e5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1151 0.039969 10.0.0.50 - - [2026-08-20 22:06:17] "POST /id-to-fqname HTTP/1.1" 200 181 0.013486 10.0.0.50 - - [2026-08-20 22:06:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.020540 10.0.0.50 - - [2026-08-20 22:06:17] "POST /security-groups HTTP/1.1" 200 578 0.091963 10.0.0.50 - - [2026-08-20 22:06:17] "POST /projects HTTP/1.1" 200 497 0.416715 10.0.0.50 - - [2026-08-20 22:06:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.029953 10.0.0.50 - - [2026-08-20 22:06:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.031263 10.0.0.50 - - [2026-08-20 22:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.029587 10.0.0.50 - - [2026-08-20 22:06:17] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005420 10.0.0.50 - - [2026-08-20 22:06:17] "POST /access-control-lists HTTP/1.1" 200 587 0.054278 10.0.0.50 - - [2026-08-20 22:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.035739 10.0.0.50 - - [2026-08-20 22:06:17] "POST /fqname-to-id HTTP/1.1" 404 224 0.034629 10.0.0.50 - - [2026-08-20 22:06:17] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2824 0.019790 10.0.0.50 - - [2026-08-20 22:06:17] "POST /access-control-lists HTTP/1.1" 200 585 0.072327 10.0.0.50 - - [2026-08-20 22:06:18] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.149270 10.0.0.50 - - [2026-08-20 22:06:18] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.134826 10.0.0.50 - - [2026-08-20 22:06:18] "POST /security-groups HTTP/1.1" 200 558 0.122867 10.0.0.50 - - [2026-08-20 22:06:18] "POST /fqname-to-id HTTP/1.1" 404 248 0.002034 10.0.0.50 - - [2026-08-20 22:06:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.051779 10.0.0.50 - - [2026-08-20 22:06:18] "POST /chown HTTP/1.1" 200 109 0.040906 10.0.0.50 - - [2026-08-20 22:06:18] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.019424 10.0.0.50 - - [2026-08-20 22:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.50 - - [2026-08-20 22:06:18] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.037145 10.0.0.50 - - [2026-08-20 22:06:18] "POST /access-control-lists HTTP/1.1" 200 610 0.166644 10.0.0.50 - - [2026-08-20 22:06:18] "POST /tags HTTP/1.1" 409 214 0.023968 10.0.0.50 - - [2026-08-20 22:06:18] "POST /fqname-to-id HTTP/1.1" 404 247 0.006874 10.0.0.50 - - [2026-08-20 22:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.017140 10.0.0.50 - - [2026-08-20 22:06:18] "GET /tag/5425dff9-f334-4055-a4d3-61dcbb45e5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1151 0.024531 10.0.0.50 - - [2026-08-20 22:06:18] "POST /access-control-lists HTTP/1.1" 200 608 0.154794 10.0.0.50 - - [2026-08-20 22:06:18] "POST /firewall-rules HTTP/1.1" 200 578 0.187134 10.0.0.50 - - [2026-08-20 22:06:18] "GET /firewall-rule/fbafb999-a24e-4d0f-b304-19cf77477e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006264 10.0.0.50 - - [2026-08-20 22:06:18] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.004783 10.0.0.50 - - [2026-08-20 22:06:18] "GET /firewall-rule/fbafb999-a24e-4d0f-b304-19cf77477e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010383 10.0.0.50 - - [2026-08-20 22:06:19] "POST /ref-update HTTP/1.1" 200 156 0.034739 10.0.0.50 - - [2026-08-20 22:06:19] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.021976 10.0.0.50 - - [2026-08-20 22:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007015 10.0.0.50 - - [2026-08-20 22:06:19] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003305 10.0.0.50 - - [2026-08-20 22:06:19] "POST /tags HTTP/1.1" 409 214 0.004672 10.0.0.50 - - [2026-08-20 22:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.50 - - [2026-08-20 22:06:19] "GET /tag/5425dff9-f334-4055-a4d3-61dcbb45e5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1151 0.033399 10.0.0.50 - - [2026-08-20 22:06:19] "POST /firewall-rules HTTP/1.1" 200 576 0.139454 10.0.0.50 - - [2026-08-20 22:06:19] "GET /firewall-rule/12904c09-4d2c-419d-a3b4-1bd029c4d582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.039497 10.0.0.50 - - [2026-08-20 22:06:19] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.007576 10.0.0.50 - - [2026-08-20 22:06:19] "GET /firewall-rule/12904c09-4d2c-419d-a3b4-1bd029c4d582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.009967 10.0.0.50 - - [2026-08-20 22:06:19] "POST /ref-update HTTP/1.1" 200 156 0.068599 10.0.0.50 - - [2026-08-20 22:06:19] "POST /tags HTTP/1.1" 200 363 0.052892 10.0.0.50 - - [2026-08-20 22:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015025 10.0.0.50 - - [2026-08-20 22:06:19] "GET /tag/824f5d72-84d7-4444-856d-32a140b54d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.056379 10.0.0.50 - - [2026-08-20 22:06:19] "POST /tags HTTP/1.1" 200 311 0.035950 10.0.0.50 - - [2026-08-20 22:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.027328 10.0.0.50 - - [2026-08-20 22:06:19] "GET /tag/d5e841e1-9b4b-4513-b4e8-e4fa2b8c8c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.019337 10.0.0.50 - - [2026-08-20 22:06:20] "POST /id-to-fqname HTTP/1.1" 200 177 0.000671 10.0.0.50 - - [2026-08-20 22:06:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.011431 10.0.0.50 - - [2026-08-20 22:06:20] "POST /security-groups HTTP/1.1" 200 574 0.126491 10.0.0.50 - - [2026-08-20 22:06:20] "POST /projects HTTP/1.1" 200 489 0.393721 10.0.0.50 - - [2026-08-20 22:06:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.048704 10.0.0.50 - - [2026-08-20 22:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.030876 10.0.0.50 - - [2026-08-20 22:06:20] "POST /fqname-to-id HTTP/1.1" 404 217 0.007660 10.0.0.50 - - [2026-08-20 22:06:20] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.011146 10.0.0.50 - - [2026-08-20 22:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.50 - - [2026-08-20 22:06:20] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2896 0.044967 10.0.0.50 - - [2026-08-20 22:06:20] "POST /access-control-lists HTTP/1.1" 200 583 0.111380 10.0.0.50 - - [2026-08-20 22:06:20] "POST /fqname-to-id HTTP/1.1" 404 216 0.002310 10.0.0.50 - - [2026-08-20 22:06:20] "POST /access-control-lists HTTP/1.1" 200 581 0.154821 10.0.0.50 - - [2026-08-20 22:06:20] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.169756 10.0.0.50 - - [2026-08-20 22:06:20] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.118317 10.0.0.50 - - [2026-08-20 22:06:21] "POST /security-groups HTTP/1.1" 200 546 0.085669 10.0.0.50 - - [2026-08-20 22:06:21] "POST /fqname-to-id HTTP/1.1" 404 240 0.012049 10.0.0.50 - - [2026-08-20 22:06:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.044373 10.0.0.50 - - [2026-08-20 22:06:21] "POST /chown HTTP/1.1" 200 109 0.069674 10.0.0.50 - - [2026-08-20 22:06:21] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.029378 10.0.0.50 - - [2026-08-20 22:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012432 10.0.0.50 - - [2026-08-20 22:06:21] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.007183 10.0.0.50 - - [2026-08-20 22:06:21] "POST /access-control-lists HTTP/1.1" 200 602 0.197417 10.0.0.50 - - [2026-08-20 22:06:21] "POST /tags HTTP/1.1" 409 210 0.035576 10.0.0.50 - - [2026-08-20 22:06:21] "POST /fqname-to-id HTTP/1.1" 404 239 0.032232 10.0.0.50 - - [2026-08-20 22:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.015045 10.0.0.50 - - [2026-08-20 22:06:21] "GET /tag/d5e841e1-9b4b-4513-b4e8-e4fa2b8c8c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.027337 10.0.0.50 - - [2026-08-20 22:06:21] "POST /access-control-lists HTTP/1.1" 200 600 0.133243 10.0.0.50 - - [2026-08-20 22:06:21] "POST /firewall-rules HTTP/1.1" 200 570 0.180313 10.0.0.50 - - [2026-08-20 22:06:21] "GET /firewall-rule/aa4e15fc-5bd2-4855-aa05-8b968726b397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.012794 10.0.0.50 - - [2026-08-20 22:06:21] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.011553 10.0.0.50 - - [2026-08-20 22:06:21] "GET /firewall-rule/aa4e15fc-5bd2-4855-aa05-8b968726b397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.002777 10.0.0.50 - - [2026-08-20 22:06:21] "POST /ref-update HTTP/1.1" 200 156 0.113227 10.0.0.50 - - [2026-08-20 22:06:21] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.032852 10.0.0.50 - - [2026-08-20 22:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.019153 10.0.0.50 - - [2026-08-20 22:06:21] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.005229 10.0.0.50 - - [2026-08-20 22:06:21] "POST /tags HTTP/1.1" 409 210 0.004853 10.0.0.50 - - [2026-08-20 22:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.50 - - [2026-08-20 22:06:22] "GET /tag/d5e841e1-9b4b-4513-b4e8-e4fa2b8c8c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.018133 10.0.0.50 - - [2026-08-20 22:06:22] "POST /firewall-rules HTTP/1.1" 200 568 0.085390 10.0.0.50 - - [2026-08-20 22:06:22] "GET /firewall-rule/bd7a8858-eb02-4a8c-8696-1ec935337f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.030664 10.0.0.50 - - [2026-08-20 22:06:22] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.009108 10.0.0.50 - - [2026-08-20 22:06:22] "GET /firewall-rule/bd7a8858-eb02-4a8c-8696-1ec935337f60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007986 10.0.0.50 - - [2026-08-20 22:06:22] "POST /ref-update HTTP/1.1" 200 156 0.216921 10.0.0.50 - - [2026-08-20 22:06:22] "POST /tags HTTP/1.1" 200 363 0.046763 10.0.0.50 - - [2026-08-20 22:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.50 - - [2026-08-20 22:06:22] "GET /tag/b2971cb6-be80-4471-8e0e-5843530f07f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.025201 10.0.0.50 - - [2026-08-20 22:06:22] "POST /tags HTTP/1.1" 200 311 0.044396 10.0.0.50 - - [2026-08-20 22:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.068990 10.0.0.50 - - [2026-08-20 22:06:22] "GET /tag/560c56d9-95fe-4661-a088-c9e19544c0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.021090 10.0.0.50 - - [2026-08-20 22:06:22] "POST /projects HTTP/1.1" 409 223 0.008548 10.0.0.50 - - [2026-08-20 22:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.50 - - [2026-08-20 22:06:22] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.058417 10.0.0.50 - - [2026-08-20 22:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.50 - - [2026-08-20 22:06:23] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.016625 10.0.0.50 - - [2026-08-20 22:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.50 - - [2026-08-20 22:06:23] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006037 10.0.0.50 - - [2026-08-20 22:06:23] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.126187 10.0.0.50 - - [2026-08-20 22:06:23] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.143094 10.0.0.50 - - [2026-08-20 22:06:23] "POST /security-groups HTTP/1.1" 409 253 0.015717 10.0.0.50 - - [2026-08-20 22:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008042 10.0.0.50 - - [2026-08-20 22:06:23] "PUT /security-group/c8c4249b-fdbf-42aa-9f75-cfcc95d59d3b HTTP/1.1" 200 262 0.086018 10.0.0.50 - - [2026-08-20 22:06:23] "PUT /access-control-list/3f19a3c5-8567-4bd4-8062-57ea713323e9 HTTP/1.1" 200 272 0.049832 10.0.0.50 - - [2026-08-20 22:06:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.142133 10.0.0.50 - - [2026-08-20 22:06:23] "PUT /access-control-list/38dc7a64-ad57-444c-8fb8-a56d225d1ff8 HTTP/1.1" 200 272 0.082138 10.0.0.50 - - [2026-08-20 22:06:23] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.060433 10.0.0.50 - - [2026-08-20 22:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009116 10.0.0.50 - - [2026-08-20 22:06:23] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.015967 10.0.0.50 - - [2026-08-20 22:06:23] "POST /tags HTTP/1.1" 409 210 0.033720 10.0.0.50 - - [2026-08-20 22:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010540 10.0.0.50 - - [2026-08-20 22:06:24] "GET /tag/560c56d9-95fe-4661-a088-c9e19544c0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.063059 10.0.0.50 - - [2026-08-20 22:06:24] "POST /firewall-rules HTTP/1.1" 200 570 0.107565 10.0.0.50 - - [2026-08-20 22:06:24] "GET /firewall-rule/8829800d-5d04-4546-b472-fc1bf56f8962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.027101 10.0.0.50 - - [2026-08-20 22:06:24] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.005132 10.0.0.50 - - [2026-08-20 22:06:24] "GET /firewall-rule/8829800d-5d04-4546-b472-fc1bf56f8962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.008312 10.0.0.50 - - [2026-08-20 22:06:24] "POST /ref-update HTTP/1.1" 200 156 0.083394 10.0.0.50 - - [2026-08-20 22:06:24] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008065 10.0.0.50 - - [2026-08-20 22:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.50 - - [2026-08-20 22:06:24] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.012368 10.0.0.50 - - [2026-08-20 22:06:24] "POST /tags HTTP/1.1" 409 210 0.002450 10.0.0.50 - - [2026-08-20 22:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.50 - - [2026-08-20 22:06:24] "GET /tag/560c56d9-95fe-4661-a088-c9e19544c0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.031431 10.0.0.50 - - [2026-08-20 22:06:24] "POST /firewall-rules HTTP/1.1" 200 568 0.090890 10.0.0.50 - - [2026-08-20 22:06:24] "GET /firewall-rule/990e1687-55cd-497b-82af-d46a7aeb4aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.053351 10.0.0.50 - - [2026-08-20 22:06:24] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.007589 10.0.0.50 - - [2026-08-20 22:06:24] "GET /firewall-rule/990e1687-55cd-497b-82af-d46a7aeb4aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007829 10.0.0.50 - - [2026-08-20 22:06:24] "POST /ref-update HTTP/1.1" 200 156 0.104952 10.0.0.50 - - [2026-08-20 22:06:28] "POST /tags HTTP/1.1" 200 301 0.097402 10.0.0.50 - - [2026-08-20 22:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.020118 10.0.0.50 - - [2026-08-20 22:06:28] "GET /tag/4c97e0e7-1f8f-47bd-9a26-7d927deae9bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1112 0.018242 10.0.0.50 - - [2026-08-20 22:06:29] "POST /tags HTTP/1.1" 200 325 0.100544 10.0.0.50 - - [2026-08-20 22:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.037339 10.0.0.50 - - [2026-08-20 22:06:29] "GET /tag/0c824ce7-0a72-4fd6-a9ec-290e686aee9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1170 0.030122 10.0.0.50 - - [2026-08-20 22:06:29] "POST /tags HTTP/1.1" 409 237 0.002850 10.0.0.50 - - [2026-08-20 22:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.50 - - [2026-08-20 22:06:29] "GET /tag/b2971cb6-be80-4471-8e0e-5843530f07f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.013543 10.0.0.50 - - [2026-08-20 22:06:29] "POST /tags HTTP/1.1" 409 210 0.003280 10.0.0.50 - - [2026-08-20 22:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.50 - - [2026-08-20 22:06:29] "GET /tag/560c56d9-95fe-4661-a088-c9e19544c0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.012628 10.0.0.50 - - [2026-08-20 22:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.50 - - [2026-08-20 22:06:29] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004703 10.0.0.50 - - [2026-08-20 22:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.50 - - [2026-08-20 22:06:29] "GET /project/e4933fcf-d9d8-4b81-b0da-c96569d42029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.089176 10.0.0.50 - - [2026-08-20 22:06:29] "POST /virtual-machines HTTP/1.1" 200 377 0.013225 10.0.0.50 - - [2026-08-20 22:06:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.019804 10.0.0.50 - - [2026-08-20 22:06:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.222126 10.0.0.50 - - [2026-08-20 22:06:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.040366 10.0.0.50 - - [2026-08-20 22:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.022072 10.0.0.50 - - [2026-08-20 22:06:29] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005822 10.0.0.50 - - [2026-08-20 22:06:29] "POST /instance-ips HTTP/1.1" 200 409 0.057157 10.0.0.50 - - [2026-08-20 22:06:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.050132 10.0.0.50 - - [2026-08-20 22:06:30] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.023178 10.0.0.50 - - [2026-08-20 22:06:30] "POST /set-tag HTTP/1.1" 200 109 0.056616 10.0.0.50 - - [2026-08-20 22:06:30] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.045448 10.0.0.50 - - [2026-08-20 22:06:30] "GET /instance-ip/656605f2-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.003629 10.0.0.50 - - [2026-08-20 22:06:30] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005342 10.0.0.50 - - [2026-08-20 22:06:30] "POST /set-tag HTTP/1.1" 200 109 0.003232 10.0.0.50 - - [2026-08-20 22:06:30] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004475 10.0.0.50 - - [2026-08-20 22:06:30] "POST /set-tag HTTP/1.1" 200 109 0.002946 10.0.0.50 - - [2026-08-20 22:06:30] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005779 10.0.0.50 - - [2026-08-20 22:06:30] "POST /set-tag HTTP/1.1" 200 109 0.002430 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001144 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001028 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001182 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001169 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001045 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001662 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001109 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001017 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001449 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001196 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001379 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:06:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001495 10.0.0.162 - - [2026-08-20 22:06:59] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.162 - - [2026-08-20 22:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.162 - - [2026-08-20 22:06:59] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006211 10.0.0.162 - - [2026-08-20 22:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006416 10.0.0.162 - - [2026-08-20 22:06:59] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004025 10.0.0.162 - - [2026-08-20 22:06:59] "PUT /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202 HTTP/1.1" 200 274 0.012434 10.0.0.162 - - [2026-08-20 22:06:59] "POST /fqname-to-id HTTP/1.1" 404 216 0.050500 10.0.0.162 - - [2026-08-20 22:06:59] "POST /virtual-routers HTTP/1.1" 200 599 0.052400 10.0.0.162 - - [2026-08-20 22:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.020212 10.0.0.162 - - [2026-08-20 22:06:59] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.004878 10.0.0.162 - - [2026-08-20 22:06:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.012452 10.0.0.162 - - [2026-08-20 22:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.162 - - [2026-08-20 22:06:59] "GET /virtual-network/410a7cb2-9226-4d63-a8b3-fcaaa4b0c133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.011657 10.0.0.162 - - [2026-08-20 22:06:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.110246 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001110 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001298 10.0.0.50 - - [2026-08-20 22:07:04] "GET /global-system-configs HTTP/1.1" 200 322 0.003420 10.0.0.50 - - [2026-08-20 22:07:05] "GET /global-system-configs HTTP/1.1" 200 322 0.008722 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001292 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001321 10.0.0.162 - - [2026-08-20 22:07:13] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.162 - - [2026-08-20 22:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.162 - - [2026-08-20 22:07:13] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005787 10.0.0.162 - - [2026-08-20 22:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.162 - - [2026-08-20 22:07:13] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004625 10.0.0.162 - - [2026-08-20 22:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.162 - - [2026-08-20 22:07:13] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003902 10.0.0.162 - - [2026-08-20 22:07:13] "PUT /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f HTTP/1.1" 200 262 0.015080 10.0.0.162 - - [2026-08-20 22:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.012259 10.0.0.162 - - [2026-08-20 22:07:13] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.004079 10.0.0.162 - - [2026-08-20 22:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.162 - - [2026-08-20 22:07:13] "GET /virtual-machine-interface/8c6f24d8-34f6-4114-ba72-d5d365874781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1915 0.006402 10.0.0.162 - - [2026-08-20 22:07:13] "PUT /virtual-machine-interface/8c6f24d8-34f6-4114-ba72-d5d365874781 HTTP/1.1" 200 284 0.017159 10.0.0.162 - - [2026-08-20 22:07:30] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.162 - - [2026-08-20 22:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.162 - - [2026-08-20 22:07:30] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.006233 10.0.0.162 - - [2026-08-20 22:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.162 - - [2026-08-20 22:07:30] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004212 10.0.0.162 - - [2026-08-20 22:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005932 10.0.0.162 - - [2026-08-20 22:07:30] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.004108 10.0.0.162 - - [2026-08-20 22:07:30] "PUT /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f HTTP/1.1" 200 262 0.025529 10.0.0.162 - - [2026-08-20 22:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009557 10.0.0.162 - - [2026-08-20 22:07:30] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.006593 10.0.0.162 - - [2026-08-20 22:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010482 10.0.0.162 - - [2026-08-20 22:07:30] "GET /virtual-machine-interface/8c6f24d8-34f6-4114-ba72-d5d365874781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1915 0.009508 10.0.0.162 - - [2026-08-20 22:07:30] "PUT /virtual-machine-interface/8c6f24d8-34f6-4114-ba72-d5d365874781 HTTP/1.1" 200 284 0.018284 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001534 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001546 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001253 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001460 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001193 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:07:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001367 10.0.0.50 - - [2026-08-20 22:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.50 - - [2026-08-20 22:07:43] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003983 10.0.0.50 - - [2026-08-20 22:10:07] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.003942 10.0.0.50 - - [2026-08-20 22:10:07] "POST /ref-update HTTP/1.1" 200 156 0.012392 10.0.0.50 - - [2026-08-20 22:10:12] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007944 10.0.0.50 - - [2026-08-20 22:10:12] "POST /set-tag HTTP/1.1" 200 109 0.004573 10.0.0.50 - - [2026-08-20 22:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.50 - - [2026-08-20 22:10:12] "GET /loadbalancer/1bc2b161-fa79-4007-88ed-c10e0d005540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004000 10.0.0.50 - - [2026-08-20 22:10:12] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005105 10.0.0.50 - - [2026-08-20 22:10:12] "POST /set-tag HTTP/1.1" 200 109 0.003264 10.0.0.50 - - [2026-08-20 22:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.50 - - [2026-08-20 22:10:12] "GET /loadbalancer/1bc2b161-fa79-4007-88ed-c10e0d005540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003309 10.0.0.50 - - [2026-08-20 22:10:12] "GET /loadbalancer-pool/22d0bbd6-7f8c-4f00-96d1-0b0ac1c20e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.004292 10.0.0.50 - - [2026-08-20 22:10:12] "POST /loadbalancer-members HTTP/1.1" 200 690 0.031475 10.0.0.50 - - [2026-08-20 22:10:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.013575 10.0.0.50 - - [2026-08-20 22:10:12] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.016009 10.0.0.50 - - [2026-08-20 22:10:12] "POST /tags HTTP/1.1" 409 205 0.007427 10.0.0.50 - - [2026-08-20 22:10:12] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.022988 10.0.0.50 - - [2026-08-20 22:10:12] "POST /ref-update HTTP/1.1" 200 156 0.015836 10.0.0.50 - - [2026-08-20 22:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014811 10.0.0.50 - - [2026-08-20 22:10:12] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1774 0.029923 10.0.0.50 - - [2026-08-20 22:10:12] "GET /tag/d56c21df-41e8-44e0-92ea-0b9ed75433f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.028633 10.0.0.50 - - [2026-08-20 22:10:12] "PUT /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5 HTTP/1.1" 200 256 0.042516 10.0.0.50 - - [2026-08-20 22:10:13] "POST /set-tag HTTP/1.1" 200 109 0.102312 10.0.0.50 - - [2026-08-20 22:10:13] "GET /loadbalancer-pool/444430b5-b6be-4020-92ba-ab0a71695bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.012214 10.0.0.50 - - [2026-08-20 22:10:13] "POST /loadbalancer-members HTTP/1.1" 200 690 0.023768 10.0.0.50 - - [2026-08-20 22:10:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.028410 10.0.0.50 - - [2026-08-20 22:10:13] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.024624 10.0.0.50 - - [2026-08-20 22:10:13] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.013400 10.0.0.50 - - [2026-08-20 22:10:13] "POST /ref-update HTTP/1.1" 200 156 0.016154 10.0.0.50 - - [2026-08-20 22:10:13] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1919 0.018829 10.0.0.50 - - [2026-08-20 22:10:13] "POST /set-tag HTTP/1.1" 200 109 0.063473 10.0.0.50 - - [2026-08-20 22:10:13] "GET /loadbalancer-pool/c6493f5e-a997-496f-8821-e0f56b4dfd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.017831 10.0.0.50 - - [2026-08-20 22:10:13] "PUT /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5 HTTP/1.1" 200 256 0.083080 10.0.0.50 - - [2026-08-20 22:10:13] "POST /loadbalancer-members HTTP/1.1" 200 692 0.038991 10.0.0.50 - - [2026-08-20 22:10:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.015470 10.0.0.50 - - [2026-08-20 22:10:13] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.019749 10.0.0.50 - - [2026-08-20 22:10:13] "POST /set-tag HTTP/1.1" 200 109 0.020709 10.0.0.50 - - [2026-08-20 22:10:13] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.016171 10.0.0.50 - - [2026-08-20 22:10:13] "POST /ref-update HTTP/1.1" 200 156 0.012015 10.0.0.50 - - [2026-08-20 22:10:13] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.010001 10.0.0.50 - - [2026-08-20 22:10:13] "PUT /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5 HTTP/1.1" 200 256 0.022082 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:10:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001120 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:10:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001019 10.0.0.50 - - [2026-08-20 22:12:04] "GET /global-system-configs HTTP/1.1" 200 322 0.009281 10.0.0.50 - - [2026-08-20 22:12:05] "GET /global-system-configs HTTP/1.1" 200 322 0.003211 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:13:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001421 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:13:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001225 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:13:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001231 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:13:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001192 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:13:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001538 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:13:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001315 10.0.0.50 - - [2026-08-20 22:14:07] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006121 10.0.0.50 - - [2026-08-20 22:14:07] "POST /set-tag HTTP/1.1" 200 109 0.005544 10.0.0.50 - - [2026-08-20 22:14:07] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.019490 10.0.0.50 - - [2026-08-20 22:14:07] "POST /set-tag HTTP/1.1" 200 109 0.009149 10.0.0.50 - - [2026-08-20 22:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.50 - - [2026-08-20 22:14:07] "GET /loadbalancer/1bc2b161-fa79-4007-88ed-c10e0d005540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003814 10.0.0.50 - - [2026-08-20 22:14:07] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005736 10.0.0.50 - - [2026-08-20 22:14:07] "POST /set-tag HTTP/1.1" 200 109 0.045366 10.0.0.50 - - [2026-08-20 22:14:07] "DELETE /loadbalancer-member/67983554-8dba-49a1-8828-ec4837f81f23 HTTP/1.1" 200 115 0.108963 10.0.0.50 - - [2026-08-20 22:14:07] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.017030 10.0.0.50 - - [2026-08-20 22:14:07] "POST /set-tag HTTP/1.1" 200 109 0.002965 10.0.0.50 - - [2026-08-20 22:14:07] "DELETE /loadbalancer-member/aa6794a9-cbbe-4e23-8558-f15707978824 HTTP/1.1" 200 115 0.042988 10.0.0.50 - - [2026-08-20 22:14:07] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005166 10.0.0.50 - - [2026-08-20 22:14:07] "POST /set-tag HTTP/1.1" 200 109 0.007850 10.0.0.50 - - [2026-08-20 22:14:07] "DELETE /loadbalancer-member/b42323a6-2790-4212-bcc3-6c59c383c67b HTTP/1.1" 200 115 0.047664 10.0.0.50 - - [2026-08-20 22:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006748 10.0.0.50 - - [2026-08-20 22:14:08] "GET /loadbalancer/1bc2b161-fa79-4007-88ed-c10e0d005540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003263 10.0.0.50 - - [2026-08-20 22:14:08] "GET /loadbalancer-pool/22d0bbd6-7f8c-4f00-96d1-0b0ac1c20e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.010403 10.0.0.50 - - [2026-08-20 22:14:08] "POST /loadbalancer-members HTTP/1.1" 200 690 0.022372 10.0.0.50 - - [2026-08-20 22:14:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.021384 10.0.0.50 - - [2026-08-20 22:14:08] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.035391 10.0.0.50 - - [2026-08-20 22:14:08] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.019032 10.0.0.50 - - [2026-08-20 22:14:08] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.008193 10.0.0.50 - - [2026-08-20 22:14:08] "POST /set-tag HTTP/1.1" 200 109 0.125842 10.0.0.50 - - [2026-08-20 22:14:08] "GET /loadbalancer-pool/444430b5-b6be-4020-92ba-ab0a71695bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.003945 10.0.0.50 - - [2026-08-20 22:14:08] "POST /loadbalancer-members HTTP/1.1" 200 690 0.026123 10.0.0.50 - - [2026-08-20 22:14:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.020260 10.0.0.50 - - [2026-08-20 22:14:08] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.019212 10.0.0.50 - - [2026-08-20 22:14:08] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005292 10.0.0.50 - - [2026-08-20 22:14:08] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.003156 10.0.0.50 - - [2026-08-20 22:14:08] "POST /set-tag HTTP/1.1" 200 109 0.002935 10.0.0.50 - - [2026-08-20 22:14:08] "GET /loadbalancer-pool/c6493f5e-a997-496f-8821-e0f56b4dfd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003763 10.0.0.50 - - [2026-08-20 22:14:08] "POST /loadbalancer-members HTTP/1.1" 200 692 0.034511 10.0.0.50 - - [2026-08-20 22:14:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.016416 10.0.0.50 - - [2026-08-20 22:14:08] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.022735 10.0.0.50 - - [2026-08-20 22:14:08] "POST /set-tag HTTP/1.1" 200 109 0.003096 10.0.0.50 - - [2026-08-20 22:14:08] "GET /virtual-machine-interface/653ce348-9ce3-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005131 10.0.0.50 - - [2026-08-20 22:14:08] "GET /floating-ip/a34588e7-7174-4033-a713-65cafbfaeda5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.003223 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:14:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001344 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:14:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001136 10.0.0.50 - - [2026-08-20 22:15:55] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.50 - - [2026-08-20 22:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.50 - - [2026-08-20 22:15:55] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.073100 10.0.0.50 - - [2026-08-20 22:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.50 - - [2026-08-20 22:15:55] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.038396 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.50 - - [2026-08-20 22:15:56] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.049055 10.0.0.50 - - [2026-08-20 22:15:56] "POST /tags HTTP/1.1" 200 333 0.043460 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.022911 10.0.0.50 - - [2026-08-20 22:15:56] "GET /tag/7c9000d1-a33c-4c6b-a3be-326a13230991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.040359 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002073 10.0.0.50 - - [2026-08-20 22:15:56] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.054008 10.0.0.50 - - [2026-08-20 22:15:56] "GET /virtual-networks?parent_id=cc867d02-86c2-47c2-8ce5-44e6714abd86&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.003348 10.0.0.50 - - [2026-08-20 22:15:56] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.057580 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.50 - - [2026-08-20 22:15:56] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.005963 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009273 10.0.0.50 - - [2026-08-20 22:15:56] "GET /service-appliance-set/526a7dcb-33f6-461b-bd90-832a9d649d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.004783 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 404 254 0.005579 10.0.0.50 - - [2026-08-20 22:15:56] "POST /virtual-networks HTTP/1.1" 200 512 0.106929 10.0.0.50 - - [2026-08-20 22:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.014192 10.0.0.50 - - [2026-08-20 22:15:56] "GET /network-ipam/bafed7a5-8f64-471d-8be8-bee61439e768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.002972 10.0.0.50 - - [2026-08-20 22:15:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.132238 10.0.0.50 - - [2026-08-20 22:15:56] "GET /virtual-machine-interface/b938f7a5-7cad-48c2-b6e0-22bbf66bc470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.010703 10.0.0.50 - - [2026-08-20 22:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.013605 10.0.0.50 - - [2026-08-20 22:15:57] "POST /ref-update HTTP/1.1" 200 156 0.160807 10.0.0.50 - - [2026-08-20 22:15:57] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.005570 10.0.0.50 - - [2026-08-20 22:15:57] "GET /domains HTTP/1.1" 200 280 0.006323 10.0.0.50 - - [2026-08-20 22:15:57] "POST /instance-ips HTTP/1.1" 200 409 0.077470 10.0.0.50 - - [2026-08-20 22:15:57] "GET /domain/f7b52dc4-c29c-4207-b929-9e38c0fe2e4b HTTP/1.1" 200 3087 0.022319 10.0.0.50 - - [2026-08-20 22:15:57] "GET /instance-ip/d85a00b0-754d-4217-bce0-7470236cdcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.006552 10.0.0.50 - - [2026-08-20 22:15:57] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86 HTTP/1.1" 200 5477 0.056145 10.0.0.50 - - [2026-08-20 22:15:57] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2087 0.005930 10.0.0.50 - - [2026-08-20 22:15:57] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2087 0.004301 10.0.0.50 - - [2026-08-20 22:15:57] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 200 1181 0.038082 10.0.0.50 - - [2026-08-20 22:15:57] "POST /loadbalancers HTTP/1.1" 200 610 0.109057 10.0.0.50 - - [2026-08-20 22:15:57] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 200 1181 0.029766 10.0.0.50 - - [2026-08-20 22:15:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.053489 10.0.0.50 - - [2026-08-20 22:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.015779 10.0.0.50 - - [2026-08-20 22:15:57] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.074429 10.0.0.50 - - [2026-08-20 22:15:57] "GET /instance-ip/d85a00b0-754d-4217-bce0-7470236cdcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.005678 10.0.0.50 - - [2026-08-20 22:15:57] "POST /route-targets HTTP/1.1" 200 327 0.046999 10.0.0.50 - - [2026-08-20 22:15:57] "POST /ref-update HTTP/1.1" 200 156 0.062814 10.0.0.50 - - [2026-08-20 22:15:57] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.120925 10.0.0.50 - - [2026-08-20 22:15:57] "GET /loadbalancer/8ab9e8c0-9d0a-4149-ac82-f559a7e6e052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002738 10.0.0.50 - - [2026-08-20 22:15:57] "POST /floating-ips HTTP/1.1" 200 597 0.123918 10.0.0.50 - - [2026-08-20 22:15:57] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.094309 10.0.0.50 - - [2026-08-20 22:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.50 - - [2026-08-20 22:15:57] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.044563 10.0.0.50 - - [2026-08-20 22:15:57] "GET /loadbalancer-listener/79a78b2c-9c44-4457-906e-1bec189b694f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1804 0.004261 10.0.0.50 - - [2026-08-20 22:15:57] "GET /loadbalancer-listener/79a78b2c-9c44-4457-906e-1bec189b694f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1223 0.004923 10.0.0.50 - - [2026-08-20 22:15:57] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.030956 10.0.0.50 - - [2026-08-20 22:15:57] "GET /instance-ip/d85a00b0-754d-4217-bce0-7470236cdcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.003406 10.0.0.50 - - [2026-08-20 22:15:57] "GET /instance-ip/d85a00b0-754d-4217-bce0-7470236cdcf4?fields=floating_ips HTTP/1.1" 200 1213 0.005416 10.0.0.50 - - [2026-08-20 22:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001971 10.0.0.50 - - [2026-08-20 22:15:57] "GET /floating-ip/52fd5473-2cdc-4a00-afc8-7d7c85aba045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.003450 10.0.0.50 - - [2026-08-20 22:15:57] "GET /loadbalancer/8ab9e8c0-9d0a-4149-ac82-f559a7e6e052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005351 10.0.0.50 - - [2026-08-20 22:15:57] "POST /tags HTTP/1.1" 200 295 0.064157 10.0.0.50 - - [2026-08-20 22:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006297 10.0.0.50 - - [2026-08-20 22:15:58] "GET /tag/a0f32153-aca2-45cf-a798-5ced4b978b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1097 0.016376 10.0.0.50 - - [2026-08-20 22:15:58] "POST /tags HTTP/1.1" 409 233 0.002277 10.0.0.50 - - [2026-08-20 22:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001813 10.0.0.50 - - [2026-08-20 22:15:58] "GET /tag/35bde0d6-7dfb-4578-a4b7-d2b849f86b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.011677 10.0.0.50 - - [2026-08-20 22:15:58] "POST /tags HTTP/1.1" 409 206 0.002580 10.0.0.50 - - [2026-08-20 22:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002418 10.0.0.50 - - [2026-08-20 22:15:58] "GET /tag/77c6f91f-becc-4be2-b82e-14f5adf8060d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.024481 10.0.0.50 - - [2026-08-20 22:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.50 - - [2026-08-20 22:15:58] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004843 10.0.0.50 - - [2026-08-20 22:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002178 10.0.0.50 - - [2026-08-20 22:15:58] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.046575 10.0.0.50 - - [2026-08-20 22:15:58] "POST /virtual-machines HTTP/1.1" 200 369 0.016796 10.0.0.50 - - [2026-08-20 22:15:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.023773 10.0.0.50 - - [2026-08-20 22:15:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.130872 10.0.0.50 - - [2026-08-20 22:15:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.012902 10.0.0.50 - - [2026-08-20 22:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365 10.0.0.50 - - [2026-08-20 22:15:58] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.006350 10.0.0.50 - - [2026-08-20 22:15:58] "POST /instance-ips HTTP/1.1" 200 409 0.035148 10.0.0.50 - - [2026-08-20 22:15:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.032874 10.0.0.50 - - [2026-08-20 22:15:58] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.013812 10.0.0.50 - - [2026-08-20 22:15:58] "POST /set-tag HTTP/1.1" 200 109 0.028191 10.0.0.50 - - [2026-08-20 22:15:58] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.011878 10.0.0.50 - - [2026-08-20 22:15:58] "GET /instance-ip/b864b4f0-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006167 10.0.0.50 - - [2026-08-20 22:15:58] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004950 10.0.0.50 - - [2026-08-20 22:15:58] "POST /set-tag HTTP/1.1" 200 109 0.002483 10.0.0.50 - - [2026-08-20 22:15:58] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004107 10.0.0.50 - - [2026-08-20 22:15:58] "POST /ref-update HTTP/1.1" 200 156 0.010864 10.0.0.50 - - [2026-08-20 22:15:58] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.016325 10.0.0.50 - - [2026-08-20 22:15:58] "POST /set-tag HTTP/1.1" 200 109 0.002926 10.0.0.50 - - [2026-08-20 22:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.008502 10.0.0.50 - - [2026-08-20 22:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.50 - - [2026-08-20 22:15:59] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.041471 10.0.0.50 - - [2026-08-20 22:15:59] "POST /virtual-machines HTTP/1.1" 200 369 0.019077 10.0.0.50 - - [2026-08-20 22:15:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.025594 10.0.0.50 - - [2026-08-20 22:15:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.149562 10.0.0.50 - - [2026-08-20 22:15:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.013244 10.0.0.50 - - [2026-08-20 22:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.014132 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.013955 10.0.0.50 - - [2026-08-20 22:15:59] "POST /instance-ips HTTP/1.1" 200 409 0.049668 10.0.0.50 - - [2026-08-20 22:15:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.034221 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.010441 10.0.0.50 - - [2026-08-20 22:15:59] "POST /set-tag HTTP/1.1" 200 109 0.026288 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.021431 10.0.0.50 - - [2026-08-20 22:15:59] "GET /instance-ip/b8eb8200-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004270 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006609 10.0.0.50 - - [2026-08-20 22:15:59] "POST /set-tag HTTP/1.1" 200 109 0.003055 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1687 0.005306 10.0.0.50 - - [2026-08-20 22:15:59] "POST /ref-update HTTP/1.1" 200 156 0.011706 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.021789 10.0.0.50 - - [2026-08-20 22:15:59] "POST /set-tag HTTP/1.1" 200 109 0.004225 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.005323 10.0.0.50 - - [2026-08-20 22:15:59] "POST /set-tag HTTP/1.1" 200 109 0.002968 10.0.0.50 - - [2026-08-20 22:15:59] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004620 10.0.0.50 - - [2026-08-20 22:16:00] "POST /set-tag HTTP/1.1" 200 109 0.003086 10.0.0.50 - - [2026-08-20 22:16:02] "GET /domains HTTP/1.1" 200 280 0.002219 10.0.0.50 - - [2026-08-20 22:16:02] "GET /domain/f7b52dc4-c29c-4207-b929-9e38c0fe2e4b HTTP/1.1" 200 3087 0.003378 10.0.0.50 - - [2026-08-20 22:16:02] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86 HTTP/1.1" 200 7065 0.059757 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2087 0.005117 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2087 0.007339 10.0.0.50 - - [2026-08-20 22:16:02] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 200 1402 0.004966 10.0.0.50 - - [2026-08-20 22:16:02] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 200 1402 0.002937 10.0.0.50 - - [2026-08-20 22:16:02] "GET /route-target/1631efdb-157a-4ab7-afb2-0300b9bde7ff HTTP/1.1" 200 1152 0.007946 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2087 0.005719 10.0.0.50 - - [2026-08-20 22:16:02] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 200 1402 0.005320 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.008835 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2087 0.009046 10.0.0.50 - - [2026-08-20 22:16:02] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 200 1402 0.008171 10.0.0.50 - - [2026-08-20 22:16:02] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 200 1402 0.003824 10.0.0.50 - - [2026-08-20 22:16:02] "GET /route-target/1631efdb-157a-4ab7-afb2-0300b9bde7ff HTTP/1.1" 200 1152 0.004230 10.0.0.50 - - [2026-08-20 22:16:02] "GET /domains HTTP/1.1" 200 280 0.002376 10.0.0.50 - - [2026-08-20 22:16:02] "GET /domain/f7b52dc4-c29c-4207-b929-9e38c0fe2e4b HTTP/1.1" 200 3087 0.004578 10.0.0.50 - - [2026-08-20 22:16:02] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86 HTTP/1.1" 200 7065 0.055176 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2087 0.006862 10.0.0.50 - - [2026-08-20 22:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.50 - - [2026-08-20 22:16:02] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.049742 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.005609 10.0.0.50 - - [2026-08-20 22:16:02] "GET /floating-ip-pools?parent_id=0d71a183-3f5d-48b1-b0f1-d70e13f25146&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006786 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.007024 10.0.0.50 - - [2026-08-20 22:16:02] "POST /floating-ip-pools HTTP/1.1" 200 562 0.025513 10.0.0.50 - - [2026-08-20 22:16:02] "POST /ref-update HTTP/1.1" 200 156 0.030638 10.0.0.50 - - [2026-08-20 22:16:02] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.020636 10.0.0.50 - - [2026-08-20 22:16:02] "GET /domains HTTP/1.1" 200 280 0.002776 10.0.0.50 - - [2026-08-20 22:16:02] "GET /domain/f7b52dc4-c29c-4207-b929-9e38c0fe2e4b HTTP/1.1" 200 3087 0.004367 10.0.0.50 - - [2026-08-20 22:16:03] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86 HTTP/1.1" 200 7321 0.056043 10.0.0.50 - - [2026-08-20 22:16:03] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2325 0.006316 10.0.0.50 - - [2026-08-20 22:16:03] "GET /floating-ip-pool/38b425f9-6662-4c21-aae9-940480b28ed4 HTTP/1.1" 200 1314 0.004117 10.0.0.50 - - [2026-08-20 22:16:03] "GET /domains HTTP/1.1" 200 280 0.002453 10.0.0.50 - - [2026-08-20 22:16:03] "GET /domain/f7b52dc4-c29c-4207-b929-9e38c0fe2e4b HTTP/1.1" 200 3087 0.003948 10.0.0.50 - - [2026-08-20 22:16:03] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86 HTTP/1.1" 200 7321 0.061890 10.0.0.50 - - [2026-08-20 22:16:03] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 2325 0.007009 10.0.0.50 - - [2026-08-20 22:16:03] "GET /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1858 0.009142 10.0.0.50 - - [2026-08-20 22:16:03] "POST /tags HTTP/1.1" 200 365 0.105294 10.0.0.50 - - [2026-08-20 22:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.023642 10.0.0.50 - - [2026-08-20 22:16:03] "GET /tag/85b148a6-5d51-4a5b-a846-bb6a18a01ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.015747 10.0.0.50 - - [2026-08-20 22:16:03] "POST /tags HTTP/1.1" 409 206 0.002337 10.0.0.50 - - [2026-08-20 22:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.50 - - [2026-08-20 22:16:03] "GET /tag/77c6f91f-becc-4be2-b82e-14f5adf8060d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.021116 10.0.0.50 - - [2026-08-20 22:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.50 - - [2026-08-20 22:16:03] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.061030 10.0.0.50 - - [2026-08-20 22:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008863 10.0.0.50 - - [2026-08-20 22:16:03] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.007097 10.0.0.50 - - [2026-08-20 22:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.50 - - [2026-08-20 22:16:03] "GET /service-appliance-set/929eb849-38b9-4c8e-b50b-cb989bdf6d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.005407 10.0.0.50 - - [2026-08-20 22:16:03] "POST /fqname-to-id HTTP/1.1" 404 258 0.002567 10.0.0.50 - - [2026-08-20 22:16:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.166251 10.0.0.50 - - [2026-08-20 22:16:03] "GET /virtual-machine-interface/ba1fd394-6eac-4c65-8456-161673c11a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.042751 10.0.0.50 - - [2026-08-20 22:16:03] "POST /set-tag HTTP/1.1" 200 109 0.024090 10.0.0.50 - - [2026-08-20 22:16:04] "POST /instance-ips HTTP/1.1" 200 417 0.101036 10.0.0.50 - - [2026-08-20 22:16:04] "GET /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.019253 10.0.0.50 - - [2026-08-20 22:16:04] "POST /loadbalancers HTTP/1.1" 200 618 0.072415 10.0.0.50 - - [2026-08-20 22:16:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.026599 10.0.0.50 - - [2026-08-20 22:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007038 10.0.0.50 - - [2026-08-20 22:16:04] "POST /service-instances HTTP/1.1" 200 566 0.063243 10.0.0.50 - - [2026-08-20 22:16:04] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.104290 10.0.0.50 - - [2026-08-20 22:16:04] "POST /ref-update HTTP/1.1" 200 156 0.037797 10.0.0.50 - - [2026-08-20 22:16:04] "GET /virtual-machine-interface/ba1fd394-6eac-4c65-8456-161673c11a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.010599 10.0.0.50 - - [2026-08-20 22:16:04] "GET /virtual-machine-interface/ba1fd394-6eac-4c65-8456-161673c11a38?fields=floating_ip_back_refs HTTP/1.1" 200 1179 0.018003 10.0.0.50 - - [2026-08-20 22:16:04] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.016118 10.0.0.50 - - [2026-08-20 22:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002240 10.0.0.50 - - [2026-08-20 22:16:04] "GET /floating-ip-pool/38b425f9-6662-4c21-aae9-940480b28ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.004212 10.0.0.50 - - [2026-08-20 22:16:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.034660 10.0.0.50 - - [2026-08-20 22:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.50 - - [2026-08-20 22:16:04] "POST /floating-ips HTTP/1.1" 200 671 0.088605 10.0.0.50 - - [2026-08-20 22:16:04] "POST /virtual-machines HTTP/1.1" 200 429 0.047960 10.0.0.50 - - [2026-08-20 22:16:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.018383 10.0.0.50 - - [2026-08-20 22:16:04] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.007360 10.0.0.50 - - [2026-08-20 22:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001805 10.0.0.50 - - [2026-08-20 22:16:04] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004459 10.0.0.50 - - [2026-08-20 22:16:04] "POST /tags HTTP/1.1" 409 221 0.035841 10.0.0.50 - - [2026-08-20 22:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.50 - - [2026-08-20 22:16:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.163098 10.0.0.50 - - [2026-08-20 22:16:04] "POST /chown HTTP/1.1" 200 109 0.030327 10.0.0.50 - - [2026-08-20 22:16:04] "GET /tag/7c9000d1-a33c-4c6b-a3be-326a13230991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.041037 10.0.0.50 - - [2026-08-20 22:16:04] "POST /tags HTTP/1.1" 409 238 0.002330 10.0.0.50 - - [2026-08-20 22:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001675 10.0.0.50 - - [2026-08-20 22:16:04] "GET /tag/85b148a6-5d51-4a5b-a846-bb6a18a01ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.016417 10.0.0.50 - - [2026-08-20 22:16:04] "POST /chown HTTP/1.1" 200 109 0.027466 10.0.0.50 - - [2026-08-20 22:16:04] "PUT /virtual-machine-interface/e0329a3a-b708-47cd-b45b-c383f4480312 HTTP/1.1" 200 284 0.032661 10.0.0.50 - - [2026-08-20 22:16:05] "PUT /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3 HTTP/1.1" 200 256 0.078736 10.0.0.50 - - [2026-08-20 22:16:05] "POST /firewall-rules HTTP/1.1" 200 650 0.153886 10.0.0.50 - - [2026-08-20 22:16:05] "GET /firewall-rule/ceecd1d1-3744-4f38-bc22-09f7802b5675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.028923 10.0.0.50 - - [2026-08-20 22:16:05] "POST /ref-update HTTP/1.1" 200 156 0.069299 10.0.0.50 - - [2026-08-20 22:16:05] "GET /firewall-policy/3ce3fa0f-f58d-4399-a010-1f5f88615dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.022795 10.0.0.50 - - [2026-08-20 22:16:05] "POST /ref-update HTTP/1.1" 200 156 0.021952 10.0.0.50 - - [2026-08-20 22:16:05] "GET /firewall-rule/ceecd1d1-3744-4f38-bc22-09f7802b5675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.006438 10.0.0.50 - - [2026-08-20 22:16:05] "POST /ref-update HTTP/1.1" 200 156 0.029426 10.0.0.50 - - [2026-08-20 22:16:05] "POST /ref-update HTTP/1.1" 200 156 0.055464 10.0.0.50 - - [2026-08-20 22:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005410 10.0.0.50 - - [2026-08-20 22:16:05] "POST /ref-update HTTP/1.1" 200 156 0.036044 10.0.0.50 - - [2026-08-20 22:16:05] "POST /ref-update HTTP/1.1" 200 156 0.033861 10.0.0.50 - - [2026-08-20 22:16:05] "POST /ref-update HTTP/1.1" 200 156 0.055405 10.0.0.50 - - [2026-08-20 22:16:05] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.098893 10.0.0.50 - - [2026-08-20 22:16:05] "GET /loadbalancer/5d9d6447-8091-4251-b3eb-80bcea6c6cbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007114 10.0.0.50 - - [2026-08-20 22:16:05] "POST /virtual-machines HTTP/1.1" 200 429 0.032264 10.0.0.50 - - [2026-08-20 22:16:05] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.082452 10.0.0.50 - - [2026-08-20 22:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.50 - - [2026-08-20 22:16:05] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.075998 10.0.0.50 - - [2026-08-20 22:16:05] "GET /loadbalancer-listener/565bf662-e099-4fec-950b-3664c169ce4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.012401 10.0.0.50 - - [2026-08-20 22:16:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.201147 10.0.0.50 - - [2026-08-20 22:16:05] "GET /loadbalancer-listener/565bf662-e099-4fec-950b-3664c169ce4a?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.043072 10.0.0.50 - - [2026-08-20 22:16:05] "POST /chown HTTP/1.1" 200 109 0.047559 10.0.0.50 - - [2026-08-20 22:16:05] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.053728 10.0.0.50 - - [2026-08-20 22:16:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.027468 10.0.0.50 - - [2026-08-20 22:16:05] "POST /chown HTTP/1.1" 200 109 0.046010 10.0.0.50 - - [2026-08-20 22:16:05] "GET /loadbalancer-pool/1e166818-6486-4d90-83c8-c3a34fe89eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.034863 10.0.0.50 - - [2026-08-20 22:16:05] "PUT /virtual-machine-interface/3f1bda46-f8a1-4f11-97a0-88842b4bfc97 HTTP/1.1" 200 284 0.027936 10.0.0.50 - - [2026-08-20 22:16:06] "PUT /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3 HTTP/1.1" 200 256 0.043805 10.0.0.50 - - [2026-08-20 22:16:06] "POST /loadbalancer-members HTTP/1.1" 200 707 0.054898 10.0.0.50 - - [2026-08-20 22:16:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.025282 10.0.0.50 - - [2026-08-20 22:16:06] "GET /loadbalancer-member/a2290cb3-a9c0-4cb9-9dd2-44220941f6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.002332 10.0.0.50 - - [2026-08-20 22:16:06] "POST /ref-update HTTP/1.1" 200 156 0.025010 10.0.0.50 - - [2026-08-20 22:16:06] "POST /ref-update HTTP/1.1" 200 156 0.025758 10.0.0.50 - - [2026-08-20 22:16:06] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.028488 10.0.0.50 - - [2026-08-20 22:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.013198 10.0.0.50 - - [2026-08-20 22:16:06] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.010822 10.0.0.50 - - [2026-08-20 22:16:06] "POST /ref-update HTTP/1.1" 200 156 0.072773 10.0.0.50 - - [2026-08-20 22:16:06] "POST /tags HTTP/1.1" 409 221 0.006289 10.0.0.50 - - [2026-08-20 22:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.018196 10.0.0.50 - - [2026-08-20 22:16:06] "GET /tag/7c9000d1-a33c-4c6b-a3be-326a13230991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.025252 10.0.0.50 - - [2026-08-20 22:16:06] "POST /ref-update HTTP/1.1" 200 156 0.066635 10.0.0.50 - - [2026-08-20 22:16:06] "POST /ref-update HTTP/1.1" 200 156 0.046550 10.0.0.50 - - [2026-08-20 22:16:06] "POST /tags HTTP/1.1" 409 238 0.037407 10.0.0.50 - - [2026-08-20 22:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.50 - - [2026-08-20 22:16:06] "GET /tag/85b148a6-5d51-4a5b-a846-bb6a18a01ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.054010 10.0.0.50 - - [2026-08-20 22:16:06] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.025315 10.0.0.50 - - [2026-08-20 22:16:06] "POST /firewall-rules HTTP/1.1" 409 293 0.004523 10.0.0.50 - - [2026-08-20 22:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.50 - - [2026-08-20 22:16:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.032056 10.0.0.50 - - [2026-08-20 22:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.50 - - [2026-08-20 22:16:06] "PUT /firewall-rule/ceecd1d1-3744-4f38-bc22-09f7802b5675 HTTP/1.1" 200 260 0.050318 10.0.0.50 - - [2026-08-20 22:16:06] "POST /chown HTTP/1.1" 200 109 0.011093 10.0.0.50 - - [2026-08-20 22:16:06] "GET /firewall-rule/ceecd1d1-3744-4f38-bc22-09f7802b5675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.020792 10.0.0.50 - - [2026-08-20 22:16:06] "GET /firewall-policy/3ce3fa0f-f58d-4399-a010-1f5f88615dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.027115 10.0.0.50 - - [2026-08-20 22:16:06] "POST /chown HTTP/1.1" 200 109 0.057697 10.0.0.50 - - [2026-08-20 22:16:06] "GET /firewall-rule/ceecd1d1-3744-4f38-bc22-09f7802b5675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.020032 10.0.0.50 - - [2026-08-20 22:16:06] "PUT /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3 HTTP/1.1" 200 256 0.033084 10.0.0.50 - - [2026-08-20 22:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.012155 10.0.0.50 - - [2026-08-20 22:16:06] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.009785 10.0.0.50 - - [2026-08-20 22:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.50 - - [2026-08-20 22:16:06] "POST /ref-update HTTP/1.1" 200 156 0.027912 10.0.0.50 - - [2026-08-20 22:16:06] "POST /chown HTTP/1.1" 200 109 0.048731 10.0.0.50 - - [2026-08-20 22:16:06] "POST /chown HTTP/1.1" 200 109 0.060423 10.0.0.50 - - [2026-08-20 22:16:06] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.144587 10.0.0.50 - - [2026-08-20 22:16:07] "POST /virtual-machines HTTP/1.1" 200 373 0.067693 10.0.0.50 - - [2026-08-20 22:16:07] "PUT /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3 HTTP/1.1" 200 256 0.104767 10.0.0.50 - - [2026-08-20 22:16:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.053598 10.0.0.50 - - [2026-08-20 22:16:07] "POST /ref-update HTTP/1.1" 200 156 0.076613 10.0.0.50 - - [2026-08-20 22:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001704 10.0.0.50 - - [2026-08-20 22:16:07] "POST /chown HTTP/1.1" 200 109 0.064492 10.0.0.50 - - [2026-08-20 22:16:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.210095 10.0.0.50 - - [2026-08-20 22:16:07] "POST /chown HTTP/1.1" 200 109 0.060089 10.0.0.50 - - [2026-08-20 22:16:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.046359 10.0.0.50 - - [2026-08-20 22:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.029980 10.0.0.50 - - [2026-08-20 22:16:07] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.022962 10.0.0.50 - - [2026-08-20 22:16:07] "PUT /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3 HTTP/1.1" 200 256 0.105559 10.0.0.50 - - [2026-08-20 22:16:07] "POST /ref-update HTTP/1.1" 200 156 0.033925 10.0.0.50 - - [2026-08-20 22:16:07] "POST /instance-ips HTTP/1.1" 200 413 0.066616 10.0.0.50 - - [2026-08-20 22:16:07] "POST /chown HTTP/1.1" 200 109 0.053399 10.0.0.50 - - [2026-08-20 22:16:07] "POST /chown HTTP/1.1" 200 109 0.051411 10.0.0.50 - - [2026-08-20 22:16:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.111342 10.0.0.50 - - [2026-08-20 22:16:07] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.030493 10.0.0.50 - - [2026-08-20 22:16:07] "PUT /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3 HTTP/1.1" 200 256 0.038249 10.0.0.50 - - [2026-08-20 22:16:07] "POST /ref-update HTTP/1.1" 200 156 0.052523 10.0.0.50 - - [2026-08-20 22:16:07] "POST /set-tag HTTP/1.1" 200 109 0.091045 10.0.0.50 - - [2026-08-20 22:16:07] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.043106 10.0.0.50 - - [2026-08-20 22:16:07] "GET /instance-ip/bdb05b1c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005095 10.0.0.50 - - [2026-08-20 22:16:08] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.010736 10.0.0.50 - - [2026-08-20 22:16:08] "POST /set-tag HTTP/1.1" 200 109 0.005474 10.0.0.50 - - [2026-08-20 22:16:08] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.013982 10.0.0.50 - - [2026-08-20 22:16:08] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.025027 10.0.0.50 - - [2026-08-20 22:16:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.022163 10.0.0.50 - - [2026-08-20 22:16:08] "POST /ref-update HTTP/1.1" 200 156 0.030888 10.0.0.50 - - [2026-08-20 22:16:08] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.006719 10.0.0.50 - - [2026-08-20 22:16:08] "POST /set-tag HTTP/1.1" 200 109 0.005001 10.0.0.50 - - [2026-08-20 22:16:08] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.036015 10.0.0.50 - - [2026-08-20 22:16:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.021626 10.0.0.50 - - [2026-08-20 22:16:08] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.010150 10.0.0.50 - - [2026-08-20 22:16:08] "POST /set-tag HTTP/1.1" 200 109 0.006083 10.0.0.50 - - [2026-08-20 22:16:08] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.027751 10.0.0.50 - - [2026-08-20 22:16:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.027054 10.0.0.50 - - [2026-08-20 22:16:08] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.022365 10.0.0.50 - - [2026-08-20 22:16:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.037495 10.0.0.50 - - [2026-08-20 22:16:08] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.012082 10.0.0.50 - - [2026-08-20 22:16:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.020366 10.0.0.50 - - [2026-08-20 22:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001797 10.0.0.50 - - [2026-08-20 22:16:08] "POST /chown HTTP/1.1" 200 109 0.009423 10.0.0.50 - - [2026-08-20 22:16:08] "POST /chown HTTP/1.1" 200 109 0.028067 10.0.0.50 - - [2026-08-20 22:16:08] "POST /ref-update HTTP/1.1" 200 156 0.019619 10.0.0.50 - - [2026-08-20 22:16:08] "POST /chown HTTP/1.1" 200 109 0.008373 10.0.0.50 - - [2026-08-20 22:16:08] "POST /chown HTTP/1.1" 200 109 0.025260 10.0.0.50 - - [2026-08-20 22:16:08] "POST /ref-update HTTP/1.1" 200 156 0.046590 10.0.0.50 - - [2026-08-20 22:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.013564 10.0.0.50 - - [2026-08-20 22:16:08] "POST /chown HTTP/1.1" 200 109 0.008614 10.0.0.50 - - [2026-08-20 22:16:08] "POST /chown HTTP/1.1" 200 109 0.054554 10.0.0.50 - - [2026-08-20 22:16:08] "POST /chown HTTP/1.1" 200 109 0.021281 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.048955 10.0.0.50 - - [2026-08-20 22:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002169 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.007563 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.030804 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.018619 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.065582 10.0.0.50 - - [2026-08-20 22:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015885 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.007548 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.036236 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.033067 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.008078 10.0.0.50 - - [2026-08-20 22:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007152 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.008492 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.010309 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.034556 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.040635 10.0.0.50 - - [2026-08-20 22:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.009159 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.027976 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.017392 10.0.0.50 - - [2026-08-20 22:16:09] "POST /chown HTTP/1.1" 200 109 0.033330 10.0.0.50 - - [2026-08-20 22:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.007435 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.021291 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.012592 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.016532 10.0.0.50 - - [2026-08-20 22:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.017458 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.036924 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.029554 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.028557 10.0.0.50 - - [2026-08-20 22:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.010062 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.018795 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.011842 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.029077 10.0.0.50 - - [2026-08-20 22:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007451 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.067051 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.042103 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.055262 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.008845 10.0.0.50 - - [2026-08-20 22:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.008193 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.008099 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.035390 10.0.0.50 - - [2026-08-20 22:16:10] "POST /chown HTTP/1.1" 200 109 0.033667 10.0.0.50 - - [2026-08-20 22:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005918 10.0.0.50 - - [2026-08-20 22:16:11] "POST /chown HTTP/1.1" 200 109 0.007375 10.0.0.50 - - [2026-08-20 22:16:11] "POST /chown HTTP/1.1" 200 109 0.024165 10.0.0.50 - - [2026-08-20 22:16:11] "POST /chown HTTP/1.1" 200 109 0.015472 10.0.0.50 - - [2026-08-20 22:16:11] "POST /chown HTTP/1.1" 200 109 0.027003 10.0.0.50 - - [2026-08-20 22:16:13] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.011194 10.0.0.50 - - [2026-08-20 22:16:13] "POST /set-tag HTTP/1.1" 200 109 0.003433 10.0.0.50 - - [2026-08-20 22:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.50 - - [2026-08-20 22:16:14] "GET /loadbalancer/8ab9e8c0-9d0a-4149-ac82-f559a7e6e052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003048 10.0.0.50 - - [2026-08-20 22:16:14] "GET /loadbalancer-pool/cbbdf1e9-3ad4-4387-98c8-e710480a5cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.003299 10.0.0.50 - - [2026-08-20 22:16:14] "POST /loadbalancer-members HTTP/1.1" 200 702 0.024728 10.0.0.50 - - [2026-08-20 22:16:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.016645 10.0.0.50 - - [2026-08-20 22:16:14] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.013747 10.0.0.50 - - [2026-08-20 22:16:14] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.012111 10.0.0.50 - - [2026-08-20 22:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007884 10.0.0.50 - - [2026-08-20 22:16:14] "POST /tags HTTP/1.1" 409 221 0.002520 10.0.0.50 - - [2026-08-20 22:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002210 10.0.0.50 - - [2026-08-20 22:16:14] "GET /tag/7c9000d1-a33c-4c6b-a3be-326a13230991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.023666 10.0.0.50 - - [2026-08-20 22:16:14] "GET /floating-ip/52fd5473-2cdc-4a00-afc8-7d7c85aba045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1780 0.004827 10.0.0.50 - - [2026-08-20 22:16:14] "PUT /floating-ip/52fd5473-2cdc-4a00-afc8-7d7c85aba045 HTTP/1.1" 200 256 0.013412 10.0.0.50 - - [2026-08-20 22:16:14] "POST /set-tag HTTP/1.1" 200 109 0.025529 10.0.0.50 - - [2026-08-20 22:16:14] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.013904 10.0.0.50 - - [2026-08-20 22:16:14] "POST /set-tag HTTP/1.1" 200 109 0.002886 10.0.0.50 - - [2026-08-20 22:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.50 - - [2026-08-20 22:16:15] "GET /loadbalancer/8ab9e8c0-9d0a-4149-ac82-f559a7e6e052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003469 10.0.0.50 - - [2026-08-20 22:16:15] "GET /loadbalancer-pool/cbbdf1e9-3ad4-4387-98c8-e710480a5cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.003680 10.0.0.50 - - [2026-08-20 22:16:15] "POST /loadbalancer-members HTTP/1.1" 200 702 0.025634 10.0.0.50 - - [2026-08-20 22:16:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.010066 10.0.0.50 - - [2026-08-20 22:16:15] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006635 10.0.0.50 - - [2026-08-20 22:16:15] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.015499 10.0.0.50 - - [2026-08-20 22:16:15] "POST /ref-update HTTP/1.1" 200 156 0.013558 10.0.0.50 - - [2026-08-20 22:16:15] "POST /set-tag HTTP/1.1" 200 109 0.046239 10.0.0.50 - - [2026-08-20 22:16:15] "GET /floating-ip/52fd5473-2cdc-4a00-afc8-7d7c85aba045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007694 10.0.0.50 - - [2026-08-20 22:16:16] "GET /virtual-machine/28eb7a9e-36fb-4ee3-887d-1011b30898d1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1215 0.004132 10.0.0.50 - - [2026-08-20 22:16:16] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005354 10.0.0.50 - - [2026-08-20 22:16:16] "GET /virtual-machine/fec8464f-ee89-4126-a502-41b5619da736?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.003775 10.0.0.50 - - [2026-08-20 22:16:16] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006254 10.0.0.50 - - [2026-08-20 22:16:18] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005786 10.0.0.50 - - [2026-08-20 22:16:18] "POST /set-tag HTTP/1.1" 200 109 0.002606 10.0.0.50 - - [2026-08-20 22:16:21] "GET /virtual-machine/665edd43-a5a6-49b1-8536-4a246e64e121?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1221 0.004355 10.0.0.50 - - [2026-08-20 22:16:21] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005989 10.0.0.50 - - [2026-08-20 22:16:21] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.011226 10.0.0.50 - - [2026-08-20 22:16:21] "POST /set-tag HTTP/1.1" 200 109 0.002753 10.0.0.50 - - [2026-08-20 22:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.50 - - [2026-08-20 22:16:43] "POST /chown HTTP/1.1" 200 109 0.022210 10.0.0.50 - - [2026-08-20 22:16:43] "POST /chown HTTP/1.1" 200 109 0.019547 10.0.0.50 - - [2026-08-20 22:16:43] "POST /chown HTTP/1.1" 200 109 0.007740 10.0.0.50 - - [2026-08-20 22:16:43] "POST /chown HTTP/1.1" 200 109 0.020075 10.0.0.50 - - [2026-08-20 22:16:53] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.007650 10.0.0.50 - - [2026-08-20 22:16:53] "POST /set-tag HTTP/1.1" 200 109 0.003222 10.0.0.50 - - [2026-08-20 22:16:53] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005190 10.0.0.50 - - [2026-08-20 22:16:53] "POST /set-tag HTTP/1.1" 200 109 0.002276 10.0.0.50 - - [2026-08-20 22:16:53] "GET /virtual-machine/665edd43-a5a6-49b1-8536-4a246e64e121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.002461 10.0.0.50 - - [2026-08-20 22:16:53] "POST /ref-update HTTP/1.1" 200 156 0.025613 10.0.0.50 - - [2026-08-20 22:16:53] "GET /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.024908 10.0.0.50 - - [2026-08-20 22:16:53] "POST /set-tag HTTP/1.1" 200 109 0.030921 10.0.0.50 - - [2026-08-20 22:16:53] "POST /set-tag HTTP/1.1" 200 109 0.018048 10.0.0.50 - - [2026-08-20 22:16:53] "DELETE /instance-ip/bdb05b1c-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.069571 10.0.0.50 - - [2026-08-20 22:16:53] "DELETE /virtual-machine-interface/bd826b94-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.055850 10.0.0.50 - - [2026-08-20 22:16:53] "DELETE /virtual-machine/665edd43-a5a6-49b1-8536-4a246e64e121 HTTP/1.1" 200 115 0.026086 10.0.0.50 - - [2026-08-20 22:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.50 - - [2026-08-20 22:16:57] "GET /tag/85b148a6-5d51-4a5b-a846-bb6a18a01ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.014282 10.0.0.50 - - [2026-08-20 22:16:57] "GET /tag/85b148a6-5d51-4a5b-a846-bb6a18a01ace?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.016691 10.0.0.50 - - [2026-08-20 22:16:57] "GET /virtual-machine-interface/3f1bda46-f8a1-4f11-97a0-88842b4bfc97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.012086 10.0.0.50 - - [2026-08-20 22:16:57] "POST /set-tag HTTP/1.1" 200 109 0.022856 10.0.0.50 - - [2026-08-20 22:16:57] "GET /virtual-machine-interface/ba1fd394-6eac-4c65-8456-161673c11a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.004920 10.0.0.50 - - [2026-08-20 22:16:57] "POST /set-tag HTTP/1.1" 200 109 0.018592 10.0.0.50 - - [2026-08-20 22:16:57] "GET /virtual-machine-interface/e0329a3a-b708-47cd-b45b-c383f4480312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.011666 10.0.0.50 - - [2026-08-20 22:16:57] "POST /set-tag HTTP/1.1" 200 109 0.028079 10.0.0.50 - - [2026-08-20 22:16:57] "GET /firewall-policy/3ce3fa0f-f58d-4399-a010-1f5f88615dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.033482 10.0.0.50 - - [2026-08-20 22:16:57] "GET /firewall-rule/ceecd1d1-3744-4f38-bc22-09f7802b5675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.012666 10.0.0.50 - - [2026-08-20 22:16:57] "POST /ref-update HTTP/1.1" 200 156 0.014836 10.0.0.50 - - [2026-08-20 22:16:57] "DELETE /firewall-rule/ceecd1d1-3744-4f38-bc22-09f7802b5675 HTTP/1.1" 200 115 0.058751 10.0.0.50 - - [2026-08-20 22:16:57] "DELETE /loadbalancer-member/a2290cb3-a9c0-4cb9-9dd2-44220941f6bd HTTP/1.1" 200 115 0.037185 10.0.0.50 - - [2026-08-20 22:16:57] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.012433 10.0.0.50 - - [2026-08-20 22:16:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.027050 10.0.0.50 - - [2026-08-20 22:16:57] "DELETE /loadbalancer-pool/1e166818-6486-4d90-83c8-c3a34fe89eb6 HTTP/1.1" 200 115 0.094108 10.0.0.50 - - [2026-08-20 22:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.013895 10.0.0.50 - - [2026-08-20 22:16:57] "DELETE /loadbalancer-listener/565bf662-e099-4fec-950b-3664c169ce4a HTTP/1.1" 200 115 0.040237 10.0.0.50 - - [2026-08-20 22:16:57] "GET /floating-ip/2ee5139b-a436-43e8-a9a7-83ce155de0ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005141 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.009618 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.025260 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.027047 10.0.0.50 - - [2026-08-20 22:16:57] "PUT /floating-ip/2ee5139b-a436-43e8-a9a7-83ce155de0ec HTTP/1.1" 200 256 0.061633 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.024322 10.0.0.50 - - [2026-08-20 22:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006832 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.008210 10.0.0.50 - - [2026-08-20 22:16:57] "DELETE /floating-ip/2ee5139b-a436-43e8-a9a7-83ce155de0ec HTTP/1.1" 200 115 0.119367 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.010603 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.021226 10.0.0.50 - - [2026-08-20 22:16:57] "POST /chown HTTP/1.1" 200 109 0.023704 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /loadbalancer/5d9d6447-8091-4251-b3eb-80bcea6c6cbd HTTP/1.1" 200 115 0.102170 10.0.0.50 - - [2026-08-20 22:16:58] "GET /floating-ip-pool/38b425f9-6662-4c21-aae9-940480b28ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.006317 10.0.0.50 - - [2026-08-20 22:16:58] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.034754 10.0.0.50 - - [2026-08-20 22:16:58] "POST /ref-update HTTP/1.1" 200 156 0.049030 10.0.0.50 - - [2026-08-20 22:16:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.039422 10.0.0.50 - - [2026-08-20 22:16:58] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.028703 10.0.0.50 - - [2026-08-20 22:16:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.078710 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /floating-ip-pool/38b425f9-6662-4c21-aae9-940480b28ed4 HTTP/1.1" 200 115 0.175153 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /instance-ip/bf31fd0a-13af-4f2d-8b17-5dc3094f25a3 HTTP/1.1" 200 115 0.326264 10.0.0.50 - - [2026-08-20 22:16:58] "PUT /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 266 0.017082 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /virtual-machine-interface/ba1fd394-6eac-4c65-8456-161673c11a38 HTTP/1.1" 200 115 0.109995 10.0.0.50 - - [2026-08-20 22:16:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.055341 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /service-instance/aa1bb8b8-7337-4e15-adf3-d58e5f737487 HTTP/1.1" 200 115 0.118896 10.0.0.50 - - [2026-08-20 22:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.015892 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /tag/85b148a6-5d51-4a5b-a846-bb6a18a01ace HTTP/1.1" 200 115 0.189945 10.0.0.50 - - [2026-08-20 22:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.016490 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /virtual-network/0d71a183-3f5d-48b1-b0f1-d70e13f25146 HTTP/1.1" 200 115 0.323141 10.0.0.50 - - [2026-08-20 22:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.037112 10.0.0.50 - - [2026-08-20 22:16:58] "GET /routing-instance/20c31e56-9ba8-47c8-9801-87b8b4f6b976 HTTP/1.1" 404 171 0.036221 10.0.0.50 - - [2026-08-20 22:16:58] "GET /domains HTTP/1.1" 200 280 0.009098 10.0.0.50 - - [2026-08-20 22:16:58] "GET /domain/f7b52dc4-c29c-4207-b929-9e38c0fe2e4b HTTP/1.1" 200 3087 0.011692 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /route-target/1631efdb-157a-4ab7-afb2-0300b9bde7ff HTTP/1.1" 200 115 0.072557 10.0.0.50 - - [2026-08-20 22:16:58] "GET /virtual-machine-interface/e0329a3a-b708-47cd-b45b-c383f4480312?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1209 0.012247 10.0.0.50 - - [2026-08-20 22:16:58] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86 HTTP/1.1" 200 7412 0.082156 10.0.0.50 - - [2026-08-20 22:16:58] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.015671 10.0.0.50 - - [2026-08-20 22:16:58] "DELETE /virtual-machine-interface/e0329a3a-b708-47cd-b45b-c383f4480312 HTTP/1.1" 200 115 0.131064 10.0.0.50 - - [2026-08-20 22:16:58] "POST /set-tag HTTP/1.1" 200 109 0.011258 10.0.0.50 - - [2026-08-20 22:16:58] "POST /ref-update HTTP/1.1" 200 156 0.027852 10.0.0.50 - - [2026-08-20 22:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.50 - - [2026-08-20 22:16:58] "GET /loadbalancer/8ab9e8c0-9d0a-4149-ac82-f559a7e6e052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007897 10.0.0.50 - - [2026-08-20 22:16:58] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005194 10.0.0.50 - - [2026-08-20 22:16:59] "DELETE /virtual-machine/433b8d1b-de85-47b3-b016-5ddb6120c5ef HTTP/1.1" 200 115 0.034724 10.0.0.50 - - [2026-08-20 22:16:59] "GET /virtual-machine-interface/3f1bda46-f8a1-4f11-97a0-88842b4bfc97?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1208 0.008614 10.0.0.50 - - [2026-08-20 22:16:59] "POST /set-tag HTTP/1.1" 200 109 0.047522 10.0.0.50 - - [2026-08-20 22:16:59] "DELETE /loadbalancer-member/f69d9c7b-8a76-4067-bd5c-6feb9ef30b55 HTTP/1.1" 200 115 0.078619 10.0.0.50 - - [2026-08-20 22:16:59] "DELETE /virtual-machine-interface/3f1bda46-f8a1-4f11-97a0-88842b4bfc97 HTTP/1.1" 200 115 0.121716 10.0.0.50 - - [2026-08-20 22:16:59] "DELETE /virtual-machine/1b21971d-06d1-4663-9b1b-b2aa90cc5c0d HTTP/1.1" 200 115 0.027480 10.0.0.50 - - [2026-08-20 22:17:00] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006244 10.0.0.50 - - [2026-08-20 22:17:00] "POST /set-tag HTTP/1.1" 200 109 0.002782 10.0.0.50 - - [2026-08-20 22:17:00] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.005004 10.0.0.50 - - [2026-08-20 22:17:00] "POST /set-tag HTTP/1.1" 200 109 0.002692 10.0.0.50 - - [2026-08-20 22:17:00] "GET /virtual-machine/fec8464f-ee89-4126-a502-41b5619da736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.003063 10.0.0.50 - - [2026-08-20 22:17:00] "POST /ref-update HTTP/1.1" 200 156 0.015818 10.0.0.50 - - [2026-08-20 22:17:00] "GET /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.022116 10.0.0.50 - - [2026-08-20 22:17:00] "POST /set-tag HTTP/1.1" 200 109 0.044202 10.0.0.50 - - [2026-08-20 22:17:00] "POST /set-tag HTTP/1.1" 200 109 0.020400 10.0.0.50 - - [2026-08-20 22:17:00] "POST /set-tag HTTP/1.1" 200 109 0.043006 10.0.0.50 - - [2026-08-20 22:17:00] "DELETE /instance-ip/b8eb8200-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.060229 10.0.0.50 - - [2026-08-20 22:17:00] "POST /ref-update HTTP/1.1" 200 156 0.014969 10.0.0.50 - - [2026-08-20 22:17:00] "DELETE /virtual-machine-interface/b8cb2e88-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.063184 10.0.0.50 - - [2026-08-20 22:17:00] "DELETE /virtual-machine/fec8464f-ee89-4126-a502-41b5619da736 HTTP/1.1" 200 115 0.034218 10.0.0.50 - - [2026-08-20 22:17:03] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.028683 10.0.0.50 - - [2026-08-20 22:17:03] "POST /set-tag HTTP/1.1" 200 109 0.005586 10.0.0.50 - - [2026-08-20 22:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.50 - - [2026-08-20 22:17:04] "GET /loadbalancer/8ab9e8c0-9d0a-4149-ac82-f559a7e6e052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003861 10.0.0.50 - - [2026-08-20 22:17:04] "GET /global-system-configs HTTP/1.1" 200 322 0.005455 10.0.0.50 - - [2026-08-20 22:17:05] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.013723 10.0.0.50 - - [2026-08-20 22:17:05] "POST /set-tag HTTP/1.1" 200 109 0.005535 10.0.0.50 - - [2026-08-20 22:17:05] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005259 10.0.0.50 - - [2026-08-20 22:17:05] "POST /set-tag HTTP/1.1" 200 109 0.002858 10.0.0.50 - - [2026-08-20 22:17:05] "GET /virtual-machine/28eb7a9e-36fb-4ee3-887d-1011b30898d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.005695 10.0.0.50 - - [2026-08-20 22:17:05] "POST /ref-update HTTP/1.1" 200 156 0.033223 10.0.0.50 - - [2026-08-20 22:17:05] "GET /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.030679 10.0.0.50 - - [2026-08-20 22:17:05] "POST /set-tag HTTP/1.1" 200 109 0.053361 10.0.0.50 - - [2026-08-20 22:17:05] "POST /set-tag HTTP/1.1" 200 109 0.025455 10.0.0.50 - - [2026-08-20 22:17:05] "GET /global-system-configs HTTP/1.1" 200 322 0.005491 10.0.0.50 - - [2026-08-20 22:17:05] "POST /set-tag HTTP/1.1" 200 109 0.061235 10.0.0.50 - - [2026-08-20 22:17:05] "DELETE /instance-ip/b864b4f0-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.069723 10.0.0.50 - - [2026-08-20 22:17:05] "POST /ref-update HTTP/1.1" 200 156 0.025949 10.0.0.50 - - [2026-08-20 22:17:05] "DELETE /virtual-machine-interface/b847721e-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.064926 10.0.0.50 - - [2026-08-20 22:17:05] "DELETE /virtual-machine/28eb7a9e-36fb-4ee3-887d-1011b30898d1 HTTP/1.1" 200 115 0.028981 10.0.0.50 - - [2026-08-20 22:17:05] "DELETE /tag/a0f32153-aca2-45cf-a798-5ced4b978b25 HTTP/1.1" 200 115 0.085296 10.0.0.50 - - [2026-08-20 22:17:05] "DELETE /tag/35bde0d6-7dfb-4578-a4b7-d2b849f86b67 HTTP/1.1" 200 115 0.052413 10.0.0.50 - - [2026-08-20 22:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.50 - - [2026-08-20 22:17:09] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.084771 10.0.0.50 - - [2026-08-20 22:17:09] "POST /tags HTTP/1.1" 200 393 0.049109 10.0.0.50 - - [2026-08-20 22:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.034314 10.0.0.50 - - [2026-08-20 22:17:09] "GET /tag/d86256ac-10e8-4f01-95e7-b85a8c5ecbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.045995 10.0.0.50 - - [2026-08-20 22:17:09] "POST /tags HTTP/1.1" 200 341 0.043013 10.0.0.50 - - [2026-08-20 22:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.50 - - [2026-08-20 22:17:09] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.023514 10.0.0.50 - - [2026-08-20 22:17:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.000579 10.0.0.50 - - [2026-08-20 22:17:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.033730 10.0.0.50 - - [2026-08-20 22:17:09] "POST /security-groups HTTP/1.1" 200 589 0.071637 10.0.0.50 - - [2026-08-20 22:17:10] "POST /projects HTTP/1.1" 200 519 0.276632 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.012789 10.0.0.50 - - [2026-08-20 22:17:10] "POST /access-control-lists HTTP/1.1" 200 598 0.078699 10.0.0.50 - - [2026-08-20 22:17:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.072910 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.033471 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.017699 10.0.0.50 - - [2026-08-20 22:17:10] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.014650 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.50 - - [2026-08-20 22:17:10] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.026757 10.0.0.50 - - [2026-08-20 22:17:10] "POST /access-control-lists HTTP/1.1" 200 596 0.101490 10.0.0.50 - - [2026-08-20 22:17:10] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.085784 10.0.0.50 - - [2026-08-20 22:17:10] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.074492 10.0.0.50 - - [2026-08-20 22:17:10] "POST /security-groups HTTP/1.1" 200 591 0.109294 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 404 270 0.007507 10.0.0.50 - - [2026-08-20 22:17:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.028773 10.0.0.50 - - [2026-08-20 22:17:10] "POST /chown HTTP/1.1" 200 109 0.017206 10.0.0.50 - - [2026-08-20 22:17:10] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.020143 10.0.0.50 - - [2026-08-20 22:17:10] "POST /access-control-lists HTTP/1.1" 200 632 0.112162 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 404 269 0.018484 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.019958 10.0.0.50 - - [2026-08-20 22:17:10] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003885 10.0.0.50 - - [2026-08-20 22:17:10] "POST /tags HTTP/1.1" 409 226 0.003083 10.0.0.50 - - [2026-08-20 22:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.50 - - [2026-08-20 22:17:10] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.019662 10.0.0.50 - - [2026-08-20 22:17:10] "POST /access-control-lists HTTP/1.1" 200 630 0.086447 10.0.0.50 - - [2026-08-20 22:17:10] "POST /firewall-rules HTTP/1.1" 200 600 0.092331 10.0.0.50 - - [2026-08-20 22:17:11] "GET /firewall-rule/f8e94f72-7f41-40d1-9d12-07c5be91ebd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.007698 10.0.0.50 - - [2026-08-20 22:17:11] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.005567 10.0.0.50 - - [2026-08-20 22:17:11] "GET /firewall-rule/f8e94f72-7f41-40d1-9d12-07c5be91ebd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.003770 10.0.0.50 - - [2026-08-20 22:17:11] "POST /ref-update HTTP/1.1" 200 156 0.047909 10.0.0.50 - - [2026-08-20 22:17:11] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.013739 10.0.0.50 - - [2026-08-20 22:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.50 - - [2026-08-20 22:17:11] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.005747 10.0.0.50 - - [2026-08-20 22:17:11] "POST /tags HTTP/1.1" 409 226 0.003125 10.0.0.50 - - [2026-08-20 22:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.50 - - [2026-08-20 22:17:11] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.014352 10.0.0.50 - - [2026-08-20 22:17:11] "POST /firewall-rules HTTP/1.1" 200 598 0.083413 10.0.0.50 - - [2026-08-20 22:17:11] "GET /firewall-rule/1b6835e6-fdc3-4516-94b5-064d38310c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005277 10.0.0.50 - - [2026-08-20 22:17:11] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.009363 10.0.0.50 - - [2026-08-20 22:17:11] "GET /firewall-rule/1b6835e6-fdc3-4516-94b5-064d38310c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003302 10.0.0.50 - - [2026-08-20 22:17:11] "POST /ref-update HTTP/1.1" 200 156 0.065254 10.0.0.50 - - [2026-08-20 22:17:12] "POST /tags HTTP/1.1" 200 393 0.048133 10.0.0.50 - - [2026-08-20 22:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012486 10.0.0.50 - - [2026-08-20 22:17:12] "GET /tag/15d1d16f-696e-4b3f-ba6b-63aabed0ccf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.016342 10.0.0.50 - - [2026-08-20 22:17:12] "POST /tags HTTP/1.1" 200 341 0.024656 10.0.0.50 - - [2026-08-20 22:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012822 10.0.0.50 - - [2026-08-20 22:17:12] "GET /tag/d3ad6dd8-bc07-40b9-85b5-35ce4181383c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.013770 10.0.0.50 - - [2026-08-20 22:17:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.001767 10.0.0.50 - - [2026-08-20 22:17:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.007557 10.0.0.50 - - [2026-08-20 22:17:12] "POST /security-groups HTTP/1.1" 200 589 0.062977 10.0.0.50 - - [2026-08-20 22:17:12] "POST /projects HTTP/1.1" 200 519 0.209685 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.011019 10.0.0.50 - - [2026-08-20 22:17:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.026785 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.031170 10.0.0.50 - - [2026-08-20 22:17:13] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.010509 10.0.0.50 - - [2026-08-20 22:17:13] "POST /access-control-lists HTTP/1.1" 200 598 0.095526 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.50 - - [2026-08-20 22:17:13] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.014799 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.017455 10.0.0.50 - - [2026-08-20 22:17:13] "POST /access-control-lists HTTP/1.1" 200 596 0.082708 10.0.0.50 - - [2026-08-20 22:17:13] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.121942 10.0.0.50 - - [2026-08-20 22:17:13] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.063800 10.0.0.50 - - [2026-08-20 22:17:13] "POST /security-groups HTTP/1.1" 200 591 0.093795 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 404 270 0.002316 10.0.0.50 - - [2026-08-20 22:17:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.018892 10.0.0.50 - - [2026-08-20 22:17:13] "POST /access-control-lists HTTP/1.1" 200 632 0.071180 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 404 269 0.005732 10.0.0.50 - - [2026-08-20 22:17:13] "POST /chown HTTP/1.1" 200 109 0.064999 10.0.0.50 - - [2026-08-20 22:17:13] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.020517 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014323 10.0.0.50 - - [2026-08-20 22:17:13] "POST /access-control-lists HTTP/1.1" 200 630 0.075681 10.0.0.50 - - [2026-08-20 22:17:13] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.029058 10.0.0.50 - - [2026-08-20 22:17:13] "POST /tags HTTP/1.1" 409 226 0.002236 10.0.0.50 - - [2026-08-20 22:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.50 - - [2026-08-20 22:17:13] "GET /tag/d3ad6dd8-bc07-40b9-85b5-35ce4181383c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.011862 10.0.0.50 - - [2026-08-20 22:17:13] "POST /firewall-rules HTTP/1.1" 200 600 0.068593 10.0.0.50 - - [2026-08-20 22:17:13] "GET /firewall-rule/29ce4c72-afac-4dd6-a18b-75a23044ad5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006044 10.0.0.50 - - [2026-08-20 22:17:13] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.003890 10.0.0.50 - - [2026-08-20 22:17:13] "GET /firewall-rule/29ce4c72-afac-4dd6-a18b-75a23044ad5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.002659 10.0.0.50 - - [2026-08-20 22:17:14] "POST /ref-update HTTP/1.1" 200 156 0.070497 10.0.0.50 - - [2026-08-20 22:17:14] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004118 10.0.0.50 - - [2026-08-20 22:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014429 10.0.0.50 - - [2026-08-20 22:17:14] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003651 10.0.0.50 - - [2026-08-20 22:17:14] "POST /tags HTTP/1.1" 409 226 0.002519 10.0.0.50 - - [2026-08-20 22:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.50 - - [2026-08-20 22:17:14] "GET /tag/d3ad6dd8-bc07-40b9-85b5-35ce4181383c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.012756 10.0.0.50 - - [2026-08-20 22:17:14] "POST /firewall-rules HTTP/1.1" 200 598 0.078008 10.0.0.50 - - [2026-08-20 22:17:14] "GET /firewall-rule/0e9e2a0e-0737-4175-ac44-db6bef2a08d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005931 10.0.0.50 - - [2026-08-20 22:17:14] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.004848 10.0.0.50 - - [2026-08-20 22:17:14] "GET /firewall-rule/0e9e2a0e-0737-4175-ac44-db6bef2a08d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003113 10.0.0.50 - - [2026-08-20 22:17:14] "POST /ref-update HTTP/1.1" 200 156 0.078333 10.0.0.50 - - [2026-08-20 22:17:15] "POST /tags HTTP/1.1" 200 345 0.116405 10.0.0.50 - - [2026-08-20 22:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.023372 10.0.0.50 - - [2026-08-20 22:17:15] "GET /tag/0c83d233-33eb-4326-866c-95a91924a8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.017442 10.0.0.50 - - [2026-08-20 22:17:15] "POST /projects HTTP/1.1" 409 238 0.002790 10.0.0.50 - - [2026-08-20 22:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006013 10.0.0.50 - - [2026-08-20 22:17:15] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.055682 10.0.0.50 - - [2026-08-20 22:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.50 - - [2026-08-20 22:17:15] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.007363 10.0.0.50 - - [2026-08-20 22:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.50 - - [2026-08-20 22:17:15] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.006382 10.0.0.50 - - [2026-08-20 22:17:15] "POST /security-groups HTTP/1.1" 409 285 0.003795 10.0.0.50 - - [2026-08-20 22:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.50 - - [2026-08-20 22:17:16] "PUT /security-group/26b4f821-2aa4-483e-8488-0841ff2a30ec HTTP/1.1" 200 262 0.071589 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006264 10.0.0.50 - - [2026-08-20 22:17:16] "PUT /access-control-list/72ace477-1ec0-43c3-b388-1982cf575545 HTTP/1.1" 200 272 0.036047 10.0.0.50 - - [2026-08-20 22:17:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.086552 10.0.0.50 - - [2026-08-20 22:17:16] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.123062 10.0.0.50 - - [2026-08-20 22:17:16] "POST /tags HTTP/1.1" 409 228 0.012904 10.0.0.50 - - [2026-08-20 22:17:16] "PUT /access-control-list/7366124a-49dd-4251-ac5d-9a2c8f953efa HTTP/1.1" 200 272 0.073374 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.50 - - [2026-08-20 22:17:16] "GET /tag/0c83d233-33eb-4326-866c-95a91924a8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.023046 10.0.0.50 - - [2026-08-20 22:17:16] "POST /tags HTTP/1.1" 200 345 0.022699 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008207 10.0.0.50 - - [2026-08-20 22:17:16] "GET /tag/538d8f40-3dc3-4d57-ace7-e9370b4a9c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.026714 10.0.0.50 - - [2026-08-20 22:17:16] "POST /projects HTTP/1.1" 409 238 0.002388 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.50 - - [2026-08-20 22:17:16] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036619 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.50 - - [2026-08-20 22:17:16] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005723 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.50 - - [2026-08-20 22:17:16] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.004981 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.50 - - [2026-08-20 22:17:16] "POST /security-groups HTTP/1.1" 409 285 0.011978 10.0.0.50 - - [2026-08-20 22:17:16] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.049860 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006335 10.0.0.50 - - [2026-08-20 22:17:16] "PUT /security-group/7d93c1b4-700d-4fdf-b7ab-83027994b5ec HTTP/1.1" 200 262 0.063117 10.0.0.50 - - [2026-08-20 22:17:16] "PUT /access-control-list/53722311-4b5a-4068-b5c2-e190070c727e HTTP/1.1" 200 272 0.025037 10.0.0.50 - - [2026-08-20 22:17:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.030670 10.0.0.50 - - [2026-08-20 22:17:16] "PUT /access-control-list/40ca629a-ae4a-43ea-b0c2-da8c1b9ff7b5 HTTP/1.1" 200 272 0.020440 10.0.0.50 - - [2026-08-20 22:17:16] "POST /tags HTTP/1.1" 409 228 0.019564 10.0.0.50 - - [2026-08-20 22:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.50 - - [2026-08-20 22:17:16] "GET /tag/538d8f40-3dc3-4d57-ace7-e9370b4a9c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.012792 10.0.0.50 - - [2026-08-20 22:17:16] "POST /tags HTTP/1.1" 200 291 0.059251 10.0.0.50 - - [2026-08-20 22:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.024145 10.0.0.50 - - [2026-08-20 22:17:17] "GET /tag/39bfc4a4-eb7e-45e8-9234-088f94122d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015166 10.0.0.50 - - [2026-08-20 22:17:17] "POST /tags HTTP/1.1" 200 303 0.062488 10.0.0.50 - - [2026-08-20 22:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.014315 10.0.0.50 - - [2026-08-20 22:17:17] "GET /tag/84d1d94e-5e30-4add-b52c-d017d0dcbc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.015006 10.0.0.50 - - [2026-08-20 22:17:17] "POST /tags HTTP/1.1" 409 252 0.002466 10.0.0.50 - - [2026-08-20 22:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.50 - - [2026-08-20 22:17:17] "GET /tag/d86256ac-10e8-4f01-95e7-b85a8c5ecbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.012633 10.0.0.50 - - [2026-08-20 22:17:17] "POST /tags HTTP/1.1" 409 226 0.002461 10.0.0.50 - - [2026-08-20 22:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002082 10.0.0.50 - - [2026-08-20 22:17:17] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.012998 10.0.0.50 - - [2026-08-20 22:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.50 - - [2026-08-20 22:17:17] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005535 10.0.0.50 - - [2026-08-20 22:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002166 10.0.0.50 - - [2026-08-20 22:17:17] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.058292 10.0.0.50 - - [2026-08-20 22:17:17] "POST /virtual-machines HTTP/1.1" 200 395 0.009644 10.0.0.50 - - [2026-08-20 22:17:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.022980 10.0.0.50 - - [2026-08-20 22:17:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.115211 10.0.0.50 - - [2026-08-20 22:17:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.010335 10.0.0.50 - - [2026-08-20 22:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008953 10.0.0.50 - - [2026-08-20 22:17:17] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009289 10.0.0.50 - - [2026-08-20 22:17:17] "POST /instance-ips HTTP/1.1" 200 397 0.032175 10.0.0.50 - - [2026-08-20 22:17:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.035781 10.0.0.50 - - [2026-08-20 22:17:17] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012522 10.0.0.50 - - [2026-08-20 22:17:18] "POST /set-tag HTTP/1.1" 200 109 0.076724 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014805 10.0.0.50 - - [2026-08-20 22:17:18] "GET /instance-ip/e799217a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004216 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006114 10.0.0.50 - - [2026-08-20 22:17:18] "POST /set-tag HTTP/1.1" 200 109 0.005267 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.005092 10.0.0.50 - - [2026-08-20 22:17:18] "POST /ref-update HTTP/1.1" 200 156 0.020545 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015908 10.0.0.50 - - [2026-08-20 22:17:18] "POST /set-tag HTTP/1.1" 200 109 0.003692 10.0.0.50 - - [2026-08-20 22:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004464 10.0.0.50 - - [2026-08-20 22:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002233 10.0.0.50 - - [2026-08-20 22:17:18] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.051793 10.0.0.50 - - [2026-08-20 22:17:18] "POST /virtual-machines HTTP/1.1" 200 395 0.012502 10.0.0.50 - - [2026-08-20 22:17:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.032474 10.0.0.50 - - [2026-08-20 22:17:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.122350 10.0.0.50 - - [2026-08-20 22:17:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.013218 10.0.0.50 - - [2026-08-20 22:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.016067 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005826 10.0.0.50 - - [2026-08-20 22:17:18] "POST /instance-ips HTTP/1.1" 200 397 0.028107 10.0.0.50 - - [2026-08-20 22:17:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.036877 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.017752 10.0.0.50 - - [2026-08-20 22:17:18] "POST /set-tag HTTP/1.1" 200 109 0.067866 10.0.0.50 - - [2026-08-20 22:17:18] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.036142 10.0.0.50 - - [2026-08-20 22:17:18] "GET /instance-ip/e8259542-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003950 10.0.0.50 - - [2026-08-20 22:17:19] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007887 10.0.0.50 - - [2026-08-20 22:17:19] "POST /set-tag HTTP/1.1" 200 109 0.003629 10.0.0.50 - - [2026-08-20 22:17:19] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1700 0.004967 10.0.0.50 - - [2026-08-20 22:17:19] "POST /ref-update HTTP/1.1" 200 156 0.012657 10.0.0.50 - - [2026-08-20 22:17:19] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.029328 10.0.0.50 - - [2026-08-20 22:17:19] "POST /set-tag HTTP/1.1" 200 109 0.002666 10.0.0.50 - - [2026-08-20 22:17:19] "POST /tags HTTP/1.1" 200 291 0.024272 10.0.0.50 - - [2026-08-20 22:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.021344 10.0.0.50 - - [2026-08-20 22:17:19] "GET /tag/4c60a4b9-af41-4b39-b52d-3e1b996c5e26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.016418 10.0.0.50 - - [2026-08-20 22:17:19] "POST /tags HTTP/1.1" 409 252 0.003725 10.0.0.50 - - [2026-08-20 22:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.50 - - [2026-08-20 22:17:19] "GET /tag/15d1d16f-696e-4b3f-ba6b-63aabed0ccf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.013192 10.0.0.50 - - [2026-08-20 22:17:19] "POST /tags HTTP/1.1" 409 226 0.002452 10.0.0.50 - - [2026-08-20 22:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.50 - - [2026-08-20 22:17:19] "GET /tag/d3ad6dd8-bc07-40b9-85b5-35ce4181383c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.016905 10.0.0.50 - - [2026-08-20 22:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.50 - - [2026-08-20 22:17:19] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006216 10.0.0.50 - - [2026-08-20 22:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015776 10.0.0.50 - - [2026-08-20 22:17:19] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.061240 10.0.0.50 - - [2026-08-20 22:17:19] "POST /virtual-machines HTTP/1.1" 200 395 0.018351 10.0.0.50 - - [2026-08-20 22:17:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.034826 10.0.0.50 - - [2026-08-20 22:17:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.132418 10.0.0.50 - - [2026-08-20 22:17:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.011420 10.0.0.50 - - [2026-08-20 22:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.012848 10.0.0.50 - - [2026-08-20 22:17:19] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012055 10.0.0.50 - - [2026-08-20 22:17:19] "POST /instance-ips HTTP/1.1" 200 397 0.025788 10.0.0.50 - - [2026-08-20 22:17:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.029919 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.011917 10.0.0.50 - - [2026-08-20 22:17:20] "POST /set-tag HTTP/1.1" 200 109 0.071950 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.030011 10.0.0.50 - - [2026-08-20 22:17:20] "GET /instance-ip/e8e08a5a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004147 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005775 10.0.0.50 - - [2026-08-20 22:17:20] "POST /set-tag HTTP/1.1" 200 109 0.002718 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1913 0.013404 10.0.0.50 - - [2026-08-20 22:17:20] "POST /ref-update HTTP/1.1" 200 156 0.013608 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006304 10.0.0.50 - - [2026-08-20 22:17:20] "POST /set-tag HTTP/1.1" 200 109 0.002667 10.0.0.50 - - [2026-08-20 22:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006551 10.0.0.50 - - [2026-08-20 22:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002143 10.0.0.50 - - [2026-08-20 22:17:20] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.047824 10.0.0.50 - - [2026-08-20 22:17:20] "POST /virtual-machines HTTP/1.1" 200 395 0.011916 10.0.0.50 - - [2026-08-20 22:17:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.020439 10.0.0.50 - - [2026-08-20 22:17:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.135059 10.0.0.50 - - [2026-08-20 22:17:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.011764 10.0.0.50 - - [2026-08-20 22:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.014488 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006737 10.0.0.50 - - [2026-08-20 22:17:20] "POST /instance-ips HTTP/1.1" 200 397 0.032162 10.0.0.50 - - [2026-08-20 22:17:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.027708 10.0.0.50 - - [2026-08-20 22:17:20] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.015329 10.0.0.50 - - [2026-08-20 22:17:21] "POST /set-tag HTTP/1.1" 200 109 0.077031 10.0.0.50 - - [2026-08-20 22:17:21] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.012580 10.0.0.50 - - [2026-08-20 22:17:21] "GET /instance-ip/e9694c96-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003335 10.0.0.50 - - [2026-08-20 22:17:21] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.012694 10.0.0.50 - - [2026-08-20 22:17:21] "POST /set-tag HTTP/1.1" 200 109 0.003247 10.0.0.50 - - [2026-08-20 22:17:21] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005139 10.0.0.50 - - [2026-08-20 22:17:21] "POST /ref-update HTTP/1.1" 200 156 0.014560 10.0.0.50 - - [2026-08-20 22:17:21] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.012448 10.0.0.50 - - [2026-08-20 22:17:21] "POST /set-tag HTTP/1.1" 200 109 0.018853 10.0.0.50 - - [2026-08-20 22:17:21] "POST /tags HTTP/1.1" 200 299 0.025121 10.0.0.50 - - [2026-08-20 22:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.021278 10.0.0.50 - - [2026-08-20 22:17:21] "GET /tag/074222cc-1251-404b-aab6-7cf12fbbc183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.016667 10.0.0.50 - - [2026-08-20 22:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.50 - - [2026-08-20 22:17:21] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.014512 10.0.0.50 - - [2026-08-20 22:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006667 10.0.0.50 - - [2026-08-20 22:17:21] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.041863 10.0.0.50 - - [2026-08-20 22:17:21] "POST /virtual-machines HTTP/1.1" 200 395 0.015019 10.0.0.50 - - [2026-08-20 22:17:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.025555 10.0.0.50 - - [2026-08-20 22:17:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.139254 10.0.0.50 - - [2026-08-20 22:17:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.018457 10.0.0.50 - - [2026-08-20 22:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008296 10.0.0.50 - - [2026-08-20 22:17:21] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009706 10.0.0.50 - - [2026-08-20 22:17:21] "POST /instance-ips HTTP/1.1" 200 397 0.030820 10.0.0.50 - - [2026-08-20 22:17:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.028654 10.0.0.50 - - [2026-08-20 22:17:21] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012661 10.0.0.50 - - [2026-08-20 22:17:22] "POST /set-tag HTTP/1.1" 200 109 0.029539 10.0.0.50 - - [2026-08-20 22:17:22] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.029000 10.0.0.50 - - [2026-08-20 22:17:22] "GET /instance-ip/ea0c56de-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003454 10.0.0.50 - - [2026-08-20 22:17:22] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005050 10.0.0.50 - - [2026-08-20 22:17:22] "POST /set-tag HTTP/1.1" 200 109 0.002511 10.0.0.50 - - [2026-08-20 22:17:22] "POST /tags HTTP/1.1" 200 299 0.022299 10.0.0.50 - - [2026-08-20 22:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.50 - - [2026-08-20 22:17:22] "GET /tag/c7fdaabb-f75e-43c5-bb26-3c5d91af5c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.014105 10.0.0.50 - - [2026-08-20 22:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.50 - - [2026-08-20 22:17:22] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006998 10.0.0.50 - - [2026-08-20 22:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.50 - - [2026-08-20 22:17:22] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.048634 10.0.0.50 - - [2026-08-20 22:17:22] "POST /virtual-machines HTTP/1.1" 200 395 0.012634 10.0.0.50 - - [2026-08-20 22:17:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.014617 10.0.0.50 - - [2026-08-20 22:17:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.132440 10.0.0.50 - - [2026-08-20 22:17:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.030008 10.0.0.50 - - [2026-08-20 22:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008946 10.0.0.50 - - [2026-08-20 22:17:22] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006381 10.0.0.50 - - [2026-08-20 22:17:22] "POST /instance-ips HTTP/1.1" 200 397 0.026345 10.0.0.50 - - [2026-08-20 22:17:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.051180 10.0.0.50 - - [2026-08-20 22:17:22] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.024692 10.0.0.50 - - [2026-08-20 22:17:22] "POST /set-tag HTTP/1.1" 200 109 0.024090 10.0.0.50 - - [2026-08-20 22:17:22] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.023799 10.0.0.50 - - [2026-08-20 22:17:22] "GET /instance-ip/ea87519a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004644 10.0.0.50 - - [2026-08-20 22:17:22] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006508 10.0.0.50 - - [2026-08-20 22:17:23] "POST /set-tag HTTP/1.1" 200 109 0.004005 10.0.0.50 - - [2026-08-20 22:17:23] "POST /tags HTTP/1.1" 200 299 0.027494 10.0.0.50 - - [2026-08-20 22:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.50 - - [2026-08-20 22:17:23] "GET /tag/8b3356ca-c8da-4c92-af37-16ee96c4364a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.014415 10.0.0.50 - - [2026-08-20 22:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002200 10.0.0.50 - - [2026-08-20 22:17:23] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005741 10.0.0.50 - - [2026-08-20 22:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.50 - - [2026-08-20 22:17:23] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.042569 10.0.0.50 - - [2026-08-20 22:17:23] "POST /virtual-machines HTTP/1.1" 200 395 0.011434 10.0.0.50 - - [2026-08-20 22:17:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.020741 10.0.0.50 - - [2026-08-20 22:17:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.144238 10.0.0.50 - - [2026-08-20 22:17:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.016256 10.0.0.50 - - [2026-08-20 22:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007205 10.0.0.50 - - [2026-08-20 22:17:23] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.014452 10.0.0.50 - - [2026-08-20 22:17:23] "POST /instance-ips HTTP/1.1" 200 397 0.026918 10.0.0.50 - - [2026-08-20 22:17:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.045896 10.0.0.50 - - [2026-08-20 22:17:23] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.016325 10.0.0.50 - - [2026-08-20 22:17:23] "POST /set-tag HTTP/1.1" 200 109 0.024486 10.0.0.50 - - [2026-08-20 22:17:23] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.014340 10.0.0.50 - - [2026-08-20 22:17:23] "GET /instance-ip/eb0ea258-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011225 10.0.0.50 - - [2026-08-20 22:17:23] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005036 10.0.0.50 - - [2026-08-20 22:17:23] "POST /set-tag HTTP/1.1" 200 109 0.002984 10.0.0.50 - - [2026-08-20 22:17:23] "POST /tags HTTP/1.1" 200 299 0.021004 10.0.0.50 - - [2026-08-20 22:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.50 - - [2026-08-20 22:17:23] "GET /tag/21e565f0-3bd4-4b96-a7be-23d183fa72b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.019110 10.0.0.50 - - [2026-08-20 22:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006119 10.0.0.50 - - [2026-08-20 22:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.50 - - [2026-08-20 22:17:24] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.048992 10.0.0.50 - - [2026-08-20 22:17:24] "POST /virtual-machines HTTP/1.1" 200 395 0.010523 10.0.0.50 - - [2026-08-20 22:17:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.018050 10.0.0.50 - - [2026-08-20 22:17:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.129238 10.0.0.50 - - [2026-08-20 22:17:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.012421 10.0.0.50 - - [2026-08-20 22:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013186 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005829 10.0.0.50 - - [2026-08-20 22:17:24] "POST /instance-ips HTTP/1.1" 200 397 0.026300 10.0.0.50 - - [2026-08-20 22:17:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.060657 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012128 10.0.0.50 - - [2026-08-20 22:17:24] "POST /set-tag HTTP/1.1" 200 109 0.055369 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.027337 10.0.0.50 - - [2026-08-20 22:17:24] "GET /instance-ip/eb8e07dc-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004749 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005352 10.0.0.50 - - [2026-08-20 22:17:24] "POST /set-tag HTTP/1.1" 200 109 0.002770 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2339 0.005733 10.0.0.50 - - [2026-08-20 22:17:24] "POST /ref-update HTTP/1.1" 200 156 0.012132 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004986 10.0.0.50 - - [2026-08-20 22:17:24] "POST /set-tag HTTP/1.1" 200 109 0.002603 10.0.0.50 - - [2026-08-20 22:17:24] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007151 10.0.0.50 - - [2026-08-20 22:17:25] "POST /ref-update HTTP/1.1" 200 156 0.013696 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.013901 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.005316 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005630 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.002845 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005210 10.0.0.50 - - [2026-08-20 22:17:25] "POST /ref-update HTTP/1.1" 200 156 0.015490 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.014312 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.007127 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.006944 10.0.0.50 - - [2026-08-20 22:17:25] "POST /ref-update HTTP/1.1" 200 156 0.021280 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.017968 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.003186 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005202 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.005092 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006070 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.002828 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005240 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.003126 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.009390 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.002862 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005356 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.003286 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005838 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.003734 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005372 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.003458 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006003 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.009993 10.0.0.50 - - [2026-08-20 22:17:25] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005126 10.0.0.50 - - [2026-08-20 22:17:25] "POST /set-tag HTTP/1.1" 200 109 0.003856 10.0.0.50 - - [2026-08-20 22:17:26] "GET /virtual-machine/5e50adde-b3a2-4b7f-ad17-e4f98f7563f5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003812 10.0.0.50 - - [2026-08-20 22:17:26] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004988 10.0.0.50 - - [2026-08-20 22:17:28] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006509 10.0.0.50 - - [2026-08-20 22:17:28] "POST /set-tag HTTP/1.1" 200 109 0.005803 10.0.0.50 - - [2026-08-20 22:17:28] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006767 10.0.0.50 - - [2026-08-20 22:17:28] "POST /set-tag HTTP/1.1" 200 109 0.003281 10.0.0.50 - - [2026-08-20 22:17:29] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005852 10.0.0.50 - - [2026-08-20 22:17:29] "POST /set-tag HTTP/1.1" 200 109 0.003194 10.0.0.50 - - [2026-08-20 22:17:29] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005024 10.0.0.50 - - [2026-08-20 22:17:29] "POST /set-tag HTTP/1.1" 200 109 0.003108 10.0.0.50 - - [2026-08-20 22:17:29] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004869 10.0.0.50 - - [2026-08-20 22:17:29] "POST /set-tag HTTP/1.1" 200 109 0.004620 10.0.0.50 - - [2026-08-20 22:17:31] "GET /virtual-machine/69818737-257c-4b49-a4f1-85a45f83fcc9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.004044 10.0.0.50 - - [2026-08-20 22:17:31] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005459 10.0.0.50 - - [2026-08-20 22:17:31] "GET /virtual-machine/b1499dad-302a-4a12-beab-2f5820c3017e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003644 10.0.0.50 - - [2026-08-20 22:17:31] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005739 10.0.0.50 - - [2026-08-20 22:17:31] "GET /virtual-machine/74fcacbf-abe8-49c4-8fc4-dbbf9a2adf7a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.004492 10.0.0.50 - - [2026-08-20 22:17:31] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004595 10.0.0.50 - - [2026-08-20 22:17:32] "GET /virtual-machine/20a95b41-23bf-447c-9856-8f77e4924c59?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003634 10.0.0.50 - - [2026-08-20 22:17:32] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004462 10.0.0.50 - - [2026-08-20 22:17:32] "GET /virtual-machine/e08a1a62-a387-439e-82e5-be520400403e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.004410 10.0.0.50 - - [2026-08-20 22:17:32] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005390 10.0.0.50 - - [2026-08-20 22:17:33] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005069 10.0.0.50 - - [2026-08-20 22:17:33] "POST /set-tag HTTP/1.1" 200 109 0.003176 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:17:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001186 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:17:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001103 10.0.0.50 - - [2026-08-20 22:17:37] "GET /virtual-machine/283d4560-9620-4211-b971-0839db5c810e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.004330 10.0.0.50 - - [2026-08-20 22:17:37] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005047 10.0.0.50 - - [2026-08-20 22:17:37] "GET /virtual-machine/c5e0e78e-4632-424d-ba96-d6de36595f22?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.004656 10.0.0.50 - - [2026-08-20 22:17:37] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005424 10.0.0.50 - - [2026-08-20 22:17:37] "GET /loadbalancer/bfb1301a-7284-47a0-b556-cd908079d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006139 10.0.0.50 - - [2026-08-20 22:17:37] "POST /tags HTTP/1.1" 200 333 0.026736 10.0.0.50 - - [2026-08-20 22:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009076 10.0.0.50 - - [2026-08-20 22:17:38] "GET /tag/f43c21b7-1b9a-49ef-8cd8-6f6c8027a4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.052311 10.0.0.50 - - [2026-08-20 22:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005520 10.0.0.50 - - [2026-08-20 22:17:38] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.095659 10.0.0.50 - - [2026-08-20 22:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.50 - - [2026-08-20 22:17:38] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.007068 10.0.0.50 - - [2026-08-20 22:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.50 - - [2026-08-20 22:17:38] "GET /service-appliance-set/526a7dcb-33f6-461b-bd90-832a9d649d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.004935 10.0.0.50 - - [2026-08-20 22:17:38] "POST /fqname-to-id HTTP/1.1" 404 273 0.002459 10.0.0.50 - - [2026-08-20 22:17:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.142761 10.0.0.50 - - [2026-08-20 22:17:38] "GET /virtual-machine-interface/0059d73b-4775-4d35-94eb-a49ed965d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.029685 10.0.0.50 - - [2026-08-20 22:17:38] "POST /instance-ips HTTP/1.1" 200 409 0.103294 10.0.0.50 - - [2026-08-20 22:17:38] "GET /instance-ip/70a7daca-38b9-4ee6-a85e-e052c5ce7da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.013864 10.0.0.50 - - [2026-08-20 22:17:38] "POST /loadbalancers HTTP/1.1" 200 629 0.123301 10.0.0.50 - - [2026-08-20 22:17:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.043757 10.0.0.50 - - [2026-08-20 22:17:38] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.082138 10.0.0.50 - - [2026-08-20 22:17:38] "GET /instance-ip/70a7daca-38b9-4ee6-a85e-e052c5ce7da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.015271 10.0.0.50 - - [2026-08-20 22:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.016262 10.0.0.50 - - [2026-08-20 22:17:38] "GET /loadbalancer/bfb1301a-7284-47a0-b556-cd908079d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.004231 10.0.0.50 - - [2026-08-20 22:17:39] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.072854 10.0.0.50 - - [2026-08-20 22:17:39] "POST /floating-ips HTTP/1.1" 200 597 0.086705 10.0.0.50 - - [2026-08-20 22:17:39] "GET /loadbalancer/bfb1301a-7284-47a0-b556-cd908079d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.006505 10.0.0.50 - - [2026-08-20 22:17:39] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.031783 10.0.0.50 - - [2026-08-20 22:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007584 10.0.0.50 - - [2026-08-20 22:17:39] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.057226 10.0.0.50 - - [2026-08-20 22:17:39] "GET /loadbalancer-listener/7ce1beea-94a4-4138-a1b3-c8efd5a0f0d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1842 0.010355 10.0.0.50 - - [2026-08-20 22:17:39] "GET /loadbalancer-listener/7ce1beea-94a4-4138-a1b3-c8efd5a0f0d8?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1242 0.005526 10.0.0.50 - - [2026-08-20 22:17:39] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.059246 10.0.0.50 - - [2026-08-20 22:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009150 10.0.0.50 - - [2026-08-20 22:17:39] "GET /instance-ip/70a7daca-38b9-4ee6-a85e-e052c5ce7da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.038427 10.0.0.50 - - [2026-08-20 22:17:39] "GET /loadbalancer/bfb1301a-7284-47a0-b556-cd908079d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.039611 10.0.0.50 - - [2026-08-20 22:17:39] "GET /instance-ip/70a7daca-38b9-4ee6-a85e-e052c5ce7da8?fields=floating_ips HTTP/1.1" 200 1212 0.009988 10.0.0.50 - - [2026-08-20 22:17:39] "GET /floating-ip/f57f34e4-ee15-4fe7-93f8-53d08dada720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.044020 10.0.0.50 - - [2026-08-20 22:17:39] "GET /loadbalancer-pool/a9ff9677-4ee0-4f7d-8643-71783bb3a66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.054113 10.0.0.50 - - [2026-08-20 22:17:39] "POST /loadbalancer-members HTTP/1.1" 200 721 0.032641 10.0.0.50 - - [2026-08-20 22:17:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.042487 10.0.0.50 - - [2026-08-20 22:17:39] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.012782 10.0.0.50 - - [2026-08-20 22:17:39] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005477 10.0.0.50 - - [2026-08-20 22:17:39] "POST /ref-update HTTP/1.1" 200 156 0.017762 10.0.0.50 - - [2026-08-20 22:17:39] "GET /floating-ip/f57f34e4-ee15-4fe7-93f8-53d08dada720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.023592 10.0.0.50 - - [2026-08-20 22:17:39] "POST /tags HTTP/1.1" 409 221 0.015594 10.0.0.50 - - [2026-08-20 22:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.010443 10.0.0.50 - - [2026-08-20 22:17:39] "GET /tag/f43c21b7-1b9a-49ef-8cd8-6f6c8027a4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.036435 10.0.0.50 - - [2026-08-20 22:17:39] "PUT /floating-ip/f57f34e4-ee15-4fe7-93f8-53d08dada720 HTTP/1.1" 200 256 0.018862 10.0.0.50 - - [2026-08-20 22:17:39] "POST /set-tag HTTP/1.1" 200 109 0.074756 10.0.0.50 - - [2026-08-20 22:17:39] "GET /loadbalancer-pool/a9ff9677-4ee0-4f7d-8643-71783bb3a66e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.039412 10.0.0.50 - - [2026-08-20 22:17:39] "POST /loadbalancer-members HTTP/1.1" 200 721 0.026624 10.0.0.50 - - [2026-08-20 22:17:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.010678 10.0.0.50 - - [2026-08-20 22:17:40] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.024498 10.0.0.50 - - [2026-08-20 22:17:40] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.013200 10.0.0.50 - - [2026-08-20 22:17:40] "POST /ref-update HTTP/1.1" 200 156 0.016737 10.0.0.50 - - [2026-08-20 22:17:40] "GET /floating-ip/f57f34e4-ee15-4fe7-93f8-53d08dada720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2239 0.016596 10.0.0.50 - - [2026-08-20 22:17:40] "POST /set-tag HTTP/1.1" 200 109 0.121711 10.0.0.50 - - [2026-08-20 22:17:40] "POST /tags HTTP/1.1" 409 206 0.004249 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.50 - - [2026-08-20 22:17:40] "GET /tag/84d1d94e-5e30-4add-b52c-d017d0dcbc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.015423 10.0.0.50 - - [2026-08-20 22:17:40] "POST /tags HTTP/1.1" 409 204 0.003047 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.50 - - [2026-08-20 22:17:40] "GET /tag/c7fdaabb-f75e-43c5-bb26-3c5d91af5c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.019394 10.0.0.50 - - [2026-08-20 22:17:40] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006223 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.50 - - [2026-08-20 22:17:40] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003736 10.0.0.50 - - [2026-08-20 22:17:40] "POST /tags HTTP/1.1" 409 206 0.002614 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.50 - - [2026-08-20 22:17:40] "GET /tag/84d1d94e-5e30-4add-b52c-d017d0dcbc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.015333 10.0.0.50 - - [2026-08-20 22:17:40] "POST /tags HTTP/1.1" 409 226 0.003497 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.50 - - [2026-08-20 22:17:40] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.021043 10.0.0.50 - - [2026-08-20 22:17:40] "POST /tags HTTP/1.1" 409 204 0.002794 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.50 - - [2026-08-20 22:17:40] "GET /tag/c7fdaabb-f75e-43c5-bb26-3c5d91af5c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.014319 10.0.0.50 - - [2026-08-20 22:17:40] "POST /tags HTTP/1.1" 409 226 0.002560 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:17:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001257 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:17:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001195 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.50 - - [2026-08-20 22:17:40] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.014647 10.0.0.50 - - [2026-08-20 22:17:40] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003577 10.0.0.50 - - [2026-08-20 22:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.50 - - [2026-08-20 22:17:40] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003282 10.0.0.50 - - [2026-08-20 22:17:40] "POST /firewall-rules HTTP/1.1" 200 626 0.091020 10.0.0.50 - - [2026-08-20 22:17:41] "POST /firewall-rules HTTP/1.1" 200 646 0.117128 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-rule/fcf22ede-5517-463e-9c04-b0da042d1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.055447 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003898 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-rule/e7f48f9b-1000-4890-9f74-4c8dc6949769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.008622 10.0.0.50 - - [2026-08-20 22:17:41] "POST /ref-update HTTP/1.1" 200 156 0.032197 10.0.0.50 - - [2026-08-20 22:17:41] "POST /firewall-policys HTTP/1.1" 200 606 0.055944 10.0.0.50 - - [2026-08-20 22:17:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.015914 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.012995 10.0.0.50 - - [2026-08-20 22:17:41] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003470 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.003532 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.004734 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/3ce3fa0f-f58d-4399-a010-1f5f88615dcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003838 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.006819 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.003283 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.004204 10.0.0.50 - - [2026-08-20 22:17:41] "POST /ref-update HTTP/1.1" 200 156 0.033162 10.0.0.50 - - [2026-08-20 22:17:41] "POST /ref-update HTTP/1.1" 200 156 0.054872 10.0.0.50 - - [2026-08-20 22:17:41] "POST /ref-update HTTP/1.1" 200 156 0.071615 10.0.0.50 - - [2026-08-20 22:17:41] "POST /ref-update HTTP/1.1" 200 156 0.045042 10.0.0.50 - - [2026-08-20 22:17:41] "POST /ref-update HTTP/1.1" 200 156 0.062203 10.0.0.50 - - [2026-08-20 22:17:41] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.014864 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:17:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001104 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:17:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001186 10.0.0.50 - - [2026-08-20 22:19:40] "POST /tags HTTP/1.1" 409 252 0.002862 10.0.0.50 - - [2026-08-20 22:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.50 - - [2026-08-20 22:19:40] "GET /tag/15d1d16f-696e-4b3f-ba6b-63aabed0ccf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.015103 10.0.0.50 - - [2026-08-20 22:19:40] "POST /tags HTTP/1.1" 409 228 0.002458 10.0.0.50 - - [2026-08-20 22:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.50 - - [2026-08-20 22:19:40] "GET /tag/538d8f40-3dc3-4d57-ace7-e9370b4a9c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.013410 10.0.0.50 - - [2026-08-20 22:19:40] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005821 10.0.0.50 - - [2026-08-20 22:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.50 - - [2026-08-20 22:19:40] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003185 10.0.0.50 - - [2026-08-20 22:19:40] "POST /tags HTTP/1.1" 409 206 0.002180 10.0.0.50 - - [2026-08-20 22:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.50 - - [2026-08-20 22:19:40] "GET /tag/84d1d94e-5e30-4add-b52c-d017d0dcbc0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.012406 10.0.0.50 - - [2026-08-20 22:19:40] "POST /tags HTTP/1.1" 409 226 0.002376 10.0.0.50 - - [2026-08-20 22:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.50 - - [2026-08-20 22:19:40] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.012580 10.0.0.50 - - [2026-08-20 22:19:40] "POST /tags HTTP/1.1" 409 204 0.003282 10.0.0.50 - - [2026-08-20 22:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.50 - - [2026-08-20 22:19:40] "GET /tag/c7fdaabb-f75e-43c5-bb26-3c5d91af5c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.016998 10.0.0.50 - - [2026-08-20 22:19:40] "POST /tags HTTP/1.1" 409 226 0.010485 10.0.0.50 - - [2026-08-20 22:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006491 10.0.0.50 - - [2026-08-20 22:19:40] "GET /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.022109 10.0.0.50 - - [2026-08-20 22:19:40] "POST /tags HTTP/1.1" 409 228 0.003704 10.0.0.50 - - [2026-08-20 22:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002274 10.0.0.50 - - [2026-08-20 22:19:41] "GET /tag/538d8f40-3dc3-4d57-ace7-e9370b4a9c9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.012105 10.0.0.50 - - [2026-08-20 22:19:41] "POST /tags HTTP/1.1" 409 252 0.002297 10.0.0.50 - - [2026-08-20 22:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.50 - - [2026-08-20 22:19:41] "GET /tag/15d1d16f-696e-4b3f-ba6b-63aabed0ccf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.011835 10.0.0.50 - - [2026-08-20 22:19:41] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002739 10.0.0.50 - - [2026-08-20 22:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.50 - - [2026-08-20 22:19:41] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003176 10.0.0.50 - - [2026-08-20 22:19:41] "POST /firewall-rules HTTP/1.1" 409 281 0.002529 10.0.0.50 - - [2026-08-20 22:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488 10.0.0.50 - - [2026-08-20 22:19:41] "PUT /firewall-rule/e7f48f9b-1000-4890-9f74-4c8dc6949769 HTTP/1.1" 200 260 0.023313 10.0.0.50 - - [2026-08-20 22:19:41] "POST /firewall-rules HTTP/1.1" 409 291 0.009418 10.0.0.50 - - [2026-08-20 22:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.50 - - [2026-08-20 22:19:41] "PUT /firewall-rule/fcf22ede-5517-463e-9c04-b0da042d1a1e HTTP/1.1" 200 260 0.023336 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-rule/fcf22ede-5517-463e-9c04-b0da042d1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.014011 10.0.0.50 - - [2026-08-20 22:19:41] "POST /firewall-rules HTTP/1.1" 200 658 0.084784 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-rule/5dc99f61-7627-48da-9b4a-963fb0e3c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.018846 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.005773 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-rule/e7f48f9b-1000-4890-9f74-4c8dc6949769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.004157 10.0.0.50 - - [2026-08-20 22:19:41] "POST /firewall-policys HTTP/1.1" 409 269 0.002515 10.0.0.50 - - [2026-08-20 22:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.50 - - [2026-08-20 22:19:41] "PUT /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34 HTTP/1.1" 200 264 0.034698 10.0.0.50 - - [2026-08-20 22:19:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.041069 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.015089 10.0.0.50 - - [2026-08-20 22:19:41] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005207 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.003509 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.002780 10.0.0.50 - - [2026-08-20 22:19:41] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.003161 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:20:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001105 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:20:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001251 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.010909 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.004913 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.010096 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.003215 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.008334 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.003853 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008090 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.003373 10.0.0.50 - - [2026-08-20 22:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.50 - - [2026-08-20 22:20:43] "GET /loadbalancer/bfb1301a-7284-47a0-b556-cd908079d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.004136 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.006502 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.068311 10.0.0.50 - - [2026-08-20 22:20:43] "DELETE /loadbalancer-member/cd49c49d-d6a2-4be4-a871-399a839516aa HTTP/1.1" 200 115 0.044832 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005320 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.003951 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005208 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.003920 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.008851 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.002998 10.0.0.50 - - [2026-08-20 22:20:43] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005089 10.0.0.50 - - [2026-08-20 22:20:43] "POST /set-tag HTTP/1.1" 200 109 0.002436 10.0.0.50 - - [2026-08-20 22:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.50 - - [2026-08-20 22:20:44] "GET /loadbalancer/bfb1301a-7284-47a0-b556-cd908079d3b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.002641 10.0.0.50 - - [2026-08-20 22:20:44] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.011616 10.0.0.50 - - [2026-08-20 22:20:44] "POST /set-tag HTTP/1.1" 200 109 0.005593 10.0.0.50 - - [2026-08-20 22:20:44] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005168 10.0.0.50 - - [2026-08-20 22:20:44] "POST /set-tag HTTP/1.1" 200 109 0.003283 10.0.0.50 - - [2026-08-20 22:20:44] "GET /virtual-machine/b1499dad-302a-4a12-beab-2f5820c3017e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003074 10.0.0.50 - - [2026-08-20 22:20:44] "POST /ref-update HTTP/1.1" 200 156 0.011753 10.0.0.50 - - [2026-08-20 22:20:44] "GET /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007345 10.0.0.50 - - [2026-08-20 22:20:44] "POST /set-tag HTTP/1.1" 200 109 0.023395 10.0.0.50 - - [2026-08-20 22:20:44] "POST /set-tag HTTP/1.1" 200 109 0.020525 10.0.0.50 - - [2026-08-20 22:20:44] "POST /set-tag HTTP/1.1" 200 109 0.037220 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.041214 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.021610 10.0.0.50 - - [2026-08-20 22:20:45] "DELETE /instance-ip/e8e08a5a-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.060779 10.0.0.50 - - [2026-08-20 22:20:45] "DELETE /virtual-machine-interface/e8c1d0ce-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.056893 10.0.0.50 - - [2026-08-20 22:20:45] "DELETE /virtual-machine/b1499dad-302a-4a12-beab-2f5820c3017e HTTP/1.1" 200 115 0.039929 10.0.0.50 - - [2026-08-20 22:20:45] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005313 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.002956 10.0.0.50 - - [2026-08-20 22:20:45] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004485 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.002786 10.0.0.50 - - [2026-08-20 22:20:45] "GET /virtual-machine/5e50adde-b3a2-4b7f-ad17-e4f98f7563f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003380 10.0.0.50 - - [2026-08-20 22:20:45] "POST /ref-update HTTP/1.1" 200 156 0.011675 10.0.0.50 - - [2026-08-20 22:20:45] "GET /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.021500 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.020615 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.039069 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.033568 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.027055 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.051430 10.0.0.50 - - [2026-08-20 22:20:45] "DELETE /instance-ip/e799217a-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.082551 10.0.0.50 - - [2026-08-20 22:20:45] "POST /ref-update HTTP/1.1" 200 156 0.012550 10.0.0.50 - - [2026-08-20 22:20:45] "DELETE /virtual-machine-interface/e77b652c-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.062162 10.0.0.50 - - [2026-08-20 22:20:45] "DELETE /virtual-machine/5e50adde-b3a2-4b7f-ad17-e4f98f7563f5 HTTP/1.1" 200 115 0.030267 10.0.0.50 - - [2026-08-20 22:20:45] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008444 10.0.0.50 - - [2026-08-20 22:20:45] "POST /set-tag HTTP/1.1" 200 109 0.003307 10.0.0.50 - - [2026-08-20 22:20:46] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.010220 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.008096 10.0.0.50 - - [2026-08-20 22:20:46] "GET /virtual-machine/74fcacbf-abe8-49c4-8fc4-dbbf9a2adf7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003368 10.0.0.50 - - [2026-08-20 22:20:46] "POST /ref-update HTTP/1.1" 200 156 0.011927 10.0.0.50 - - [2026-08-20 22:20:46] "GET /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006456 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.026164 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.042705 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.045294 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.019104 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.034784 10.0.0.50 - - [2026-08-20 22:20:46] "DELETE /instance-ip/e9694c96-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.052014 10.0.0.50 - - [2026-08-20 22:20:46] "DELETE /virtual-machine-interface/e94b65aa-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.043477 10.0.0.50 - - [2026-08-20 22:20:46] "DELETE /virtual-machine/74fcacbf-abe8-49c4-8fc4-dbbf9a2adf7a HTTP/1.1" 200 115 0.028564 10.0.0.50 - - [2026-08-20 22:20:46] "DELETE /tag/4c60a4b9-af41-4b39-b52d-3e1b996c5e26 HTTP/1.1" 200 115 0.048690 10.0.0.50 - - [2026-08-20 22:20:46] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.007319 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.003573 10.0.0.50 - - [2026-08-20 22:20:46] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.005629 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.003211 10.0.0.50 - - [2026-08-20 22:20:46] "GET /virtual-machine/69818737-257c-4b49-a4f1-85a45f83fcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003625 10.0.0.50 - - [2026-08-20 22:20:46] "POST /ref-update HTTP/1.1" 200 156 0.020503 10.0.0.50 - - [2026-08-20 22:20:46] "GET /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.025193 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.038894 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.042712 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.028503 10.0.0.50 - - [2026-08-20 22:20:46] "POST /set-tag HTTP/1.1" 200 109 0.023567 10.0.0.50 - - [2026-08-20 22:20:47] "POST /set-tag HTTP/1.1" 200 109 0.042387 10.0.0.50 - - [2026-08-20 22:20:47] "DELETE /instance-ip/e8259542-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.057322 10.0.0.50 - - [2026-08-20 22:20:47] "POST /ref-update HTTP/1.1" 200 156 0.012215 10.0.0.50 - - [2026-08-20 22:20:47] "DELETE /virtual-machine-interface/e808c584-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.044651 10.0.0.50 - - [2026-08-20 22:20:47] "DELETE /virtual-machine/69818737-257c-4b49-a4f1-85a45f83fcc9 HTTP/1.1" 200 115 0.026619 10.0.0.50 - - [2026-08-20 22:20:47] "DELETE /tag/84d1d94e-5e30-4add-b52c-d017d0dcbc0d HTTP/1.1" 409 388 0.021147 10.0.0.50 - - [2026-08-20 22:20:47] "DELETE /tag/39bfc4a4-eb7e-45e8-9234-088f94122d89 HTTP/1.1" 200 115 0.044789 10.0.0.50 - - [2026-08-20 22:21:14] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006542 10.0.0.50 - - [2026-08-20 22:21:14] "POST /set-tag HTTP/1.1" 200 109 0.003525 10.0.0.50 - - [2026-08-20 22:21:14] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005695 10.0.0.50 - - [2026-08-20 22:21:14] "POST /set-tag HTTP/1.1" 200 109 0.003158 10.0.0.50 - - [2026-08-20 22:21:14] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004374 10.0.0.50 - - [2026-08-20 22:21:14] "POST /set-tag HTTP/1.1" 200 109 0.002530 10.0.0.50 - - [2026-08-20 22:21:14] "GET /virtual-machine/283d4560-9620-4211-b971-0839db5c810e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003575 10.0.0.50 - - [2026-08-20 22:21:14] "POST /ref-update HTTP/1.1" 200 156 0.016502 10.0.0.50 - - [2026-08-20 22:21:14] "GET /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.018855 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.025058 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.030991 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.030927 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.018130 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /instance-ip/ea87519a-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.064079 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /virtual-machine-interface/ea6c6510-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.064476 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /virtual-machine/283d4560-9620-4211-b971-0839db5c810e HTTP/1.1" 200 115 0.027881 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /tag/c7fdaabb-f75e-43c5-bb26-3c5d91af5c03 HTTP/1.1" 409 236 0.009227 10.0.0.50 - - [2026-08-20 22:21:15] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005856 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.002557 10.0.0.50 - - [2026-08-20 22:21:15] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004419 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.003217 10.0.0.50 - - [2026-08-20 22:21:15] "GET /virtual-machine/c5e0e78e-4632-424d-ba96-d6de36595f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002994 10.0.0.50 - - [2026-08-20 22:21:15] "POST /ref-update HTTP/1.1" 200 156 0.011018 10.0.0.50 - - [2026-08-20 22:21:15] "GET /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006828 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.021856 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.042840 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.037330 10.0.0.50 - - [2026-08-20 22:21:15] "POST /set-tag HTTP/1.1" 200 109 0.035123 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /instance-ip/eb8e07dc-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.066351 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /virtual-machine-interface/eb70b5ce-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.048645 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /virtual-machine/c5e0e78e-4632-424d-ba96-d6de36595f22 HTTP/1.1" 200 115 0.031313 10.0.0.50 - - [2026-08-20 22:21:15] "DELETE /tag/21e565f0-3bd4-4b96-a7be-23d183fa72b8 HTTP/1.1" 200 115 0.047702 10.0.0.50 - - [2026-08-20 22:21:15] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004445 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.003348 10.0.0.50 - - [2026-08-20 22:21:16] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005050 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.002684 10.0.0.50 - - [2026-08-20 22:21:16] "GET /virtual-machine/e08a1a62-a387-439e-82e5-be520400403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003201 10.0.0.50 - - [2026-08-20 22:21:16] "POST /ref-update HTTP/1.1" 200 156 0.014684 10.0.0.50 - - [2026-08-20 22:21:16] "GET /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.013965 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.028065 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.057837 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.033680 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.023149 10.0.0.50 - - [2026-08-20 22:21:16] "DELETE /instance-ip/eb0ea258-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.055895 10.0.0.50 - - [2026-08-20 22:21:16] "DELETE /virtual-machine-interface/eaede946-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.046984 10.0.0.50 - - [2026-08-20 22:21:16] "DELETE /virtual-machine/e08a1a62-a387-439e-82e5-be520400403e HTTP/1.1" 200 115 0.021160 10.0.0.50 - - [2026-08-20 22:21:16] "DELETE /tag/8b3356ca-c8da-4c92-af37-16ee96c4364a HTTP/1.1" 200 115 0.046028 10.0.0.50 - - [2026-08-20 22:21:16] "DELETE /tag/15d1d16f-696e-4b3f-ba6b-63aabed0ccf8 HTTP/1.1" 409 236 0.005358 10.0.0.50 - - [2026-08-20 22:21:16] "DELETE /tag/538d8f40-3dc3-4d57-ace7-e9370b4a9c9f HTTP/1.1" 409 236 0.006318 10.0.0.50 - - [2026-08-20 22:21:16] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005613 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.003883 10.0.0.50 - - [2026-08-20 22:21:16] "GET /virtual-machine/20a95b41-23bf-447c-9856-8f77e4924c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003937 10.0.0.50 - - [2026-08-20 22:21:16] "POST /ref-update HTTP/1.1" 200 156 0.015881 10.0.0.50 - - [2026-08-20 22:21:16] "GET /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.016157 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.026774 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.045156 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.038617 10.0.0.50 - - [2026-08-20 22:21:16] "POST /set-tag HTTP/1.1" 200 109 0.021604 10.0.0.50 - - [2026-08-20 22:21:17] "DELETE /instance-ip/ea0c56de-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.068749 10.0.0.50 - - [2026-08-20 22:21:17] "DELETE /virtual-machine-interface/e9eba29a-9ce4-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.049173 10.0.0.50 - - [2026-08-20 22:21:17] "DELETE /virtual-machine/20a95b41-23bf-447c-9856-8f77e4924c59 HTTP/1.1" 200 115 0.032539 10.0.0.50 - - [2026-08-20 22:21:17] "DELETE /tag/d86256ac-10e8-4f01-95e7-b85a8c5ecbef HTTP/1.1" 200 115 0.044138 10.0.0.50 - - [2026-08-20 22:21:17] "DELETE /tag/074222cc-1251-404b-aab6-7cf12fbbc183 HTTP/1.1" 200 115 0.051421 10.0.0.50 - - [2026-08-20 22:21:17] "DELETE /tag/0c83d233-33eb-4326-866c-95a91924a8aa HTTP/1.1" 200 115 0.037182 10.0.0.50 - - [2026-08-20 22:21:18] "POST /projects HTTP/1.1" 409 238 0.002707 10.0.0.50 - - [2026-08-20 22:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.50 - - [2026-08-20 22:21:18] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.080152 10.0.0.50 - - [2026-08-20 22:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.50 - - [2026-08-20 22:21:18] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005992 10.0.0.50 - - [2026-08-20 22:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.50 - - [2026-08-20 22:21:18] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.005355 10.0.0.50 - - [2026-08-20 22:21:18] "POST /security-groups HTTP/1.1" 409 285 0.003356 10.0.0.50 - - [2026-08-20 22:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.50 - - [2026-08-20 22:21:19] "PUT /security-group/7d93c1b4-700d-4fdf-b7ab-83027994b5ec HTTP/1.1" 200 262 0.063606 10.0.0.50 - - [2026-08-20 22:21:19] "PUT /access-control-list/53722311-4b5a-4068-b5c2-e190070c727e HTTP/1.1" 200 272 0.014400 10.0.0.50 - - [2026-08-20 22:21:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.040098 10.0.0.50 - - [2026-08-20 22:21:19] "PUT /access-control-list/40ca629a-ae4a-43ea-b0c2-da8c1b9ff7b5 HTTP/1.1" 200 272 0.033944 10.0.0.50 - - [2026-08-20 22:21:24] "POST /projects HTTP/1.1" 409 238 0.002777 10.0.0.50 - - [2026-08-20 22:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001658 10.0.0.50 - - [2026-08-20 22:21:24] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.033842 10.0.0.50 - - [2026-08-20 22:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006341 10.0.0.50 - - [2026-08-20 22:21:24] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.009629 10.0.0.50 - - [2026-08-20 22:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.50 - - [2026-08-20 22:21:24] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.004530 10.0.0.50 - - [2026-08-20 22:21:24] "POST /security-groups HTTP/1.1" 409 285 0.002477 10.0.0.50 - - [2026-08-20 22:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.50 - - [2026-08-20 22:21:24] "PUT /security-group/7d93c1b4-700d-4fdf-b7ab-83027994b5ec HTTP/1.1" 200 262 0.058732 10.0.0.50 - - [2026-08-20 22:21:24] "PUT /access-control-list/53722311-4b5a-4068-b5c2-e190070c727e HTTP/1.1" 200 272 0.026876 10.0.0.50 - - [2026-08-20 22:21:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.042142 10.0.0.50 - - [2026-08-20 22:21:24] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.012933 10.0.0.50 - - [2026-08-20 22:21:24] "PUT /access-control-list/40ca629a-ae4a-43ea-b0c2-da8c1b9ff7b5 HTTP/1.1" 200 272 0.020409 10.0.0.50 - - [2026-08-20 22:21:24] "GET /firewall-rule/29ce4c72-afac-4dd6-a18b-75a23044ad5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.003475 10.0.0.50 - - [2026-08-20 22:21:24] "POST /ref-update HTTP/1.1" 200 156 0.068913 10.0.0.50 - - [2026-08-20 22:21:24] "DELETE /firewall-rule/29ce4c72-afac-4dd6-a18b-75a23044ad5d HTTP/1.1" 200 115 0.048506 10.0.0.50 - - [2026-08-20 22:21:24] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.006211 10.0.0.50 - - [2026-08-20 22:21:24] "GET /firewall-rule/0e9e2a0e-0737-4175-ac44-db6bef2a08d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004104 10.0.0.50 - - [2026-08-20 22:21:24] "POST /ref-update HTTP/1.1" 200 156 0.064515 10.0.0.50 - - [2026-08-20 22:21:24] "DELETE /firewall-rule/0e9e2a0e-0737-4175-ac44-db6bef2a08d5 HTTP/1.1" 200 115 0.049022 10.0.0.50 - - [2026-08-20 22:21:24] "DELETE /tag/d3ad6dd8-bc07-40b9-85b5-35ce4181383c HTTP/1.1" 200 115 0.043547 10.0.0.50 - - [2026-08-20 22:21:24] "DELETE /tag/15d1d16f-696e-4b3f-ba6b-63aabed0ccf8 HTTP/1.1" 409 236 0.005937 10.0.0.50 - - [2026-08-20 22:21:24] "DELETE /tag/538d8f40-3dc3-4d57-ace7-e9370b4a9c9f HTTP/1.1" 409 236 0.005073 10.0.0.50 - - [2026-08-20 22:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.50 - - [2026-08-20 22:21:24] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004877 10.0.0.50 - - [2026-08-20 22:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.50 - - [2026-08-20 22:21:24] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.004761 10.0.0.50 - - [2026-08-20 22:21:24] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.068916 10.0.0.50 - - [2026-08-20 22:21:24] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.053608 10.0.0.50 - - [2026-08-20 22:21:25] "DELETE /security-group/7d93c1b4-700d-4fdf-b7ab-83027994b5ec HTTP/1.1" 200 115 0.052952 10.0.0.50 - - [2026-08-20 22:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001901 10.0.0.50 - - [2026-08-20 22:21:25] "DELETE /access-control-list/53722311-4b5a-4068-b5c2-e190070c727e HTTP/1.1" 200 115 0.055583 10.0.0.50 - - [2026-08-20 22:21:25] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.072230 10.0.0.50 - - [2026-08-20 22:21:25] "DELETE /access-control-list/40ca629a-ae4a-43ea-b0c2-da8c1b9ff7b5 HTTP/1.1" 200 115 0.073971 10.0.0.50 - - [2026-08-20 22:21:25] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?fields=security_groups HTTP/1.1" 200 1352 0.071365 10.0.0.50 - - [2026-08-20 22:21:25] "DELETE /security-group/4686b1d3-817d-4fff-86d2-8da9c7bff767 HTTP/1.1" 200 115 0.048812 10.0.0.50 - - [2026-08-20 22:21:25] "DELETE /access-control-list/04cb1a19-094b-4b9e-a30d-e02e6c0d56b6 HTTP/1.1" 200 115 0.037122 10.0.0.50 - - [2026-08-20 22:21:25] "GET /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493?fields=application_policy_sets HTTP/1.1" 200 1391 0.050890 10.0.0.50 - - [2026-08-20 22:21:25] "DELETE /access-control-list/48c57e73-717c-45e4-9f56-c97f95679f28 HTTP/1.1" 200 115 0.043907 10.0.0.50 - - [2026-08-20 22:21:25] "DELETE /project/6468e67a-e9fe-4ed8-b66b-1ad6d580a493 HTTP/1.1" 200 115 0.404491 10.0.0.50 - - [2026-08-20 22:21:25] "POST /projects HTTP/1.1" 409 238 0.002536 10.0.0.50 - - [2026-08-20 22:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.50 - - [2026-08-20 22:21:25] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.041004 10.0.0.50 - - [2026-08-20 22:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.50 - - [2026-08-20 22:21:25] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007181 10.0.0.50 - - [2026-08-20 22:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.50 - - [2026-08-20 22:21:25] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005049 10.0.0.50 - - [2026-08-20 22:21:25] "POST /security-groups HTTP/1.1" 409 285 0.002850 10.0.0.50 - - [2026-08-20 22:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.50 - - [2026-08-20 22:21:25] "PUT /security-group/26b4f821-2aa4-483e-8488-0841ff2a30ec HTTP/1.1" 200 262 0.058959 10.0.0.50 - - [2026-08-20 22:21:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.021875 10.0.0.50 - - [2026-08-20 22:21:25] "PUT /access-control-list/72ace477-1ec0-43c3-b388-1982cf575545 HTTP/1.1" 200 272 0.018777 10.0.0.50 - - [2026-08-20 22:21:25] "PUT /access-control-list/7366124a-49dd-4251-ac5d-9a2c8f953efa HTTP/1.1" 200 272 0.036278 10.0.0.50 - - [2026-08-20 22:21:29] "DELETE /loadbalancer-member/b4d61ff4-570e-4ce9-85ec-7712884496b6 HTTP/1.1" 200 115 0.042123 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /loadbalancer-pool/a9ff9677-4ee0-4f7d-8643-71783bb3a66e HTTP/1.1" 200 115 0.056733 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /loadbalancer-listener/7ce1beea-94a4-4138-a1b3-c8efd5a0f0d8 HTTP/1.1" 200 115 0.063971 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /loadbalancer/bfb1301a-7284-47a0-b556-cd908079d3b2 HTTP/1.1" 200 115 0.057866 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /floating-ip/f57f34e4-ee15-4fe7-93f8-53d08dada720 HTTP/1.1" 200 115 0.046063 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /instance-ip/70a7daca-38b9-4ee6-a85e-e052c5ce7da8 HTTP/1.1" 200 115 0.040361 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /virtual-machine-interface/0059d73b-4775-4d35-94eb-a49ed965d6dc HTTP/1.1" 200 115 0.050823 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /tag/f43c21b7-1b9a-49ef-8cd8-6f6c8027a4a9 HTTP/1.1" 200 115 0.049453 10.0.0.50 - - [2026-08-20 22:21:30] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003295 10.0.0.50 - - [2026-08-20 22:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.50 - - [2026-08-20 22:21:30] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004170 10.0.0.50 - - [2026-08-20 22:21:30] "GET /firewall-policy/196b1b43-23f5-4242-a1c3-432dc95b0058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.003376 10.0.0.50 - - [2026-08-20 22:21:30] "GET /firewall-rule/e7f48f9b-1000-4890-9f74-4c8dc6949769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.003734 10.0.0.50 - - [2026-08-20 22:21:30] "POST /ref-update HTTP/1.1" 200 156 0.019089 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /firewall-rule/e7f48f9b-1000-4890-9f74-4c8dc6949769 HTTP/1.1" 200 115 0.058064 10.0.0.50 - - [2026-08-20 22:21:30] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.003519 10.0.0.50 - - [2026-08-20 22:21:30] "GET /firewall-rule/5dc99f61-7627-48da-9b4a-963fb0e3c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.004141 10.0.0.50 - - [2026-08-20 22:21:30] "POST /ref-update HTTP/1.1" 200 156 0.021699 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /firewall-rule/5dc99f61-7627-48da-9b4a-963fb0e3c2e4 HTTP/1.1" 200 115 0.064821 10.0.0.50 - - [2026-08-20 22:21:30] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.009238 10.0.0.50 - - [2026-08-20 22:21:30] "GET /firewall-rule/fcf22ede-5517-463e-9c04-b0da042d1a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.003520 10.0.0.50 - - [2026-08-20 22:21:30] "POST /ref-update HTTP/1.1" 200 156 0.015475 10.0.0.50 - - [2026-08-20 22:21:30] "DELETE /firewall-rule/fcf22ede-5517-463e-9c04-b0da042d1a1e HTTP/1.1" 200 115 0.080286 10.0.0.50 - - [2026-08-20 22:21:30] "GET /application-policy-set/2ce5253a-c5d0-46b4-8f69-2553d570dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.008373 10.0.0.50 - - [2026-08-20 22:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.50 - - [2026-08-20 22:21:30] "GET /policy-management/2a2ef3ac-bc7f-400b-bdf6-62bbba279b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003285 10.0.0.50 - - [2026-08-20 22:21:30] "GET /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005759 10.0.0.50 - - [2026-08-20 22:21:31] "POST /ref-update HTTP/1.1" 200 156 0.042949 10.0.0.50 - - [2026-08-20 22:21:31] "DELETE /firewall-policy/0b1f00d7-3578-4744-8dbf-62e7db405a34 HTTP/1.1" 200 115 0.076122 10.0.0.50 - - [2026-08-20 22:21:31] "DELETE /tag/84d1d94e-5e30-4add-b52c-d017d0dcbc0d HTTP/1.1" 200 115 0.104718 10.0.0.50 - - [2026-08-20 22:21:31] "DELETE /tag/15d1d16f-696e-4b3f-ba6b-63aabed0ccf8 HTTP/1.1" 200 115 0.052306 10.0.0.50 - - [2026-08-20 22:21:31] "DELETE /tag/c7fdaabb-f75e-43c5-bb26-3c5d91af5c03 HTTP/1.1" 200 115 0.087865 10.0.0.50 - - [2026-08-20 22:21:31] "DELETE /tag/538d8f40-3dc3-4d57-ace7-e9370b4a9c9f HTTP/1.1" 200 115 0.100689 10.0.0.50 - - [2026-08-20 22:21:31] "POST /projects HTTP/1.1" 409 238 0.003147 10.0.0.50 - - [2026-08-20 22:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.50 - - [2026-08-20 22:21:31] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.065254 10.0.0.50 - - [2026-08-20 22:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.50 - - [2026-08-20 22:21:31] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.011063 10.0.0.50 - - [2026-08-20 22:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006413 10.0.0.50 - - [2026-08-20 22:21:31] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005433 10.0.0.50 - - [2026-08-20 22:21:31] "POST /security-groups HTTP/1.1" 409 285 0.003366 10.0.0.50 - - [2026-08-20 22:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.50 - - [2026-08-20 22:21:31] "PUT /security-group/26b4f821-2aa4-483e-8488-0841ff2a30ec HTTP/1.1" 200 262 0.063069 10.0.0.50 - - [2026-08-20 22:21:31] "PUT /access-control-list/72ace477-1ec0-43c3-b388-1982cf575545 HTTP/1.1" 200 272 0.019457 10.0.0.50 - - [2026-08-20 22:21:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.032277 10.0.0.50 - - [2026-08-20 22:21:31] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.026742 10.0.0.50 - - [2026-08-20 22:21:31] "PUT /access-control-list/7366124a-49dd-4251-ac5d-9a2c8f953efa HTTP/1.1" 200 272 0.027794 10.0.0.50 - - [2026-08-20 22:21:32] "GET /firewall-rule/f8e94f72-7f41-40d1-9d12-07c5be91ebd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.003700 10.0.0.50 - - [2026-08-20 22:21:32] "POST /ref-update HTTP/1.1" 200 156 0.074645 10.0.0.50 - - [2026-08-20 22:21:32] "DELETE /firewall-rule/f8e94f72-7f41-40d1-9d12-07c5be91ebd9 HTTP/1.1" 200 115 0.055724 10.0.0.50 - - [2026-08-20 22:21:32] "GET /firewall-policy/53b267c8-c838-4ae9-95c4-14d6b6fad386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.012469 10.0.0.50 - - [2026-08-20 22:21:32] "GET /firewall-rule/1b6835e6-fdc3-4516-94b5-064d38310c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004489 10.0.0.50 - - [2026-08-20 22:21:32] "POST /ref-update HTTP/1.1" 200 156 0.059778 10.0.0.50 - - [2026-08-20 22:21:32] "DELETE /firewall-rule/1b6835e6-fdc3-4516-94b5-064d38310c44 HTTP/1.1" 200 115 0.048784 10.0.0.50 - - [2026-08-20 22:21:32] "DELETE /tag/486ebb38-d621-47ec-ac8a-de4b40d3c2c7 HTTP/1.1" 200 115 0.055571 10.0.0.50 - - [2026-08-20 22:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.50 - - [2026-08-20 22:21:32] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005731 10.0.0.50 - - [2026-08-20 22:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.50 - - [2026-08-20 22:21:32] "GET /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004969 10.0.0.50 - - [2026-08-20 22:21:32] "PUT /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649 HTTP/1.1" 200 264 0.065756 10.0.0.50 - - [2026-08-20 22:21:32] "PUT /virtual-network/81b3e6b8-3b47-49f0-8693-0f42f572d53b HTTP/1.1" 200 264 0.088522 10.0.0.50 - - [2026-08-20 22:21:32] "DELETE /security-group/26b4f821-2aa4-483e-8488-0841ff2a30ec HTTP/1.1" 200 115 0.082136 10.0.0.50 - - [2026-08-20 22:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.50 - - [2026-08-20 22:21:32] "DELETE /access-control-list/72ace477-1ec0-43c3-b388-1982cf575545 HTTP/1.1" 200 115 0.064951 10.0.0.50 - - [2026-08-20 22:21:32] "DELETE /access-control-list/7366124a-49dd-4251-ac5d-9a2c8f953efa HTTP/1.1" 200 115 0.029058 10.0.0.50 - - [2026-08-20 22:21:32] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.085611 10.0.0.50 - - [2026-08-20 22:21:33] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?fields=security_groups HTTP/1.1" 200 1353 0.098902 10.0.0.50 - - [2026-08-20 22:21:33] "DELETE /security-group/9a6a829d-8787-447f-9873-cd6c16f7242d HTTP/1.1" 200 115 0.081758 10.0.0.50 - - [2026-08-20 22:21:33] "DELETE /access-control-list/c0688221-c637-4aba-9dab-35ca2bf1a089 HTTP/1.1" 200 115 0.042963 10.0.0.50 - - [2026-08-20 22:21:33] "GET /project/c70262c3-5ca6-4274-a494-c47443257cd6?fields=application_policy_sets HTTP/1.1" 200 1392 0.065511 10.0.0.50 - - [2026-08-20 22:21:33] "DELETE /access-control-list/565f4ebb-cfb6-49c0-94eb-0997ce5d48c3 HTTP/1.1" 200 115 0.067105 10.0.0.50 - - [2026-08-20 22:21:33] "DELETE /project/c70262c3-5ca6-4274-a494-c47443257cd6 HTTP/1.1" 200 115 0.505025 10.0.0.50 - - [2026-08-20 22:22:04] "GET /global-system-configs HTTP/1.1" 200 322 0.004143 10.0.0.50 - - [2026-08-20 22:22:05] "GET /global-system-configs HTTP/1.1" 200 322 0.002432 10.0.0.50 - - [2026-08-20 22:22:24] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.50 - - [2026-08-20 22:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.50 - - [2026-08-20 22:22:24] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.003264 10.0.0.50 - - [2026-08-20 22:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.50 - - [2026-08-20 22:22:25] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.003060 10.0.0.50 - - [2026-08-20 22:22:39] "GET / HTTP/1.1" 200 35931 0.001612 10.0.0.50 - - [2026-08-20 22:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.50 - - [2026-08-20 22:22:39] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.012469 10.0.0.50 - - [2026-08-20 22:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.50 - - [2026-08-20 22:22:39] "GET /config-node/5d261b88-fd4b-4a0c-bdb5-22826db58434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003490 10.0.0.50 - - [2026-08-20 22:22:40] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.50 - - [2026-08-20 22:22:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002285 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.50 - - [2026-08-20 22:22:45] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004435 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.50 - - [2026-08-20 22:22:45] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.010492 10.0.0.50 - - [2026-08-20 22:22:45] "GET / HTTP/1.1" 200 35931 0.002021 10.0.0.50 - - [2026-08-20 22:22:45] "POST /alarms HTTP/1.1" 409 264 0.002819 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.50 - - [2026-08-20 22:22:45] "PUT /alarm/9b69cca0-5b09-4e65-9dfb-ab7fcf538004 HTTP/1.1" 200 244 0.013505 10.0.0.50 - - [2026-08-20 22:22:45] "POST /alarms HTTP/1.1" 409 261 0.004482 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.50 - - [2026-08-20 22:22:45] "PUT /alarm/22d7b5e7-d76d-4d91-82cd-3274208b72ae HTTP/1.1" 200 244 0.018238 10.0.0.50 - - [2026-08-20 22:22:45] "POST /alarms HTTP/1.1" 409 261 0.002259 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011154 10.0.0.50 - - [2026-08-20 22:22:45] "PUT /alarm/f5bc8eac-3c13-4ff9-926d-e2fdc332fbc2 HTTP/1.1" 200 244 0.016710 10.0.0.50 - - [2026-08-20 22:22:45] "POST /alarms HTTP/1.1" 409 253 0.011728 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.50 - - [2026-08-20 22:22:45] "PUT /alarm/f83c23af-8954-4000-ba23-c58dc27e6f92 HTTP/1.1" 200 244 0.014539 10.0.0.50 - - [2026-08-20 22:22:45] "POST /alarms HTTP/1.1" 409 251 0.004162 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.50 - - [2026-08-20 22:22:45] "PUT /alarm/511ce69c-5b12-41e6-a601-c0e1d3cb5b97 HTTP/1.1" 200 244 0.013246 10.0.0.50 - - [2026-08-20 22:22:45] "POST /alarms HTTP/1.1" 409 252 0.013009 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.50 - - [2026-08-20 22:22:45] "PUT /alarm/c42e653e-3a21-4388-902b-7e0dd3738947 HTTP/1.1" 200 244 0.013690 10.0.0.50 - - [2026-08-20 22:22:45] "POST /alarms HTTP/1.1" 409 256 0.015465 10.0.0.50 - - [2026-08-20 22:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/f7ece10f-b365-4f7c-9a86-d6a408c8fef9 HTTP/1.1" 200 244 0.015772 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 248 0.013379 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002052 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/b43b24bd-c03f-4244-bf0e-31af8fe59d12 HTTP/1.1" 200 244 0.015873 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 252 0.021265 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002256 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/26dc18ef-e3df-4bc8-a10a-f0ac4fc5d7ea HTTP/1.1" 200 244 0.015500 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 257 0.020601 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/812bb94b-1329-4d7c-831f-b982bf4e4a43 HTTP/1.1" 200 244 0.015165 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 251 0.011681 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010543 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/afa96880-ffab-4461-8874-94e0c47db83f HTTP/1.1" 200 244 0.015806 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 257 0.014600 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/f1c69234-aeef-4b72-8130-05e27abbaa5d HTTP/1.1" 200 244 0.030778 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 261 0.004163 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/ef88d844-4bd0-4b2d-9973-b71c2b477a09 HTTP/1.1" 200 244 0.013002 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 258 0.014585 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/bc8d49f6-f0dc-470e-a66e-a649910d52f2 HTTP/1.1" 200 244 0.016233 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 254 0.010882 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/ddf37f3e-d419-43c4-bb31-8edcc3c61658 HTTP/1.1" 200 244 0.017749 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 254 0.015986 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/39c5c33a-59cb-40b5-af02-e30dfd7fde02 HTTP/1.1" 200 244 0.014865 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 254 0.011451 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/93484bf8-7d8f-4878-90b8-fd45756033f5 HTTP/1.1" 200 244 0.014870 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 247 0.012925 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.50 - - [2026-08-20 22:22:46] "PUT /alarm/967d2c8a-1fbc-42db-a4eb-74c88b8b48b1 HTTP/1.1" 200 244 0.012572 10.0.0.50 - - [2026-08-20 22:22:46] "POST /alarms HTTP/1.1" 409 272 0.006238 10.0.0.50 - - [2026-08-20 22:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.50 - - [2026-08-20 22:22:47] "PUT /alarm/0a5591bd-1245-4709-a57c-e6a34b2c3aa0 HTTP/1.1" 200 244 0.012758 10.0.0.50 - - [2026-08-20 22:22:47] "POST /alarms HTTP/1.1" 409 261 0.011274 10.0.0.50 - - [2026-08-20 22:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.50 - - [2026-08-20 22:22:47] "PUT /alarm/16df481d-2158-44c8-92a4-1fd7381231ea HTTP/1.1" 200 244 0.014137 10.0.0.50 - - [2026-08-20 22:22:47] "POST /alarms HTTP/1.1" 409 259 0.007483 10.0.0.50 - - [2026-08-20 22:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002199 10.0.0.50 - - [2026-08-20 22:22:47] "PUT /alarm/bde68594-be8b-4ec6-922f-9153e8f49aaf HTTP/1.1" 200 244 0.013406 10.0.0.50 - - [2026-08-20 22:22:47] "POST /alarms HTTP/1.1" 409 265 0.006497 10.0.0.50 - - [2026-08-20 22:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.50 - - [2026-08-20 22:22:47] "PUT /alarm/75124b4e-7989-4474-8969-1ab8cf5c60b0 HTTP/1.1" 200 244 0.021239 10.0.0.50 - - [2026-08-20 22:22:47] "POST /alarms HTTP/1.1" 409 279 0.005234 10.0.0.50 - - [2026-08-20 22:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.50 - - [2026-08-20 22:22:47] "PUT /alarm/6abecc9c-b2b3-408a-86f1-3c9ac00d01b0 HTTP/1.1" 200 244 0.012735 10.0.0.50 - - [2026-08-20 22:22:47] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.50 - - [2026-08-20 22:22:47] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002892 10.0.0.50 - - [2026-08-20 22:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.50 - - [2026-08-20 22:22:47] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.012251 10.0.0.50 - - [2026-08-20 22:22:48] "GET / HTTP/1.1" 200 35931 0.001619 10.0.0.50 - - [2026-08-20 22:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.50 - - [2026-08-20 22:22:48] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.003320 10.0.0.50 - - [2026-08-20 22:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.50 - - [2026-08-20 22:22:48] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.012983 10.0.0.50 - - [2026-08-20 22:22:48] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.50 - - [2026-08-20 22:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.50 - - [2026-08-20 22:22:48] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005361 10.0.0.50 - - [2026-08-20 22:22:48] "PUT /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202 HTTP/1.1" 200 274 0.021567 10.0.0.50 - - [2026-08-20 22:22:51] "GET / HTTP/1.1" 200 35931 0.001592 10.0.0.50 - - [2026-08-20 22:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.50 - - [2026-08-20 22:22:51] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003473 10.0.0.50 - - [2026-08-20 22:22:51] "POST /bgp-routers HTTP/1.1" 409 301 0.006637 10.0.0.50 - - [2026-08-20 22:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.50 - - [2026-08-20 22:22:51] "GET /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.007517 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:22:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001267 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:22:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002099 10.0.0.50 - - [2026-08-20 22:22:51] "PUT /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7 HTTP/1.1" 200 254 0.034685 10.0.0.50 - - [2026-08-20 22:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.50 - - [2026-08-20 22:22:53] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.003443 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:22:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001383 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:22:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001050 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:23:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001160 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:23:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001364 10.0.0.50 - - [2026-08-20 22:23:15] "GET / HTTP/1.1" 200 35931 0.002680 10.0.0.50 - - [2026-08-20 22:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2026-08-20 22:23:15] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005816 10.0.0.50 - - [2026-08-20 22:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.50 - - [2026-08-20 22:23:15] "GET /config-node/5d261b88-fd4b-4a0c-bdb5-22826db58434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003532 10.0.0.50 - - [2026-08-20 22:23:27] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.50 - - [2026-08-20 22:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.50 - - [2026-08-20 22:23:27] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003436 10.0.0.50 - - [2026-08-20 22:23:27] "POST /bgp-routers HTTP/1.1" 409 301 0.002528 10.0.0.50 - - [2026-08-20 22:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.50 - - [2026-08-20 22:23:27] "GET /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.003660 10.0.0.50 - - [2026-08-20 22:23:27] "PUT /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7 HTTP/1.1" 200 254 0.016402 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:23:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001115 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:23:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001032 10.0.0.50 - - [2026-08-20 22:23:44] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.50 - - [2026-08-20 22:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.50 - - [2026-08-20 22:23:44] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.008572 10.0.0.50 - - [2026-08-20 22:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008225 10.0.0.50 - - [2026-08-20 22:23:44] "GET /config-node/5d261b88-fd4b-4a0c-bdb5-22826db58434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003112 10.0.0.50 - - [2026-08-20 22:23:44] "GET / HTTP/1.1" 200 35931 0.001552 10.0.0.50 - - [2026-08-20 22:23:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002640 10.0.0.50 - - [2026-08-20 22:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.50 - - [2026-08-20 22:23:49] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.003218 10.0.0.50 - - [2026-08-20 22:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.50 - - [2026-08-20 22:23:49] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.009319 10.0.0.50 - - [2026-08-20 22:23:49] "GET / HTTP/1.1" 200 35931 0.001568 10.0.0.50 - - [2026-08-20 22:23:49] "POST /alarms HTTP/1.1" 409 264 0.002446 10.0.0.50 - - [2026-08-20 22:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.50 - - [2026-08-20 22:23:49] "PUT /alarm/9b69cca0-5b09-4e65-9dfb-ab7fcf538004 HTTP/1.1" 200 244 0.014589 10.0.0.50 - - [2026-08-20 22:23:49] "POST /alarms HTTP/1.1" 409 261 0.008576 10.0.0.50 - - [2026-08-20 22:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/22d7b5e7-d76d-4d91-82cd-3274208b72ae HTTP/1.1" 200 244 0.012999 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 261 0.013005 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/f5bc8eac-3c13-4ff9-926d-e2fdc332fbc2 HTTP/1.1" 200 244 0.012932 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 253 0.008234 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/f83c23af-8954-4000-ba23-c58dc27e6f92 HTTP/1.1" 200 244 0.013856 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 251 0.012640 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/511ce69c-5b12-41e6-a601-c0e1d3cb5b97 HTTP/1.1" 200 244 0.012283 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 252 0.008909 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/c42e653e-3a21-4388-902b-7e0dd3738947 HTTP/1.1" 200 244 0.013450 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 256 0.019506 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/f7ece10f-b365-4f7c-9a86-d6a408c8fef9 HTTP/1.1" 200 244 0.012178 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 248 0.009718 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001845 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/b43b24bd-c03f-4244-bf0e-31af8fe59d12 HTTP/1.1" 200 244 0.022455 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 252 0.013106 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/26dc18ef-e3df-4bc8-a10a-f0ac4fc5d7ea HTTP/1.1" 200 244 0.023692 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 257 0.008268 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/812bb94b-1329-4d7c-831f-b982bf4e4a43 HTTP/1.1" 200 244 0.015871 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 251 0.007833 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/afa96880-ffab-4461-8874-94e0c47db83f HTTP/1.1" 200 244 0.023615 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 257 0.012079 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/f1c69234-aeef-4b72-8130-05e27abbaa5d HTTP/1.1" 200 244 0.014826 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 261 0.010506 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.50 - - [2026-08-20 22:23:50] "PUT /alarm/ef88d844-4bd0-4b2d-9973-b71c2b477a09 HTTP/1.1" 200 244 0.015072 10.0.0.50 - - [2026-08-20 22:23:50] "POST /alarms HTTP/1.1" 409 258 0.009506 10.0.0.50 - - [2026-08-20 22:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008084 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/bc8d49f6-f0dc-470e-a66e-a649910d52f2 HTTP/1.1" 200 244 0.015064 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 254 0.010225 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/ddf37f3e-d419-43c4-bb31-8edcc3c61658 HTTP/1.1" 200 244 0.012984 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 254 0.005647 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007629 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/39c5c33a-59cb-40b5-af02-e30dfd7fde02 HTTP/1.1" 200 244 0.015244 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 254 0.007307 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/93484bf8-7d8f-4878-90b8-fd45756033f5 HTTP/1.1" 200 244 0.014047 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 247 0.007496 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006258 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/967d2c8a-1fbc-42db-a4eb-74c88b8b48b1 HTTP/1.1" 200 244 0.014812 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 272 0.009578 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/0a5591bd-1245-4709-a57c-e6a34b2c3aa0 HTTP/1.1" 200 244 0.032902 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 261 0.006682 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/16df481d-2158-44c8-92a4-1fd7381231ea HTTP/1.1" 200 244 0.014444 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 259 0.011955 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.016945 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/bde68594-be8b-4ec6-922f-9153e8f49aaf HTTP/1.1" 200 244 0.015957 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 265 0.013709 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/75124b4e-7989-4474-8969-1ab8cf5c60b0 HTTP/1.1" 200 244 0.018077 10.0.0.50 - - [2026-08-20 22:23:51] "POST /alarms HTTP/1.1" 409 279 0.010760 10.0.0.50 - - [2026-08-20 22:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006729 10.0.0.50 - - [2026-08-20 22:23:51] "PUT /alarm/6abecc9c-b2b3-408a-86f1-3c9ac00d01b0 HTTP/1.1" 200 244 0.013882 10.0.0.50 - - [2026-08-20 22:23:52] "GET / HTTP/1.1" 200 35931 0.002314 10.0.0.50 - - [2026-08-20 22:23:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003049 10.0.0.50 - - [2026-08-20 22:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005712 10.0.0.50 - - [2026-08-20 22:23:52] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.019971 10.0.0.50 - - [2026-08-20 22:23:52] "GET / HTTP/1.1" 200 35931 0.001770 10.0.0.50 - - [2026-08-20 22:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.50 - - [2026-08-20 22:23:52] "GET /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002907 10.0.0.50 - - [2026-08-20 22:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001743 10.0.0.50 - - [2026-08-20 22:23:52] "PUT /global-vrouter-config/8c1e218d-2b91-4043-a8da-8e758ec27943 HTTP/1.1" 200 276 0.012260 10.0.0.50 - - [2026-08-20 22:23:52] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.50 - - [2026-08-20 22:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009445 10.0.0.50 - - [2026-08-20 22:23:52] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005345 10.0.0.50 - - [2026-08-20 22:23:52] "PUT /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202 HTTP/1.1" 200 274 0.064390 10.0.0.50 - - [2026-08-20 22:23:55] "GET / HTTP/1.1" 200 35931 0.002115 10.0.0.50 - - [2026-08-20 22:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.50 - - [2026-08-20 22:23:55] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003201 10.0.0.50 - - [2026-08-20 22:23:55] "POST /bgp-routers HTTP/1.1" 409 301 0.003286 10.0.0.50 - - [2026-08-20 22:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.013139 10.0.0.50 - - [2026-08-20 22:23:55] "GET /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.003983 10.0.0.50 - - [2026-08-20 22:23:55] "PUT /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7 HTTP/1.1" 200 254 0.022541 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:23:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001275 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:23:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001284 10.0.0.50 - - [2026-08-20 22:24:00] "POST /tags HTTP/1.1" 200 355 0.052335 10.0.0.50 - - [2026-08-20 22:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.012596 10.0.0.50 - - [2026-08-20 22:24:00] "GET /tag/20fd7cae-b8c6-4c2e-b95a-0cdc97426191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.046193 10.0.0.50 - - [2026-08-20 22:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.50 - - [2026-08-20 22:24:00] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.016274 10.0.0.50 - - [2026-08-20 22:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.50 - - [2026-08-20 22:24:00] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.089085 10.0.0.50 - - [2026-08-20 22:24:00] "POST /virtual-machines HTTP/1.1" 200 351 0.053334 10.0.0.50 - - [2026-08-20 22:24:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.025634 10.0.0.50 - - [2026-08-20 22:24:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.135494 10.0.0.50 - - [2026-08-20 22:24:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.019984 10.0.0.50 - - [2026-08-20 22:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.013304 10.0.0.50 - - [2026-08-20 22:24:00] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.010043 10.0.0.50 - - [2026-08-20 22:24:00] "POST /instance-ips HTTP/1.1" 200 391 0.035291 10.0.0.50 - - [2026-08-20 22:24:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.041669 10.0.0.50 - - [2026-08-20 22:24:00] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.027513 10.0.0.50 - - [2026-08-20 22:24:01] "POST /set-tag HTTP/1.1" 200 109 0.019809 10.0.0.50 - - [2026-08-20 22:24:01] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.035464 10.0.0.50 - - [2026-08-20 22:24:01] "GET /instance-ip/d7d36fb0-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.011251 10.0.0.50 - - [2026-08-20 22:24:01] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005232 10.0.0.50 - - [2026-08-20 22:24:01] "POST /set-tag HTTP/1.1" 200 109 0.003700 10.0.0.50 - - [2026-08-20 22:24:01] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.013099 10.0.0.50 - - [2026-08-20 22:24:01] "POST /ref-update HTTP/1.1" 200 156 0.019161 10.0.0.50 - - [2026-08-20 22:24:01] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.012882 10.0.0.50 - - [2026-08-20 22:24:01] "POST /set-tag HTTP/1.1" 200 109 0.006654 10.0.0.50 - - [2026-08-20 22:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002186 10.0.0.50 - - [2026-08-20 22:24:01] "GET /virtual-network/33081aad-11c2-4336-a2f1-1cf3f2e10649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.008761 10.0.0.50 - - [2026-08-20 22:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.50 - - [2026-08-20 22:24:01] "GET /project/cc867d02-86c2-47c2-8ce5-44e6714abd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.053690 10.0.0.50 - - [2026-08-20 22:24:01] "POST /virtual-machines HTTP/1.1" 200 355 0.021011 10.0.0.50 - - [2026-08-20 22:24:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.012741 10.0.0.50 - - [2026-08-20 22:24:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.198133 10.0.0.50 - - [2026-08-20 22:24:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.012771 10.0.0.50 - - [2026-08-20 22:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.014348 10.0.0.50 - - [2026-08-20 22:24:01] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.011975 10.0.0.50 - - [2026-08-20 22:24:01] "POST /instance-ips HTTP/1.1" 200 395 0.054933 10.0.0.50 - - [2026-08-20 22:24:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.061478 10.0.0.50 - - [2026-08-20 22:24:02] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.029904 10.0.0.50 - - [2026-08-20 22:24:02] "POST /set-tag HTTP/1.1" 200 109 0.033883 10.0.0.50 - - [2026-08-20 22:24:02] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.048666 10.0.0.50 - - [2026-08-20 22:24:02] "GET /instance-ip/d871e87a-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.018127 10.0.0.50 - - [2026-08-20 22:24:02] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.007145 10.0.0.50 - - [2026-08-20 22:24:02] "POST /set-tag HTTP/1.1" 200 109 0.005912 10.0.0.50 - - [2026-08-20 22:24:02] "GET /virtual-router/f29e2f0d-0245-4b23-b2eb-da5489b7205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1678 0.005011 10.0.0.50 - - [2026-08-20 22:24:02] "POST /ref-update HTTP/1.1" 200 156 0.015152 10.0.0.50 - - [2026-08-20 22:24:02] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.027034 10.0.0.50 - - [2026-08-20 22:24:02] "POST /set-tag HTTP/1.1" 200 109 0.004349 10.0.0.50 - - [2026-08-20 22:24:02] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.008334 10.0.0.50 - - [2026-08-20 22:24:02] "POST /set-tag HTTP/1.1" 200 109 0.002904 10.0.0.50 - - [2026-08-20 22:24:02] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.007228 10.0.0.50 - - [2026-08-20 22:24:02] "POST /set-tag HTTP/1.1" 200 109 0.003077 10.0.0.50 - - [2026-08-20 22:24:13] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005084 10.0.0.50 - - [2026-08-20 22:24:13] "POST /set-tag HTTP/1.1" 200 109 0.002888 10.0.0.50 - - [2026-08-20 22:24:14] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005049 10.0.0.50 - - [2026-08-20 22:24:14] "POST /set-tag HTTP/1.1" 200 109 0.002547 10.0.0.50 - - [2026-08-20 22:24:15] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005104 10.0.0.50 - - [2026-08-20 22:24:15] "POST /set-tag HTTP/1.1" 200 109 0.003193 10.0.0.50 - - [2026-08-20 22:24:41] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.50 - - [2026-08-20 22:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.50 - - [2026-08-20 22:24:41] "GET /global-system-config/91f3ee39-c8ac-4cc1-9dba-ca4272f40202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.008208 10.0.0.50 - - [2026-08-20 22:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.50 - - [2026-08-20 22:24:41] "GET /config-node/5d261b88-fd4b-4a0c-bdb5-22826db58434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003076 10.0.0.50 - - [2026-08-20 22:24:46] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.006488 10.0.0.50 - - [2026-08-20 22:24:46] "POST /set-tag HTTP/1.1" 200 109 0.003091 10.0.0.50 - - [2026-08-20 22:24:46] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.014799 10.0.0.50 - - [2026-08-20 22:24:46] "POST /set-tag HTTP/1.1" 200 109 0.003372 10.0.0.50 - - [2026-08-20 22:24:46] "GET /virtual-machine/1a7cd36f-4e18-419d-8d17-85a8caec2d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.005570 10.0.0.50 - - [2026-08-20 22:24:46] "POST /ref-update HTTP/1.1" 200 156 0.021164 10.0.0.50 - - [2026-08-20 22:24:46] "GET /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.012968 10.0.0.50 - - [2026-08-20 22:24:46] "POST /set-tag HTTP/1.1" 200 109 0.024539 10.0.0.50 - - [2026-08-20 22:24:46] "POST /set-tag HTTP/1.1" 200 109 0.044293 10.0.0.50 - - [2026-08-20 22:24:46] "DELETE /instance-ip/d7d36fb0-9ce5-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.049254 10.0.0.50 - - [2026-08-20 22:24:46] "DELETE /virtual-machine-interface/d7b3e776-9ce5-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.053734 10.0.0.50 - - [2026-08-20 22:24:46] "DELETE /virtual-machine/1a7cd36f-4e18-419d-8d17-85a8caec2d33 HTTP/1.1" 200 115 0.027458 10.0.0.50 - - [2026-08-20 22:24:46] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.011759 10.0.0.50 - - [2026-08-20 22:24:46] "POST /set-tag HTTP/1.1" 200 109 0.003152 10.0.0.50 - - [2026-08-20 22:24:53] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.50 - - [2026-08-20 22:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.50 - - [2026-08-20 22:24:53] "GET /routing-instance/166bd00f-a467-47f6-aece-f31f1ccfb870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003668 10.0.0.50 - - [2026-08-20 22:24:53] "POST /bgp-routers HTTP/1.1" 409 301 0.002367 10.0.0.50 - - [2026-08-20 22:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.50 - - [2026-08-20 22:24:53] "GET /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.004156 10.0.0.50 - - [2026-08-20 22:24:53] "PUT /bgp-router/422951b4-bd85-40e4-a296-3b4b7d0b4db7 HTTP/1.1" 200 254 0.017594 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:24:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001154 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:24:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000975 10.0.0.50 - - [2026-08-20 22:25:17] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005983 10.0.0.50 - - [2026-08-20 22:25:17] "POST /set-tag HTTP/1.1" 200 109 0.005502 10.0.0.50 - - [2026-08-20 22:25:17] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005218 10.0.0.50 - - [2026-08-20 22:25:17] "POST /set-tag HTTP/1.1" 200 109 0.003278 10.0.0.50 - - [2026-08-20 22:25:17] "GET /virtual-machine/e608ed4f-a39a-42cd-962c-330b6654b928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.007466 10.0.0.50 - - [2026-08-20 22:25:17] "POST /ref-update HTTP/1.1" 200 156 0.015822 10.0.0.50 - - [2026-08-20 22:25:17] "GET /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.007338 10.0.0.50 - - [2026-08-20 22:25:17] "POST /set-tag HTTP/1.1" 200 109 0.046022 10.0.0.50 - - [2026-08-20 22:25:17] "POST /set-tag HTTP/1.1" 200 109 0.044966 10.0.0.50 - - [2026-08-20 22:25:17] "DELETE /instance-ip/d871e87a-9ce5-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.048207 10.0.0.50 - - [2026-08-20 22:25:17] "DELETE /virtual-machine-interface/d849bfc6-9ce5-11f1-97b9-fa163e480978 HTTP/1.1" 200 115 0.062329 10.0.0.50 - - [2026-08-20 22:25:17] "DELETE /virtual-machine/e608ed4f-a39a-42cd-962c-330b6654b928 HTTP/1.1" 200 115 0.039161 10.0.0.50 - - [2026-08-20 22:25:17] "DELETE /tag/20fd7cae-b8c6-4c2e-b95a-0cdc97426191 HTTP/1.1" 200 115 0.094147 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:25:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001281 [Introspect:8084]10.0.0.50 - - [2026-08-20 22:25:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001099