+++ date ++ echo 'INFO: =================== Thu Oct 2 01:25:22 AM UTC 2025 ===================' INFO: =================== Thu Oct 2 01:25:22 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=0 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 0 ]] ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=kubernetes ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=no-auth ++ AUTH_MODE=noauth ++ AUTH_PARAMS= ++ SSL_ENABLE=False ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.50 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.50 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=10.0.0.50:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=10.0.0.50:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.50 ++ CONFIGDB_NODES=10.0.0.50 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=10.0.0.50:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=10.0.0.50:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.50:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=False ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=False ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=False ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.0.0.50 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.50 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=10.0.0.50 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.50:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=False ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=10.0.0.50:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=False ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.50 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=10.0.0.50:9092 ++ KAFKA_SSL_ENABLE=False ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/ ++ KEYSTONE_AUTH_HOST=127.0.0.1 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.50 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.50 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=False ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=False ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=False ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ / == \/\v\2\.\0 ]] ++ [[ kubernetes == \o\p\e\n\s\t\a\c\k ]] ++ [[ noauth == \k\e\y\s\t\o\n\e ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.50 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + 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' , ++++ uniq ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host +++ local local_ips=,10.0.0.50,10.221.205.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.221.205.1,127.0.0.1,172.17.0.1,252.50.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50:8082' + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/02/2025 01:26:07.263 7f049fea8f00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/02/2025 01:26:07.486 7f049fea8f00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/02/2025 01:26:07.499 7f049fea8f00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/02/2025 01:26:07.499 7f049fea8f00 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.50 - - [2025-10-02 01:26:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.000993 Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.50:8082/ Hit Ctrl-C to quit. [Introspect:8084]10.0.0.50 - - [2025-10-02 01:26:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001105 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:26:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001111 10.0.0.50 - - [2025-10-02 01:26:19] "GET / HTTP/1.1" 503 181 0.000387 10.0.0.50 - - [2025-10-02 01:26:19] "GET / HTTP/1.1" 503 181 0.000285 10.0.0.50 - - [2025-10-02 01:26:20] "GET / HTTP/1.1" 200 45303 0.001356 10.0.0.50 - - [2025-10-02 01:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.50 - - [2025-10-02 01:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.50 - - [2025-10-02 01:26:20] "GET / HTTP/1.1" 200 35931 0.001287 10.0.0.50 - - [2025-10-02 01:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.50 - - [2025-10-02 01:26:20] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006774 10.0.0.50 - - [2025-10-02 01:26:20] "POST /fqname-to-id HTTP/1.1" 404 216 0.002566 10.0.0.50 - - [2025-10-02 01:26:20] "POST /config-nodes HTTP/1.1" 200 593 0.029209 10.0.0.50 - - [2025-10-02 01:26:21] "GET / HTTP/1.1" 200 35931 0.001317 10.0.0.50 - - [2025-10-02 01:26:21] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.005681 10.0.0.50 - - [2025-10-02 01:26:21] "GET / HTTP/1.1" 200 35931 0.001099 10.0.0.50 - - [2025-10-02 01:26:21] "GET / HTTP/1.1" 200 35931 0.001128 10.0.0.50 - - [2025-10-02 01:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.50 - - [2025-10-02 01:26:21] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011818 10.0.0.50 - - [2025-10-02 01:26:21] "POST /fqname-to-id HTTP/1.1" 404 216 0.002668 10.0.0.50 - - [2025-10-02 01:26:21] "POST /config-database-nodes HTTP/1.1" 200 611 0.022911 10.0.0.50 - - [2025-10-02 01:26:21] "GET / HTTP/1.1" 200 35931 0.001397 10.0.0.50 - - [2025-10-02 01:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.50 - - [2025-10-02 01:26:21] "GET /domain/4134855e-48c1-4e4e-9d4d-7239e5766045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.004662 10.0.0.50 - - [2025-10-02 01:26:22] "GET / HTTP/1.1" 200 35931 0.001306 10.0.0.50 - - [2025-10-02 01:26:22] "POST /id-to-fqname HTTP/1.1" 200 173 0.000540 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 404 182 0.025585 10.0.0.50 - - [2025-10-02 01:26:22] "POST /security-groups HTTP/1.1" 200 570 0.090784 10.0.0.50 - - [2025-10-02 01:26:22] "POST /projects HTTP/1.1" 200 481 0.281132 10.0.0.50 - - [2025-10-02 01:26:22] "POST /security-groups HTTP/1.1" 200 534 0.050250 10.0.0.50 - - [2025-10-02 01:26:22] "POST /chown HTTP/1.1" 200 109 0.011683 10.0.0.50 - - [2025-10-02 01:26:22] "POST /policy-managements HTTP/1.1" 409 214 0.020495 10.0.0.50 - - [2025-10-02 01:26:22] "GET / HTTP/1.1" 200 35931 0.023452 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.015448 10.0.0.50 - - [2025-10-02 01:26:22] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.006501 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.009838 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008935 10.0.0.50 - - [2025-10-02 01:26:22] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006331 10.0.0.50 - - [2025-10-02 01:26:22] "POST /service-appliance-sets HTTP/1.1" 200 553 0.109278 10.0.0.50 - - [2025-10-02 01:26:22] "POST /application-policy-sets HTTP/1.1" 200 528 0.145008 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.022021 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.011430 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.50 - - [2025-10-02 01:26:22] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.004813 10.0.0.50 - - [2025-10-02 01:26:22] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.041817 10.0.0.50 - - [2025-10-02 01:26:22] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.025393 10.0.0.50 - - [2025-10-02 01:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.114080 10.0.0.50 - - [2025-10-02 01:26:22] "GET /virtual-network/103851f6-1acb-43fb-909d-f340823268bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006991 10.0.0.50 - - [2025-10-02 01:26:23] "POST /service-appliance-sets HTTP/1.1" 200 541 0.269203 10.0.0.50 - - [2025-10-02 01:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001655 10.0.0.50 - - [2025-10-02 01:26:23] "GET /network-ipam/54410bb4-cf37-4d9c-beab-8e31473266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.002294 10.0.0.50 - - [2025-10-02 01:26:23] "POST /id-to-fqname HTTP/1.1" 200 177 0.010879 10.0.0.50 - - [2025-10-02 01:26:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.005891 10.0.0.50 - - [2025-10-02 01:26:23] "POST /security-groups HTTP/1.1" 200 574 0.108664 10.0.0.50 - - [2025-10-02 01:26:23] "POST /projects HTTP/1.1" 200 489 0.399105 10.0.0.50 - - [2025-10-02 01:26:23] "POST /service-templates HTTP/1.1" 200 511 0.193815 10.0.0.50 - - [2025-10-02 01:26:23] "POST /security-groups HTTP/1.1" 200 546 0.144946 10.0.0.50 - - [2025-10-02 01:26:23] "POST /service-templates HTTP/1.1" 200 501 0.052808 10.0.0.50 - - [2025-10-02 01:26:23] "POST /chown HTTP/1.1" 200 109 0.024921 10.0.0.50 - - [2025-10-02 01:26:23] "POST /service-templates HTTP/1.1" 200 515 0.087836 10.0.0.50 - - [2025-10-02 01:26:23] "POST /network-ipams HTTP/1.1" 200 522 0.130738 10.0.0.50 - - [2025-10-02 01:26:23] "POST /service-templates HTTP/1.1" 200 535 0.121162 10.0.0.50 - - [2025-10-02 01:26:23] "POST /network-ipams HTTP/1.1" 200 510 0.064791 10.0.0.50 - - [2025-10-02 01:26:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.004177 10.0.0.50 - - [2025-10-02 01:26:23] "POST /service-templates HTTP/1.1" 200 507 0.080090 10.0.0.50 - - [2025-10-02 01:26:24] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.50 - - [2025-10-02 01:26:24] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005745 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 404 216 0.032086 10.0.0.50 - - [2025-10-02 01:26:24] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.120083 10.0.0.50 - - [2025-10-02 01:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.047526 10.0.0.50 - - [2025-10-02 01:26:24] "POST /virtual-networks HTTP/1.1" 200 538 0.563365 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.50 - - [2025-10-02 01:26:24] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1732 0.024901 10.0.0.50 - - [2025-10-02 01:26:24] "POST /network-ipams HTTP/1.1" 200 518 0.055773 10.0.0.50 - - [2025-10-02 01:26:24] "GET / HTTP/1.1" 200 35931 0.004286 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.010600 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.012991 10.0.0.50 - - [2025-10-02 01:26:24] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.009789 10.0.0.50 - - [2025-10-02 01:26:24] "POST /bgp-routers HTTP/1.1" 200 616 0.067474 10.0.0.50 - - [2025-10-02 01:26:24] "GET /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.030105 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.022488 10.0.0.50 - - [2025-10-02 01:26:24] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009003 10.0.0.50 - - [2025-10-02 01:26:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007143 10.0.0.50 - - [2025-10-02 01:26:24] "POST /ref-update HTTP/1.1" 200 156 0.011084 10.0.0.50 - - [2025-10-02 01:26:24] "GET / HTTP/1.1" 200 35931 0.001187 10.0.0.50 - - [2025-10-02 01:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.015933 10.0.0.50 - - [2025-10-02 01:26:24] "POST /virtual-networks HTTP/1.1" 200 546 0.291356 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006812 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006809 10.0.0.50 - - [2025-10-02 01:26:24] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007179 10.0.0.50 - - [2025-10-02 01:26:24] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1750 0.012374 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 404 216 0.001402 10.0.0.50 - - [2025-10-02 01:26:24] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.021101 10.0.0.50 - - [2025-10-02 01:26:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.016684 10.0.0.50 - - [2025-10-02 01:26:25] "POST /network-policys HTTP/1.1" 200 538 0.048904 10.0.0.50 - - [2025-10-02 01:26:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.012167 10.0.0.50 - - [2025-10-02 01:26:25] "POST /network-policys HTTP/1.1" 200 534 0.030140 10.0.0.50 - - [2025-10-02 01:26:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.024582 10.0.0.50 - - [2025-10-02 01:26:25] "POST /network-policys HTTP/1.1" 200 542 0.036707 10.0.0.50 - - [2025-10-02 01:26:25] "POST /ref-update HTTP/1.1" 200 156 0.089083 10.0.0.50 - - [2025-10-02 01:26:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010676 10.0.0.50 - - [2025-10-02 01:26:25] "GET / HTTP/1.1" 200 35931 0.001411 10.0.0.50 - - [2025-10-02 01:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.018658 10.0.0.50 - - [2025-10-02 01:26:25] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.009331 10.0.0.50 - - [2025-10-02 01:26:25] "POST /ref-update HTTP/1.1" 200 156 0.107828 10.0.0.50 - - [2025-10-02 01:26:25] "POST /fqname-to-id HTTP/1.1" 404 216 0.016072 10.0.0.50 - - [2025-10-02 01:26:25] "POST /database-nodes HTTP/1.1" 200 597 0.143617 10.0.0.50 - - [2025-10-02 01:26:25] "POST /ref-update HTTP/1.1" 200 156 0.186696 10.0.0.50 - - [2025-10-02 01:26:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003944 10.0.0.50 - - [2025-10-02 01:26:25] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003938 10.0.0.50 - - [2025-10-02 01:26:25] "POST /ref-update HTTP/1.1" 200 156 0.128687 10.0.0.50 - - [2025-10-02 01:26:26] "POST /ref-update HTTP/1.1" 200 156 0.103629 10.0.0.50 - - [2025-10-02 01:26:26] "POST /ref-update HTTP/1.1" 200 156 0.093457 10.0.0.50 - - [2025-10-02 01:26:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002398 10.0.0.50 - - [2025-10-02 01:26:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004467 10.0.0.50 - - [2025-10-02 01:26:26] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001366 10.0.0.50 - - [2025-10-02 01:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.50 - - [2025-10-02 01:26:26] "GET /virtual-network/103851f6-1acb-43fb-909d-f340823268bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.010754 10.0.0.50 - - [2025-10-02 01:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.50 - - [2025-10-02 01:26:26] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.007568 10.0.0.50 - - [2025-10-02 01:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.50 - - [2025-10-02 01:26:26] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.006743 10.0.0.50 - - [2025-10-02 01:26:26] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.011902 10.0.0.50 - - [2025-10-02 01:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.50 - - [2025-10-02 01:26:26] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003780 10.0.0.50 - - [2025-10-02 01:26:26] "POST /firewall-policys HTTP/1.1" 200 530 0.055135 10.0.0.50 - - [2025-10-02 01:26:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.017402 10.0.0.50 - - [2025-10-02 01:26:26] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.019341 10.0.0.50 - - [2025-10-02 01:26:26] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.005011 10.0.0.50 - - [2025-10-02 01:26:26] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003008 10.0.0.50 - - [2025-10-02 01:26:26] "POST /ref-update HTTP/1.1" 200 156 0.027753 10.0.0.50 - - [2025-10-02 01:26:26] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.018612 10.0.0.50 - - [2025-10-02 01:26:26] "GET / HTTP/1.1" 200 35931 0.001467 10.0.0.50 - - [2025-10-02 01:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.50 - - [2025-10-02 01:26:26] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.005036 10.0.0.50 - - [2025-10-02 01:26:26] "POST /alarms HTTP/1.1" 200 581 0.023618 10.0.0.50 - - [2025-10-02 01:26:26] "POST /firewall-policys HTTP/1.1" 200 532 0.047604 10.0.0.50 - - [2025-10-02 01:26:26] "POST /alarms HTTP/1.1" 200 575 0.045215 10.0.0.50 - - [2025-10-02 01:26:26] "POST /alarms HTTP/1.1" 200 575 0.049487 10.0.0.50 - - [2025-10-02 01:26:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.064727 10.0.0.50 - - [2025-10-02 01:26:26] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.029625 10.0.0.50 - - [2025-10-02 01:26:26] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.003237 10.0.0.50 - - [2025-10-02 01:26:26] "POST /alarms HTTP/1.1" 200 559 0.080060 10.0.0.50 - - [2025-10-02 01:26:26] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.003149 10.0.0.50 - - [2025-10-02 01:26:26] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.001981 10.0.0.50 - - [2025-10-02 01:26:26] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.004202 10.0.0.50 - - [2025-10-02 01:26:26] "POST /alarms HTTP/1.1" 200 555 0.040687 10.0.0.50 - - [2025-10-02 01:26:26] "POST /alarms HTTP/1.1" 200 557 0.046545 10.0.0.50 - - [2025-10-02 01:26:27] "GET / HTTP/1.1" 200 35931 0.002509 10.0.0.50 - - [2025-10-02 01:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009161 10.0.0.50 - - [2025-10-02 01:26:27] "POST /ref-update HTTP/1.1" 200 156 0.070003 10.0.0.50 - - [2025-10-02 01:26:27] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.013587 10.0.0.50 - - [2025-10-02 01:26:27] "POST /fqname-to-id HTTP/1.1" 404 216 0.008291 10.0.0.50 - - [2025-10-02 01:26:27] "POST /ref-update HTTP/1.1" 200 156 0.045860 10.0.0.50 - - [2025-10-02 01:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.50 - - [2025-10-02 01:26:27] "GET /network-ipam/54410bb4-cf37-4d9c-beab-8e31473266c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.015017 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 565 0.140917 10.0.0.50 - - [2025-10-02 01:26:27] "POST /analytics-nodes HTTP/1.1" 200 599 0.094185 10.0.0.50 - - [2025-10-02 01:26:27] "POST /ref-update HTTP/1.1" 200 156 0.158294 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 549 0.100915 10.0.0.50 - - [2025-10-02 01:26:27] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.016852 10.0.0.50 - - [2025-10-02 01:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.50 - - [2025-10-02 01:26:27] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002847 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 557 0.040780 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 567 0.038050 10.0.0.50 - - [2025-10-02 01:26:27] "POST /firewall-policys HTTP/1.1" 200 530 0.038669 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 555 0.026726 10.0.0.50 - - [2025-10-02 01:26:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.030537 10.0.0.50 - - [2025-10-02 01:26:27] "GET /firewall-policy/4a696bea-0554-4a52-94da-e45f47d42358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.018042 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 567 0.067312 10.0.0.50 - - [2025-10-02 01:26:27] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.011992 10.0.0.50 - - [2025-10-02 01:26:27] "GET /firewall-policy/4a696bea-0554-4a52-94da-e45f47d42358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.004909 10.0.0.50 - - [2025-10-02 01:26:27] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.001852 10.0.0.50 - - [2025-10-02 01:26:27] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.011661 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 575 0.084801 10.0.0.50 - - [2025-10-02 01:26:27] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.016033 10.0.0.50 - - [2025-10-02 01:26:27] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.014240 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 569 0.032807 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 561 0.039402 10.0.0.50 - - [2025-10-02 01:26:27] "POST /ref-update HTTP/1.1" 200 156 0.055279 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 561 0.054982 10.0.0.50 - - [2025-10-02 01:26:27] "POST /ref-update HTTP/1.1" 200 156 0.059968 10.0.0.50 - - [2025-10-02 01:26:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.007660 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 561 0.037435 10.0.0.50 - - [2025-10-02 01:26:27] "POST /ref-update HTTP/1.1" 200 156 0.054662 10.0.0.50 - - [2025-10-02 01:26:27] "POST /access-control-lists HTTP/1.1" 200 587 0.031679 10.0.0.50 - - [2025-10-02 01:26:27] "POST /fqname-to-id HTTP/1.1" 404 224 0.024932 10.0.0.50 - - [2025-10-02 01:26:27] "POST /alarms HTTP/1.1" 200 547 0.070437 10.0.0.50 - - [2025-10-02 01:26:27] "POST /ref-update HTTP/1.1" 200 156 0.074426 10.0.0.50 - - [2025-10-02 01:26:28] "POST /alarms HTTP/1.1" 200 595 0.108363 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 585 0.104943 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 404 213 0.005156 10.0.0.50 - - [2025-10-02 01:26:28] "POST /ref-update HTTP/1.1" 200 156 0.093422 10.0.0.50 - - [2025-10-02 01:26:28] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1755 0.022457 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 579 0.091325 10.0.0.50 - - [2025-10-02 01:26:28] "POST /alarms HTTP/1.1" 200 575 0.086968 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 404 212 0.004501 10.0.0.50 - - [2025-10-02 01:26:28] "POST /tags HTTP/1.1" 200 299 0.083119 10.0.0.50 - - [2025-10-02 01:26:28] "POST /alarms HTTP/1.1" 200 571 0.055974 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010528 10.0.0.50 - - [2025-10-02 01:26:28] "GET /tag/6fcb5287-7228-46a5-bedb-8778d70a2fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.061568 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 577 0.134875 10.0.0.50 - - [2025-10-02 01:26:28] "POST /alarms HTTP/1.1" 200 583 0.113758 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.019263 10.0.0.50 - - [2025-10-02 01:26:28] "POST /set-tag HTTP/1.1" 200 109 0.019838 10.0.0.50 - - [2025-10-02 01:26:28] "POST /alarms HTTP/1.1" 200 609 0.086906 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 594 0.115328 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.019898 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 592 0.041446 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 404 217 0.004462 10.0.0.50 - - [2025-10-02 01:26:28] "POST /tags HTTP/1.1" 200 305 0.160649 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.015114 10.0.0.50 - - [2025-10-02 01:26:28] "GET /tag/fe1ac20d-2cb1-4579-a7ca-ae5b32c454a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.015139 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 583 0.046939 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 404 216 0.002984 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.50 - - [2025-10-02 01:26:28] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.030198 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.023928 10.0.0.50 - - [2025-10-02 01:26:28] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.50 - - [2025-10-02 01:26:28] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002665 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001752 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 581 0.096805 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 404 240 0.002696 10.0.0.50 - - [2025-10-02 01:26:28] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.058391 10.0.0.50 - - [2025-10-02 01:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008574 10.0.0.50 - - [2025-10-02 01:26:28] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.098889 10.0.0.50 - - [2025-10-02 01:26:28] "GET /service-appliance-set/9d949089-aeb3-4a40-b0eb-2fa21b7d6871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.063287 10.0.0.50 - - [2025-10-02 01:26:28] "POST /access-control-lists HTTP/1.1" 200 602 0.096199 10.0.0.50 - - [2025-10-02 01:26:29] "POST /fqname-to-id HTTP/1.1" 404 240 0.005913 10.0.0.50 - - [2025-10-02 01:26:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.008561 10.0.0.50 - - [2025-10-02 01:26:29] "POST /access-control-lists HTTP/1.1" 200 600 0.025341 10.0.0.50 - - [2025-10-02 01:26:29] "POST /route-targets HTTP/1.1" 200 327 0.026078 10.0.0.50 - - [2025-10-02 01:26:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.164560 10.0.0.50 - - [2025-10-02 01:26:29] "GET /virtual-machine-interface/e764a336-277e-447f-99b1-40d3f05637aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.019994 10.0.0.50 - - [2025-10-02 01:26:29] "POST /ref-update HTTP/1.1" 200 156 0.043240 10.0.0.50 - - [2025-10-02 01:26:29] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.50 - - [2025-10-02 01:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.50 - - [2025-10-02 01:26:29] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.002569 10.0.0.50 - - [2025-10-02 01:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008519 10.0.0.50 - - [2025-10-02 01:26:29] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.020080 10.0.0.50 - - [2025-10-02 01:26:29] "POST /route-targets HTTP/1.1" 200 327 0.015024 10.0.0.50 - - [2025-10-02 01:26:29] "POST /ref-update HTTP/1.1" 200 156 0.023331 10.0.0.50 - - [2025-10-02 01:26:29] "POST /instance-ips HTTP/1.1" 200 381 0.110457 10.0.0.50 - - [2025-10-02 01:26:29] "GET /instance-ip/dcf86847-b0af-469f-8cc1-c2f3ff97513b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.005403 10.0.0.50 - - [2025-10-02 01:26:29] "POST /route-targets HTTP/1.1" 200 327 0.011686 10.0.0.50 - - [2025-10-02 01:26:29] "POST /loadbalancers HTTP/1.1" 200 582 0.046571 10.0.0.50 - - [2025-10-02 01:26:29] "POST /ref-update HTTP/1.1" 200 156 0.043313 10.0.0.50 - - [2025-10-02 01:26:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.015531 10.0.0.50 - - [2025-10-02 01:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.015250 10.0.0.50 - - [2025-10-02 01:26:29] "POST /route-targets HTTP/1.1" 200 327 0.041060 10.0.0.50 - - [2025-10-02 01:26:29] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.067026 10.0.0.50 - - [2025-10-02 01:26:29] "POST /ref-update HTTP/1.1" 200 156 0.038518 10.0.0.50 - - [2025-10-02 01:26:29] "GET /loadbalancer/674758b2-9897-44d7-ad4d-7d9d57d42e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.018893 10.0.0.50 - - [2025-10-02 01:26:29] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.087111 10.0.0.50 - - [2025-10-02 01:26:29] "GET /instance-ip/dcf86847-b0af-469f-8cc1-c2f3ff97513b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.009387 10.0.0.50 - - [2025-10-02 01:26:29] "POST /route-targets HTTP/1.1" 200 327 0.020007 10.0.0.50 - - [2025-10-02 01:26:29] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.049581 10.0.0.50 - - [2025-10-02 01:26:29] "POST /floating-ips HTTP/1.1" 200 583 0.056894 10.0.0.50 - - [2025-10-02 01:26:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.042596 10.0.0.50 - - [2025-10-02 01:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011534 10.0.0.50 - - [2025-10-02 01:26:29] "POST /ref-update HTTP/1.1" 200 156 0.046914 10.0.0.50 - - [2025-10-02 01:26:29] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.50 - - [2025-10-02 01:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001475 10.0.0.50 - - [2025-10-02 01:26:29] "POST /route-targets HTTP/1.1" 200 327 0.023538 10.0.0.50 - - [2025-10-02 01:26:29] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.016745 10.0.0.50 - - [2025-10-02 01:26:29] "POST /ref-update HTTP/1.1" 200 156 0.048841 10.0.0.50 - - [2025-10-02 01:26:29] "PUT /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a HTTP/1.1" 200 274 0.079165 10.0.0.50 - - [2025-10-02 01:26:29] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.109001 10.0.0.50 - - [2025-10-02 01:26:29] "GET /loadbalancer-listener/2d780ae7-80b3-4eca-b185-290d298a4f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.018538 10.0.0.50 - - [2025-10-02 01:26:29] "GET /loadbalancer-listener/2d780ae7-80b3-4eca-b185-290d298a4f0e?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.004702 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.007064 10.0.0.50 - - [2025-10-02 01:26:30] "POST /access-control-lists HTTP/1.1" 200 551 0.024981 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.004895 10.0.0.50 - - [2025-10-02 01:26:30] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.053580 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008176 10.0.0.50 - - [2025-10-02 01:26:30] "GET /instance-ip/dcf86847-b0af-469f-8cc1-c2f3ff97513b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.005249 10.0.0.50 - - [2025-10-02 01:26:30] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.006131 10.0.0.50 - - [2025-10-02 01:26:30] "GET /instance-ip/dcf86847-b0af-469f-8cc1-c2f3ff97513b?fields=floating_ips HTTP/1.1" 200 1171 0.013734 10.0.0.50 - - [2025-10-02 01:26:30] "GET /floating-ip/be74edd6-2376-46c1-b3a9-bf0bee78f462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004182 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002032 10.0.0.50 - - [2025-10-02 01:26:30] "POST /access-control-lists HTTP/1.1" 200 589 0.086418 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.050696 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.50 - - [2025-10-02 01:26:30] "GET /loadbalancer/674758b2-9897-44d7-ad4d-7d9d57d42e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003749 10.0.0.50 - - [2025-10-02 01:26:30] "POST /ref-update HTTP/1.1" 200 156 0.017678 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 404 237 0.008598 10.0.0.50 - - [2025-10-02 01:26:30] "POST /access-control-lists HTTP/1.1" 200 601 0.089279 10.0.0.50 - - [2025-10-02 01:26:30] "POST /tags HTTP/1.1" 200 301 0.090474 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010478 10.0.0.50 - - [2025-10-02 01:26:30] "GET /tag/72d0187d-f722-411f-80cd-9e3c2930fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.017200 10.0.0.50 - - [2025-10-02 01:26:30] "POST /ref-update HTTP/1.1" 200 156 0.024309 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.50 - - [2025-10-02 01:26:30] "POST /ref-update HTTP/1.1" 200 156 0.033587 10.0.0.50 - - [2025-10-02 01:26:30] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.078998 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001653 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/b6db034a-9bef-4d16-9048-7b8e3928d1cf HTTP/1.1" 200 272 0.039802 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/71f9d85c-6e41-4df3-a9d1-20fc01ac24c6 HTTP/1.1" 200 272 0.020725 10.0.0.50 - - [2025-10-02 01:26:30] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003833 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001626 10.0.0.50 - - [2025-10-02 01:26:30] "GET /service-appliance-set/9d949089-aeb3-4a40-b0eb-2fa21b7d6871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.001954 10.0.0.50 - - [2025-10-02 01:26:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.006153 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/93edf49d-de12-4a2e-9d2f-05ee5908c1cc HTTP/1.1" 200 272 0.040419 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/c5dfedf0-ea0c-4bc2-bc95-9bd47adea8c5 HTTP/1.1" 200 272 0.055570 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/08ebe5df-fb3d-4e46-bb91-13edd1539dc8 HTTP/1.1" 200 272 0.102434 10.0.0.50 - - [2025-10-02 01:26:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.210897 10.0.0.50 - - [2025-10-02 01:26:30] "GET /virtual-machine-interface/756836bd-be12-4238-8b17-a00a967f84e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2312 0.013125 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/83b6c70d-3e2e-40cf-af01-a6d43558328e HTTP/1.1" 200 272 0.010176 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/53713779-bd59-4299-82d4-9acb49cc8b42 HTTP/1.1" 200 272 0.017044 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/25ff1d85-d048-47e6-8dff-84238ffefed3 HTTP/1.1" 200 272 0.019120 10.0.0.50 - - [2025-10-02 01:26:30] "POST /instance-ips HTTP/1.1" 200 377 0.034927 10.0.0.50 - - [2025-10-02 01:26:30] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.011761 10.0.0.50 - - [2025-10-02 01:26:30] "PUT /access-control-list/09c5c976-30b2-478c-99b1-0afe600faa5c HTTP/1.1" 200 272 0.026047 10.0.0.50 - - [2025-10-02 01:26:31] "PUT /access-control-list/79421837-e734-48c1-b494-b3c74d81e4f8 HTTP/1.1" 200 272 0.019352 10.0.0.50 - - [2025-10-02 01:26:31] "POST /loadbalancers HTTP/1.1" 200 582 0.140896 10.0.0.50 - - [2025-10-02 01:26:31] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.062681 10.0.0.50 - - [2025-10-02 01:26:31] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.005838 10.0.0.50 - - [2025-10-02 01:26:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.051488 10.0.0.50 - - [2025-10-02 01:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.012431 10.0.0.50 - - [2025-10-02 01:26:31] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.038005 10.0.0.50 - - [2025-10-02 01:26:31] "POST /floating-ips HTTP/1.1" 200 581 0.029315 10.0.0.50 - - [2025-10-02 01:26:31] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.010817 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:26:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001006 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:26:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001047 10.0.0.50 - - [2025-10-02 01:26:31] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.058125 10.0.0.50 - - [2025-10-02 01:26:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.026853 10.0.0.50 - - [2025-10-02 01:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.013438 10.0.0.50 - - [2025-10-02 01:26:31] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.058343 10.0.0.50 - - [2025-10-02 01:26:31] "GET /loadbalancer-listener/a11bcece-bd1c-4031-8bf8-05423dd71672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004161 10.0.0.50 - - [2025-10-02 01:26:31] "GET /loadbalancer-listener/a11bcece-bd1c-4031-8bf8-05423dd71672?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.004707 10.0.0.50 - - [2025-10-02 01:26:31] "PUT /access-control-list/c1d6eb10-e8e8-47f3-962d-9236d3aef014 HTTP/1.1" 200 272 0.055127 10.0.0.50 - - [2025-10-02 01:26:31] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.209890 10.0.0.50 - - [2025-10-02 01:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.50 - - [2025-10-02 01:26:31] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.003887 10.0.0.50 - - [2025-10-02 01:26:31] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?fields=floating_ips HTTP/1.1" 200 1165 0.015120 10.0.0.50 - - [2025-10-02 01:26:31] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.100896 10.0.0.50 - - [2025-10-02 01:26:31] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.065439 10.0.0.50 - - [2025-10-02 01:26:31] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.002821 10.0.0.50 - - [2025-10-02 01:26:32] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.036063 10.0.0.50 - - [2025-10-02 01:26:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.009192 10.0.0.50 - - [2025-10-02 01:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.50 - - [2025-10-02 01:26:32] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.027237 10.0.0.50 - - [2025-10-02 01:26:32] "GET /loadbalancer-listener/640b4211-5492-4e8c-ba2b-04d68deff598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.007998 10.0.0.50 - - [2025-10-02 01:26:32] "GET /loadbalancer-listener/640b4211-5492-4e8c-ba2b-04d68deff598?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.009742 10.0.0.50 - - [2025-10-02 01:26:32] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.024677 10.0.0.50 - - [2025-10-02 01:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.50 - - [2025-10-02 01:26:32] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.007889 10.0.0.50 - - [2025-10-02 01:26:32] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?fields=floating_ips HTTP/1.1" 200 1165 0.005230 10.0.0.50 - - [2025-10-02 01:26:32] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.008897 10.0.0.50 - - [2025-10-02 01:26:32] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.047516 10.0.0.50 - - [2025-10-02 01:26:32] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003254 10.0.0.50 - - [2025-10-02 01:26:32] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.024654 10.0.0.50 - - [2025-10-02 01:26:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.026451 10.0.0.50 - - [2025-10-02 01:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008214 10.0.0.50 - - [2025-10-02 01:26:32] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.046281 10.0.0.50 - - [2025-10-02 01:26:32] "GET /loadbalancer-listener/f7564085-ec7c-4092-95ac-3eb10cc520db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.002223 10.0.0.50 - - [2025-10-02 01:26:32] "GET /loadbalancer-listener/f7564085-ec7c-4092-95ac-3eb10cc520db?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.011782 10.0.0.50 - - [2025-10-02 01:26:32] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.024472 10.0.0.50 - - [2025-10-02 01:26:32] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.009483 10.0.0.50 - - [2025-10-02 01:26:32] "GET /instance-ip/9f99cfa4-53bb-4670-95a1-552bf982575a?fields=floating_ips HTTP/1.1" 200 1165 0.003486 10.0.0.50 - - [2025-10-02 01:26:32] "POST /tags HTTP/1.1" 200 357 0.055813 10.0.0.50 - - [2025-10-02 01:26:32] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.008321 10.0.0.50 - - [2025-10-02 01:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.024511 10.0.0.50 - - [2025-10-02 01:26:32] "GET /tag/5d7ba093-9d1e-4090-a370-a424f0d12a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.014630 10.0.0.50 - - [2025-10-02 01:26:32] "POST /tags HTTP/1.1" 200 305 0.051215 10.0.0.50 - - [2025-10-02 01:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008242 10.0.0.50 - - [2025-10-02 01:26:32] "GET /tag/c4a81b85-f944-4680-b280-bf17fb10192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.014608 10.0.0.50 - - [2025-10-02 01:26:32] "POST /id-to-fqname HTTP/1.1" 200 174 0.000569 10.0.0.50 - - [2025-10-02 01:26:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.005812 10.0.0.50 - - [2025-10-02 01:26:33] "POST /security-groups HTTP/1.1" 200 571 0.071028 10.0.0.50 - - [2025-10-02 01:26:33] "POST /projects HTTP/1.1" 200 483 0.156578 10.0.0.50 - - [2025-10-02 01:26:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.010995 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 404 214 0.001575 10.0.0.50 - - [2025-10-02 01:26:33] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2293 0.031345 10.0.0.50 - - [2025-10-02 01:26:33] "POST /access-control-lists HTTP/1.1" 200 580 0.064756 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 404 213 0.014222 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.015243 10.0.0.50 - - [2025-10-02 01:26:33] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004361 10.0.0.50 - - [2025-10-02 01:26:33] "POST /access-control-lists HTTP/1.1" 200 578 0.036182 10.0.0.50 - - [2025-10-02 01:26:33] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.064652 10.0.0.50 - - [2025-10-02 01:26:33] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.042878 10.0.0.50 - - [2025-10-02 01:26:33] "POST /security-groups HTTP/1.1" 200 537 0.074095 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.005567 10.0.0.50 - - [2025-10-02 01:26:33] "POST /access-control-lists HTTP/1.1" 200 596 0.057881 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.016178 10.0.0.50 - - [2025-10-02 01:26:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.070549 10.0.0.50 - - [2025-10-02 01:26:33] "POST /chown HTTP/1.1" 200 109 0.023559 10.0.0.50 - - [2025-10-02 01:26:33] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.019464 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.50 - - [2025-10-02 01:26:33] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004791 10.0.0.50 - - [2025-10-02 01:26:33] "POST /access-control-lists HTTP/1.1" 200 594 0.071606 10.0.0.50 - - [2025-10-02 01:26:33] "POST /tags HTTP/1.1" 409 207 0.001963 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.50 - - [2025-10-02 01:26:33] "GET /tag/c4a81b85-f944-4680-b280-bf17fb10192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.009856 10.0.0.50 - - [2025-10-02 01:26:33] "POST /firewall-rules HTTP/1.1" 200 564 0.063805 10.0.0.50 - - [2025-10-02 01:26:33] "GET /firewall-rule/96f44075-aac0-43f9-a38d-207e4305d70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005417 10.0.0.50 - - [2025-10-02 01:26:33] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002110 10.0.0.50 - - [2025-10-02 01:26:33] "GET /firewall-rule/96f44075-aac0-43f9-a38d-207e4305d70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.001992 10.0.0.50 - - [2025-10-02 01:26:33] "POST /ref-update HTTP/1.1" 200 156 0.015991 10.0.0.50 - - [2025-10-02 01:26:33] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003080 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002127 10.0.0.50 - - [2025-10-02 01:26:33] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003364 10.0.0.50 - - [2025-10-02 01:26:33] "POST /tags HTTP/1.1" 409 207 0.001933 10.0.0.50 - - [2025-10-02 01:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001673 10.0.0.50 - - [2025-10-02 01:26:33] "GET /tag/c4a81b85-f944-4680-b280-bf17fb10192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.010313 10.0.0.50 - - [2025-10-02 01:26:34] "POST /firewall-rules HTTP/1.1" 200 562 0.095282 10.0.0.50 - - [2025-10-02 01:26:34] "GET /firewall-rule/dbba26f0-6c12-4310-9eda-1ad8b67a2620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.007747 10.0.0.50 - - [2025-10-02 01:26:34] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.005830 10.0.0.50 - - [2025-10-02 01:26:34] "GET /firewall-rule/dbba26f0-6c12-4310-9eda-1ad8b67a2620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.002659 10.0.0.50 - - [2025-10-02 01:26:34] "POST /ref-update HTTP/1.1" 200 156 0.015938 10.0.0.50 - - [2025-10-02 01:26:34] "POST /tags HTTP/1.1" 200 355 0.027102 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.013805 10.0.0.50 - - [2025-10-02 01:26:34] "GET /tag/64847104-0f76-429d-b24f-d2d51564e8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.013087 10.0.0.50 - - [2025-10-02 01:26:34] "POST /tags HTTP/1.1" 200 303 0.027273 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.013867 10.0.0.50 - - [2025-10-02 01:26:34] "GET /tag/73ad7fbd-6e1e-44d8-8647-c9527f0bad94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.011994 10.0.0.50 - - [2025-10-02 01:26:34] "POST /projects HTTP/1.1" 409 218 0.004261 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002188 10.0.0.50 - - [2025-10-02 01:26:34] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.036530 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.50 - - [2025-10-02 01:26:34] "GET /network-ipam/c9072bf3-45c9-4530-bf3b-9950b889db6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002612 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001491 10.0.0.50 - - [2025-10-02 01:26:34] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005076 10.0.0.50 - - [2025-10-02 01:26:34] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.043268 10.0.0.50 - - [2025-10-02 01:26:34] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.012590 10.0.0.50 - - [2025-10-02 01:26:34] "POST /set-tag HTTP/1.1" 200 109 0.037204 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006485 10.0.0.50 - - [2025-10-02 01:26:34] "GET /network-ipam/8b4d332f-34d2-4a82-b194-7236b52b79ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.002899 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.50 - - [2025-10-02 01:26:34] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004146 10.0.0.50 - - [2025-10-02 01:26:34] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.033551 10.0.0.50 - - [2025-10-02 01:26:34] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005291 10.0.0.50 - - [2025-10-02 01:26:34] "POST /set-tag HTTP/1.1" 200 109 0.039865 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.50 - - [2025-10-02 01:26:34] "GET /network-policy/75d07b9b-e0fa-431f-b8a3-b1fb1f88382b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002857 10.0.0.50 - - [2025-10-02 01:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001555 10.0.0.50 - - [2025-10-02 01:26:35] "GET /network-policy/3faafab2-1fdd-4226-8dd3-7548a7489846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005406 10.0.0.50 - - [2025-10-02 01:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002053 10.0.0.50 - - [2025-10-02 01:26:35] "GET /network-policy/6cea6021-45f5-4099-821e-0d191e37f654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.002217 10.0.0.50 - - [2025-10-02 01:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001529 10.0.0.50 - - [2025-10-02 01:26:35] "PUT /network-policy/6cea6021-45f5-4099-821e-0d191e37f654 HTTP/1.1" 200 262 0.006880 10.0.0.50 - - [2025-10-02 01:26:35] "POST /ref-update HTTP/1.1" 200 156 0.044739 10.0.0.50 - - [2025-10-02 01:26:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001949 10.0.0.50 - - [2025-10-02 01:26:35] "PUT /access-control-list/46dacf07-ae12-40c0-a405-795459edfc65 HTTP/1.1" 200 272 0.062636 10.0.0.50 - - [2025-10-02 01:26:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007980 10.0.0.50 - - [2025-10-02 01:26:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.012347 10.0.0.50 - - [2025-10-02 01:26:35] "PUT /access-control-list/c0520f80-9cc1-433d-a3ea-becc76c28ee1 HTTP/1.1" 200 272 0.068841 10.0.0.50 - - [2025-10-02 01:26:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016527 10.0.0.50 - - [2025-10-02 01:26:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005925 10.0.0.50 - - [2025-10-02 01:26:35] "POST /security-groups HTTP/1.1" 409 245 0.008322 10.0.0.50 - - [2025-10-02 01:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.50 - - [2025-10-02 01:26:35] "PUT /security-group/9721df99-e9a8-4252-9cf2-5fa281914de2 HTTP/1.1" 200 262 0.055357 10.0.0.50 - - [2025-10-02 01:26:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.026468 10.0.0.50 - - [2025-10-02 01:26:35] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002222 10.0.0.50 - - [2025-10-02 01:26:35] "PUT /access-control-list/08ebe5df-fb3d-4e46-bb91-13edd1539dc8 HTTP/1.1" 200 272 0.019693 10.0.0.50 - - [2025-10-02 01:26:35] "PUT /access-control-list/83b6c70d-3e2e-40cf-af01-a6d43558328e HTTP/1.1" 200 272 0.018527 10.0.0.50 - - [2025-10-02 01:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.50 - - [2025-10-02 01:26:35] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002376 10.0.0.50 - - [2025-10-02 01:26:35] "POST /tags HTTP/1.1" 409 206 0.001750 10.0.0.50 - - [2025-10-02 01:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.50 - - [2025-10-02 01:26:35] "GET /tag/73ad7fbd-6e1e-44d8-8647-c9527f0bad94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.010157 10.0.0.50 - - [2025-10-02 01:26:35] "POST /firewall-rules HTTP/1.1" 200 562 0.089097 10.0.0.50 - - [2025-10-02 01:26:35] "GET /firewall-rule/dfc950db-dc61-4fd2-94bd-e6beb4b629f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.007622 10.0.0.50 - - [2025-10-02 01:26:35] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.002982 10.0.0.50 - - [2025-10-02 01:26:35] "GET /firewall-rule/dfc950db-dc61-4fd2-94bd-e6beb4b629f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.002263 10.0.0.50 - - [2025-10-02 01:26:35] "POST /ref-update HTTP/1.1" 200 156 0.020027 10.0.0.50 - - [2025-10-02 01:26:35] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.028806 10.0.0.50 - - [2025-10-02 01:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.50 - - [2025-10-02 01:26:35] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.008003 10.0.0.50 - - [2025-10-02 01:26:35] "POST /tags HTTP/1.1" 409 206 0.002210 10.0.0.50 - - [2025-10-02 01:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001519 10.0.0.50 - - [2025-10-02 01:26:35] "GET /tag/73ad7fbd-6e1e-44d8-8647-c9527f0bad94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.023276 10.0.0.50 - - [2025-10-02 01:26:36] "POST /firewall-rules HTTP/1.1" 200 560 0.152705 10.0.0.50 - - [2025-10-02 01:26:36] "GET /firewall-rule/0e46418b-9fea-4a5a-8ec8-a52f13e09c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.012317 10.0.0.50 - - [2025-10-02 01:26:36] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.004186 10.0.0.50 - - [2025-10-02 01:26:36] "GET /firewall-rule/0e46418b-9fea-4a5a-8ec8-a52f13e09c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.005960 10.0.0.50 - - [2025-10-02 01:26:36] "POST /ref-update HTTP/1.1" 200 156 0.031676 10.0.0.50 - - [2025-10-02 01:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.50 - - [2025-10-02 01:26:36] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003538 10.0.0.50 - - [2025-10-02 01:26:36] "POST /tags HTTP/1.1" 200 301 0.089359 10.0.0.50 - - [2025-10-02 01:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.50 - - [2025-10-02 01:26:36] "GET /tag/331d89d0-9d43-49ff-99e9-22719884aba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.029292 10.0.0.50 - - [2025-10-02 01:26:36] "POST /tags HTTP/1.1" 200 325 0.090177 10.0.0.50 - - [2025-10-02 01:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.50 - - [2025-10-02 01:26:36] "GET /tag/51912dd1-68fc-4131-a214-d084dbf70c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1167 0.072093 10.0.0.50 - - [2025-10-02 01:26:36] "POST /tags HTTP/1.1" 200 363 0.095879 10.0.0.50 - - [2025-10-02 01:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.50 - - [2025-10-02 01:26:36] "GET /tag/ff463a9b-f421-4284-a9ff-d830ada44438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.013684 10.0.0.50 - - [2025-10-02 01:26:36] "POST /tags HTTP/1.1" 200 311 0.022457 10.0.0.50 - - [2025-10-02 01:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.50 - - [2025-10-02 01:26:36] "GET /tag/91ef613d-a3df-44db-883e-2dbd61acad1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.010584 10.0.0.50 - - [2025-10-02 01:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.50 - - [2025-10-02 01:26:36] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006736 10.0.0.50 - - [2025-10-02 01:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002251 10.0.0.50 - - [2025-10-02 01:26:37] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.052320 10.0.0.50 - - [2025-10-02 01:26:37] "POST /virtual-machines HTTP/1.1" 200 377 0.015331 10.0.0.50 - - [2025-10-02 01:26:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.042598 10.0.0.50 - - [2025-10-02 01:26:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.098528 10.0.0.50 - - [2025-10-02 01:26:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.009479 10.0.0.50 - - [2025-10-02 01:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012417 10.0.0.50 - - [2025-10-02 01:26:37] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005699 10.0.0.50 - - [2025-10-02 01:26:37] "POST /instance-ips HTTP/1.1" 200 409 0.028980 10.0.0.50 - - [2025-10-02 01:26:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.032076 10.0.0.50 - - [2025-10-02 01:26:37] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.013677 10.0.0.50 - - [2025-10-02 01:26:37] "POST /set-tag HTTP/1.1" 200 109 0.029428 10.0.0.50 - - [2025-10-02 01:26:37] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.024149 10.0.0.50 - - [2025-10-02 01:26:37] "GET /instance-ip/d703cc84-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.003984 10.0.0.50 - - [2025-10-02 01:26:37] "POST /tags HTTP/1.1" 200 371 0.018811 10.0.0.50 - - [2025-10-02 01:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211 10.0.0.50 - - [2025-10-02 01:26:37] "GET /tag/be991b16-3d4c-43b3-a60f-a54f74bbdedb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1278 0.013849 10.0.0.50 - - [2025-10-02 01:26:37] "POST /tags HTTP/1.1" 200 319 0.018595 10.0.0.50 - - [2025-10-02 01:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.020089 10.0.0.50 - - [2025-10-02 01:26:37] "GET /tag/a05cb514-d71d-45a9-a201-c842baf06858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.016616 10.0.0.22 - - [2025-10-02 01:26:37] "GET / HTTP/1.1" 200 35931 0.001379 10.0.0.22 - - [2025-10-02 01:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.22 - - [2025-10-02 01:26:37] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.004243 10.0.0.22 - - [2025-10-02 01:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.22 - - [2025-10-02 01:26:37] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.008527 10.0.0.50 - - [2025-10-02 01:26:37] "POST /id-to-fqname HTTP/1.1" 200 181 0.001152 10.0.0.50 - - [2025-10-02 01:26:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.002930 10.0.0.22 - - [2025-10-02 01:26:37] "PUT /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a HTTP/1.1" 200 274 0.022082 10.0.0.22 - - [2025-10-02 01:26:37] "POST /fqname-to-id HTTP/1.1" 404 216 0.007112 10.0.0.50 - - [2025-10-02 01:26:38] "POST /security-groups HTTP/1.1" 200 578 0.043441 10.0.0.22 - - [2025-10-02 01:26:38] "POST /virtual-routers HTTP/1.1" 200 599 0.032340 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.001828 10.0.0.50 - - [2025-10-02 01:26:38] "POST /projects HTTP/1.1" 200 497 0.188293 10.0.0.22 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001503 10.0.0.22 - - [2025-10-02 01:26:38] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.032648 10.0.0.50 - - [2025-10-02 01:26:38] "POST /access-control-lists HTTP/1.1" 200 587 0.065274 10.0.0.22 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.012031 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.011795 10.0.0.22 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.50 - - [2025-10-02 01:26:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.067517 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007889 10.0.0.50 - - [2025-10-02 01:26:38] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.019981 10.0.0.22 - - [2025-10-02 01:26:38] "GET /virtual-network/103851f6-1acb-43fb-909d-f340823268bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.036432 10.0.0.50 - - [2025-10-02 01:26:38] "POST /access-control-lists HTTP/1.1" 200 585 0.087010 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009306 10.0.0.50 - - [2025-10-02 01:26:38] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.008943 10.0.0.22 - - [2025-10-02 01:26:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.080044 10.0.0.50 - - [2025-10-02 01:26:38] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.048704 10.0.0.50 - - [2025-10-02 01:26:38] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.037447 10.0.0.50 - - [2025-10-02 01:26:38] "POST /security-groups HTTP/1.1" 200 558 0.071859 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 404 248 0.007794 10.0.0.50 - - [2025-10-02 01:26:38] "POST /access-control-lists HTTP/1.1" 200 610 0.065653 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 404 247 0.004137 10.0.0.50 - - [2025-10-02 01:26:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.068928 10.0.0.50 - - [2025-10-02 01:26:38] "POST /chown HTTP/1.1" 200 109 0.010867 10.0.0.50 - - [2025-10-02 01:26:38] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.012813 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.50 - - [2025-10-02 01:26:38] "POST /access-control-lists HTTP/1.1" 200 608 0.086056 10.0.0.50 - - [2025-10-02 01:26:38] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003009 10.0.0.50 - - [2025-10-02 01:26:38] "POST /tags HTTP/1.1" 409 214 0.001594 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.50 - - [2025-10-02 01:26:38] "GET /tag/a05cb514-d71d-45a9-a201-c842baf06858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.017487 10.0.0.50 - - [2025-10-02 01:26:38] "POST /firewall-rules HTTP/1.1" 200 578 0.068381 10.0.0.50 - - [2025-10-02 01:26:38] "GET /firewall-rule/3b1042a5-bca9-4fc5-a093-a409be2f529a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004833 10.0.0.50 - - [2025-10-02 01:26:38] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.003287 10.0.0.50 - - [2025-10-02 01:26:38] "GET /firewall-rule/3b1042a5-bca9-4fc5-a093-a409be2f529a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002920 10.0.0.50 - - [2025-10-02 01:26:38] "POST /ref-update HTTP/1.1" 200 156 0.024996 10.0.0.50 - - [2025-10-02 01:26:38] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004257 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001355 10.0.0.50 - - [2025-10-02 01:26:38] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002937 10.0.0.50 - - [2025-10-02 01:26:38] "POST /tags HTTP/1.1" 409 214 0.001819 10.0.0.50 - - [2025-10-02 01:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001599 10.0.0.50 - - [2025-10-02 01:26:39] "GET /tag/a05cb514-d71d-45a9-a201-c842baf06858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1148 0.019315 10.0.0.50 - - [2025-10-02 01:26:39] "POST /firewall-rules HTTP/1.1" 200 576 0.073572 10.0.0.50 - - [2025-10-02 01:26:39] "GET /firewall-rule/8f1c987d-5de1-435e-8823-fdc6e0c07e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.017265 10.0.0.50 - - [2025-10-02 01:26:39] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.004403 10.0.0.50 - - [2025-10-02 01:26:39] "GET /firewall-rule/8f1c987d-5de1-435e-8823-fdc6e0c07e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.002093 10.0.0.50 - - [2025-10-02 01:26:39] "POST /ref-update HTTP/1.1" 200 156 0.026748 10.0.0.50 - - [2025-10-02 01:26:39] "POST /tags HTTP/1.1" 200 363 0.028545 10.0.0.50 - - [2025-10-02 01:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.50 - - [2025-10-02 01:26:39] "GET /tag/359ff28b-3483-406f-83a4-bacedf467b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1260 0.016495 10.0.0.50 - - [2025-10-02 01:26:39] "POST /tags HTTP/1.1" 200 311 0.024112 10.0.0.50 - - [2025-10-02 01:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.50 - - [2025-10-02 01:26:39] "GET /tag/84a565ee-cadb-4578-b6dc-a9d460933d1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.019639 10.0.0.50 - - [2025-10-02 01:26:39] "POST /id-to-fqname HTTP/1.1" 200 177 0.000499 10.0.0.50 - - [2025-10-02 01:26:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.008016 10.0.0.50 - - [2025-10-02 01:26:39] "POST /security-groups HTTP/1.1" 200 574 0.061325 10.0.0.50 - - [2025-10-02 01:26:39] "POST /projects HTTP/1.1" 200 489 0.156521 10.0.0.50 - - [2025-10-02 01:26:39] "POST /fqname-to-id HTTP/1.1" 404 217 0.003184 10.0.0.50 - - [2025-10-02 01:26:39] "POST /access-control-lists HTTP/1.1" 200 583 0.066660 10.0.0.50 - - [2025-10-02 01:26:39] "POST /fqname-to-id HTTP/1.1" 404 216 0.008413 10.0.0.50 - - [2025-10-02 01:26:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.062241 10.0.0.50 - - [2025-10-02 01:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008710 10.0.0.50 - - [2025-10-02 01:26:39] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.005228 10.0.0.50 - - [2025-10-02 01:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.50 - - [2025-10-02 01:26:39] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.010458 10.0.0.50 - - [2025-10-02 01:26:39] "POST /access-control-lists HTTP/1.1" 200 581 0.086601 10.0.0.50 - - [2025-10-02 01:26:39] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.042990 10.0.0.50 - - [2025-10-02 01:26:39] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.035964 10.0.0.50 - - [2025-10-02 01:26:39] "POST /security-groups HTTP/1.1" 200 546 0.087005 10.0.0.50 - - [2025-10-02 01:26:40] "POST /fqname-to-id HTTP/1.1" 404 240 0.006437 10.0.0.50 - - [2025-10-02 01:26:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.021205 10.0.0.50 - - [2025-10-02 01:26:40] "POST /access-control-lists HTTP/1.1" 200 602 0.063663 10.0.0.50 - - [2025-10-02 01:26:40] "POST /chown HTTP/1.1" 200 109 0.068974 10.0.0.50 - - [2025-10-02 01:26:40] "POST /fqname-to-id HTTP/1.1" 404 239 0.018445 10.0.0.50 - - [2025-10-02 01:26:40] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.033114 10.0.0.50 - - [2025-10-02 01:26:40] "POST /access-control-lists HTTP/1.1" 200 600 0.067038 10.0.0.50 - - [2025-10-02 01:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.019018 10.0.0.50 - - [2025-10-02 01:26:40] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004272 10.0.0.50 - - [2025-10-02 01:26:40] "POST /tags HTTP/1.1" 409 210 0.002140 10.0.0.50 - - [2025-10-02 01:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001713 10.0.0.50 - - [2025-10-02 01:26:40] "GET /tag/84a565ee-cadb-4578-b6dc-a9d460933d1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.013182 10.0.0.50 - - [2025-10-02 01:26:40] "POST /firewall-rules HTTP/1.1" 200 570 0.076700 10.0.0.50 - - [2025-10-02 01:26:40] "GET /firewall-rule/44ccd52e-1bc8-4d62-a6b6-2f6a1440c258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011119 10.0.0.50 - - [2025-10-02 01:26:40] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.003517 10.0.0.50 - - [2025-10-02 01:26:40] "GET /firewall-rule/44ccd52e-1bc8-4d62-a6b6-2f6a1440c258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.002808 10.0.0.50 - - [2025-10-02 01:26:40] "POST /ref-update HTTP/1.1" 200 156 0.027290 10.0.0.50 - - [2025-10-02 01:26:40] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004374 10.0.0.50 - - [2025-10-02 01:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.50 - - [2025-10-02 01:26:40] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.003327 10.0.0.50 - - [2025-10-02 01:26:40] "POST /tags HTTP/1.1" 409 210 0.001630 10.0.0.50 - - [2025-10-02 01:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.50 - - [2025-10-02 01:26:40] "GET /tag/84a565ee-cadb-4578-b6dc-a9d460933d1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.015101 10.0.0.50 - - [2025-10-02 01:26:40] "POST /firewall-rules HTTP/1.1" 200 568 0.147194 10.0.0.50 - - [2025-10-02 01:26:40] "GET /firewall-rule/93e267ee-5c1c-4d19-a9a2-5e91f3dbf931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007124 10.0.0.50 - - [2025-10-02 01:26:40] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.007414 10.0.0.50 - - [2025-10-02 01:26:40] "GET /firewall-rule/93e267ee-5c1c-4d19-a9a2-5e91f3dbf931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007583 10.0.0.50 - - [2025-10-02 01:26:40] "POST /ref-update HTTP/1.1" 200 156 0.055572 10.0.0.50 - - [2025-10-02 01:26:40] "POST /tags HTTP/1.1" 409 237 0.009711 10.0.0.50 - - [2025-10-02 01:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002234 10.0.0.50 - - [2025-10-02 01:26:41] "GET /tag/ff463a9b-f421-4284-a9ff-d830ada44438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1262 0.018692 10.0.0.50 - - [2025-10-02 01:26:41] "POST /tags HTTP/1.1" 409 210 0.002127 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.50 - - [2025-10-02 01:26:41] "GET /tag/91ef613d-a3df-44db-883e-2dbd61acad1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.020050 10.0.0.50 - - [2025-10-02 01:26:41] "POST /projects HTTP/1.1" 409 223 0.004096 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.50 - - [2025-10-02 01:26:41] "GET /project/5dfe7914-14d4-4e25-9ed0-8690f8b7c6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.026371 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001860 10.0.0.50 - - [2025-10-02 01:26:41] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.010443 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.50 - - [2025-10-02 01:26:41] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005592 10.0.0.50 - - [2025-10-02 01:26:41] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.038381 10.0.0.50 - - [2025-10-02 01:26:41] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.036852 10.0.0.50 - - [2025-10-02 01:26:41] "POST /security-groups HTTP/1.1" 409 253 0.004852 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001510 10.0.0.50 - - [2025-10-02 01:26:41] "PUT /security-group/d01faec6-5477-47e9-85d4-9521277f5cdb HTTP/1.1" 200 262 0.063308 10.0.0.50 - - [2025-10-02 01:26:41] "PUT /access-control-list/09c5c976-30b2-478c-99b1-0afe600faa5c HTTP/1.1" 200 272 0.011878 10.0.0.50 - - [2025-10-02 01:26:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.026788 10.0.0.50 - - [2025-10-02 01:26:41] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.016610 10.0.0.50 - - [2025-10-02 01:26:41] "PUT /access-control-list/79421837-e734-48c1-b494-b3c74d81e4f8 HTTP/1.1" 200 272 0.027633 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007707 10.0.0.50 - - [2025-10-02 01:26:41] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.004220 10.0.0.50 - - [2025-10-02 01:26:41] "POST /tags HTTP/1.1" 409 210 0.002689 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.50 - - [2025-10-02 01:26:41] "GET /tag/91ef613d-a3df-44db-883e-2dbd61acad1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.011788 10.0.0.50 - - [2025-10-02 01:26:41] "POST /firewall-rules HTTP/1.1" 200 570 0.073069 10.0.0.50 - - [2025-10-02 01:26:41] "GET /firewall-rule/e4e16295-b813-4d50-bc00-c35ee4418dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.004311 10.0.0.50 - - [2025-10-02 01:26:41] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.002652 10.0.0.50 - - [2025-10-02 01:26:41] "GET /firewall-rule/e4e16295-b813-4d50-bc00-c35ee4418dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.001956 10.0.0.50 - - [2025-10-02 01:26:41] "POST /ref-update HTTP/1.1" 200 156 0.043129 10.0.0.50 - - [2025-10-02 01:26:41] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006989 10.0.0.50 - - [2025-10-02 01:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001456 10.0.0.50 - - [2025-10-02 01:26:41] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002780 10.0.0.50 - - [2025-10-02 01:26:41] "POST /tags HTTP/1.1" 409 210 0.001607 10.0.0.50 - - [2025-10-02 01:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.50 - - [2025-10-02 01:26:42] "GET /tag/91ef613d-a3df-44db-883e-2dbd61acad1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.017171 10.0.0.50 - - [2025-10-02 01:26:42] "POST /firewall-rules HTTP/1.1" 200 568 0.069731 10.0.0.50 - - [2025-10-02 01:26:42] "GET /firewall-rule/9f46fd6c-561c-4e62-b8cf-74a1218f6540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004454 10.0.0.50 - - [2025-10-02 01:26:42] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.004275 10.0.0.50 - - [2025-10-02 01:26:42] "GET /firewall-rule/9f46fd6c-561c-4e62-b8cf-74a1218f6540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.002974 10.0.0.50 - - [2025-10-02 01:26:42] "POST /ref-update HTTP/1.1" 200 156 0.042773 10.0.0.50 - - [2025-10-02 01:26:42] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.010276 10.0.0.50 - - [2025-10-02 01:26:42] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.50 - - [2025-10-02 01:26:42] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.027575 10.0.0.50 - - [2025-10-02 01:26:42] "POST /set-tag HTTP/1.1" 200 109 0.003133 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:26:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000899 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:26:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001034 10.0.0.22 - - [2025-10-02 01:26:51] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.22 - - [2025-10-02 01:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.22 - - [2025-10-02 01:26:51] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003798 10.0.0.22 - - [2025-10-02 01:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001965 10.0.0.22 - - [2025-10-02 01:26:51] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002469 10.0.0.22 - - [2025-10-02 01:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.22 - - [2025-10-02 01:26:51] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.003443 10.0.0.22 - - [2025-10-02 01:26:51] "PUT /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3 HTTP/1.1" 200 262 0.007637 10.0.0.22 - - [2025-10-02 01:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008140 10.0.0.22 - - [2025-10-02 01:26:51] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.003433 10.0.0.22 - - [2025-10-02 01:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.22 - - [2025-10-02 01:26:51] "GET /virtual-machine-interface/0f1ab8cb-f0ed-4957-8cde-75f0b40ee244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1914 0.004495 10.0.0.22 - - [2025-10-02 01:26:51] "PUT /virtual-machine-interface/0f1ab8cb-f0ed-4957-8cde-75f0b40ee244 HTTP/1.1" 200 284 0.007912 10.0.0.50 - - [2025-10-02 01:26:59] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.010591 10.0.0.50 - - [2025-10-02 01:26:59] "POST /set-tag HTTP/1.1" 200 109 0.002773 10.0.0.50 - - [2025-10-02 01:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.50 - - [2025-10-02 01:26:59] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003437 10.0.0.50 - - [2025-10-02 01:26:59] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.003864 10.0.0.50 - - [2025-10-02 01:26:59] "POST /set-tag HTTP/1.1" 200 109 0.001967 10.0.0.50 - - [2025-10-02 01:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.50 - - [2025-10-02 01:26:59] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.002168 10.0.0.50 - - [2025-10-02 01:26:59] "GET /loadbalancer-pool/16ab01e9-418f-4c4f-896c-7727c17c2847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1851 0.002925 10.0.0.50 - - [2025-10-02 01:26:59] "POST /loadbalancer-members HTTP/1.1" 200 690 0.017842 10.0.0.50 - - [2025-10-02 01:26:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.010867 10.0.0.50 - - [2025-10-02 01:26:59] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.013727 10.0.0.50 - - [2025-10-02 01:26:59] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.003799 10.0.0.50 - - [2025-10-02 01:26:59] "POST /ref-update HTTP/1.1" 200 156 0.007045 10.0.0.50 - - [2025-10-02 01:26:59] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1770 0.012052 10.0.0.50 - - [2025-10-02 01:26:59] "POST /tags HTTP/1.1" 409 205 0.002465 10.0.0.50 - - [2025-10-02 01:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001826 10.0.0.50 - - [2025-10-02 01:26:59] "GET /tag/72d0187d-f722-411f-80cd-9e3c2930fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.009796 10.0.0.50 - - [2025-10-02 01:26:59] "PUT /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f HTTP/1.1" 200 256 0.008475 10.0.0.50 - - [2025-10-02 01:27:00] "POST /set-tag HTTP/1.1" 200 109 0.067448 10.0.0.50 - - [2025-10-02 01:27:00] "GET /loadbalancer-pool/ee5af643-67af-4e2c-a9ae-f07a2bdcbec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.015703 10.0.0.50 - - [2025-10-02 01:27:00] "POST /loadbalancer-members HTTP/1.1" 200 690 0.016968 10.0.0.50 - - [2025-10-02 01:27:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.007251 10.0.0.50 - - [2025-10-02 01:27:00] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.013883 10.0.0.50 - - [2025-10-02 01:27:00] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012207 10.0.0.50 - - [2025-10-02 01:27:00] "POST /set-tag HTTP/1.1" 200 109 0.006509 10.0.0.50 - - [2025-10-02 01:27:00] "POST /ref-update HTTP/1.1" 200 156 0.006961 10.0.0.50 - - [2025-10-02 01:27:00] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1915 0.005650 10.0.0.50 - - [2025-10-02 01:27:00] "GET /loadbalancer-pool/cc7845dd-1df3-4cac-b23e-1ea10ddbb83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.003815 10.0.0.50 - - [2025-10-02 01:27:00] "PUT /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f HTTP/1.1" 200 256 0.011249 10.0.0.50 - - [2025-10-02 01:27:00] "POST /loadbalancer-members HTTP/1.1" 200 692 0.017721 10.0.0.50 - - [2025-10-02 01:27:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.031200 10.0.0.50 - - [2025-10-02 01:27:00] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008537 10.0.0.50 - - [2025-10-02 01:27:00] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.007114 10.0.0.50 - - [2025-10-02 01:27:00] "POST /ref-update HTTP/1.1" 200 156 0.006489 10.0.0.50 - - [2025-10-02 01:27:00] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.014859 10.0.0.50 - - [2025-10-02 01:27:00] "POST /set-tag HTTP/1.1" 200 109 0.002689 10.0.0.50 - - [2025-10-02 01:27:00] "PUT /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f HTTP/1.1" 200 256 0.011977 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:28:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001017 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:28:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000861 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:28:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000890 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:28:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000832 10.0.0.50 - - [2025-10-02 01:28:29] "GET / HTTP/1.1" 200 35931 0.002121 10.0.0.50 - - [2025-10-02 01:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.50 - - [2025-10-02 01:28:29] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005380 10.0.0.50 - - [2025-10-02 01:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.50 - - [2025-10-02 01:28:29] "GET /config-node/3f0efc6a-0068-43f2-a9bd-4411b0ddedb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003692 10.0.0.50 - - [2025-10-02 01:28:39] "GET / HTTP/1.1" 200 35931 0.001200 10.0.0.50 - - [2025-10-02 01:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002007 10.0.0.50 - - [2025-10-02 01:28:39] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002461 10.0.0.50 - - [2025-10-02 01:28:39] "POST /bgp-routers HTTP/1.1" 409 301 0.001783 10.0.0.50 - - [2025-10-02 01:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001415 10.0.0.50 - - [2025-10-02 01:28:40] "GET /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.004924 10.0.0.50 - - [2025-10-02 01:28:40] "PUT /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98 HTTP/1.1" 200 254 0.027002 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:28:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001064 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:28:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000734 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:29:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001064 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:29:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000958 10.0.0.50 - - [2025-10-02 01:30:08] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008023 10.0.0.50 - - [2025-10-02 01:30:08] "POST /set-tag HTTP/1.1" 200 109 0.002144 10.0.0.50 - - [2025-10-02 01:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002229 10.0.0.50 - - [2025-10-02 01:30:08] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.002420 10.0.0.50 - - [2025-10-02 01:30:08] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003825 10.0.0.50 - - [2025-10-02 01:30:08] "POST /set-tag HTTP/1.1" 200 109 0.020735 10.0.0.50 - - [2025-10-02 01:30:08] "DELETE /loadbalancer-member/e6c9e318-490d-4fac-a80d-662d5484181b HTTP/1.1" 200 115 0.047629 10.0.0.50 - - [2025-10-02 01:30:08] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006763 10.0.0.50 - - [2025-10-02 01:30:08] "POST /set-tag HTTP/1.1" 200 109 0.004306 10.0.0.50 - - [2025-10-02 01:30:08] "DELETE /loadbalancer-member/45523137-b638-442a-930f-5c4bd7cb852a HTTP/1.1" 200 115 0.056173 10.0.0.50 - - [2025-10-02 01:30:08] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.005335 10.0.0.50 - - [2025-10-02 01:30:08] "POST /set-tag HTTP/1.1" 200 109 0.002563 10.0.0.50 - - [2025-10-02 01:30:08] "DELETE /loadbalancer-member/18b47cc4-1377-420c-8737-38ef94700b3c HTTP/1.1" 200 115 0.032090 10.0.0.50 - - [2025-10-02 01:30:08] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.008563 10.0.0.50 - - [2025-10-02 01:30:08] "POST /set-tag HTTP/1.1" 200 109 0.002626 10.0.0.50 - - [2025-10-02 01:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001983 10.0.0.50 - - [2025-10-02 01:30:08] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.002185 10.0.0.50 - - [2025-10-02 01:30:08] "GET /loadbalancer-pool/16ab01e9-418f-4c4f-896c-7727c17c2847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1851 0.002791 10.0.0.50 - - [2025-10-02 01:30:08] "POST /loadbalancer-members HTTP/1.1" 200 690 0.014029 10.0.0.50 - - [2025-10-02 01:30:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.021676 10.0.0.50 - - [2025-10-02 01:30:09] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.012006 10.0.0.50 - - [2025-10-02 01:30:09] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.004325 10.0.0.50 - - [2025-10-02 01:30:09] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.002091 10.0.0.50 - - [2025-10-02 01:30:09] "POST /set-tag HTTP/1.1" 200 109 0.068997 10.0.0.50 - - [2025-10-02 01:30:09] "GET /loadbalancer-pool/ee5af643-67af-4e2c-a9ae-f07a2bdcbec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.015385 10.0.0.50 - - [2025-10-02 01:30:09] "POST /loadbalancer-members HTTP/1.1" 200 690 0.019568 10.0.0.50 - - [2025-10-02 01:30:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.008681 10.0.0.50 - - [2025-10-02 01:30:09] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008598 10.0.0.50 - - [2025-10-02 01:30:09] "POST /set-tag HTTP/1.1" 200 109 0.001596 10.0.0.50 - - [2025-10-02 01:30:09] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003470 10.0.0.50 - - [2025-10-02 01:30:09] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.001640 10.0.0.50 - - [2025-10-02 01:30:09] "GET /loadbalancer-pool/cc7845dd-1df3-4cac-b23e-1ea10ddbb83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.002642 10.0.0.50 - - [2025-10-02 01:30:09] "POST /loadbalancer-members HTTP/1.1" 200 692 0.020114 10.0.0.50 - - [2025-10-02 01:30:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.016771 10.0.0.50 - - [2025-10-02 01:30:09] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006808 10.0.0.50 - - [2025-10-02 01:30:09] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005023 10.0.0.50 - - [2025-10-02 01:30:09] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.001595 10.0.0.50 - - [2025-10-02 01:30:09] "POST /set-tag HTTP/1.1" 200 109 0.002169 10.0.0.50 - - [2025-10-02 01:30:31] "GET /global-system-configs HTTP/1.1" 200 322 0.002130 10.0.0.50 - - [2025-10-02 01:30:32] "GET /global-system-configs HTTP/1.1" 200 322 0.002080 10.0.0.50 - - [2025-10-02 01:31:20] "GET / HTTP/1.1" 200 35931 0.001552 10.0.0.50 - - [2025-10-02 01:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.50 - - [2025-10-02 01:31:20] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.029547 10.0.0.50 - - [2025-10-02 01:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.50 - - [2025-10-02 01:31:20] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.024623 10.0.0.50 - - [2025-10-02 01:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.50 - - [2025-10-02 01:31:20] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.026864 10.0.0.50 - - [2025-10-02 01:31:20] "POST /tags HTTP/1.1" 200 333 0.028306 10.0.0.50 - - [2025-10-02 01:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.50 - - [2025-10-02 01:31:20] "GET /tag/8c0de80a-a959-4d59-8df6-43ef3067179b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.016926 10.0.0.50 - - [2025-10-02 01:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.50 - - [2025-10-02 01:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001580 10.0.0.50 - - [2025-10-02 01:31:20] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.060822 10.0.0.50 - - [2025-10-02 01:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.014421 10.0.0.50 - - [2025-10-02 01:31:20] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.080903 10.0.0.50 - - [2025-10-02 01:31:21] "GET /virtual-networks?parent_id=9fabaa61-35c9-43a9-8ba2-4341f78b4e52&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.008236 10.0.0.50 - - [2025-10-02 01:31:21] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.005686 10.0.0.50 - - [2025-10-02 01:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.50 - - [2025-10-02 01:31:21] "GET /service-appliance-set/9d949089-aeb3-4a40-b0eb-2fa21b7d6871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002299 10.0.0.50 - - [2025-10-02 01:31:21] "POST /fqname-to-id HTTP/1.1" 404 254 0.004500 10.0.0.50 - - [2025-10-02 01:31:21] "POST /virtual-networks HTTP/1.1" 200 512 0.059346 10.0.0.50 - - [2025-10-02 01:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.50 - - [2025-10-02 01:31:21] "GET /network-ipam/b68dce98-4239-4416-b21e-4f8a1e25deaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.040361 10.0.0.50 - - [2025-10-02 01:31:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.103879 10.0.0.50 - - [2025-10-02 01:31:21] "GET /virtual-machine-interface/9293c503-ad7b-459b-9b44-df21a5f201fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.006951 10.0.0.50 - - [2025-10-02 01:31:21] "POST /useragent-kv HTTP/1.1" 200 115 0.025302 10.0.0.50 - - [2025-10-02 01:31:21] "POST /ref-update HTTP/1.1" 200 156 0.062646 10.0.0.50 - - [2025-10-02 01:31:21] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.003258 10.0.0.50 - - [2025-10-02 01:31:21] "GET /domains HTTP/1.1" 200 280 0.001975 10.0.0.50 - - [2025-10-02 01:31:21] "POST /instance-ips HTTP/1.1" 200 409 0.029137 10.0.0.50 - - [2025-10-02 01:31:21] "GET /instance-ip/24525b6d-a103-4a29-92df-50ab7bd54478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.014352 10.0.0.50 - - [2025-10-02 01:31:21] "GET /domain/4134855e-48c1-4e4e-9d4d-7239e5766045 HTTP/1.1" 200 3086 0.038776 10.0.0.50 - - [2025-10-02 01:31:21] "POST /loadbalancers HTTP/1.1" 200 610 0.058950 10.0.0.50 - - [2025-10-02 01:31:21] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52 HTTP/1.1" 200 5717 0.059612 10.0.0.50 - - [2025-10-02 01:31:21] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2088 0.013320 10.0.0.50 - - [2025-10-02 01:31:21] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2088 0.010768 10.0.0.50 - - [2025-10-02 01:31:21] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 200 1181 0.011197 10.0.0.50 - - [2025-10-02 01:31:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.040039 10.0.0.50 - - [2025-10-02 01:31:21] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 200 1181 0.005401 10.0.0.50 - - [2025-10-02 01:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.015125 10.0.0.50 - - [2025-10-02 01:31:21] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.094247 10.0.0.50 - - [2025-10-02 01:31:21] "GET /instance-ip/24525b6d-a103-4a29-92df-50ab7bd54478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.003048 10.0.0.50 - - [2025-10-02 01:31:21] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.054173 10.0.0.50 - - [2025-10-02 01:31:21] "POST /floating-ips HTTP/1.1" 200 597 0.040182 10.0.0.50 - - [2025-10-02 01:31:21] "GET /loadbalancer/3024e74f-ef2f-48f1-978b-aab2e67a255c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.003753 10.0.0.50 - - [2025-10-02 01:31:21] "POST /route-targets HTTP/1.1" 200 327 0.013584 10.0.0.50 - - [2025-10-02 01:31:21] "POST /ref-update HTTP/1.1" 200 156 0.024301 10.0.0.50 - - [2025-10-02 01:31:21] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.052029 10.0.0.50 - - [2025-10-02 01:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.50 - - [2025-10-02 01:31:21] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.017576 10.0.0.50 - - [2025-10-02 01:31:21] "GET /loadbalancer-listener/8ff3dbab-78f5-4b8e-9de4-0448db6ee148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1805 0.004575 10.0.0.50 - - [2025-10-02 01:31:21] "GET /loadbalancer-listener/8ff3dbab-78f5-4b8e-9de4-0448db6ee148?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1224 0.002411 10.0.0.50 - - [2025-10-02 01:31:21] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.022575 10.0.0.50 - - [2025-10-02 01:31:21] "GET /instance-ip/24525b6d-a103-4a29-92df-50ab7bd54478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1653 0.004284 10.0.0.50 - - [2025-10-02 01:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.50 - - [2025-10-02 01:31:21] "GET /loadbalancer/3024e74f-ef2f-48f1-978b-aab2e67a255c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.001680 10.0.0.50 - - [2025-10-02 01:31:21] "GET /instance-ip/24525b6d-a103-4a29-92df-50ab7bd54478?fields=floating_ips HTTP/1.1" 200 1212 0.004333 10.0.0.50 - - [2025-10-02 01:31:21] "GET /floating-ip/bc22b5e6-cc61-465f-8684-69f92c24e41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.001585 10.0.0.50 - - [2025-10-02 01:31:21] "POST /tags HTTP/1.1" 200 295 0.075022 10.0.0.50 - - [2025-10-02 01:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008204 10.0.0.50 - - [2025-10-02 01:31:22] "GET /tag/b3b2bd4f-ea0a-407d-9137-f8f673663667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.022214 10.0.0.50 - - [2025-10-02 01:31:22] "POST /tags HTTP/1.1" 409 233 0.002313 10.0.0.50 - - [2025-10-02 01:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.50 - - [2025-10-02 01:31:22] "GET /tag/64847104-0f76-429d-b24f-d2d51564e8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.008886 10.0.0.50 - - [2025-10-02 01:31:22] "POST /tags HTTP/1.1" 409 206 0.002044 10.0.0.50 - - [2025-10-02 01:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001858 10.0.0.50 - - [2025-10-02 01:31:22] "GET /tag/73ad7fbd-6e1e-44d8-8647-c9527f0bad94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.008593 10.0.0.50 - - [2025-10-02 01:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001232 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004220 10.0.0.50 - - [2025-10-02 01:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008958 10.0.0.50 - - [2025-10-02 01:31:22] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.037139 10.0.0.50 - - [2025-10-02 01:31:22] "POST /virtual-machines HTTP/1.1" 200 369 0.010303 10.0.0.50 - - [2025-10-02 01:31:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.013713 10.0.0.50 - - [2025-10-02 01:31:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.137826 10.0.0.50 - - [2025-10-02 01:31:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.009363 10.0.0.50 - - [2025-10-02 01:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006006 10.0.0.50 - - [2025-10-02 01:31:22] "POST /instance-ips HTTP/1.1" 200 409 0.018411 10.0.0.50 - - [2025-10-02 01:31:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.018803 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.009716 10.0.0.50 - - [2025-10-02 01:31:22] "POST /set-tag HTTP/1.1" 200 109 0.014021 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.013237 10.0.0.50 - - [2025-10-02 01:31:22] "GET /instance-ip/81025746-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003512 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.003919 10.0.0.50 - - [2025-10-02 01:31:22] "POST /set-tag HTTP/1.1" 200 109 0.001822 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.001938 10.0.0.50 - - [2025-10-02 01:31:22] "POST /ref-update HTTP/1.1" 200 156 0.006150 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.012680 10.0.0.50 - - [2025-10-02 01:31:22] "POST /set-tag HTTP/1.1" 200 109 0.002436 10.0.0.50 - - [2025-10-02 01:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001608 10.0.0.50 - - [2025-10-02 01:31:22] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.003466 10.0.0.50 - - [2025-10-02 01:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.50 - - [2025-10-02 01:31:22] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.033610 10.0.0.50 - - [2025-10-02 01:31:22] "POST /virtual-machines HTTP/1.1" 200 369 0.017562 10.0.0.50 - - [2025-10-02 01:31:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.007463 10.0.0.50 - - [2025-10-02 01:31:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.102534 10.0.0.50 - - [2025-10-02 01:31:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.030473 10.0.0.50 - - [2025-10-02 01:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001546 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.004233 10.0.0.50 - - [2025-10-02 01:31:23] "POST /instance-ips HTTP/1.1" 200 409 0.029744 10.0.0.50 - - [2025-10-02 01:31:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.034806 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007145 10.0.0.50 - - [2025-10-02 01:31:23] "POST /set-tag HTTP/1.1" 200 109 0.015605 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.018306 10.0.0.50 - - [2025-10-02 01:31:23] "GET /instance-ip/81663a68-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003837 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.004231 10.0.0.50 - - [2025-10-02 01:31:23] "POST /set-tag HTTP/1.1" 200 109 0.002005 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1685 0.003294 10.0.0.50 - - [2025-10-02 01:31:23] "POST /ref-update HTTP/1.1" 200 156 0.011310 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.014018 10.0.0.50 - - [2025-10-02 01:31:23] "POST /set-tag HTTP/1.1" 200 109 0.002757 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.004019 10.0.0.50 - - [2025-10-02 01:31:23] "POST /set-tag HTTP/1.1" 200 109 0.001877 10.0.0.50 - - [2025-10-02 01:31:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.003138 10.0.0.50 - - [2025-10-02 01:31:23] "POST /set-tag HTTP/1.1" 200 109 0.001425 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domains HTTP/1.1" 200 280 0.002352 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domain/4134855e-48c1-4e4e-9d4d-7239e5766045 HTTP/1.1" 200 3086 0.002898 10.0.0.50 - - [2025-10-02 01:31:26] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52 HTTP/1.1" 200 7065 0.040975 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2088 0.004512 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2088 0.004092 10.0.0.50 - - [2025-10-02 01:31:26] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 200 1402 0.003531 10.0.0.50 - - [2025-10-02 01:31:26] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 200 1402 0.002490 10.0.0.50 - - [2025-10-02 01:31:26] "GET /route-target/b25b0d79-d1fa-4942-95f0-62b1aced5a1a HTTP/1.1" 200 1153 0.002244 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2088 0.004333 10.0.0.50 - - [2025-10-02 01:31:26] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 200 1402 0.002021 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.003003 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2088 0.003772 10.0.0.50 - - [2025-10-02 01:31:26] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 200 1402 0.002233 10.0.0.50 - - [2025-10-02 01:31:26] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 200 1402 0.001950 10.0.0.50 - - [2025-10-02 01:31:26] "GET /route-target/b25b0d79-d1fa-4942-95f0-62b1aced5a1a HTTP/1.1" 200 1153 0.001666 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domains HTTP/1.1" 200 280 0.001878 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domain/4134855e-48c1-4e4e-9d4d-7239e5766045 HTTP/1.1" 200 3086 0.003310 10.0.0.50 - - [2025-10-02 01:31:26] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52 HTTP/1.1" 200 7065 0.030972 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2088 0.003438 10.0.0.50 - - [2025-10-02 01:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.50 - - [2025-10-02 01:31:26] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.032601 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.003495 10.0.0.50 - - [2025-10-02 01:31:26] "GET /floating-ip-pools?parent_id=2398ab09-ca04-48eb-bb9e-81559b2e86a8&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002238 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.003320 10.0.0.50 - - [2025-10-02 01:31:26] "POST /floating-ip-pools HTTP/1.1" 200 562 0.018214 10.0.0.50 - - [2025-10-02 01:31:26] "POST /ref-update HTTP/1.1" 200 156 0.014538 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.013537 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domains HTTP/1.1" 200 280 0.001550 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domain/4134855e-48c1-4e4e-9d4d-7239e5766045 HTTP/1.1" 200 3086 0.002849 10.0.0.50 - - [2025-10-02 01:31:26] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52 HTTP/1.1" 200 7321 0.026683 10.0.0.50 - - [2025-10-02 01:31:26] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2326 0.004549 10.0.0.50 - - [2025-10-02 01:31:26] "GET /floating-ip-pool/02c05d86-2463-4503-b7bb-bd8cd82399dc HTTP/1.1" 200 1313 0.001886 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domains HTTP/1.1" 200 280 0.001285 10.0.0.50 - - [2025-10-02 01:31:26] "GET /domain/4134855e-48c1-4e4e-9d4d-7239e5766045 HTTP/1.1" 200 3086 0.003109 10.0.0.50 - - [2025-10-02 01:31:27] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52 HTTP/1.1" 200 7321 0.036439 10.0.0.50 - - [2025-10-02 01:31:27] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 2326 0.010172 10.0.0.50 - - [2025-10-02 01:31:27] "GET /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.004719 10.0.0.50 - - [2025-10-02 01:31:27] "POST /tags HTTP/1.1" 200 365 0.052232 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007260 10.0.0.50 - - [2025-10-02 01:31:27] "GET /tag/550e31cd-ae33-4d7c-9d98-bc3a46102e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.015906 10.0.0.50 - - [2025-10-02 01:31:27] "POST /tags HTTP/1.1" 409 206 0.002182 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.50 - - [2025-10-02 01:31:27] "GET /tag/73ad7fbd-6e1e-44d8-8647-c9527f0bad94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.009587 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001492 10.0.0.50 - - [2025-10-02 01:31:27] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.059761 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.50 - - [2025-10-02 01:31:27] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004251 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.50 - - [2025-10-02 01:31:27] "GET /service-appliance-set/bb98891b-0309-4d9c-b49a-9a2ab40f594c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.003383 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 404 258 0.001398 10.0.0.50 - - [2025-10-02 01:31:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.116385 10.0.0.50 - - [2025-10-02 01:31:27] "GET /virtual-machine-interface/cd585216-825f-4f52-9c7e-3158d635a2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.014916 10.0.0.50 - - [2025-10-02 01:31:27] "POST /set-tag HTTP/1.1" 200 109 0.016700 10.0.0.50 - - [2025-10-02 01:31:27] "POST /instance-ips HTTP/1.1" 200 417 0.023283 10.0.0.50 - - [2025-10-02 01:31:27] "GET /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.012367 10.0.0.50 - - [2025-10-02 01:31:27] "POST /loadbalancers HTTP/1.1" 200 618 0.071672 10.0.0.50 - - [2025-10-02 01:31:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.020846 10.0.0.50 - - [2025-10-02 01:31:27] "POST /service-instances HTTP/1.1" 200 566 0.069863 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.020041 10.0.0.50 - - [2025-10-02 01:31:27] "POST /ref-update HTTP/1.1" 200 156 0.021903 10.0.0.50 - - [2025-10-02 01:31:27] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.044482 10.0.0.50 - - [2025-10-02 01:31:27] "GET /virtual-machine-interface/cd585216-825f-4f52-9c7e-3158d635a2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004482 10.0.0.50 - - [2025-10-02 01:31:27] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.011786 10.0.0.50 - - [2025-10-02 01:31:27] "GET /virtual-machine-interface/cd585216-825f-4f52-9c7e-3158d635a2c7?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.013406 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001396 10.0.0.50 - - [2025-10-02 01:31:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.011743 10.0.0.50 - - [2025-10-02 01:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006451 10.0.0.50 - - [2025-10-02 01:31:27] "GET /floating-ip-pool/02c05d86-2463-4503-b7bb-bd8cd82399dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1106 0.003313 10.0.0.50 - - [2025-10-02 01:31:28] "POST /virtual-machines HTTP/1.1" 200 429 0.022945 10.0.0.50 - - [2025-10-02 01:31:28] "POST /floating-ips HTTP/1.1" 200 671 0.143998 10.0.0.50 - - [2025-10-02 01:31:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.011850 10.0.0.50 - - [2025-10-02 01:31:28] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010467 10.0.0.50 - - [2025-10-02 01:31:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.172875 10.0.0.50 - - [2025-10-02 01:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.50 - - [2025-10-02 01:31:28] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002166 10.0.0.50 - - [2025-10-02 01:31:28] "POST /chown HTTP/1.1" 200 109 0.025811 10.0.0.50 - - [2025-10-02 01:31:28] "POST /tags HTTP/1.1" 409 221 0.001277 10.0.0.50 - - [2025-10-02 01:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001769 10.0.0.50 - - [2025-10-02 01:31:28] "GET /tag/8c0de80a-a959-4d59-8df6-43ef3067179b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.008901 10.0.0.50 - - [2025-10-02 01:31:28] "POST /tags HTTP/1.1" 409 238 0.001737 10.0.0.50 - - [2025-10-02 01:31:28] "POST /chown HTTP/1.1" 200 109 0.016861 10.0.0.50 - - [2025-10-02 01:31:28] "PUT /virtual-machine-interface/efae9615-a466-490a-8bf9-d76421c2f842 HTTP/1.1" 200 284 0.022304 10.0.0.50 - - [2025-10-02 01:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.50 - - [2025-10-02 01:31:28] "GET /tag/550e31cd-ae33-4d7c-9d98-bc3a46102e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.013658 10.0.0.50 - - [2025-10-02 01:31:28] "PUT /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b HTTP/1.1" 200 256 0.029514 10.0.0.50 - - [2025-10-02 01:31:28] "POST /firewall-rules HTTP/1.1" 200 650 0.098631 10.0.0.50 - - [2025-10-02 01:31:28] "GET /firewall-rule/ad40d110-9730-4f24-bfb0-a94ab65a5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.020191 10.0.0.50 - - [2025-10-02 01:31:28] "POST /ref-update HTTP/1.1" 200 156 0.072630 10.0.0.50 - - [2025-10-02 01:31:28] "POST /ref-update HTTP/1.1" 200 156 0.018876 10.0.0.50 - - [2025-10-02 01:31:28] "POST /ref-update HTTP/1.1" 200 156 0.020741 10.0.0.50 - - [2025-10-02 01:31:28] "GET /firewall-policy/4a696bea-0554-4a52-94da-e45f47d42358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.005460 10.0.0.50 - - [2025-10-02 01:31:28] "GET /firewall-rule/ad40d110-9730-4f24-bfb0-a94ab65a5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003663 10.0.0.50 - - [2025-10-02 01:31:28] "POST /ref-update HTTP/1.1" 200 156 0.029261 10.0.0.50 - - [2025-10-02 01:31:28] "POST /ref-update HTTP/1.1" 200 156 0.035524 10.0.0.50 - - [2025-10-02 01:31:28] "POST /ref-update HTTP/1.1" 200 156 0.021731 10.0.0.50 - - [2025-10-02 01:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.50 - - [2025-10-02 01:31:28] "POST /ref-update HTTP/1.1" 200 156 0.029068 10.0.0.50 - - [2025-10-02 01:31:28] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.044927 10.0.0.50 - - [2025-10-02 01:31:28] "GET /loadbalancer/28c96daf-beb5-442d-a300-333cafde26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.002520 10.0.0.50 - - [2025-10-02 01:31:28] "POST /virtual-machines HTTP/1.1" 200 429 0.026017 10.0.0.50 - - [2025-10-02 01:31:28] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.045910 10.0.0.50 - - [2025-10-02 01:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006680 10.0.0.50 - - [2025-10-02 01:31:28] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.048922 10.0.0.50 - - [2025-10-02 01:31:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.111739 10.0.0.50 - - [2025-10-02 01:31:28] "GET /loadbalancer-listener/b4d95274-fb0f-4dbd-a96d-8a43cdc4860c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.008224 10.0.0.50 - - [2025-10-02 01:31:28] "GET /loadbalancer-listener/b4d95274-fb0f-4dbd-a96d-8a43cdc4860c?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.002737 10.0.0.50 - - [2025-10-02 01:31:28] "POST /chown HTTP/1.1" 200 109 0.036592 10.0.0.50 - - [2025-10-02 01:31:28] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.028640 10.0.0.50 - - [2025-10-02 01:31:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.018049 10.0.0.50 - - [2025-10-02 01:31:29] "GET /loadbalancer-pool/f22d5376-5867-4cf9-98ff-5568079ba903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006743 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.017379 10.0.0.50 - - [2025-10-02 01:31:29] "PUT /virtual-machine-interface/2d0f5cc2-4d1c-4fdf-8a92-9484ccfa3eed HTTP/1.1" 200 284 0.036951 10.0.0.50 - - [2025-10-02 01:31:29] "POST /loadbalancer-members HTTP/1.1" 200 707 0.058369 10.0.0.50 - - [2025-10-02 01:31:29] "PUT /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b HTTP/1.1" 200 256 0.061953 10.0.0.50 - - [2025-10-02 01:31:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.034358 10.0.0.50 - - [2025-10-02 01:31:29] "GET /loadbalancer-member/74d4b580-c064-4554-8920-efb6311630fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.003396 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.030300 10.0.0.50 - - [2025-10-02 01:31:29] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003073 10.0.0.50 - - [2025-10-02 01:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001880 10.0.0.50 - - [2025-10-02 01:31:29] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.001965 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.009074 10.0.0.50 - - [2025-10-02 01:31:29] "POST /tags HTTP/1.1" 409 221 0.002649 10.0.0.50 - - [2025-10-02 01:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001198 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.026740 10.0.0.50 - - [2025-10-02 01:31:29] "GET /tag/8c0de80a-a959-4d59-8df6-43ef3067179b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.014634 10.0.0.50 - - [2025-10-02 01:31:29] "POST /tags HTTP/1.1" 409 238 0.002853 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.028301 10.0.0.50 - - [2025-10-02 01:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010608 10.0.0.50 - - [2025-10-02 01:31:29] "GET /tag/550e31cd-ae33-4d7c-9d98-bc3a46102e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.031024 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.046212 10.0.0.50 - - [2025-10-02 01:31:29] "POST /firewall-rules HTTP/1.1" 409 293 0.028894 10.0.0.50 - - [2025-10-02 01:31:29] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.007940 10.0.0.50 - - [2025-10-02 01:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.50 - - [2025-10-02 01:31:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.027527 10.0.0.50 - - [2025-10-02 01:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001803 10.0.0.50 - - [2025-10-02 01:31:29] "PUT /firewall-rule/ad40d110-9730-4f24-bfb0-a94ab65a5c0b HTTP/1.1" 200 260 0.044731 10.0.0.50 - - [2025-10-02 01:31:29] "GET /firewall-rule/ad40d110-9730-4f24-bfb0-a94ab65a5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.012882 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.008929 10.0.0.50 - - [2025-10-02 01:31:29] "GET /firewall-policy/4a696bea-0554-4a52-94da-e45f47d42358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.004686 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.018800 10.0.0.50 - - [2025-10-02 01:31:29] "GET /firewall-rule/ad40d110-9730-4f24-bfb0-a94ab65a5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004096 10.0.0.50 - - [2025-10-02 01:31:29] "PUT /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b HTTP/1.1" 200 256 0.015131 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.010212 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.014152 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.014616 10.0.0.50 - - [2025-10-02 01:31:29] "PUT /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b HTTP/1.1" 200 256 0.010463 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.018352 10.0.0.50 - - [2025-10-02 01:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008008 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.007712 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.020156 10.0.0.50 - - [2025-10-02 01:31:29] "PUT /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b HTTP/1.1" 200 256 0.016639 10.0.0.50 - - [2025-10-02 01:31:29] "POST /ref-update HTTP/1.1" 200 156 0.012631 10.0.0.50 - - [2025-10-02 01:31:29] "POST /chown HTTP/1.1" 200 109 0.026459 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.021492 10.0.0.50 - - [2025-10-02 01:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.50 - - [2025-10-02 01:31:30] "PUT /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b HTTP/1.1" 200 256 0.017533 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.021010 10.0.0.50 - - [2025-10-02 01:31:30] "POST /ref-update HTTP/1.1" 200 156 0.033530 10.0.0.50 - - [2025-10-02 01:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.50 - - [2025-10-02 01:31:30] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.044853 10.0.0.50 - - [2025-10-02 01:31:30] "POST /virtual-machines HTTP/1.1" 200 373 0.013964 10.0.0.50 - - [2025-10-02 01:31:30] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.009825 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.011153 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.035089 10.0.0.50 - - [2025-10-02 01:31:30] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.022578 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.034584 10.0.0.50 - - [2025-10-02 01:31:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.136163 10.0.0.50 - - [2025-10-02 01:31:30] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.024171 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.032602 10.0.0.50 - - [2025-10-02 01:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010070 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.024981 10.0.0.50 - - [2025-10-02 01:31:30] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.007708 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2860 0.004065 10.0.0.50 - - [2025-10-02 01:31:30] "POST /instance-ips HTTP/1.1" 200 413 0.018025 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.015762 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.032740 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2860 0.013031 10.0.0.50 - - [2025-10-02 01:31:30] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.007106 10.0.0.50 - - [2025-10-02 01:31:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.011328 10.0.0.50 - - [2025-10-02 01:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002014 10.0.0.50 - - [2025-10-02 01:31:30] "POST /set-tag HTTP/1.1" 200 109 0.015203 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.009658 10.0.0.50 - - [2025-10-02 01:31:30] "GET /instance-ip/85c0ae04-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.002288 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.005416 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.015009 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.003302 10.0.0.50 - - [2025-10-02 01:31:30] "POST /ref-update HTTP/1.1" 200 156 0.025581 10.0.0.50 - - [2025-10-02 01:31:30] "POST /set-tag HTTP/1.1" 200 109 0.001823 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006847 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.006332 10.0.0.50 - - [2025-10-02 01:31:30] "POST /ref-update HTTP/1.1" 200 156 0.015187 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.016825 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.016479 10.0.0.50 - - [2025-10-02 01:31:30] "POST /set-tag HTTP/1.1" 200 109 0.001505 10.0.0.50 - - [2025-10-02 01:31:30] "POST /ref-update HTTP/1.1" 200 156 0.019860 10.0.0.50 - - [2025-10-02 01:31:30] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.003739 10.0.0.50 - - [2025-10-02 01:31:30] "POST /set-tag HTTP/1.1" 200 109 0.001603 10.0.0.50 - - [2025-10-02 01:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001209 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.005855 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.020285 10.0.0.50 - - [2025-10-02 01:31:30] "POST /chown HTTP/1.1" 200 109 0.008128 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.010771 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001699 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.005063 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.016129 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.009087 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.016981 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.006142 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.013383 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.013930 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.005502 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001531 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.004924 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.020662 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.007010 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.012836 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001642 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.006211 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.013325 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.010151 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.006831 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001623 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.005416 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.005710 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.015539 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.015161 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001826 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.005468 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.014745 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.012228 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.005540 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001426 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.004933 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.012216 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.006396 10.0.0.50 - - [2025-10-02 01:31:31] "POST /chown HTTP/1.1" 200 109 0.017611 10.0.0.50 - - [2025-10-02 01:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001514 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.006663 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.014422 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.007850 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.005535 10.0.0.50 - - [2025-10-02 01:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001369 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.005122 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.005363 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.009161 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.013235 10.0.0.50 - - [2025-10-02 01:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002005 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.005640 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.014714 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.005980 10.0.0.50 - - [2025-10-02 01:31:32] "POST /chown HTTP/1.1" 200 109 0.018050 10.0.0.50 - - [2025-10-02 01:31:37] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.004172 10.0.0.50 - - [2025-10-02 01:31:37] "POST /set-tag HTTP/1.1" 200 109 0.001814 10.0.0.50 - - [2025-10-02 01:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001971 10.0.0.50 - - [2025-10-02 01:31:38] "GET /loadbalancer/3024e74f-ef2f-48f1-978b-aab2e67a255c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002006 10.0.0.50 - - [2025-10-02 01:31:38] "GET /loadbalancer-pool/b6997abb-cdfa-441c-9fde-0a9d7fc0a6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.001734 10.0.0.50 - - [2025-10-02 01:31:38] "POST /loadbalancer-members HTTP/1.1" 200 702 0.012203 10.0.0.50 - - [2025-10-02 01:31:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.007171 10.0.0.50 - - [2025-10-02 01:31:38] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.003821 10.0.0.50 - - [2025-10-02 01:31:38] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.003845 10.0.0.50 - - [2025-10-02 01:31:38] "POST /ref-update HTTP/1.1" 200 156 0.005175 10.0.0.50 - - [2025-10-02 01:31:38] "POST /tags HTTP/1.1" 409 221 0.001719 10.0.0.50 - - [2025-10-02 01:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001401 10.0.0.50 - - [2025-10-02 01:31:38] "GET /tag/8c0de80a-a959-4d59-8df6-43ef3067179b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.008929 10.0.0.50 - - [2025-10-02 01:31:38] "GET /floating-ip/bc22b5e6-cc61-465f-8684-69f92c24e41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1781 0.003337 10.0.0.50 - - [2025-10-02 01:31:38] "PUT /floating-ip/bc22b5e6-cc61-465f-8684-69f92c24e41f HTTP/1.1" 200 256 0.007017 10.0.0.50 - - [2025-10-02 01:31:38] "POST /set-tag HTTP/1.1" 200 109 0.021868 10.0.0.50 - - [2025-10-02 01:31:38] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.005504 10.0.0.50 - - [2025-10-02 01:31:38] "POST /set-tag HTTP/1.1" 200 109 0.002958 10.0.0.50 - - [2025-10-02 01:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001943 10.0.0.50 - - [2025-10-02 01:31:39] "GET /loadbalancer/3024e74f-ef2f-48f1-978b-aab2e67a255c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002063 10.0.0.50 - - [2025-10-02 01:31:39] "GET /loadbalancer-pool/b6997abb-cdfa-441c-9fde-0a9d7fc0a6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.001810 10.0.0.50 - - [2025-10-02 01:31:39] "POST /loadbalancer-members HTTP/1.1" 200 702 0.014066 10.0.0.50 - - [2025-10-02 01:31:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.016968 10.0.0.50 - - [2025-10-02 01:31:39] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.006243 10.0.0.50 - - [2025-10-02 01:31:39] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.005217 10.0.0.50 - - [2025-10-02 01:31:39] "POST /ref-update HTTP/1.1" 200 156 0.005230 10.0.0.50 - - [2025-10-02 01:31:39] "GET /floating-ip/bc22b5e6-cc61-465f-8684-69f92c24e41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.001812 10.0.0.50 - - [2025-10-02 01:31:39] "POST /set-tag HTTP/1.1" 200 109 0.018237 10.0.0.50 - - [2025-10-02 01:31:40] "GET /virtual-machine/40303dd2-7b23-434e-97d5-598afc5edfa1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.002839 10.0.0.50 - - [2025-10-02 01:31:40] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.003793 10.0.0.50 - - [2025-10-02 01:31:40] "GET /virtual-machine/d5329298-ff4c-4590-af05-d241bc2e8f0f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.002867 10.0.0.50 - - [2025-10-02 01:31:40] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.003807 10.0.0.50 - - [2025-10-02 01:31:41] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.004882 10.0.0.50 - - [2025-10-02 01:31:41] "POST /set-tag HTTP/1.1" 200 109 0.002200 10.0.0.50 - - [2025-10-02 01:31:45] "GET /virtual-machine/d49c7216-76a1-479d-a771-d48e95b7fbb8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1223 0.002919 10.0.0.50 - - [2025-10-02 01:31:45] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.004279 10.0.0.50 - - [2025-10-02 01:31:45] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.005633 10.0.0.50 - - [2025-10-02 01:31:45] "POST /set-tag HTTP/1.1" 200 109 0.002422 10.0.0.50 - - [2025-10-02 01:32:17] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.004347 10.0.0.50 - - [2025-10-02 01:32:17] "POST /set-tag HTTP/1.1" 200 109 0.001969 10.0.0.50 - - [2025-10-02 01:32:17] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.003502 10.0.0.50 - - [2025-10-02 01:32:17] "POST /set-tag HTTP/1.1" 200 109 0.001643 10.0.0.50 - - [2025-10-02 01:32:17] "GET /virtual-machine/d49c7216-76a1-479d-a771-d48e95b7fbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.001845 10.0.0.50 - - [2025-10-02 01:32:17] "POST /ref-update HTTP/1.1" 200 156 0.009411 10.0.0.50 - - [2025-10-02 01:32:17] "GET /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3234 0.009277 10.0.0.50 - - [2025-10-02 01:32:17] "POST /set-tag HTTP/1.1" 200 109 0.013134 10.0.0.50 - - [2025-10-02 01:32:17] "POST /set-tag HTTP/1.1" 200 109 0.012073 10.0.0.50 - - [2025-10-02 01:32:17] "DELETE /instance-ip/85c0ae04-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.041319 10.0.0.50 - - [2025-10-02 01:32:17] "DELETE /virtual-machine-interface/85a56482-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.039776 10.0.0.50 - - [2025-10-02 01:32:17] "DELETE /virtual-machine/d49c7216-76a1-479d-a771-d48e95b7fbb8 HTTP/1.1" 200 115 0.020287 10.0.0.50 - - [2025-10-02 01:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.50 - - [2025-10-02 01:32:20] "GET /tag/550e31cd-ae33-4d7c-9d98-bc3a46102e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.014414 10.0.0.50 - - [2025-10-02 01:32:20] "GET /tag/550e31cd-ae33-4d7c-9d98-bc3a46102e48?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.016843 10.0.0.50 - - [2025-10-02 01:32:20] "GET /virtual-machine-interface/2d0f5cc2-4d1c-4fdf-8a92-9484ccfa3eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.017967 10.0.0.50 - - [2025-10-02 01:32:20] "POST /set-tag HTTP/1.1" 200 109 0.042635 10.0.0.50 - - [2025-10-02 01:32:21] "GET /virtual-machine-interface/cd585216-825f-4f52-9c7e-3158d635a2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.008195 10.0.0.50 - - [2025-10-02 01:32:21] "POST /set-tag HTTP/1.1" 200 109 0.016476 10.0.0.50 - - [2025-10-02 01:32:21] "GET /virtual-machine-interface/efae9615-a466-490a-8bf9-d76421c2f842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.004364 10.0.0.50 - - [2025-10-02 01:32:21] "POST /set-tag HTTP/1.1" 200 109 0.013493 10.0.0.50 - - [2025-10-02 01:32:21] "GET /firewall-policy/4a696bea-0554-4a52-94da-e45f47d42358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.007123 10.0.0.50 - - [2025-10-02 01:32:21] "GET /firewall-rule/ad40d110-9730-4f24-bfb0-a94ab65a5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002966 10.0.0.50 - - [2025-10-02 01:32:21] "POST /ref-update HTTP/1.1" 200 156 0.030539 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /firewall-rule/ad40d110-9730-4f24-bfb0-a94ab65a5c0b HTTP/1.1" 200 115 0.035898 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /loadbalancer-member/74d4b580-c064-4554-8920-efb6311630fa HTTP/1.1" 200 115 0.022646 10.0.0.50 - - [2025-10-02 01:32:21] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.009666 10.0.0.50 - - [2025-10-02 01:32:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.010101 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /loadbalancer-pool/f22d5376-5867-4cf9-98ff-5568079ba903 HTTP/1.1" 200 115 0.060965 10.0.0.50 - - [2025-10-02 01:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /loadbalancer-listener/b4d95274-fb0f-4dbd-a96d-8a43cdc4860c HTTP/1.1" 200 115 0.040600 10.0.0.50 - - [2025-10-02 01:32:21] "GET /floating-ip/2caf727a-34bf-4e07-b6e8-dd6555c1eca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.002219 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.006082 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.018189 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.017192 10.0.0.50 - - [2025-10-02 01:32:21] "PUT /floating-ip/2caf727a-34bf-4e07-b6e8-dd6555c1eca2 HTTP/1.1" 200 256 0.032878 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.014342 10.0.0.50 - - [2025-10-02 01:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /floating-ip/2caf727a-34bf-4e07-b6e8-dd6555c1eca2 HTTP/1.1" 200 115 0.067792 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.019619 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /loadbalancer/28c96daf-beb5-442d-a300-333cafde26a4 HTTP/1.1" 200 115 0.044161 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.010064 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.016784 10.0.0.50 - - [2025-10-02 01:32:21] "POST /chown HTTP/1.1" 200 109 0.019961 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /instance-ip/2da33a79-d97f-4e26-98d4-e5b4dfbedb6b HTTP/1.1" 200 115 0.080939 10.0.0.50 - - [2025-10-02 01:32:21] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.017180 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /virtual-machine-interface/cd585216-825f-4f52-9c7e-3158d635a2c7 HTTP/1.1" 200 115 0.079485 10.0.0.50 - - [2025-10-02 01:32:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.014913 10.0.0.50 - - [2025-10-02 01:32:21] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.017246 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /tag/550e31cd-ae33-4d7c-9d98-bc3a46102e48 HTTP/1.1" 200 115 0.098970 10.0.0.50 - - [2025-10-02 01:32:21] "GET /floating-ip-pool/02c05d86-2463-4503-b7bb-bd8cd82399dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1106 0.002672 10.0.0.50 - - [2025-10-02 01:32:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.018578 10.0.0.50 - - [2025-10-02 01:32:21] "POST /ref-update HTTP/1.1" 200 156 0.022270 10.0.0.50 - - [2025-10-02 01:32:21] "DELETE /floating-ip-pool/02c05d86-2463-4503-b7bb-bd8cd82399dc HTTP/1.1" 200 115 0.045744 10.0.0.50 - - [2025-10-02 01:32:21] "PUT /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 266 0.017907 10.0.0.50 - - [2025-10-02 01:32:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.013228 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /service-instance/fecf0078-5777-48db-83df-9dca59d2b200 HTTP/1.1" 200 115 0.040486 10.0.0.50 - - [2025-10-02 01:32:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.50 - - [2025-10-02 01:32:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001124 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /virtual-network/2398ab09-ca04-48eb-bb9e-81559b2e86a8 HTTP/1.1" 200 115 0.101779 10.0.0.50 - - [2025-10-02 01:32:22] "GET /routing-instance/61d404ff-d1e0-4ecf-ac7a-5caac0416507 HTTP/1.1" 404 171 0.001581 10.0.0.50 - - [2025-10-02 01:32:22] "GET /domains HTTP/1.1" 200 280 0.001336 10.0.0.50 - - [2025-10-02 01:32:22] "GET /virtual-machine-interface/efae9615-a466-490a-8bf9-d76421c2f842?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.008866 10.0.0.50 - - [2025-10-02 01:32:22] "GET /domain/4134855e-48c1-4e4e-9d4d-7239e5766045 HTTP/1.1" 200 3086 0.004950 10.0.0.50 - - [2025-10-02 01:32:22] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52 HTTP/1.1" 200 7412 0.043067 10.0.0.50 - - [2025-10-02 01:32:22] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.009629 10.0.0.50 - - [2025-10-02 01:32:22] "POST /set-tag HTTP/1.1" 200 109 0.008437 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /virtual-machine-interface/efae9615-a466-490a-8bf9-d76421c2f842 HTTP/1.1" 200 115 0.104048 10.0.0.50 - - [2025-10-02 01:32:22] "POST /ref-update HTTP/1.1" 200 156 0.008758 10.0.0.50 - - [2025-10-02 01:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.029781 10.0.0.50 - - [2025-10-02 01:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.036382 10.0.0.50 - - [2025-10-02 01:32:22] "GET /loadbalancer/3024e74f-ef2f-48f1-978b-aab2e67a255c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009510 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /virtual-machine/067a23bf-529b-4263-a33c-433f29c63e7c HTTP/1.1" 200 115 0.042394 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /route-target/b25b0d79-d1fa-4942-95f0-62b1aced5a1a HTTP/1.1" 200 115 0.028559 10.0.0.50 - - [2025-10-02 01:32:22] "GET /virtual-machine-interface/2d0f5cc2-4d1c-4fdf-8a92-9484ccfa3eed?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1207 0.012315 10.0.0.50 - - [2025-10-02 01:32:22] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.006766 10.0.0.50 - - [2025-10-02 01:32:22] "POST /set-tag HTTP/1.1" 200 109 0.016002 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /loadbalancer-member/cdb78f43-d0ce-44ab-931a-25fb2493679c HTTP/1.1" 200 115 0.045004 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /virtual-machine-interface/2d0f5cc2-4d1c-4fdf-8a92-9484ccfa3eed HTTP/1.1" 200 115 0.057515 10.0.0.50 - - [2025-10-02 01:32:22] "DELETE /virtual-machine/6f63893a-58a5-4bfe-ab1f-d270a1d64791 HTTP/1.1" 200 115 0.018064 10.0.0.50 - - [2025-10-02 01:32:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.007420 10.0.0.50 - - [2025-10-02 01:32:23] "POST /set-tag HTTP/1.1" 200 109 0.002610 10.0.0.50 - - [2025-10-02 01:32:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.006268 10.0.0.50 - - [2025-10-02 01:32:23] "POST /set-tag HTTP/1.1" 200 109 0.002337 10.0.0.50 - - [2025-10-02 01:32:23] "GET /virtual-machine/d5329298-ff4c-4590-af05-d241bc2e8f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.003352 10.0.0.50 - - [2025-10-02 01:32:23] "POST /ref-update HTTP/1.1" 200 156 0.009648 10.0.0.50 - - [2025-10-02 01:32:23] "GET /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3387 0.019982 10.0.0.50 - - [2025-10-02 01:32:23] "POST /set-tag HTTP/1.1" 200 109 0.015365 10.0.0.50 - - [2025-10-02 01:32:23] "POST /set-tag HTTP/1.1" 200 109 0.017879 10.0.0.50 - - [2025-10-02 01:32:23] "POST /set-tag HTTP/1.1" 200 109 0.038313 10.0.0.50 - - [2025-10-02 01:32:23] "DELETE /instance-ip/81663a68-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.044844 10.0.0.50 - - [2025-10-02 01:32:23] "POST /ref-update HTTP/1.1" 200 156 0.010324 10.0.0.50 - - [2025-10-02 01:32:23] "DELETE /virtual-machine-interface/8150c82c-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.042349 10.0.0.50 - - [2025-10-02 01:32:23] "DELETE /virtual-machine/d5329298-ff4c-4590-af05-d241bc2e8f0f HTTP/1.1" 200 115 0.020759 10.0.0.50 - - [2025-10-02 01:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.50 - - [2025-10-02 01:32:27] "GET /loadbalancer/3024e74f-ef2f-48f1-978b-aab2e67a255c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.002753 10.0.0.50 - - [2025-10-02 01:32:27] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.009716 10.0.0.50 - - [2025-10-02 01:32:27] "POST /set-tag HTTP/1.1" 200 109 0.001965 10.0.0.50 - - [2025-10-02 01:32:28] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.004258 10.0.0.50 - - [2025-10-02 01:32:28] "POST /set-tag HTTP/1.1" 200 109 0.002001 10.0.0.50 - - [2025-10-02 01:32:28] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.003509 10.0.0.50 - - [2025-10-02 01:32:28] "POST /set-tag HTTP/1.1" 200 109 0.001892 10.0.0.50 - - [2025-10-02 01:32:28] "GET /virtual-machine/40303dd2-7b23-434e-97d5-598afc5edfa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002905 10.0.0.50 - - [2025-10-02 01:32:28] "POST /ref-update HTTP/1.1" 200 156 0.009298 10.0.0.50 - - [2025-10-02 01:32:28] "GET /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3569 0.015565 10.0.0.50 - - [2025-10-02 01:32:28] "POST /set-tag HTTP/1.1" 200 109 0.031265 10.0.0.50 - - [2025-10-02 01:32:28] "POST /set-tag HTTP/1.1" 200 109 0.037075 10.0.0.50 - - [2025-10-02 01:32:28] "POST /set-tag HTTP/1.1" 200 109 0.032976 10.0.0.50 - - [2025-10-02 01:32:28] "DELETE /instance-ip/81025746-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.047908 10.0.0.50 - - [2025-10-02 01:32:28] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.50 - - [2025-10-02 01:32:28] "DELETE /virtual-machine-interface/80e47b4a-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.048720 10.0.0.50 - - [2025-10-02 01:32:28] "DELETE /virtual-machine/40303dd2-7b23-434e-97d5-598afc5edfa1 HTTP/1.1" 200 115 0.014315 10.0.0.50 - - [2025-10-02 01:32:28] "DELETE /tag/b3b2bd4f-ea0a-407d-9137-f8f673663667 HTTP/1.1" 200 115 0.050724 10.0.0.50 - - [2025-10-02 01:32:28] "DELETE /tag/64847104-0f76-429d-b24f-d2d51564e8e9 HTTP/1.1" 200 115 0.036997 10.0.0.50 - - [2025-10-02 01:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002043 10.0.0.50 - - [2025-10-02 01:32:32] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.040694 10.0.0.50 - - [2025-10-02 01:32:32] "POST /tags HTTP/1.1" 200 393 0.038666 10.0.0.50 - - [2025-10-02 01:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.014752 10.0.0.50 - - [2025-10-02 01:32:32] "GET /tag/8a77e3bf-6bdd-4fc5-a6a0-c700926a2873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.011697 10.0.0.50 - - [2025-10-02 01:32:32] "POST /tags HTTP/1.1" 200 341 0.020313 10.0.0.50 - - [2025-10-02 01:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.50 - - [2025-10-02 01:32:32] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010377 10.0.0.50 - - [2025-10-02 01:32:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.001539 10.0.0.50 - - [2025-10-02 01:32:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.002306 10.0.0.50 - - [2025-10-02 01:32:32] "POST /security-groups HTTP/1.1" 200 589 0.056153 10.0.0.50 - - [2025-10-02 01:32:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.002554 10.0.0.50 - - [2025-10-02 01:32:32] "POST /projects HTTP/1.1" 200 519 0.189557 10.0.0.50 - - [2025-10-02 01:32:32] "POST /access-control-lists HTTP/1.1" 200 598 0.066177 10.0.0.50 - - [2025-10-02 01:32:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.008436 10.0.0.50 - - [2025-10-02 01:32:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.030765 10.0.0.50 - - [2025-10-02 01:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007797 10.0.0.50 - - [2025-10-02 01:32:32] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004633 10.0.0.50 - - [2025-10-02 01:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001928 10.0.0.50 - - [2025-10-02 01:32:33] "POST /access-control-lists HTTP/1.1" 200 596 0.081686 10.0.0.50 - - [2025-10-02 01:32:33] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.006259 10.0.0.50 - - [2025-10-02 01:32:33] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.053375 10.0.0.50 - - [2025-10-02 01:32:33] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.063691 10.0.0.50 - - [2025-10-02 01:32:33] "POST /security-groups HTTP/1.1" 200 591 0.068617 10.0.0.50 - - [2025-10-02 01:32:33] "POST /fqname-to-id HTTP/1.1" 404 270 0.001474 10.0.0.50 - - [2025-10-02 01:32:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.026065 10.0.0.50 - - [2025-10-02 01:32:33] "POST /chown HTTP/1.1" 200 109 0.023045 10.0.0.50 - - [2025-10-02 01:32:33] "POST /access-control-lists HTTP/1.1" 200 632 0.081523 10.0.0.50 - - [2025-10-02 01:32:33] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003961 10.0.0.50 - - [2025-10-02 01:32:33] "POST /fqname-to-id HTTP/1.1" 404 269 0.003856 10.0.0.50 - - [2025-10-02 01:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.50 - - [2025-10-02 01:32:33] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.001859 10.0.0.50 - - [2025-10-02 01:32:33] "POST /tags HTTP/1.1" 409 226 0.002000 10.0.0.50 - - [2025-10-02 01:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001375 10.0.0.50 - - [2025-10-02 01:32:33] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.016551 10.0.0.50 - - [2025-10-02 01:32:33] "POST /access-control-lists HTTP/1.1" 200 630 0.073895 10.0.0.50 - - [2025-10-02 01:32:33] "POST /firewall-rules HTTP/1.1" 200 600 0.079882 10.0.0.50 - - [2025-10-02 01:32:33] "GET /firewall-rule/71af07c9-074d-4acd-8ce6-5b361d30bd53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.012001 10.0.0.50 - - [2025-10-02 01:32:33] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004079 10.0.0.50 - - [2025-10-02 01:32:33] "GET /firewall-rule/71af07c9-074d-4acd-8ce6-5b361d30bd53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.001972 10.0.0.50 - - [2025-10-02 01:32:33] "POST /ref-update HTTP/1.1" 200 156 0.038340 10.0.0.50 - - [2025-10-02 01:32:33] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002575 10.0.0.50 - - [2025-10-02 01:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001345 10.0.0.50 - - [2025-10-02 01:32:33] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.001778 10.0.0.50 - - [2025-10-02 01:32:33] "POST /tags HTTP/1.1" 409 226 0.001163 10.0.0.50 - - [2025-10-02 01:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001393 10.0.0.50 - - [2025-10-02 01:32:33] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.009254 10.0.0.50 - - [2025-10-02 01:32:33] "POST /firewall-rules HTTP/1.1" 200 598 0.067947 10.0.0.50 - - [2025-10-02 01:32:33] "GET /firewall-rule/f33abccf-5f44-40e4-b011-ffed389eb82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004109 10.0.0.50 - - [2025-10-02 01:32:33] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.002612 10.0.0.50 - - [2025-10-02 01:32:33] "GET /firewall-rule/f33abccf-5f44-40e4-b011-ffed389eb82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.001814 10.0.0.50 - - [2025-10-02 01:32:33] "POST /ref-update HTTP/1.1" 200 156 0.039135 10.0.0.50 - - [2025-10-02 01:32:35] "POST /tags HTTP/1.1" 200 393 0.022570 10.0.0.50 - - [2025-10-02 01:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.50 - - [2025-10-02 01:32:35] "GET /tag/6686e270-4e00-4542-afbe-3906e450510b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.010999 10.0.0.50 - - [2025-10-02 01:32:35] "POST /tags HTTP/1.1" 200 341 0.017541 10.0.0.50 - - [2025-10-02 01:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.50 - - [2025-10-02 01:32:35] "GET /tag/55b8466a-0a5d-47b4-8b8c-2b6d0f696c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.016132 10.0.0.50 - - [2025-10-02 01:32:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.004017 10.0.0.50 - - [2025-10-02 01:32:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.003116 10.0.0.50 - - [2025-10-02 01:32:35] "POST /security-groups HTTP/1.1" 200 589 0.067042 10.0.0.50 - - [2025-10-02 01:32:35] "POST /projects HTTP/1.1" 200 519 0.154004 10.0.0.50 - - [2025-10-02 01:32:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.001370 10.0.0.50 - - [2025-10-02 01:32:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.011026 10.0.0.50 - - [2025-10-02 01:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010435 10.0.0.50 - - [2025-10-02 01:32:36] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.017821 10.0.0.50 - - [2025-10-02 01:32:36] "POST /access-control-lists HTTP/1.1" 200 598 0.077262 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007174 10.0.0.50 - - [2025-10-02 01:32:36] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003543 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.001683 10.0.0.50 - - [2025-10-02 01:32:36] "POST /access-control-lists HTTP/1.1" 200 596 0.017389 10.0.0.50 - - [2025-10-02 01:32:36] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.056323 10.0.0.50 - - [2025-10-02 01:32:36] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.045552 10.0.0.50 - - [2025-10-02 01:32:36] "POST /security-groups HTTP/1.1" 200 591 0.066863 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 404 270 0.001656 10.0.0.50 - - [2025-10-02 01:32:36] "POST /access-control-lists HTTP/1.1" 200 632 0.060659 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 404 269 0.007044 10.0.0.50 - - [2025-10-02 01:32:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.076460 10.0.0.50 - - [2025-10-02 01:32:36] "POST /chown HTTP/1.1" 200 109 0.015097 10.0.0.50 - - [2025-10-02 01:32:36] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.012337 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002043 10.0.0.50 - - [2025-10-02 01:32:36] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.012400 10.0.0.50 - - [2025-10-02 01:32:36] "POST /access-control-lists HTTP/1.1" 200 630 0.069185 10.0.0.50 - - [2025-10-02 01:32:36] "POST /tags HTTP/1.1" 409 226 0.035574 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.50 - - [2025-10-02 01:32:36] "GET /tag/55b8466a-0a5d-47b4-8b8c-2b6d0f696c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.009059 10.0.0.50 - - [2025-10-02 01:32:36] "POST /firewall-rules HTTP/1.1" 200 600 0.066514 10.0.0.50 - - [2025-10-02 01:32:36] "GET /firewall-rule/264c3950-e5a2-41cc-bdc6-a3750f4f4b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004159 10.0.0.50 - - [2025-10-02 01:32:36] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.003149 10.0.0.50 - - [2025-10-02 01:32:36] "GET /firewall-rule/264c3950-e5a2-41cc-bdc6-a3750f4f4b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.001798 10.0.0.50 - - [2025-10-02 01:32:36] "POST /ref-update HTTP/1.1" 200 156 0.042580 10.0.0.50 - - [2025-10-02 01:32:36] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010430 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.50 - - [2025-10-02 01:32:36] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.007714 10.0.0.50 - - [2025-10-02 01:32:36] "POST /tags HTTP/1.1" 409 226 0.001559 10.0.0.50 - - [2025-10-02 01:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002343 10.0.0.50 - - [2025-10-02 01:32:36] "GET /tag/55b8466a-0a5d-47b4-8b8c-2b6d0f696c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.009766 10.0.0.50 - - [2025-10-02 01:32:36] "POST /firewall-rules HTTP/1.1" 200 598 0.070220 10.0.0.50 - - [2025-10-02 01:32:37] "GET /firewall-rule/65976563-69ce-4514-832d-130ebe7968b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.003841 10.0.0.50 - - [2025-10-02 01:32:37] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.003092 10.0.0.50 - - [2025-10-02 01:32:37] "GET /firewall-rule/65976563-69ce-4514-832d-130ebe7968b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.001707 10.0.0.50 - - [2025-10-02 01:32:37] "POST /ref-update HTTP/1.1" 200 156 0.057496 10.0.0.50 - - [2025-10-02 01:32:38] "POST /tags HTTP/1.1" 200 345 0.062414 10.0.0.50 - - [2025-10-02 01:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007331 10.0.0.50 - - [2025-10-02 01:32:38] "GET /tag/e60ae195-564c-49dc-8f0d-7d525173090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.022911 10.0.0.50 - - [2025-10-02 01:32:38] "POST /projects HTTP/1.1" 409 238 0.004158 10.0.0.50 - - [2025-10-02 01:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001519 10.0.0.50 - - [2025-10-02 01:32:38] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.032350 10.0.0.50 - - [2025-10-02 01:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.50 - - [2025-10-02 01:32:38] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004197 10.0.0.50 - - [2025-10-02 01:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002080 10.0.0.50 - - [2025-10-02 01:32:38] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003375 10.0.0.50 - - [2025-10-02 01:32:38] "POST /security-groups HTTP/1.1" 409 285 0.002472 10.0.0.50 - - [2025-10-02 01:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001400 10.0.0.50 - - [2025-10-02 01:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001957 10.0.0.50 - - [2025-10-02 01:32:38] "PUT /security-group/7198ec83-0489-4d31-a021-f79d9029a926 HTTP/1.1" 200 262 0.059244 10.0.0.50 - - [2025-10-02 01:32:39] "PUT /access-control-list/d99f5fbf-a3c2-4139-800b-0391b285e109 HTTP/1.1" 200 272 0.029649 10.0.0.50 - - [2025-10-02 01:32:39] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.088597 10.0.0.50 - - [2025-10-02 01:32:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.062674 10.0.0.50 - - [2025-10-02 01:32:39] "POST /tags HTTP/1.1" 409 228 0.013806 10.0.0.50 - - [2025-10-02 01:32:39] "PUT /access-control-list/37dcdf0c-597c-44df-b360-b3fe12f4caa5 HTTP/1.1" 200 272 0.057162 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001941 10.0.0.50 - - [2025-10-02 01:32:39] "GET /tag/e60ae195-564c-49dc-8f0d-7d525173090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.009166 10.0.0.50 - - [2025-10-02 01:32:39] "POST /tags HTTP/1.1" 200 345 0.013389 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001949 10.0.0.50 - - [2025-10-02 01:32:39] "GET /tag/48663b65-9896-4672-8e07-759f507fbd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.010853 10.0.0.50 - - [2025-10-02 01:32:39] "POST /projects HTTP/1.1" 409 238 0.001767 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.50 - - [2025-10-02 01:32:39] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.024399 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.50 - - [2025-10-02 01:32:39] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004421 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002258 10.0.0.50 - - [2025-10-02 01:32:39] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.005038 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001751 10.0.0.50 - - [2025-10-02 01:32:39] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.023637 10.0.0.50 - - [2025-10-02 01:32:39] "POST /security-groups HTTP/1.1" 409 285 0.002020 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001241 10.0.0.50 - - [2025-10-02 01:32:39] "PUT /security-group/65258aaf-6cd3-4a51-9758-03d65187c95e HTTP/1.1" 200 262 0.060437 10.0.0.50 - - [2025-10-02 01:32:39] "PUT /access-control-list/fa5735cc-cc2c-4302-9da1-865df7635f6f HTTP/1.1" 200 272 0.014054 10.0.0.50 - - [2025-10-02 01:32:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.028429 10.0.0.50 - - [2025-10-02 01:32:39] "POST /tags HTTP/1.1" 409 228 0.018731 10.0.0.50 - - [2025-10-02 01:32:39] "PUT /access-control-list/6f4d134b-7ff2-427e-8560-afcbb0f9d13d HTTP/1.1" 200 272 0.022406 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.50 - - [2025-10-02 01:32:39] "GET /tag/48663b65-9896-4672-8e07-759f507fbd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.009575 10.0.0.50 - - [2025-10-02 01:32:39] "POST /tags HTTP/1.1" 200 291 0.066789 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001719 10.0.0.50 - - [2025-10-02 01:32:39] "GET /tag/b6f0d828-1f9c-474a-a034-b7c5363c8c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.010494 10.0.0.50 - - [2025-10-02 01:32:39] "POST /tags HTTP/1.1" 200 303 0.048803 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006474 10.0.0.50 - - [2025-10-02 01:32:39] "GET /tag/d498a349-1e10-4656-9dd0-8e2e481941b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.011520 10.0.0.50 - - [2025-10-02 01:32:39] "POST /tags HTTP/1.1" 409 252 0.001542 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001348 10.0.0.50 - - [2025-10-02 01:32:39] "GET /tag/8a77e3bf-6bdd-4fc5-a6a0-c700926a2873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.012236 10.0.0.50 - - [2025-10-02 01:32:39] "POST /tags HTTP/1.1" 409 226 0.001651 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001281 10.0.0.50 - - [2025-10-02 01:32:39] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010115 10.0.0.50 - - [2025-10-02 01:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001936 10.0.0.50 - - [2025-10-02 01:32:39] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003421 10.0.0.50 - - [2025-10-02 01:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.50 - - [2025-10-02 01:32:40] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.032369 10.0.0.50 - - [2025-10-02 01:32:40] "POST /virtual-machines HTTP/1.1" 200 395 0.029299 10.0.0.50 - - [2025-10-02 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.008720 10.0.0.50 - - [2025-10-02 01:32:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.109710 10.0.0.50 - - [2025-10-02 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.024143 10.0.0.50 - - [2025-10-02 01:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011685 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004285 10.0.0.50 - - [2025-10-02 01:32:40] "POST /instance-ips HTTP/1.1" 200 397 0.019371 10.0.0.50 - - [2025-10-02 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.015496 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.009663 10.0.0.50 - - [2025-10-02 01:32:40] "POST /set-tag HTTP/1.1" 200 109 0.072239 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.013245 10.0.0.50 - - [2025-10-02 01:32:40] "GET /instance-ip/af5a5d82-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003965 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005079 10.0.0.50 - - [2025-10-02 01:32:40] "POST /set-tag HTTP/1.1" 200 109 0.002350 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.003513 10.0.0.50 - - [2025-10-02 01:32:40] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004044 10.0.0.50 - - [2025-10-02 01:32:40] "POST /set-tag HTTP/1.1" 200 109 0.001641 10.0.0.50 - - [2025-10-02 01:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001344 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003815 10.0.0.50 - - [2025-10-02 01:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007879 10.0.0.50 - - [2025-10-02 01:32:40] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.032405 10.0.0.50 - - [2025-10-02 01:32:40] "POST /virtual-machines HTTP/1.1" 200 395 0.008941 10.0.0.50 - - [2025-10-02 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.017741 10.0.0.50 - - [2025-10-02 01:32:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.099009 10.0.0.50 - - [2025-10-02 01:32:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.013599 10.0.0.50 - - [2025-10-02 01:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006982 10.0.0.50 - - [2025-10-02 01:32:40] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.007558 10.0.0.50 - - [2025-10-02 01:32:41] "POST /instance-ips HTTP/1.1" 200 397 0.021857 10.0.0.50 - - [2025-10-02 01:32:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.018746 10.0.0.50 - - [2025-10-02 01:32:41] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.015500 10.0.0.50 - - [2025-10-02 01:32:41] "POST /set-tag HTTP/1.1" 200 109 0.064616 10.0.0.50 - - [2025-10-02 01:32:41] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.013879 10.0.0.50 - - [2025-10-02 01:32:41] "GET /instance-ip/afc57770-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003449 10.0.0.50 - - [2025-10-02 01:32:41] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005101 10.0.0.50 - - [2025-10-02 01:32:41] "POST /set-tag HTTP/1.1" 200 109 0.001943 10.0.0.50 - - [2025-10-02 01:32:41] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.003132 10.0.0.50 - - [2025-10-02 01:32:41] "POST /ref-update HTTP/1.1" 200 156 0.008773 10.0.0.50 - - [2025-10-02 01:32:41] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.011182 10.0.0.50 - - [2025-10-02 01:32:41] "POST /set-tag HTTP/1.1" 200 109 0.001870 10.0.0.50 - - [2025-10-02 01:32:41] "POST /tags HTTP/1.1" 200 291 0.016255 10.0.0.50 - - [2025-10-02 01:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.50 - - [2025-10-02 01:32:41] "GET /tag/eb68301f-4078-4ac4-8c2a-4d500c972aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.010001 10.0.0.50 - - [2025-10-02 01:32:41] "POST /tags HTTP/1.1" 409 252 0.002269 10.0.0.50 - - [2025-10-02 01:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.50 - - [2025-10-02 01:32:41] "GET /tag/6686e270-4e00-4542-afbe-3906e450510b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.009402 10.0.0.50 - - [2025-10-02 01:32:41] "POST /tags HTTP/1.1" 409 226 0.002367 10.0.0.50 - - [2025-10-02 01:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001998 10.0.0.50 - - [2025-10-02 01:32:41] "GET /tag/55b8466a-0a5d-47b4-8b8c-2b6d0f696c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.030751 10.0.0.50 - - [2025-10-02 01:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.50 - - [2025-10-02 01:32:41] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.005047 10.0.0.50 - - [2025-10-02 01:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001201 10.0.0.50 - - [2025-10-02 01:32:41] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.028288 10.0.0.50 - - [2025-10-02 01:32:41] "POST /virtual-machines HTTP/1.1" 200 395 0.007150 10.0.0.50 - - [2025-10-02 01:32:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.013505 10.0.0.50 - - [2025-10-02 01:32:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.102093 10.0.0.50 - - [2025-10-02 01:32:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.009403 10.0.0.50 - - [2025-10-02 01:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.50 - - [2025-10-02 01:32:41] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008869 10.0.0.50 - - [2025-10-02 01:32:42] "POST /instance-ips HTTP/1.1" 200 397 0.017307 10.0.0.50 - - [2025-10-02 01:32:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.018534 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.011875 10.0.0.50 - - [2025-10-02 01:32:42] "POST /set-tag HTTP/1.1" 200 109 0.063357 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009358 10.0.0.50 - - [2025-10-02 01:32:42] "GET /instance-ip/b05bf862-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003570 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006248 10.0.0.50 - - [2025-10-02 01:32:42] "POST /set-tag HTTP/1.1" 200 109 0.002008 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1911 0.002883 10.0.0.50 - - [2025-10-02 01:32:42] "POST /ref-update HTTP/1.1" 200 156 0.008541 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.012327 10.0.0.50 - - [2025-10-02 01:32:42] "POST /set-tag HTTP/1.1" 200 109 0.002674 10.0.0.50 - - [2025-10-02 01:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001919 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003380 10.0.0.50 - - [2025-10-02 01:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001293 10.0.0.50 - - [2025-10-02 01:32:42] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.027204 10.0.0.50 - - [2025-10-02 01:32:42] "POST /virtual-machines HTTP/1.1" 200 395 0.007313 10.0.0.50 - - [2025-10-02 01:32:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.010227 10.0.0.50 - - [2025-10-02 01:32:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.107659 10.0.0.50 - - [2025-10-02 01:32:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.008598 10.0.0.50 - - [2025-10-02 01:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009350 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005147 10.0.0.50 - - [2025-10-02 01:32:42] "POST /instance-ips HTTP/1.1" 200 397 0.026102 10.0.0.50 - - [2025-10-02 01:32:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.021268 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.006217 10.0.0.50 - - [2025-10-02 01:32:42] "POST /set-tag HTTP/1.1" 200 109 0.059633 10.0.0.50 - - [2025-10-02 01:32:42] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009995 10.0.0.50 - - [2025-10-02 01:32:42] "GET /instance-ip/b0cbcd0e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003469 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004106 10.0.0.50 - - [2025-10-02 01:32:43] "POST /set-tag HTTP/1.1" 200 109 0.001761 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.003003 10.0.0.50 - - [2025-10-02 01:32:43] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009692 10.0.0.50 - - [2025-10-02 01:32:43] "POST /set-tag HTTP/1.1" 200 109 0.002396 10.0.0.50 - - [2025-10-02 01:32:43] "POST /tags HTTP/1.1" 200 299 0.014921 10.0.0.50 - - [2025-10-02 01:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.011167 10.0.0.50 - - [2025-10-02 01:32:43] "GET /tag/e7a06645-1bae-45bf-a6ae-de7af9094569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011136 10.0.0.50 - - [2025-10-02 01:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001442 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003287 10.0.0.50 - - [2025-10-02 01:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.50 - - [2025-10-02 01:32:43] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.029892 10.0.0.50 - - [2025-10-02 01:32:43] "POST /virtual-machines HTTP/1.1" 200 395 0.011211 10.0.0.50 - - [2025-10-02 01:32:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.007273 10.0.0.50 - - [2025-10-02 01:32:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.105943 10.0.0.50 - - [2025-10-02 01:32:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.029010 10.0.0.50 - - [2025-10-02 01:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004062 10.0.0.50 - - [2025-10-02 01:32:43] "POST /instance-ips HTTP/1.1" 200 397 0.015924 10.0.0.50 - - [2025-10-02 01:32:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.027004 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.003451 10.0.0.50 - - [2025-10-02 01:32:43] "POST /set-tag HTTP/1.1" 200 109 0.016898 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.012209 10.0.0.50 - - [2025-10-02 01:32:43] "GET /instance-ip/b1437ca0-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002854 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004144 10.0.0.50 - - [2025-10-02 01:32:43] "POST /set-tag HTTP/1.1" 200 109 0.001927 10.0.0.50 - - [2025-10-02 01:32:43] "POST /tags HTTP/1.1" 200 299 0.021450 10.0.0.50 - - [2025-10-02 01:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008428 10.0.0.50 - - [2025-10-02 01:32:43] "GET /tag/a7dfb376-c2a1-4377-952b-d83b55f3ecaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011361 10.0.0.50 - - [2025-10-02 01:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001475 10.0.0.50 - - [2025-10-02 01:32:43] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003390 10.0.0.50 - - [2025-10-02 01:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.50 - - [2025-10-02 01:32:43] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.034299 10.0.0.50 - - [2025-10-02 01:32:43] "POST /virtual-machines HTTP/1.1" 200 395 0.009857 10.0.0.50 - - [2025-10-02 01:32:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.008181 10.0.0.50 - - [2025-10-02 01:32:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.094037 10.0.0.50 - - [2025-10-02 01:32:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.018993 10.0.0.50 - - [2025-10-02 01:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011742 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004245 10.0.0.50 - - [2025-10-02 01:32:44] "POST /instance-ips HTTP/1.1" 200 397 0.017144 10.0.0.50 - - [2025-10-02 01:32:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.012573 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.013361 10.0.0.50 - - [2025-10-02 01:32:44] "POST /set-tag HTTP/1.1" 200 109 0.017252 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.013862 10.0.0.50 - - [2025-10-02 01:32:44] "GET /instance-ip/b1a47596-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003860 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004376 10.0.0.50 - - [2025-10-02 01:32:44] "POST /set-tag HTTP/1.1" 200 109 0.002078 10.0.0.50 - - [2025-10-02 01:32:44] "POST /tags HTTP/1.1" 200 299 0.023901 10.0.0.50 - - [2025-10-02 01:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009658 10.0.0.50 - - [2025-10-02 01:32:44] "GET /tag/33ecf27d-45ee-400e-accb-647ec63af97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.010768 10.0.0.50 - - [2025-10-02 01:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001447 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003283 10.0.0.50 - - [2025-10-02 01:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007304 10.0.0.50 - - [2025-10-02 01:32:44] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.031057 10.0.0.50 - - [2025-10-02 01:32:44] "POST /virtual-machines HTTP/1.1" 200 395 0.012638 10.0.0.50 - - [2025-10-02 01:32:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.007968 10.0.0.50 - - [2025-10-02 01:32:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.094469 10.0.0.50 - - [2025-10-02 01:32:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.020093 10.0.0.50 - - [2025-10-02 01:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.013317 10.0.0.50 - - [2025-10-02 01:32:44] "POST /instance-ips HTTP/1.1" 200 397 0.036452 10.0.0.50 - - [2025-10-02 01:32:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.023399 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.014323 10.0.0.50 - - [2025-10-02 01:32:44] "POST /set-tag HTTP/1.1" 200 109 0.015305 10.0.0.50 - - [2025-10-02 01:32:44] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006526 10.0.0.50 - - [2025-10-02 01:32:45] "GET /instance-ip/b207fc4c-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.004817 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004088 10.0.0.50 - - [2025-10-02 01:32:45] "POST /set-tag HTTP/1.1" 200 109 0.002237 10.0.0.50 - - [2025-10-02 01:32:45] "POST /tags HTTP/1.1" 200 299 0.014441 10.0.0.50 - - [2025-10-02 01:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006608 10.0.0.50 - - [2025-10-02 01:32:45] "GET /tag/c7702e4b-e127-4829-bfa4-b10faf73f1ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.013588 10.0.0.50 - - [2025-10-02 01:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003831 10.0.0.50 - - [2025-10-02 01:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001452 10.0.0.50 - - [2025-10-02 01:32:45] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.042070 10.0.0.50 - - [2025-10-02 01:32:45] "POST /virtual-machines HTTP/1.1" 200 395 0.007193 10.0.0.50 - - [2025-10-02 01:32:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.012114 10.0.0.50 - - [2025-10-02 01:32:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.109660 10.0.0.50 - - [2025-10-02 01:32:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.019999 10.0.0.50 - - [2025-10-02 01:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.020614 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005848 10.0.0.50 - - [2025-10-02 01:32:45] "POST /instance-ips HTTP/1.1" 200 397 0.027730 10.0.0.50 - - [2025-10-02 01:32:45] "POST /prop-collection-update HTTP/1.1" 200 115 0.019738 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.007236 10.0.0.50 - - [2025-10-02 01:32:45] "POST /set-tag HTTP/1.1" 200 109 0.018838 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.015718 10.0.0.50 - - [2025-10-02 01:32:45] "GET /instance-ip/b2762280-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003103 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003998 10.0.0.50 - - [2025-10-02 01:32:45] "POST /set-tag HTTP/1.1" 200 109 0.002000 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.003171 10.0.0.50 - - [2025-10-02 01:32:45] "POST /ref-update HTTP/1.1" 200 156 0.009404 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.008318 10.0.0.50 - - [2025-10-02 01:32:45] "POST /set-tag HTTP/1.1" 200 109 0.002417 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004590 10.0.0.50 - - [2025-10-02 01:32:45] "POST /set-tag HTTP/1.1" 200 109 0.001858 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.003295 10.0.0.50 - - [2025-10-02 01:32:45] "POST /ref-update HTTP/1.1" 200 156 0.006872 10.0.0.50 - - [2025-10-02 01:32:45] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003896 10.0.0.50 - - [2025-10-02 01:32:45] "POST /set-tag HTTP/1.1" 200 109 0.001848 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003531 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.002355 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.003118 10.0.0.50 - - [2025-10-02 01:32:46] "POST /ref-update HTTP/1.1" 200 156 0.006561 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005837 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001845 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.003130 10.0.0.50 - - [2025-10-02 01:32:46] "POST /ref-update HTTP/1.1" 200 156 0.008350 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.011101 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001612 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004194 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001843 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003430 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001577 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003177 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001431 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004018 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001882 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003217 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001538 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003186 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.011612 10.0.0.50 - - [2025-10-02 01:32:46] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004064 10.0.0.50 - - [2025-10-02 01:32:46] "POST /set-tag HTTP/1.1" 200 109 0.001939 10.0.0.50 - - [2025-10-02 01:32:47] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004233 10.0.0.50 - - [2025-10-02 01:32:47] "POST /set-tag HTTP/1.1" 200 109 0.001808 10.0.0.50 - - [2025-10-02 01:32:49] "GET /virtual-machine/5f35a110-0133-4ef7-9106-620879eb2592?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003229 10.0.0.50 - - [2025-10-02 01:32:49] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003525 10.0.0.50 - - [2025-10-02 01:32:49] "GET /virtual-machine/ef0648cc-7ad3-4697-8668-2296472d6477?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002850 10.0.0.50 - - [2025-10-02 01:32:49] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004016 10.0.0.50 - - [2025-10-02 01:32:51] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006307 10.0.0.50 - - [2025-10-02 01:32:51] "POST /set-tag HTTP/1.1" 200 109 0.002127 10.0.0.50 - - [2025-10-02 01:32:51] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003640 10.0.0.50 - - [2025-10-02 01:32:51] "POST /set-tag HTTP/1.1" 200 109 0.002093 10.0.0.50 - - [2025-10-02 01:32:51] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004409 10.0.0.50 - - [2025-10-02 01:32:51] "POST /set-tag HTTP/1.1" 200 109 0.002372 10.0.0.50 - - [2025-10-02 01:32:52] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004108 10.0.0.50 - - [2025-10-02 01:32:52] "POST /set-tag HTTP/1.1" 200 109 0.001822 10.0.0.50 - - [2025-10-02 01:32:52] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003675 10.0.0.50 - - [2025-10-02 01:32:52] "POST /set-tag HTTP/1.1" 200 109 0.002476 10.0.0.50 - - [2025-10-02 01:32:54] "GET /virtual-machine/1ecc75bb-c769-41f7-98c4-0c9e0dd49e71?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003625 10.0.0.50 - - [2025-10-02 01:32:54] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005227 10.0.0.50 - - [2025-10-02 01:32:54] "GET /virtual-machine/1f089edd-27a4-4f55-85ff-4cf1d57bf5b4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.002945 10.0.0.50 - - [2025-10-02 01:32:54] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004217 10.0.0.50 - - [2025-10-02 01:32:54] "GET /virtual-machine/d365fbad-1c89-46d0-b100-a30e3debade6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002887 10.0.0.50 - - [2025-10-02 01:32:54] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003300 10.0.0.50 - - [2025-10-02 01:32:56] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004081 10.0.0.50 - - [2025-10-02 01:32:56] "POST /set-tag HTTP/1.1" 200 109 0.001920 10.0.0.50 - - [2025-10-02 01:32:59] "GET /virtual-machine/f6ef1359-eb1d-460d-8fc2-6f740b18f6b2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002733 10.0.0.50 - - [2025-10-02 01:32:59] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003320 10.0.0.50 - - [2025-10-02 01:32:59] "GET /virtual-machine/5110c752-937c-40e8-896a-7f6248fed202?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.002492 10.0.0.50 - - [2025-10-02 01:32:59] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003637 10.0.0.50 - - [2025-10-02 01:32:59] "GET /virtual-machine/7dfd19f0-f993-4048-abaa-378e29991ba8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002765 10.0.0.50 - - [2025-10-02 01:32:59] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003404 10.0.0.50 - - [2025-10-02 01:33:00] "GET /loadbalancer/86d896ae-b98c-42e8-8079-ecc47b8dfe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003577 10.0.0.50 - - [2025-10-02 01:33:00] "POST /tags HTTP/1.1" 200 333 0.022514 10.0.0.50 - - [2025-10-02 01:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.50 - - [2025-10-02 01:33:00] "GET /tag/e02b9f9f-8182-4e0d-8680-a42aa65bfa58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.011288 10.0.0.50 - - [2025-10-02 01:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001486 10.0.0.50 - - [2025-10-02 01:33:00] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.028474 10.0.0.50 - - [2025-10-02 01:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002122 10.0.0.50 - - [2025-10-02 01:33:00] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004003 10.0.0.50 - - [2025-10-02 01:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001613 10.0.0.50 - - [2025-10-02 01:33:00] "GET /service-appliance-set/9d949089-aeb3-4a40-b0eb-2fa21b7d6871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.003035 10.0.0.50 - - [2025-10-02 01:33:00] "POST /fqname-to-id HTTP/1.1" 404 273 0.001687 10.0.0.50 - - [2025-10-02 01:33:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.093878 10.0.0.50 - - [2025-10-02 01:33:00] "GET /virtual-machine-interface/6ac895e5-3814-4293-9fac-a9197ac5572b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.006238 10.0.0.50 - - [2025-10-02 01:33:00] "POST /instance-ips HTTP/1.1" 200 409 0.018542 10.0.0.50 - - [2025-10-02 01:33:00] "GET /instance-ip/1b9f8ec4-f3d4-4f5a-95a7-1212aad313c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.004383 10.0.0.50 - - [2025-10-02 01:33:00] "POST /loadbalancers HTTP/1.1" 200 629 0.060179 10.0.0.50 - - [2025-10-02 01:33:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.025914 10.0.0.50 - - [2025-10-02 01:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006666 10.0.0.50 - - [2025-10-02 01:33:00] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.044513 10.0.0.50 - - [2025-10-02 01:33:00] "GET /instance-ip/1b9f8ec4-f3d4-4f5a-95a7-1212aad313c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.002772 10.0.0.50 - - [2025-10-02 01:33:00] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.028646 10.0.0.50 - - [2025-10-02 01:33:00] "GET /loadbalancer/86d896ae-b98c-42e8-8079-ecc47b8dfe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.004156 10.0.0.50 - - [2025-10-02 01:33:00] "POST /floating-ips HTTP/1.1" 200 597 0.030371 10.0.0.50 - - [2025-10-02 01:33:01] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.043115 10.0.0.50 - - [2025-10-02 01:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001738 10.0.0.50 - - [2025-10-02 01:33:01] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.026596 10.0.0.50 - - [2025-10-02 01:33:01] "GET /loadbalancer-listener/b20520cb-18cd-4555-b4fe-d077d8797c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1843 0.002647 10.0.0.50 - - [2025-10-02 01:33:01] "GET /loadbalancer-listener/b20520cb-18cd-4555-b4fe-d077d8797c1e?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1243 0.002308 10.0.0.50 - - [2025-10-02 01:33:01] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.017822 10.0.0.50 - - [2025-10-02 01:33:01] "GET /instance-ip/1b9f8ec4-f3d4-4f5a-95a7-1212aad313c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.006891 10.0.0.50 - - [2025-10-02 01:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.50 - - [2025-10-02 01:33:01] "GET /loadbalancer/86d896ae-b98c-42e8-8079-ecc47b8dfe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.001989 10.0.0.50 - - [2025-10-02 01:33:01] "GET /instance-ip/1b9f8ec4-f3d4-4f5a-95a7-1212aad313c6?fields=floating_ips HTTP/1.1" 200 1212 0.004122 10.0.0.50 - - [2025-10-02 01:33:01] "GET /floating-ip/6f3528dc-9311-4fb4-a4d4-e2789e0977e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.001916 10.0.0.50 - - [2025-10-02 01:33:01] "GET /loadbalancer-pool/ff974ee5-1f13-4aa9-87ec-e5bd976aeaf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003818 10.0.0.50 - - [2025-10-02 01:33:01] "POST /loadbalancer-members HTTP/1.1" 200 721 0.014158 10.0.0.50 - - [2025-10-02 01:33:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.013149 10.0.0.50 - - [2025-10-02 01:33:01] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.010944 10.0.0.50 - - [2025-10-02 01:33:01] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003168 10.0.0.50 - - [2025-10-02 01:33:01] "POST /ref-update HTTP/1.1" 200 156 0.005857 10.0.0.50 - - [2025-10-02 01:33:01] "GET /floating-ip/6f3528dc-9311-4fb4-a4d4-e2789e0977e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.008775 10.0.0.50 - - [2025-10-02 01:33:01] "GET /loadbalancer/86d896ae-b98c-42e8-8079-ecc47b8dfe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.010294 10.0.0.50 - - [2025-10-02 01:33:01] "PUT /floating-ip/6f3528dc-9311-4fb4-a4d4-e2789e0977e3 HTTP/1.1" 200 256 0.016911 10.0.0.50 - - [2025-10-02 01:33:01] "POST /tags HTTP/1.1" 409 221 0.003774 10.0.0.50 - - [2025-10-02 01:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.50 - - [2025-10-02 01:33:01] "GET /tag/e02b9f9f-8182-4e0d-8680-a42aa65bfa58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.008857 10.0.0.50 - - [2025-10-02 01:33:01] "POST /set-tag HTTP/1.1" 200 109 0.062853 10.0.0.50 - - [2025-10-02 01:33:01] "GET /loadbalancer-pool/ff974ee5-1f13-4aa9-87ec-e5bd976aeaf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.012251 10.0.0.50 - - [2025-10-02 01:33:01] "POST /loadbalancer-members HTTP/1.1" 200 721 0.019553 10.0.0.50 - - [2025-10-02 01:33:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.013771 10.0.0.50 - - [2025-10-02 01:33:01] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.015284 10.0.0.50 - - [2025-10-02 01:33:01] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.007654 10.0.0.50 - - [2025-10-02 01:33:01] "POST /ref-update HTTP/1.1" 200 156 0.007707 10.0.0.50 - - [2025-10-02 01:33:01] "GET /floating-ip/6f3528dc-9311-4fb4-a4d4-e2789e0977e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2237 0.008687 10.0.0.50 - - [2025-10-02 01:33:01] "POST /set-tag HTTP/1.1" 200 109 0.085953 10.0.0.50 - - [2025-10-02 01:33:02] "POST /tags HTTP/1.1" 409 206 0.002234 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002170 10.0.0.50 - - [2025-10-02 01:33:02] "GET /tag/d498a349-1e10-4656-9dd0-8e2e481941b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.011902 10.0.0.50 - - [2025-10-02 01:33:02] "POST /tags HTTP/1.1" 409 204 0.002627 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002108 10.0.0.50 - - [2025-10-02 01:33:02] "GET /tag/a7dfb376-c2a1-4377-952b-d83b55f3ecaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.014904 10.0.0.50 - - [2025-10-02 01:33:02] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002465 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002197 10.0.0.50 - - [2025-10-02 01:33:02] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002631 10.0.0.50 - - [2025-10-02 01:33:02] "POST /tags HTTP/1.1" 409 206 0.001716 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001929 10.0.0.50 - - [2025-10-02 01:33:02] "GET /tag/d498a349-1e10-4656-9dd0-8e2e481941b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.009062 10.0.0.50 - - [2025-10-02 01:33:02] "POST /tags HTTP/1.1" 409 226 0.001648 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001399 10.0.0.50 - - [2025-10-02 01:33:02] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010013 10.0.0.50 - - [2025-10-02 01:33:02] "POST /tags HTTP/1.1" 409 204 0.003095 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001638 10.0.0.50 - - [2025-10-02 01:33:02] "GET /tag/a7dfb376-c2a1-4377-952b-d83b55f3ecaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.009333 10.0.0.50 - - [2025-10-02 01:33:02] "POST /tags HTTP/1.1" 409 226 0.002146 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001500 10.0.0.50 - - [2025-10-02 01:33:02] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.009836 10.0.0.50 - - [2025-10-02 01:33:02] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002408 10.0.0.50 - - [2025-10-02 01:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.50 - - [2025-10-02 01:33:02] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002611 10.0.0.50 - - [2025-10-02 01:33:02] "POST /firewall-rules HTTP/1.1" 200 626 0.068619 10.0.0.50 - - [2025-10-02 01:33:02] "POST /firewall-rules HTTP/1.1" 200 646 0.076786 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-rule/f23ea1eb-cfba-4bcc-b3bb-aa5506e12521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.012059 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002124 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-rule/91dcbc5e-389b-4ee6-8ef0-b93e9dc870ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.004692 10.0.0.50 - - [2025-10-02 01:33:02] "POST /ref-update HTTP/1.1" 200 156 0.015289 10.0.0.50 - - [2025-10-02 01:33:02] "POST /firewall-policys HTTP/1.1" 200 606 0.044935 10.0.0.50 - - [2025-10-02 01:33:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.015157 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.006389 10.0.0.50 - - [2025-10-02 01:33:02] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002497 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.003340 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.004057 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/4a696bea-0554-4a52-94da-e45f47d42358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003912 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.004314 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002088 10.0.0.50 - - [2025-10-02 01:33:02] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.002149 10.0.0.50 - - [2025-10-02 01:33:02] "POST /ref-update HTTP/1.1" 200 156 0.017205 10.0.0.50 - - [2025-10-02 01:33:03] "POST /ref-update HTTP/1.1" 200 156 0.036593 10.0.0.50 - - [2025-10-02 01:33:03] "POST /ref-update HTTP/1.1" 200 156 0.016463 10.0.0.50 - - [2025-10-02 01:33:03] "POST /ref-update HTTP/1.1" 200 156 0.024023 10.0.0.50 - - [2025-10-02 01:33:03] "POST /ref-update HTTP/1.1" 200 156 0.025578 10.0.0.50 - - [2025-10-02 01:33:03] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.003504 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:33:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001124 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:33:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000834 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:33:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000935 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:33:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000844 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:33:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000864 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:33:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000939 10.0.0.50 - - [2025-10-02 01:34:53] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005821 10.0.0.50 - - [2025-10-02 01:34:53] "POST /set-tag HTTP/1.1" 200 109 0.004373 10.0.0.50 - - [2025-10-02 01:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.50 - - [2025-10-02 01:34:53] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004273 10.0.0.50 - - [2025-10-02 01:34:53] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004611 10.0.0.50 - - [2025-10-02 01:34:53] "POST /set-tag HTTP/1.1" 200 109 0.027997 10.0.0.50 - - [2025-10-02 01:34:53] "DELETE /loadbalancer-member/b51469e9-9f9a-4ee9-a4fa-c637c1ebde71 HTTP/1.1" 200 115 0.051969 10.0.0.50 - - [2025-10-02 01:34:53] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006797 10.0.0.50 - - [2025-10-02 01:34:53] "POST /set-tag HTTP/1.1" 200 109 0.002923 10.0.0.50 - - [2025-10-02 01:34:53] "DELETE /loadbalancer-member/80c924dc-a640-4296-b97e-3a0c9194fd6b HTTP/1.1" 200 115 0.041506 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007838 10.0.0.50 - - [2025-10-02 01:34:54] "POST /set-tag HTTP/1.1" 200 109 0.003211 10.0.0.50 - - [2025-10-02 01:34:54] "DELETE /loadbalancer-member/634a4329-ffbd-49d8-908f-f932a08a58ca HTTP/1.1" 200 115 0.052496 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.008146 10.0.0.50 - - [2025-10-02 01:34:54] "POST /set-tag HTTP/1.1" 200 109 0.002445 10.0.0.50 - - [2025-10-02 01:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.50 - - [2025-10-02 01:34:54] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004350 10.0.0.50 - - [2025-10-02 01:34:54] "GET /loadbalancer-pool/16ab01e9-418f-4c4f-896c-7727c17c2847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1851 0.003983 10.0.0.50 - - [2025-10-02 01:34:54] "POST /loadbalancer-members HTTP/1.1" 200 690 0.022496 10.0.0.50 - - [2025-10-02 01:34:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.021794 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.011508 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.015085 10.0.0.50 - - [2025-10-02 01:34:54] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.002089 10.0.0.50 - - [2025-10-02 01:34:54] "POST /set-tag HTTP/1.1" 200 109 0.079911 10.0.0.50 - - [2025-10-02 01:34:54] "GET /loadbalancer-pool/ee5af643-67af-4e2c-a9ae-f07a2bdcbec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.022154 10.0.0.50 - - [2025-10-02 01:34:54] "POST /loadbalancer-members HTTP/1.1" 200 690 0.015363 10.0.0.50 - - [2025-10-02 01:34:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.011183 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.012107 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003767 10.0.0.50 - - [2025-10-02 01:34:54] "POST /set-tag HTTP/1.1" 200 109 0.003804 10.0.0.50 - - [2025-10-02 01:34:54] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.001742 10.0.0.50 - - [2025-10-02 01:34:54] "GET /loadbalancer-pool/cc7845dd-1df3-4cac-b23e-1ea10ddbb83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.002768 10.0.0.50 - - [2025-10-02 01:34:54] "POST /loadbalancer-members HTTP/1.1" 200 692 0.018143 10.0.0.50 - - [2025-10-02 01:34:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.019972 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.017483 10.0.0.50 - - [2025-10-02 01:34:54] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008998 10.0.0.50 - - [2025-10-02 01:34:54] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.004949 10.0.0.50 - - [2025-10-02 01:34:54] "POST /set-tag HTTP/1.1" 200 109 0.002151 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:35:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000924 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:35:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000819 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 252 0.002292 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001878 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/6686e270-4e00-4542-afbe-3906e450510b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.011274 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 228 0.002001 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/48663b65-9896-4672-8e07-759f507fbd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.011094 10.0.0.50 - - [2025-10-02 01:35:07] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005218 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002170 10.0.0.50 - - [2025-10-02 01:35:07] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002040 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 206 0.001271 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001111 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/d498a349-1e10-4656-9dd0-8e2e481941b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.009806 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 226 0.002254 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001693 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.012100 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 204 0.002258 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001363 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/a7dfb376-c2a1-4377-952b-d83b55f3ecaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.009406 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 226 0.001475 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010302 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 228 0.002059 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002120 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/48663b65-9896-4672-8e07-759f507fbd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.010143 10.0.0.50 - - [2025-10-02 01:35:07] "POST /tags HTTP/1.1" 409 252 0.002023 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.50 - - [2025-10-02 01:35:07] "GET /tag/6686e270-4e00-4542-afbe-3906e450510b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.009894 10.0.0.50 - - [2025-10-02 01:35:07] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002434 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.50 - - [2025-10-02 01:35:07] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002255 10.0.0.50 - - [2025-10-02 01:35:07] "POST /firewall-rules HTTP/1.1" 409 281 0.002184 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006907 10.0.0.50 - - [2025-10-02 01:35:07] "PUT /firewall-rule/91dcbc5e-389b-4ee6-8ef0-b93e9dc870ce HTTP/1.1" 200 260 0.021987 10.0.0.50 - - [2025-10-02 01:35:07] "POST /firewall-rules HTTP/1.1" 409 291 0.007806 10.0.0.50 - - [2025-10-02 01:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002082 10.0.0.50 - - [2025-10-02 01:35:07] "PUT /firewall-rule/f23ea1eb-cfba-4bcc-b3bb-aa5506e12521 HTTP/1.1" 200 260 0.021590 10.0.0.50 - - [2025-10-02 01:35:07] "GET /firewall-rule/f23ea1eb-cfba-4bcc-b3bb-aa5506e12521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.009819 10.0.0.50 - - [2025-10-02 01:35:07] "POST /firewall-rules HTTP/1.1" 200 658 0.084581 10.0.0.50 - - [2025-10-02 01:35:07] "GET /firewall-rule/2a9dc859-c495-49cb-a8ca-0be5866087db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.011570 10.0.0.50 - - [2025-10-02 01:35:07] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.001775 10.0.0.50 - - [2025-10-02 01:35:07] "GET /firewall-rule/91dcbc5e-389b-4ee6-8ef0-b93e9dc870ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003293 10.0.0.50 - - [2025-10-02 01:35:08] "POST /firewall-policys HTTP/1.1" 409 269 0.002335 10.0.0.50 - - [2025-10-02 01:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001238 10.0.0.50 - - [2025-10-02 01:35:08] "PUT /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e HTTP/1.1" 200 264 0.018968 10.0.0.50 - - [2025-10-02 01:35:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.023695 10.0.0.50 - - [2025-10-02 01:35:08] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009282 10.0.0.50 - - [2025-10-02 01:35:08] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002693 10.0.0.50 - - [2025-10-02 01:35:08] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.001929 10.0.0.50 - - [2025-10-02 01:35:08] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.001548 10.0.0.50 - - [2025-10-02 01:35:08] "GET /firewall-policy/4a696bea-0554-4a52-94da-e45f47d42358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.002621 10.0.0.50 - - [2025-10-02 01:35:08] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.002063 10.0.0.50 - - [2025-10-02 01:35:08] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.001674 10.0.0.50 - - [2025-10-02 01:35:08] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003022 10.0.0.50 - - [2025-10-02 01:35:31] "GET /global-system-configs HTTP/1.1" 200 322 0.002298 10.0.0.50 - - [2025-10-02 01:35:32] "GET /global-system-configs HTTP/1.1" 200 322 0.004205 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.008651 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.003496 10.0.0.50 - - [2025-10-02 01:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.50 - - [2025-10-02 01:36:09] "GET /loadbalancer/86d896ae-b98c-42e8-8079-ecc47b8dfe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.002658 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.003567 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.019665 10.0.0.50 - - [2025-10-02 01:36:09] "DELETE /loadbalancer-member/79845edb-a4c5-4cf0-9dfa-ddf89aec465b HTTP/1.1" 200 115 0.027685 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004854 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.001960 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004278 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.001835 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.003676 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.002037 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004609 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.002082 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003685 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.001659 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004387 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.002035 10.0.0.50 - - [2025-10-02 01:36:09] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003608 10.0.0.50 - - [2025-10-02 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.001590 10.0.0.50 - - [2025-10-02 01:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.50 - - [2025-10-02 01:36:09] "GET /loadbalancer/86d896ae-b98c-42e8-8079-ecc47b8dfe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.002491 10.0.0.50 - - [2025-10-02 01:36:10] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004340 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.002286 10.0.0.50 - - [2025-10-02 01:36:10] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004077 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.002063 10.0.0.50 - - [2025-10-02 01:36:10] "GET /virtual-machine/1ecc75bb-c769-41f7-98c4-0c9e0dd49e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002144 10.0.0.50 - - [2025-10-02 01:36:10] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.50 - - [2025-10-02 01:36:10] "GET /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.008124 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.017541 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.017068 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.022627 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.018600 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.037170 10.0.0.50 - - [2025-10-02 01:36:10] "DELETE /instance-ip/b05bf862-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.041143 10.0.0.50 - - [2025-10-02 01:36:10] "DELETE /virtual-machine-interface/b04304ec-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.034703 10.0.0.50 - - [2025-10-02 01:36:10] "DELETE /virtual-machine/1ecc75bb-c769-41f7-98c4-0c9e0dd49e71 HTTP/1.1" 200 115 0.021547 10.0.0.50 - - [2025-10-02 01:36:10] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005024 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.002832 10.0.0.50 - - [2025-10-02 01:36:10] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004228 10.0.0.50 - - [2025-10-02 01:36:10] "POST /set-tag HTTP/1.1" 200 109 0.002025 10.0.0.50 - - [2025-10-02 01:36:11] "GET /virtual-machine/1f089edd-27a4-4f55-85ff-4cf1d57bf5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.002844 10.0.0.50 - - [2025-10-02 01:36:11] "POST /ref-update HTTP/1.1" 200 156 0.009366 10.0.0.50 - - [2025-10-02 01:36:11] "GET /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.013207 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.024784 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.028572 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.025096 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.013057 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.019557 10.0.0.50 - - [2025-10-02 01:36:11] "DELETE /instance-ip/b0cbcd0e-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.030223 10.0.0.50 - - [2025-10-02 01:36:11] "DELETE /virtual-machine-interface/b0b27d5e-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.029412 10.0.0.50 - - [2025-10-02 01:36:11] "DELETE /virtual-machine/1f089edd-27a4-4f55-85ff-4cf1d57bf5b4 HTTP/1.1" 200 115 0.014084 10.0.0.50 - - [2025-10-02 01:36:11] "DELETE /tag/eb68301f-4078-4ac4-8c2a-4d500c972aa3 HTTP/1.1" 200 115 0.041429 10.0.0.50 - - [2025-10-02 01:36:11] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003383 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.002618 10.0.0.50 - - [2025-10-02 01:36:11] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003423 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.001695 10.0.0.50 - - [2025-10-02 01:36:11] "GET /virtual-machine/5f35a110-0133-4ef7-9106-620879eb2592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002752 10.0.0.50 - - [2025-10-02 01:36:11] "POST /ref-update HTTP/1.1" 200 156 0.007124 10.0.0.50 - - [2025-10-02 01:36:11] "GET /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.011976 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.014753 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.022455 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.023885 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.019853 10.0.0.50 - - [2025-10-02 01:36:11] "POST /set-tag HTTP/1.1" 200 109 0.024829 10.0.0.50 - - [2025-10-02 01:36:11] "DELETE /instance-ip/af5a5d82-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.069629 10.0.0.50 - - [2025-10-02 01:36:11] "POST /ref-update HTTP/1.1" 200 156 0.007316 10.0.0.50 - - [2025-10-02 01:36:11] "DELETE /virtual-machine-interface/af4457bc-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.061074 10.0.0.50 - - [2025-10-02 01:36:11] "DELETE /virtual-machine/5f35a110-0133-4ef7-9106-620879eb2592 HTTP/1.1" 200 115 0.026466 10.0.0.50 - - [2025-10-02 01:36:11] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.006155 10.0.0.50 - - [2025-10-02 01:36:12] "POST /set-tag HTTP/1.1" 200 109 0.002788 10.0.0.50 - - [2025-10-02 01:36:12] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.010560 10.0.0.50 - - [2025-10-02 01:36:12] "POST /set-tag HTTP/1.1" 200 109 0.002920 10.0.0.50 - - [2025-10-02 01:36:12] "GET /virtual-machine/ef0648cc-7ad3-4697-8668-2296472d6477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003004 10.0.0.50 - - [2025-10-02 01:36:12] "POST /ref-update HTTP/1.1" 200 156 0.010366 10.0.0.50 - - [2025-10-02 01:36:12] "GET /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.011810 10.0.0.50 - - [2025-10-02 01:36:12] "POST /set-tag HTTP/1.1" 200 109 0.021875 10.0.0.50 - - [2025-10-02 01:36:12] "POST /set-tag HTTP/1.1" 200 109 0.041373 10.0.0.50 - - [2025-10-02 01:36:12] "POST /set-tag HTTP/1.1" 200 109 0.036729 10.0.0.50 - - [2025-10-02 01:36:12] "POST /set-tag HTTP/1.1" 200 109 0.015858 10.0.0.50 - - [2025-10-02 01:36:12] "POST /set-tag HTTP/1.1" 200 109 0.044868 10.0.0.50 - - [2025-10-02 01:36:12] "DELETE /instance-ip/afc57770-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.086675 10.0.0.50 - - [2025-10-02 01:36:12] "POST /ref-update HTTP/1.1" 200 156 0.020171 10.0.0.50 - - [2025-10-02 01:36:12] "DELETE /virtual-machine-interface/afacf9ca-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.050830 10.0.0.50 - - [2025-10-02 01:36:12] "DELETE /virtual-machine/ef0648cc-7ad3-4697-8668-2296472d6477 HTTP/1.1" 200 115 0.030384 10.0.0.50 - - [2025-10-02 01:36:12] "DELETE /tag/d498a349-1e10-4656-9dd0-8e2e481941b6 HTTP/1.1" 409 388 0.013134 10.0.0.50 - - [2025-10-02 01:36:12] "DELETE /tag/b6f0d828-1f9c-474a-a034-b7c5363c8c98 HTTP/1.1" 200 115 0.048495 10.0.0.50 - - [2025-10-02 01:36:40] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.007484 10.0.0.50 - - [2025-10-02 01:36:40] "POST /set-tag HTTP/1.1" 200 109 0.002324 10.0.0.50 - - [2025-10-02 01:36:40] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003694 10.0.0.50 - - [2025-10-02 01:36:40] "POST /set-tag HTTP/1.1" 200 109 0.001655 10.0.0.50 - - [2025-10-02 01:36:40] "GET /virtual-machine/d365fbad-1c89-46d0-b100-a30e3debade6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002636 10.0.0.50 - - [2025-10-02 01:36:40] "POST /ref-update HTTP/1.1" 200 156 0.008847 10.0.0.50 - - [2025-10-02 01:36:40] "GET /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006470 10.0.0.50 - - [2025-10-02 01:36:40] "POST /set-tag HTTP/1.1" 200 109 0.016162 10.0.0.50 - - [2025-10-02 01:36:40] "POST /set-tag HTTP/1.1" 200 109 0.029908 10.0.0.50 - - [2025-10-02 01:36:40] "POST /set-tag HTTP/1.1" 200 109 0.020326 10.0.0.50 - - [2025-10-02 01:36:40] "POST /set-tag HTTP/1.1" 200 109 0.017218 10.0.0.50 - - [2025-10-02 01:36:40] "DELETE /instance-ip/b1437ca0-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.055371 10.0.0.50 - - [2025-10-02 01:36:40] "DELETE /virtual-machine-interface/b12e343a-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.037610 10.0.0.50 - - [2025-10-02 01:36:40] "DELETE /virtual-machine/d365fbad-1c89-46d0-b100-a30e3debade6 HTTP/1.1" 200 115 0.030481 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /tag/e7a06645-1bae-45bf-a6ae-de7af9094569 HTTP/1.1" 200 115 0.046513 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005843 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.002374 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003785 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.001969 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine/f6ef1359-eb1d-460d-8fc2-6f740b18f6b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003091 10.0.0.50 - - [2025-10-02 01:36:41] "POST /ref-update HTTP/1.1" 200 156 0.009292 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.018324 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.015208 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.021226 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.026355 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.013156 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /instance-ip/b207fc4c-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.046693 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /virtual-machine-interface/b1f5411a-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.032022 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /virtual-machine/f6ef1359-eb1d-460d-8fc2-6f740b18f6b2 HTTP/1.1" 200 115 0.021648 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /tag/33ecf27d-45ee-400e-accb-647ec63af97a HTTP/1.1" 200 115 0.028936 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003659 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.002331 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003615 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.001592 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine/7dfd19f0-f993-4048-abaa-378e29991ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.002886 10.0.0.50 - - [2025-10-02 01:36:41] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.50 - - [2025-10-02 01:36:41] "GET /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.009671 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.031119 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.025800 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.025054 10.0.0.50 - - [2025-10-02 01:36:41] "POST /set-tag HTTP/1.1" 200 109 0.013121 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /instance-ip/b2762280-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.045295 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /virtual-machine-interface/b25b5072-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.041783 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /virtual-machine/7dfd19f0-f993-4048-abaa-378e29991ba8 HTTP/1.1" 200 115 0.023994 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /tag/c7702e4b-e127-4829-bfa4-b10faf73f1ac HTTP/1.1" 200 115 0.032834 10.0.0.50 - - [2025-10-02 01:36:41] "DELETE /tag/48663b65-9896-4672-8e07-759f507fbd19 HTTP/1.1" 409 236 0.003134 10.0.0.50 - - [2025-10-02 01:36:42] "DELETE /tag/6686e270-4e00-4542-afbe-3906e450510b HTTP/1.1" 409 236 0.004485 10.0.0.50 - - [2025-10-02 01:36:42] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003865 10.0.0.50 - - [2025-10-02 01:36:42] "POST /set-tag HTTP/1.1" 200 109 0.001797 10.0.0.50 - - [2025-10-02 01:36:42] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003987 10.0.0.50 - - [2025-10-02 01:36:42] "POST /set-tag HTTP/1.1" 200 109 0.002195 10.0.0.50 - - [2025-10-02 01:36:42] "GET /virtual-machine/5110c752-937c-40e8-896a-7f6248fed202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.002443 10.0.0.50 - - [2025-10-02 01:36:42] "POST /ref-update HTTP/1.1" 200 156 0.008076 10.0.0.50 - - [2025-10-02 01:36:42] "GET /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.015947 10.0.0.50 - - [2025-10-02 01:36:42] "POST /set-tag HTTP/1.1" 200 109 0.014693 10.0.0.50 - - [2025-10-02 01:36:42] "POST /set-tag HTTP/1.1" 200 109 0.032356 10.0.0.50 - - [2025-10-02 01:36:42] "POST /set-tag HTTP/1.1" 200 109 0.027871 10.0.0.50 - - [2025-10-02 01:36:42] "POST /set-tag HTTP/1.1" 200 109 0.011706 10.0.0.50 - - [2025-10-02 01:36:42] "DELETE /instance-ip/b1a47596-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.040157 10.0.0.50 - - [2025-10-02 01:36:42] "DELETE /virtual-machine-interface/b19321a6-9f2f-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.031368 10.0.0.50 - - [2025-10-02 01:36:42] "DELETE /virtual-machine/5110c752-937c-40e8-896a-7f6248fed202 HTTP/1.1" 200 115 0.024669 10.0.0.50 - - [2025-10-02 01:36:42] "DELETE /tag/a7dfb376-c2a1-4377-952b-d83b55f3ecaf HTTP/1.1" 409 236 0.003773 10.0.0.50 - - [2025-10-02 01:36:42] "DELETE /tag/8a77e3bf-6bdd-4fc5-a6a0-c700926a2873 HTTP/1.1" 200 115 0.041792 10.0.0.50 - - [2025-10-02 01:36:42] "DELETE /tag/e60ae195-564c-49dc-8f0d-7d525173090f HTTP/1.1" 200 115 0.028843 10.0.0.50 - - [2025-10-02 01:36:44] "POST /projects HTTP/1.1" 409 238 0.002171 10.0.0.50 - - [2025-10-02 01:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001452 10.0.0.50 - - [2025-10-02 01:36:44] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.031656 10.0.0.50 - - [2025-10-02 01:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.50 - - [2025-10-02 01:36:44] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004902 10.0.0.50 - - [2025-10-02 01:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001972 10.0.0.50 - - [2025-10-02 01:36:44] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003716 10.0.0.50 - - [2025-10-02 01:36:44] "POST /security-groups HTTP/1.1" 409 285 0.003206 10.0.0.50 - - [2025-10-02 01:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.50 - - [2025-10-02 01:36:44] "PUT /security-group/65258aaf-6cd3-4a51-9758-03d65187c95e HTTP/1.1" 200 262 0.063811 10.0.0.50 - - [2025-10-02 01:36:44] "PUT /access-control-list/fa5735cc-cc2c-4302-9da1-865df7635f6f HTTP/1.1" 200 272 0.011733 10.0.0.50 - - [2025-10-02 01:36:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.034588 10.0.0.50 - - [2025-10-02 01:36:44] "PUT /access-control-list/6f4d134b-7ff2-427e-8560-afcbb0f9d13d HTTP/1.1" 200 272 0.025760 10.0.0.50 - - [2025-10-02 01:36:49] "POST /projects HTTP/1.1" 409 238 0.002099 10.0.0.50 - - [2025-10-02 01:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001426 10.0.0.50 - - [2025-10-02 01:36:49] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.026741 10.0.0.50 - - [2025-10-02 01:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001406 10.0.0.50 - - [2025-10-02 01:36:49] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003905 10.0.0.50 - - [2025-10-02 01:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.50 - - [2025-10-02 01:36:49] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004439 10.0.0.50 - - [2025-10-02 01:36:49] "POST /security-groups HTTP/1.1" 409 285 0.002461 10.0.0.50 - - [2025-10-02 01:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.50 - - [2025-10-02 01:36:50] "PUT /security-group/65258aaf-6cd3-4a51-9758-03d65187c95e HTTP/1.1" 200 262 0.057569 10.0.0.50 - - [2025-10-02 01:36:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.031512 10.0.0.50 - - [2025-10-02 01:36:50] "PUT /access-control-list/fa5735cc-cc2c-4302-9da1-865df7635f6f HTTP/1.1" 200 272 0.022989 10.0.0.50 - - [2025-10-02 01:36:50] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.004818 10.0.0.50 - - [2025-10-02 01:36:50] "PUT /access-control-list/6f4d134b-7ff2-427e-8560-afcbb0f9d13d HTTP/1.1" 200 272 0.027989 10.0.0.50 - - [2025-10-02 01:36:50] "GET /firewall-rule/264c3950-e5a2-41cc-bdc6-a3750f4f4b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003107 10.0.0.50 - - [2025-10-02 01:36:50] "POST /ref-update HTTP/1.1" 200 156 0.052028 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /firewall-rule/264c3950-e5a2-41cc-bdc6-a3750f4f4b3b HTTP/1.1" 200 115 0.031130 10.0.0.50 - - [2025-10-02 01:36:50] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.003883 10.0.0.50 - - [2025-10-02 01:36:50] "GET /firewall-rule/65976563-69ce-4514-832d-130ebe7968b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.003299 10.0.0.50 - - [2025-10-02 01:36:50] "POST /ref-update HTTP/1.1" 200 156 0.056474 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /firewall-rule/65976563-69ce-4514-832d-130ebe7968b0 HTTP/1.1" 200 115 0.033640 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /tag/48663b65-9896-4672-8e07-759f507fbd19 HTTP/1.1" 409 236 0.003680 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /tag/6686e270-4e00-4542-afbe-3906e450510b HTTP/1.1" 409 236 0.005304 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /tag/55b8466a-0a5d-47b4-8b8c-2b6d0f696c57 HTTP/1.1" 200 115 0.029344 10.0.0.50 - - [2025-10-02 01:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001644 10.0.0.50 - - [2025-10-02 01:36:50] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004546 10.0.0.50 - - [2025-10-02 01:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001522 10.0.0.50 - - [2025-10-02 01:36:50] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003214 10.0.0.50 - - [2025-10-02 01:36:50] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.035144 10.0.0.50 - - [2025-10-02 01:36:50] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.038932 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /security-group/65258aaf-6cd3-4a51-9758-03d65187c95e HTTP/1.1" 200 115 0.054745 10.0.0.50 - - [2025-10-02 01:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008203 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /access-control-list/fa5735cc-cc2c-4302-9da1-865df7635f6f HTTP/1.1" 200 115 0.050258 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /access-control-list/6f4d134b-7ff2-427e-8560-afcbb0f9d13d HTTP/1.1" 200 115 0.034363 10.0.0.50 - - [2025-10-02 01:36:50] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.044317 10.0.0.50 - - [2025-10-02 01:36:50] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?fields=security_groups HTTP/1.1" 200 1353 0.030335 10.0.0.50 - - [2025-10-02 01:36:50] "DELETE /security-group/45ec2774-fa46-4704-ad47-0e2ec39b0e22 HTTP/1.1" 200 115 0.036479 10.0.0.50 - - [2025-10-02 01:36:51] "DELETE /access-control-list/dbc97c07-23ac-4125-80b2-87a577c55fba HTTP/1.1" 200 115 0.033022 10.0.0.50 - - [2025-10-02 01:36:51] "GET /project/d77d1d87-126e-49d8-ae60-e9bff8befabd?fields=application_policy_sets HTTP/1.1" 200 1392 0.045309 10.0.0.50 - - [2025-10-02 01:36:51] "DELETE /access-control-list/5309045a-2ac4-4522-bd5e-4df6b71a1063 HTTP/1.1" 200 115 0.053660 10.0.0.50 - - [2025-10-02 01:36:51] "DELETE /project/d77d1d87-126e-49d8-ae60-e9bff8befabd HTTP/1.1" 200 115 0.302003 10.0.0.50 - - [2025-10-02 01:36:51] "POST /projects HTTP/1.1" 409 238 0.001817 10.0.0.50 - - [2025-10-02 01:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001474 10.0.0.50 - - [2025-10-02 01:36:51] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027603 10.0.0.50 - - [2025-10-02 01:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002148 10.0.0.50 - - [2025-10-02 01:36:51] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.003534 10.0.0.50 - - [2025-10-02 01:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001345 10.0.0.50 - - [2025-10-02 01:36:51] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004529 10.0.0.50 - - [2025-10-02 01:36:51] "POST /security-groups HTTP/1.1" 409 285 0.002573 10.0.0.50 - - [2025-10-02 01:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006937 10.0.0.50 - - [2025-10-02 01:36:51] "PUT /security-group/7198ec83-0489-4d31-a021-f79d9029a926 HTTP/1.1" 200 262 0.056296 10.0.0.50 - - [2025-10-02 01:36:51] "PUT /access-control-list/d99f5fbf-a3c2-4139-800b-0391b285e109 HTTP/1.1" 200 272 0.008430 10.0.0.50 - - [2025-10-02 01:36:51] "PUT /access-control-list/37dcdf0c-597c-44df-b360-b3fe12f4caa5 HTTP/1.1" 200 272 0.013036 10.0.0.50 - - [2025-10-02 01:36:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.014706 10.0.0.50 - - [2025-10-02 01:36:55] "DELETE /loadbalancer-member/9a872b81-b3c0-49ac-82ab-4cb36e74b260 HTTP/1.1" 200 115 0.028206 10.0.0.50 - - [2025-10-02 01:36:55] "DELETE /loadbalancer-pool/ff974ee5-1f13-4aa9-87ec-e5bd976aeaf3 HTTP/1.1" 200 115 0.029508 10.0.0.50 - - [2025-10-02 01:36:55] "DELETE /loadbalancer-listener/b20520cb-18cd-4555-b4fe-d077d8797c1e HTTP/1.1" 200 115 0.027902 10.0.0.50 - - [2025-10-02 01:36:55] "DELETE /loadbalancer/86d896ae-b98c-42e8-8079-ecc47b8dfe37 HTTP/1.1" 200 115 0.039741 10.0.0.50 - - [2025-10-02 01:36:55] "DELETE /floating-ip/6f3528dc-9311-4fb4-a4d4-e2789e0977e3 HTTP/1.1" 200 115 0.035733 10.0.0.50 - - [2025-10-02 01:36:55] "DELETE /instance-ip/1b9f8ec4-f3d4-4f5a-95a7-1212aad313c6 HTTP/1.1" 200 115 0.044777 10.0.0.50 - - [2025-10-02 01:36:55] "DELETE /virtual-machine-interface/6ac895e5-3814-4293-9fac-a9197ac5572b HTTP/1.1" 200 115 0.030489 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /tag/e02b9f9f-8182-4e0d-8680-a42aa65bfa58 HTTP/1.1" 200 115 0.031050 10.0.0.50 - - [2025-10-02 01:36:56] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002560 10.0.0.50 - - [2025-10-02 01:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001933 10.0.0.50 - - [2025-10-02 01:36:56] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002139 10.0.0.50 - - [2025-10-02 01:36:56] "GET /firewall-policy/31be6970-bbd7-4e1f-999b-59017c771d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.016519 10.0.0.50 - - [2025-10-02 01:36:56] "GET /firewall-rule/91dcbc5e-389b-4ee6-8ef0-b93e9dc870ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.004693 10.0.0.50 - - [2025-10-02 01:36:56] "POST /ref-update HTTP/1.1" 200 156 0.014675 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /firewall-rule/91dcbc5e-389b-4ee6-8ef0-b93e9dc870ce HTTP/1.1" 200 115 0.029774 10.0.0.50 - - [2025-10-02 01:36:56] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002524 10.0.0.50 - - [2025-10-02 01:36:56] "GET /firewall-rule/f23ea1eb-cfba-4bcc-b3bb-aa5506e12521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.002307 10.0.0.50 - - [2025-10-02 01:36:56] "POST /ref-update HTTP/1.1" 200 156 0.014060 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /firewall-rule/f23ea1eb-cfba-4bcc-b3bb-aa5506e12521 HTTP/1.1" 200 115 0.029266 10.0.0.50 - - [2025-10-02 01:36:56] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008632 10.0.0.50 - - [2025-10-02 01:36:56] "GET /firewall-rule/2a9dc859-c495-49cb-a8ca-0be5866087db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.004772 10.0.0.50 - - [2025-10-02 01:36:56] "POST /ref-update HTTP/1.1" 200 156 0.026783 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /firewall-rule/2a9dc859-c495-49cb-a8ca-0be5866087db HTTP/1.1" 200 115 0.027890 10.0.0.50 - - [2025-10-02 01:36:56] "GET /application-policy-set/2c3e05fe-8f05-4a67-bae1-34292cd85bb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.001566 10.0.0.50 - - [2025-10-02 01:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002062 10.0.0.50 - - [2025-10-02 01:36:56] "GET /policy-management/5db01850-e154-4917-ab51-bc2ef5f23c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 860 0.002226 10.0.0.50 - - [2025-10-02 01:36:56] "GET /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002844 10.0.0.50 - - [2025-10-02 01:36:56] "POST /ref-update HTTP/1.1" 200 156 0.018953 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /firewall-policy/80ffb71e-5021-4126-a880-a046563cd65e HTTP/1.1" 200 115 0.033543 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /tag/48663b65-9896-4672-8e07-759f507fbd19 HTTP/1.1" 200 115 0.050763 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /tag/a7dfb376-c2a1-4377-952b-d83b55f3ecaf HTTP/1.1" 200 115 0.098116 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /tag/6686e270-4e00-4542-afbe-3906e450510b HTTP/1.1" 200 115 0.037510 10.0.0.50 - - [2025-10-02 01:36:56] "DELETE /tag/d498a349-1e10-4656-9dd0-8e2e481941b6 HTTP/1.1" 200 115 0.083276 10.0.0.50 - - [2025-10-02 01:36:56] "POST /projects HTTP/1.1" 409 238 0.004079 10.0.0.50 - - [2025-10-02 01:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.50 - - [2025-10-02 01:36:56] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.043657 10.0.0.50 - - [2025-10-02 01:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001999 10.0.0.50 - - [2025-10-02 01:36:57] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.004857 10.0.0.50 - - [2025-10-02 01:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016273 10.0.0.50 - - [2025-10-02 01:36:57] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004715 10.0.0.50 - - [2025-10-02 01:36:57] "POST /security-groups HTTP/1.1" 409 285 0.004019 10.0.0.50 - - [2025-10-02 01:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001759 10.0.0.50 - - [2025-10-02 01:36:57] "PUT /security-group/7198ec83-0489-4d31-a021-f79d9029a926 HTTP/1.1" 200 262 0.054914 10.0.0.50 - - [2025-10-02 01:36:57] "PUT /access-control-list/d99f5fbf-a3c2-4139-800b-0391b285e109 HTTP/1.1" 200 272 0.024649 10.0.0.50 - - [2025-10-02 01:36:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.039536 10.0.0.50 - - [2025-10-02 01:36:57] "PUT /access-control-list/37dcdf0c-597c-44df-b360-b3fe12f4caa5 HTTP/1.1" 200 272 0.037077 10.0.0.50 - - [2025-10-02 01:36:57] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.032421 10.0.0.50 - - [2025-10-02 01:36:57] "GET /firewall-rule/71af07c9-074d-4acd-8ce6-5b361d30bd53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.004034 10.0.0.50 - - [2025-10-02 01:36:57] "POST /ref-update HTTP/1.1" 200 156 0.045465 10.0.0.50 - - [2025-10-02 01:36:57] "DELETE /firewall-rule/71af07c9-074d-4acd-8ce6-5b361d30bd53 HTTP/1.1" 200 115 0.042512 10.0.0.50 - - [2025-10-02 01:36:57] "GET /firewall-policy/575ce42c-0d68-4645-b31c-70ee6fe5afce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.004559 10.0.0.50 - - [2025-10-02 01:36:57] "GET /firewall-rule/f33abccf-5f44-40e4-b011-ffed389eb82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002614 10.0.0.50 - - [2025-10-02 01:36:57] "POST /ref-update HTTP/1.1" 200 156 0.040918 10.0.0.50 - - [2025-10-02 01:36:57] "DELETE /firewall-rule/f33abccf-5f44-40e4-b011-ffed389eb82c HTTP/1.1" 200 115 0.046278 10.0.0.50 - - [2025-10-02 01:36:57] "DELETE /tag/2de36e14-06d7-44ef-b0c4-dfe37f281dba HTTP/1.1" 200 115 0.038701 10.0.0.50 - - [2025-10-02 01:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.50 - - [2025-10-02 01:36:57] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.004058 10.0.0.50 - - [2025-10-02 01:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001522 10.0.0.50 - - [2025-10-02 01:36:57] "GET /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003011 10.0.0.50 - - [2025-10-02 01:36:57] "PUT /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e HTTP/1.1" 200 264 0.051136 10.0.0.50 - - [2025-10-02 01:36:57] "PUT /virtual-network/63ba1b94-7c75-47aa-be3f-3754b3d70eb9 HTTP/1.1" 200 264 0.036896 10.0.0.50 - - [2025-10-02 01:36:57] "DELETE /access-control-list/d99f5fbf-a3c2-4139-800b-0391b285e109 HTTP/1.1" 200 115 0.038118 10.0.0.50 - - [2025-10-02 01:36:57] "DELETE /security-group/7198ec83-0489-4d31-a021-f79d9029a926 HTTP/1.1" 200 115 0.082558 10.0.0.50 - - [2025-10-02 01:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.50 - - [2025-10-02 01:36:57] "DELETE /access-control-list/37dcdf0c-597c-44df-b360-b3fe12f4caa5 HTTP/1.1" 200 115 0.025006 10.0.0.50 - - [2025-10-02 01:36:57] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.033699 10.0.0.50 - - [2025-10-02 01:36:58] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?fields=security_groups HTTP/1.1" 200 1352 0.041826 10.0.0.50 - - [2025-10-02 01:36:58] "DELETE /security-group/109766d2-1324-48c3-b844-d251195c7556 HTTP/1.1" 200 115 0.048512 10.0.0.50 - - [2025-10-02 01:36:58] "DELETE /access-control-list/cc305388-6b7d-4900-b2ba-0822d09eb19e HTTP/1.1" 200 115 0.052854 10.0.0.50 - - [2025-10-02 01:36:58] "GET /project/25063b54-c29f-4c42-954f-4f0b410f01e7?fields=application_policy_sets HTTP/1.1" 200 1391 0.059608 10.0.0.50 - - [2025-10-02 01:36:58] "DELETE /access-control-list/2eac9547-3047-49c7-96b4-b6fd73911ded HTTP/1.1" 200 115 0.049812 10.0.0.50 - - [2025-10-02 01:36:58] "DELETE /project/25063b54-c29f-4c42-954f-4f0b410f01e7 HTTP/1.1" 200 115 0.358400 10.0.0.50 - - [2025-10-02 01:37:55] "GET / HTTP/1.1" 200 35931 0.001738 10.0.0.50 - - [2025-10-02 01:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002278 10.0.0.50 - - [2025-10-02 01:37:55] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002761 10.0.0.50 - - [2025-10-02 01:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.50 - - [2025-10-02 01:37:55] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002378 10.0.0.50 - - [2025-10-02 01:38:10] "GET / HTTP/1.1" 200 35931 0.001463 10.0.0.50 - - [2025-10-02 01:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.50 - - [2025-10-02 01:38:11] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004120 10.0.0.50 - - [2025-10-02 01:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006701 10.0.0.50 - - [2025-10-02 01:38:11] "GET /config-node/3f0efc6a-0068-43f2-a9bd-4411b0ddedb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.001729 10.0.0.50 - - [2025-10-02 01:38:11] "GET / HTTP/1.1" 200 35931 0.001330 10.0.0.50 - - [2025-10-02 01:38:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001988 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.50 - - [2025-10-02 01:38:16] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002401 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001410 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.006303 10.0.0.50 - - [2025-10-02 01:38:16] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 264 0.002576 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001613 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /alarm/a8759eb3-d641-4bb8-8539-86cbc9972a65 HTTP/1.1" 200 244 0.010927 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 261 0.006289 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001607 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /alarm/2639d383-062b-4d0f-b431-077f4917da62 HTTP/1.1" 200 244 0.010140 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 261 0.005976 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /alarm/20dc4717-9d2c-4cc8-a22e-56dc7296cbce HTTP/1.1" 200 244 0.010317 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 253 0.010703 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001527 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /alarm/35a2c668-9583-46c1-acea-3def1c2d81da HTTP/1.1" 200 244 0.009423 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 251 0.003388 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001593 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /alarm/b3be0f56-7bd6-497f-8e8f-3e21662d5feb HTTP/1.1" 200 244 0.009641 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 252 0.005103 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /alarm/05dbb268-3461-41c8-97b1-44c3ac7d7695 HTTP/1.1" 200 244 0.009699 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 256 0.006181 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.50 - - [2025-10-02 01:38:16] "PUT /alarm/4f50c88c-610c-4a11-a5e1-a8101817023b HTTP/1.1" 200 244 0.020611 10.0.0.50 - - [2025-10-02 01:38:16] "POST /alarms HTTP/1.1" 409 248 0.014519 10.0.0.50 - - [2025-10-02 01:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/9a8a5c8d-64b3-4e17-bdbf-88772148899d HTTP/1.1" 200 244 0.010620 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 252 0.006023 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002096 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/879d3d45-1173-4004-b8ad-094a522ddeaa HTTP/1.1" 200 244 0.009885 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 257 0.010777 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001569 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/2301d026-ad43-442d-b4c0-17c6572598d8 HTTP/1.1" 200 244 0.010622 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 251 0.010225 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/9810b358-df86-456b-9d33-c5ea9b3746fe HTTP/1.1" 200 244 0.010489 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 257 0.012609 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001451 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/ddfc6764-3ae4-496b-9f53-ed3527f43f87 HTTP/1.1" 200 244 0.009757 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 261 0.005514 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001904 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/201118fe-79c1-4071-b6e6-5bdd406393e1 HTTP/1.1" 200 244 0.010411 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 258 0.009990 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001766 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/9777f1b7-f6d0-4b18-b564-8c878459c616 HTTP/1.1" 200 244 0.009855 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 254 0.004604 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001454 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/5672b1d4-2d89-4792-88c5-adc5a9d7bbb2 HTTP/1.1" 200 244 0.009918 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 254 0.007279 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/d50d7f52-c0c8-4f3d-8601-a4f5d2bc432d HTTP/1.1" 200 244 0.010164 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 254 0.003149 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001719 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/d0bd55fb-39d0-4448-90f5-c78927b87f91 HTTP/1.1" 200 244 0.009645 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 247 0.005268 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001213 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/bbfecd6c-4eb0-490a-89b4-89528c84179f HTTP/1.1" 200 244 0.010201 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 272 0.007650 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001180 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/bd9b178e-34f0-421c-8689-a4c483691cdf HTTP/1.1" 200 244 0.009529 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 261 0.004740 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/5222b8f5-52f5-4fd3-ab20-8eecb406e35b HTTP/1.1" 200 244 0.009081 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 259 0.006904 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/146df717-4214-4d9b-b33b-c7ed665c842d HTTP/1.1" 200 244 0.009277 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 265 0.010962 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001272 10.0.0.50 - - [2025-10-02 01:38:17] "PUT /alarm/3a6f014b-d50d-44e3-8135-f3b008681377 HTTP/1.1" 200 244 0.009054 10.0.0.50 - - [2025-10-02 01:38:17] "POST /alarms HTTP/1.1" 409 279 0.004117 10.0.0.50 - - [2025-10-02 01:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002003 10.0.0.50 - - [2025-10-02 01:38:18] "PUT /alarm/e7751cd3-fa6c-423c-b37e-13aa4027a30c HTTP/1.1" 200 244 0.010086 10.0.0.50 - - [2025-10-02 01:38:18] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.50 - - [2025-10-02 01:38:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001846 10.0.0.50 - - [2025-10-02 01:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001194 10.0.0.50 - - [2025-10-02 01:38:18] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.007268 10.0.0.50 - - [2025-10-02 01:38:18] "GET / HTTP/1.1" 200 35931 0.001316 10.0.0.50 - - [2025-10-02 01:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.50 - - [2025-10-02 01:38:18] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002037 10.0.0.50 - - [2025-10-02 01:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001163 10.0.0.50 - - [2025-10-02 01:38:18] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.007347 10.0.0.50 - - [2025-10-02 01:38:18] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.50 - - [2025-10-02 01:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.50 - - [2025-10-02 01:38:18] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003846 10.0.0.50 - - [2025-10-02 01:38:18] "PUT /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a HTTP/1.1" 200 274 0.013239 10.0.0.50 - - [2025-10-02 01:38:22] "GET / HTTP/1.1" 200 35931 0.001267 10.0.0.50 - - [2025-10-02 01:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001882 10.0.0.50 - - [2025-10-02 01:38:22] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003133 10.0.0.50 - - [2025-10-02 01:38:22] "POST /bgp-routers HTTP/1.1" 409 301 0.002102 10.0.0.50 - - [2025-10-02 01:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.001431 10.0.0.50 - - [2025-10-02 01:38:22] "GET /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.002352 10.0.0.50 - - [2025-10-02 01:38:22] "PUT /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98 HTTP/1.1" 200 254 0.010578 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:38:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000919 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:38:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000799 10.0.0.50 - - [2025-10-02 01:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.50 - - [2025-10-02 01:38:24] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002871 10.0.0.50 - - [2025-10-02 01:38:37] "GET / HTTP/1.1" 200 35931 0.002380 10.0.0.50 - - [2025-10-02 01:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002217 10.0.0.50 - - [2025-10-02 01:38:37] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004372 10.0.0.50 - - [2025-10-02 01:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001671 10.0.0.50 - - [2025-10-02 01:38:37] "GET /config-node/3f0efc6a-0068-43f2-a9bd-4411b0ddedb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002736 10.0.0.50 - - [2025-10-02 01:38:48] "GET / HTTP/1.1" 200 35931 0.001890 10.0.0.50 - - [2025-10-02 01:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001983 10.0.0.50 - - [2025-10-02 01:38:48] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002593 10.0.0.50 - - [2025-10-02 01:38:48] "POST /bgp-routers HTTP/1.1" 409 301 0.001660 10.0.0.50 - - [2025-10-02 01:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001534 10.0.0.50 - - [2025-10-02 01:38:48] "GET /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.003147 10.0.0.50 - - [2025-10-02 01:38:48] "PUT /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98 HTTP/1.1" 200 254 0.010874 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:38:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.004435 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:38:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000895 10.0.0.50 - - [2025-10-02 01:39:02] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.50 - - [2025-10-02 01:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.50 - - [2025-10-02 01:39:02] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005520 10.0.0.50 - - [2025-10-02 01:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.50 - - [2025-10-02 01:39:02] "GET /config-node/3f0efc6a-0068-43f2-a9bd-4411b0ddedb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002427 10.0.0.50 - - [2025-10-02 01:39:03] "GET / HTTP/1.1" 200 35931 0.001451 10.0.0.50 - - [2025-10-02 01:39:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002053 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002044 10.0.0.50 - - [2025-10-02 01:39:08] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002467 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001336 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.006508 10.0.0.50 - - [2025-10-02 01:39:08] "GET / HTTP/1.1" 200 35931 0.001308 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 264 0.001991 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001331 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/a8759eb3-d641-4bb8-8539-86cbc9972a65 HTTP/1.1" 200 244 0.008369 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 261 0.008866 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001347 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/2639d383-062b-4d0f-b431-077f4917da62 HTTP/1.1" 200 244 0.032116 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 261 0.016399 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/20dc4717-9d2c-4cc8-a22e-56dc7296cbce HTTP/1.1" 200 244 0.008879 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 253 0.003223 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/35a2c668-9583-46c1-acea-3def1c2d81da HTTP/1.1" 200 244 0.011318 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 251 0.004403 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/b3be0f56-7bd6-497f-8e8f-3e21662d5feb HTTP/1.1" 200 244 0.013216 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 252 0.010360 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/05dbb268-3461-41c8-97b1-44c3ac7d7695 HTTP/1.1" 200 244 0.009582 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 256 0.009303 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002541 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/4f50c88c-610c-4a11-a5e1-a8101817023b HTTP/1.1" 200 244 0.009998 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 248 0.007804 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/9a8a5c8d-64b3-4e17-bdbf-88772148899d HTTP/1.1" 200 244 0.010424 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 252 0.008811 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/879d3d45-1173-4004-b8ad-094a522ddeaa HTTP/1.1" 200 244 0.008968 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 257 0.021137 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001524 10.0.0.50 - - [2025-10-02 01:39:08] "PUT /alarm/2301d026-ad43-442d-b4c0-17c6572598d8 HTTP/1.1" 200 244 0.011561 10.0.0.50 - - [2025-10-02 01:39:08] "POST /alarms HTTP/1.1" 409 251 0.009914 10.0.0.50 - - [2025-10-02 01:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001757 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/9810b358-df86-456b-9d33-c5ea9b3746fe HTTP/1.1" 200 244 0.013356 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 257 0.009486 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001861 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/ddfc6764-3ae4-496b-9f53-ed3527f43f87 HTTP/1.1" 200 244 0.009297 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 261 0.008123 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001559 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/201118fe-79c1-4071-b6e6-5bdd406393e1 HTTP/1.1" 200 244 0.011158 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 258 0.006888 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001939 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/9777f1b7-f6d0-4b18-b564-8c878459c616 HTTP/1.1" 200 244 0.011763 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 254 0.005738 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001512 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/5672b1d4-2d89-4792-88c5-adc5a9d7bbb2 HTTP/1.1" 200 244 0.008999 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 254 0.010181 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001410 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/d50d7f52-c0c8-4f3d-8601-a4f5d2bc432d HTTP/1.1" 200 244 0.009449 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 254 0.012088 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001993 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/d0bd55fb-39d0-4448-90f5-c78927b87f91 HTTP/1.1" 200 244 0.008890 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 247 0.009895 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001641 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/bbfecd6c-4eb0-490a-89b4-89528c84179f HTTP/1.1" 200 244 0.017991 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 272 0.016020 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001878 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/bd9b178e-34f0-421c-8689-a4c483691cdf HTTP/1.1" 200 244 0.010414 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 261 0.007848 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001323 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/5222b8f5-52f5-4fd3-ab20-8eecb406e35b HTTP/1.1" 200 244 0.009267 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 259 0.003640 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001602 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/146df717-4214-4d9b-b33b-c7ed665c842d HTTP/1.1" 200 244 0.008685 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 265 0.016326 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001743 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/3a6f014b-d50d-44e3-8135-f3b008681377 HTTP/1.1" 200 244 0.009178 10.0.0.50 - - [2025-10-02 01:39:09] "POST /alarms HTTP/1.1" 409 279 0.006157 10.0.0.50 - - [2025-10-02 01:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001481 10.0.0.50 - - [2025-10-02 01:39:09] "PUT /alarm/e7751cd3-fa6c-423c-b37e-13aa4027a30c HTTP/1.1" 200 244 0.010265 10.0.0.50 - - [2025-10-02 01:39:10] "GET / HTTP/1.1" 200 35931 0.001659 10.0.0.50 - - [2025-10-02 01:39:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002031 10.0.0.50 - - [2025-10-02 01:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001279 10.0.0.50 - - [2025-10-02 01:39:10] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.006030 10.0.0.50 - - [2025-10-02 01:39:10] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.50 - - [2025-10-02 01:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.50 - - [2025-10-02 01:39:10] "GET /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002688 10.0.0.50 - - [2025-10-02 01:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001545 10.0.0.50 - - [2025-10-02 01:39:10] "PUT /global-vrouter-config/cb6aec92-d8a8-464c-b83f-0862949f7b40 HTTP/1.1" 200 276 0.008415 10.0.0.50 - - [2025-10-02 01:39:10] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.50 - - [2025-10-02 01:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.50 - - [2025-10-02 01:39:10] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003963 10.0.0.50 - - [2025-10-02 01:39:10] "PUT /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a HTTP/1.1" 200 274 0.012022 10.0.0.50 - - [2025-10-02 01:39:14] "GET / HTTP/1.1" 200 35931 0.001321 10.0.0.50 - - [2025-10-02 01:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.50 - - [2025-10-02 01:39:14] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004829 10.0.0.50 - - [2025-10-02 01:39:14] "POST /bgp-routers HTTP/1.1" 409 301 0.002296 10.0.0.50 - - [2025-10-02 01:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005387 10.0.0.50 - - [2025-10-02 01:39:14] "GET /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.003469 10.0.0.50 - - [2025-10-02 01:39:14] "PUT /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98 HTTP/1.1" 200 254 0.022755 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000906 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000879 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001028 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000824 10.0.0.50 - - [2025-10-02 01:39:19] "POST /tags HTTP/1.1" 200 355 0.016231 10.0.0.50 - - [2025-10-02 01:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005561 10.0.0.50 - - [2025-10-02 01:39:19] "GET /tag/f768ae6a-6bba-4277-9741-2018d7520cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.014767 10.0.0.50 - - [2025-10-02 01:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.50 - - [2025-10-02 01:39:19] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.003773 10.0.0.50 - - [2025-10-02 01:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001778 10.0.0.50 - - [2025-10-02 01:39:19] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.027518 10.0.0.50 - - [2025-10-02 01:39:19] "POST /virtual-machines HTTP/1.1" 200 351 0.013831 10.0.0.50 - - [2025-10-02 01:39:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.039639 10.0.0.50 - - [2025-10-02 01:39:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.134057 10.0.0.50 - - [2025-10-02 01:39:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.017575 10.0.0.50 - - [2025-10-02 01:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007840 10.0.0.50 - - [2025-10-02 01:39:19] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.009501 10.0.0.50 - - [2025-10-02 01:39:19] "POST /instance-ips HTTP/1.1" 200 391 0.045785 10.0.0.50 - - [2025-10-02 01:39:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.032285 10.0.0.50 - - [2025-10-02 01:39:19] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.013448 10.0.0.50 - - [2025-10-02 01:39:19] "POST /set-tag HTTP/1.1" 200 109 0.017628 10.0.0.50 - - [2025-10-02 01:39:19] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.008031 10.0.0.50 - - [2025-10-02 01:39:19] "GET /instance-ip/9d5d5016-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1907 0.006621 10.0.0.50 - - [2025-10-02 01:39:19] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004047 10.0.0.50 - - [2025-10-02 01:39:19] "POST /set-tag HTTP/1.1" 200 109 0.001869 10.0.0.50 - - [2025-10-02 01:39:19] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.003418 10.0.0.50 - - [2025-10-02 01:39:19] "POST /ref-update HTTP/1.1" 200 156 0.014634 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.008957 10.0.0.50 - - [2025-10-02 01:39:20] "POST /set-tag HTTP/1.1" 200 109 0.002465 10.0.0.50 - - [2025-10-02 01:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001345 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-network/3815ab5d-9032-46f2-817d-3bee2fd1c62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004169 10.0.0.50 - - [2025-10-02 01:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.50 - - [2025-10-02 01:39:20] "GET /project/9fabaa61-35c9-43a9-8ba2-4341f78b4e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035175 10.0.0.50 - - [2025-10-02 01:39:20] "POST /virtual-machines HTTP/1.1" 200 355 0.042623 10.0.0.50 - - [2025-10-02 01:39:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.015849 10.0.0.50 - - [2025-10-02 01:39:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.173498 10.0.0.50 - - [2025-10-02 01:39:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.015013 10.0.0.50 - - [2025-10-02 01:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006506 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.005104 10.0.0.50 - - [2025-10-02 01:39:20] "POST /instance-ips HTTP/1.1" 200 395 0.026724 10.0.0.50 - - [2025-10-02 01:39:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.029922 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.029570 10.0.0.50 - - [2025-10-02 01:39:20] "POST /set-tag HTTP/1.1" 200 109 0.029623 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.025473 10.0.0.50 - - [2025-10-02 01:39:20] "GET /instance-ip/9de321e6-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.003908 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005283 10.0.0.50 - - [2025-10-02 01:39:20] "POST /set-tag HTTP/1.1" 200 109 0.002002 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-router/a9d6d74c-cb10-4c50-8883-4a2c805b5dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1676 0.002653 10.0.0.50 - - [2025-10-02 01:39:20] "POST /ref-update HTTP/1.1" 200 156 0.010152 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.024281 10.0.0.50 - - [2025-10-02 01:39:20] "POST /set-tag HTTP/1.1" 200 109 0.007192 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005440 10.0.0.50 - - [2025-10-02 01:39:20] "POST /set-tag HTTP/1.1" 200 109 0.007951 10.0.0.50 - - [2025-10-02 01:39:20] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003894 10.0.0.50 - - [2025-10-02 01:39:21] "POST /set-tag HTTP/1.1" 200 109 0.002390 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000853 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000722 10.0.0.50 - - [2025-10-02 01:39:35] "GET / HTTP/1.1" 200 35931 0.003201 10.0.0.50 - - [2025-10-02 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.50 - - [2025-10-02 01:39:35] "GET /global-system-config/afb01177-fdcf-4e24-8f56-a5e50ce1646a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.009072 10.0.0.50 - - [2025-10-02 01:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.50 - - [2025-10-02 01:39:35] "GET /config-node/3f0efc6a-0068-43f2-a9bd-4411b0ddedb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002801 10.0.0.50 - - [2025-10-02 01:39:37] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004837 10.0.0.50 - - [2025-10-02 01:39:37] "POST /set-tag HTTP/1.1" 200 109 0.002057 10.0.0.50 - - [2025-10-02 01:39:38] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005271 10.0.0.50 - - [2025-10-02 01:39:38] "POST /set-tag HTTP/1.1" 200 109 0.002470 10.0.0.50 - - [2025-10-02 01:39:40] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004188 10.0.0.50 - - [2025-10-02 01:39:40] "POST /set-tag HTTP/1.1" 200 109 0.001810 10.0.0.50 - - [2025-10-02 01:39:47] "GET / HTTP/1.1" 200 35931 0.001334 10.0.0.50 - - [2025-10-02 01:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.50 - - [2025-10-02 01:39:47] "GET /routing-instance/47a504f1-d4ac-4212-9731-e5061fa4d92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002403 10.0.0.50 - - [2025-10-02 01:39:47] "POST /bgp-routers HTTP/1.1" 409 301 0.001584 10.0.0.50 - - [2025-10-02 01:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001890 10.0.0.50 - - [2025-10-02 01:39:47] "GET /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.002893 10.0.0.50 - - [2025-10-02 01:39:47] "PUT /bgp-router/1ef3213d-eb11-48c0-8502-98ed82faac98 HTTP/1.1" 200 254 0.011888 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001003 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:39:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001175 10.0.0.50 - - [2025-10-02 01:39:50] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005339 10.0.0.50 - - [2025-10-02 01:39:50] "POST /set-tag HTTP/1.1" 200 109 0.004500 10.0.0.50 - - [2025-10-02 01:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.50 - - [2025-10-02 01:39:50] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.002510 10.0.0.50 - - [2025-10-02 01:39:50] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003627 10.0.0.50 - - [2025-10-02 01:39:50] "POST /set-tag HTTP/1.1" 200 109 0.023650 10.0.0.50 - - [2025-10-02 01:39:51] "DELETE /loadbalancer-member/7cb83e06-facf-4a82-ad12-88019cac5377 HTTP/1.1" 200 115 0.029133 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007688 10.0.0.50 - - [2025-10-02 01:39:51] "POST /set-tag HTTP/1.1" 200 109 0.002608 10.0.0.50 - - [2025-10-02 01:39:51] "DELETE /loadbalancer-member/667ea291-d1f2-4a90-9c6f-a439fbf4ab3c HTTP/1.1" 200 115 0.053354 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006215 10.0.0.50 - - [2025-10-02 01:39:51] "POST /set-tag HTTP/1.1" 200 109 0.001691 10.0.0.50 - - [2025-10-02 01:39:51] "DELETE /loadbalancer-member/efaa9d0b-b1eb-48f3-8a3e-6d270bc2059d HTTP/1.1" 200 115 0.026938 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.009709 10.0.0.50 - - [2025-10-02 01:39:51] "POST /set-tag HTTP/1.1" 200 109 0.001983 10.0.0.50 - - [2025-10-02 01:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001930 10.0.0.50 - - [2025-10-02 01:39:51] "GET /loadbalancer/bead064c-581b-462e-a938-4b23f0d48a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.002014 10.0.0.50 - - [2025-10-02 01:39:51] "GET /loadbalancer-pool/16ab01e9-418f-4c4f-896c-7727c17c2847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1851 0.001828 10.0.0.50 - - [2025-10-02 01:39:51] "POST /loadbalancer-members HTTP/1.1" 200 690 0.013528 10.0.0.50 - - [2025-10-02 01:39:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.021320 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.006596 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.003245 10.0.0.50 - - [2025-10-02 01:39:51] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.001608 10.0.0.50 - - [2025-10-02 01:39:51] "POST /set-tag HTTP/1.1" 200 109 0.067780 10.0.0.50 - - [2025-10-02 01:39:51] "GET /loadbalancer-pool/ee5af643-67af-4e2c-a9ae-f07a2bdcbec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.006657 10.0.0.50 - - [2025-10-02 01:39:51] "POST /loadbalancer-members HTTP/1.1" 200 690 0.047883 10.0.0.50 - - [2025-10-02 01:39:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.009004 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004624 10.0.0.50 - - [2025-10-02 01:39:51] "POST /set-tag HTTP/1.1" 200 109 0.004875 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004071 10.0.0.50 - - [2025-10-02 01:39:51] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.001729 10.0.0.50 - - [2025-10-02 01:39:51] "GET /loadbalancer-pool/cc7845dd-1df3-4cac-b23e-1ea10ddbb83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.002653 10.0.0.50 - - [2025-10-02 01:39:51] "POST /loadbalancer-members HTTP/1.1" 200 692 0.013878 10.0.0.50 - - [2025-10-02 01:39:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.009196 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008784 10.0.0.50 - - [2025-10-02 01:39:51] "GET /virtual-machine-interface/d6eb4c18-9f2e-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006613 10.0.0.50 - - [2025-10-02 01:39:51] "GET /floating-ip/aa832cd0-cb5d-4e78-8647-ae57d611697f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.006571 10.0.0.50 - - [2025-10-02 01:39:51] "POST /set-tag HTTP/1.1" 200 109 0.002416 10.0.0.50 - - [2025-10-02 01:40:15] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004189 10.0.0.50 - - [2025-10-02 01:40:15] "POST /set-tag HTTP/1.1" 200 109 0.001944 10.0.0.50 - - [2025-10-02 01:40:15] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005367 10.0.0.50 - - [2025-10-02 01:40:15] "POST /set-tag HTTP/1.1" 200 109 0.002118 10.0.0.50 - - [2025-10-02 01:40:15] "GET /virtual-machine/17187f24-e714-4fbe-bba3-2382c4912317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.002971 10.0.0.50 - - [2025-10-02 01:40:15] "POST /ref-update HTTP/1.1" 200 156 0.009210 10.0.0.50 - - [2025-10-02 01:40:15] "GET /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.015877 10.0.0.50 - - [2025-10-02 01:40:15] "POST /set-tag HTTP/1.1" 200 109 0.017121 10.0.0.50 - - [2025-10-02 01:40:15] "POST /set-tag HTTP/1.1" 200 109 0.020710 10.0.0.50 - - [2025-10-02 01:40:15] "DELETE /instance-ip/9d5d5016-9f30-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.037558 10.0.0.50 - - [2025-10-02 01:40:15] "DELETE /virtual-machine-interface/9d3ef97c-9f30-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.031198 10.0.0.50 - - [2025-10-02 01:40:15] "DELETE /virtual-machine/17187f24-e714-4fbe-bba3-2382c4912317 HTTP/1.1" 200 115 0.018198 10.0.0.50 - - [2025-10-02 01:40:15] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.008821 10.0.0.50 - - [2025-10-02 01:40:15] "POST /set-tag HTTP/1.1" 200 109 0.002843 10.0.0.50 - - [2025-10-02 01:40:31] "GET /global-system-configs HTTP/1.1" 200 322 0.001894 10.0.0.50 - - [2025-10-02 01:40:32] "GET /global-system-configs HTTP/1.1" 200 322 0.001814 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:40:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000965 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:40:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000888 10.0.0.50 - - [2025-10-02 01:40:46] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.008156 10.0.0.50 - - [2025-10-02 01:40:46] "POST /set-tag HTTP/1.1" 200 109 0.002272 10.0.0.50 - - [2025-10-02 01:40:46] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003666 10.0.0.50 - - [2025-10-02 01:40:46] "POST /set-tag HTTP/1.1" 200 109 0.002597 10.0.0.50 - - [2025-10-02 01:40:46] "GET /virtual-machine/71073a26-e02a-4fee-bc47-8fbe0f3302cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.002557 10.0.0.50 - - [2025-10-02 01:40:46] "POST /ref-update HTTP/1.1" 200 156 0.009338 10.0.0.50 - - [2025-10-02 01:40:46] "GET /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005587 10.0.0.50 - - [2025-10-02 01:40:46] "POST /set-tag HTTP/1.1" 200 109 0.014730 10.0.0.50 - - [2025-10-02 01:40:46] "POST /set-tag HTTP/1.1" 200 109 0.022573 10.0.0.50 - - [2025-10-02 01:40:46] "DELETE /instance-ip/9de321e6-9f30-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.041473 10.0.0.50 - - [2025-10-02 01:40:46] "DELETE /virtual-machine-interface/9dbe7530-9f30-11f0-8780-fa163ec7a04b HTTP/1.1" 200 115 0.044062 10.0.0.50 - - [2025-10-02 01:40:46] "DELETE /virtual-machine/71073a26-e02a-4fee-bc47-8fbe0f3302cb HTTP/1.1" 200 115 0.034161 10.0.0.50 - - [2025-10-02 01:40:46] "DELETE /tag/f768ae6a-6bba-4277-9741-2018d7520cc7 HTTP/1.1" 200 115 0.033611 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:41:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000948 [Introspect:8084]10.0.0.50 - - [2025-10-02 01:41:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000812