+++ date ++ echo 'INFO: =================== Thu Feb 5 01:39:15 AM UTC 2026 ===================' INFO: =================== Thu Feb 5 01:39:15 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.129 ++ 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.129 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.129 ++ ANALYTICSDB_NODES=10.0.0.129 ++ ANALYTICS_SNMP_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ '[' -n '10.0.0.129:8081 ' ']' +++ echo 10.0.0.129:8081 ++ ANALYTICS_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ '[' -n '10.0.0.129:9042 ' ']' +++ echo 10.0.0.129:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.129:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ '[' -n '10.0.0.129:8086 ' ']' +++ echo 10.0.0.129:8086 ++ COLLECTOR_SERVERS=10.0.0.129: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.129 ++ CONFIGDB_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ '[' -n '10.0.0.129:8082 ' ']' +++ echo 10.0.0.129:8082 ++ CONFIG_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ '[' -n '10.0.0.129:9161 ' ']' +++ echo 10.0.0.129:9161 ++ CONFIGDB_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ '[' -n '10.0.0.129:9041 ' ']' +++ echo 10.0.0.129:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.129: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.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ '[' -n 10.0.0.129:2181, ']' +++ echo 10.0.0.129:2181 ++ ZOOKEEPER_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ '[' -n '10.0.0.129:2181 ' ']' +++ echo 10.0.0.129:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.129:2181 ++ RABBITMQ_NODES=10.0.0.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ '[' -n 10.0.0.129:5673, ']' +++ echo 10.0.0.129:5673 ++ RABBITMQ_SERVERS=10.0.0.129: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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ '[' -n '10.0.0.129:6379 ' ']' +++ echo 10.0.0.129:6379 ++ REDIS_SERVERS=10.0.0.129: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.129 ++ 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.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ '[' -n '10.0.0.129:9092 ' ']' +++ echo 10.0.0.129:9092 ++ KAFKA_SERVERS=10.0.0.129: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.129 ++ 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.129 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=False ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=False ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=False ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ / == \/\v\2\.\0 ]] ++ [[ kubernetes == \o\p\e\n\s\t\a\c\k ]] ++ [[ noauth == \k\e\y\s\t\o\n\e ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.129 + local cassandra=10.0.0.129 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.129 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + nc -z 10.0.0.129 9041 + echo -e '\035\nquit' + 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.129 9041 + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + nc -z 10.0.0.129 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.129 +++ local servers=10.0.0.129 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ sort ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host +++ local local_ips=,10.0.0.129,10.76.61.1,127.0.0.1,172.17.0.1,252.129.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.129,10.76.61.1,127.0.0.1,172.17.0.1,252.129.0.1,, =~ ,10\.0\.0\.129, ]] +++ echo 10.0.0.129 1 +++ return ++ local ip=10.0.0.129 ++ [[ -z 10.0.0.129 ]] ++ echo 10.0.0.129 + host_ip=10.0.0.129 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.129:9041 + cassandra_server_list=10.0.0.129:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.129: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=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ set -o posix ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ 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: 02/05/2026 01:39:54.525 7ffbc6cc8280 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/05/2026 01:39:54.719 7ffbc6cc8280 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/05/2026 01:39:54.736 7ffbc6cc8280 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/05/2026 01:39:54.737 7ffbc6cc8280 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.129:8082/ Hit Ctrl-C to quit. 10.0.0.129 - - [2026-02-05 01:39:59] "GET / HTTP/1.1" 503 181 0.000270 10.0.0.129 - - [2026-02-05 01:39:59] "GET / HTTP/1.1" 200 36215 0.001396 10.0.0.129 - - [2026-02-05 01:40:00] "GET / HTTP/1.1" 200 45303 0.001120 10.0.0.129 - - [2026-02-05 01:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009591 10.0.0.129 - - [2026-02-05 01:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006463 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.129 - - [2026-02-05 01:40:01] "GET /network-ipam/728d0034-83b8-4368-8988-04e3f944535f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004929 10.0.0.129 - - [2026-02-05 01:40:01] "GET / HTTP/1.1" 200 36215 0.001427 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.129 - - [2026-02-05 01:40:01] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006337 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 404 216 0.002095 10.0.0.129 - - [2026-02-05 01:40:01] "GET / HTTP/1.1" 200 36215 0.001294 10.0.0.129 - - [2026-02-05 01:40:01] "POST /config-nodes HTTP/1.1" 200 595 0.035768 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.002135 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.129 - - [2026-02-05 01:40:01] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006085 10.0.0.129 - - [2026-02-05 01:40:01] "POST /service-appliance-sets HTTP/1.1" 200 555 0.030669 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.002843 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008646 10.0.0.129 - - [2026-02-05 01:40:01] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.004740 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.006692 10.0.0.129 - - [2026-02-05 01:40:01] "GET / HTTP/1.1" 200 36215 0.001112 10.0.0.129 - - [2026-02-05 01:40:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003789 10.0.0.129 - - [2026-02-05 01:40:01] "POST /access-control-lists HTTP/1.1" 200 589 0.032647 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 404 224 0.008081 10.0.0.129 - - [2026-02-05 01:40:01] "POST /service-appliance-sets HTTP/1.1" 200 543 0.030319 10.0.0.129 - - [2026-02-05 01:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001549 10.0.0.129 - - [2026-02-05 01:40:01] "GET /network-ipam/728d0034-83b8-4368-8988-04e3f944535f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.002260 10.0.0.129 - - [2026-02-05 01:40:02] "POST /access-control-lists HTTP/1.1" 200 587 0.022233 10.0.0.129 - - [2026-02-05 01:40:02] "POST /route-targets HTTP/1.1" 200 328 0.010211 10.0.0.129 - - [2026-02-05 01:40:02] "POST /ref-update HTTP/1.1" 200 156 0.017337 10.0.0.129 - - [2026-02-05 01:40:02] "POST /route-targets HTTP/1.1" 200 328 0.223121 10.0.0.129 - - [2026-02-05 01:40:02] "POST /ref-update HTTP/1.1" 200 156 0.014964 10.0.0.129 - - [2026-02-05 01:40:02] "POST /service-templates HTTP/1.1" 200 513 0.281878 10.0.0.129 - - [2026-02-05 01:40:02] "GET / HTTP/1.1" 200 36215 0.001294 10.0.0.129 - - [2026-02-05 01:40:02] "POST /route-targets HTTP/1.1" 200 328 0.133406 10.0.0.129 - - [2026-02-05 01:40:02] "POST /service-templates HTTP/1.1" 200 503 0.245939 10.0.0.129 - - [2026-02-05 01:40:02] "POST /ref-update HTTP/1.1" 200 156 0.065468 10.0.0.129 - - [2026-02-05 01:40:02] "POST /service-templates HTTP/1.1" 200 517 0.097204 10.0.0.129 - - [2026-02-05 01:40:02] "POST /route-targets HTTP/1.1" 200 328 0.091496 10.0.0.129 - - [2026-02-05 01:40:02] "POST /ref-update HTTP/1.1" 200 156 0.015780 10.0.0.129 - - [2026-02-05 01:40:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.004226 10.0.0.129 - - [2026-02-05 01:40:02] "POST /service-templates HTTP/1.1" 200 537 0.100684 10.0.0.129 - - [2026-02-05 01:40:03] "POST /service-templates HTTP/1.1" 200 509 0.046277 10.0.0.129 - - [2026-02-05 01:40:03] "POST /access-control-lists HTTP/1.1" 200 553 0.106013 10.0.0.129 - - [2026-02-05 01:40:03] "PUT /access-control-list/034e654f-f52e-4cea-bf88-c04976236cc5 HTTP/1.1" 200 273 0.030944 10.0.0.129 - - [2026-02-05 01:40:03] "PUT /access-control-list/53a14808-140f-4268-8ec2-980617a1f048 HTTP/1.1" 200 273 0.039299 10.0.0.129 - - [2026-02-05 01:40:03] "GET / HTTP/1.1" 200 36215 0.001476 10.0.0.129 - - [2026-02-05 01:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.129 - - [2026-02-05 01:40:03] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007442 10.0.0.129 - - [2026-02-05 01:40:03] "POST /fqname-to-id HTTP/1.1" 404 216 0.001715 10.0.0.129 - - [2026-02-05 01:40:03] "POST /config-database-nodes HTTP/1.1" 200 613 0.034389 10.0.0.129 - - [2026-02-05 01:40:05] "GET / HTTP/1.1" 200 36215 0.001477 10.0.0.129 - - [2026-02-05 01:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.129 - - [2026-02-05 01:40:05] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.007967 10.0.0.129 - - [2026-02-05 01:40:05] "POST /bgp-routers HTTP/1.1" 200 618 0.020925 10.0.0.129 - - [2026-02-05 01:40:05] "GET /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d?fields=global_system_config_back_refs HTTP/1.1" 200 1132 0.012619 10.0.0.129 - - [2026-02-05 01:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.129 - - [2026-02-05 01:40:05] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.004367 10.0.0.129 - - [2026-02-05 01:40:05] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002083 10.0.0.129 - - [2026-02-05 01:40:05] "POST /ref-update HTTP/1.1" 200 156 0.009059 10.0.0.129 - - [2026-02-05 01:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002260 10.0.0.129 - - [2026-02-05 01:40:06] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.002360 10.0.0.129 - - [2026-02-05 01:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001575 10.0.0.129 - - [2026-02-05 01:40:06] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.006786 10.0.0.129 - - [2026-02-05 01:40:07] "GET / HTTP/1.1" 200 36215 0.001580 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 583 0.031332 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 577 0.018000 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 577 0.019697 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 561 0.016145 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 557 0.015289 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 559 0.022932 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 567 0.020316 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 551 0.027370 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 559 0.016148 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 569 0.021266 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 557 0.016295 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 569 0.019732 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 577 0.065248 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 571 0.019309 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 563 0.017537 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 563 0.019252 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 563 0.023770 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 549 0.022315 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 597 0.023233 10.0.0.129 - - [2026-02-05 01:40:07] "POST /alarms HTTP/1.1" 200 577 0.033965 10.0.0.129 - - [2026-02-05 01:40:08] "POST /alarms HTTP/1.1" 200 573 0.036231 10.0.0.129 - - [2026-02-05 01:40:08] "POST /alarms HTTP/1.1" 200 585 0.019058 10.0.0.129 - - [2026-02-05 01:40:08] "POST /alarms HTTP/1.1" 200 611 0.021817 10.0.0.129 - - [2026-02-05 01:40:08] "GET / HTTP/1.1" 200 36215 0.001419 10.0.0.129 - - [2026-02-05 01:40:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002118 10.0.0.129 - - [2026-02-05 01:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.129 - - [2026-02-05 01:40:08] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.006820 10.0.0.129 - - [2026-02-05 01:40:08] "GET / HTTP/1.1" 200 36215 0.001353 10.0.0.129 - - [2026-02-05 01:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.129 - - [2026-02-05 01:40:08] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002638 10.0.0.129 - - [2026-02-05 01:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001704 10.0.0.129 - - [2026-02-05 01:40:08] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.008738 10.0.0.129 - - [2026-02-05 01:40:08] "GET / HTTP/1.1" 200 36215 0.001234 10.0.0.129 - - [2026-02-05 01:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002160 10.0.0.129 - - [2026-02-05 01:40:08] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007634 10.0.0.129 - - [2026-02-05 01:40:08] "PUT /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc HTTP/1.1" 200 275 0.022338 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:41:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001040 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:41:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2637 0.000818 10.0.0.129 - - [2026-02-05 01:41:41] "GET / HTTP/1.1" 200 36215 0.001383 10.0.0.129 - - [2026-02-05 01:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.129 - - [2026-02-05 01:41:41] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.004690 10.0.0.129 - - [2026-02-05 01:41:41] "POST /fqname-to-id HTTP/1.1" 404 216 0.001892 10.0.0.129 - - [2026-02-05 01:41:42] "POST /analytics-nodes HTTP/1.1" 200 601 0.037874 10.0.0.129 - - [2026-02-05 01:41:49] "GET / HTTP/1.1" 200 36215 0.001547 10.0.0.129 - - [2026-02-05 01:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002183 10.0.0.129 - - [2026-02-05 01:41:49] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.004762 10.0.0.129 - - [2026-02-05 01:41:49] "POST /fqname-to-id HTTP/1.1" 404 216 0.001787 10.0.0.129 - - [2026-02-05 01:41:49] "POST /analytics-alarm-nodes HTTP/1.1" 200 613 0.022981 10.0.0.129 - - [2026-02-05 01:41:56] "GET / HTTP/1.1" 200 36215 0.001363 10.0.0.129 - - [2026-02-05 01:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002071 10.0.0.129 - - [2026-02-05 01:41:56] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.004481 10.0.0.129 - - [2026-02-05 01:41:56] "POST /fqname-to-id HTTP/1.1" 404 216 0.005022 10.0.0.129 - - [2026-02-05 01:41:56] "POST /analytics-snmp-nodes HTTP/1.1" 200 611 0.038747 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:41:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000848 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:41:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000873 10.0.0.129 - - [2026-02-05 01:42:01] "GET / HTTP/1.1" 200 36215 0.001546 10.0.0.129 - - [2026-02-05 01:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007578 10.0.0.129 - - [2026-02-05 01:42:01] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.010547 10.0.0.129 - - [2026-02-05 01:42:01] "POST /fqname-to-id HTTP/1.1" 404 216 0.003366 10.0.0.129 - - [2026-02-05 01:42:01] "POST /database-nodes HTTP/1.1" 200 599 0.029668 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:42:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000875 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:42:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000876 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:42:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000958 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:42:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001041 10.0.0.129 - - [2026-02-05 01:42:42] "GET / HTTP/1.1" 200 36215 0.001621 10.0.0.129 - - [2026-02-05 01:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.129 - - [2026-02-05 01:42:42] "GET /domain/fc1d71e0-3c99-40bb-828f-f2d9427a1296?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.003012 10.0.0.129 - - [2026-02-05 01:42:42] "POST /id-to-fqname HTTP/1.1" 200 173 0.000593 10.0.0.129 - - [2026-02-05 01:42:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.014226 10.0.0.129 - - [2026-02-05 01:42:42] "POST /security-groups HTTP/1.1" 200 570 0.127167 10.0.0.129 - - [2026-02-05 01:42:42] "POST /projects HTTP/1.1" 200 483 0.385428 10.0.0.129 - - [2026-02-05 01:42:42] "POST /fqname-to-id HTTP/1.1" 404 213 0.004472 10.0.0.129 - - [2026-02-05 01:42:42] "POST /access-control-lists HTTP/1.1" 200 581 0.082913 10.0.0.129 - - [2026-02-05 01:42:42] "POST /fqname-to-id HTTP/1.1" 404 212 0.011410 10.0.0.129 - - [2026-02-05 01:42:42] "POST /security-groups HTTP/1.1" 200 536 0.178095 10.0.0.129 - - [2026-02-05 01:42:43] "POST /access-control-lists HTTP/1.1" 200 579 0.119083 10.0.0.129 - - [2026-02-05 01:42:43] "POST /chown HTTP/1.1" 200 109 0.052759 10.0.0.129 - - [2026-02-05 01:42:43] "POST /policy-managements HTTP/1.1" 409 214 0.030301 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.022043 10.0.0.129 - - [2026-02-05 01:42:43] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.007653 10.0.0.129 - - [2026-02-05 01:42:43] "POST /application-policy-sets HTTP/1.1" 200 530 0.052001 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006630 10.0.0.129 - - [2026-02-05 01:42:43] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003896 10.0.0.129 - - [2026-02-05 01:42:43] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.011491 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012928 10.0.0.129 - - [2026-02-05 01:42:43] "GET /virtual-network/f1c248cf-c493-4268-ba1e-b438cd9ee3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004325 10.0.0.129 - - [2026-02-05 01:42:43] "POST /id-to-fqname HTTP/1.1" 200 177 0.000482 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.011600 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.001855 10.0.0.129 - - [2026-02-05 01:42:43] "POST /security-groups HTTP/1.1" 200 574 0.075233 10.0.0.129 - - [2026-02-05 01:42:43] "POST /projects HTTP/1.1" 200 491 0.226080 10.0.0.129 - - [2026-02-05 01:42:43] "POST /access-control-lists HTTP/1.1" 200 596 0.047282 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.010317 10.0.0.129 - - [2026-02-05 01:42:43] "POST /access-control-lists HTTP/1.1" 200 594 0.031251 10.0.0.129 - - [2026-02-05 01:42:43] "POST /security-groups HTTP/1.1" 200 548 0.082613 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 404 217 0.001872 10.0.0.129 - - [2026-02-05 01:42:43] "POST /chown HTTP/1.1" 200 109 0.011189 10.0.0.129 - - [2026-02-05 01:42:43] "POST /access-control-lists HTTP/1.1" 200 585 0.082461 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 404 216 0.016129 10.0.0.129 - - [2026-02-05 01:42:43] "POST /network-ipams HTTP/1.1" 200 524 0.103087 10.0.0.129 - - [2026-02-05 01:42:43] "POST /network-ipams HTTP/1.1" 200 512 0.028048 10.0.0.129 - - [2026-02-05 01:42:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.002635 10.0.0.129 - - [2026-02-05 01:42:44] "POST /access-control-lists HTTP/1.1" 200 583 0.083422 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.005720 10.0.0.129 - - [2026-02-05 01:42:44] "POST /access-control-lists HTTP/1.1" 200 604 0.067396 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.013607 10.0.0.129 - - [2026-02-05 01:42:44] "POST /useragent-kv HTTP/1.1" 200 115 0.022009 10.0.0.129 - - [2026-02-05 01:42:44] "POST /virtual-networks HTTP/1.1" 200 540 0.188292 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.129 - - [2026-02-05 01:42:44] "POST /access-control-lists HTTP/1.1" 200 602 0.021186 10.0.0.129 - - [2026-02-05 01:42:44] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.021329 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.002543 10.0.0.129 - - [2026-02-05 01:42:44] "POST /network-ipams HTTP/1.1" 200 520 0.030697 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.006005 10.0.0.129 - - [2026-02-05 01:42:44] "POST /access-control-lists HTTP/1.1" 200 591 0.082866 10.0.0.242 - - [2026-02-05 01:42:44] "GET / HTTP/1.1" 200 36215 0.001387 10.0.0.242 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001957 10.0.0.242 - - [2026-02-05 01:42:44] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006072 10.0.0.242 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.129 - - [2026-02-05 01:42:44] "POST /route-targets HTTP/1.1" 200 328 0.022483 10.0.0.242 - - [2026-02-05 01:42:44] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.019475 10.0.0.129 - - [2026-02-05 01:42:44] "POST /ref-update HTTP/1.1" 200 156 0.108110 10.0.0.242 - - [2026-02-05 01:42:44] "PUT /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc HTTP/1.1" 200 275 0.060300 10.0.0.242 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 216 0.010762 10.0.0.129 - - [2026-02-05 01:42:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006072 10.0.0.129 - - [2026-02-05 01:42:44] "POST /virtual-networks HTTP/1.1" 200 548 0.261190 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007023 10.0.0.129 - - [2026-02-05 01:42:44] "PUT /access-control-list/a13cb61a-28a4-41df-80c7-2249dced15db HTTP/1.1" 200 273 0.047282 10.0.0.242 - - [2026-02-05 01:42:44] "POST /virtual-routers HTTP/1.1" 200 601 0.085634 10.0.0.129 - - [2026-02-05 01:42:44] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1754 0.048594 10.0.0.242 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008874 10.0.0.242 - - [2026-02-05 01:42:44] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.004967 10.0.0.242 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.001922 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.004052 10.0.0.129 - - [2026-02-05 01:42:44] "POST /route-targets HTTP/1.1" 200 328 0.020730 10.0.0.242 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.013521 10.0.0.242 - - [2026-02-05 01:42:44] "GET /virtual-network/f1c248cf-c493-4268-ba1e-b438cd9ee3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.017230 10.0.0.129 - - [2026-02-05 01:42:44] "POST /ref-update HTTP/1.1" 200 156 0.063600 10.0.0.129 - - [2026-02-05 01:42:44] "POST /network-policys HTTP/1.1" 200 540 0.099781 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.010683 10.0.0.242 - - [2026-02-05 01:42:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.143712 10.0.0.129 - - [2026-02-05 01:42:44] "POST /network-policys HTTP/1.1" 200 536 0.072373 10.0.0.129 - - [2026-02-05 01:42:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.005942 10.0.0.129 - - [2026-02-05 01:42:44] "PUT /access-control-list/86a3bae2-ea65-4784-948d-4939276ddcb8 HTTP/1.1" 200 273 0.069823 10.0.0.129 - - [2026-02-05 01:42:45] "POST /network-policys HTTP/1.1" 200 544 0.053349 10.0.0.129 - - [2026-02-05 01:42:45] "PUT /access-control-list/86a3bae2-ea65-4784-948d-4939276ddcb8 HTTP/1.1" 200 273 0.035879 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.104443 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.014163 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.059184 10.0.0.129 - - [2026-02-05 01:42:45] "PUT /access-control-list/86a3bae2-ea65-4784-948d-4939276ddcb8 HTTP/1.1" 200 273 0.072792 10.0.0.129 - - [2026-02-05 01:42:45] "PUT /access-control-list/a13cb61a-28a4-41df-80c7-2249dced15db HTTP/1.1" 200 273 0.048249 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.093671 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005343 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006478 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.011210 10.0.0.129 - - [2026-02-05 01:42:45] "PUT /access-control-list/a13cb61a-28a4-41df-80c7-2249dced15db HTTP/1.1" 200 273 0.029649 10.0.0.129 - - [2026-02-05 01:42:45] "PUT /access-control-list/86a3bae2-ea65-4784-948d-4939276ddcb8 HTTP/1.1" 200 273 0.025315 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.073956 10.0.0.129 - - [2026-02-05 01:42:45] "POST /fqname-to-id HTTP/1.1" 404 237 0.003525 10.0.0.129 - - [2026-02-05 01:42:45] "POST /access-control-lists HTTP/1.1" 200 603 0.050471 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.129624 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.044275 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.102545 10.0.0.129 - - [2026-02-05 01:42:45] "PUT /access-control-list/e080135b-6961-4a42-ab3d-42c7ac25b753 HTTP/1.1" 200 273 0.024102 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-update HTTP/1.1" 200 156 0.017915 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004645 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005588 10.0.0.129 - - [2026-02-05 01:42:45] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002368 10.0.0.129 - - [2026-02-05 01:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.129 - - [2026-02-05 01:42:45] "GET /virtual-network/f1c248cf-c493-4268-ba1e-b438cd9ee3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1721 0.005367 10.0.0.129 - - [2026-02-05 01:42:45] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1067 0.004045 10.0.0.129 - - [2026-02-05 01:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001649 10.0.0.129 - - [2026-02-05 01:42:45] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003172 10.0.0.129 - - [2026-02-05 01:42:46] "POST /firewall-policys HTTP/1.1" 200 532 0.037486 10.0.0.129 - - [2026-02-05 01:42:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.043998 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.005614 10.0.0.129 - - [2026-02-05 01:42:46] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1067 0.002745 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.002558 10.0.0.129 - - [2026-02-05 01:42:46] "POST /ref-update HTTP/1.1" 200 156 0.029701 10.0.0.129 - - [2026-02-05 01:42:46] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.010824 10.0.0.129 - - [2026-02-05 01:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.129 - - [2026-02-05 01:42:46] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002436 10.0.0.129 - - [2026-02-05 01:42:46] "POST /firewall-policys HTTP/1.1" 200 534 0.022164 10.0.0.129 - - [2026-02-05 01:42:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.014643 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.011452 10.0.0.129 - - [2026-02-05 01:42:46] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.002778 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.002900 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.002630 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.006343 10.0.0.129 - - [2026-02-05 01:42:46] "POST /ref-update HTTP/1.1" 200 156 0.012660 10.0.0.129 - - [2026-02-05 01:42:46] "POST /ref-update HTTP/1.1" 200 156 0.055495 10.0.0.129 - - [2026-02-05 01:42:46] "POST /ref-update HTTP/1.1" 200 156 0.054510 10.0.0.129 - - [2026-02-05 01:42:46] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.003985 10.0.0.129 - - [2026-02-05 01:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.129 - - [2026-02-05 01:42:46] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002490 10.0.0.129 - - [2026-02-05 01:42:46] "POST /firewall-policys HTTP/1.1" 200 532 0.036162 10.0.0.129 - - [2026-02-05 01:42:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.038412 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.019369 10.0.0.129 - - [2026-02-05 01:42:46] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.002918 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.002615 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.002580 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.002670 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.002666 10.0.0.129 - - [2026-02-05 01:42:46] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.002424 10.0.0.129 - - [2026-02-05 01:42:46] "POST /ref-update HTTP/1.1" 200 156 0.019830 10.0.0.129 - - [2026-02-05 01:42:47] "POST /ref-update HTTP/1.1" 200 156 0.028686 10.0.0.129 - - [2026-02-05 01:42:47] "POST /ref-update HTTP/1.1" 200 156 0.046856 10.0.0.129 - - [2026-02-05 01:42:47] "POST /ref-update HTTP/1.1" 200 156 0.020632 10.0.0.129 - - [2026-02-05 01:42:47] "POST /ref-update HTTP/1.1" 200 156 0.097905 10.0.0.129 - - [2026-02-05 01:42:47] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.016990 10.0.0.129 - - [2026-02-05 01:42:47] "POST /tags HTTP/1.1" 200 300 0.030104 10.0.0.129 - - [2026-02-05 01:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007349 10.0.0.129 - - [2026-02-05 01:42:47] "GET /tag/35b071c7-b046-4d2c-a555-e3461a5d7c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.013964 10.0.0.129 - - [2026-02-05 01:42:47] "POST /set-tag HTTP/1.1" 200 109 0.015583 10.0.0.129 - - [2026-02-05 01:42:47] "POST /tags HTTP/1.1" 200 306 0.115313 10.0.0.129 - - [2026-02-05 01:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011535 10.0.0.129 - - [2026-02-05 01:42:47] "GET /tag/4bfb8b1e-fe42-437c-8202-0ae420d213d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.025721 10.0.0.129 - - [2026-02-05 01:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010569 10.0.0.129 - - [2026-02-05 01:42:47] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.042112 10.0.0.129 - - [2026-02-05 01:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008318 10.0.0.129 - - [2026-02-05 01:42:47] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.008297 10.0.0.129 - - [2026-02-05 01:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001931 10.0.0.129 - - [2026-02-05 01:42:47] "GET /service-appliance-set/1e7d53cc-f39d-4841-b440-15c7a218f170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.005099 10.0.0.129 - - [2026-02-05 01:42:47] "POST /fqname-to-id HTTP/1.1" 404 240 0.002201 10.0.0.129 - - [2026-02-05 01:42:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.139841 10.0.0.129 - - [2026-02-05 01:42:48] "GET /virtual-machine-interface/ad5ab65a-131a-4277-8872-0794b1b7e60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2307 0.018972 10.0.0.129 - - [2026-02-05 01:42:48] "POST /instance-ips HTTP/1.1" 200 382 0.035619 10.0.0.129 - - [2026-02-05 01:42:48] "GET /instance-ip/b2373f0b-ab8e-43b2-a58f-031431ea321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.003772 10.0.0.129 - - [2026-02-05 01:42:48] "POST /loadbalancers HTTP/1.1" 200 584 0.061355 10.0.0.129 - - [2026-02-05 01:42:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.008884 10.0.0.129 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007547 10.0.0.129 - - [2026-02-05 01:42:48] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.029758 10.0.0.129 - - [2026-02-05 01:42:48] "GET /loadbalancer/27293acb-ffb5-4a46-b9ea-baa659d6e867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.028254 10.0.0.129 - - [2026-02-05 01:42:48] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.075228 10.0.0.129 - - [2026-02-05 01:42:48] "GET /instance-ip/b2373f0b-ab8e-43b2-a58f-031431ea321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.002548 10.0.0.129 - - [2026-02-05 01:42:48] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.045817 10.0.0.129 - - [2026-02-05 01:42:48] "POST /floating-ips HTTP/1.1" 200 585 0.067976 10.0.0.129 - - [2026-02-05 01:42:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.045940 10.0.0.129 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.129 - - [2026-02-05 01:42:48] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.048664 10.0.0.129 - - [2026-02-05 01:42:48] "GET /loadbalancer-listener/87acfc00-18ad-46ef-a67d-44642ed58149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.012703 10.0.0.129 - - [2026-02-05 01:42:48] "GET /loadbalancer-listener/87acfc00-18ad-46ef-a67d-44642ed58149?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1199 0.003964 10.0.0.129 - - [2026-02-05 01:42:48] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.039707 10.0.0.129 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005717 10.0.0.129 - - [2026-02-05 01:42:48] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1866 0.006145 10.0.0.129 - - [2026-02-05 01:42:48] "GET /instance-ip/b2373f0b-ab8e-43b2-a58f-031431ea321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.005708 10.0.0.129 - - [2026-02-05 01:42:48] "GET /instance-ip/b2373f0b-ab8e-43b2-a58f-031431ea321e?fields=floating_ips HTTP/1.1" 200 1173 0.006962 10.0.0.129 - - [2026-02-05 01:42:48] "GET /floating-ip/53a53ff0-033e-464f-8f96-30440d7f3d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.002707 10.0.0.129 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.129 - - [2026-02-05 01:42:48] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.017617 10.0.0.129 - - [2026-02-05 01:42:48] "POST /tags HTTP/1.1" 200 358 0.104071 10.0.0.129 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002364 10.0.0.129 - - [2026-02-05 01:42:48] "GET /tag/66c9fafd-a217-4705-9e4c-fa515f0dda37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.015037 10.0.0.129 - - [2026-02-05 01:42:49] "POST /tags HTTP/1.1" 200 306 0.072555 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.129 - - [2026-02-05 01:42:49] "GET /tag/f5fb34c7-df18-495e-9f77-fabb27ea8d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1121 0.011837 10.0.0.129 - - [2026-02-05 01:42:49] "POST /id-to-fqname HTTP/1.1" 200 174 0.000454 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.003764 10.0.0.129 - - [2026-02-05 01:42:49] "POST /security-groups HTTP/1.1" 200 571 0.073130 10.0.0.129 - - [2026-02-05 01:42:49] "POST /projects HTTP/1.1" 200 485 0.196861 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.004295 10.0.0.129 - - [2026-02-05 01:42:49] "POST /access-control-lists HTTP/1.1" 200 582 0.064135 10.0.0.129 - - [2026-02-05 01:42:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.060803 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010211 10.0.0.129 - - [2026-02-05 01:42:49] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2299 0.007385 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 213 0.001678 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.129 - - [2026-02-05 01:42:49] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.022027 10.0.0.129 - - [2026-02-05 01:42:49] "POST /access-control-lists HTTP/1.1" 200 580 0.067103 10.0.0.129 - - [2026-02-05 01:42:49] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.104609 10.0.0.129 - - [2026-02-05 01:42:49] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.048357 10.0.0.129 - - [2026-02-05 01:42:49] "POST /security-groups HTTP/1.1" 200 539 0.081087 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.010025 10.0.0.129 - - [2026-02-05 01:42:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.045580 10.0.0.129 - - [2026-02-05 01:42:49] "POST /chown HTTP/1.1" 200 109 0.069245 10.0.0.129 - - [2026-02-05 01:42:49] "POST /access-control-lists HTTP/1.1" 200 598 0.108676 10.0.0.129 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.021744 10.0.0.129 - - [2026-02-05 01:42:50] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002835 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001965 10.0.0.129 - - [2026-02-05 01:42:50] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002591 10.0.0.129 - - [2026-02-05 01:42:50] "POST /tags HTTP/1.1" 409 207 0.003581 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001759 10.0.0.129 - - [2026-02-05 01:42:50] "GET /tag/f5fb34c7-df18-495e-9f77-fabb27ea8d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1121 0.032207 10.0.0.129 - - [2026-02-05 01:42:50] "POST /access-control-lists HTTP/1.1" 200 596 0.069198 10.0.0.129 - - [2026-02-05 01:42:50] "POST /firewall-rules HTTP/1.1" 200 566 0.064817 10.0.0.129 - - [2026-02-05 01:42:50] "GET /firewall-rule/f0a5c763-3a1d-4fcb-8cef-51f5352712a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.013448 10.0.0.129 - - [2026-02-05 01:42:50] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.002594 10.0.0.129 - - [2026-02-05 01:42:50] "GET /firewall-rule/f0a5c763-3a1d-4fcb-8cef-51f5352712a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.003088 10.0.0.129 - - [2026-02-05 01:42:50] "POST /ref-update HTTP/1.1" 200 156 0.017878 10.0.0.129 - - [2026-02-05 01:42:50] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.011356 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.129 - - [2026-02-05 01:42:50] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004013 10.0.0.129 - - [2026-02-05 01:42:50] "POST /tags HTTP/1.1" 409 207 0.001566 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002060 10.0.0.129 - - [2026-02-05 01:42:50] "GET /tag/f5fb34c7-df18-495e-9f77-fabb27ea8d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1121 0.010373 10.0.0.129 - - [2026-02-05 01:42:50] "POST /firewall-rules HTTP/1.1" 200 564 0.075729 10.0.0.129 - - [2026-02-05 01:42:50] "GET /firewall-rule/59df8e58-14b7-486b-ad95-98c8d35a7983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.009434 10.0.0.129 - - [2026-02-05 01:42:50] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.004507 10.0.0.129 - - [2026-02-05 01:42:50] "GET /firewall-rule/59df8e58-14b7-486b-ad95-98c8d35a7983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.002118 10.0.0.129 - - [2026-02-05 01:42:50] "POST /ref-update HTTP/1.1" 200 156 0.017811 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.129 - - [2026-02-05 01:42:50] "GET /loadbalancer/27293acb-ffb5-4a46-b9ea-baa659d6e867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.002797 10.0.0.129 - - [2026-02-05 01:42:50] "POST /tags HTTP/1.1" 200 302 0.018596 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008421 10.0.0.129 - - [2026-02-05 01:42:50] "GET /tag/7716f605-eee9-4307-9478-5c2482e49758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.019810 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007374 10.0.0.129 - - [2026-02-05 01:42:50] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.042691 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.129 - - [2026-02-05 01:42:50] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.004003 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001465 10.0.0.129 - - [2026-02-05 01:42:50] "GET /service-appliance-set/1e7d53cc-f39d-4841-b440-15c7a218f170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.011687 10.0.0.129 - - [2026-02-05 01:42:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.001674 10.0.0.129 - - [2026-02-05 01:42:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.107107 10.0.0.129 - - [2026-02-05 01:42:51] "GET /virtual-machine-interface/f33f82b0-8984-4857-9fb1-5fa53df9566f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004538 10.0.0.129 - - [2026-02-05 01:42:51] "POST /instance-ips HTTP/1.1" 200 378 0.044059 10.0.0.129 - - [2026-02-05 01:42:51] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.005039 10.0.0.129 - - [2026-02-05 01:42:51] "POST /loadbalancers HTTP/1.1" 200 584 0.068725 10.0.0.129 - - [2026-02-05 01:42:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.018407 10.0.0.129 - - [2026-02-05 01:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008005 10.0.0.129 - - [2026-02-05 01:42:51] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.036027 10.0.0.129 - - [2026-02-05 01:42:51] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004827 10.0.0.129 - - [2026-02-05 01:42:51] "POST /floating-ips HTTP/1.1" 200 583 0.036527 10.0.0.129 - - [2026-02-05 01:42:51] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.061848 10.0.0.129 - - [2026-02-05 01:42:51] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.010691 10.0.0.129 - - [2026-02-05 01:42:51] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.018074 10.0.0.129 - - [2026-02-05 01:42:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.025344 10.0.0.129 - - [2026-02-05 01:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.129874 10.0.0.129 - - [2026-02-05 01:42:51] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.087589 10.0.0.129 - - [2026-02-05 01:42:51] "GET /loadbalancer-listener/f765c640-50f3-4653-a5c3-8e1d675de608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.003714 10.0.0.129 - - [2026-02-05 01:42:51] "GET /loadbalancer-listener/f765c640-50f3-4653-a5c3-8e1d675de608?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1198 0.006644 10.0.0.129 - - [2026-02-05 01:42:51] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.021002 10.0.0.129 - - [2026-02-05 01:42:51] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.005735 10.0.0.129 - - [2026-02-05 01:42:51] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?fields=floating_ips HTTP/1.1" 200 1165 0.008442 10.0.0.129 - - [2026-02-05 01:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001867 10.0.0.129 - - [2026-02-05 01:42:51] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.059581 10.0.0.129 - - [2026-02-05 01:42:51] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.028739 10.0.0.129 - - [2026-02-05 01:42:51] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.012700 10.0.0.129 - - [2026-02-05 01:42:52] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.036292 10.0.0.129 - - [2026-02-05 01:42:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.014178 10.0.0.129 - - [2026-02-05 01:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009271 10.0.0.129 - - [2026-02-05 01:42:52] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.044289 10.0.0.129 - - [2026-02-05 01:42:52] "GET /loadbalancer-listener/4e0316f2-caab-4b67-b9b5-15403bc43807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003907 10.0.0.129 - - [2026-02-05 01:42:52] "GET /loadbalancer-listener/4e0316f2-caab-4b67-b9b5-15403bc43807?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.005006 10.0.0.129 - - [2026-02-05 01:42:52] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.043654 10.0.0.129 - - [2026-02-05 01:42:52] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.012870 10.0.0.129 - - [2026-02-05 01:42:52] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?fields=floating_ips HTTP/1.1" 200 1165 0.004738 10.0.0.129 - - [2026-02-05 01:42:52] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.003385 10.0.0.129 - - [2026-02-05 01:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006391 10.0.0.129 - - [2026-02-05 01:42:52] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.059493 10.0.0.129 - - [2026-02-05 01:42:52] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005408 10.0.0.129 - - [2026-02-05 01:42:52] "POST /loadbalancer-listeners HTTP/1.1" 200 694 0.024312 10.0.0.129 - - [2026-02-05 01:42:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.017109 10.0.0.129 - - [2026-02-05 01:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006155 10.0.0.129 - - [2026-02-05 01:42:52] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.063880 10.0.0.129 - - [2026-02-05 01:42:52] "GET /loadbalancer-listener/20440892-1d1b-4036-bedb-2b03d1d1510e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.004513 10.0.0.129 - - [2026-02-05 01:42:52] "GET /loadbalancer-listener/20440892-1d1b-4036-bedb-2b03d1d1510e?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1201 0.004391 10.0.0.129 - - [2026-02-05 01:42:52] "POST /loadbalancer-pools HTTP/1.1" 200 686 0.041106 10.0.0.129 - - [2026-02-05 01:42:52] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.015698 10.0.0.129 - - [2026-02-05 01:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.129 - - [2026-02-05 01:42:52] "GET /instance-ip/0a7008ec-6910-413a-b654-7e8756dc6da9?fields=floating_ips HTTP/1.1" 200 1165 0.011709 10.0.0.129 - - [2026-02-05 01:42:52] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.010526 10.0.0.129 - - [2026-02-05 01:42:52] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.003049 10.0.0.129 - - [2026-02-05 01:42:53] "POST /tags HTTP/1.1" 200 356 0.154250 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001417 10.0.0.129 - - [2026-02-05 01:42:53] "GET /tag/dc5e181c-b519-48b7-a6b9-241acec25a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.028729 10.0.0.129 - - [2026-02-05 01:42:53] "POST /tags HTTP/1.1" 200 304 0.138418 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.018889 10.0.0.129 - - [2026-02-05 01:42:53] "GET /tag/65789664-7bde-48fa-b6a9-ddb9bb09cb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.011672 10.0.0.129 - - [2026-02-05 01:42:53] "POST /projects HTTP/1.1" 409 218 0.002910 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001433 10.0.0.129 - - [2026-02-05 01:42:53] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.042929 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009184 10.0.0.129 - - [2026-02-05 01:42:53] "GET /network-ipam/57f11181-e8d2-48c4-b705-338530050eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003495 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001987 10.0.0.129 - - [2026-02-05 01:42:53] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.011063 10.0.0.129 - - [2026-02-05 01:42:53] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.085438 10.0.0.129 - - [2026-02-05 01:42:53] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.018682 10.0.0.129 - - [2026-02-05 01:42:53] "POST /set-tag HTTP/1.1" 200 109 0.051872 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002218 10.0.0.129 - - [2026-02-05 01:42:53] "GET /network-ipam/4f33723f-8fb5-4e7e-910c-db88c4ee1c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.002736 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001549 10.0.0.129 - - [2026-02-05 01:42:53] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.010042 10.0.0.129 - - [2026-02-05 01:42:53] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.075242 10.0.0.129 - - [2026-02-05 01:42:53] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.010308 10.0.0.129 - - [2026-02-05 01:42:53] "POST /set-tag HTTP/1.1" 200 109 0.070958 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.129 - - [2026-02-05 01:42:53] "GET /network-policy/067ee0a3-9785-43d8-894e-0c9f53d0f453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002346 10.0.0.129 - - [2026-02-05 01:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001562 10.0.0.129 - - [2026-02-05 01:42:53] "GET /network-policy/0c2168e8-b2c8-444a-9be5-daf7185516f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.002141 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.129 - - [2026-02-05 01:42:54] "GET /network-policy/15022fba-55e1-447c-b110-660e007b45c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006323 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002001 10.0.0.129 - - [2026-02-05 01:42:54] "PUT /network-policy/15022fba-55e1-447c-b110-660e007b45c7 HTTP/1.1" 200 263 0.009743 10.0.0.129 - - [2026-02-05 01:42:54] "PUT /access-control-list/e080135b-6961-4a42-ab3d-42c7ac25b753 HTTP/1.1" 200 273 0.026017 10.0.0.129 - - [2026-02-05 01:42:54] "POST /ref-update HTTP/1.1" 200 156 0.096467 10.0.0.129 - - [2026-02-05 01:42:54] "PUT /access-control-list/a13cb61a-28a4-41df-80c7-2249dced15db HTTP/1.1" 200 273 0.057684 10.0.0.129 - - [2026-02-05 01:42:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.020835 10.0.0.129 - - [2026-02-05 01:42:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.015192 10.0.0.129 - - [2026-02-05 01:42:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009846 10.0.0.129 - - [2026-02-05 01:42:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002122 10.0.0.129 - - [2026-02-05 01:42:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001638 10.0.0.129 - - [2026-02-05 01:42:54] "POST /security-groups HTTP/1.1" 409 245 0.001910 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001509 10.0.0.129 - - [2026-02-05 01:42:54] "GET / HTTP/1.1" 200 36215 0.001433 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.129 - - [2026-02-05 01:42:54] "PUT /security-group/7ffc4e18-806b-40d3-9e92-1328097d039a HTTP/1.1" 200 263 0.059933 10.0.0.129 - - [2026-02-05 01:42:54] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.056902 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.129 - - [2026-02-05 01:42:54] "GET /config-node/13efa924-f30e-4a9b-8a83-124529b37a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1210 0.006403 10.0.0.129 - - [2026-02-05 01:42:54] "PUT /access-control-list/90d516a6-5c95-48fc-9adc-ba1983dca040 HTTP/1.1" 200 273 0.018856 10.0.0.129 - - [2026-02-05 01:42:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.030857 10.0.0.129 - - [2026-02-05 01:42:54] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.022464 10.0.0.129 - - [2026-02-05 01:42:54] "PUT /access-control-list/d85a6cdc-65f6-492d-b324-a2665e096026 HTTP/1.1" 200 273 0.030478 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.129 - - [2026-02-05 01:42:54] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002408 10.0.0.129 - - [2026-02-05 01:42:54] "POST /tags HTTP/1.1" 409 206 0.001738 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002058 10.0.0.129 - - [2026-02-05 01:42:54] "GET /tag/65789664-7bde-48fa-b6a9-ddb9bb09cb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.017515 10.0.0.129 - - [2026-02-05 01:42:54] "POST /firewall-rules HTTP/1.1" 200 564 0.071080 10.0.0.129 - - [2026-02-05 01:42:54] "GET /firewall-rule/1aaf2023-6d7b-43d8-8128-9cad1c333bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.004980 10.0.0.129 - - [2026-02-05 01:42:54] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.002913 10.0.0.129 - - [2026-02-05 01:42:54] "GET /firewall-rule/1aaf2023-6d7b-43d8-8128-9cad1c333bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.001988 10.0.0.129 - - [2026-02-05 01:42:54] "POST /ref-update HTTP/1.1" 200 156 0.020448 10.0.0.129 - - [2026-02-05 01:42:54] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.009153 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.129 - - [2026-02-05 01:42:54] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002380 10.0.0.129 - - [2026-02-05 01:42:54] "POST /tags HTTP/1.1" 409 206 0.001263 10.0.0.129 - - [2026-02-05 01:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.129 - - [2026-02-05 01:42:54] "GET /tag/65789664-7bde-48fa-b6a9-ddb9bb09cb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.009501 10.0.0.129 - - [2026-02-05 01:42:54] "POST /firewall-rules HTTP/1.1" 200 562 0.063654 10.0.0.129 - - [2026-02-05 01:42:55] "GET /firewall-rule/58c8b046-9e84-4cee-bb2a-3a34e122eb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.003820 10.0.0.129 - - [2026-02-05 01:42:55] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003286 10.0.0.129 - - [2026-02-05 01:42:55] "GET /firewall-rule/58c8b046-9e84-4cee-bb2a-3a34e122eb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.001999 10.0.0.129 - - [2026-02-05 01:42:55] "POST /ref-update HTTP/1.1" 200 156 0.029242 10.0.0.129 - - [2026-02-05 01:42:55] "POST /tags HTTP/1.1" 200 372 0.025991 10.0.0.129 - - [2026-02-05 01:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012054 10.0.0.129 - - [2026-02-05 01:42:55] "GET /tag/0985fe11-9159-45f9-b530-72f6b9cb6c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1278 0.011713 10.0.0.129 - - [2026-02-05 01:42:55] "POST /tags HTTP/1.1" 200 320 0.018292 10.0.0.129 - - [2026-02-05 01:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008769 10.0.0.129 - - [2026-02-05 01:42:55] "GET /tag/45d07f8d-b6f0-45b2-8f88-f4dcb6722f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1149 0.011048 10.0.0.129 - - [2026-02-05 01:42:55] "POST /id-to-fqname HTTP/1.1" 200 181 0.003023 10.0.0.129 - - [2026-02-05 01:42:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.002877 10.0.0.129 - - [2026-02-05 01:42:55] "POST /security-groups HTTP/1.1" 200 578 0.076279 10.0.0.129 - - [2026-02-05 01:42:55] "POST /projects HTTP/1.1" 200 499 0.212636 10.0.0.129 - - [2026-02-05 01:42:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003744 10.0.0.129 - - [2026-02-05 01:42:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.037786 10.0.0.129 - - [2026-02-05 01:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.013293 10.0.0.129 - - [2026-02-05 01:42:55] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.015780 10.0.0.129 - - [2026-02-05 01:42:55] "POST /access-control-lists HTTP/1.1" 200 589 0.093928 10.0.0.129 - - [2026-02-05 01:42:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.010558 10.0.0.129 - - [2026-02-05 01:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.129 - - [2026-02-05 01:42:55] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2833 0.004323 10.0.0.129 - - [2026-02-05 01:42:55] "POST /access-control-lists HTTP/1.1" 200 587 0.059310 10.0.0.129 - - [2026-02-05 01:42:55] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.068647 10.0.0.129 - - [2026-02-05 01:42:55] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.104450 10.0.0.129 - - [2026-02-05 01:42:56] "POST /security-groups HTTP/1.1" 200 560 0.076601 10.0.0.129 - - [2026-02-05 01:42:56] "POST /fqname-to-id HTTP/1.1" 404 248 0.003244 10.0.0.129 - - [2026-02-05 01:42:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.023947 10.0.0.129 - - [2026-02-05 01:42:56] "POST /access-control-lists HTTP/1.1" 200 612 0.131418 10.0.0.129 - - [2026-02-05 01:42:56] "POST /chown HTTP/1.1" 200 109 0.087560 10.0.0.129 - - [2026-02-05 01:42:56] "POST /fqname-to-id HTTP/1.1" 404 247 0.006256 10.0.0.129 - - [2026-02-05 01:42:56] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.009622 10.0.0.129 - - [2026-02-05 01:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.129 - - [2026-02-05 01:42:56] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.010530 10.0.0.129 - - [2026-02-05 01:42:56] "POST /tags HTTP/1.1" 409 214 0.002198 10.0.0.129 - - [2026-02-05 01:42:56] "POST /access-control-lists HTTP/1.1" 200 610 0.065397 10.0.0.129 - - [2026-02-05 01:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007691 10.0.0.129 - - [2026-02-05 01:42:56] "GET /tag/45d07f8d-b6f0-45b2-8f88-f4dcb6722f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1149 0.015487 10.0.0.129 - - [2026-02-05 01:42:56] "POST /firewall-rules HTTP/1.1" 200 580 0.067296 10.0.0.129 - - [2026-02-05 01:42:56] "GET /firewall-rule/06c4fb83-13ee-49be-af97-819fd6812c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004715 10.0.0.129 - - [2026-02-05 01:42:56] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2430 0.002883 10.0.0.129 - - [2026-02-05 01:42:56] "GET /firewall-rule/06c4fb83-13ee-49be-af97-819fd6812c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.001816 10.0.0.129 - - [2026-02-05 01:42:56] "POST /ref-update HTTP/1.1" 200 156 0.040326 10.0.0.129 - - [2026-02-05 01:42:56] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.006959 10.0.0.129 - - [2026-02-05 01:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001962 10.0.0.129 - - [2026-02-05 01:42:56] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004104 10.0.0.129 - - [2026-02-05 01:42:56] "POST /tags HTTP/1.1" 409 214 0.001675 10.0.0.129 - - [2026-02-05 01:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001405 10.0.0.129 - - [2026-02-05 01:42:56] "GET /tag/45d07f8d-b6f0-45b2-8f88-f4dcb6722f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1149 0.014321 10.0.0.129 - - [2026-02-05 01:42:56] "POST /firewall-rules HTTP/1.1" 200 578 0.087148 10.0.0.129 - - [2026-02-05 01:42:56] "GET /firewall-rule/1ddc3c18-39dc-445f-a035-9aed22140c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007462 10.0.0.129 - - [2026-02-05 01:42:56] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2676 0.004218 10.0.0.129 - - [2026-02-05 01:42:56] "GET /firewall-rule/1ddc3c18-39dc-445f-a035-9aed22140c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.002709 10.0.0.129 - - [2026-02-05 01:42:56] "POST /ref-update HTTP/1.1" 200 156 0.045790 10.0.0.129 - - [2026-02-05 01:42:56] "POST /tags HTTP/1.1" 200 364 0.023221 10.0.0.129 - - [2026-02-05 01:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010395 10.0.0.129 - - [2026-02-05 01:42:56] "GET /tag/55e208af-94a0-4bd5-908f-8bf7a75d96d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1263 0.010474 10.0.0.129 - - [2026-02-05 01:42:57] "POST /tags HTTP/1.1" 200 312 0.017338 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.026062 10.0.0.129 - - [2026-02-05 01:42:57] "GET /tag/a75c15d1-dcc0-4d18-975b-d60fd764a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.013701 10.0.0.129 - - [2026-02-05 01:42:57] "POST /id-to-fqname HTTP/1.1" 200 177 0.000620 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.008693 10.0.0.129 - - [2026-02-05 01:42:57] "POST /security-groups HTTP/1.1" 200 574 0.067612 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 404 217 0.001502 10.0.0.129 - - [2026-02-05 01:42:57] "POST /projects HTTP/1.1" 200 491 0.213408 10.0.0.129 - - [2026-02-05 01:42:57] "POST /access-control-lists HTTP/1.1" 200 585 0.062050 10.0.0.129 - - [2026-02-05 01:42:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.041290 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 404 216 0.029442 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.025646 10.0.0.129 - - [2026-02-05 01:42:57] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2887 0.023136 10.0.0.129 - - [2026-02-05 01:42:57] "POST /access-control-lists HTTP/1.1" 200 583 0.079756 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006062 10.0.0.129 - - [2026-02-05 01:42:57] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004247 10.0.0.129 - - [2026-02-05 01:42:57] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.075658 10.0.0.129 - - [2026-02-05 01:42:57] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.062089 10.0.0.129 - - [2026-02-05 01:42:57] "POST /security-groups HTTP/1.1" 200 548 0.065084 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 404 240 0.007331 10.0.0.129 - - [2026-02-05 01:42:57] "POST /access-control-lists HTTP/1.1" 200 604 0.065495 10.0.0.129 - - [2026-02-05 01:42:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.072229 10.0.0.129 - - [2026-02-05 01:42:57] "POST /chown HTTP/1.1" 200 109 0.022973 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.006162 10.0.0.129 - - [2026-02-05 01:42:57] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.015752 10.0.0.129 - - [2026-02-05 01:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001963 10.0.0.129 - - [2026-02-05 01:42:57] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.007731 10.0.0.129 - - [2026-02-05 01:42:57] "POST /access-control-lists HTTP/1.1" 200 602 0.077872 10.0.0.129 - - [2026-02-05 01:42:57] "POST /tags HTTP/1.1" 409 210 0.013218 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001836 10.0.0.129 - - [2026-02-05 01:42:58] "GET /tag/a75c15d1-dcc0-4d18-975b-d60fd764a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.012398 10.0.0.129 - - [2026-02-05 01:42:58] "POST /firewall-rules HTTP/1.1" 200 572 0.074256 10.0.0.129 - - [2026-02-05 01:42:58] "GET /firewall-rule/f27c7c44-eb29-4db0-ab5e-deb811682c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013448 10.0.0.129 - - [2026-02-05 01:42:58] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2921 0.003791 10.0.0.129 - - [2026-02-05 01:42:58] "GET /firewall-rule/f27c7c44-eb29-4db0-ab5e-deb811682c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.002201 10.0.0.129 - - [2026-02-05 01:42:58] "POST /ref-update HTTP/1.1" 200 156 0.041879 10.0.0.129 - - [2026-02-05 01:42:58] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002461 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001494 10.0.0.129 - - [2026-02-05 01:42:58] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002061 10.0.0.129 - - [2026-02-05 01:42:58] "POST /tags HTTP/1.1" 409 210 0.001363 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.129 - - [2026-02-05 01:42:58] "GET /tag/a75c15d1-dcc0-4d18-975b-d60fd764a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.010817 10.0.0.129 - - [2026-02-05 01:42:58] "POST /firewall-rules HTTP/1.1" 200 570 0.071705 10.0.0.129 - - [2026-02-05 01:42:58] "GET /firewall-rule/95ff0e59-89d5-4a6a-872c-e5c0aa180686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.026064 10.0.0.129 - - [2026-02-05 01:42:58] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3163 0.004694 10.0.0.129 - - [2026-02-05 01:42:58] "GET /firewall-rule/95ff0e59-89d5-4a6a-872c-e5c0aa180686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.003011 10.0.0.129 - - [2026-02-05 01:42:58] "POST /ref-update HTTP/1.1" 200 156 0.033030 10.0.0.129 - - [2026-02-05 01:42:58] "POST /tags HTTP/1.1" 200 364 0.044324 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.129 - - [2026-02-05 01:42:58] "GET /tag/e0908eb8-964d-4c01-8a15-0d9db5dddf0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1263 0.012385 10.0.0.129 - - [2026-02-05 01:42:58] "POST /tags HTTP/1.1" 200 312 0.042408 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 10.0.0.129 - - [2026-02-05 01:42:58] "GET /tag/208a23d0-6a02-4afe-9602-23ae4ca368de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.017390 10.0.0.129 - - [2026-02-05 01:42:58] "POST /projects HTTP/1.1" 409 223 0.001549 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001223 10.0.0.129 - - [2026-02-05 01:42:58] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.035386 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001916 10.0.0.129 - - [2026-02-05 01:42:58] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008000 10.0.0.129 - - [2026-02-05 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001670 10.0.0.129 - - [2026-02-05 01:42:58] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.003732 10.0.0.129 - - [2026-02-05 01:42:58] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.065923 10.0.0.129 - - [2026-02-05 01:42:59] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.053279 10.0.0.129 - - [2026-02-05 01:42:59] "POST /security-groups HTTP/1.1" 409 253 0.002878 10.0.0.129 - - [2026-02-05 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.129 - - [2026-02-05 01:42:59] "PUT /security-group/0780825a-b1bf-42ec-b2ae-4d1e6213dd46 HTTP/1.1" 200 263 0.059737 10.0.0.129 - - [2026-02-05 01:42:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.031981 10.0.0.129 - - [2026-02-05 01:42:59] "PUT /access-control-list/b7a482c4-db73-4909-88cb-4845fa0ecd1f HTTP/1.1" 200 273 0.032739 10.0.0.129 - - [2026-02-05 01:42:59] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.009872 10.0.0.129 - - [2026-02-05 01:42:59] "PUT /access-control-list/3e871095-a088-4de5-bdc7-ccb68f49281f HTTP/1.1" 200 273 0.017223 10.0.0.129 - - [2026-02-05 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001780 10.0.0.129 - - [2026-02-05 01:42:59] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002447 10.0.0.129 - - [2026-02-05 01:42:59] "POST /tags HTTP/1.1" 409 210 0.001687 10.0.0.129 - - [2026-02-05 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001327 10.0.0.129 - - [2026-02-05 01:42:59] "GET /tag/208a23d0-6a02-4afe-9602-23ae4ca368de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.009793 10.0.0.129 - - [2026-02-05 01:42:59] "POST /firewall-rules HTTP/1.1" 200 572 0.073043 10.0.0.129 - - [2026-02-05 01:42:59] "GET /firewall-rule/60f231fc-b1d1-4a84-bedb-28166b187e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007725 10.0.0.129 - - [2026-02-05 01:42:59] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3404 0.004946 10.0.0.129 - - [2026-02-05 01:42:59] "GET /firewall-rule/60f231fc-b1d1-4a84-bedb-28166b187e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.003395 10.0.0.129 - - [2026-02-05 01:42:59] "POST /ref-update HTTP/1.1" 200 156 0.040675 10.0.0.129 - - [2026-02-05 01:42:59] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002753 10.0.0.129 - - [2026-02-05 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001651 10.0.0.129 - - [2026-02-05 01:42:59] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002240 10.0.0.129 - - [2026-02-05 01:42:59] "POST /tags HTTP/1.1" 409 210 0.001827 10.0.0.129 - - [2026-02-05 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001430 10.0.0.129 - - [2026-02-05 01:42:59] "GET /tag/208a23d0-6a02-4afe-9602-23ae4ca368de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.009868 10.0.0.129 - - [2026-02-05 01:42:59] "POST /firewall-rules HTTP/1.1" 200 570 0.063108 10.0.0.129 - - [2026-02-05 01:42:59] "GET /firewall-rule/9ae6f390-8165-465f-8ac7-10acecbfe928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013068 10.0.0.129 - - [2026-02-05 01:42:59] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3646 0.003652 10.0.0.129 - - [2026-02-05 01:42:59] "GET /firewall-rule/9ae6f390-8165-465f-8ac7-10acecbfe928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.001838 10.0.0.129 - - [2026-02-05 01:42:59] "POST /ref-update HTTP/1.1" 200 156 0.055561 10.0.0.129 - - [2026-02-05 01:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.129 - - [2026-02-05 01:43:03] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.002420 10.0.0.129 - - [2026-02-05 01:43:05] "GET / HTTP/1.1" 200 36215 0.001493 10.0.0.129 - - [2026-02-05 01:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001720 10.0.0.129 - - [2026-02-05 01:43:05] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.002098 10.0.0.129 - - [2026-02-05 01:43:05] "POST /bgp-routers HTTP/1.1" 409 301 0.001485 10.0.0.129 - - [2026-02-05 01:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001326 10.0.0.129 - - [2026-02-05 01:43:05] "GET /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1819 0.004424 10.0.0.129 - - [2026-02-05 01:43:06] "PUT /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d HTTP/1.1" 200 255 0.011563 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000858 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000906 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000858 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000970 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000947 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000865 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000944 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000930 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000890 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000860 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000997 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:43:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000815 10.0.0.129 - - [2026-02-05 01:43:43] "POST /tags HTTP/1.1" 200 302 0.109589 10.0.0.129 - - [2026-02-05 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006708 10.0.0.129 - - [2026-02-05 01:43:43] "GET /tag/c32e3b13-c2b7-4356-8ab7-0dc73c0ac6ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.053729 10.0.0.129 - - [2026-02-05 01:43:43] "POST /tags HTTP/1.1" 200 326 0.094656 10.0.0.129 - - [2026-02-05 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.129 - - [2026-02-05 01:43:43] "GET /tag/ac2e04b2-76a1-4942-b8ba-8a0a22a3bc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1170 0.032113 10.0.0.129 - - [2026-02-05 01:43:43] "POST /tags HTTP/1.1" 409 237 0.004509 10.0.0.129 - - [2026-02-05 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.129 - - [2026-02-05 01:43:43] "GET /tag/e0908eb8-964d-4c01-8a15-0d9db5dddf0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1263 0.020218 10.0.0.129 - - [2026-02-05 01:43:43] "POST /tags HTTP/1.1" 409 210 0.004542 10.0.0.129 - - [2026-02-05 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.129 - - [2026-02-05 01:43:43] "GET /tag/208a23d0-6a02-4afe-9602-23ae4ca368de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.020092 10.0.0.129 - - [2026-02-05 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.129 - - [2026-02-05 01:43:43] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.003987 10.0.0.129 - - [2026-02-05 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001613 10.0.0.129 - - [2026-02-05 01:43:43] "GET /project/a1332304-98c8-4a27-870f-078820690d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1303 0.044956 10.0.0.129 - - [2026-02-05 01:43:43] "POST /virtual-machines HTTP/1.1" 200 378 0.047790 10.0.0.129 - - [2026-02-05 01:43:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.012021 10.0.0.129 - - [2026-02-05 01:43:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 642 0.092902 10.0.0.129 - - [2026-02-05 01:43:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.007241 10.0.0.129 - - [2026-02-05 01:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005898 10.0.0.129 - - [2026-02-05 01:43:43] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2881 0.005885 10.0.0.129 - - [2026-02-05 01:43:44] "POST /instance-ips HTTP/1.1" 200 410 0.038060 10.0.0.129 - - [2026-02-05 01:43:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.023459 10.0.0.129 - - [2026-02-05 01:43:44] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2881 0.009862 10.0.0.129 - - [2026-02-05 01:43:44] "POST /set-tag HTTP/1.1" 200 109 0.019536 10.0.0.129 - - [2026-02-05 01:43:44] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.010830 10.0.0.129 - - [2026-02-05 01:43:44] "GET /instance-ip/1b00451c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008608 10.0.0.129 - - [2026-02-05 01:43:44] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.004451 10.0.0.129 - - [2026-02-05 01:43:44] "POST /set-tag HTTP/1.1" 200 109 0.002376 10.0.0.129 - - [2026-02-05 01:43:44] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.002147 10.0.0.129 - - [2026-02-05 01:43:44] "POST /ref-update HTTP/1.1" 200 156 0.006825 10.0.0.129 - - [2026-02-05 01:43:44] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.004508 10.0.0.129 - - [2026-02-05 01:43:44] "POST /set-tag HTTP/1.1" 200 109 0.002012 10.0.0.129 - - [2026-02-05 01:43:44] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.003491 10.0.0.129 - - [2026-02-05 01:43:44] "POST /set-tag HTTP/1.1" 200 109 0.001643 10.0.0.242 - - [2026-02-05 01:43:50] "GET / HTTP/1.1" 200 36215 0.001533 10.0.0.242 - - [2026-02-05 01:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.242 - - [2026-02-05 01:43:50] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004388 10.0.0.242 - - [2026-02-05 01:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001744 10.0.0.242 - - [2026-02-05 01:43:50] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003164 10.0.0.242 - - [2026-02-05 01:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001615 10.0.0.242 - - [2026-02-05 01:43:50] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003460 10.0.0.242 - - [2026-02-05 01:43:50] "PUT /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198 HTTP/1.1" 200 263 0.009455 10.0.0.242 - - [2026-02-05 01:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.242 - - [2026-02-05 01:43:50] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.015697 10.0.0.242 - - [2026-02-05 01:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002042 10.0.0.242 - - [2026-02-05 01:43:51] "GET /virtual-machine-interface/4ae642c8-45a4-44bd-9d3b-58e53069c15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.005111 10.0.0.242 - - [2026-02-05 01:43:51] "PUT /virtual-machine-interface/4ae642c8-45a4-44bd-9d3b-58e53069c15e HTTP/1.1" 200 285 0.011004 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.005886 10.0.0.129 - - [2026-02-05 01:44:03] "POST /set-tag HTTP/1.1" 200 109 0.001917 10.0.0.129 - - [2026-02-05 01:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006187 10.0.0.129 - - [2026-02-05 01:44:03] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.003187 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.003892 10.0.0.129 - - [2026-02-05 01:44:03] "POST /set-tag HTTP/1.1" 200 109 0.002274 10.0.0.129 - - [2026-02-05 01:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007003 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.002838 10.0.0.129 - - [2026-02-05 01:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.129 - - [2026-02-05 01:44:03] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.004506 10.0.0.129 - - [2026-02-05 01:44:03] "GET /loadbalancer-pool/442bde50-830e-4629-ba7b-fbc053781009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.003885 10.0.0.129 - - [2026-02-05 01:44:03] "POST /loadbalancer-members HTTP/1.1" 200 692 0.015935 10.0.0.129 - - [2026-02-05 01:44:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.010631 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.005786 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.006024 10.0.0.129 - - [2026-02-05 01:44:03] "POST /tags HTTP/1.1" 409 205 0.005088 10.0.0.129 - - [2026-02-05 01:44:03] "POST /ref-update HTTP/1.1" 200 156 0.007681 10.0.0.129 - - [2026-02-05 01:44:03] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1778 0.005963 10.0.0.129 - - [2026-02-05 01:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001884 10.0.0.129 - - [2026-02-05 01:44:03] "GET /tag/7716f605-eee9-4307-9478-5c2482e49758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.011239 10.0.0.129 - - [2026-02-05 01:44:03] "PUT /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b HTTP/1.1" 200 257 0.013592 10.0.0.129 - - [2026-02-05 01:44:03] "POST /set-tag HTTP/1.1" 200 109 0.086629 10.0.0.129 - - [2026-02-05 01:44:03] "GET /loadbalancer-pool/430edacc-b64b-42f1-84e1-c40a5ceb275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.022326 10.0.0.129 - - [2026-02-05 01:44:03] "POST /loadbalancer-members HTTP/1.1" 200 692 0.015021 10.0.0.129 - - [2026-02-05 01:44:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.027126 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.009751 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.014643 10.0.0.129 - - [2026-02-05 01:44:03] "POST /ref-update HTTP/1.1" 200 156 0.005836 10.0.0.129 - - [2026-02-05 01:44:03] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1923 0.010480 10.0.0.129 - - [2026-02-05 01:44:03] "POST /set-tag HTTP/1.1" 200 109 0.012223 10.0.0.129 - - [2026-02-05 01:44:03] "GET /loadbalancer-pool/ee28513e-5615-4b30-b8af-abbef4b1436e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.004567 10.0.0.129 - - [2026-02-05 01:44:03] "POST /loadbalancer-members HTTP/1.1" 200 694 0.014195 10.0.0.129 - - [2026-02-05 01:44:03] "PUT /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b HTTP/1.1" 200 257 0.018299 10.0.0.129 - - [2026-02-05 01:44:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.007667 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.009525 10.0.0.129 - - [2026-02-05 01:44:03] "POST /set-tag HTTP/1.1" 200 109 0.002156 10.0.0.129 - - [2026-02-05 01:44:03] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.003995 10.0.0.129 - - [2026-02-05 01:44:03] "POST /ref-update HTTP/1.1" 200 156 0.005507 10.0.0.129 - - [2026-02-05 01:44:03] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.003140 10.0.0.129 - - [2026-02-05 01:44:03] "PUT /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b HTTP/1.1" 200 257 0.008817 10.0.0.129 - - [2026-02-05 01:44:23] "GET /global-system-configs HTTP/1.1" 200 323 0.002635 10.0.0.129 - - [2026-02-05 01:44:24] "GET /global-system-configs HTTP/1.1" 200 323 0.001876 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:44:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001054 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:44:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000888 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:45:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001037 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:45:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001141 10.0.0.129 - - [2026-02-05 01:45:35] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005164 10.0.0.129 - - [2026-02-05 01:45:35] "POST /set-tag HTTP/1.1" 200 109 0.004870 10.0.0.129 - - [2026-02-05 01:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.129 - - [2026-02-05 01:45:35] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.003724 10.0.0.129 - - [2026-02-05 01:45:35] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.006647 10.0.0.129 - - [2026-02-05 01:45:35] "POST /set-tag HTTP/1.1" 200 109 0.022238 10.0.0.129 - - [2026-02-05 01:45:35] "DELETE /loadbalancer-member/03a355b6-5424-4d5f-a3f2-9643a9446b58 HTTP/1.1" 200 115 0.035718 10.0.0.129 - - [2026-02-05 01:45:35] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.007053 10.0.0.129 - - [2026-02-05 01:45:36] "POST /set-tag HTTP/1.1" 200 109 0.002836 10.0.0.129 - - [2026-02-05 01:45:36] "DELETE /loadbalancer-member/adecebe5-162d-4c99-8ebb-bff04fb9ce9a HTTP/1.1" 200 115 0.046170 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.004693 10.0.0.129 - - [2026-02-05 01:45:36] "POST /set-tag HTTP/1.1" 200 109 0.003590 10.0.0.129 - - [2026-02-05 01:45:36] "DELETE /loadbalancer-member/173595f3-b889-4a8e-bf56-e543e04661ce HTTP/1.1" 200 115 0.037248 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.004996 10.0.0.129 - - [2026-02-05 01:45:36] "POST /set-tag HTTP/1.1" 200 109 0.003008 10.0.0.129 - - [2026-02-05 01:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.129 - - [2026-02-05 01:45:36] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.002321 10.0.0.129 - - [2026-02-05 01:45:36] "GET /loadbalancer-pool/442bde50-830e-4629-ba7b-fbc053781009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.002842 10.0.0.129 - - [2026-02-05 01:45:36] "POST /loadbalancer-members HTTP/1.1" 200 692 0.033481 10.0.0.129 - - [2026-02-05 01:45:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.031135 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.025833 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.004940 10.0.0.129 - - [2026-02-05 01:45:36] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002190 10.0.0.129 - - [2026-02-05 01:45:36] "POST /set-tag HTTP/1.1" 200 109 0.058912 10.0.0.129 - - [2026-02-05 01:45:36] "GET /loadbalancer-pool/430edacc-b64b-42f1-84e1-c40a5ceb275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.013818 10.0.0.129 - - [2026-02-05 01:45:36] "POST /loadbalancer-members HTTP/1.1" 200 692 0.021521 10.0.0.129 - - [2026-02-05 01:45:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.019991 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.020172 10.0.0.129 - - [2026-02-05 01:45:36] "POST /set-tag HTTP/1.1" 200 109 0.002914 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.006088 10.0.0.129 - - [2026-02-05 01:45:36] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002206 10.0.0.129 - - [2026-02-05 01:45:36] "GET /loadbalancer-pool/ee28513e-5615-4b30-b8af-abbef4b1436e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.004411 10.0.0.129 - - [2026-02-05 01:45:36] "POST /loadbalancer-members HTTP/1.1" 200 694 0.021718 10.0.0.129 - - [2026-02-05 01:45:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.038910 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.033294 10.0.0.129 - - [2026-02-05 01:45:36] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.011938 10.0.0.129 - - [2026-02-05 01:45:36] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004205 10.0.0.129 - - [2026-02-05 01:45:36] "POST /set-tag HTTP/1.1" 200 109 0.011610 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:45:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000865 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:45:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001004 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:45:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000825 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:45:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000790 10.0.0.129 - - [2026-02-05 01:46:54] "GET / HTTP/1.1" 200 36215 0.001647 10.0.0.129 - - [2026-02-05 01:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.129 - - [2026-02-05 01:46:54] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.043529 10.0.0.129 - - [2026-02-05 01:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.129 - - [2026-02-05 01:46:54] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.036161 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.129 - - [2026-02-05 01:46:55] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.031567 10.0.0.129 - - [2026-02-05 01:46:55] "POST /tags HTTP/1.1" 200 334 0.055256 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.036303 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.129 - - [2026-02-05 01:46:55] "GET /tag/cd6b17e7-7cc9-40d5-b6f4-87c7b48be051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.019960 10.0.0.129 - - [2026-02-05 01:46:55] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.065719 10.0.0.129 - - [2026-02-05 01:46:55] "GET /virtual-networks?parent_id=b00a1b26-bea0-44a0-a4de-9185477b5fbb&detail=False&count=False&shared=False HTTP/1.1" 200 555 0.003040 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.129 - - [2026-02-05 01:46:55] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.046788 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005789 10.0.0.129 - - [2026-02-05 01:46:55] "POST /virtual-networks HTTP/1.1" 200 514 0.095442 10.0.0.129 - - [2026-02-05 01:46:55] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.005093 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001660 10.0.0.129 - - [2026-02-05 01:46:55] "GET /service-appliance-set/1e7d53cc-f39d-4841-b440-15c7a218f170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.001941 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.026454 10.0.0.129 - - [2026-02-05 01:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.129 - - [2026-02-05 01:46:55] "GET /network-ipam/ee199248-e0f9-4085-86c4-e7257a50d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.002060 10.0.0.129 - - [2026-02-05 01:46:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005103 10.0.0.129 - - [2026-02-05 01:46:55] "POST /ref-update HTTP/1.1" 200 156 0.103867 10.0.0.129 - - [2026-02-05 01:46:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 666 0.106199 10.0.0.129 - - [2026-02-05 01:46:55] "GET /virtual-machine-interface/031480dd-5e56-4053-b7b4-6441ea56fa98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005095 10.0.0.129 - - [2026-02-05 01:46:55] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.007004 10.0.0.129 - - [2026-02-05 01:46:55] "GET /domains HTTP/1.1" 200 281 0.008339 10.0.0.129 - - [2026-02-05 01:46:55] "GET /domain/fc1d71e0-3c99-40bb-828f-f2d9427a1296 HTTP/1.1" 200 3099 0.009171 10.0.0.129 - - [2026-02-05 01:46:55] "POST /instance-ips HTTP/1.1" 200 410 0.038514 10.0.0.129 - - [2026-02-05 01:46:55] "GET /instance-ip/7afad44e-ed99-4c12-9352-d4af4c10fad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1654 0.013998 10.0.0.129 - - [2026-02-05 01:46:55] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb HTTP/1.1" 200 5498 0.049959 10.0.0.129 - - [2026-02-05 01:46:55] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2090 0.004686 10.0.0.129 - - [2026-02-05 01:46:55] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2090 0.003302 10.0.0.129 - - [2026-02-05 01:46:55] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 200 1182 0.002622 10.0.0.129 - - [2026-02-05 01:46:55] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 200 1182 0.002879 10.0.0.129 - - [2026-02-05 01:46:55] "POST /loadbalancers HTTP/1.1" 200 612 0.061208 10.0.0.129 - - [2026-02-05 01:46:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.015970 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011808 10.0.0.129 - - [2026-02-05 01:46:56] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.049487 10.0.0.129 - - [2026-02-05 01:46:56] "GET /instance-ip/7afad44e-ed99-4c12-9352-d4af4c10fad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1654 0.005654 10.0.0.129 - - [2026-02-05 01:46:56] "POST /floating-ips HTTP/1.1" 200 599 0.043506 10.0.0.129 - - [2026-02-05 01:46:56] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.048179 10.0.0.129 - - [2026-02-05 01:46:56] "POST /route-targets HTTP/1.1" 200 328 0.036017 10.0.0.129 - - [2026-02-05 01:46:56] "GET /loadbalancer/2d2bb151-947a-4363-a651-43d331b3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2231 0.003243 10.0.0.129 - - [2026-02-05 01:46:56] "POST /ref-update HTTP/1.1" 200 156 0.015165 10.0.0.129 - - [2026-02-05 01:46:56] "POST /loadbalancer-listeners HTTP/1.1" 200 718 0.040935 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.129 - - [2026-02-05 01:46:56] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.031679 10.0.0.129 - - [2026-02-05 01:46:56] "GET /loadbalancer-listener/b77f0dd4-30c9-47ec-a435-b9212176cce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1808 0.006562 10.0.0.129 - - [2026-02-05 01:46:56] "GET /loadbalancer-listener/b77f0dd4-30c9-47ec-a435-b9212176cce8?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1226 0.002606 10.0.0.129 - - [2026-02-05 01:46:56] "POST /loadbalancer-pools HTTP/1.1" 200 710 0.016866 10.0.0.129 - - [2026-02-05 01:46:56] "GET /instance-ip/7afad44e-ed99-4c12-9352-d4af4c10fad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1654 0.002490 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001726 10.0.0.129 - - [2026-02-05 01:46:56] "GET /instance-ip/7afad44e-ed99-4c12-9352-d4af4c10fad2?fields=floating_ips HTTP/1.1" 200 1214 0.010971 10.0.0.129 - - [2026-02-05 01:46:56] "GET /loadbalancer/2d2bb151-947a-4363-a651-43d331b3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2231 0.002881 10.0.0.129 - - [2026-02-05 01:46:56] "GET /floating-ip/74b1b89e-88b8-4bc8-a87b-5a15c1d7c931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.001880 10.0.0.129 - - [2026-02-05 01:46:56] "POST /tags HTTP/1.1" 200 296 0.041623 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.012290 10.0.0.129 - - [2026-02-05 01:46:56] "GET /tag/02b9ab7e-ba0c-4423-a94a-5772221e1bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.011711 10.0.0.129 - - [2026-02-05 01:46:56] "POST /tags HTTP/1.1" 409 233 0.002392 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001661 10.0.0.129 - - [2026-02-05 01:46:56] "GET /tag/dc5e181c-b519-48b7-a6b9-241acec25a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.009903 10.0.0.129 - - [2026-02-05 01:46:56] "POST /tags HTTP/1.1" 409 206 0.001721 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001980 10.0.0.129 - - [2026-02-05 01:46:56] "GET /tag/65789664-7bde-48fa-b6a9-ddb9bb09cb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.010468 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005797 10.0.0.129 - - [2026-02-05 01:46:56] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.005072 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002013 10.0.0.129 - - [2026-02-05 01:46:56] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.041832 10.0.0.129 - - [2026-02-05 01:46:56] "POST /virtual-machines HTTP/1.1" 200 370 0.006887 10.0.0.129 - - [2026-02-05 01:46:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.008515 10.0.0.129 - - [2026-02-05 01:46:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.106972 10.0.0.129 - - [2026-02-05 01:46:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.024992 10.0.0.129 - - [2026-02-05 01:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010756 10.0.0.129 - - [2026-02-05 01:46:56] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2858 0.004591 10.0.0.129 - - [2026-02-05 01:46:57] "POST /instance-ips HTTP/1.1" 200 410 0.037530 10.0.0.129 - - [2026-02-05 01:46:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.020967 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2858 0.012339 10.0.0.129 - - [2026-02-05 01:46:57] "POST /set-tag HTTP/1.1" 200 109 0.014279 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.013899 10.0.0.129 - - [2026-02-05 01:46:57] "GET /instance-ip/8e02a3fc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.002466 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.004153 10.0.0.129 - - [2026-02-05 01:46:57] "POST /set-tag HTTP/1.1" 200 109 0.001936 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.002142 10.0.0.129 - - [2026-02-05 01:46:57] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.011669 10.0.0.129 - - [2026-02-05 01:46:57] "POST /set-tag HTTP/1.1" 200 109 0.002323 10.0.0.129 - - [2026-02-05 01:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001960 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.004024 10.0.0.129 - - [2026-02-05 01:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.129 - - [2026-02-05 01:46:57] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.035930 10.0.0.129 - - [2026-02-05 01:46:57] "POST /virtual-machines HTTP/1.1" 200 370 0.015376 10.0.0.129 - - [2026-02-05 01:46:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.010449 10.0.0.129 - - [2026-02-05 01:46:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 638 0.103500 10.0.0.129 - - [2026-02-05 01:46:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.021464 10.0.0.129 - - [2026-02-05 01:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005243 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2858 0.004220 10.0.0.129 - - [2026-02-05 01:46:57] "POST /instance-ips HTTP/1.1" 200 410 0.019711 10.0.0.129 - - [2026-02-05 01:46:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.019226 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2858 0.010740 10.0.0.129 - - [2026-02-05 01:46:57] "POST /set-tag HTTP/1.1" 200 109 0.015952 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.014161 10.0.0.129 - - [2026-02-05 01:46:57] "GET /instance-ip/8e69af8e-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.005027 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.003972 10.0.0.129 - - [2026-02-05 01:46:57] "POST /set-tag HTTP/1.1" 200 109 0.002253 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.003294 10.0.0.129 - - [2026-02-05 01:46:57] "POST /ref-update HTTP/1.1" 200 156 0.007095 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.004057 10.0.0.129 - - [2026-02-05 01:46:57] "POST /set-tag HTTP/1.1" 200 109 0.001909 10.0.0.129 - - [2026-02-05 01:46:57] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.003737 10.0.0.129 - - [2026-02-05 01:46:58] "POST /set-tag HTTP/1.1" 200 109 0.007526 10.0.0.129 - - [2026-02-05 01:46:58] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.003843 10.0.0.129 - - [2026-02-05 01:46:58] "POST /set-tag HTTP/1.1" 200 109 0.001961 10.0.0.129 - - [2026-02-05 01:47:00] "GET /domains HTTP/1.1" 200 281 0.001724 10.0.0.129 - - [2026-02-05 01:47:00] "GET /domain/fc1d71e0-3c99-40bb-828f-f2d9427a1296 HTTP/1.1" 200 3099 0.002564 10.0.0.129 - - [2026-02-05 01:47:00] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb HTTP/1.1" 200 7092 0.031647 10.0.0.129 - - [2026-02-05 01:47:00] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2090 0.003711 10.0.0.129 - - [2026-02-05 01:47:00] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2090 0.003418 10.0.0.129 - - [2026-02-05 01:47:00] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 200 1404 0.002998 10.0.0.129 - - [2026-02-05 01:47:00] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 200 1404 0.001824 10.0.0.129 - - [2026-02-05 01:47:00] "GET /route-target/4c7a5786-b2bf-4102-8ec0-2fe1ed6ce0a7 HTTP/1.1" 200 1154 0.001633 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2090 0.004180 10.0.0.129 - - [2026-02-05 01:47:01] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 200 1404 0.002501 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004211 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2090 0.003294 10.0.0.129 - - [2026-02-05 01:47:01] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 200 1404 0.002178 10.0.0.129 - - [2026-02-05 01:47:01] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 200 1404 0.002259 10.0.0.129 - - [2026-02-05 01:47:01] "GET /route-target/4c7a5786-b2bf-4102-8ec0-2fe1ed6ce0a7 HTTP/1.1" 200 1154 0.001865 10.0.0.129 - - [2026-02-05 01:47:01] "GET /domains HTTP/1.1" 200 281 0.002089 10.0.0.129 - - [2026-02-05 01:47:01] "GET /domain/fc1d71e0-3c99-40bb-828f-f2d9427a1296 HTTP/1.1" 200 3099 0.004194 10.0.0.129 - - [2026-02-05 01:47:01] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb HTTP/1.1" 200 7092 0.024135 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2090 0.003899 10.0.0.129 - - [2026-02-05 01:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002085 10.0.0.129 - - [2026-02-05 01:47:01] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.044352 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003797 10.0.0.129 - - [2026-02-05 01:47:01] "GET /floating-ip-pools?parent_id=1254ff7e-588b-445d-8e9c-55aa0e040161&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001866 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003782 10.0.0.129 - - [2026-02-05 01:47:01] "POST /floating-ip-pools HTTP/1.1" 200 564 0.018073 10.0.0.129 - - [2026-02-05 01:47:01] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.011012 10.0.0.129 - - [2026-02-05 01:47:01] "GET /domains HTTP/1.1" 200 281 0.001917 10.0.0.129 - - [2026-02-05 01:47:01] "GET /domain/fc1d71e0-3c99-40bb-828f-f2d9427a1296 HTTP/1.1" 200 3099 0.002432 10.0.0.129 - - [2026-02-05 01:47:01] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb HTTP/1.1" 200 7349 0.033939 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2329 0.005833 10.0.0.129 - - [2026-02-05 01:47:01] "GET /floating-ip-pool/05182a01-14b9-4774-b1be-4cf3d5e71728 HTTP/1.1" 200 1316 0.002147 10.0.0.129 - - [2026-02-05 01:47:01] "GET /domains HTTP/1.1" 200 281 0.001350 10.0.0.129 - - [2026-02-05 01:47:01] "GET /domain/fc1d71e0-3c99-40bb-828f-f2d9427a1296 HTTP/1.1" 200 3099 0.002311 10.0.0.129 - - [2026-02-05 01:47:01] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb HTTP/1.1" 200 7349 0.026249 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 2329 0.003384 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003595 10.0.0.129 - - [2026-02-05 01:47:01] "POST /tags HTTP/1.1" 200 366 0.049842 10.0.0.129 - - [2026-02-05 01:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.013703 10.0.0.129 - - [2026-02-05 01:47:01] "GET /tag/873ba66e-42c7-4a4d-9db2-fe7ecb33bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1239 0.011696 10.0.0.129 - - [2026-02-05 01:47:01] "POST /tags HTTP/1.1" 409 206 0.001821 10.0.0.129 - - [2026-02-05 01:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002014 10.0.0.129 - - [2026-02-05 01:47:01] "GET /tag/65789664-7bde-48fa-b6a9-ddb9bb09cb29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.011409 10.0.0.129 - - [2026-02-05 01:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001887 10.0.0.129 - - [2026-02-05 01:47:01] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.044017 10.0.0.129 - - [2026-02-05 01:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001530 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.006019 10.0.0.129 - - [2026-02-05 01:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.129 - - [2026-02-05 01:47:01] "GET /service-appliance-set/1e682d47-29dc-47d9-8f63-43379a61f9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1221 0.003965 10.0.0.129 - - [2026-02-05 01:47:01] "POST /fqname-to-id HTTP/1.1" 404 258 0.001456 10.0.0.129 - - [2026-02-05 01:47:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 674 0.092407 10.0.0.129 - - [2026-02-05 01:47:01] "GET /virtual-machine-interface/fc91e8d1-724d-40d0-87c0-258b33d1d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.010628 10.0.0.129 - - [2026-02-05 01:47:01] "POST /set-tag HTTP/1.1" 200 109 0.013866 10.0.0.129 - - [2026-02-05 01:47:01] "POST /instance-ips HTTP/1.1" 200 418 0.032104 10.0.0.129 - - [2026-02-05 01:47:02] "GET /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1668 0.005213 10.0.0.129 - - [2026-02-05 01:47:02] "POST /loadbalancers HTTP/1.1" 200 620 0.060485 10.0.0.129 - - [2026-02-05 01:47:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.013894 10.0.0.129 - - [2026-02-05 01:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002131 10.0.0.129 - - [2026-02-05 01:47:02] "POST /service-instances HTTP/1.1" 200 568 0.027609 10.0.0.129 - - [2026-02-05 01:47:02] "POST /ref-update HTTP/1.1" 200 156 0.040704 10.0.0.129 - - [2026-02-05 01:47:02] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.077685 10.0.0.129 - - [2026-02-05 01:47:02] "GET /virtual-machine-interface/fc91e8d1-724d-40d0-87c0-258b33d1d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.009027 10.0.0.129 - - [2026-02-05 01:47:02] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.037220 10.0.0.129 - - [2026-02-05 01:47:02] "GET /virtual-machine-interface/fc91e8d1-724d-40d0-87c0-258b33d1d970?fields=floating_ip_back_refs HTTP/1.1" 200 1181 0.020113 10.0.0.129 - - [2026-02-05 01:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.129 - - [2026-02-05 01:47:02] "GET /floating-ip-pool/05182a01-14b9-4774-b1be-4cf3d5e71728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.006542 10.0.0.129 - - [2026-02-05 01:47:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.022830 10.0.0.129 - - [2026-02-05 01:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.129 - - [2026-02-05 01:47:02] "POST /virtual-machines HTTP/1.1" 200 430 0.029176 10.0.0.129 - - [2026-02-05 01:47:02] "POST /floating-ips HTTP/1.1" 200 673 0.142144 10.0.0.129 - - [2026-02-05 01:47:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.091198 10.0.0.129 - - [2026-02-05 01:47:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.007967 10.0.0.129 - - [2026-02-05 01:47:02] "POST /chown HTTP/1.1" 200 109 0.010195 10.0.0.129 - - [2026-02-05 01:47:02] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.012975 10.0.0.129 - - [2026-02-05 01:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011750 10.0.0.129 - - [2026-02-05 01:47:02] "POST /chown HTTP/1.1" 200 109 0.008346 10.0.0.129 - - [2026-02-05 01:47:02] "PUT /virtual-machine-interface/8fccb4c4-632b-4a8f-a799-4c253f178db4 HTTP/1.1" 200 285 0.011633 10.0.0.129 - - [2026-02-05 01:47:02] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005110 10.0.0.129 - - [2026-02-05 01:47:02] "POST /tags HTTP/1.1" 409 221 0.001880 10.0.0.129 - - [2026-02-05 01:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001729 10.0.0.129 - - [2026-02-05 01:47:02] "GET /tag/cd6b17e7-7cc9-40d5-b6f4-87c7b48be051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.012821 10.0.0.129 - - [2026-02-05 01:47:02] "POST /tags HTTP/1.1" 409 238 0.002190 10.0.0.129 - - [2026-02-05 01:47:02] "PUT /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e HTTP/1.1" 200 257 0.009511 10.0.0.129 - - [2026-02-05 01:47:02] "POST /ref-update HTTP/1.1" 200 156 0.013744 10.0.0.129 - - [2026-02-05 01:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.018514 10.0.0.129 - - [2026-02-05 01:47:02] "GET /tag/873ba66e-42c7-4a4d-9db2-fe7ecb33bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1239 0.021299 10.0.0.129 - - [2026-02-05 01:47:02] "POST /ref-update HTTP/1.1" 200 156 0.045451 10.0.0.129 - - [2026-02-05 01:47:02] "POST /ref-update HTTP/1.1" 200 156 0.018602 10.0.0.129 - - [2026-02-05 01:47:02] "POST /firewall-rules HTTP/1.1" 200 652 0.130825 10.0.0.129 - - [2026-02-05 01:47:02] "POST /ref-update HTTP/1.1" 200 156 0.078602 10.0.0.129 - - [2026-02-05 01:47:02] "GET /firewall-rule/7e6ee758-a5c4-4f95-9b0c-6524e9f6c430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.008270 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.054411 10.0.0.129 - - [2026-02-05 01:47:03] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026788 10.0.0.129 - - [2026-02-05 01:47:03] "GET /firewall-rule/7e6ee758-a5c4-4f95-9b0c-6524e9f6c430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.002476 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.009601 10.0.0.129 - - [2026-02-05 01:47:03] "POST /virtual-machines HTTP/1.1" 200 430 0.015637 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.029750 10.0.0.129 - - [2026-02-05 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.129 - - [2026-02-05 01:47:03] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.050433 10.0.0.129 - - [2026-02-05 01:47:03] "GET /loadbalancer/77fd745c-46b9-46d8-8654-87ade040dc11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.017646 10.0.0.129 - - [2026-02-05 01:47:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 670 0.247289 10.0.0.129 - - [2026-02-05 01:47:03] "POST /loadbalancer-listeners HTTP/1.1" 200 728 0.140243 10.0.0.129 - - [2026-02-05 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001662 10.0.0.129 - - [2026-02-05 01:47:03] "POST /chown HTTP/1.1" 200 109 0.008666 10.0.0.129 - - [2026-02-05 01:47:03] "POST /chown HTTP/1.1" 200 109 0.005558 10.0.0.129 - - [2026-02-05 01:47:03] "PUT /virtual-machine-interface/12d1f7c2-427a-4212-b3af-c89936995849 HTTP/1.1" 200 285 0.022589 10.0.0.129 - - [2026-02-05 01:47:03] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.057309 10.0.0.129 - - [2026-02-05 01:47:03] "GET /loadbalancer-listener/42a7f133-c02d-43ba-8765-4667af39fa99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.005853 10.0.0.129 - - [2026-02-05 01:47:03] "GET /loadbalancer-listener/42a7f133-c02d-43ba-8765-4667af39fa99?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.003869 10.0.0.129 - - [2026-02-05 01:47:03] "PUT /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e HTTP/1.1" 200 257 0.016208 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.013152 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.018971 10.0.0.129 - - [2026-02-05 01:47:03] "POST /loadbalancer-pools HTTP/1.1" 200 720 0.052358 10.0.0.129 - - [2026-02-05 01:47:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.025228 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.026073 10.0.0.129 - - [2026-02-05 01:47:03] "GET /loadbalancer-pool/1daa32cd-6610-4bd0-a36e-6fa929af1201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.024137 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.042374 10.0.0.129 - - [2026-02-05 01:47:03] "POST /ref-update HTTP/1.1" 200 156 0.033232 10.0.0.129 - - [2026-02-05 01:47:03] "POST /loadbalancer-members HTTP/1.1" 200 709 0.032315 10.0.0.129 - - [2026-02-05 01:47:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.015604 10.0.0.129 - - [2026-02-05 01:47:03] "GET /loadbalancer-member/f367ca14-5518-49c6-919c-57bdab16dc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1552 0.002973 10.0.0.129 - - [2026-02-05 01:47:03] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.013979 10.0.0.129 - - [2026-02-05 01:47:03] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.011564 10.0.0.129 - - [2026-02-05 01:47:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.017934 10.0.0.129 - - [2026-02-05 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002291 10.0.0.129 - - [2026-02-05 01:47:03] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.008806 10.0.0.129 - - [2026-02-05 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001859 10.0.0.129 - - [2026-02-05 01:47:03] "POST /tags HTTP/1.1" 409 221 0.002003 10.0.0.129 - - [2026-02-05 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001600 10.0.0.129 - - [2026-02-05 01:47:03] "GET /tag/cd6b17e7-7cc9-40d5-b6f4-87c7b48be051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.013928 10.0.0.129 - - [2026-02-05 01:47:03] "POST /tags HTTP/1.1" 409 238 0.003447 10.0.0.129 - - [2026-02-05 01:47:03] "POST /chown HTTP/1.1" 200 109 0.023205 10.0.0.129 - - [2026-02-05 01:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.129 - - [2026-02-05 01:47:03] "POST /chown HTTP/1.1" 200 109 0.027531 10.0.0.129 - - [2026-02-05 01:47:04] "GET /tag/873ba66e-42c7-4a4d-9db2-fe7ecb33bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1239 0.013990 10.0.0.129 - - [2026-02-05 01:47:04] "POST /firewall-rules HTTP/1.1" 409 293 0.004056 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e HTTP/1.1" 200 257 0.033104 10.0.0.129 - - [2026-02-05 01:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001456 10.0.0.129 - - [2026-02-05 01:47:04] "POST /ref-update HTTP/1.1" 200 156 0.026741 10.0.0.129 - - [2026-02-05 01:47:04] "POST /chown HTTP/1.1" 200 109 0.025111 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /firewall-rule/7e6ee758-a5c4-4f95-9b0c-6524e9f6c430 HTTP/1.1" 200 261 0.066770 10.0.0.129 - - [2026-02-05 01:47:04] "GET /firewall-rule/7e6ee758-a5c4-4f95-9b0c-6524e9f6c430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.029618 10.0.0.129 - - [2026-02-05 01:47:04] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.006110 10.0.0.129 - - [2026-02-05 01:47:04] "POST /chown HTTP/1.1" 200 109 0.051169 10.0.0.129 - - [2026-02-05 01:47:04] "GET /firewall-rule/7e6ee758-a5c4-4f95-9b0c-6524e9f6c430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.005307 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e HTTP/1.1" 200 257 0.015435 10.0.0.129 - - [2026-02-05 01:47:04] "POST /ref-update HTTP/1.1" 200 156 0.025760 10.0.0.129 - - [2026-02-05 01:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.017922 10.0.0.129 - - [2026-02-05 01:47:04] "POST /chown HTTP/1.1" 200 109 0.012167 10.0.0.129 - - [2026-02-05 01:47:04] "POST /chown HTTP/1.1" 200 109 0.015335 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e HTTP/1.1" 200 257 0.009660 10.0.0.129 - - [2026-02-05 01:47:04] "POST /ref-update HTTP/1.1" 200 156 0.013191 10.0.0.129 - - [2026-02-05 01:47:04] "POST /chown HTTP/1.1" 200 109 0.012624 10.0.0.129 - - [2026-02-05 01:47:04] "POST /chown HTTP/1.1" 200 109 0.015073 10.0.0.129 - - [2026-02-05 01:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006301 10.0.0.129 - - [2026-02-05 01:47:04] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.011626 10.0.0.129 - - [2026-02-05 01:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e HTTP/1.1" 200 257 0.029459 10.0.0.129 - - [2026-02-05 01:47:04] "POST /ref-update HTTP/1.1" 200 156 0.021632 10.0.0.129 - - [2026-02-05 01:47:04] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.026805 10.0.0.129 - - [2026-02-05 01:47:04] "POST /virtual-machines HTTP/1.1" 200 374 0.009623 10.0.0.129 - - [2026-02-05 01:47:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.016779 10.0.0.129 - - [2026-02-05 01:47:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 642 0.094872 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.008593 10.0.0.129 - - [2026-02-05 01:47:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.016880 10.0.0.129 - - [2026-02-05 01:47:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.010875 10.0.0.129 - - [2026-02-05 01:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.022395 10.0.0.129 - - [2026-02-05 01:47:04] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.008213 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.009612 10.0.0.129 - - [2026-02-05 01:47:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.019433 10.0.0.129 - - [2026-02-05 01:47:04] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.014358 10.0.0.129 - - [2026-02-05 01:47:04] "POST /instance-ips HTTP/1.1" 200 414 0.077937 10.0.0.129 - - [2026-02-05 01:47:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.033934 10.0.0.129 - - [2026-02-05 01:47:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.060413 10.0.0.129 - - [2026-02-05 01:47:05] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.009327 10.0.0.129 - - [2026-02-05 01:47:05] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.018578 10.0.0.129 - - [2026-02-05 01:47:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.008996 10.0.0.129 - - [2026-02-05 01:47:05] "POST /set-tag HTTP/1.1" 200 109 0.034886 10.0.0.129 - - [2026-02-05 01:47:05] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.008857 10.0.0.129 - - [2026-02-05 01:47:05] "GET /instance-ip/92b49b12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1966 0.003656 10.0.0.129 - - [2026-02-05 01:47:05] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.007572 10.0.0.129 - - [2026-02-05 01:47:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.008487 10.0.0.129 - - [2026-02-05 01:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.129 - - [2026-02-05 01:47:05] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.003659 10.0.0.129 - - [2026-02-05 01:47:05] "POST /set-tag HTTP/1.1" 200 109 0.001795 10.0.0.129 - - [2026-02-05 01:47:05] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.002754 10.0.0.129 - - [2026-02-05 01:47:05] "POST /ref-update HTTP/1.1" 200 156 0.005423 10.0.0.129 - - [2026-02-05 01:47:05] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005248 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.005895 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.013514 10.0.0.129 - - [2026-02-05 01:47:05] "POST /set-tag HTTP/1.1" 200 109 0.002640 10.0.0.129 - - [2026-02-05 01:47:05] "POST /ref-update HTTP/1.1" 200 156 0.012459 10.0.0.129 - - [2026-02-05 01:47:05] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.003670 10.0.0.129 - - [2026-02-05 01:47:05] "POST /set-tag HTTP/1.1" 200 109 0.001950 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.005784 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.013623 10.0.0.129 - - [2026-02-05 01:47:05] "POST /ref-update HTTP/1.1" 200 156 0.011028 10.0.0.129 - - [2026-02-05 01:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001938 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.011244 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.041091 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.014683 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.005563 10.0.0.129 - - [2026-02-05 01:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001446 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.005072 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.010599 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.013616 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.005638 10.0.0.129 - - [2026-02-05 01:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.006751 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.008171 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.013108 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.018472 10.0.0.129 - - [2026-02-05 01:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001806 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.011781 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.010941 10.0.0.129 - - [2026-02-05 01:47:05] "POST /chown HTTP/1.1" 200 109 0.012825 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.012064 10.0.0.129 - - [2026-02-05 01:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002172 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.023409 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.027201 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.006645 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.016064 10.0.0.129 - - [2026-02-05 01:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002007 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.006176 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.030903 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.011818 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.006041 10.0.0.129 - - [2026-02-05 01:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001791 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.010039 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.007640 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.023321 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.020510 10.0.0.129 - - [2026-02-05 01:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.005409 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.018024 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.006556 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.012156 10.0.0.129 - - [2026-02-05 01:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002018 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.009612 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.013921 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.012788 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.006830 10.0.0.129 - - [2026-02-05 01:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001468 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.007170 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.006185 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.009786 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.011600 10.0.0.129 - - [2026-02-05 01:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.005979 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.008898 10.0.0.129 - - [2026-02-05 01:47:06] "POST /chown HTTP/1.1" 200 109 0.005831 10.0.0.129 - - [2026-02-05 01:47:07] "POST /chown HTTP/1.1" 200 109 0.010524 10.0.0.129 - - [2026-02-05 01:47:12] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.005579 10.0.0.129 - - [2026-02-05 01:47:12] "POST /set-tag HTTP/1.1" 200 109 0.002028 10.0.0.129 - - [2026-02-05 01:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.129 - - [2026-02-05 01:47:12] "GET /loadbalancer/2d2bb151-947a-4363-a651-43d331b3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2231 0.002186 10.0.0.129 - - [2026-02-05 01:47:12] "GET /loadbalancer-pool/72a1580e-bbcd-4947-8767-493c3bee15dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1910 0.002125 10.0.0.129 - - [2026-02-05 01:47:12] "POST /loadbalancer-members HTTP/1.1" 200 704 0.012755 10.0.0.129 - - [2026-02-05 01:47:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.010841 10.0.0.129 - - [2026-02-05 01:47:12] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.014006 10.0.0.129 - - [2026-02-05 01:47:12] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.003366 10.0.0.129 - - [2026-02-05 01:47:12] "POST /ref-update HTTP/1.1" 200 156 0.005834 10.0.0.129 - - [2026-02-05 01:47:12] "POST /tags HTTP/1.1" 409 221 0.002170 10.0.0.129 - - [2026-02-05 01:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001484 10.0.0.129 - - [2026-02-05 01:47:12] "GET /tag/cd6b17e7-7cc9-40d5-b6f4-87c7b48be051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.011165 10.0.0.129 - - [2026-02-05 01:47:12] "GET /floating-ip/74b1b89e-88b8-4bc8-a87b-5a15c1d7c931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1783 0.013779 10.0.0.129 - - [2026-02-05 01:47:12] "PUT /floating-ip/74b1b89e-88b8-4bc8-a87b-5a15c1d7c931 HTTP/1.1" 200 257 0.012552 10.0.0.129 - - [2026-02-05 01:47:12] "POST /set-tag HTTP/1.1" 200 109 0.034003 10.0.0.129 - - [2026-02-05 01:47:13] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.005131 10.0.0.129 - - [2026-02-05 01:47:13] "POST /set-tag HTTP/1.1" 200 109 0.003023 10.0.0.129 - - [2026-02-05 01:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.129 - - [2026-02-05 01:47:13] "GET /loadbalancer/2d2bb151-947a-4363-a651-43d331b3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2231 0.004216 10.0.0.129 - - [2026-02-05 01:47:13] "GET /loadbalancer-pool/72a1580e-bbcd-4947-8767-493c3bee15dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1910 0.002320 10.0.0.129 - - [2026-02-05 01:47:13] "POST /loadbalancer-members HTTP/1.1" 200 704 0.015116 10.0.0.129 - - [2026-02-05 01:47:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.006658 10.0.0.129 - - [2026-02-05 01:47:13] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.006777 10.0.0.129 - - [2026-02-05 01:47:13] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.006136 10.0.0.129 - - [2026-02-05 01:47:13] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.129 - - [2026-02-05 01:47:13] "GET /floating-ip/74b1b89e-88b8-4bc8-a87b-5a15c1d7c931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.002741 10.0.0.129 - - [2026-02-05 01:47:13] "POST /set-tag HTTP/1.1" 200 109 0.021315 10.0.0.129 - - [2026-02-05 01:47:14] "GET /virtual-machine/12c70774-81a4-490e-a99e-00f798c68e6d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1218 0.003038 10.0.0.129 - - [2026-02-05 01:47:14] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.003837 10.0.0.129 - - [2026-02-05 01:47:14] "GET /virtual-machine/2a9ad907-e292-48ff-8937-fa0f89ef5b03?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.002836 10.0.0.129 - - [2026-02-05 01:47:14] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.005334 10.0.0.129 - - [2026-02-05 01:47:16] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.004089 10.0.0.129 - - [2026-02-05 01:47:16] "POST /set-tag HTTP/1.1" 200 109 0.001807 10.0.0.129 - - [2026-02-05 01:47:19] "GET /virtual-machine/677f20b4-711c-483a-b37a-3a2524b36fd9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1224 0.003947 10.0.0.129 - - [2026-02-05 01:47:19] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.003792 10.0.0.129 - - [2026-02-05 01:47:20] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.009015 10.0.0.129 - - [2026-02-05 01:47:20] "POST /set-tag HTTP/1.1" 200 109 0.002064 10.0.0.129 - - [2026-02-05 01:47:50] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.004003 10.0.0.129 - - [2026-02-05 01:47:50] "POST /set-tag HTTP/1.1" 200 109 0.002539 10.0.0.129 - - [2026-02-05 01:47:50] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.003678 10.0.0.129 - - [2026-02-05 01:47:50] "POST /set-tag HTTP/1.1" 200 109 0.001874 10.0.0.129 - - [2026-02-05 01:47:50] "GET /virtual-machine/677f20b4-711c-483a-b37a-3a2524b36fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.002755 10.0.0.129 - - [2026-02-05 01:47:50] "POST /ref-update HTTP/1.1" 200 156 0.012796 10.0.0.129 - - [2026-02-05 01:47:50] "GET /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.018854 10.0.0.129 - - [2026-02-05 01:47:50] "POST /set-tag HTTP/1.1" 200 109 0.013077 10.0.0.129 - - [2026-02-05 01:47:51] "POST /set-tag HTTP/1.1" 200 109 0.037516 10.0.0.129 - - [2026-02-05 01:47:51] "DELETE /instance-ip/92b49b12-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.059803 10.0.0.129 - - [2026-02-05 01:47:51] "DELETE /virtual-machine-interface/929cba4c-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.037877 10.0.0.129 - - [2026-02-05 01:47:51] "DELETE /virtual-machine/677f20b4-711c-483a-b37a-3a2524b36fd9 HTTP/1.1" 200 115 0.021818 10.0.0.129 - - [2026-02-05 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.129 - - [2026-02-05 01:47:55] "GET /tag/873ba66e-42c7-4a4d-9db2-fe7ecb33bc0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1239 0.010287 10.0.0.129 - - [2026-02-05 01:47:55] "GET /tag/873ba66e-42c7-4a4d-9db2-fe7ecb33bc0f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1775 0.012417 10.0.0.129 - - [2026-02-05 01:47:55] "GET /virtual-machine-interface/12d1f7c2-427a-4212-b3af-c89936995849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3140 0.004072 10.0.0.129 - - [2026-02-05 01:47:55] "POST /set-tag HTTP/1.1" 200 109 0.019094 10.0.0.129 - - [2026-02-05 01:47:55] "GET /virtual-machine-interface/8fccb4c4-632b-4a8f-a799-4c253f178db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3141 0.021063 10.0.0.129 - - [2026-02-05 01:47:55] "POST /set-tag HTTP/1.1" 200 109 0.013770 10.0.0.129 - - [2026-02-05 01:47:55] "GET /virtual-machine-interface/fc91e8d1-724d-40d0-87c0-258b33d1d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.004172 10.0.0.129 - - [2026-02-05 01:47:55] "POST /set-tag HTTP/1.1" 200 109 0.013258 10.0.0.129 - - [2026-02-05 01:47:55] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.009474 10.0.0.129 - - [2026-02-05 01:47:55] "GET /firewall-rule/7e6ee758-a5c4-4f95-9b0c-6524e9f6c430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.002911 10.0.0.129 - - [2026-02-05 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.014293 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /firewall-rule/7e6ee758-a5c4-4f95-9b0c-6524e9f6c430 HTTP/1.1" 200 115 0.043388 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /loadbalancer-member/f367ca14-5518-49c6-919c-57bdab16dc2a HTTP/1.1" 200 115 0.028335 10.0.0.129 - - [2026-02-05 01:47:55] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.009482 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /loadbalancer-pool/1daa32cd-6610-4bd0-a36e-6fa929af1201 HTTP/1.1" 200 115 0.047828 10.0.0.129 - - [2026-02-05 01:47:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.022729 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /loadbalancer-listener/42a7f133-c02d-43ba-8765-4667af39fa99 HTTP/1.1" 200 115 0.052345 10.0.0.129 - - [2026-02-05 01:47:55] "GET /floating-ip/60e0d54b-8e35-49b3-9cf0-ab7170ecefdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2398 0.005820 10.0.0.129 - - [2026-02-05 01:47:55] "PUT /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 267 0.024463 10.0.0.129 - - [2026-02-05 01:47:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.012403 10.0.0.129 - - [2026-02-05 01:47:55] "PUT /floating-ip/60e0d54b-8e35-49b3-9cf0-ab7170ecefdb HTTP/1.1" 200 257 0.032243 10.0.0.129 - - [2026-02-05 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010025 10.0.0.129 - - [2026-02-05 01:47:55] "POST /chown HTTP/1.1" 200 109 0.013901 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /floating-ip/60e0d54b-8e35-49b3-9cf0-ab7170ecefdb HTTP/1.1" 200 115 0.069203 10.0.0.129 - - [2026-02-05 01:47:55] "POST /chown HTTP/1.1" 200 109 0.013599 10.0.0.129 - - [2026-02-05 01:47:55] "POST /chown HTTP/1.1" 200 109 0.011633 10.0.0.129 - - [2026-02-05 01:47:55] "POST /chown HTTP/1.1" 200 109 0.026619 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /loadbalancer/77fd745c-46b9-46d8-8654-87ade040dc11 HTTP/1.1" 200 115 0.079216 10.0.0.129 - - [2026-02-05 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002043 10.0.0.129 - - [2026-02-05 01:47:55] "POST /service-instances HTTP/1.1" 409 259 0.002026 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /instance-ip/a1a3ca84-06ce-41f2-95cf-725e3a43999e HTTP/1.1" 200 115 0.044762 10.0.0.129 - - [2026-02-05 01:47:55] "POST /service-instances HTTP/1.1" 409 259 0.001862 10.0.0.129 - - [2026-02-05 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001677 10.0.0.129 - - [2026-02-05 01:47:55] "DELETE /virtual-machine-interface/fc91e8d1-724d-40d0-87c0-258b33d1d970 HTTP/1.1" 200 115 0.041669 10.0.0.129 - - [2026-02-05 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001927 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /tag/873ba66e-42c7-4a4d-9db2-fe7ecb33bc0f HTTP/1.1" 200 115 0.090697 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /service-instance/5a8cc03c-7fe2-45e5-b3dc-8091f5152c0f HTTP/1.1" 200 115 0.052534 10.0.0.129 - - [2026-02-05 01:47:56] "GET /virtual-machine-interface/8fccb4c4-632b-4a8f-a799-4c253f178db4?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1211 0.005314 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /virtual-machine-interface/8fccb4c4-632b-4a8f-a799-4c253f178db4 HTTP/1.1" 200 115 0.032723 10.0.0.129 - - [2026-02-05 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.013331 10.0.0.129 - - [2026-02-05 01:47:56] "GET /floating-ip-pool/05182a01-14b9-4774-b1be-4cf3d5e71728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.004208 10.0.0.129 - - [2026-02-05 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.009595 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /virtual-machine/a139ed0b-f208-4249-bb23-87b00c27ce6a HTTP/1.1" 200 115 0.017465 10.0.0.129 - - [2026-02-05 01:47:56] "GET /virtual-machine-interface/12d1f7c2-427a-4212-b3af-c89936995849?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1210 0.004191 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /floating-ip-pool/05182a01-14b9-4774-b1be-4cf3d5e71728 HTTP/1.1" 200 115 0.031647 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /virtual-machine-interface/12d1f7c2-427a-4212-b3af-c89936995849 HTTP/1.1" 200 115 0.067026 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /virtual-machine/aa2c092b-9f01-45f1-a349-3e69773b4f02 HTTP/1.1" 200 115 0.037327 10.0.0.129 - - [2026-02-05 01:47:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006011 10.0.0.129 - - [2026-02-05 01:47:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001711 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /virtual-network/1254ff7e-588b-445d-8e9c-55aa0e040161 HTTP/1.1" 200 115 0.109298 10.0.0.129 - - [2026-02-05 01:47:56] "GET /routing-instance/2d8566b4-2b9e-475f-83ab-4c1dd6d89219 HTTP/1.1" 404 171 0.001674 10.0.0.129 - - [2026-02-05 01:47:56] "GET /domains HTTP/1.1" 200 281 0.001385 10.0.0.129 - - [2026-02-05 01:47:56] "GET /domain/fc1d71e0-3c99-40bb-828f-f2d9427a1296 HTTP/1.1" 200 3099 0.002205 10.0.0.129 - - [2026-02-05 01:47:56] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb HTTP/1.1" 200 6900 0.038224 10.0.0.129 - - [2026-02-05 01:47:56] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.009365 10.0.0.129 - - [2026-02-05 01:47:56] "POST /set-tag HTTP/1.1" 200 109 0.002786 10.0.0.129 - - [2026-02-05 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006814 10.0.0.129 - - [2026-02-05 01:47:56] "GET /loadbalancer/2d2bb151-947a-4363-a651-43d331b3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2231 0.002277 10.0.0.129 - - [2026-02-05 01:47:56] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.003903 10.0.0.129 - - [2026-02-05 01:47:56] "POST /set-tag HTTP/1.1" 200 109 0.015013 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /loadbalancer-member/4cc0e374-a425-4aac-8a83-44369d05ae01 HTTP/1.1" 200 115 0.045876 10.0.0.129 - - [2026-02-05 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001657 10.0.0.129 - - [2026-02-05 01:47:56] "DELETE /route-target/4c7a5786-b2bf-4102-8ec0-2fe1ed6ce0a7 HTTP/1.1" 200 115 0.019229 10.0.0.129 - - [2026-02-05 01:47:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.010465 10.0.0.129 - - [2026-02-05 01:47:57] "POST /set-tag HTTP/1.1" 200 109 0.002166 10.0.0.129 - - [2026-02-05 01:47:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.004905 10.0.0.129 - - [2026-02-05 01:47:57] "POST /set-tag HTTP/1.1" 200 109 0.002440 10.0.0.129 - - [2026-02-05 01:47:57] "GET /virtual-machine/2a9ad907-e292-48ff-8937-fa0f89ef5b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002604 10.0.0.129 - - [2026-02-05 01:47:57] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.129 - - [2026-02-05 01:47:57] "GET /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3398 0.004174 10.0.0.129 - - [2026-02-05 01:47:57] "POST /set-tag HTTP/1.1" 200 109 0.026474 10.0.0.129 - - [2026-02-05 01:47:57] "POST /set-tag HTTP/1.1" 200 109 0.029383 10.0.0.129 - - [2026-02-05 01:47:58] "POST /set-tag HTTP/1.1" 200 109 0.013897 10.0.0.129 - - [2026-02-05 01:47:58] "DELETE /instance-ip/8e69af8e-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.051749 10.0.0.129 - - [2026-02-05 01:47:58] "POST /ref-update HTTP/1.1" 200 156 0.008545 10.0.0.129 - - [2026-02-05 01:47:58] "DELETE /virtual-machine-interface/8e559e54-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.035081 10.0.0.129 - - [2026-02-05 01:47:58] "DELETE /virtual-machine/2a9ad907-e292-48ff-8937-fa0f89ef5b03 HTTP/1.1" 200 115 0.014473 10.0.0.129 - - [2026-02-05 01:48:01] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.009043 10.0.0.129 - - [2026-02-05 01:48:01] "POST /set-tag HTTP/1.1" 200 109 0.003187 10.0.0.129 - - [2026-02-05 01:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001828 10.0.0.129 - - [2026-02-05 01:48:01] "GET /loadbalancer/2d2bb151-947a-4363-a651-43d331b3d31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2231 0.002400 10.0.0.129 - - [2026-02-05 01:48:02] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.006867 10.0.0.129 - - [2026-02-05 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.002702 10.0.0.129 - - [2026-02-05 01:48:02] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.005851 10.0.0.129 - - [2026-02-05 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.002262 10.0.0.129 - - [2026-02-05 01:48:02] "GET /virtual-machine/12c70774-81a4-490e-a99e-00f798c68e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.002520 10.0.0.129 - - [2026-02-05 01:48:02] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.129 - - [2026-02-05 01:48:02] "GET /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3581 0.004467 10.0.0.129 - - [2026-02-05 01:48:02] "POST /set-tag HTTP/1.1" 200 109 0.022112 10.0.0.129 - - [2026-02-05 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.038273 10.0.0.129 - - [2026-02-05 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.011346 10.0.0.129 - - [2026-02-05 01:48:03] "DELETE /instance-ip/8e02a3fc-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.039713 10.0.0.129 - - [2026-02-05 01:48:03] "POST /ref-update HTTP/1.1" 200 156 0.008498 10.0.0.129 - - [2026-02-05 01:48:03] "DELETE /virtual-machine-interface/8deddf6c-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.052919 10.0.0.129 - - [2026-02-05 01:48:03] "DELETE /virtual-machine/12c70774-81a4-490e-a99e-00f798c68e6d HTTP/1.1" 200 115 0.021037 10.0.0.129 - - [2026-02-05 01:48:03] "DELETE /tag/dc5e181c-b519-48b7-a6b9-241acec25a71 HTTP/1.1" 200 115 0.040756 10.0.0.129 - - [2026-02-05 01:48:03] "DELETE /tag/02b9ab7e-ba0c-4423-a94a-5772221e1bf6 HTTP/1.1" 200 115 0.052998 10.0.0.129 - - [2026-02-05 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001872 10.0.0.129 - - [2026-02-05 01:48:06] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.034278 10.0.0.129 - - [2026-02-05 01:48:06] "POST /tags HTTP/1.1" 200 394 0.026437 10.0.0.129 - - [2026-02-05 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.129 - - [2026-02-05 01:48:06] "GET /tag/8f15e965-a319-41f1-86cc-d52a7357e7db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.019935 10.0.0.129 - - [2026-02-05 01:48:06] "POST /tags HTTP/1.1" 200 342 0.020522 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.129 - - [2026-02-05 01:48:07] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.015642 10.0.0.129 - - [2026-02-05 01:48:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.000463 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.001998 10.0.0.129 - - [2026-02-05 01:48:07] "POST /security-groups HTTP/1.1" 200 589 0.071398 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.001859 10.0.0.129 - - [2026-02-05 01:48:07] "POST /projects HTTP/1.1" 200 521 0.229345 10.0.0.129 - - [2026-02-05 01:48:07] "POST /access-control-lists HTTP/1.1" 200 600 0.056549 10.0.0.129 - - [2026-02-05 01:48:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.053349 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007159 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.001359 10.0.0.129 - - [2026-02-05 01:48:07] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.033227 10.0.0.129 - - [2026-02-05 01:48:07] "POST /access-control-lists HTTP/1.1" 200 598 0.069504 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.129 - - [2026-02-05 01:48:07] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.004359 10.0.0.129 - - [2026-02-05 01:48:07] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.038914 10.0.0.129 - - [2026-02-05 01:48:07] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.038048 10.0.0.129 - - [2026-02-05 01:48:07] "POST /security-groups HTTP/1.1" 200 593 0.062546 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 404 270 0.018283 10.0.0.129 - - [2026-02-05 01:48:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.012303 10.0.0.129 - - [2026-02-05 01:48:07] "POST /access-control-lists HTTP/1.1" 200 634 0.074763 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 404 269 0.002928 10.0.0.129 - - [2026-02-05 01:48:07] "POST /chown HTTP/1.1" 200 109 0.070957 10.0.0.129 - - [2026-02-05 01:48:07] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.019731 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001666 10.0.0.129 - - [2026-02-05 01:48:07] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.033109 10.0.0.129 - - [2026-02-05 01:48:07] "POST /access-control-lists HTTP/1.1" 200 632 0.068386 10.0.0.129 - - [2026-02-05 01:48:07] "POST /tags HTTP/1.1" 409 226 0.015349 10.0.0.129 - - [2026-02-05 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.129 - - [2026-02-05 01:48:07] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.010767 10.0.0.129 - - [2026-02-05 01:48:08] "POST /firewall-rules HTTP/1.1" 200 602 0.063339 10.0.0.129 - - [2026-02-05 01:48:08] "GET /firewall-rule/0f1fd152-499b-416f-901f-73387a20f2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.012436 10.0.0.129 - - [2026-02-05 01:48:08] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.003798 10.0.0.129 - - [2026-02-05 01:48:08] "GET /firewall-rule/0f1fd152-499b-416f-901f-73387a20f2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.001971 10.0.0.129 - - [2026-02-05 01:48:08] "POST /ref-update HTTP/1.1" 200 156 0.040525 10.0.0.129 - - [2026-02-05 01:48:08] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002417 10.0.0.129 - - [2026-02-05 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001552 10.0.0.129 - - [2026-02-05 01:48:08] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.001976 10.0.0.129 - - [2026-02-05 01:48:08] "POST /tags HTTP/1.1" 409 226 0.001853 10.0.0.129 - - [2026-02-05 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001295 10.0.0.129 - - [2026-02-05 01:48:08] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.011731 10.0.0.129 - - [2026-02-05 01:48:08] "POST /firewall-rules HTTP/1.1" 200 600 0.069303 10.0.0.129 - - [2026-02-05 01:48:08] "GET /firewall-rule/0b4e85fd-a103-4bd8-a7ba-b31750db0aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.016392 10.0.0.129 - - [2026-02-05 01:48:08] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4144 0.005144 10.0.0.129 - - [2026-02-05 01:48:08] "GET /firewall-rule/0b4e85fd-a103-4bd8-a7ba-b31750db0aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002777 10.0.0.129 - - [2026-02-05 01:48:08] "POST /ref-update HTTP/1.1" 200 156 0.068493 10.0.0.129 - - [2026-02-05 01:48:09] "POST /tags HTTP/1.1" 200 394 0.017218 10.0.0.129 - - [2026-02-05 01:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011841 10.0.0.129 - - [2026-02-05 01:48:09] "GET /tag/a088e3c2-3252-4cb1-a8a7-e5bbaee9e89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.011932 10.0.0.129 - - [2026-02-05 01:48:09] "POST /tags HTTP/1.1" 200 342 0.014956 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001862 10.0.0.129 - - [2026-02-05 01:48:10] "GET /tag/6c172c52-9e9a-4221-a28d-43484352a1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.021218 10.0.0.129 - - [2026-02-05 01:48:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.000422 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.010357 10.0.0.129 - - [2026-02-05 01:48:10] "POST /security-groups HTTP/1.1" 200 589 0.077352 10.0.0.129 - - [2026-02-05 01:48:10] "POST /projects HTTP/1.1" 200 521 0.198122 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003797 10.0.0.129 - - [2026-02-05 01:48:10] "POST /access-control-lists HTTP/1.1" 200 600 0.073211 10.0.0.129 - - [2026-02-05 01:48:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.059968 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.024832 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.017489 10.0.0.129 - - [2026-02-05 01:48:10] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3103 0.006204 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001349 10.0.0.129 - - [2026-02-05 01:48:10] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3121 0.038933 10.0.0.129 - - [2026-02-05 01:48:10] "POST /access-control-lists HTTP/1.1" 200 598 0.060128 10.0.0.129 - - [2026-02-05 01:48:10] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.049482 10.0.0.129 - - [2026-02-05 01:48:10] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.040459 10.0.0.129 - - [2026-02-05 01:48:10] "POST /security-groups HTTP/1.1" 200 593 0.067880 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 404 270 0.001286 10.0.0.129 - - [2026-02-05 01:48:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.038691 10.0.0.129 - - [2026-02-05 01:48:10] "POST /chown HTTP/1.1" 200 109 0.017556 10.0.0.129 - - [2026-02-05 01:48:10] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002336 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001410 10.0.0.129 - - [2026-02-05 01:48:10] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002502 10.0.0.129 - - [2026-02-05 01:48:10] "POST /tags HTTP/1.1" 409 226 0.001375 10.0.0.129 - - [2026-02-05 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001859 10.0.0.129 - - [2026-02-05 01:48:10] "GET /tag/6c172c52-9e9a-4221-a28d-43484352a1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.009888 10.0.0.129 - - [2026-02-05 01:48:11] "POST /access-control-lists HTTP/1.1" 200 634 0.288317 10.0.0.129 - - [2026-02-05 01:48:11] "POST /fqname-to-id HTTP/1.1" 404 269 0.016857 10.0.0.129 - - [2026-02-05 01:48:11] "POST /firewall-rules HTTP/1.1" 200 602 0.168434 10.0.0.129 - - [2026-02-05 01:48:11] "GET /firewall-rule/43f0c86e-cb21-4950-b65d-08bcb0e12bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008258 10.0.0.129 - - [2026-02-05 01:48:11] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4400 0.004503 10.0.0.129 - - [2026-02-05 01:48:11] "GET /firewall-rule/43f0c86e-cb21-4950-b65d-08bcb0e12bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.041447 10.0.0.129 - - [2026-02-05 01:48:11] "POST /access-control-lists HTTP/1.1" 200 632 0.065605 10.0.0.129 - - [2026-02-05 01:48:11] "POST /ref-update HTTP/1.1" 200 156 0.065544 10.0.0.129 - - [2026-02-05 01:48:11] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002686 10.0.0.129 - - [2026-02-05 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001467 10.0.0.129 - - [2026-02-05 01:48:11] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.001982 10.0.0.129 - - [2026-02-05 01:48:11] "POST /tags HTTP/1.1" 409 226 0.001888 10.0.0.129 - - [2026-02-05 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001434 10.0.0.129 - - [2026-02-05 01:48:11] "GET /tag/6c172c52-9e9a-4221-a28d-43484352a1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.012857 10.0.0.129 - - [2026-02-05 01:48:11] "POST /firewall-rules HTTP/1.1" 200 600 0.066730 10.0.0.129 - - [2026-02-05 01:48:11] "GET /firewall-rule/2a455730-2339-4e1f-a277-9e00f6e489ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.004140 10.0.0.129 - - [2026-02-05 01:48:11] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4657 0.003333 10.0.0.129 - - [2026-02-05 01:48:11] "GET /firewall-rule/2a455730-2339-4e1f-a277-9e00f6e489ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.001992 10.0.0.129 - - [2026-02-05 01:48:11] "POST /ref-update HTTP/1.1" 200 156 0.050053 10.0.0.129 - - [2026-02-05 01:48:13] "POST /tags HTTP/1.1" 200 346 0.090283 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014365 10.0.0.129 - - [2026-02-05 01:48:13] "GET /tag/479b53a8-85ae-4c16-b842-a010eba3a364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.018698 10.0.0.129 - - [2026-02-05 01:48:13] "POST /projects HTTP/1.1" 409 238 0.001776 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001459 10.0.0.129 - - [2026-02-05 01:48:13] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.030972 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.129 - - [2026-02-05 01:48:13] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004403 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001703 10.0.0.129 - - [2026-02-05 01:48:13] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.003854 10.0.0.129 - - [2026-02-05 01:48:13] "POST /security-groups HTTP/1.1" 409 285 0.002252 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001375 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001781 10.0.0.129 - - [2026-02-05 01:48:13] "PUT /security-group/0f2a6de5-e23f-4bbb-b8a6-eb88501e0b52 HTTP/1.1" 200 263 0.059245 10.0.0.129 - - [2026-02-05 01:48:13] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.087679 10.0.0.129 - - [2026-02-05 01:48:13] "PUT /access-control-list/67df9dee-4cc6-4f58-9c80-d613042c4639 HTTP/1.1" 200 273 0.014519 10.0.0.129 - - [2026-02-05 01:48:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.026411 10.0.0.129 - - [2026-02-05 01:48:13] "POST /tags HTTP/1.1" 409 228 0.012403 10.0.0.129 - - [2026-02-05 01:48:13] "PUT /access-control-list/53ad7b60-f164-4100-bd23-28d773f459f4 HTTP/1.1" 200 273 0.027677 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001765 10.0.0.129 - - [2026-02-05 01:48:13] "GET /tag/479b53a8-85ae-4c16-b842-a010eba3a364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.013729 10.0.0.129 - - [2026-02-05 01:48:13] "POST /tags HTTP/1.1" 200 346 0.024949 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.129 - - [2026-02-05 01:48:13] "GET /tag/843e0364-bfbe-4c57-84c8-18329e51e98d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.011467 10.0.0.129 - - [2026-02-05 01:48:13] "POST /projects HTTP/1.1" 409 238 0.002932 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.129 - - [2026-02-05 01:48:13] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.052491 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001869 10.0.0.129 - - [2026-02-05 01:48:13] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003603 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001841 10.0.0.129 - - [2026-02-05 01:48:13] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.004855 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.129 - - [2026-02-05 01:48:13] "POST /security-groups HTTP/1.1" 409 285 0.002375 10.0.0.129 - - [2026-02-05 01:48:13] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.030333 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001607 10.0.0.129 - - [2026-02-05 01:48:13] "PUT /security-group/01441d93-0242-4441-a804-6b11ec46b48c HTTP/1.1" 200 263 0.064281 10.0.0.129 - - [2026-02-05 01:48:13] "PUT /access-control-list/b0f3533c-c17e-4df5-9e28-c2cf6f56b6a9 HTTP/1.1" 200 273 0.015084 10.0.0.129 - - [2026-02-05 01:48:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.019227 10.0.0.129 - - [2026-02-05 01:48:13] "POST /tags HTTP/1.1" 409 228 0.019328 10.0.0.129 - - [2026-02-05 01:48:13] "PUT /access-control-list/4c65c0ca-c4c7-467e-8a40-0828f3bcb6ac HTTP/1.1" 200 273 0.043083 10.0.0.129 - - [2026-02-05 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001808 10.0.0.129 - - [2026-02-05 01:48:13] "GET /tag/843e0364-bfbe-4c57-84c8-18329e51e98d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.011643 10.0.0.129 - - [2026-02-05 01:48:14] "POST /tags HTTP/1.1" 200 292 0.039950 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001938 10.0.0.129 - - [2026-02-05 01:48:14] "GET /tag/0d0d0f5f-6883-4816-844a-f1d69f6490c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.012157 10.0.0.129 - - [2026-02-05 01:48:14] "POST /tags HTTP/1.1" 200 304 0.044896 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008200 10.0.0.129 - - [2026-02-05 01:48:14] "GET /tag/3b32aa62-c31c-40e7-b810-8b4d82142761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.013888 10.0.0.129 - - [2026-02-05 01:48:14] "POST /tags HTTP/1.1" 409 252 0.001635 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001187 10.0.0.129 - - [2026-02-05 01:48:14] "GET /tag/8f15e965-a319-41f1-86cc-d52a7357e7db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.009747 10.0.0.129 - - [2026-02-05 01:48:14] "POST /tags HTTP/1.1" 409 226 0.001514 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001772 10.0.0.129 - - [2026-02-05 01:48:14] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.009251 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001234 10.0.0.129 - - [2026-02-05 01:48:14] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003193 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.129 - - [2026-02-05 01:48:14] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.040041 10.0.0.129 - - [2026-02-05 01:48:14] "POST /virtual-machines HTTP/1.1" 200 396 0.007319 10.0.0.129 - - [2026-02-05 01:48:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.007574 10.0.0.129 - - [2026-02-05 01:48:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.097643 10.0.0.129 - - [2026-02-05 01:48:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.018419 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008773 10.0.0.129 - - [2026-02-05 01:48:14] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.004357 10.0.0.129 - - [2026-02-05 01:48:14] "POST /instance-ips HTTP/1.1" 200 398 0.020453 10.0.0.129 - - [2026-02-05 01:48:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.015321 10.0.0.129 - - [2026-02-05 01:48:14] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.010739 10.0.0.129 - - [2026-02-05 01:48:14] "POST /set-tag HTTP/1.1" 200 109 0.063882 10.0.0.129 - - [2026-02-05 01:48:14] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.018317 10.0.0.129 - - [2026-02-05 01:48:14] "GET /instance-ip/bc48e654-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.002568 10.0.0.129 - - [2026-02-05 01:48:14] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004142 10.0.0.129 - - [2026-02-05 01:48:14] "POST /set-tag HTTP/1.1" 200 109 0.001987 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005940 10.0.0.129 - - [2026-02-05 01:48:14] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.014796 10.0.0.129 - - [2026-02-05 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001742 10.0.0.129 - - [2026-02-05 01:48:15] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.037104 10.0.0.129 - - [2026-02-05 01:48:15] "POST /virtual-machines HTTP/1.1" 200 396 0.008265 10.0.0.129 - - [2026-02-05 01:48:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.023872 10.0.0.129 - - [2026-02-05 01:48:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.114508 10.0.0.129 - - [2026-02-05 01:48:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.008296 10.0.0.129 - - [2026-02-05 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009355 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.004445 10.0.0.129 - - [2026-02-05 01:48:15] "POST /instance-ips HTTP/1.1" 200 398 0.031214 10.0.0.129 - - [2026-02-05 01:48:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.020911 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.013321 10.0.0.129 - - [2026-02-05 01:48:15] "POST /set-tag HTTP/1.1" 200 109 0.064283 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.015014 10.0.0.129 - - [2026-02-05 01:48:15] "GET /instance-ip/bcb1eb2c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.003074 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004190 10.0.0.129 - - [2026-02-05 01:48:15] "POST /set-tag HTTP/1.1" 200 109 0.002153 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003320 10.0.0.129 - - [2026-02-05 01:48:15] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.022692 10.0.0.129 - - [2026-02-05 01:48:15] "POST /set-tag HTTP/1.1" 200 109 0.002088 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1704 0.003800 10.0.0.129 - - [2026-02-05 01:48:15] "POST /ref-update HTTP/1.1" 200 156 0.006939 10.0.0.129 - - [2026-02-05 01:48:15] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.022048 10.0.0.129 - - [2026-02-05 01:48:15] "POST /set-tag HTTP/1.1" 200 109 0.002372 10.0.0.129 - - [2026-02-05 01:48:15] "POST /tags HTTP/1.1" 200 292 0.014596 10.0.0.129 - - [2026-02-05 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013431 10.0.0.129 - - [2026-02-05 01:48:15] "GET /tag/5b742430-c77a-4071-b207-902c3c8dace5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.012366 10.0.0.129 - - [2026-02-05 01:48:15] "POST /tags HTTP/1.1" 409 252 0.002084 10.0.0.129 - - [2026-02-05 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.129 - - [2026-02-05 01:48:15] "GET /tag/a088e3c2-3252-4cb1-a8a7-e5bbaee9e89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.015219 10.0.0.129 - - [2026-02-05 01:48:16] "POST /tags HTTP/1.1" 409 226 0.001914 10.0.0.129 - - [2026-02-05 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001276 10.0.0.129 - - [2026-02-05 01:48:16] "GET /tag/6c172c52-9e9a-4221-a28d-43484352a1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.009946 10.0.0.129 - - [2026-02-05 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001383 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003399 10.0.0.129 - - [2026-02-05 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001309 10.0.0.129 - - [2026-02-05 01:48:16] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.027156 10.0.0.129 - - [2026-02-05 01:48:16] "POST /virtual-machines HTTP/1.1" 200 396 0.007339 10.0.0.129 - - [2026-02-05 01:48:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.025964 10.0.0.129 - - [2026-02-05 01:48:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.119157 10.0.0.129 - - [2026-02-05 01:48:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.020581 10.0.0.129 - - [2026-02-05 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011928 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.005956 10.0.0.129 - - [2026-02-05 01:48:16] "POST /instance-ips HTTP/1.1" 200 398 0.017909 10.0.0.129 - - [2026-02-05 01:48:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.025191 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.010090 10.0.0.129 - - [2026-02-05 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.068135 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.019135 10.0.0.129 - - [2026-02-05 01:48:16] "GET /instance-ip/bd531cc2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.002687 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004069 10.0.0.129 - - [2026-02-05 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.001829 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.003354 10.0.0.129 - - [2026-02-05 01:48:16] "POST /ref-update HTTP/1.1" 200 156 0.010292 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.008289 10.0.0.129 - - [2026-02-05 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.004864 10.0.0.129 - - [2026-02-05 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001984 10.0.0.129 - - [2026-02-05 01:48:16] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004571 10.0.0.129 - - [2026-02-05 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001634 10.0.0.129 - - [2026-02-05 01:48:16] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.030687 10.0.0.129 - - [2026-02-05 01:48:16] "POST /virtual-machines HTTP/1.1" 200 396 0.008211 10.0.0.129 - - [2026-02-05 01:48:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.009774 10.0.0.129 - - [2026-02-05 01:48:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.105323 10.0.0.129 - - [2026-02-05 01:48:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.007690 10.0.0.129 - - [2026-02-05 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.013434 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.004160 10.0.0.129 - - [2026-02-05 01:48:17] "POST /instance-ips HTTP/1.1" 200 398 0.027613 10.0.0.129 - - [2026-02-05 01:48:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.022140 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.008465 10.0.0.129 - - [2026-02-05 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.074932 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.021371 10.0.0.129 - - [2026-02-05 01:48:17] "GET /instance-ip/bdc8c044-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.002561 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004168 10.0.0.129 - - [2026-02-05 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.001841 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.003134 10.0.0.129 - - [2026-02-05 01:48:17] "POST /ref-update HTTP/1.1" 200 156 0.008712 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.008082 10.0.0.129 - - [2026-02-05 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.002431 10.0.0.129 - - [2026-02-05 01:48:17] "POST /tags HTTP/1.1" 200 300 0.015931 10.0.0.129 - - [2026-02-05 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001938 10.0.0.129 - - [2026-02-05 01:48:17] "GET /tag/0b2b22d6-8a5f-4a25-baf4-337d3e75a634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011270 10.0.0.129 - - [2026-02-05 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001639 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003736 10.0.0.129 - - [2026-02-05 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.129 - - [2026-02-05 01:48:17] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.032598 10.0.0.129 - - [2026-02-05 01:48:17] "POST /virtual-machines HTTP/1.1" 200 396 0.006756 10.0.0.129 - - [2026-02-05 01:48:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.007625 10.0.0.129 - - [2026-02-05 01:48:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.120232 10.0.0.129 - - [2026-02-05 01:48:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.019489 10.0.0.129 - - [2026-02-05 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007580 10.0.0.129 - - [2026-02-05 01:48:17] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.004942 10.0.0.129 - - [2026-02-05 01:48:17] "POST /instance-ips HTTP/1.1" 200 398 0.022613 10.0.0.129 - - [2026-02-05 01:48:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.025886 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.017740 10.0.0.129 - - [2026-02-05 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.018020 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.010933 10.0.0.129 - - [2026-02-05 01:48:18] "GET /instance-ip/be4692da-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.007391 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003819 10.0.0.129 - - [2026-02-05 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.001839 10.0.0.129 - - [2026-02-05 01:48:18] "POST /tags HTTP/1.1" 200 300 0.023004 10.0.0.129 - - [2026-02-05 01:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001757 10.0.0.129 - - [2026-02-05 01:48:18] "GET /tag/4816d5da-ca10-4db4-b140-f4139f38f4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1102 0.010927 10.0.0.129 - - [2026-02-05 01:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001356 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003265 10.0.0.129 - - [2026-02-05 01:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001226 10.0.0.129 - - [2026-02-05 01:48:18] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.050529 10.0.0.129 - - [2026-02-05 01:48:18] "POST /virtual-machines HTTP/1.1" 200 396 0.009592 10.0.0.129 - - [2026-02-05 01:48:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.011894 10.0.0.129 - - [2026-02-05 01:48:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.101278 10.0.0.129 - - [2026-02-05 01:48:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.008551 10.0.0.129 - - [2026-02-05 01:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009718 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.007360 10.0.0.129 - - [2026-02-05 01:48:18] "POST /instance-ips HTTP/1.1" 200 398 0.017159 10.0.0.129 - - [2026-02-05 01:48:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.027635 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.005023 10.0.0.129 - - [2026-02-05 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.018266 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.019364 10.0.0.129 - - [2026-02-05 01:48:18] "GET /instance-ip/bead2428-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.002473 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.008291 10.0.0.129 - - [2026-02-05 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.001892 10.0.0.129 - - [2026-02-05 01:48:18] "POST /tags HTTP/1.1" 200 300 0.019590 10.0.0.129 - - [2026-02-05 01:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.013165 10.0.0.129 - - [2026-02-05 01:48:18] "GET /tag/55091668-386a-4dbd-8a57-beff2030e02d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011424 10.0.0.129 - - [2026-02-05 01:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001523 10.0.0.129 - - [2026-02-05 01:48:18] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003708 10.0.0.129 - - [2026-02-05 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.129 - - [2026-02-05 01:48:19] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.029388 10.0.0.129 - - [2026-02-05 01:48:19] "POST /virtual-machines HTTP/1.1" 200 396 0.013788 10.0.0.129 - - [2026-02-05 01:48:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.008732 10.0.0.129 - - [2026-02-05 01:48:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.121486 10.0.0.129 - - [2026-02-05 01:48:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.017555 10.0.0.129 - - [2026-02-05 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007219 10.0.0.129 - - [2026-02-05 01:48:19] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.004610 10.0.0.129 - - [2026-02-05 01:48:19] "POST /instance-ips HTTP/1.1" 200 398 0.029030 10.0.0.129 - - [2026-02-05 01:48:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.018696 10.0.0.129 - - [2026-02-05 01:48:19] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.010196 10.0.0.129 - - [2026-02-05 01:48:19] "POST /set-tag HTTP/1.1" 200 109 0.019125 10.0.0.129 - - [2026-02-05 01:48:19] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.013362 10.0.0.129 - - [2026-02-05 01:48:19] "GET /instance-ip/bf1886a0-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.002487 10.0.0.129 - - [2026-02-05 01:48:19] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.005822 10.0.0.129 - - [2026-02-05 01:48:19] "POST /set-tag HTTP/1.1" 200 109 0.002152 10.0.0.129 - - [2026-02-05 01:48:19] "POST /tags HTTP/1.1" 200 300 0.028996 10.0.0.129 - - [2026-02-05 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011536 10.0.0.129 - - [2026-02-05 01:48:19] "GET /tag/e9ba5589-5e6c-4e27-ae61-838640e0261a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.011326 10.0.0.129 - - [2026-02-05 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001479 10.0.0.129 - - [2026-02-05 01:48:19] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003365 10.0.0.129 - - [2026-02-05 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001734 10.0.0.129 - - [2026-02-05 01:48:19] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.024795 10.0.0.129 - - [2026-02-05 01:48:19] "POST /virtual-machines HTTP/1.1" 200 396 0.007377 10.0.0.129 - - [2026-02-05 01:48:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.018471 10.0.0.129 - - [2026-02-05 01:48:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 645 0.114828 10.0.0.129 - - [2026-02-05 01:48:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.008055 10.0.0.129 - - [2026-02-05 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006398 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.009523 10.0.0.129 - - [2026-02-05 01:48:20] "POST /instance-ips HTTP/1.1" 200 398 0.025723 10.0.0.129 - - [2026-02-05 01:48:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.019289 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.012349 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.022624 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.020595 10.0.0.129 - - [2026-02-05 01:48:20] "GET /instance-ip/bf842108-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.002462 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003766 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.001585 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.002780 10.0.0.129 - - [2026-02-05 01:48:20] "POST /ref-update HTTP/1.1" 200 156 0.008144 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004752 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.001830 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004334 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.001804 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.003095 10.0.0.129 - - [2026-02-05 01:48:20] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003780 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.001819 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003298 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.002291 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2774 0.003221 10.0.0.129 - - [2026-02-05 01:48:20] "POST /ref-update HTTP/1.1" 200 156 0.015612 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004139 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.002522 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.005596 10.0.0.129 - - [2026-02-05 01:48:20] "POST /ref-update HTTP/1.1" 200 156 0.008849 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.015405 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.003096 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003741 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.001811 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003502 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.002142 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003643 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.001616 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003967 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.002054 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004023 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.002718 10.0.0.129 - - [2026-02-05 01:48:20] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004544 10.0.0.129 - - [2026-02-05 01:48:20] "POST /set-tag HTTP/1.1" 200 109 0.004053 10.0.0.129 - - [2026-02-05 01:48:21] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003942 10.0.0.129 - - [2026-02-05 01:48:21] "POST /set-tag HTTP/1.1" 200 109 0.002208 10.0.0.129 - - [2026-02-05 01:48:21] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003945 10.0.0.129 - - [2026-02-05 01:48:21] "POST /set-tag HTTP/1.1" 200 109 0.001904 10.0.0.129 - - [2026-02-05 01:48:22] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003874 10.0.0.129 - - [2026-02-05 01:48:22] "POST /set-tag HTTP/1.1" 200 109 0.001827 10.0.0.129 - - [2026-02-05 01:48:25] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.005897 10.0.0.129 - - [2026-02-05 01:48:25] "POST /set-tag HTTP/1.1" 200 109 0.002302 10.0.0.129 - - [2026-02-05 01:48:25] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.005244 10.0.0.129 - - [2026-02-05 01:48:25] "POST /set-tag HTTP/1.1" 200 109 0.002208 10.0.0.129 - - [2026-02-05 01:48:25] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004194 10.0.0.129 - - [2026-02-05 01:48:25] "POST /set-tag HTTP/1.1" 200 109 0.001685 10.0.0.129 - - [2026-02-05 01:48:26] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004212 10.0.0.129 - - [2026-02-05 01:48:26] "POST /set-tag HTTP/1.1" 200 109 0.001700 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine/0864b10e-8252-4fe3-8c6f-f021fa2e434a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002567 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003512 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine/f5a58a35-285d-4092-b75f-c09cd7931074?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1258 0.012399 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003902 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine/563337a8-6cf2-4670-af1b-8afca7f217df?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.002560 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003606 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine/f9d79c5e-13e2-418a-ae5b-7025e594c8e5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1258 0.003270 10.0.0.129 - - [2026-02-05 01:48:28] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003480 10.0.0.129 - - [2026-02-05 01:48:29] "GET /virtual-machine/ea36497f-d386-42b4-82b5-3ca6aff85d29?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.003116 10.0.0.129 - - [2026-02-05 01:48:29] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004480 10.0.0.129 - - [2026-02-05 01:48:29] "GET /virtual-machine/980dd05b-3748-4737-9e4e-ab5b970da2d7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1258 0.002671 10.0.0.129 - - [2026-02-05 01:48:29] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003668 10.0.0.129 - - [2026-02-05 01:48:29] "GET /virtual-machine/00e01686-53e7-4543-a28e-ef4a9c1a973e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003596 10.0.0.129 - - [2026-02-05 01:48:29] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004891 10.0.0.129 - - [2026-02-05 01:48:30] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004034 10.0.0.129 - - [2026-02-05 01:48:30] "POST /set-tag HTTP/1.1" 200 109 0.001829 10.0.0.129 - - [2026-02-05 01:48:34] "GET /virtual-machine/a40103fc-6b2f-4fae-83fc-ca60a77a656b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1257 0.002708 10.0.0.129 - - [2026-02-05 01:48:34] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003390 10.0.0.129 - - [2026-02-05 01:48:34] "GET /loadbalancer/8980c1a4-d02a-427f-89d3-1501f17eef42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004238 10.0.0.129 - - [2026-02-05 01:48:34] "POST /tags HTTP/1.1" 200 334 0.027124 10.0.0.129 - - [2026-02-05 01:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.018486 10.0.0.129 - - [2026-02-05 01:48:34] "GET /tag/93e13bbe-6f76-4ce4-a937-3605bfd8389b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.017475 10.0.0.129 - - [2026-02-05 01:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.129 - - [2026-02-05 01:48:34] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.031501 10.0.0.129 - - [2026-02-05 01:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001450 10.0.0.129 - - [2026-02-05 01:48:34] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.003198 10.0.0.129 - - [2026-02-05 01:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001486 10.0.0.129 - - [2026-02-05 01:48:34] "GET /service-appliance-set/1e7d53cc-f39d-4841-b440-15c7a218f170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.002430 10.0.0.129 - - [2026-02-05 01:48:34] "POST /fqname-to-id HTTP/1.1" 404 273 0.001358 10.0.0.129 - - [2026-02-05 01:48:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 685 0.093041 10.0.0.129 - - [2026-02-05 01:48:35] "GET /virtual-machine-interface/c85a69a5-4f38-4c34-b635-7fe9de7851d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2426 0.008254 10.0.0.129 - - [2026-02-05 01:48:35] "POST /instance-ips HTTP/1.1" 200 410 0.018763 10.0.0.129 - - [2026-02-05 01:48:35] "GET /instance-ip/c995859d-472f-441e-aaf0-4fa73f687140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1676 0.005970 10.0.0.129 - - [2026-02-05 01:48:35] "POST /loadbalancers HTTP/1.1" 200 631 0.058798 10.0.0.129 - - [2026-02-05 01:48:35] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.030006 10.0.0.129 - - [2026-02-05 01:48:35] "GET /instance-ip/c995859d-472f-441e-aaf0-4fa73f687140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1676 0.003669 10.0.0.129 - - [2026-02-05 01:48:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.018898 10.0.0.129 - - [2026-02-05 01:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007799 10.0.0.129 - - [2026-02-05 01:48:35] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.029174 10.0.0.129 - - [2026-02-05 01:48:35] "POST /floating-ips HTTP/1.1" 200 599 0.049436 10.0.0.129 - - [2026-02-05 01:48:35] "GET /loadbalancer/8980c1a4-d02a-427f-89d3-1501f17eef42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.002575 10.0.0.129 - - [2026-02-05 01:48:35] "POST /loadbalancer-listeners HTTP/1.1" 200 737 0.012734 10.0.0.129 - - [2026-02-05 01:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.129 - - [2026-02-05 01:48:35] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.029345 10.0.0.129 - - [2026-02-05 01:48:35] "GET /loadbalancer-listener/c3f59a55-e288-43f6-8bd0-e35205c41c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1846 0.002593 10.0.0.129 - - [2026-02-05 01:48:35] "GET /loadbalancer-listener/c3f59a55-e288-43f6-8bd0-e35205c41c73?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1245 0.002585 10.0.0.129 - - [2026-02-05 01:48:35] "POST /loadbalancer-pools HTTP/1.1" 200 729 0.022688 10.0.0.129 - - [2026-02-05 01:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.129 - - [2026-02-05 01:48:35] "GET /instance-ip/c995859d-472f-441e-aaf0-4fa73f687140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1676 0.002512 10.0.0.129 - - [2026-02-05 01:48:35] "GET /loadbalancer/8980c1a4-d02a-427f-89d3-1501f17eef42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.001534 10.0.0.129 - - [2026-02-05 01:48:35] "GET /instance-ip/c995859d-472f-441e-aaf0-4fa73f687140?fields=floating_ips HTTP/1.1" 200 1215 0.003722 10.0.0.129 - - [2026-02-05 01:48:35] "GET /floating-ip/041d2891-6dd4-4b2c-b413-30d0ce01f6f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.001710 10.0.0.129 - - [2026-02-05 01:48:35] "GET /loadbalancer-pool/cb7daaa5-4652-4ace-bfcd-85ee050740d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003635 10.0.0.129 - - [2026-02-05 01:48:35] "POST /loadbalancer-members HTTP/1.1" 200 723 0.016985 10.0.0.129 - - [2026-02-05 01:48:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.007431 10.0.0.129 - - [2026-02-05 01:48:35] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003697 10.0.0.129 - - [2026-02-05 01:48:35] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003300 10.0.0.129 - - [2026-02-05 01:48:35] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.129 - - [2026-02-05 01:48:35] "GET /floating-ip/041d2891-6dd4-4b2c-b413-30d0ce01f6f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005954 10.0.0.129 - - [2026-02-05 01:48:35] "PUT /floating-ip/041d2891-6dd4-4b2c-b413-30d0ce01f6f4 HTTP/1.1" 200 257 0.007604 10.0.0.129 - - [2026-02-05 01:48:35] "POST /tags HTTP/1.1" 409 221 0.005865 10.0.0.129 - - [2026-02-05 01:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.129 - - [2026-02-05 01:48:35] "GET /tag/93e13bbe-6f76-4ce4-a937-3605bfd8389b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.010137 10.0.0.129 - - [2026-02-05 01:48:35] "GET /loadbalancer/8980c1a4-d02a-427f-89d3-1501f17eef42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.002220 10.0.0.129 - - [2026-02-05 01:48:35] "POST /set-tag HTTP/1.1" 200 109 0.060001 10.0.0.129 - - [2026-02-05 01:48:35] "GET /loadbalancer-pool/cb7daaa5-4652-4ace-bfcd-85ee050740d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.009023 10.0.0.129 - - [2026-02-05 01:48:35] "POST /loadbalancer-members HTTP/1.1" 200 723 0.017254 10.0.0.129 - - [2026-02-05 01:48:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.011609 10.0.0.129 - - [2026-02-05 01:48:35] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.010273 10.0.0.129 - - [2026-02-05 01:48:35] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003730 10.0.0.129 - - [2026-02-05 01:48:35] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.129 - - [2026-02-05 01:48:35] "GET /floating-ip/041d2891-6dd4-4b2c-b413-30d0ce01f6f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2242 0.015838 10.0.0.129 - - [2026-02-05 01:48:36] "POST /set-tag HTTP/1.1" 200 109 0.097839 10.0.0.129 - - [2026-02-05 01:48:36] "POST /tags HTTP/1.1" 409 206 0.004431 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001542 10.0.0.129 - - [2026-02-05 01:48:36] "GET /tag/3b32aa62-c31c-40e7-b810-8b4d82142761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.011081 10.0.0.129 - - [2026-02-05 01:48:36] "POST /tags HTTP/1.1" 409 204 0.001512 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001681 10.0.0.129 - - [2026-02-05 01:48:36] "GET /tag/4816d5da-ca10-4db4-b140-f4139f38f4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1102 0.009288 10.0.0.129 - - [2026-02-05 01:48:36] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.001897 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011177 10.0.0.129 - - [2026-02-05 01:48:36] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.001954 10.0.0.129 - - [2026-02-05 01:48:36] "POST /tags HTTP/1.1" 409 206 0.001720 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001261 10.0.0.129 - - [2026-02-05 01:48:36] "GET /tag/3b32aa62-c31c-40e7-b810-8b4d82142761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.011598 10.0.0.129 - - [2026-02-05 01:48:36] "POST /tags HTTP/1.1" 409 226 0.001331 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001767 10.0.0.129 - - [2026-02-05 01:48:36] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.009555 10.0.0.129 - - [2026-02-05 01:48:36] "POST /tags HTTP/1.1" 409 204 0.001446 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001466 10.0.0.129 - - [2026-02-05 01:48:36] "GET /tag/4816d5da-ca10-4db4-b140-f4139f38f4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1102 0.012014 10.0.0.129 - - [2026-02-05 01:48:36] "POST /tags HTTP/1.1" 409 226 0.001880 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001343 10.0.0.129 - - [2026-02-05 01:48:36] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.010086 10.0.0.129 - - [2026-02-05 01:48:36] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.001787 10.0.0.129 - - [2026-02-05 01:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.129 - - [2026-02-05 01:48:36] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.011521 10.0.0.129 - - [2026-02-05 01:48:36] "POST /firewall-rules HTTP/1.1" 200 628 0.078802 10.0.0.129 - - [2026-02-05 01:48:36] "POST /firewall-rules HTTP/1.1" 200 648 0.077825 10.0.0.129 - - [2026-02-05 01:48:36] "GET /firewall-rule/ae7d0d55-1420-4c1c-bd4e-826e74cb0a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.003559 10.0.0.129 - - [2026-02-05 01:48:36] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.001891 10.0.0.129 - - [2026-02-05 01:48:36] "GET /firewall-rule/ec5c3b4a-4f29-443d-bd46-8e8b767d07d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2328 0.002822 10.0.0.129 - - [2026-02-05 01:48:36] "POST /ref-update HTTP/1.1" 200 156 0.011890 10.0.0.129 - - [2026-02-05 01:48:36] "POST /firewall-policys HTTP/1.1" 200 608 0.029876 10.0.0.129 - - [2026-02-05 01:48:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.034117 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.008512 10.0.0.129 - - [2026-02-05 01:48:37] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.004300 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.003742 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4913 0.003275 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.003350 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.003444 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.002429 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4913 0.003366 10.0.0.129 - - [2026-02-05 01:48:37] "POST /ref-update HTTP/1.1" 200 156 0.017207 10.0.0.129 - - [2026-02-05 01:48:37] "POST /ref-update HTTP/1.1" 200 156 0.029782 10.0.0.129 - - [2026-02-05 01:48:37] "POST /ref-update HTTP/1.1" 200 156 0.015748 10.0.0.129 - - [2026-02-05 01:48:37] "POST /ref-update HTTP/1.1" 200 156 0.027772 10.0.0.129 - - [2026-02-05 01:48:37] "POST /ref-update HTTP/1.1" 200 156 0.024045 10.0.0.129 - - [2026-02-05 01:48:37] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002480 10.0.0.129 - - [2026-02-05 01:49:23] "GET /global-system-configs HTTP/1.1" 200 323 0.003086 10.0.0.129 - - [2026-02-05 01:49:24] "GET /global-system-configs HTTP/1.1" 200 323 0.006218 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:49:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000799 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:49:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000922 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:50:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000930 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:50:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000965 10.0.0.129 - - [2026-02-05 01:50:35] "POST /tags HTTP/1.1" 409 252 0.002149 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/a088e3c2-3252-4cb1-a8a7-e5bbaee9e89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.012737 10.0.0.129 - - [2026-02-05 01:50:36] "POST /tags HTTP/1.1" 409 228 0.001978 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/843e0364-bfbe-4c57-84c8-18329e51e98d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.011791 10.0.0.129 - - [2026-02-05 01:50:36] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.004399 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006058 10.0.0.129 - - [2026-02-05 01:50:36] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002610 10.0.0.129 - - [2026-02-05 01:50:36] "POST /tags HTTP/1.1" 409 206 0.001879 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002070 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/3b32aa62-c31c-40e7-b810-8b4d82142761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.010793 10.0.0.129 - - [2026-02-05 01:50:36] "POST /tags HTTP/1.1" 409 226 0.002428 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.012014 10.0.0.129 - - [2026-02-05 01:50:36] "POST /tags HTTP/1.1" 409 204 0.002432 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/4816d5da-ca10-4db4-b140-f4139f38f4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1102 0.015990 10.0.0.129 - - [2026-02-05 01:50:36] "POST /tags HTTP/1.1" 409 226 0.002690 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001926 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/4000925c-8415-446f-98fd-880068be3533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1193 0.009777 10.0.0.129 - - [2026-02-05 01:50:36] "POST /tags HTTP/1.1" 409 228 0.001652 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002077 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/843e0364-bfbe-4c57-84c8-18329e51e98d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.017732 10.0.0.129 - - [2026-02-05 01:50:36] "POST /tags HTTP/1.1" 409 252 0.002738 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.129 - - [2026-02-05 01:50:36] "GET /tag/a088e3c2-3252-4cb1-a8a7-e5bbaee9e89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.011745 10.0.0.129 - - [2026-02-05 01:50:36] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.002256 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001730 10.0.0.129 - - [2026-02-05 01:50:36] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002168 10.0.0.129 - - [2026-02-05 01:50:36] "POST /firewall-rules HTTP/1.1" 409 281 0.001523 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001367 10.0.0.129 - - [2026-02-05 01:50:36] "PUT /firewall-rule/ec5c3b4a-4f29-443d-bd46-8e8b767d07d2 HTTP/1.1" 200 261 0.025739 10.0.0.129 - - [2026-02-05 01:50:36] "POST /firewall-rules HTTP/1.1" 409 291 0.013038 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.129 - - [2026-02-05 01:50:36] "PUT /firewall-rule/ae7d0d55-1420-4c1c-bd4e-826e74cb0a77 HTTP/1.1" 200 261 0.020111 10.0.0.129 - - [2026-02-05 01:50:36] "GET /firewall-rule/ae7d0d55-1420-4c1c-bd4e-826e74cb0a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.012325 10.0.0.129 - - [2026-02-05 01:50:36] "POST /firewall-rules HTTP/1.1" 200 660 0.079684 10.0.0.129 - - [2026-02-05 01:50:36] "GET /firewall-rule/ff989d8f-23d4-40c7-ba8b-9c21856fd2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.003622 10.0.0.129 - - [2026-02-05 01:50:36] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.005178 10.0.0.129 - - [2026-02-05 01:50:36] "GET /firewall-rule/ec5c3b4a-4f29-443d-bd46-8e8b767d07d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2328 0.002047 10.0.0.129 - - [2026-02-05 01:50:36] "POST /firewall-policys HTTP/1.1" 409 269 0.001907 10.0.0.129 - - [2026-02-05 01:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001312 10.0.0.129 - - [2026-02-05 01:50:36] "PUT /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437 HTTP/1.1" 200 265 0.019642 10.0.0.129 - - [2026-02-05 01:50:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.023664 10.0.0.129 - - [2026-02-05 01:50:37] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.013358 10.0.0.129 - - [2026-02-05 01:50:37] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.002406 10.0.0.129 - - [2026-02-05 01:50:37] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002208 10.0.0.129 - - [2026-02-05 01:50:37] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4913 0.002166 10.0.0.129 - - [2026-02-05 01:50:37] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002386 10.0.0.129 - - [2026-02-05 01:50:37] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.001935 10.0.0.129 - - [2026-02-05 01:51:27] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.006328 10.0.0.129 - - [2026-02-05 01:51:27] "POST /set-tag HTTP/1.1" 200 109 0.004152 10.0.0.129 - - [2026-02-05 01:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001933 10.0.0.129 - - [2026-02-05 01:51:27] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.002489 10.0.0.129 - - [2026-02-05 01:51:27] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.003998 10.0.0.129 - - [2026-02-05 01:51:27] "POST /set-tag HTTP/1.1" 200 109 0.028536 10.0.0.129 - - [2026-02-05 01:51:27] "DELETE /loadbalancer-member/77e3f638-0b55-4cc2-80d7-68d1183a42e0 HTTP/1.1" 200 115 0.040764 10.0.0.129 - - [2026-02-05 01:51:27] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.005606 10.0.0.129 - - [2026-02-05 01:51:27] "POST /set-tag HTTP/1.1" 200 109 0.002394 10.0.0.129 - - [2026-02-05 01:51:27] "DELETE /loadbalancer-member/c4a67427-e194-492d-98dc-232dc3b56a5c HTTP/1.1" 200 115 0.031127 10.0.0.129 - - [2026-02-05 01:51:27] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.010523 10.0.0.129 - - [2026-02-05 01:51:27] "POST /set-tag HTTP/1.1" 200 109 0.002311 10.0.0.129 - - [2026-02-05 01:51:27] "DELETE /loadbalancer-member/c70a7fd1-e5f0-4515-96c0-9146f119c760 HTTP/1.1" 200 115 0.038452 10.0.0.129 - - [2026-02-05 01:51:27] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.015687 10.0.0.129 - - [2026-02-05 01:51:27] "POST /set-tag HTTP/1.1" 200 109 0.002301 10.0.0.129 - - [2026-02-05 01:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.129 - - [2026-02-05 01:51:28] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.003742 10.0.0.129 - - [2026-02-05 01:51:28] "GET /loadbalancer-pool/442bde50-830e-4629-ba7b-fbc053781009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.002711 10.0.0.129 - - [2026-02-05 01:51:28] "POST /loadbalancer-members HTTP/1.1" 200 692 0.015980 10.0.0.129 - - [2026-02-05 01:51:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.025273 10.0.0.129 - - [2026-02-05 01:51:28] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.012171 10.0.0.129 - - [2026-02-05 01:51:28] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.008771 10.0.0.129 - - [2026-02-05 01:51:28] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007563 10.0.0.129 - - [2026-02-05 01:51:28] "POST /set-tag HTTP/1.1" 200 109 0.073953 10.0.0.129 - - [2026-02-05 01:51:28] "GET /loadbalancer-pool/430edacc-b64b-42f1-84e1-c40a5ceb275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.016768 10.0.0.129 - - [2026-02-05 01:51:28] "POST /loadbalancer-members HTTP/1.1" 200 692 0.017992 10.0.0.129 - - [2026-02-05 01:51:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.009940 10.0.0.129 - - [2026-02-05 01:51:28] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.016042 10.0.0.129 - - [2026-02-05 01:51:28] "POST /set-tag HTTP/1.1" 200 109 0.005823 10.0.0.129 - - [2026-02-05 01:51:28] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005530 10.0.0.129 - - [2026-02-05 01:51:28] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.001942 10.0.0.129 - - [2026-02-05 01:51:28] "GET /loadbalancer-pool/ee28513e-5615-4b30-b8af-abbef4b1436e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.003693 10.0.0.129 - - [2026-02-05 01:51:28] "POST /loadbalancer-members HTTP/1.1" 200 694 0.022987 10.0.0.129 - - [2026-02-05 01:51:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.018232 10.0.0.129 - - [2026-02-05 01:51:28] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.019641 10.0.0.129 - - [2026-02-05 01:51:28] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.006735 10.0.0.129 - - [2026-02-05 01:51:28] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002255 10.0.0.129 - - [2026-02-05 01:51:28] "POST /set-tag HTTP/1.1" 200 109 0.003461 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:51:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000802 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:51:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000947 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:51:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001018 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:51:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000981 10.0.0.129 - - [2026-02-05 01:51:47] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4058 0.007391 10.0.0.129 - - [2026-02-05 01:51:47] "POST /set-tag HTTP/1.1" 200 109 0.002184 10.0.0.129 - - [2026-02-05 01:51:47] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.009663 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002608 10.0.0.129 - - [2026-02-05 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001819 10.0.0.129 - - [2026-02-05 01:51:48] "GET /loadbalancer/8980c1a4-d02a-427f-89d3-1501f17eef42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.002358 10.0.0.129 - - [2026-02-05 01:51:48] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4058 0.003741 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.061175 10.0.0.129 - - [2026-02-05 01:51:48] "DELETE /loadbalancer-member/f31be11b-12c3-40c8-a400-366260ccd39b HTTP/1.1" 200 115 0.019764 10.0.0.129 - - [2026-02-05 01:51:48] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.006040 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002029 10.0.0.129 - - [2026-02-05 01:51:48] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003928 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002000 10.0.0.129 - - [2026-02-05 01:51:48] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4058 0.004178 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002098 10.0.0.129 - - [2026-02-05 01:51:48] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003838 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.001710 10.0.0.129 - - [2026-02-05 01:51:48] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003786 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.001853 10.0.0.129 - - [2026-02-05 01:51:48] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003939 10.0.0.129 - - [2026-02-05 01:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002074 10.0.0.129 - - [2026-02-05 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.129 - - [2026-02-05 01:51:48] "GET /loadbalancer/8980c1a4-d02a-427f-89d3-1501f17eef42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.002183 10.0.0.129 - - [2026-02-05 01:51:49] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004892 10.0.0.129 - - [2026-02-05 01:51:49] "POST /set-tag HTTP/1.1" 200 109 0.002411 10.0.0.129 - - [2026-02-05 01:51:49] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.013785 10.0.0.129 - - [2026-02-05 01:51:49] "POST /set-tag HTTP/1.1" 200 109 0.004437 10.0.0.129 - - [2026-02-05 01:51:49] "GET /virtual-machine/f9d79c5e-13e2-418a-ae5b-7025e594c8e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.002651 10.0.0.129 - - [2026-02-05 01:51:49] "POST /ref-update HTTP/1.1" 200 156 0.011129 10.0.0.129 - - [2026-02-05 01:51:49] "GET /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.005348 10.0.0.129 - - [2026-02-05 01:51:49] "POST /set-tag HTTP/1.1" 200 109 0.015589 10.0.0.129 - - [2026-02-05 01:51:49] "POST /set-tag HTTP/1.1" 200 109 0.030935 10.0.0.129 - - [2026-02-05 01:51:49] "POST /set-tag HTTP/1.1" 200 109 0.035644 10.0.0.129 - - [2026-02-05 01:51:49] "POST /set-tag HTTP/1.1" 200 109 0.013397 10.0.0.129 - - [2026-02-05 01:51:49] "POST /set-tag HTTP/1.1" 200 109 0.015021 10.0.0.129 - - [2026-02-05 01:51:49] "DELETE /instance-ip/bdc8c044-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.036785 10.0.0.129 - - [2026-02-05 01:51:50] "DELETE /virtual-machine-interface/bdaf64e6-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.050506 10.0.0.129 - - [2026-02-05 01:51:50] "DELETE /virtual-machine/f9d79c5e-13e2-418a-ae5b-7025e594c8e5 HTTP/1.1" 200 115 0.018993 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.005718 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.002287 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003381 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.001516 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine/0864b10e-8252-4fe3-8c6f-f021fa2e434a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002419 10.0.0.129 - - [2026-02-05 01:51:50] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.012838 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.017421 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.024897 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.024540 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.013668 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.025138 10.0.0.129 - - [2026-02-05 01:51:50] "DELETE /instance-ip/bc48e654-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.037273 10.0.0.129 - - [2026-02-05 01:51:50] "POST /ref-update HTTP/1.1" 200 156 0.005776 10.0.0.129 - - [2026-02-05 01:51:50] "DELETE /virtual-machine-interface/bc3549b4-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.040743 10.0.0.129 - - [2026-02-05 01:51:50] "DELETE /virtual-machine/0864b10e-8252-4fe3-8c6f-f021fa2e434a HTTP/1.1" 200 115 0.017282 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4058 0.003774 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.002470 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4058 0.003534 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.002357 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine/f5a58a35-285d-4092-b75f-c09cd7931074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.008067 10.0.0.129 - - [2026-02-05 01:51:50] "POST /ref-update HTTP/1.1" 200 156 0.010301 10.0.0.129 - - [2026-02-05 01:51:50] "GET /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4058 0.006557 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.018393 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.026627 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.021575 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.014501 10.0.0.129 - - [2026-02-05 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.037560 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /instance-ip/bcb1eb2c-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.063552 10.0.0.129 - - [2026-02-05 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.007401 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /virtual-machine-interface/bc983ccc-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.037323 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /virtual-machine/f5a58a35-285d-4092-b75f-c09cd7931074 HTTP/1.1" 200 115 0.030717 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /tag/0d0d0f5f-6883-4816-844a-f1d69f6490c0 HTTP/1.1" 200 115 0.035929 10.0.0.129 - - [2026-02-05 01:51:51] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004471 10.0.0.129 - - [2026-02-05 01:51:51] "POST /set-tag HTTP/1.1" 200 109 0.002402 10.0.0.129 - - [2026-02-05 01:51:51] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004049 10.0.0.129 - - [2026-02-05 01:51:51] "POST /set-tag HTTP/1.1" 200 109 0.002060 10.0.0.129 - - [2026-02-05 01:51:51] "GET /virtual-machine/563337a8-6cf2-4670-af1b-8afca7f217df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.002754 10.0.0.129 - - [2026-02-05 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.008887 10.0.0.129 - - [2026-02-05 01:51:51] "GET /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.017119 10.0.0.129 - - [2026-02-05 01:51:51] "POST /set-tag HTTP/1.1" 200 109 0.031501 10.0.0.129 - - [2026-02-05 01:51:51] "POST /set-tag HTTP/1.1" 200 109 0.025811 10.0.0.129 - - [2026-02-05 01:51:51] "POST /set-tag HTTP/1.1" 200 109 0.026344 10.0.0.129 - - [2026-02-05 01:51:51] "POST /set-tag HTTP/1.1" 200 109 0.014247 10.0.0.129 - - [2026-02-05 01:51:51] "POST /set-tag HTTP/1.1" 200 109 0.015954 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /instance-ip/bd531cc2-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.039103 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /virtual-machine-interface/bd3cbbb2-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.036812 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /virtual-machine/563337a8-6cf2-4670-af1b-8afca7f217df HTTP/1.1" 200 115 0.017104 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /tag/3b32aa62-c31c-40e7-b810-8b4d82142761 HTTP/1.1" 409 391 0.006357 10.0.0.129 - - [2026-02-05 01:51:51] "DELETE /tag/5b742430-c77a-4071-b207-902c3c8dace5 HTTP/1.1" 200 115 0.031265 10.0.0.129 - - [2026-02-05 01:52:19] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.007142 10.0.0.129 - - [2026-02-05 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.006373 10.0.0.129 - - [2026-02-05 01:52:19] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.007730 10.0.0.129 - - [2026-02-05 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.002243 10.0.0.129 - - [2026-02-05 01:52:19] "GET /virtual-machine/a40103fc-6b2f-4fae-83fc-ca60a77a656b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003906 10.0.0.129 - - [2026-02-05 01:52:19] "POST /ref-update HTTP/1.1" 200 156 0.007340 10.0.0.129 - - [2026-02-05 01:52:19] "GET /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004192 10.0.0.129 - - [2026-02-05 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.014736 10.0.0.129 - - [2026-02-05 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.024849 10.0.0.129 - - [2026-02-05 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.013059 10.0.0.129 - - [2026-02-05 01:52:19] "POST /set-tag HTTP/1.1" 200 109 0.019708 10.0.0.129 - - [2026-02-05 01:52:19] "DELETE /instance-ip/bf842108-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.043220 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /virtual-machine-interface/bf69ae90-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.043735 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /virtual-machine/a40103fc-6b2f-4fae-83fc-ca60a77a656b HTTP/1.1" 200 115 0.019847 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /tag/e9ba5589-5e6c-4e27-ae61-838640e0261a HTTP/1.1" 200 115 0.034908 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003524 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.002389 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003568 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.001586 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine/ea36497f-d386-42b4-82b5-3ca6aff85d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003055 10.0.0.129 - - [2026-02-05 01:52:20] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.016394 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.015345 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.027711 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.025455 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.013221 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /instance-ip/be4692da-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.058560 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /virtual-machine-interface/be2f4f12-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.033564 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /virtual-machine/ea36497f-d386-42b4-82b5-3ca6aff85d29 HTTP/1.1" 200 115 0.024510 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /tag/0b2b22d6-8a5f-4a25-baf4-337d3e75a634 HTTP/1.1" 200 115 0.039424 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003685 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.002227 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.006958 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.001863 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine/00e01686-53e7-4543-a28e-ef4a9c1a973e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.002813 10.0.0.129 - - [2026-02-05 01:52:20] "POST /ref-update HTTP/1.1" 200 156 0.009063 10.0.0.129 - - [2026-02-05 01:52:20] "GET /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.007409 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.018045 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.042964 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.027666 10.0.0.129 - - [2026-02-05 01:52:20] "POST /set-tag HTTP/1.1" 200 109 0.013413 10.0.0.129 - - [2026-02-05 01:52:20] "DELETE /instance-ip/bead2428-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.045565 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /virtual-machine-interface/be94f164-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.065341 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /virtual-machine/00e01686-53e7-4543-a28e-ef4a9c1a973e HTTP/1.1" 200 115 0.015865 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /tag/479b53a8-85ae-4c16-b842-a010eba3a364 HTTP/1.1" 200 115 0.037327 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /tag/8f15e965-a319-41f1-86cc-d52a7357e7db HTTP/1.1" 200 115 0.040804 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /tag/4816d5da-ca10-4db4-b140-f4139f38f4e9 HTTP/1.1" 409 237 0.003599 10.0.0.129 - - [2026-02-05 01:52:21] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004979 10.0.0.129 - - [2026-02-05 01:52:21] "POST /set-tag HTTP/1.1" 200 109 0.001945 10.0.0.129 - - [2026-02-05 01:52:21] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.003437 10.0.0.129 - - [2026-02-05 01:52:21] "POST /set-tag HTTP/1.1" 200 109 0.001819 10.0.0.129 - - [2026-02-05 01:52:21] "GET /virtual-machine/980dd05b-3748-4737-9e4e-ab5b970da2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1636 0.004010 10.0.0.129 - - [2026-02-05 01:52:21] "POST /ref-update HTTP/1.1" 200 156 0.016565 10.0.0.129 - - [2026-02-05 01:52:21] "GET /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.010096 10.0.0.129 - - [2026-02-05 01:52:21] "POST /set-tag HTTP/1.1" 200 109 0.015720 10.0.0.129 - - [2026-02-05 01:52:21] "POST /set-tag HTTP/1.1" 200 109 0.021132 10.0.0.129 - - [2026-02-05 01:52:21] "POST /set-tag HTTP/1.1" 200 109 0.027800 10.0.0.129 - - [2026-02-05 01:52:21] "POST /set-tag HTTP/1.1" 200 109 0.014745 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /instance-ip/bf1886a0-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.043640 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /virtual-machine-interface/bf002da8-0234-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.037571 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /virtual-machine/980dd05b-3748-4737-9e4e-ab5b970da2d7 HTTP/1.1" 200 115 0.019799 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /tag/843e0364-bfbe-4c57-84c8-18329e51e98d HTTP/1.1" 409 237 0.004860 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /tag/55091668-386a-4dbd-8a57-beff2030e02d HTTP/1.1" 200 115 0.039259 10.0.0.129 - - [2026-02-05 01:52:21] "DELETE /tag/a088e3c2-3252-4cb1-a8a7-e5bbaee9e89c HTTP/1.1" 409 237 0.005150 10.0.0.129 - - [2026-02-05 01:52:23] "POST /projects HTTP/1.1" 409 238 0.009088 10.0.0.129 - - [2026-02-05 01:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.129 - - [2026-02-05 01:52:23] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.039467 10.0.0.129 - - [2026-02-05 01:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001704 10.0.0.129 - - [2026-02-05 01:52:23] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005616 10.0.0.129 - - [2026-02-05 01:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.129 - - [2026-02-05 01:52:23] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.004682 10.0.0.129 - - [2026-02-05 01:52:23] "POST /security-groups HTTP/1.1" 409 285 0.001876 10.0.0.129 - - [2026-02-05 01:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001281 10.0.0.129 - - [2026-02-05 01:52:23] "PUT /security-group/01441d93-0242-4441-a804-6b11ec46b48c HTTP/1.1" 200 263 0.054359 10.0.0.129 - - [2026-02-05 01:52:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.028531 10.0.0.129 - - [2026-02-05 01:52:23] "PUT /access-control-list/b0f3533c-c17e-4df5-9e28-c2cf6f56b6a9 HTTP/1.1" 200 273 0.026931 10.0.0.129 - - [2026-02-05 01:52:23] "PUT /access-control-list/4c65c0ca-c4c7-467e-8a40-0828f3bcb6ac HTTP/1.1" 200 273 0.024292 10.0.0.129 - - [2026-02-05 01:52:28] "POST /projects HTTP/1.1" 409 238 0.002661 10.0.0.129 - - [2026-02-05 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001596 10.0.0.129 - - [2026-02-05 01:52:28] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.029846 10.0.0.129 - - [2026-02-05 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001652 10.0.0.129 - - [2026-02-05 01:52:28] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005249 10.0.0.129 - - [2026-02-05 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001724 10.0.0.129 - - [2026-02-05 01:52:28] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.004853 10.0.0.129 - - [2026-02-05 01:52:28] "POST /security-groups HTTP/1.1" 409 285 0.002108 10.0.0.129 - - [2026-02-05 01:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001899 10.0.0.129 - - [2026-02-05 01:52:28] "PUT /security-group/01441d93-0242-4441-a804-6b11ec46b48c HTTP/1.1" 200 263 0.054822 10.0.0.129 - - [2026-02-05 01:52:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.023171 10.0.0.129 - - [2026-02-05 01:52:28] "PUT /access-control-list/b0f3533c-c17e-4df5-9e28-c2cf6f56b6a9 HTTP/1.1" 200 273 0.025819 10.0.0.129 - - [2026-02-05 01:52:28] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4913 0.015826 10.0.0.129 - - [2026-02-05 01:52:28] "PUT /access-control-list/4c65c0ca-c4c7-467e-8a40-0828f3bcb6ac HTTP/1.1" 200 273 0.019731 10.0.0.129 - - [2026-02-05 01:52:28] "GET /firewall-rule/43f0c86e-cb21-4950-b65d-08bcb0e12bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.002594 10.0.0.129 - - [2026-02-05 01:52:28] "POST /ref-update HTTP/1.1" 200 156 0.056460 10.0.0.129 - - [2026-02-05 01:52:28] "DELETE /firewall-rule/43f0c86e-cb21-4950-b65d-08bcb0e12bfb HTTP/1.1" 200 115 0.037127 10.0.0.129 - - [2026-02-05 01:52:28] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4656 0.003802 10.0.0.129 - - [2026-02-05 01:52:28] "GET /firewall-rule/2a455730-2339-4e1f-a277-9e00f6e489ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.002573 10.0.0.129 - - [2026-02-05 01:52:28] "POST /ref-update HTTP/1.1" 200 156 0.037501 10.0.0.129 - - [2026-02-05 01:52:28] "DELETE /firewall-rule/2a455730-2339-4e1f-a277-9e00f6e489ad HTTP/1.1" 200 115 0.022228 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /tag/6c172c52-9e9a-4221-a28d-43484352a1d9 HTTP/1.1" 200 115 0.030767 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /tag/843e0364-bfbe-4c57-84c8-18329e51e98d HTTP/1.1" 409 237 0.006428 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /tag/a088e3c2-3252-4cb1-a8a7-e5bbaee9e89c HTTP/1.1" 409 237 0.003992 10.0.0.129 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001337 10.0.0.129 - - [2026-02-05 01:52:29] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.003501 10.0.0.129 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001905 10.0.0.129 - - [2026-02-05 01:52:29] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.003359 10.0.0.129 - - [2026-02-05 01:52:29] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.031400 10.0.0.129 - - [2026-02-05 01:52:29] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.038875 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /security-group/01441d93-0242-4441-a804-6b11ec46b48c HTTP/1.1" 200 115 0.036989 10.0.0.129 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005480 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /access-control-list/b0f3533c-c17e-4df5-9e28-c2cf6f56b6a9 HTTP/1.1" 200 115 0.043134 10.0.0.129 - - [2026-02-05 01:52:29] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.036504 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /access-control-list/4c65c0ca-c4c7-467e-8a40-0828f3bcb6ac HTTP/1.1" 200 115 0.038675 10.0.0.129 - - [2026-02-05 01:52:29] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?fields=security_groups HTTP/1.1" 200 1352 0.045884 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /security-group/78aabca4-72d0-49f5-9151-604717352337 HTTP/1.1" 200 115 0.031121 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /access-control-list/2e645601-97a1-4f1e-9627-6bb85667aff5 HTTP/1.1" 200 115 0.031451 10.0.0.129 - - [2026-02-05 01:52:29] "GET /project/8246582e-d459-450b-b2f6-c53c0e5f2a16?fields=application_policy_sets HTTP/1.1" 200 1391 0.039661 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /access-control-list/5a40f5a1-b0f2-48f6-97b4-072191029055 HTTP/1.1" 200 115 0.031941 10.0.0.129 - - [2026-02-05 01:52:29] "DELETE /project/8246582e-d459-450b-b2f6-c53c0e5f2a16 HTTP/1.1" 200 115 0.283201 10.0.0.129 - - [2026-02-05 01:52:29] "POST /projects HTTP/1.1" 409 238 0.002671 10.0.0.129 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002071 10.0.0.129 - - [2026-02-05 01:52:29] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.027785 10.0.0.129 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001330 10.0.0.129 - - [2026-02-05 01:52:29] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3103 0.004296 10.0.0.129 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001618 10.0.0.129 - - [2026-02-05 01:52:29] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3121 0.004758 10.0.0.129 - - [2026-02-05 01:52:29] "POST /security-groups HTTP/1.1" 409 285 0.002275 10.0.0.129 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001460 10.0.0.129 - - [2026-02-05 01:52:29] "PUT /security-group/0f2a6de5-e23f-4bbb-b8a6-eb88501e0b52 HTTP/1.1" 200 263 0.055454 10.0.0.129 - - [2026-02-05 01:52:29] "PUT /access-control-list/67df9dee-4cc6-4f58-9c80-d613042c4639 HTTP/1.1" 200 273 0.015374 10.0.0.129 - - [2026-02-05 01:52:29] "PUT /access-control-list/53ad7b60-f164-4100-bd23-28d773f459f4 HTTP/1.1" 200 273 0.014631 10.0.0.129 - - [2026-02-05 01:52:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.013726 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /loadbalancer-member/7214d443-d71d-4ba8-af7b-69d40bd8b7ea HTTP/1.1" 200 115 0.040109 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /loadbalancer-pool/cb7daaa5-4652-4ace-bfcd-85ee050740d7 HTTP/1.1" 200 115 0.041795 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /loadbalancer-listener/c3f59a55-e288-43f6-8bd0-e35205c41c73 HTTP/1.1" 200 115 0.028856 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /loadbalancer/8980c1a4-d02a-427f-89d3-1501f17eef42 HTTP/1.1" 200 115 0.029240 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /floating-ip/041d2891-6dd4-4b2c-b413-30d0ce01f6f4 HTTP/1.1" 200 115 0.023674 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /instance-ip/c995859d-472f-441e-aaf0-4fa73f687140 HTTP/1.1" 200 115 0.028865 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /virtual-machine-interface/c85a69a5-4f38-4c34-b635-7fe9de7851d6 HTTP/1.1" 200 115 0.040403 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /tag/93e13bbe-6f76-4ce4-a937-3605bfd8389b HTTP/1.1" 200 115 0.031553 10.0.0.129 - - [2026-02-05 01:52:34] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.001931 10.0.0.129 - - [2026-02-05 01:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001689 10.0.0.129 - - [2026-02-05 01:52:34] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002141 10.0.0.129 - - [2026-02-05 01:52:34] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.001757 10.0.0.129 - - [2026-02-05 01:52:34] "GET /firewall-rule/ec5c3b4a-4f29-443d-bd46-8e8b767d07d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2328 0.001872 10.0.0.129 - - [2026-02-05 01:52:34] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /firewall-rule/ec5c3b4a-4f29-443d-bd46-8e8b767d07d2 HTTP/1.1" 200 115 0.032789 10.0.0.129 - - [2026-02-05 01:52:34] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.003647 10.0.0.129 - - [2026-02-05 01:52:34] "GET /firewall-rule/ff989d8f-23d4-40c7-ba8b-9c21856fd2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.002510 10.0.0.129 - - [2026-02-05 01:52:34] "POST /ref-update HTTP/1.1" 200 156 0.018092 10.0.0.129 - - [2026-02-05 01:52:34] "DELETE /firewall-rule/ff989d8f-23d4-40c7-ba8b-9c21856fd2e2 HTTP/1.1" 200 115 0.039155 10.0.0.129 - - [2026-02-05 01:52:34] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006543 10.0.0.129 - - [2026-02-05 01:52:35] "GET /firewall-rule/ae7d0d55-1420-4c1c-bd4e-826e74cb0a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.002715 10.0.0.129 - - [2026-02-05 01:52:35] "POST /ref-update HTTP/1.1" 200 156 0.011879 10.0.0.129 - - [2026-02-05 01:52:35] "DELETE /firewall-rule/ae7d0d55-1420-4c1c-bd4e-826e74cb0a77 HTTP/1.1" 200 115 0.040808 10.0.0.129 - - [2026-02-05 01:52:35] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.004463 10.0.0.129 - - [2026-02-05 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002008 10.0.0.129 - - [2026-02-05 01:52:35] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002363 10.0.0.129 - - [2026-02-05 01:52:35] "GET /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.003297 10.0.0.129 - - [2026-02-05 01:52:35] "POST /ref-update HTTP/1.1" 200 156 0.020179 10.0.0.129 - - [2026-02-05 01:52:35] "DELETE /firewall-policy/57d886b0-4322-4f99-8e38-948e960b5437 HTTP/1.1" 200 115 0.024828 10.0.0.129 - - [2026-02-05 01:52:35] "DELETE /tag/3b32aa62-c31c-40e7-b810-8b4d82142761 HTTP/1.1" 200 115 0.046838 10.0.0.129 - - [2026-02-05 01:52:35] "DELETE /tag/843e0364-bfbe-4c57-84c8-18329e51e98d HTTP/1.1" 200 115 0.056364 10.0.0.129 - - [2026-02-05 01:52:35] "DELETE /tag/4816d5da-ca10-4db4-b140-f4139f38f4e9 HTTP/1.1" 200 115 0.066035 10.0.0.129 - - [2026-02-05 01:52:35] "DELETE /tag/a088e3c2-3252-4cb1-a8a7-e5bbaee9e89c HTTP/1.1" 200 115 0.037172 10.0.0.129 - - [2026-02-05 01:52:35] "POST /projects HTTP/1.1" 409 238 0.001483 10.0.0.129 - - [2026-02-05 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001936 10.0.0.129 - - [2026-02-05 01:52:35] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.031746 10.0.0.129 - - [2026-02-05 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001754 10.0.0.129 - - [2026-02-05 01:52:35] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3103 0.006197 10.0.0.129 - - [2026-02-05 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001547 10.0.0.129 - - [2026-02-05 01:52:35] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3121 0.003483 10.0.0.129 - - [2026-02-05 01:52:35] "POST /security-groups HTTP/1.1" 409 285 0.002445 10.0.0.129 - - [2026-02-05 01:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001583 10.0.0.129 - - [2026-02-05 01:52:35] "PUT /security-group/0f2a6de5-e23f-4bbb-b8a6-eb88501e0b52 HTTP/1.1" 200 263 0.059723 10.0.0.129 - - [2026-02-05 01:52:35] "PUT /access-control-list/67df9dee-4cc6-4f58-9c80-d613042c4639 HTTP/1.1" 200 273 0.015270 10.0.0.129 - - [2026-02-05 01:52:35] "PUT /access-control-list/53ad7b60-f164-4100-bd23-28d773f459f4 HTTP/1.1" 200 273 0.022571 10.0.0.129 - - [2026-02-05 01:52:35] "POST /prop-collection-update HTTP/1.1" 200 115 0.021607 10.0.0.129 - - [2026-02-05 01:52:35] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4400 0.012022 10.0.0.129 - - [2026-02-05 01:52:35] "GET /firewall-rule/0f1fd152-499b-416f-901f-73387a20f2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.003144 10.0.0.129 - - [2026-02-05 01:52:35] "POST /ref-update HTTP/1.1" 200 156 0.055350 10.0.0.129 - - [2026-02-05 01:52:35] "DELETE /firewall-rule/0f1fd152-499b-416f-901f-73387a20f2ab HTTP/1.1" 200 115 0.042871 10.0.0.129 - - [2026-02-05 01:52:35] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4143 0.006747 10.0.0.129 - - [2026-02-05 01:52:36] "GET /firewall-rule/0b4e85fd-a103-4bd8-a7ba-b31750db0aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002619 10.0.0.129 - - [2026-02-05 01:52:36] "POST /ref-update HTTP/1.1" 200 156 0.049565 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /firewall-rule/0b4e85fd-a103-4bd8-a7ba-b31750db0aa4 HTTP/1.1" 200 115 0.037253 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /tag/4000925c-8415-446f-98fd-880068be3533 HTTP/1.1" 200 115 0.028334 10.0.0.129 - - [2026-02-05 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001430 10.0.0.129 - - [2026-02-05 01:52:36] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3103 0.003870 10.0.0.129 - - [2026-02-05 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001364 10.0.0.129 - - [2026-02-05 01:52:36] "GET /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3121 0.003058 10.0.0.129 - - [2026-02-05 01:52:36] "PUT /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f HTTP/1.1" 200 265 0.065026 10.0.0.129 - - [2026-02-05 01:52:36] "PUT /virtual-network/c2b42b32-8dd3-42dc-a35a-1ca533c5d08d HTTP/1.1" 200 265 0.051287 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /security-group/0f2a6de5-e23f-4bbb-b8a6-eb88501e0b52 HTTP/1.1" 200 115 0.041137 10.0.0.129 - - [2026-02-05 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007750 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /access-control-list/67df9dee-4cc6-4f58-9c80-d613042c4639 HTTP/1.1" 200 115 0.026561 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /access-control-list/53ad7b60-f164-4100-bd23-28d773f459f4 HTTP/1.1" 200 115 0.028038 10.0.0.129 - - [2026-02-05 01:52:36] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.028680 10.0.0.129 - - [2026-02-05 01:52:36] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?fields=security_groups HTTP/1.1" 200 1352 0.032634 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /security-group/2db6bba7-aa44-4e62-84bb-47a25e220b37 HTTP/1.1" 200 115 0.060771 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /access-control-list/bf387db9-4097-4699-9c48-74cfc2ad3a4e HTTP/1.1" 200 115 0.037013 10.0.0.129 - - [2026-02-05 01:52:36] "GET /project/7764fc93-614b-4b2b-a9ec-697fa4123641?fields=application_policy_sets HTTP/1.1" 200 1391 0.038941 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /access-control-list/3559bb60-42ae-470b-827e-d23ce14722a7 HTTP/1.1" 200 115 0.045147 10.0.0.129 - - [2026-02-05 01:52:36] "DELETE /project/7764fc93-614b-4b2b-a9ec-697fa4123641 HTTP/1.1" 200 115 0.294712 10.0.0.129 - - [2026-02-05 01:53:29] "GET / HTTP/1.1" 200 36215 0.001792 10.0.0.129 - - [2026-02-05 01:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001929 10.0.0.129 - - [2026-02-05 01:53:29] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.002288 10.0.0.129 - - [2026-02-05 01:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001976 10.0.0.129 - - [2026-02-05 01:53:30] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.002108 10.0.0.129 - - [2026-02-05 01:53:44] "GET / HTTP/1.1" 200 36215 0.001522 10.0.0.129 - - [2026-02-05 01:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001710 10.0.0.129 - - [2026-02-05 01:53:44] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.006023 10.0.0.129 - - [2026-02-05 01:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002117 10.0.0.129 - - [2026-02-05 01:53:44] "GET /config-node/13efa924-f30e-4a9b-8a83-124529b37a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1210 0.001816 10.0.0.129 - - [2026-02-05 01:53:55] "GET / HTTP/1.1" 200 36215 0.001324 10.0.0.129 - - [2026-02-05 01:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001732 10.0.0.129 - - [2026-02-05 01:53:55] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.002224 10.0.0.129 - - [2026-02-05 01:53:55] "POST /bgp-routers HTTP/1.1" 409 301 0.001403 10.0.0.129 - - [2026-02-05 01:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001801 10.0.0.129 - - [2026-02-05 01:53:55] "GET /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1819 0.002692 10.0.0.129 - - [2026-02-05 01:53:55] "PUT /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d HTTP/1.1" 200 255 0.012964 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:53:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001011 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:53:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000895 10.0.0.129 - - [2026-02-05 01:54:10] "GET / HTTP/1.1" 200 36215 0.001729 10.0.0.129 - - [2026-02-05 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001851 10.0.0.129 - - [2026-02-05 01:54:10] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004462 10.0.0.129 - - [2026-02-05 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001896 10.0.0.129 - - [2026-02-05 01:54:10] "GET /config-node/13efa924-f30e-4a9b-8a83-124529b37a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1210 0.001843 10.0.0.129 - - [2026-02-05 01:54:10] "GET / HTTP/1.1" 200 36215 0.001980 10.0.0.129 - - [2026-02-05 01:54:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002339 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001886 10.0.0.129 - - [2026-02-05 01:54:15] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.002094 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001148 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.006416 10.0.0.129 - - [2026-02-05 01:54:15] "GET / HTTP/1.1" 200 36215 0.001943 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 264 0.003835 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001465 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /alarm/a7a12b58-9396-4a54-8c74-6f7e3aa426ac HTTP/1.1" 200 245 0.011024 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 261 0.003393 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /alarm/0100801e-47f9-494e-9ad2-5223b108f4ea HTTP/1.1" 200 245 0.008860 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 261 0.006313 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001381 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /alarm/3a2632a0-25d7-43eb-abcf-b976ec978e94 HTTP/1.1" 200 245 0.009398 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 253 0.001685 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001422 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /alarm/a8e05997-2be2-4a67-b19c-8055ff7fa7ff HTTP/1.1" 200 245 0.008491 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 251 0.005667 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001800 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /alarm/558f1cbb-8a89-42cb-9670-8a0dacc23a1f HTTP/1.1" 200 245 0.009412 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 252 0.005517 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001577 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /alarm/efe08b81-3223-4aba-9489-99a56c17b228 HTTP/1.1" 200 245 0.010283 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 256 0.003874 10.0.0.129 - - [2026-02-05 01:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002108 10.0.0.129 - - [2026-02-05 01:54:15] "PUT /alarm/7f198193-3dec-4918-b425-77f70161b74b HTTP/1.1" 200 245 0.008502 10.0.0.129 - - [2026-02-05 01:54:15] "POST /alarms HTTP/1.1" 409 248 0.003736 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/16f1127e-8cf1-4f33-8060-af6f9a5d60c0 HTTP/1.1" 200 245 0.008974 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 252 0.009592 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002217 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/4b663dac-e0dc-4804-ba3c-093e0fe844cb HTTP/1.1" 200 245 0.008931 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 257 0.008734 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/d086f8ff-74f8-4057-b221-6d5bb1d1549d HTTP/1.1" 200 245 0.009387 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 251 0.008124 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002240 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/34f24f4c-4ecd-4a07-af99-7ad374f56244 HTTP/1.1" 200 245 0.009433 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 257 0.014699 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001361 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/c392d52a-ed9c-4c6e-92de-9d980392362c HTTP/1.1" 200 245 0.008555 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 261 0.004842 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001737 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/a092d3b2-271c-427a-b739-00eec4837529 HTTP/1.1" 200 245 0.009510 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 258 0.004815 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001296 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/d6b12613-618a-410d-8e40-9045311d43c6 HTTP/1.1" 200 245 0.009008 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 254 0.006687 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001443 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/744c8fd2-0d27-4aaa-94de-b41ac9d5afa8 HTTP/1.1" 200 245 0.011688 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 254 0.013044 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001513 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/8a876a39-a58f-43e6-822c-0e93d7df5b85 HTTP/1.1" 200 245 0.010485 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 254 0.003767 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/7605416d-771d-4211-a75c-b8c3bbe511aa HTTP/1.1" 200 245 0.017117 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 247 0.010997 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/eec3282e-919d-401d-ac70-9209ef380639 HTTP/1.1" 200 245 0.009806 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 272 0.017701 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001326 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/a706ca85-feda-44f8-a83b-e5a89ce14162 HTTP/1.1" 200 245 0.008630 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 261 0.005520 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/f7f61b6b-1e9a-4dad-8209-594fd34cb669 HTTP/1.1" 200 245 0.008953 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 259 0.008066 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001395 10.0.0.129 - - [2026-02-05 01:54:16] "PUT /alarm/fe9f8de5-60a4-481a-81bc-8ec4bfc575b8 HTTP/1.1" 200 245 0.009064 10.0.0.129 - - [2026-02-05 01:54:16] "POST /alarms HTTP/1.1" 409 265 0.004030 10.0.0.129 - - [2026-02-05 01:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.129 - - [2026-02-05 01:54:17] "PUT /alarm/9f5ee70a-509d-4807-9049-07b659c1b960 HTTP/1.1" 200 245 0.010411 10.0.0.129 - - [2026-02-05 01:54:17] "POST /alarms HTTP/1.1" 409 279 0.007911 10.0.0.129 - - [2026-02-05 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001941 10.0.0.129 - - [2026-02-05 01:54:17] "PUT /alarm/a023c07a-86fd-4b75-b20c-ae0c23153485 HTTP/1.1" 200 245 0.011001 10.0.0.129 - - [2026-02-05 01:54:17] "GET / HTTP/1.1" 200 36215 0.001621 10.0.0.129 - - [2026-02-05 01:54:17] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001982 10.0.0.129 - - [2026-02-05 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001324 10.0.0.129 - - [2026-02-05 01:54:17] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.006397 10.0.0.129 - - [2026-02-05 01:54:17] "GET / HTTP/1.1" 200 36215 0.001357 10.0.0.129 - - [2026-02-05 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.129 - - [2026-02-05 01:54:17] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.002305 10.0.0.129 - - [2026-02-05 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001374 10.0.0.129 - - [2026-02-05 01:54:17] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.010667 10.0.0.129 - - [2026-02-05 01:54:17] "GET / HTTP/1.1" 200 36215 0.001931 10.0.0.129 - - [2026-02-05 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001828 10.0.0.129 - - [2026-02-05 01:54:17] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004464 10.0.0.129 - - [2026-02-05 01:54:17] "PUT /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc HTTP/1.1" 200 275 0.014093 10.0.0.129 - - [2026-02-05 01:54:21] "GET / HTTP/1.1" 200 36215 0.001239 10.0.0.129 - - [2026-02-05 01:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001784 10.0.0.129 - - [2026-02-05 01:54:21] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.002722 10.0.0.129 - - [2026-02-05 01:54:21] "POST /bgp-routers HTTP/1.1" 409 301 0.001774 10.0.0.129 - - [2026-02-05 01:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001857 10.0.0.129 - - [2026-02-05 01:54:21] "GET /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1819 0.002660 10.0.0.129 - - [2026-02-05 01:54:21] "PUT /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d HTTP/1.1" 200 255 0.014813 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:54:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000815 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:54:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000779 10.0.0.129 - - [2026-02-05 01:54:23] "GET /global-system-configs HTTP/1.1" 200 323 0.010238 10.0.0.129 - - [2026-02-05 01:54:24] "GET /global-system-configs HTTP/1.1" 200 323 0.001765 10.0.0.129 - - [2026-02-05 01:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002050 10.0.0.129 - - [2026-02-05 01:54:24] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.002587 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:54:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000826 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:54:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000985 10.0.0.129 - - [2026-02-05 01:54:29] "POST /tags HTTP/1.1" 200 304 0.048128 10.0.0.129 - - [2026-02-05 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001822 10.0.0.129 - - [2026-02-05 01:54:29] "GET /tag/147d9e3c-f93f-4628-b0d0-4db267b70b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.014440 10.0.0.129 - - [2026-02-05 01:54:29] "POST /tags HTTP/1.1" 200 300 0.037518 10.0.0.129 - - [2026-02-05 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010528 10.0.0.129 - - [2026-02-05 01:54:29] "GET /tag/aad06f99-c04e-4bad-9333-c9074226c50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.012658 10.0.0.129 - - [2026-02-05 01:54:29] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.003241 10.0.0.129 - - [2026-02-05 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001732 10.0.0.129 - - [2026-02-05 01:54:29] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002493 10.0.0.129 - - [2026-02-05 01:54:29] "POST /tags HTTP/1.1" 409 206 0.001531 10.0.0.129 - - [2026-02-05 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001711 10.0.0.129 - - [2026-02-05 01:54:29] "GET /tag/147d9e3c-f93f-4628-b0d0-4db267b70b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.009937 10.0.0.129 - - [2026-02-05 01:54:29] "POST /tags HTTP/1.1" 200 342 0.016401 10.0.0.129 - - [2026-02-05 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001814 10.0.0.129 - - [2026-02-05 01:54:29] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.011210 10.0.0.129 - - [2026-02-05 01:54:29] "POST /tags HTTP/1.1" 409 204 0.002038 10.0.0.129 - - [2026-02-05 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.129 - - [2026-02-05 01:54:29] "GET /tag/aad06f99-c04e-4bad-9333-c9074226c50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.011505 10.0.0.129 - - [2026-02-05 01:54:29] "POST /tags HTTP/1.1" 409 226 0.001636 10.0.0.129 - - [2026-02-05 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005734 10.0.0.129 - - [2026-02-05 01:54:30] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.009784 10.0.0.129 - - [2026-02-05 01:54:30] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.001891 10.0.0.129 - - [2026-02-05 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001868 10.0.0.129 - - [2026-02-05 01:54:30] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003196 10.0.0.129 - - [2026-02-05 01:54:30] "POST /firewall-rules HTTP/1.1" 200 628 0.067722 10.0.0.129 - - [2026-02-05 01:54:30] "POST /firewall-rules HTTP/1.1" 200 648 0.068827 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-rule/cafe84a7-52a5-42ba-af49-0b81e269e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.004088 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.003132 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-rule/72aca21c-d31c-4d21-a675-36a601925342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.003759 10.0.0.129 - - [2026-02-05 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.013329 10.0.0.129 - - [2026-02-05 01:54:30] "POST /firewall-policys HTTP/1.1" 200 608 0.024900 10.0.0.129 - - [2026-02-05 01:54:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.010677 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006482 10.0.0.129 - - [2026-02-05 01:54:30] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.002211 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002288 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.003262 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.005537 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.002521 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.002692 10.0.0.129 - - [2026-02-05 01:54:30] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.002269 10.0.0.129 - - [2026-02-05 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.020541 10.0.0.129 - - [2026-02-05 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.030394 10.0.0.129 - - [2026-02-05 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.023303 10.0.0.129 - - [2026-02-05 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.018192 10.0.0.129 - - [2026-02-05 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.030099 10.0.0.129 - - [2026-02-05 01:54:30] "POST /tags HTTP/1.1" 200 394 0.029637 10.0.0.129 - - [2026-02-05 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001779 10.0.0.129 - - [2026-02-05 01:54:30] "GET /tag/b5509eff-4188-4cd3-a09e-d29907e09975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.010472 10.0.0.129 - - [2026-02-05 01:54:30] "POST /tags HTTP/1.1" 200 346 0.042963 10.0.0.129 - - [2026-02-05 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009485 10.0.0.129 - - [2026-02-05 01:54:31] "GET /tag/88714ce8-3e1f-4ea5-8d1b-f68e386fb400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.014554 10.0.0.129 - - [2026-02-05 01:54:31] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003899 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001757 10.0.0.129 - - [2026-02-05 01:54:31] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003664 10.0.0.129 - - [2026-02-05 01:54:31] "POST /tags HTTP/1.1" 409 206 0.001688 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001531 10.0.0.129 - - [2026-02-05 01:54:31] "GET /tag/147d9e3c-f93f-4628-b0d0-4db267b70b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1111 0.011261 10.0.0.129 - - [2026-02-05 01:54:31] "POST /tags HTTP/1.1" 409 226 0.002785 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001545 10.0.0.129 - - [2026-02-05 01:54:31] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.009644 10.0.0.129 - - [2026-02-05 01:54:31] "POST /tags HTTP/1.1" 409 204 0.001944 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001340 10.0.0.129 - - [2026-02-05 01:54:31] "GET /tag/aad06f99-c04e-4bad-9333-c9074226c50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1103 0.009875 10.0.0.129 - - [2026-02-05 01:54:31] "POST /tags HTTP/1.1" 409 226 0.007735 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001294 10.0.0.129 - - [2026-02-05 01:54:31] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.013065 10.0.0.129 - - [2026-02-05 01:54:31] "POST /tags HTTP/1.1" 409 228 0.001580 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001385 10.0.0.129 - - [2026-02-05 01:54:31] "GET /tag/88714ce8-3e1f-4ea5-8d1b-f68e386fb400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.010102 10.0.0.129 - - [2026-02-05 01:54:31] "POST /tags HTTP/1.1" 409 252 0.001540 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.129 - - [2026-02-05 01:54:31] "GET /tag/b5509eff-4188-4cd3-a09e-d29907e09975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.015970 10.0.0.129 - - [2026-02-05 01:54:31] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.002068 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001876 10.0.0.129 - - [2026-02-05 01:54:31] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003280 10.0.0.129 - - [2026-02-05 01:54:31] "POST /firewall-rules HTTP/1.1" 409 281 0.001486 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001220 10.0.0.129 - - [2026-02-05 01:54:31] "PUT /firewall-rule/72aca21c-d31c-4d21-a675-36a601925342 HTTP/1.1" 200 261 0.015077 10.0.0.129 - - [2026-02-05 01:54:31] "POST /firewall-rules HTTP/1.1" 409 291 0.006806 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010680 10.0.0.129 - - [2026-02-05 01:54:31] "PUT /firewall-rule/cafe84a7-52a5-42ba-af49-0b81e269e365 HTTP/1.1" 200 261 0.032703 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-rule/cafe84a7-52a5-42ba-af49-0b81e269e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.004913 10.0.0.129 - - [2026-02-05 01:54:31] "POST /firewall-rules HTTP/1.1" 200 660 0.071451 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-rule/f52fbf22-6c2f-4e38-85a5-949b2404b396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.003599 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.002024 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-rule/72aca21c-d31c-4d21-a675-36a601925342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.003504 10.0.0.129 - - [2026-02-05 01:54:31] "POST /firewall-policys HTTP/1.1" 409 269 0.002306 10.0.0.129 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001795 10.0.0.129 - - [2026-02-05 01:54:31] "PUT /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9 HTTP/1.1" 200 265 0.018578 10.0.0.129 - - [2026-02-05 01:54:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.010620 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002115 10.0.0.129 - - [2026-02-05 01:54:31] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.006826 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002623 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.002071 10.0.0.129 - - [2026-02-05 01:54:31] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.002371 10.0.0.129 - - [2026-02-05 01:54:31] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003324 10.0.0.129 - - [2026-02-05 01:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005941 10.0.0.129 - - [2026-02-05 01:54:32] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002475 10.0.0.129 - - [2026-02-05 01:54:32] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.003141 10.0.0.129 - - [2026-02-05 01:54:32] "GET /firewall-rule/72aca21c-d31c-4d21-a675-36a601925342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.011102 10.0.0.129 - - [2026-02-05 01:54:32] "POST /ref-update HTTP/1.1" 200 156 0.010518 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /firewall-rule/72aca21c-d31c-4d21-a675-36a601925342 HTTP/1.1" 200 115 0.026767 10.0.0.129 - - [2026-02-05 01:54:32] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.013828 10.0.0.129 - - [2026-02-05 01:54:32] "GET /firewall-rule/cafe84a7-52a5-42ba-af49-0b81e269e365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.005296 10.0.0.129 - - [2026-02-05 01:54:32] "POST /ref-update HTTP/1.1" 200 156 0.015842 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /firewall-rule/cafe84a7-52a5-42ba-af49-0b81e269e365 HTTP/1.1" 200 115 0.036926 10.0.0.129 - - [2026-02-05 01:54:32] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.003698 10.0.0.129 - - [2026-02-05 01:54:32] "GET /firewall-rule/f52fbf22-6c2f-4e38-85a5-949b2404b396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.005021 10.0.0.129 - - [2026-02-05 01:54:32] "POST /ref-update HTTP/1.1" 200 156 0.009331 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /firewall-rule/f52fbf22-6c2f-4e38-85a5-949b2404b396 HTTP/1.1" 200 115 0.035489 10.0.0.129 - - [2026-02-05 01:54:32] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003585 10.0.0.129 - - [2026-02-05 01:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.129 - - [2026-02-05 01:54:32] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.001955 10.0.0.129 - - [2026-02-05 01:54:32] "GET /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.002980 10.0.0.129 - - [2026-02-05 01:54:32] "POST /ref-update HTTP/1.1" 200 156 0.021913 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /firewall-policy/87f2391c-8e6a-47fc-b2bb-5564d3a606b9 HTTP/1.1" 200 115 0.024423 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /tag/147d9e3c-f93f-4628-b0d0-4db267b70b93 HTTP/1.1" 200 115 0.053016 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /tag/88714ce8-3e1f-4ea5-8d1b-f68e386fb400 HTTP/1.1" 200 115 0.050468 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /tag/aad06f99-c04e-4bad-9333-c9074226c50e HTTP/1.1" 200 115 0.048747 10.0.0.129 - - [2026-02-05 01:54:32] "DELETE /tag/b5509eff-4188-4cd3-a09e-d29907e09975 HTTP/1.1" 200 115 0.027718 10.0.0.129 - - [2026-02-05 01:54:40] "GET / HTTP/1.1" 200 36215 0.001658 10.0.0.129 - - [2026-02-05 01:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001997 10.0.0.129 - - [2026-02-05 01:54:40] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.005206 10.0.0.129 - - [2026-02-05 01:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001544 10.0.0.129 - - [2026-02-05 01:54:40] "GET /config-node/13efa924-f30e-4a9b-8a83-124529b37a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1210 0.001693 10.0.0.129 - - [2026-02-05 01:54:40] "GET / HTTP/1.1" 200 36215 0.001225 10.0.0.129 - - [2026-02-05 01:54:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001858 10.0.0.129 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001901 10.0.0.129 - - [2026-02-05 01:54:45] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.002033 10.0.0.129 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001442 10.0.0.129 - - [2026-02-05 01:54:45] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.007818 10.0.0.129 - - [2026-02-05 01:54:45] "GET / HTTP/1.1" 200 36215 0.001664 10.0.0.129 - - [2026-02-05 01:54:45] "POST /alarms HTTP/1.1" 409 264 0.003480 10.0.0.129 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001354 10.0.0.129 - - [2026-02-05 01:54:45] "PUT /alarm/a7a12b58-9396-4a54-8c74-6f7e3aa426ac HTTP/1.1" 200 245 0.008518 10.0.0.129 - - [2026-02-05 01:54:45] "POST /alarms HTTP/1.1" 409 261 0.006274 10.0.0.129 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002009 10.0.0.129 - - [2026-02-05 01:54:45] "PUT /alarm/0100801e-47f9-494e-9ad2-5223b108f4ea HTTP/1.1" 200 245 0.009185 10.0.0.129 - - [2026-02-05 01:54:45] "POST /alarms HTTP/1.1" 409 261 0.005209 10.0.0.129 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001448 10.0.0.129 - - [2026-02-05 01:54:45] "PUT /alarm/3a2632a0-25d7-43eb-abcf-b976ec978e94 HTTP/1.1" 200 245 0.010647 10.0.0.129 - - [2026-02-05 01:54:45] "POST /alarms HTTP/1.1" 409 253 0.008471 10.0.0.129 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001675 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/a8e05997-2be2-4a67-b19c-8055ff7fa7ff HTTP/1.1" 200 245 0.011876 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 251 0.009851 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001900 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/558f1cbb-8a89-42cb-9670-8a0dacc23a1f HTTP/1.1" 200 245 0.011275 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 252 0.008504 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/efe08b81-3223-4aba-9489-99a56c17b228 HTTP/1.1" 200 245 0.009389 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 256 0.007871 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001595 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/7f198193-3dec-4918-b425-77f70161b74b HTTP/1.1" 200 245 0.013008 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 248 0.011855 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/16f1127e-8cf1-4f33-8060-af6f9a5d60c0 HTTP/1.1" 200 245 0.011668 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 252 0.011790 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001508 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/4b663dac-e0dc-4804-ba3c-093e0fe844cb HTTP/1.1" 200 245 0.009419 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 257 0.003730 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001714 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/d086f8ff-74f8-4057-b221-6d5bb1d1549d HTTP/1.1" 200 245 0.009472 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 251 0.009802 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/34f24f4c-4ecd-4a07-af99-7ad374f56244 HTTP/1.1" 200 245 0.013101 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 257 0.012720 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010711 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/c392d52a-ed9c-4c6e-92de-9d980392362c HTTP/1.1" 200 245 0.024104 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 261 0.006880 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008754 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/a092d3b2-271c-427a-b739-00eec4837529 HTTP/1.1" 200 245 0.021252 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 258 0.023278 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005377 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/d6b12613-618a-410d-8e40-9045311d43c6 HTTP/1.1" 200 245 0.015238 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 254 0.015419 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/744c8fd2-0d27-4aaa-94de-b41ac9d5afa8 HTTP/1.1" 200 245 0.021641 10.0.0.129 - - [2026-02-05 01:54:46] "POST /alarms HTTP/1.1" 409 254 0.007531 10.0.0.129 - - [2026-02-05 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011045 10.0.0.129 - - [2026-02-05 01:54:46] "PUT /alarm/8a876a39-a58f-43e6-822c-0e93d7df5b85 HTTP/1.1" 200 245 0.032519 10.0.0.129 - - [2026-02-05 01:54:47] "POST /alarms HTTP/1.1" 409 254 0.009608 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /alarm/7605416d-771d-4211-a75c-b8c3bbe511aa HTTP/1.1" 200 245 0.010149 10.0.0.129 - - [2026-02-05 01:54:47] "POST /alarms HTTP/1.1" 409 247 0.006207 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009162 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /alarm/eec3282e-919d-401d-ac70-9209ef380639 HTTP/1.1" 200 245 0.009925 10.0.0.129 - - [2026-02-05 01:54:47] "POST /alarms HTTP/1.1" 409 272 0.004428 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009672 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /alarm/a706ca85-feda-44f8-a83b-e5a89ce14162 HTTP/1.1" 200 245 0.008846 10.0.0.129 - - [2026-02-05 01:54:47] "POST /alarms HTTP/1.1" 409 261 0.006720 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001400 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /alarm/f7f61b6b-1e9a-4dad-8209-594fd34cb669 HTTP/1.1" 200 245 0.010458 10.0.0.129 - - [2026-02-05 01:54:47] "POST /alarms HTTP/1.1" 409 259 0.013450 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /alarm/fe9f8de5-60a4-481a-81bc-8ec4bfc575b8 HTTP/1.1" 200 245 0.008080 10.0.0.129 - - [2026-02-05 01:54:47] "POST /alarms HTTP/1.1" 409 265 0.002174 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001837 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /alarm/9f5ee70a-509d-4807-9049-07b659c1b960 HTTP/1.1" 200 245 0.008265 10.0.0.129 - - [2026-02-05 01:54:47] "POST /alarms HTTP/1.1" 409 279 0.007538 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001379 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /alarm/a023c07a-86fd-4b75-b20c-ae0c23153485 HTTP/1.1" 200 245 0.008770 10.0.0.129 - - [2026-02-05 01:54:47] "GET / HTTP/1.1" 200 36215 0.001539 10.0.0.129 - - [2026-02-05 01:54:47] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002037 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001155 10.0.0.129 - - [2026-02-05 01:54:47] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.007278 10.0.0.129 - - [2026-02-05 01:54:47] "GET / HTTP/1.1" 200 36215 0.001387 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001681 10.0.0.129 - - [2026-02-05 01:54:47] "GET /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.002284 10.0.0.129 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001284 10.0.0.129 - - [2026-02-05 01:54:48] "PUT /global-vrouter-config/c6eb7ce9-623e-40b6-9dd5-4eda326cc7f3 HTTP/1.1" 200 277 0.008700 10.0.0.129 - - [2026-02-05 01:54:48] "GET / HTTP/1.1" 200 36215 0.001770 10.0.0.129 - - [2026-02-05 01:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001825 10.0.0.129 - - [2026-02-05 01:54:48] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004096 10.0.0.129 - - [2026-02-05 01:54:48] "PUT /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc HTTP/1.1" 200 275 0.012012 10.0.0.129 - - [2026-02-05 01:54:51] "GET / HTTP/1.1" 200 36215 0.001388 10.0.0.129 - - [2026-02-05 01:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001651 10.0.0.129 - - [2026-02-05 01:54:51] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.002618 10.0.0.129 - - [2026-02-05 01:54:51] "POST /bgp-routers HTTP/1.1" 409 301 0.001476 10.0.0.129 - - [2026-02-05 01:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001511 10.0.0.129 - - [2026-02-05 01:54:51] "GET /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1819 0.002908 10.0.0.129 - - [2026-02-05 01:54:51] "PUT /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d HTTP/1.1" 200 255 0.008646 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:54:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000875 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:54:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000900 10.0.0.129 - - [2026-02-05 01:54:55] "POST /tags HTTP/1.1" 200 356 0.031583 10.0.0.129 - - [2026-02-05 01:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009148 10.0.0.129 - - [2026-02-05 01:54:55] "GET /tag/851af39d-ea6a-4693-835e-cf35be0affa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.021568 10.0.0.129 - - [2026-02-05 01:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.129 - - [2026-02-05 01:54:55] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.003815 10.0.0.129 - - [2026-02-05 01:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001460 10.0.0.129 - - [2026-02-05 01:54:55] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.020165 10.0.0.129 - - [2026-02-05 01:54:55] "POST /virtual-machines HTTP/1.1" 200 352 0.012244 10.0.0.129 - - [2026-02-05 01:54:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.035037 10.0.0.129 - - [2026-02-05 01:54:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 620 0.125367 10.0.0.129 - - [2026-02-05 01:54:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.007622 10.0.0.129 - - [2026-02-05 01:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008926 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006887 10.0.0.129 - - [2026-02-05 01:54:56] "POST /instance-ips HTTP/1.1" 200 392 0.022823 10.0.0.129 - - [2026-02-05 01:54:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.012652 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.012095 10.0.0.129 - - [2026-02-05 01:54:56] "POST /set-tag HTTP/1.1" 200 109 0.012612 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.012071 10.0.0.129 - - [2026-02-05 01:54:56] "GET /instance-ip/ab8ca372-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1911 0.004563 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.003976 10.0.0.129 - - [2026-02-05 01:54:56] "POST /set-tag HTTP/1.1" 200 109 0.001692 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.002995 10.0.0.129 - - [2026-02-05 01:54:56] "POST /ref-update HTTP/1.1" 200 156 0.008044 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.009189 10.0.0.129 - - [2026-02-05 01:54:56] "POST /set-tag HTTP/1.1" 200 109 0.013083 10.0.0.129 - - [2026-02-05 01:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001713 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-network/80c1da30-0d2c-49ee-8ef6-4954dd21315f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3031 0.003419 10.0.0.129 - - [2026-02-05 01:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001580 10.0.0.129 - - [2026-02-05 01:54:56] "GET /project/b00a1b26-bea0-44a0-a4de-9185477b5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.032369 10.0.0.129 - - [2026-02-05 01:54:56] "POST /virtual-machines HTTP/1.1" 200 356 0.009097 10.0.0.129 - - [2026-02-05 01:54:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.008516 10.0.0.129 - - [2026-02-05 01:54:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 624 0.095463 10.0.0.129 - - [2026-02-05 01:54:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.007360 10.0.0.129 - - [2026-02-05 01:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006122 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2823 0.003709 10.0.0.129 - - [2026-02-05 01:54:56] "POST /instance-ips HTTP/1.1" 200 396 0.017942 10.0.0.129 - - [2026-02-05 01:54:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.025330 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2823 0.007903 10.0.0.129 - - [2026-02-05 01:54:56] "POST /set-tag HTTP/1.1" 200 109 0.016571 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.008785 10.0.0.129 - - [2026-02-05 01:54:56] "GET /instance-ip/abf500c0-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1921 0.006891 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005158 10.0.0.129 - - [2026-02-05 01:54:56] "POST /set-tag HTTP/1.1" 200 109 0.002747 10.0.0.129 - - [2026-02-05 01:54:56] "GET /virtual-router/c7b9da22-eb05-4e4a-a3f5-f288be62a198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004041 10.0.0.129 - - [2026-02-05 01:54:57] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.129 - - [2026-02-05 01:54:57] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.016343 10.0.0.129 - - [2026-02-05 01:54:57] "POST /set-tag HTTP/1.1" 200 109 0.002115 10.0.0.129 - - [2026-02-05 01:54:57] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.005722 10.0.0.129 - - [2026-02-05 01:54:57] "POST /set-tag HTTP/1.1" 200 109 0.001943 10.0.0.129 - - [2026-02-05 01:54:57] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.003644 10.0.0.129 - - [2026-02-05 01:54:57] "POST /set-tag HTTP/1.1" 200 109 0.001499 10.0.0.129 - - [2026-02-05 01:55:06] "GET / HTTP/1.1" 200 36215 0.001535 10.0.0.129 - - [2026-02-05 01:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.129 - - [2026-02-05 01:55:06] "GET /global-system-config/c9fc55fb-e4ba-4920-997c-22f8f54078dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004195 10.0.0.129 - - [2026-02-05 01:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001486 10.0.0.129 - - [2026-02-05 01:55:06] "GET /config-node/13efa924-f30e-4a9b-8a83-124529b37a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1210 0.001541 10.0.0.129 - - [2026-02-05 01:55:14] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.003945 10.0.0.129 - - [2026-02-05 01:55:14] "POST /set-tag HTTP/1.1" 200 109 0.001871 10.0.0.129 - - [2026-02-05 01:55:16] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.004108 10.0.0.129 - - [2026-02-05 01:55:16] "POST /set-tag HTTP/1.1" 200 109 0.002626 10.0.0.129 - - [2026-02-05 01:55:17] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.006255 10.0.0.129 - - [2026-02-05 01:55:17] "POST /set-tag HTTP/1.1" 200 109 0.001972 10.0.0.129 - - [2026-02-05 01:55:18] "GET / HTTP/1.1" 200 36215 0.001260 10.0.0.129 - - [2026-02-05 01:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001897 10.0.0.129 - - [2026-02-05 01:55:18] "GET /routing-instance/780c202b-e847-4219-bc15-e1331cdb80ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.002239 10.0.0.129 - - [2026-02-05 01:55:18] "POST /bgp-routers HTTP/1.1" 409 301 0.001286 10.0.0.129 - - [2026-02-05 01:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001973 10.0.0.129 - - [2026-02-05 01:55:18] "GET /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1819 0.003084 10.0.0.129 - - [2026-02-05 01:55:18] "PUT /bgp-router/97162bd9-f74e-44e7-9c18-5db10c53845d HTTP/1.1" 200 255 0.030354 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:55:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001321 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:55:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000842 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:55:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001046 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:55:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.001053 10.0.0.129 - - [2026-02-05 01:55:48] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.005914 10.0.0.129 - - [2026-02-05 01:55:48] "POST /set-tag HTTP/1.1" 200 109 0.002472 10.0.0.129 - - [2026-02-05 01:55:48] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.008322 10.0.0.129 - - [2026-02-05 01:55:48] "POST /set-tag HTTP/1.1" 200 109 0.001995 10.0.0.129 - - [2026-02-05 01:55:48] "GET /virtual-machine/9da2520a-31c2-42de-9cf7-fda2c80c9f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.003058 10.0.0.129 - - [2026-02-05 01:55:48] "POST /ref-update HTTP/1.1" 200 156 0.014775 10.0.0.129 - - [2026-02-05 01:55:48] "GET /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.031282 10.0.0.129 - - [2026-02-05 01:55:48] "POST /set-tag HTTP/1.1" 200 109 0.015440 10.0.0.129 - - [2026-02-05 01:55:48] "POST /set-tag HTTP/1.1" 200 109 0.027724 10.0.0.129 - - [2026-02-05 01:55:48] "DELETE /instance-ip/ab8ca372-0235-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.051965 10.0.0.129 - - [2026-02-05 01:55:48] "DELETE /virtual-machine-interface/ab6f9d0e-0235-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.039394 10.0.0.129 - - [2026-02-05 01:55:48] "DELETE /virtual-machine/9da2520a-31c2-42de-9cf7-fda2c80c9f48 HTTP/1.1" 200 115 0.020610 10.0.0.129 - - [2026-02-05 01:55:48] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.003710 10.0.0.129 - - [2026-02-05 01:55:48] "POST /set-tag HTTP/1.1" 200 109 0.002217 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005993 10.0.0.129 - - [2026-02-05 01:56:04] "POST /set-tag HTTP/1.1" 200 109 0.003250 10.0.0.129 - - [2026-02-05 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.129 - - [2026-02-05 01:56:04] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.002326 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.008428 10.0.0.129 - - [2026-02-05 01:56:04] "POST /set-tag HTTP/1.1" 200 109 0.041092 10.0.0.129 - - [2026-02-05 01:56:04] "DELETE /loadbalancer-member/2c515d8b-32cf-4585-bf8e-4051db3ff3db HTTP/1.1" 200 115 0.042411 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.007437 10.0.0.129 - - [2026-02-05 01:56:04] "POST /set-tag HTTP/1.1" 200 109 0.002416 10.0.0.129 - - [2026-02-05 01:56:04] "DELETE /loadbalancer-member/42268944-e3be-4220-bc30-371b609425bb HTTP/1.1" 200 115 0.033960 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.010430 10.0.0.129 - - [2026-02-05 01:56:04] "POST /set-tag HTTP/1.1" 200 109 0.005551 10.0.0.129 - - [2026-02-05 01:56:04] "DELETE /loadbalancer-member/c374cd84-9896-45da-b204-d9f95786c147 HTTP/1.1" 200 115 0.037657 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.003612 10.0.0.129 - - [2026-02-05 01:56:04] "POST /set-tag HTTP/1.1" 200 109 0.001911 10.0.0.129 - - [2026-02-05 01:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001818 10.0.0.129 - - [2026-02-05 01:56:04] "GET /loadbalancer/89ac42c3-43ae-4703-9b03-d7473e86a383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.002074 10.0.0.129 - - [2026-02-05 01:56:04] "GET /loadbalancer-pool/442bde50-830e-4629-ba7b-fbc053781009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.002037 10.0.0.129 - - [2026-02-05 01:56:04] "POST /loadbalancer-members HTTP/1.1" 200 692 0.012718 10.0.0.129 - - [2026-02-05 01:56:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.009471 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.006991 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3611 0.005649 10.0.0.129 - - [2026-02-05 01:56:04] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004049 10.0.0.129 - - [2026-02-05 01:56:04] "POST /set-tag HTTP/1.1" 200 109 0.074551 10.0.0.129 - - [2026-02-05 01:56:04] "GET /loadbalancer-pool/430edacc-b64b-42f1-84e1-c40a5ceb275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.002607 10.0.0.129 - - [2026-02-05 01:56:04] "POST /loadbalancer-members HTTP/1.1" 200 692 0.020595 10.0.0.129 - - [2026-02-05 01:56:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.010124 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.017909 10.0.0.129 - - [2026-02-05 01:56:04] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.013138 10.0.0.129 - - [2026-02-05 01:56:04] "POST /set-tag HTTP/1.1" 200 109 0.008852 10.0.0.129 - - [2026-02-05 01:56:04] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005345 10.0.0.129 - - [2026-02-05 01:56:05] "GET /loadbalancer-pool/ee28513e-5615-4b30-b8af-abbef4b1436e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.005379 10.0.0.129 - - [2026-02-05 01:56:05] "POST /loadbalancer-members HTTP/1.1" 200 694 0.028088 10.0.0.129 - - [2026-02-05 01:56:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.032143 10.0.0.129 - - [2026-02-05 01:56:05] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.030678 10.0.0.129 - - [2026-02-05 01:56:05] "GET /virtual-machine-interface/1ae85c7c-0234-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.017269 10.0.0.129 - - [2026-02-05 01:56:05] "GET /floating-ip/d061d3cc-c476-4e51-9b28-98a8e73a956b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.002351 10.0.0.129 - - [2026-02-05 01:56:05] "POST /set-tag HTTP/1.1" 200 109 0.002990 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:56:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001561 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:56:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000864 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:56:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000988 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:56:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000934 10.0.0.129 - - [2026-02-05 01:56:27] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.004250 10.0.0.129 - - [2026-02-05 01:56:27] "POST /set-tag HTTP/1.1" 200 109 0.006907 10.0.0.129 - - [2026-02-05 01:56:27] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.009643 10.0.0.129 - - [2026-02-05 01:56:27] "POST /set-tag HTTP/1.1" 200 109 0.014063 10.0.0.129 - - [2026-02-05 01:56:27] "GET /virtual-machine/02591e8a-7e77-443a-8594-0aac1a01a469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.003559 10.0.0.129 - - [2026-02-05 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.129 - - [2026-02-05 01:56:27] "GET /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006235 10.0.0.129 - - [2026-02-05 01:56:27] "POST /set-tag HTTP/1.1" 200 109 0.031879 10.0.0.129 - - [2026-02-05 01:56:27] "POST /set-tag HTTP/1.1" 200 109 0.023949 10.0.0.129 - - [2026-02-05 01:56:27] "DELETE /instance-ip/abf500c0-0235-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.042062 10.0.0.129 - - [2026-02-05 01:56:27] "DELETE /virtual-machine-interface/abddcf86-0235-11f1-9e4d-fa163ec0dd73 HTTP/1.1" 200 115 0.039919 10.0.0.129 - - [2026-02-05 01:56:27] "DELETE /virtual-machine/02591e8a-7e77-443a-8594-0aac1a01a469 HTTP/1.1" 200 115 0.023261 10.0.0.129 - - [2026-02-05 01:56:27] "DELETE /tag/851af39d-ea6a-4693-835e-cf35be0affa0 HTTP/1.1" 200 115 0.056519 10.0.0.129 - - [2026-02-05 01:56:29] "POST /tags HTTP/1.1" 200 304 0.037415 10.0.0.129 - - [2026-02-05 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005745 10.0.0.129 - - [2026-02-05 01:56:29] "GET /tag/0bcda6e3-5835-418f-ac80-3a57fa5a7570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.011706 10.0.0.129 - - [2026-02-05 01:56:29] "POST /tags HTTP/1.1" 200 300 0.047880 10.0.0.129 - - [2026-02-05 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.129 - - [2026-02-05 01:56:29] "GET /tag/092cdabd-c9d1-46f4-a4ef-4b083d1c8a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.013569 10.0.0.129 - - [2026-02-05 01:56:29] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.003677 10.0.0.129 - - [2026-02-05 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001670 10.0.0.129 - - [2026-02-05 01:56:29] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002272 10.0.0.129 - - [2026-02-05 01:56:29] "POST /tags HTTP/1.1" 409 206 0.001743 10.0.0.129 - - [2026-02-05 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001361 10.0.0.129 - - [2026-02-05 01:56:29] "GET /tag/0bcda6e3-5835-418f-ac80-3a57fa5a7570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.019570 10.0.0.129 - - [2026-02-05 01:56:29] "POST /tags HTTP/1.1" 409 226 0.001554 10.0.0.129 - - [2026-02-05 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001233 10.0.0.129 - - [2026-02-05 01:56:29] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.010036 10.0.0.129 - - [2026-02-05 01:56:29] "POST /tags HTTP/1.1" 409 204 0.001450 10.0.0.129 - - [2026-02-05 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001765 10.0.0.129 - - [2026-02-05 01:56:29] "GET /tag/092cdabd-c9d1-46f4-a4ef-4b083d1c8a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.010017 10.0.0.129 - - [2026-02-05 01:56:29] "POST /tags HTTP/1.1" 409 226 0.001702 10.0.0.129 - - [2026-02-05 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.129 - - [2026-02-05 01:56:29] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.009395 10.0.0.129 - - [2026-02-05 01:56:29] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.001903 10.0.0.129 - - [2026-02-05 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.129 - - [2026-02-05 01:56:30] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003435 10.0.0.129 - - [2026-02-05 01:56:30] "POST /firewall-rules HTTP/1.1" 200 628 0.066190 10.0.0.129 - - [2026-02-05 01:56:30] "POST /firewall-rules HTTP/1.1" 200 648 0.077045 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-rule/9ec0e46d-3425-4376-becb-426428bc229b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.017181 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.003541 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-rule/6f04d793-37d1-47a0-acd7-4cb8128e437c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.004379 10.0.0.129 - - [2026-02-05 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.015088 10.0.0.129 - - [2026-02-05 01:56:30] "POST /firewall-policys HTTP/1.1" 200 608 0.030735 10.0.0.129 - - [2026-02-05 01:56:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.011616 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.009861 10.0.0.129 - - [2026-02-05 01:56:30] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.001806 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.002455 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.001986 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.002753 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/c159bbf5-016d-4fc2-b461-b39d3c6a265a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.004260 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.003866 10.0.0.129 - - [2026-02-05 01:56:30] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.002383 10.0.0.129 - - [2026-02-05 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.016145 10.0.0.129 - - [2026-02-05 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.026417 10.0.0.129 - - [2026-02-05 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.017931 10.0.0.129 - - [2026-02-05 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.017429 10.0.0.129 - - [2026-02-05 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.029206 10.0.0.129 - - [2026-02-05 01:56:30] "POST /tags HTTP/1.1" 200 394 0.028439 10.0.0.129 - - [2026-02-05 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001939 10.0.0.129 - - [2026-02-05 01:56:30] "GET /tag/81cb81d4-5a2f-4278-9c65-af478988dce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.010854 10.0.0.129 - - [2026-02-05 01:56:30] "POST /tags HTTP/1.1" 200 346 0.037802 10.0.0.129 - - [2026-02-05 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016263 10.0.0.129 - - [2026-02-05 01:56:30] "GET /tag/6c54e5c1-86f7-46ff-9d9b-fa7eb29a737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.013139 10.0.0.129 - - [2026-02-05 01:56:30] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003099 10.0.0.129 - - [2026-02-05 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001437 10.0.0.129 - - [2026-02-05 01:56:31] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002489 10.0.0.129 - - [2026-02-05 01:56:31] "POST /tags HTTP/1.1" 409 206 0.001246 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001180 10.0.0.129 - - [2026-02-05 01:56:31] "GET /tag/0bcda6e3-5835-418f-ac80-3a57fa5a7570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.009529 10.0.0.129 - - [2026-02-05 01:56:31] "POST /tags HTTP/1.1" 409 226 0.001357 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.129 - - [2026-02-05 01:56:31] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.012620 10.0.0.129 - - [2026-02-05 01:56:31] "POST /tags HTTP/1.1" 409 204 0.001831 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.129 - - [2026-02-05 01:56:31] "GET /tag/092cdabd-c9d1-46f4-a4ef-4b083d1c8a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.010390 10.0.0.129 - - [2026-02-05 01:56:31] "POST /tags HTTP/1.1" 409 226 0.001918 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001525 10.0.0.129 - - [2026-02-05 01:56:31] "GET /tag/ba814647-b0eb-48a5-9dad-0ab75870bea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1194 0.012338 10.0.0.129 - - [2026-02-05 01:56:31] "POST /tags HTTP/1.1" 409 228 0.001688 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001246 10.0.0.129 - - [2026-02-05 01:56:31] "GET /tag/6c54e5c1-86f7-46ff-9d9b-fa7eb29a737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1203 0.009706 10.0.0.129 - - [2026-02-05 01:56:31] "POST /tags HTTP/1.1" 409 252 0.001771 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001423 10.0.0.129 - - [2026-02-05 01:56:31] "GET /tag/81cb81d4-5a2f-4278-9c65-af478988dce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.017054 10.0.0.129 - - [2026-02-05 01:56:31] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.002155 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001453 10.0.0.129 - - [2026-02-05 01:56:31] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003443 10.0.0.129 - - [2026-02-05 01:56:31] "POST /firewall-rules HTTP/1.1" 409 281 0.001712 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001506 10.0.0.129 - - [2026-02-05 01:56:31] "PUT /firewall-rule/6f04d793-37d1-47a0-acd7-4cb8128e437c HTTP/1.1" 200 261 0.016263 10.0.0.129 - - [2026-02-05 01:56:31] "POST /firewall-rules HTTP/1.1" 409 291 0.001991 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009721 10.0.0.129 - - [2026-02-05 01:56:31] "PUT /firewall-rule/9ec0e46d-3425-4376-becb-426428bc229b HTTP/1.1" 200 261 0.021104 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-rule/9ec0e46d-3425-4376-becb-426428bc229b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.002163 10.0.0.129 - - [2026-02-05 01:56:31] "POST /firewall-rules HTTP/1.1" 200 660 0.091838 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-rule/b59f6d04-c6e9-47bc-990a-d04dc4af3d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.003721 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.001765 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-rule/6f04d793-37d1-47a0-acd7-4cb8128e437c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.002083 10.0.0.129 - - [2026-02-05 01:56:31] "POST /firewall-policys HTTP/1.1" 409 269 0.001867 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001452 10.0.0.129 - - [2026-02-05 01:56:31] "PUT /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703 HTTP/1.1" 200 265 0.035019 10.0.0.129 - - [2026-02-05 01:56:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.024239 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.016597 10.0.0.129 - - [2026-02-05 01:56:31] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.002764 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.001765 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-policy/1c70e601-6d28-4710-9910-e609562adb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3887 0.001745 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.002709 10.0.0.129 - - [2026-02-05 01:56:31] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.001801 10.0.0.129 - - [2026-02-05 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001329 10.0.0.129 - - [2026-02-05 01:56:31] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004448 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-policy/b856122e-eef0-4f56-bbaf-9d188633d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1739 0.003784 10.0.0.129 - - [2026-02-05 01:56:31] "GET /firewall-rule/6f04d793-37d1-47a0-acd7-4cb8128e437c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2327 0.001871 10.0.0.129 - - [2026-02-05 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.012969 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /firewall-rule/6f04d793-37d1-47a0-acd7-4cb8128e437c HTTP/1.1" 200 115 0.043281 10.0.0.129 - - [2026-02-05 01:56:32] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010329 10.0.0.129 - - [2026-02-05 01:56:32] "GET /firewall-rule/b59f6d04-c6e9-47bc-990a-d04dc4af3d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.002633 10.0.0.129 - - [2026-02-05 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.020342 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /firewall-rule/b59f6d04-c6e9-47bc-990a-d04dc4af3d13 HTTP/1.1" 200 115 0.039152 10.0.0.129 - - [2026-02-05 01:56:32] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005122 10.0.0.129 - - [2026-02-05 01:56:32] "GET /firewall-rule/9ec0e46d-3425-4376-becb-426428bc229b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2597 0.002620 10.0.0.129 - - [2026-02-05 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /firewall-rule/9ec0e46d-3425-4376-becb-426428bc229b HTTP/1.1" 200 115 0.044349 10.0.0.129 - - [2026-02-05 01:56:32] "GET /application-policy-set/b6d57160-6774-46ec-acad-b7cd10f77b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.003230 10.0.0.129 - - [2026-02-05 01:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001676 10.0.0.129 - - [2026-02-05 01:56:32] "GET /policy-management/4f2b809e-0229-4d91-90f3-6b73b3fcdbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002229 10.0.0.129 - - [2026-02-05 01:56:32] "GET /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.003081 10.0.0.129 - - [2026-02-05 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.018295 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /firewall-policy/8f0fe77a-0550-43c6-8c36-c33d0f4f3703 HTTP/1.1" 200 115 0.031240 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /tag/0bcda6e3-5835-418f-ac80-3a57fa5a7570 HTTP/1.1" 200 115 0.058116 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /tag/6c54e5c1-86f7-46ff-9d9b-fa7eb29a737a HTTP/1.1" 200 115 0.045215 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /tag/092cdabd-c9d1-46f4-a4ef-4b083d1c8a38 HTTP/1.1" 200 115 0.045564 10.0.0.129 - - [2026-02-05 01:56:32] "DELETE /tag/81cb81d4-5a2f-4278-9c65-af478988dce9 HTTP/1.1" 200 115 0.046083 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:57:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001263 [Introspect:8084]10.0.0.129 - - [2026-02-05 01:57:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2577 0.000912