+++ date ++ echo 'INFO: =================== Thu Jan 22 01:34:27 AM UTC 2026 ===================' INFO: =================== Thu Jan 22 01:34:27 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ 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 ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ 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.41 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.41:8081 ' ']' +++ echo 10.0.0.41:8081 ++ ANALYTICS_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.41:9042 ' ']' +++ echo 10.0.0.41:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.41:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.41:8086 ' ']' +++ echo 10.0.0.41:8086 ++ COLLECTOR_SERVERS=10.0.0.41: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.41 ++ CONFIGDB_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.41:8082 ' ']' +++ echo 10.0.0.41:8082 ++ CONFIG_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.41:9161 ' ']' +++ echo 10.0.0.41:9161 ++ CONFIGDB_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.41:9041 ' ']' +++ echo 10.0.0.41:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.41: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.41 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.41 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.41:2181, ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.41:2181 ' ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.41:2181 ++ RABBITMQ_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.41:5673, ']' +++ echo 10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.41:6379 ' ']' +++ echo 10.0.0.41:6379 ++ REDIS_SERVERS=10.0.0.41: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.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.41:9092 ' ']' +++ echo 10.0.0.41:9092 ++ KAFKA_SERVERS=10.0.0.41: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.41 ++ 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.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=False ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=False ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=False ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ / == \/\v\2\.\0 ]] ++ [[ kubernetes == \o\p\e\n\s\t\a\c\k ]] ++ [[ noauth == \k\e\y\s\t\o\n\e ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41 +++ local servers=10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ cat /proc/net/fib_trie ++++ grep -vi host +++ local local_ips=,10.0.0.41,10.164.110.1,127.0.0.1,172.17.0.1,252.41.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.164.110.1,127.0.0.1,172.17.0.1,252.41.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.41:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41: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=__ ++ sort ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/22/2026 01:35:12.441 7f9314b1b9c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/22/2026 01:35:12.794 7f9314b1b9c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/22/2026 01:35:12.817 7f9314b1b9c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/22/2026 01:35:12.818 7f9314b1b9c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.000636 Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2026-01-22 01:35:27] "GET / HTTP/1.1" 503 181 0.000290 10.0.0.41 - - [2026-01-22 01:35:27] "GET / HTTP/1.1" 200 35931 0.002493 10.0.0.41 - - [2026-01-22 01:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.41 - - [2026-01-22 01:35:27] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.015893 10.0.0.41 - - [2026-01-22 01:35:27] "POST /fqname-to-id HTTP/1.1" 404 216 0.002726 10.0.0.41 - - [2026-01-22 01:35:28] "GET / HTTP/1.1" 200 45303 0.001500 10.0.0.41 - - [2026-01-22 01:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007642 10.0.0.41 - - [2026-01-22 01:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.41 - - [2026-01-22 01:35:28] "GET / HTTP/1.1" 200 35931 0.001332 10.0.0.41 - - [2026-01-22 01:35:28] "POST /config-database-nodes HTTP/1.1" 200 611 0.044608 10.0.0.41 - - [2026-01-22 01:35:28] "GET / HTTP/1.1" 200 35931 0.001317 10.0.0.41 - - [2026-01-22 01:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002291 10.0.0.41 - - [2026-01-22 01:35:28] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010772 10.0.0.41 - - [2026-01-22 01:35:28] "POST /fqname-to-id HTTP/1.1" 404 216 0.004961 10.0.0.41 - - [2026-01-22 01:35:28] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.050241 10.0.0.41 - - [2026-01-22 01:35:29] "GET / HTTP/1.1" 200 35931 0.003698 10.0.0.41 - - [2026-01-22 01:35:29] "GET / HTTP/1.1" 200 35931 0.002634 10.0.0.41 - - [2026-01-22 01:35:29] "GET / HTTP/1.1" 200 35931 0.001209 10.0.0.41 - - [2026-01-22 01:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.41 - - [2026-01-22 01:35:29] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011755 10.0.0.41 - - [2026-01-22 01:35:29] "POST /fqname-to-id HTTP/1.1" 404 216 0.008348 10.0.0.41 - - [2026-01-22 01:35:29] "POST /database-nodes HTTP/1.1" 200 597 0.164459 10.0.0.41 - - [2026-01-22 01:35:30] "GET / HTTP/1.1" 200 35931 0.002736 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.013554 10.0.0.41 - - [2026-01-22 01:35:30] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.007608 10.0.0.41 - - [2026-01-22 01:35:30] "POST /bgp-routers HTTP/1.1" 200 616 0.104966 10.0.0.41 - - [2026-01-22 01:35:30] "GET /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3?fields=global_system_config_back_refs HTTP/1.1" 200 1130 0.022019 10.0.0.41 - - [2026-01-22 01:35:30] "GET / HTTP/1.1" 200 35931 0.014975 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.051108 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.023697 10.0.0.41 - - [2026-01-22 01:35:30] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.055532 10.0.0.41 - - [2026-01-22 01:35:30] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.068336 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 404 216 0.031272 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.034593 10.0.0.41 - - [2026-01-22 01:35:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.024427 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006878 10.0.0.41 - - [2026-01-22 01:35:30] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.033577 10.0.0.41 - - [2026-01-22 01:35:30] "POST /ref-update HTTP/1.1" 200 156 0.102545 10.0.0.41 - - [2026-01-22 01:35:30] "POST /service-appliance-sets HTTP/1.1" 200 553 0.198806 10.0.0.41 - - [2026-01-22 01:35:30] "POST /analytics-nodes HTTP/1.1" 200 599 0.198310 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.007401 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008281 10.0.0.41 - - [2026-01-22 01:35:30] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.008748 10.0.0.41 - - [2026-01-22 01:35:30] "POST /service-appliance-sets HTTP/1.1" 200 541 0.041990 10.0.0.41 - - [2026-01-22 01:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.41 - - [2026-01-22 01:35:30] "GET /network-ipam/6b3df088-d684-401f-9250-7be1f6ca5161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005998 10.0.0.41 - - [2026-01-22 01:35:31] "POST /service-templates HTTP/1.1" 200 511 0.050759 10.0.0.41 - - [2026-01-22 01:35:31] "POST /service-templates HTTP/1.1" 200 501 0.042760 10.0.0.41 - - [2026-01-22 01:35:31] "POST /service-templates HTTP/1.1" 200 515 0.035287 10.0.0.41 - - [2026-01-22 01:35:31] "POST /service-templates HTTP/1.1" 200 535 0.063420 10.0.0.41 - - [2026-01-22 01:35:31] "POST /service-templates HTTP/1.1" 200 507 0.060212 10.0.0.41 - - [2026-01-22 01:35:31] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.41 - - [2026-01-22 01:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.41 - - [2026-01-22 01:35:31] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.007392 10.0.0.41 - - [2026-01-22 01:35:31] "POST /fqname-to-id HTTP/1.1" 404 216 0.008825 10.0.0.41 - - [2026-01-22 01:35:31] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.037683 10.0.0.41 - - [2026-01-22 01:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.027992 10.0.0.41 - - [2026-01-22 01:35:33] "GET /network-ipam/6b3df088-d684-401f-9250-7be1f6ca5161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003585 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000988 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.005715 10.0.0.41 - - [2026-01-22 01:35:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.002270 10.0.0.41 - - [2026-01-22 01:35:33] "POST /access-control-lists HTTP/1.1" 200 587 0.080001 10.0.0.41 - - [2026-01-22 01:35:33] "POST /fqname-to-id HTTP/1.1" 404 224 0.016591 10.0.0.41 - - [2026-01-22 01:35:33] "POST /access-control-lists HTTP/1.1" 200 585 0.061007 10.0.0.41 - - [2026-01-22 01:35:33] "POST /route-targets HTTP/1.1" 200 327 0.014254 10.0.0.41 - - [2026-01-22 01:35:33] "POST /ref-update HTTP/1.1" 200 156 0.060018 10.0.0.41 - - [2026-01-22 01:35:34] "POST /route-targets HTTP/1.1" 200 327 0.025432 10.0.0.41 - - [2026-01-22 01:35:34] "POST /ref-update HTTP/1.1" 200 156 0.060995 10.0.0.41 - - [2026-01-22 01:35:34] "POST /route-targets HTTP/1.1" 200 327 0.016904 10.0.0.41 - - [2026-01-22 01:35:34] "POST /ref-update HTTP/1.1" 200 156 0.028518 10.0.0.41 - - [2026-01-22 01:35:34] "POST /route-targets HTTP/1.1" 200 327 0.020701 10.0.0.41 - - [2026-01-22 01:35:34] "POST /ref-update HTTP/1.1" 200 156 0.052510 10.0.0.41 - - [2026-01-22 01:35:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.003658 10.0.0.41 - - [2026-01-22 01:35:34] "POST /access-control-lists HTTP/1.1" 200 551 0.073687 10.0.0.41 - - [2026-01-22 01:35:34] "PUT /access-control-list/67dd7ffb-e78c-408f-a39a-d10173269e44 HTTP/1.1" 200 272 0.019714 10.0.0.41 - - [2026-01-22 01:35:34] "PUT /access-control-list/b30069e8-21e3-4d92-91e6-0fc9db2995ae HTTP/1.1" 200 272 0.044946 10.0.0.41 - - [2026-01-22 01:35:36] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.41 - - [2026-01-22 01:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.41 - - [2026-01-22 01:35:36] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.004961 10.0.0.41 - - [2026-01-22 01:35:36] "POST /fqname-to-id HTTP/1.1" 404 216 0.002008 10.0.0.41 - - [2026-01-22 01:35:36] "POST /config-nodes HTTP/1.1" 200 593 0.038898 10.0.0.41 - - [2026-01-22 01:35:36] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.41 - - [2026-01-22 01:35:36] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.007905 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000857 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000981 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000954 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001110 10.0.0.41 - - [2026-01-22 01:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.41 - - [2026-01-22 01:35:41] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.002887 10.0.0.41 - - [2026-01-22 01:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.41 - - [2026-01-22 01:35:41] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.018796 10.0.0.41 - - [2026-01-22 01:35:41] "GET / HTTP/1.1" 200 35931 0.003383 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 581 0.047120 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 575 0.052448 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 575 0.039502 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 559 0.023535 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 555 0.049203 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 557 0.030325 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 565 0.047670 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 549 0.108980 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 557 0.069047 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 567 0.051695 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 555 0.038165 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 567 0.050952 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 575 0.103594 10.0.0.41 - - [2026-01-22 01:35:42] "POST /alarms HTTP/1.1" 200 569 0.074330 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 561 0.048973 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 561 0.037027 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 561 0.048903 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 547 0.045584 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 595 0.041851 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 575 0.060851 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 571 0.051461 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 583 0.034098 10.0.0.41 - - [2026-01-22 01:35:43] "POST /alarms HTTP/1.1" 200 609 0.042207 10.0.0.41 - - [2026-01-22 01:35:44] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.41 - - [2026-01-22 01:35:44] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003591 10.0.0.41 - - [2026-01-22 01:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.41 - - [2026-01-22 01:35:44] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.012628 10.0.0.41 - - [2026-01-22 01:35:44] "GET / HTTP/1.1" 200 35931 0.002362 10.0.0.41 - - [2026-01-22 01:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009440 10.0.0.41 - - [2026-01-22 01:35:44] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005403 10.0.0.41 - - [2026-01-22 01:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.41 - - [2026-01-22 01:35:44] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.012929 10.0.0.41 - - [2026-01-22 01:35:44] "GET / HTTP/1.1" 200 35931 0.001183 10.0.0.41 - - [2026-01-22 01:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.41 - - [2026-01-22 01:35:45] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.006508 10.0.0.41 - - [2026-01-22 01:35:45] "PUT /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2 HTTP/1.1" 200 274 0.037132 10.0.0.41 - - [2026-01-22 01:35:47] "GET / HTTP/1.1" 200 35931 0.001393 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001278 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:35:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001232 10.0.0.41 - - [2026-01-22 01:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002096 10.0.0.41 - - [2026-01-22 01:35:47] "GET /domain/ce496823-d2ed-425d-8f2a-b3dd4ad6f805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.003768 10.0.0.41 - - [2026-01-22 01:35:47] "POST /id-to-fqname HTTP/1.1" 200 173 0.000504 10.0.0.41 - - [2026-01-22 01:35:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.006539 10.0.0.41 - - [2026-01-22 01:35:47] "POST /security-groups HTTP/1.1" 200 570 0.139838 10.0.0.41 - - [2026-01-22 01:35:47] "POST /projects HTTP/1.1" 200 481 0.338977 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 404 213 0.011902 10.0.0.41 - - [2026-01-22 01:35:48] "POST /access-control-lists HTTP/1.1" 200 579 0.117755 10.0.0.41 - - [2026-01-22 01:35:48] "POST /security-groups HTTP/1.1" 200 534 0.184079 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 404 212 0.007081 10.0.0.41 - - [2026-01-22 01:35:48] "POST /chown HTTP/1.1" 200 109 0.024484 10.0.0.41 - - [2026-01-22 01:35:48] "POST /policy-managements HTTP/1.1" 409 214 0.002789 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002105 10.0.0.41 - - [2026-01-22 01:35:48] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.030738 10.0.0.41 - - [2026-01-22 01:35:48] "POST /access-control-lists HTTP/1.1" 200 577 0.090569 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 404 232 0.004514 10.0.0.41 - - [2026-01-22 01:35:48] "POST /application-policy-sets HTTP/1.1" 200 528 0.015739 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.013524 10.0.0.41 - - [2026-01-22 01:35:48] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004230 10.0.0.41 - - [2026-01-22 01:35:48] "POST /access-control-lists HTTP/1.1" 200 594 0.041407 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 404 231 0.032017 10.0.0.41 - - [2026-01-22 01:35:48] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.047979 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.035416 10.0.0.41 - - [2026-01-22 01:35:48] "GET /virtual-network/c8f66680-1d23-4c9c-8335-c89a95bc62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004898 10.0.0.41 - - [2026-01-22 01:35:48] "POST /access-control-lists HTTP/1.1" 200 592 0.114008 10.0.0.41 - - [2026-01-22 01:35:48] "POST /id-to-fqname HTTP/1.1" 200 177 0.000498 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.017445 10.0.0.41 - - [2026-01-22 01:35:48] "POST /security-groups HTTP/1.1" 200 574 0.102145 10.0.0.41 - - [2026-01-22 01:35:48] "POST /projects HTTP/1.1" 200 489 0.328240 10.0.0.41 - - [2026-01-22 01:35:48] "POST /fqname-to-id HTTP/1.1" 404 217 0.017555 10.0.0.41 - - [2026-01-22 01:35:49] "POST /security-groups HTTP/1.1" 200 546 0.141689 10.0.0.41 - - [2026-01-22 01:35:49] "POST /access-control-lists HTTP/1.1" 200 583 0.144761 10.0.0.41 - - [2026-01-22 01:35:49] "POST /fqname-to-id HTTP/1.1" 404 216 0.017666 10.0.0.41 - - [2026-01-22 01:35:49] "POST /chown HTTP/1.1" 200 109 0.089404 10.0.0.41 - - [2026-01-22 01:35:49] "POST /access-control-lists HTTP/1.1" 200 581 0.107548 10.0.0.41 - - [2026-01-22 01:35:49] "POST /network-ipams HTTP/1.1" 200 522 0.101978 10.0.0.41 - - [2026-01-22 01:35:49] "POST /network-ipams HTTP/1.1" 200 510 0.035265 10.0.0.41 - - [2026-01-22 01:35:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.008518 10.0.0.41 - - [2026-01-22 01:35:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.003902 10.0.0.41 - - [2026-01-22 01:35:49] "POST /access-control-lists HTTP/1.1" 200 602 0.033880 10.0.0.41 - - [2026-01-22 01:35:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.030550 10.0.0.41 - - [2026-01-22 01:35:49] "POST /access-control-lists HTTP/1.1" 200 600 0.107246 10.0.0.41 - - [2026-01-22 01:35:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.002716 10.0.0.41 - - [2026-01-22 01:35:49] "POST /useragent-kv HTTP/1.1" 200 115 0.014110 10.0.0.41 - - [2026-01-22 01:35:49] "POST /virtual-networks HTTP/1.1" 200 538 0.325077 10.0.0.41 - - [2026-01-22 01:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010906 10.0.0.41 - - [2026-01-22 01:35:49] "POST /access-control-lists HTTP/1.1" 200 589 0.130401 10.0.0.41 - - [2026-01-22 01:35:49] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1732 0.073575 10.0.0.41 - - [2026-01-22 01:35:49] "POST /route-targets HTTP/1.1" 200 327 0.045869 10.0.0.41 - - [2026-01-22 01:35:49] "POST /network-ipams HTTP/1.1" 200 518 0.091687 10.0.0.41 - - [2026-01-22 01:35:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.011526 10.0.0.41 - - [2026-01-22 01:35:50] "POST /ref-update HTTP/1.1" 200 156 0.112446 10.0.0.41 - - [2026-01-22 01:35:50] "PUT /access-control-list/a1f53151-00af-4c01-99fd-37a723d1df19 HTTP/1.1" 200 272 0.038999 10.0.0.41 - - [2026-01-22 01:35:50] "POST /useragent-kv HTTP/1.1" 200 115 0.014341 10.0.0.41 - - [2026-01-22 01:35:50] "POST /virtual-networks HTTP/1.1" 200 546 0.265372 10.0.0.41 - - [2026-01-22 01:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.41 - - [2026-01-22 01:35:50] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1750 0.059582 10.0.0.41 - - [2026-01-22 01:35:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.003023 10.0.0.41 - - [2026-01-22 01:35:50] "POST /route-targets HTTP/1.1" 200 327 0.050518 10.0.0.41 - - [2026-01-22 01:35:50] "POST /ref-update HTTP/1.1" 200 156 0.026991 10.0.0.41 - - [2026-01-22 01:35:50] "POST /network-policys HTTP/1.1" 200 538 0.036157 10.0.0.41 - - [2026-01-22 01:35:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.002057 10.0.0.41 - - [2026-01-22 01:35:50] "POST /network-policys HTTP/1.1" 200 534 0.058157 10.0.0.41 - - [2026-01-22 01:35:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.019888 10.0.0.41 - - [2026-01-22 01:35:50] "POST /network-policys HTTP/1.1" 200 542 0.040394 10.0.0.41 - - [2026-01-22 01:35:50] "PUT /access-control-list/a17af756-d408-4997-91c2-d86b63fe6fc4 HTTP/1.1" 200 272 0.034169 10.0.0.41 - - [2026-01-22 01:35:50] "POST /ref-update HTTP/1.1" 200 156 0.139507 10.0.0.41 - - [2026-01-22 01:35:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007720 10.0.0.41 - - [2026-01-22 01:35:50] "POST /ref-update HTTP/1.1" 200 156 0.107788 10.0.0.41 - - [2026-01-22 01:35:50] "PUT /access-control-list/a1f53151-00af-4c01-99fd-37a723d1df19 HTTP/1.1" 200 272 0.056445 10.0.0.41 - - [2026-01-22 01:35:51] "PUT /access-control-list/a17af756-d408-4997-91c2-d86b63fe6fc4 HTTP/1.1" 200 272 0.039853 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-update HTTP/1.1" 200 156 0.136272 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.030506 10.0.0.41 - - [2026-01-22 01:35:51] "PUT /access-control-list/a1f53151-00af-4c01-99fd-37a723d1df19 HTTP/1.1" 200 272 0.100911 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009962 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-update HTTP/1.1" 200 156 0.057467 10.0.0.41 - - [2026-01-22 01:35:51] "POST /fqname-to-id HTTP/1.1" 404 237 0.008089 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-update HTTP/1.1" 200 156 0.129415 10.0.0.41 - - [2026-01-22 01:35:51] "POST /access-control-lists HTTP/1.1" 200 601 0.066115 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-update HTTP/1.1" 200 156 0.121150 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-update HTTP/1.1" 200 156 0.044197 10.0.0.41 - - [2026-01-22 01:35:51] "PUT /access-control-list/7060e5e1-4f93-47f1-a6e9-44ce69a8a7c7 HTTP/1.1" 200 272 0.028895 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-update HTTP/1.1" 200 156 0.113973 10.0.0.41 - - [2026-01-22 01:35:51] "PUT /access-control-list/7060e5e1-4f93-47f1-a6e9-44ce69a8a7c7 HTTP/1.1" 200 272 0.029255 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003934 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.028087 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.012942 10.0.0.41 - - [2026-01-22 01:35:51] "PUT /access-control-list/a17af756-d408-4997-91c2-d86b63fe6fc4 HTTP/1.1" 200 272 0.098474 10.0.0.41 - - [2026-01-22 01:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002342 10.0.0.41 - - [2026-01-22 01:35:51] "GET /virtual-network/c8f66680-1d23-4c9c-8335-c89a95bc62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.011189 10.0.0.41 - - [2026-01-22 01:35:51] "POST /ref-update HTTP/1.1" 200 156 0.020750 10.0.0.41 - - [2026-01-22 01:35:51] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1065 0.011247 10.0.0.41 - - [2026-01-22 01:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006949 10.0.0.41 - - [2026-01-22 01:35:51] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003738 10.0.0.41 - - [2026-01-22 01:35:51] "POST /firewall-policys HTTP/1.1" 200 530 0.048138 10.0.0.41 - - [2026-01-22 01:35:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.040105 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.031476 10.0.0.41 - - [2026-01-22 01:35:52] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1065 0.008856 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.008071 10.0.0.41 - - [2026-01-22 01:35:52] "POST /ref-update HTTP/1.1" 200 156 0.036738 10.0.0.41 - - [2026-01-22 01:35:52] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1313 0.006178 10.0.0.41 - - [2026-01-22 01:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006721 10.0.0.41 - - [2026-01-22 01:35:52] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.010428 10.0.0.41 - - [2026-01-22 01:35:52] "POST /firewall-policys HTTP/1.1" 200 532 0.044694 10.0.0.41 - - [2026-01-22 01:35:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.023922 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.023711 10.0.0.41 - - [2026-01-22 01:35:52] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1313 0.004648 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.010518 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.004760 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.008550 10.0.0.41 - - [2026-01-22 01:35:52] "POST /ref-update HTTP/1.1" 200 156 0.018036 10.0.0.41 - - [2026-01-22 01:35:52] "POST /ref-update HTTP/1.1" 200 156 0.062469 10.0.0.41 - - [2026-01-22 01:35:52] "POST /ref-update HTTP/1.1" 200 156 0.092930 10.0.0.41 - - [2026-01-22 01:35:52] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.006620 10.0.0.41 - - [2026-01-22 01:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008758 10.0.0.41 - - [2026-01-22 01:35:52] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003154 10.0.0.41 - - [2026-01-22 01:35:52] "POST /firewall-policys HTTP/1.1" 200 530 0.028466 10.0.0.41 - - [2026-01-22 01:35:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.047583 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.017879 10.0.0.41 - - [2026-01-22 01:35:52] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.003273 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.012524 10.0.0.41 - - [2026-01-22 01:35:52] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.007021 10.0.0.41 - - [2026-01-22 01:35:53] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.007170 10.0.0.41 - - [2026-01-22 01:35:53] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.002726 10.0.0.41 - - [2026-01-22 01:35:53] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.002882 10.0.0.41 - - [2026-01-22 01:35:53] "POST /ref-update HTTP/1.1" 200 156 0.041071 10.0.0.41 - - [2026-01-22 01:35:53] "POST /ref-update HTTP/1.1" 200 156 0.026709 10.0.0.41 - - [2026-01-22 01:35:53] "POST /ref-update HTTP/1.1" 200 156 0.040415 10.0.0.41 - - [2026-01-22 01:35:53] "POST /ref-update HTTP/1.1" 200 156 0.052969 10.0.0.41 - - [2026-01-22 01:35:53] "POST /ref-update HTTP/1.1" 200 156 0.020349 10.0.0.41 - - [2026-01-22 01:35:53] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1756 0.022784 10.0.0.41 - - [2026-01-22 01:35:53] "POST /tags HTTP/1.1" 200 299 0.033062 10.0.0.41 - - [2026-01-22 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006470 10.0.0.41 - - [2026-01-22 01:35:53] "GET /tag/b72dc262-7f8e-4da0-bc94-d3d862fb6024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.018601 10.0.0.41 - - [2026-01-22 01:35:53] "POST /set-tag HTTP/1.1" 200 109 0.018058 10.0.0.41 - - [2026-01-22 01:35:53] "POST /tags HTTP/1.1" 200 305 0.136839 10.0.0.41 - - [2026-01-22 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.084310 10.0.0.41 - - [2026-01-22 01:35:53] "GET /tag/3e836cc9-84ac-437d-ba75-112ba4f188f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.039167 10.0.0.41 - - [2026-01-22 01:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005914 10.0.0.41 - - [2026-01-22 01:35:53] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.028259 10.0.0.41 - - [2026-01-22 01:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.013764 10.0.0.41 - - [2026-01-22 01:35:54] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.011480 10.0.0.41 - - [2026-01-22 01:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.41 - - [2026-01-22 01:35:54] "GET /service-appliance-set/b23bb216-4fe4-4c3a-9c26-057557da4190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.004325 10.0.0.41 - - [2026-01-22 01:35:54] "POST /fqname-to-id HTTP/1.1" 404 240 0.002906 10.0.0.41 - - [2026-01-22 01:35:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.134850 10.0.0.41 - - [2026-01-22 01:35:54] "GET /virtual-machine-interface/ca70c24d-a28c-4ae8-816b-e65c72808693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2302 0.020490 10.0.0.41 - - [2026-01-22 01:35:54] "POST /instance-ips HTTP/1.1" 200 381 0.074513 10.0.0.41 - - [2026-01-22 01:35:54] "GET /instance-ip/316ae48a-37a4-4485-b122-bc0897bc0729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004871 10.0.0.41 - - [2026-01-22 01:35:54] "POST /loadbalancers HTTP/1.1" 200 582 0.085881 10.0.0.41 - - [2026-01-22 01:35:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.045270 10.0.0.41 - - [2026-01-22 01:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012564 10.0.0.41 - - [2026-01-22 01:35:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.099058 10.0.0.41 - - [2026-01-22 01:35:54] "GET /loadbalancer/22b20fe7-a99c-41cd-abc8-782545e4f88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.018693 10.0.0.41 - - [2026-01-22 01:35:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.154800 10.0.0.41 - - [2026-01-22 01:35:54] "GET /instance-ip/316ae48a-37a4-4485-b122-bc0897bc0729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.009771 10.0.0.41 - - [2026-01-22 01:35:54] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.109280 10.0.0.41 - - [2026-01-22 01:35:54] "POST /floating-ips HTTP/1.1" 200 583 0.069247 10.0.0.41 - - [2026-01-22 01:35:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.024734 10.0.0.41 - - [2026-01-22 01:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.018761 10.0.0.41 - - [2026-01-22 01:35:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.061490 10.0.0.41 - - [2026-01-22 01:35:55] "GET /loadbalancer-listener/6dac2b45-80b1-460d-8bae-049db591040e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002984 10.0.0.41 - - [2026-01-22 01:35:55] "GET /loadbalancer-listener/6dac2b45-80b1-460d-8bae-049db591040e?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.003771 10.0.0.41 - - [2026-01-22 01:35:55] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.020159 10.0.0.41 - - [2026-01-22 01:35:55] "GET /instance-ip/316ae48a-37a4-4485-b122-bc0897bc0729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.033169 10.0.0.41 - - [2026-01-22 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.017402 10.0.0.41 - - [2026-01-22 01:35:55] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.004244 10.0.0.41 - - [2026-01-22 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.41 - - [2026-01-22 01:35:55] "GET /instance-ip/316ae48a-37a4-4485-b122-bc0897bc0729?fields=floating_ips HTTP/1.1" 200 1170 0.014585 10.0.0.41 - - [2026-01-22 01:35:55] "GET /floating-ip/654b3e5d-f987-46e7-ac20-41471ba180f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.004701 10.0.0.41 - - [2026-01-22 01:35:55] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.026226 10.0.0.41 - - [2026-01-22 01:35:55] "POST /tags HTTP/1.1" 200 357 0.106531 10.0.0.41 - - [2026-01-22 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.030146 10.0.0.41 - - [2026-01-22 01:35:55] "GET /tag/1697cfaf-e768-490f-ba0e-1b37657a1ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.018780 10.0.0.41 - - [2026-01-22 01:35:55] "POST /tags HTTP/1.1" 200 305 0.136340 10.0.0.41 - - [2026-01-22 01:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.019792 10.0.0.41 - - [2026-01-22 01:35:55] "GET /tag/0182e2a6-4618-465d-9c18-e056a0ff1eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.018462 10.0.0.41 - - [2026-01-22 01:35:55] "POST /id-to-fqname HTTP/1.1" 200 174 0.000499 10.0.0.41 - - [2026-01-22 01:35:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.003947 10.0.0.41 - - [2026-01-22 01:35:56] "POST /security-groups HTTP/1.1" 200 571 0.079340 10.0.0.41 - - [2026-01-22 01:35:56] "POST /projects HTTP/1.1" 200 483 0.417003 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.005091 10.0.0.41 - - [2026-01-22 01:35:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.023926 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.022806 10.0.0.41 - - [2026-01-22 01:35:56] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2293 0.028155 10.0.0.41 - - [2026-01-22 01:35:56] "POST /access-control-lists HTTP/1.1" 200 580 0.119177 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 404 213 0.017277 10.0.0.41 - - [2026-01-22 01:35:56] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.010997 10.0.0.41 - - [2026-01-22 01:35:56] "POST /access-control-lists HTTP/1.1" 200 578 0.091962 10.0.0.41 - - [2026-01-22 01:35:56] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.120368 10.0.0.41 - - [2026-01-22 01:35:56] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.085847 10.0.0.41 - - [2026-01-22 01:35:56] "POST /security-groups HTTP/1.1" 200 537 0.090948 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.004351 10.0.0.41 - - [2026-01-22 01:35:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.035119 10.0.0.41 - - [2026-01-22 01:35:56] "POST /access-control-lists HTTP/1.1" 200 596 0.053334 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.020448 10.0.0.41 - - [2026-01-22 01:35:56] "POST /chown HTTP/1.1" 200 109 0.066510 10.0.0.41 - - [2026-01-22 01:35:56] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006269 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007221 10.0.0.41 - - [2026-01-22 01:35:56] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.032577 10.0.0.41 - - [2026-01-22 01:35:56] "POST /access-control-lists HTTP/1.1" 200 594 0.086399 10.0.0.41 - - [2026-01-22 01:35:56] "POST /tags HTTP/1.1" 409 207 0.008276 10.0.0.41 - - [2026-01-22 01:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.41 - - [2026-01-22 01:35:56] "GET /tag/0182e2a6-4618-465d-9c18-e056a0ff1eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.012878 10.0.0.41 - - [2026-01-22 01:35:57] "POST /firewall-rules HTTP/1.1" 200 564 0.093360 10.0.0.41 - - [2026-01-22 01:35:57] "GET /firewall-rule/0503c9c9-d6c8-4a36-88c5-9b3f3c5fb2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.005057 10.0.0.41 - - [2026-01-22 01:35:57] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.008634 10.0.0.41 - - [2026-01-22 01:35:57] "GET /firewall-rule/0503c9c9-d6c8-4a36-88c5-9b3f3c5fb2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.002990 10.0.0.41 - - [2026-01-22 01:35:57] "POST /ref-update HTTP/1.1" 200 156 0.029278 10.0.0.41 - - [2026-01-22 01:35:57] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.018380 10.0.0.41 - - [2026-01-22 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008573 10.0.0.41 - - [2026-01-22 01:35:57] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.008731 10.0.0.41 - - [2026-01-22 01:35:57] "POST /tags HTTP/1.1" 409 207 0.002303 10.0.0.41 - - [2026-01-22 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.41 - - [2026-01-22 01:35:57] "GET /tag/0182e2a6-4618-465d-9c18-e056a0ff1eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.018654 10.0.0.41 - - [2026-01-22 01:35:57] "POST /firewall-rules HTTP/1.1" 200 562 0.081825 10.0.0.41 - - [2026-01-22 01:35:57] "GET /firewall-rule/fa64dd0c-1aa5-44ea-bed5-27a83cd44f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.004758 10.0.0.41 - - [2026-01-22 01:35:57] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.005121 10.0.0.41 - - [2026-01-22 01:35:57] "GET /firewall-rule/fa64dd0c-1aa5-44ea-bed5-27a83cd44f01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.002764 10.0.0.41 - - [2026-01-22 01:35:57] "POST /ref-update HTTP/1.1" 200 156 0.027986 10.0.0.41 - - [2026-01-22 01:35:57] "POST /tags HTTP/1.1" 200 355 0.044019 10.0.0.41 - - [2026-01-22 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008670 10.0.0.41 - - [2026-01-22 01:35:57] "GET /tag/6b66c451-f407-4d81-b920-57a79a132354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.021292 10.0.0.41 - - [2026-01-22 01:35:57] "POST /tags HTTP/1.1" 200 303 0.056902 10.0.0.41 - - [2026-01-22 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.025635 10.0.0.41 - - [2026-01-22 01:35:57] "GET /tag/82d44fc3-db5b-4dd0-8225-72f45ac5a0dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.023890 10.0.0.41 - - [2026-01-22 01:35:57] "POST /projects HTTP/1.1" 409 218 0.003131 10.0.0.41 - - [2026-01-22 01:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.41 - - [2026-01-22 01:35:57] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.074476 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.014143 10.0.0.41 - - [2026-01-22 01:35:58] "GET /network-ipam/0acac89d-89f3-4ca3-b9fb-9876e04b8f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1558 0.008011 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.41 - - [2026-01-22 01:35:58] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005352 10.0.0.41 - - [2026-01-22 01:35:58] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.078247 10.0.0.41 - - [2026-01-22 01:35:58] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005755 10.0.0.41 - - [2026-01-22 01:35:58] "POST /set-tag HTTP/1.1" 200 109 0.084662 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010607 10.0.0.41 - - [2026-01-22 01:35:58] "GET /network-ipam/9d19c458-be97-4808-bee0-e307468e9cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.004153 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.41 - - [2026-01-22 01:35:58] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006589 10.0.0.41 - - [2026-01-22 01:35:58] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.068786 10.0.0.41 - - [2026-01-22 01:35:58] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005268 10.0.0.41 - - [2026-01-22 01:35:58] "POST /set-tag HTTP/1.1" 200 109 0.089363 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.41 - - [2026-01-22 01:35:58] "GET /network-policy/d3e111dc-1dad-469c-9f54-2b3ff0585e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004801 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.41 - - [2026-01-22 01:35:58] "GET /network-policy/01f179b9-6215-4586-a8d4-b920c335ba4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.003921 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.41 - - [2026-01-22 01:35:58] "GET /network-policy/d5355f6c-0f70-4dde-8c6f-1bdd7aa0fffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003338 10.0.0.41 - - [2026-01-22 01:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006624 10.0.0.41 - - [2026-01-22 01:35:58] "PUT /network-policy/d5355f6c-0f70-4dde-8c6f-1bdd7aa0fffe HTTP/1.1" 200 262 0.028317 10.0.0.41 - - [2026-01-22 01:35:58] "PUT /access-control-list/7060e5e1-4f93-47f1-a6e9-44ce69a8a7c7 HTTP/1.1" 200 272 0.047260 10.0.0.41 - - [2026-01-22 01:35:58] "POST /ref-update HTTP/1.1" 200 156 0.137385 10.0.0.41 - - [2026-01-22 01:35:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009408 10.0.0.41 - - [2026-01-22 01:35:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013380 10.0.0.41 - - [2026-01-22 01:35:59] "PUT /access-control-list/a1f53151-00af-4c01-99fd-37a723d1df19 HTTP/1.1" 200 272 0.107351 10.0.0.41 - - [2026-01-22 01:35:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016537 10.0.0.41 - - [2026-01-22 01:35:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004081 10.0.0.41 - - [2026-01-22 01:35:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002430 10.0.0.41 - - [2026-01-22 01:35:59] "POST /security-groups HTTP/1.1" 409 245 0.004792 10.0.0.41 - - [2026-01-22 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.41 - - [2026-01-22 01:35:59] "PUT /security-group/641b289c-2050-49bd-8cf1-fc5268ddcfd9 HTTP/1.1" 200 262 0.062211 10.0.0.41 - - [2026-01-22 01:35:59] "PUT /access-control-list/4a5916a5-b6e1-41b4-b4ce-ab90f37e885b HTTP/1.1" 200 272 0.029566 10.0.0.41 - - [2026-01-22 01:35:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.053866 10.0.0.41 - - [2026-01-22 01:35:59] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.017523 10.0.0.41 - - [2026-01-22 01:35:59] "PUT /access-control-list/7936e899-827b-4e30-a70f-92d1f6327dee HTTP/1.1" 200 272 0.059353 10.0.0.41 - - [2026-01-22 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.41 - - [2026-01-22 01:35:59] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004667 10.0.0.41 - - [2026-01-22 01:35:59] "POST /tags HTTP/1.1" 409 206 0.003146 10.0.0.41 - - [2026-01-22 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.41 - - [2026-01-22 01:35:59] "GET /tag/82d44fc3-db5b-4dd0-8225-72f45ac5a0dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.014868 10.0.0.41 - - [2026-01-22 01:35:59] "POST /firewall-rules HTTP/1.1" 200 562 0.091135 10.0.0.41 - - [2026-01-22 01:35:59] "GET /firewall-rule/f0be7d3d-b20d-4c04-a492-b603b0348a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.012199 10.0.0.41 - - [2026-01-22 01:35:59] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004820 10.0.0.41 - - [2026-01-22 01:35:59] "GET /firewall-rule/f0be7d3d-b20d-4c04-a492-b603b0348a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.004876 10.0.0.41 - - [2026-01-22 01:35:59] "POST /ref-update HTTP/1.1" 200 156 0.032763 10.0.0.41 - - [2026-01-22 01:35:59] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.004793 10.0.0.41 - - [2026-01-22 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002344 10.0.0.41 - - [2026-01-22 01:35:59] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003337 10.0.0.41 - - [2026-01-22 01:35:59] "POST /tags HTTP/1.1" 409 206 0.002244 10.0.0.41 - - [2026-01-22 01:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.41 - - [2026-01-22 01:35:59] "GET /tag/82d44fc3-db5b-4dd0-8225-72f45ac5a0dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.013213 10.0.0.41 - - [2026-01-22 01:35:59] "POST /firewall-rules HTTP/1.1" 200 560 0.134028 10.0.0.41 - - [2026-01-22 01:36:00] "GET /firewall-rule/1a4a6aca-ff8c-42cb-9371-67b258e38a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.017336 10.0.0.41 - - [2026-01-22 01:36:00] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2187 0.004554 10.0.0.41 - - [2026-01-22 01:36:00] "GET /firewall-rule/1a4a6aca-ff8c-42cb-9371-67b258e38a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.003103 10.0.0.41 - - [2026-01-22 01:36:00] "POST /ref-update HTTP/1.1" 200 156 0.053441 10.0.0.41 - - [2026-01-22 01:36:00] "POST /tags HTTP/1.1" 200 301 0.085474 10.0.0.41 - - [2026-01-22 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.020624 10.0.0.41 - - [2026-01-22 01:36:00] "GET /tag/f39fa1da-b9be-479f-8204-9f7ed41d0b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.028948 10.0.0.41 - - [2026-01-22 01:36:00] "POST /tags HTTP/1.1" 200 325 0.096647 10.0.0.41 - - [2026-01-22 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.021900 10.0.0.41 - - [2026-01-22 01:36:00] "GET /tag/13ab8aac-c232-491d-83d9-a8a9bb8c4982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1166 0.023730 10.0.0.41 - - [2026-01-22 01:36:00] "POST /tags HTTP/1.1" 200 363 0.026670 10.0.0.41 - - [2026-01-22 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.036012 10.0.0.41 - - [2026-01-22 01:36:00] "GET /tag/19fc2ead-bcab-4c0f-b9da-d360f959fe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.024254 10.0.0.41 - - [2026-01-22 01:36:00] "POST /tags HTTP/1.1" 200 311 0.034887 10.0.0.41 - - [2026-01-22 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.033969 10.0.0.41 - - [2026-01-22 01:36:00] "GET /tag/db9d4432-a215-4349-bf24-09632f5a20d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.021632 10.0.0.41 - - [2026-01-22 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.41 - - [2026-01-22 01:36:00] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006918 10.0.0.41 - - [2026-01-22 01:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.41 - - [2026-01-22 01:36:00] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.036553 10.0.0.41 - - [2026-01-22 01:36:00] "POST /virtual-machines HTTP/1.1" 200 377 0.018638 10.0.0.41 - - [2026-01-22 01:36:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.028761 10.0.0.41 - - [2026-01-22 01:36:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.153124 10.0.0.41 - - [2026-01-22 01:36:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.028533 10.0.0.41 - - [2026-01-22 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.018508 10.0.0.41 - - [2026-01-22 01:36:01] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.013814 10.0.0.41 - - [2026-01-22 01:36:01] "POST /instance-ips HTTP/1.1" 200 409 0.044674 10.0.0.41 - - [2026-01-22 01:36:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.036588 10.0.0.41 - - [2026-01-22 01:36:01] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.018976 10.0.0.41 - - [2026-01-22 01:36:01] "POST /set-tag HTTP/1.1" 200 109 0.024519 10.0.0.41 - - [2026-01-22 01:36:01] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.024308 10.0.0.41 - - [2026-01-22 01:36:01] "GET /instance-ip/b56655b8-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1965 0.003439 10.0.0.41 - - [2026-01-22 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.41 - - [2026-01-22 01:36:01] "GET /loadbalancer/22b20fe7-a99c-41cd-abc8-782545e4f88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.002578 10.0.0.41 - - [2026-01-22 01:36:01] "POST /tags HTTP/1.1" 200 301 0.032558 10.0.0.41 - - [2026-01-22 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.41 - - [2026-01-22 01:36:01] "GET /tag/8215184d-ff67-4981-89a8-8bdf583173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.011973 10.0.0.41 - - [2026-01-22 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2026-01-22 01:36:01] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.027970 10.0.0.41 - - [2026-01-22 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010386 10.0.0.41 - - [2026-01-22 01:36:01] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.004361 10.0.0.41 - - [2026-01-22 01:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009072 10.0.0.41 - - [2026-01-22 01:36:01] "GET /service-appliance-set/b23bb216-4fe4-4c3a-9c26-057557da4190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002580 10.0.0.41 - - [2026-01-22 01:36:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.010451 10.0.0.41 - - [2026-01-22 01:36:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.217792 10.0.0.41 - - [2026-01-22 01:36:02] "GET /virtual-machine-interface/304eb89c-4924-45c2-a8ae-af2fdfc7a11b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2312 0.029035 10.0.0.41 - - [2026-01-22 01:36:02] "POST /instance-ips HTTP/1.1" 200 377 0.047356 10.0.0.41 - - [2026-01-22 01:36:02] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.007520 10.0.0.41 - - [2026-01-22 01:36:02] "POST /loadbalancers HTTP/1.1" 200 582 0.073751 10.0.0.41 - - [2026-01-22 01:36:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.044665 10.0.0.41 - - [2026-01-22 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008824 10.0.0.41 - - [2026-01-22 01:36:02] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.069759 10.0.0.41 - - [2026-01-22 01:36:02] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006343 10.0.0.41 - - [2026-01-22 01:36:02] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.064792 10.0.0.41 - - [2026-01-22 01:36:02] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.010626 10.0.0.41 - - [2026-01-22 01:36:02] "POST /floating-ips HTTP/1.1" 200 581 0.054996 10.0.0.41 - - [2026-01-22 01:36:02] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.067139 10.0.0.41 - - [2026-01-22 01:36:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.012989 10.0.0.41 - - [2026-01-22 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.017036 10.0.0.41 - - [2026-01-22 01:36:02] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.021510 10.0.0.41 - - [2026-01-22 01:36:02] "GET /loadbalancer-listener/172a600b-82ce-4681-806b-98ff905e6b38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.002697 10.0.0.41 - - [2026-01-22 01:36:02] "GET /loadbalancer-listener/172a600b-82ce-4681-806b-98ff905e6b38?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1194 0.003928 10.0.0.41 - - [2026-01-22 01:36:02] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.045701 10.0.0.41 - - [2026-01-22 01:36:02] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003674 10.0.0.41 - - [2026-01-22 01:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.41 - - [2026-01-22 01:36:02] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?fields=floating_ips HTTP/1.1" 200 1164 0.007147 10.0.0.41 - - [2026-01-22 01:36:02] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.005259 10.0.0.41 - - [2026-01-22 01:36:02] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.052566 10.0.0.41 - - [2026-01-22 01:36:02] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005226 10.0.0.41 - - [2026-01-22 01:36:03] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.056988 10.0.0.41 - - [2026-01-22 01:36:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.033201 10.0.0.41 - - [2026-01-22 01:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.015171 10.0.0.41 - - [2026-01-22 01:36:03] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.049713 10.0.0.41 - - [2026-01-22 01:36:03] "GET /loadbalancer-listener/eb8c3e80-6a7b-450c-aca8-161e03647758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003772 10.0.0.41 - - [2026-01-22 01:36:03] "GET /loadbalancer-listener/eb8c3e80-6a7b-450c-aca8-161e03647758?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.003761 10.0.0.41 - - [2026-01-22 01:36:03] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.037836 10.0.0.41 - - [2026-01-22 01:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007445 10.0.0.41 - - [2026-01-22 01:36:03] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.009943 10.0.0.41 - - [2026-01-22 01:36:03] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?fields=floating_ips HTTP/1.1" 200 1164 0.009060 10.0.0.41 - - [2026-01-22 01:36:03] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.014082 10.0.0.41 - - [2026-01-22 01:36:03] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.069861 10.0.0.41 - - [2026-01-22 01:36:03] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003188 10.0.0.41 - - [2026-01-22 01:36:03] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.028914 10.0.0.41 - - [2026-01-22 01:36:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.022561 10.0.0.41 - - [2026-01-22 01:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.013865 10.0.0.41 - - [2026-01-22 01:36:03] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.040790 10.0.0.41 - - [2026-01-22 01:36:03] "GET /loadbalancer-listener/afc72e36-e2fc-4a18-988b-e224f9c0090b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.002738 10.0.0.41 - - [2026-01-22 01:36:03] "GET /loadbalancer-listener/afc72e36-e2fc-4a18-988b-e224f9c0090b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.003792 10.0.0.41 - - [2026-01-22 01:36:03] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.024853 10.0.0.41 - - [2026-01-22 01:36:03] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.008450 10.0.0.41 - - [2026-01-22 01:36:03] "GET /instance-ip/8940bca9-3d51-42da-9f98-a2d59ead98c9?fields=floating_ips HTTP/1.1" 200 1164 0.013789 10.0.0.41 - - [2026-01-22 01:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006007 10.0.0.41 - - [2026-01-22 01:36:03] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.014819 10.0.0.41 - - [2026-01-22 01:36:03] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.002814 10.0.0.41 - - [2026-01-22 01:36:03] "POST /tags HTTP/1.1" 200 371 0.043292 10.0.0.41 - - [2026-01-22 01:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.41 - - [2026-01-22 01:36:03] "GET /tag/3a6bdc6e-b1b2-481a-beb9-b49ddce8916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.012045 10.0.0.41 - - [2026-01-22 01:36:03] "POST /tags HTTP/1.1" 200 319 0.023137 10.0.0.41 - - [2026-01-22 01:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.41 - - [2026-01-22 01:36:03] "GET /tag/94759a26-46fc-4ad5-8061-91d7a116e0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1147 0.013902 10.0.0.41 - - [2026-01-22 01:36:04] "POST /id-to-fqname HTTP/1.1" 200 181 0.000749 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.011158 10.0.0.41 - - [2026-01-22 01:36:04] "POST /security-groups HTTP/1.1" 200 578 0.086864 10.0.0.41 - - [2026-01-22 01:36:04] "POST /projects HTTP/1.1" 200 497 0.243018 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 404 225 0.002495 10.0.0.41 - - [2026-01-22 01:36:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.013601 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.018121 10.0.0.41 - - [2026-01-22 01:36:04] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.010237 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002127 10.0.0.41 - - [2026-01-22 01:36:04] "POST /access-control-lists HTTP/1.1" 200 587 0.106686 10.0.0.41 - - [2026-01-22 01:36:04] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.013498 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.025862 10.0.0.41 - - [2026-01-22 01:36:04] "POST /access-control-lists HTTP/1.1" 200 585 0.114354 10.0.0.41 - - [2026-01-22 01:36:04] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.136441 10.0.0.41 - - [2026-01-22 01:36:04] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.057120 10.0.0.41 - - [2026-01-22 01:36:04] "POST /security-groups HTTP/1.1" 200 558 0.084734 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 404 248 0.011446 10.0.0.41 - - [2026-01-22 01:36:04] "POST /access-control-lists HTTP/1.1" 200 610 0.035977 10.0.0.41 - - [2026-01-22 01:36:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.062742 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 404 247 0.010400 10.0.0.41 - - [2026-01-22 01:36:04] "POST /chown HTTP/1.1" 200 109 0.030460 10.0.0.41 - - [2026-01-22 01:36:04] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.019608 10.0.0.41 - - [2026-01-22 01:36:04] "POST /access-control-lists HTTP/1.1" 200 608 0.104871 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001669 10.0.0.41 - - [2026-01-22 01:36:04] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002373 10.0.0.41 - - [2026-01-22 01:36:04] "POST /tags HTTP/1.1" 409 214 0.004761 10.0.0.41 - - [2026-01-22 01:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.001978 10.0.0.41 - - [2026-01-22 01:36:04] "GET /tag/94759a26-46fc-4ad5-8061-91d7a116e0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1147 0.014326 10.0.0.41 - - [2026-01-22 01:36:05] "POST /firewall-rules HTTP/1.1" 200 578 0.084325 10.0.0.41 - - [2026-01-22 01:36:05] "GET /firewall-rule/9a384ad9-3111-4d6c-8db1-d0c21145caa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004480 10.0.0.41 - - [2026-01-22 01:36:05] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2423 0.005086 10.0.0.41 - - [2026-01-22 01:36:05] "GET /firewall-rule/9a384ad9-3111-4d6c-8db1-d0c21145caa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.003105 10.0.0.41 - - [2026-01-22 01:36:05] "POST /ref-update HTTP/1.1" 200 156 0.030368 10.0.0.41 - - [2026-01-22 01:36:05] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006578 10.0.0.41 - - [2026-01-22 01:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010032 10.0.0.41 - - [2026-01-22 01:36:05] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002938 10.0.0.41 - - [2026-01-22 01:36:05] "POST /tags HTTP/1.1" 409 214 0.002706 10.0.0.41 - - [2026-01-22 01:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002089 10.0.0.41 - - [2026-01-22 01:36:05] "GET /tag/94759a26-46fc-4ad5-8061-91d7a116e0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1147 0.010353 10.0.0.41 - - [2026-01-22 01:36:05] "POST /firewall-rules HTTP/1.1" 200 576 0.085194 10.0.0.41 - - [2026-01-22 01:36:05] "GET /firewall-rule/d8eecc94-8580-4083-9639-4169f410ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.022801 10.0.0.41 - - [2026-01-22 01:36:05] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.005064 10.0.0.41 - - [2026-01-22 01:36:05] "GET /firewall-rule/d8eecc94-8580-4083-9639-4169f410ae81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.002973 10.0.0.41 - - [2026-01-22 01:36:05] "POST /ref-update HTTP/1.1" 200 156 0.037836 10.0.0.41 - - [2026-01-22 01:36:05] "POST /tags HTTP/1.1" 200 363 0.046175 10.0.0.41 - - [2026-01-22 01:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.020161 10.0.0.41 - - [2026-01-22 01:36:05] "GET /tag/60535d87-052e-41f9-bd35-6299a8ab77c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.015222 10.0.0.41 - - [2026-01-22 01:36:05] "POST /tags HTTP/1.1" 200 311 0.072251 10.0.0.41 - - [2026-01-22 01:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011079 10.0.0.41 - - [2026-01-22 01:36:05] "GET /tag/bbca449a-72e2-43a5-945c-0eeca669ea23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.012004 10.0.0.41 - - [2026-01-22 01:36:05] "POST /id-to-fqname HTTP/1.1" 200 177 0.002454 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.009083 10.0.0.41 - - [2026-01-22 01:36:06] "POST /security-groups HTTP/1.1" 200 574 0.089189 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 404 217 0.006859 10.0.0.41 - - [2026-01-22 01:36:06] "POST /projects HTTP/1.1" 200 489 0.247423 10.0.0.41 - - [2026-01-22 01:36:06] "POST /access-control-lists HTTP/1.1" 200 583 0.039301 10.0.0.41 - - [2026-01-22 01:36:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.036282 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 404 216 0.014453 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009587 10.0.0.41 - - [2026-01-22 01:36:06] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.021456 10.0.0.41 - - [2026-01-22 01:36:06] "POST /access-control-lists HTTP/1.1" 200 581 0.074581 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008236 10.0.0.41 - - [2026-01-22 01:36:06] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.009720 10.0.0.41 - - [2026-01-22 01:36:06] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.053419 10.0.0.41 - - [2026-01-22 01:36:06] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.070291 10.0.0.41 - - [2026-01-22 01:36:06] "POST /security-groups HTTP/1.1" 200 546 0.095319 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 404 240 0.011551 10.0.0.41 - - [2026-01-22 01:36:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.029755 10.0.0.41 - - [2026-01-22 01:36:06] "POST /access-control-lists HTTP/1.1" 200 602 0.043543 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 404 239 0.009825 10.0.0.41 - - [2026-01-22 01:36:06] "POST /chown HTTP/1.1" 200 109 0.058754 10.0.0.41 - - [2026-01-22 01:36:06] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.016550 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.41 - - [2026-01-22 01:36:06] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002466 10.0.0.41 - - [2026-01-22 01:36:06] "POST /access-control-lists HTTP/1.1" 200 600 0.102228 10.0.0.41 - - [2026-01-22 01:36:06] "POST /tags HTTP/1.1" 409 210 0.014699 10.0.0.41 - - [2026-01-22 01:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.41 - - [2026-01-22 01:36:06] "GET /tag/bbca449a-72e2-43a5-945c-0eeca669ea23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.010740 10.0.0.41 - - [2026-01-22 01:36:06] "POST /firewall-rules HTTP/1.1" 200 570 0.074060 10.0.0.41 - - [2026-01-22 01:36:07] "GET /firewall-rule/494d7c06-b1a3-41f7-80d5-fac87c694f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007637 10.0.0.41 - - [2026-01-22 01:36:07] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.003840 10.0.0.41 - - [2026-01-22 01:36:07] "GET /firewall-rule/494d7c06-b1a3-41f7-80d5-fac87c694f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.003596 10.0.0.41 - - [2026-01-22 01:36:07] "POST /ref-update HTTP/1.1" 200 156 0.052532 10.0.0.41 - - [2026-01-22 01:36:07] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.015127 10.0.0.41 - - [2026-01-22 01:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001905 10.0.0.41 - - [2026-01-22 01:36:07] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002861 10.0.0.41 - - [2026-01-22 01:36:07] "POST /tags HTTP/1.1" 409 210 0.001740 10.0.0.41 - - [2026-01-22 01:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001643 10.0.0.41 - - [2026-01-22 01:36:07] "GET /tag/bbca449a-72e2-43a5-945c-0eeca669ea23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.011088 10.0.0.41 - - [2026-01-22 01:36:07] "POST /firewall-rules HTTP/1.1" 200 568 0.066431 10.0.0.41 - - [2026-01-22 01:36:07] "GET /firewall-rule/07c1f58a-ee78-483d-9435-c01238fdf55a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.013017 10.0.0.41 - - [2026-01-22 01:36:07] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004570 10.0.0.41 - - [2026-01-22 01:36:07] "GET /firewall-rule/07c1f58a-ee78-483d-9435-c01238fdf55a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.002639 10.0.0.41 - - [2026-01-22 01:36:07] "POST /ref-update HTTP/1.1" 200 156 0.048734 10.0.0.41 - - [2026-01-22 01:36:07] "POST /tags HTTP/1.1" 409 237 0.005154 10.0.0.41 - - [2026-01-22 01:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.41 - - [2026-01-22 01:36:07] "GET /tag/19fc2ead-bcab-4c0f-b9da-d360f959fe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.021027 10.0.0.41 - - [2026-01-22 01:36:07] "POST /tags HTTP/1.1" 409 210 0.002610 10.0.0.41 - - [2026-01-22 01:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.41 - - [2026-01-22 01:36:07] "GET /tag/db9d4432-a215-4349-bf24-09632f5a20d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.011903 10.0.0.41 - - [2026-01-22 01:36:07] "POST /projects HTTP/1.1" 409 223 0.002462 10.0.0.41 - - [2026-01-22 01:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001764 10.0.0.41 - - [2026-01-22 01:36:07] "GET /project/6d67e5ee-b995-441d-9d2c-2d345b55ef7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.047194 10.0.0.41 - - [2026-01-22 01:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.41 - - [2026-01-22 01:36:07] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004362 10.0.0.41 - - [2026-01-22 01:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002329 10.0.0.41 - - [2026-01-22 01:36:07] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004595 10.0.0.41 - - [2026-01-22 01:36:07] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.061570 10.0.0.41 - - [2026-01-22 01:36:07] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.063112 10.0.0.41 - - [2026-01-22 01:36:08] "POST /security-groups HTTP/1.1" 409 253 0.006428 10.0.0.41 - - [2026-01-22 01:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.41 - - [2026-01-22 01:36:08] "PUT /security-group/1ec2eba7-bb4a-4103-91d8-6c7a2159f957 HTTP/1.1" 200 262 0.070243 10.0.0.41 - - [2026-01-22 01:36:08] "PUT /access-control-list/e5545149-924a-480f-ae40-6f8b9ff5365a HTTP/1.1" 200 272 0.019353 10.0.0.41 - - [2026-01-22 01:36:08] "PUT /access-control-list/149cdf13-83a7-4068-bd80-7542c5bccf03 HTTP/1.1" 200 272 0.031292 10.0.0.41 - - [2026-01-22 01:36:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.057625 10.0.0.41 - - [2026-01-22 01:36:08] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.021674 10.0.0.41 - - [2026-01-22 01:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011201 10.0.0.41 - - [2026-01-22 01:36:08] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003621 10.0.0.41 - - [2026-01-22 01:36:08] "POST /tags HTTP/1.1" 409 210 0.002157 10.0.0.41 - - [2026-01-22 01:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.41 - - [2026-01-22 01:36:08] "GET /tag/db9d4432-a215-4349-bf24-09632f5a20d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.011631 10.0.0.41 - - [2026-01-22 01:36:08] "POST /firewall-rules HTTP/1.1" 200 570 0.095932 10.0.0.41 - - [2026-01-22 01:36:08] "GET /firewall-rule/28d9eff8-4bca-4d77-a50f-08b49a02d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012616 10.0.0.41 - - [2026-01-22 01:36:08] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3393 0.005326 10.0.0.41 - - [2026-01-22 01:36:08] "GET /firewall-rule/28d9eff8-4bca-4d77-a50f-08b49a02d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.002520 10.0.0.41 - - [2026-01-22 01:36:08] "POST /ref-update HTTP/1.1" 200 156 0.047629 10.0.0.41 - - [2026-01-22 01:36:08] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002774 10.0.0.41 - - [2026-01-22 01:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.41 - - [2026-01-22 01:36:08] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002690 10.0.0.41 - - [2026-01-22 01:36:08] "POST /tags HTTP/1.1" 409 210 0.002383 10.0.0.41 - - [2026-01-22 01:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001783 10.0.0.41 - - [2026-01-22 01:36:08] "GET /tag/db9d4432-a215-4349-bf24-09632f5a20d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.011318 10.0.0.41 - - [2026-01-22 01:36:08] "POST /firewall-rules HTTP/1.1" 200 568 0.076640 10.0.0.41 - - [2026-01-22 01:36:08] "GET /firewall-rule/dafdfd44-39f8-4bc3-8c27-6f20b0fa32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011454 10.0.0.41 - - [2026-01-22 01:36:08] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3634 0.008335 10.0.0.41 - - [2026-01-22 01:36:08] "GET /firewall-rule/dafdfd44-39f8-4bc3-8c27-6f20b0fa32d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.003155 10.0.0.41 - - [2026-01-22 01:36:08] "POST /ref-update HTTP/1.1" 200 156 0.048654 10.0.0.41 - - [2026-01-22 01:36:09] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.018283 10.0.0.41 - - [2026-01-22 01:36:09] "POST /set-tag HTTP/1.1" 200 109 0.002452 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001089 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000921 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000875 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000923 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000917 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000939 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000968 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001893 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000906 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:36:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001089 10.0.0.240 - - [2026-01-22 01:36:50] "GET / HTTP/1.1" 200 35931 0.003901 10.0.0.240 - - [2026-01-22 01:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.240 - - [2026-01-22 01:36:50] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.035098 10.0.0.240 - - [2026-01-22 01:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001901 10.0.0.240 - - [2026-01-22 01:36:50] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.011070 10.0.0.240 - - [2026-01-22 01:36:50] "PUT /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2 HTTP/1.1" 200 274 0.019703 10.0.0.240 - - [2026-01-22 01:36:50] "POST /fqname-to-id HTTP/1.1" 404 216 0.005402 10.0.0.240 - - [2026-01-22 01:36:50] "POST /virtual-routers HTTP/1.1" 200 599 0.087138 10.0.0.240 - - [2026-01-22 01:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008320 10.0.0.240 - - [2026-01-22 01:36:50] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.013831 10.0.0.240 - - [2026-01-22 01:36:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.006540 10.0.0.240 - - [2026-01-22 01:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.240 - - [2026-01-22 01:36:51] "GET /virtual-network/c8f66680-1d23-4c9c-8335-c89a95bc62f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.005640 10.0.0.240 - - [2026-01-22 01:36:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.108218 10.0.0.41 - - [2026-01-22 01:36:52] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.41 - - [2026-01-22 01:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.41 - - [2026-01-22 01:36:52] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004548 10.0.0.41 - - [2026-01-22 01:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001766 10.0.0.41 - - [2026-01-22 01:36:52] "GET /config-node/6fa6681e-876b-468e-a276-e42c77d5a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002816 10.0.0.41 - - [2026-01-22 01:37:03] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.41 - - [2026-01-22 01:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001968 10.0.0.41 - - [2026-01-22 01:37:03] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002594 10.0.0.41 - - [2026-01-22 01:37:03] "POST /bgp-routers HTTP/1.1" 409 301 0.002167 10.0.0.41 - - [2026-01-22 01:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001971 10.0.0.41 - - [2026-01-22 01:37:03] "GET /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1814 0.006532 10.0.0.41 - - [2026-01-22 01:37:03] "PUT /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3 HTTP/1.1" 200 254 0.028841 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:37:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001009 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:37:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000992 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:37:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000881 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:37:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000868 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:37:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001000 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:37:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000991 10.0.0.41 - - [2026-01-22 01:39:37] "GET /global-system-configs HTTP/1.1" 200 322 0.002679 10.0.0.41 - - [2026-01-22 01:39:38] "GET /global-system-configs HTTP/1.1" 200 322 0.001961 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:40:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001011 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:40:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001131 10.0.0.41 - - [2026-01-22 01:40:53] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003033 10.0.0.41 - - [2026-01-22 01:40:53] "POST /ref-update HTTP/1.1" 200 156 0.011557 10.0.0.41 - - [2026-01-22 01:41:00] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004569 10.0.0.41 - - [2026-01-22 01:41:00] "POST /set-tag HTTP/1.1" 200 109 0.003131 10.0.0.41 - - [2026-01-22 01:41:00] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004218 10.0.0.41 - - [2026-01-22 01:41:00] "POST /set-tag HTTP/1.1" 200 109 0.002412 10.0.0.41 - - [2026-01-22 01:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.41 - - [2026-01-22 01:41:00] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.003228 10.0.0.41 - - [2026-01-22 01:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006154 10.0.0.41 - - [2026-01-22 01:41:00] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.012071 10.0.0.41 - - [2026-01-22 01:41:00] "GET /loadbalancer-pool/94f6c025-e290-440f-bacc-839203495dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.004219 10.0.0.41 - - [2026-01-22 01:41:00] "POST /loadbalancer-members HTTP/1.1" 200 690 0.023762 10.0.0.41 - - [2026-01-22 01:41:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.017325 10.0.0.41 - - [2026-01-22 01:41:00] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009947 10.0.0.41 - - [2026-01-22 01:41:00] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004352 10.0.0.41 - - [2026-01-22 01:41:00] "POST /ref-update HTTP/1.1" 200 156 0.014359 10.0.0.41 - - [2026-01-22 01:41:00] "POST /tags HTTP/1.1" 409 205 0.013634 10.0.0.41 - - [2026-01-22 01:41:00] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1773 0.021563 10.0.0.41 - - [2026-01-22 01:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009362 10.0.0.41 - - [2026-01-22 01:41:00] "GET /tag/8215184d-ff67-4981-89a8-8bdf583173ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.013910 10.0.0.41 - - [2026-01-22 01:41:00] "PUT /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3 HTTP/1.1" 200 256 0.018587 10.0.0.41 - - [2026-01-22 01:41:00] "POST /set-tag HTTP/1.1" 200 109 0.099592 10.0.0.41 - - [2026-01-22 01:41:00] "GET /loadbalancer-pool/f7e942f8-46c7-47f7-8ab4-5b2fd22faf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.035157 10.0.0.41 - - [2026-01-22 01:41:00] "POST /loadbalancer-members HTTP/1.1" 200 690 0.072380 10.0.0.41 - - [2026-01-22 01:41:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.016389 10.0.0.41 - - [2026-01-22 01:41:00] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.014419 10.0.0.41 - - [2026-01-22 01:41:00] "POST /set-tag HTTP/1.1" 200 109 0.003200 10.0.0.41 - - [2026-01-22 01:41:00] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003781 10.0.0.41 - - [2026-01-22 01:41:00] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.41 - - [2026-01-22 01:41:00] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.007216 10.0.0.41 - - [2026-01-22 01:41:00] "GET /loadbalancer-pool/a9f9a5d8-ebdd-42f4-aae0-80344e58f526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.005481 10.0.0.41 - - [2026-01-22 01:41:00] "POST /loadbalancer-members HTTP/1.1" 200 692 0.043105 10.0.0.41 - - [2026-01-22 01:41:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.025935 10.0.0.41 - - [2026-01-22 01:41:01] "PUT /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3 HTTP/1.1" 200 256 0.059978 10.0.0.41 - - [2026-01-22 01:41:01] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.024909 10.0.0.41 - - [2026-01-22 01:41:01] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.008678 10.0.0.41 - - [2026-01-22 01:41:01] "POST /ref-update HTTP/1.1" 200 156 0.019561 10.0.0.41 - - [2026-01-22 01:41:01] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.011792 10.0.0.41 - - [2026-01-22 01:41:01] "POST /set-tag HTTP/1.1" 200 109 0.015868 10.0.0.41 - - [2026-01-22 01:41:01] "PUT /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3 HTTP/1.1" 200 256 0.017762 10.0.0.41 - - [2026-01-22 01:41:13] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004491 10.0.0.41 - - [2026-01-22 01:41:13] "POST /set-tag HTTP/1.1" 200 109 0.002828 10.0.0.41 - - [2026-01-22 01:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.41 - - [2026-01-22 01:41:14] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.002727 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003690 10.0.0.41 - - [2026-01-22 01:41:14] "POST /set-tag HTTP/1.1" 200 109 0.028867 10.0.0.41 - - [2026-01-22 01:41:14] "DELETE /loadbalancer-member/07970d4b-9d02-422e-80e4-0bd316059fae HTTP/1.1" 200 115 0.034622 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.016164 10.0.0.41 - - [2026-01-22 01:41:14] "POST /set-tag HTTP/1.1" 200 109 0.005528 10.0.0.41 - - [2026-01-22 01:41:14] "DELETE /loadbalancer-member/2e97093b-6808-4238-8bfb-50408e368f69 HTTP/1.1" 200 115 0.068244 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009705 10.0.0.41 - - [2026-01-22 01:41:14] "POST /set-tag HTTP/1.1" 200 109 0.004158 10.0.0.41 - - [2026-01-22 01:41:14] "DELETE /loadbalancer-member/3d1723ad-0fd1-4b5c-91ab-61fea631b7aa HTTP/1.1" 200 115 0.048204 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004752 10.0.0.41 - - [2026-01-22 01:41:14] "POST /set-tag HTTP/1.1" 200 109 0.002517 10.0.0.41 - - [2026-01-22 01:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001963 10.0.0.41 - - [2026-01-22 01:41:14] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006127 10.0.0.41 - - [2026-01-22 01:41:14] "GET /loadbalancer-pool/94f6c025-e290-440f-bacc-839203495dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.002617 10.0.0.41 - - [2026-01-22 01:41:14] "POST /loadbalancer-members HTTP/1.1" 200 690 0.016341 10.0.0.41 - - [2026-01-22 01:41:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.015110 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009522 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.012628 10.0.0.41 - - [2026-01-22 01:41:14] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005756 10.0.0.41 - - [2026-01-22 01:41:14] "POST /set-tag HTTP/1.1" 200 109 0.063928 10.0.0.41 - - [2026-01-22 01:41:14] "GET /loadbalancer-pool/f7e942f8-46c7-47f7-8ab4-5b2fd22faf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.025391 10.0.0.41 - - [2026-01-22 01:41:14] "POST /loadbalancer-members HTTP/1.1" 200 690 0.037968 10.0.0.41 - - [2026-01-22 01:41:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.011539 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.032530 10.0.0.41 - - [2026-01-22 01:41:14] "POST /set-tag HTTP/1.1" 200 109 0.003827 10.0.0.41 - - [2026-01-22 01:41:14] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007123 10.0.0.41 - - [2026-01-22 01:41:14] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.002675 10.0.0.41 - - [2026-01-22 01:41:14] "GET /loadbalancer-pool/a9f9a5d8-ebdd-42f4-aae0-80344e58f526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.011101 10.0.0.41 - - [2026-01-22 01:41:14] "POST /loadbalancer-members HTTP/1.1" 200 692 0.034392 10.0.0.41 - - [2026-01-22 01:41:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.036450 10.0.0.41 - - [2026-01-22 01:41:15] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.025404 10.0.0.41 - - [2026-01-22 01:41:15] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007933 10.0.0.41 - - [2026-01-22 01:41:15] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.002538 10.0.0.41 - - [2026-01-22 01:41:15] "POST /set-tag HTTP/1.1" 200 109 0.002463 10.0.0.41 - - [2026-01-22 01:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002071 10.0.0.41 - - [2026-01-22 01:41:31] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004882 10.0.0.240 - - [2026-01-22 01:41:32] "GET / HTTP/1.1" 200 35931 0.001515 10.0.0.240 - - [2026-01-22 01:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.240 - - [2026-01-22 01:41:32] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004487 10.0.0.240 - - [2026-01-22 01:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001722 10.0.0.240 - - [2026-01-22 01:41:32] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003097 10.0.0.240 - - [2026-01-22 01:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001873 10.0.0.240 - - [2026-01-22 01:41:32] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.002461 10.0.0.240 - - [2026-01-22 01:41:33] "PUT /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49 HTTP/1.1" 200 262 0.009192 10.0.0.240 - - [2026-01-22 01:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001903 10.0.0.240 - - [2026-01-22 01:41:33] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.002576 10.0.0.240 - - [2026-01-22 01:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001999 10.0.0.240 - - [2026-01-22 01:41:33] "GET /virtual-machine-interface/9b80ac2f-3c28-4e8d-9998-66b53b40c2b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1915 0.020574 10.0.0.240 - - [2026-01-22 01:41:33] "PUT /virtual-machine-interface/9b80ac2f-3c28-4e8d-9998-66b53b40c2b5 HTTP/1.1" 200 284 0.022536 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:41:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000885 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:41:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000895 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:41:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001034 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:41:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000926 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:41:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000822 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:41:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000874 10.0.0.41 - - [2026-01-22 01:42:58] "GET / HTTP/1.1" 200 35931 0.001946 10.0.0.41 - - [2026-01-22 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.41 - - [2026-01-22 01:42:58] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.043161 10.0.0.41 - - [2026-01-22 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001943 10.0.0.41 - - [2026-01-22 01:42:58] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.023483 10.0.0.41 - - [2026-01-22 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.41 - - [2026-01-22 01:42:58] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.033237 10.0.0.41 - - [2026-01-22 01:42:58] "POST /tags HTTP/1.1" 200 333 0.035042 10.0.0.41 - - [2026-01-22 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008762 10.0.0.41 - - [2026-01-22 01:42:58] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.017263 10.0.0.41 - - [2026-01-22 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.41 - - [2026-01-22 01:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.41 - - [2026-01-22 01:42:58] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.042992 10.0.0.41 - - [2026-01-22 01:42:59] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.067641 10.0.0.41 - - [2026-01-22 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001987 10.0.0.41 - - [2026-01-22 01:42:59] "GET /virtual-networks?parent_id=8b816c9e-7911-49b4-8abd-186bdeea4925&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.002096 10.0.0.41 - - [2026-01-22 01:42:59] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.018370 10.0.0.41 - - [2026-01-22 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002099 10.0.0.41 - - [2026-01-22 01:42:59] "GET /service-appliance-set/b23bb216-4fe4-4c3a-9c26-057557da4190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002309 10.0.0.41 - - [2026-01-22 01:42:59] "POST /virtual-networks HTTP/1.1" 200 512 0.065513 10.0.0.41 - - [2026-01-22 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.016467 10.0.0.41 - - [2026-01-22 01:42:59] "POST /fqname-to-id HTTP/1.1" 404 254 0.001934 10.0.0.41 - - [2026-01-22 01:42:59] "GET /network-ipam/fab877c6-b111-401c-979e-f0e8b06d37a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.040892 10.0.0.41 - - [2026-01-22 01:42:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.098130 10.0.0.41 - - [2026-01-22 01:42:59] "GET /virtual-machine-interface/37def874-a671-431c-8526-b7a3f5964787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.013140 10.0.0.41 - - [2026-01-22 01:42:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009208 10.0.0.41 - - [2026-01-22 01:42:59] "POST /ref-update HTTP/1.1" 200 156 0.095833 10.0.0.41 - - [2026-01-22 01:42:59] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.013624 10.0.0.41 - - [2026-01-22 01:42:59] "POST /instance-ips HTTP/1.1" 200 409 0.034533 10.0.0.41 - - [2026-01-22 01:42:59] "GET /domains HTTP/1.1" 200 280 0.002857 10.0.0.41 - - [2026-01-22 01:42:59] "GET /instance-ip/3c4f9556-97dd-4fbb-8a7a-10e87b22cc46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.006757 10.0.0.41 - - [2026-01-22 01:42:59] "GET /domain/ce496823-d2ed-425d-8f2a-b3dd4ad6f805 HTTP/1.1" 200 3087 0.012399 10.0.0.41 - - [2026-01-22 01:42:59] "POST /loadbalancers HTTP/1.1" 200 610 0.085384 10.0.0.41 - - [2026-01-22 01:42:59] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925 HTTP/1.1" 200 5716 0.119869 10.0.0.41 - - [2026-01-22 01:42:59] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2086 0.020620 10.0.0.41 - - [2026-01-22 01:42:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.036444 10.0.0.41 - - [2026-01-22 01:42:59] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2086 0.013524 10.0.0.41 - - [2026-01-22 01:42:59] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.086440 10.0.0.41 - - [2026-01-22 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.41 - - [2026-01-22 01:42:59] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 200 1179 0.013259 10.0.0.41 - - [2026-01-22 01:42:59] "GET /instance-ip/3c4f9556-97dd-4fbb-8a7a-10e87b22cc46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.014047 10.0.0.41 - - [2026-01-22 01:42:59] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 200 1179 0.003882 10.0.0.41 - - [2026-01-22 01:42:59] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.043838 10.0.0.41 - - [2026-01-22 01:42:59] "POST /route-targets HTTP/1.1" 200 327 0.030117 10.0.0.41 - - [2026-01-22 01:42:59] "POST /ref-update HTTP/1.1" 200 156 0.020779 10.0.0.41 - - [2026-01-22 01:42:59] "POST /floating-ips HTTP/1.1" 200 597 0.039969 10.0.0.41 - - [2026-01-22 01:42:59] "GET /loadbalancer/3c8b3c35-cce2-4461-bbdb-f5ab150108f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010212 10.0.0.41 - - [2026-01-22 01:42:59] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.035106 10.0.0.41 - - [2026-01-22 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001892 10.0.0.41 - - [2026-01-22 01:42:59] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.035769 10.0.0.41 - - [2026-01-22 01:42:59] "GET /loadbalancer-listener/e787edd5-221d-4378-a80a-55364b9632c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1805 0.006550 10.0.0.41 - - [2026-01-22 01:42:59] "GET /loadbalancer-listener/e787edd5-221d-4378-a80a-55364b9632c4?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1224 0.003060 10.0.0.41 - - [2026-01-22 01:42:59] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.031749 10.0.0.41 - - [2026-01-22 01:42:59] "GET /instance-ip/3c4f9556-97dd-4fbb-8a7a-10e87b22cc46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.002840 10.0.0.41 - - [2026-01-22 01:42:59] "GET /instance-ip/3c4f9556-97dd-4fbb-8a7a-10e87b22cc46?fields=floating_ips HTTP/1.1" 200 1211 0.006345 10.0.0.41 - - [2026-01-22 01:42:59] "GET /floating-ip/9e7efc4f-6d2f-4afa-9247-1f943e895a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.002450 10.0.0.41 - - [2026-01-22 01:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001787 10.0.0.41 - - [2026-01-22 01:42:59] "GET /loadbalancer/3c8b3c35-cce2-4461-bbdb-f5ab150108f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002354 10.0.0.41 - - [2026-01-22 01:43:00] "POST /tags HTTP/1.1" 200 295 0.047898 10.0.0.41 - - [2026-01-22 01:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008399 10.0.0.41 - - [2026-01-22 01:43:00] "GET /tag/b71ba4ca-9f57-41d4-bbd7-0e9d8f216248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.018758 10.0.0.41 - - [2026-01-22 01:43:00] "POST /tags HTTP/1.1" 409 233 0.002231 10.0.0.41 - - [2026-01-22 01:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001898 10.0.0.41 - - [2026-01-22 01:43:00] "GET /tag/6b66c451-f407-4d81-b920-57a79a132354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.011429 10.0.0.41 - - [2026-01-22 01:43:00] "POST /tags HTTP/1.1" 409 206 0.002135 10.0.0.41 - - [2026-01-22 01:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001703 10.0.0.41 - - [2026-01-22 01:43:00] "GET /tag/82d44fc3-db5b-4dd0-8225-72f45ac5a0dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.010252 10.0.0.41 - - [2026-01-22 01:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001798 10.0.0.41 - - [2026-01-22 01:43:00] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004715 10.0.0.41 - - [2026-01-22 01:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002076 10.0.0.41 - - [2026-01-22 01:43:00] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.033433 10.0.0.41 - - [2026-01-22 01:43:00] "POST /virtual-machines HTTP/1.1" 200 369 0.010081 10.0.0.41 - - [2026-01-22 01:43:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.015260 10.0.0.41 - - [2026-01-22 01:43:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.125057 10.0.0.41 - - [2026-01-22 01:43:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.012107 10.0.0.41 - - [2026-01-22 01:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008315 10.0.0.41 - - [2026-01-22 01:43:00] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.004031 10.0.0.41 - - [2026-01-22 01:43:00] "POST /instance-ips HTTP/1.1" 200 409 0.024833 10.0.0.41 - - [2026-01-22 01:43:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.029810 10.0.0.41 - - [2026-01-22 01:43:00] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.018447 10.0.0.41 - - [2026-01-22 01:43:00] "POST /set-tag HTTP/1.1" 200 109 0.019993 10.0.0.41 - - [2026-01-22 01:43:00] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.023569 10.0.0.41 - - [2026-01-22 01:43:00] "GET /instance-ip/af5eef58-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003088 10.0.0.41 - - [2026-01-22 01:43:00] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004070 10.0.0.41 - - [2026-01-22 01:43:00] "POST /set-tag HTTP/1.1" 200 109 0.004973 10.0.0.41 - - [2026-01-22 01:43:00] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005458 10.0.0.41 - - [2026-01-22 01:43:00] "POST /ref-update HTTP/1.1" 200 156 0.010759 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.033422 10.0.0.41 - - [2026-01-22 01:43:01] "POST /set-tag HTTP/1.1" 200 109 0.004304 10.0.0.41 - - [2026-01-22 01:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.012294 10.0.0.41 - - [2026-01-22 01:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010467 10.0.0.41 - - [2026-01-22 01:43:01] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.042478 10.0.0.41 - - [2026-01-22 01:43:01] "POST /virtual-machines HTTP/1.1" 200 369 0.012587 10.0.0.41 - - [2026-01-22 01:43:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.019253 10.0.0.41 - - [2026-01-22 01:43:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.119297 10.0.0.41 - - [2026-01-22 01:43:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.009338 10.0.0.41 - - [2026-01-22 01:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001651 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.004646 10.0.0.41 - - [2026-01-22 01:43:01] "POST /instance-ips HTTP/1.1" 200 409 0.018446 10.0.0.41 - - [2026-01-22 01:43:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.022366 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2852 0.008313 10.0.0.41 - - [2026-01-22 01:43:01] "POST /set-tag HTTP/1.1" 200 109 0.020062 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.010852 10.0.0.41 - - [2026-01-22 01:43:01] "GET /instance-ip/afdd01d6-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003158 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004918 10.0.0.41 - - [2026-01-22 01:43:01] "POST /set-tag HTTP/1.1" 200 109 0.002326 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1686 0.003557 10.0.0.41 - - [2026-01-22 01:43:01] "POST /ref-update HTTP/1.1" 200 156 0.008868 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004356 10.0.0.41 - - [2026-01-22 01:43:01] "POST /set-tag HTTP/1.1" 200 109 0.002300 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004800 10.0.0.41 - - [2026-01-22 01:43:01] "POST /set-tag HTTP/1.1" 200 109 0.004173 10.0.0.41 - - [2026-01-22 01:43:01] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004488 10.0.0.41 - - [2026-01-22 01:43:01] "POST /set-tag HTTP/1.1" 200 109 0.004240 10.0.0.41 - - [2026-01-22 01:43:04] "GET /domains HTTP/1.1" 200 280 0.002111 10.0.0.41 - - [2026-01-22 01:43:04] "GET /domain/ce496823-d2ed-425d-8f2a-b3dd4ad6f805 HTTP/1.1" 200 3087 0.003055 10.0.0.41 - - [2026-01-22 01:43:04] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925 HTTP/1.1" 200 7064 0.036642 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2086 0.015187 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2086 0.009430 10.0.0.41 - - [2026-01-22 01:43:04] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 200 1400 0.009374 10.0.0.41 - - [2026-01-22 01:43:04] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 200 1400 0.002927 10.0.0.41 - - [2026-01-22 01:43:04] "GET /route-target/710ccac9-2641-4877-93f1-a6f46ffc9e36 HTTP/1.1" 200 1152 0.003628 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2086 0.004574 10.0.0.41 - - [2026-01-22 01:43:04] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 200 1400 0.004112 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.004812 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2086 0.005171 10.0.0.41 - - [2026-01-22 01:43:04] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 200 1400 0.003010 10.0.0.41 - - [2026-01-22 01:43:04] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 200 1400 0.003051 10.0.0.41 - - [2026-01-22 01:43:04] "GET /route-target/710ccac9-2641-4877-93f1-a6f46ffc9e36 HTTP/1.1" 200 1152 0.002589 10.0.0.41 - - [2026-01-22 01:43:04] "GET /domains HTTP/1.1" 200 280 0.002062 10.0.0.41 - - [2026-01-22 01:43:04] "GET /domain/ce496823-d2ed-425d-8f2a-b3dd4ad6f805 HTTP/1.1" 200 3087 0.003403 10.0.0.41 - - [2026-01-22 01:43:04] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925 HTTP/1.1" 200 7064 0.028491 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2086 0.005152 10.0.0.41 - - [2026-01-22 01:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.41 - - [2026-01-22 01:43:04] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.041004 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.005011 10.0.0.41 - - [2026-01-22 01:43:04] "GET /floating-ip-pools?parent_id=dcf8a101-c964-4ce3-8fbb-3e38c901f79a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003522 10.0.0.41 - - [2026-01-22 01:43:04] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.004954 10.0.0.41 - - [2026-01-22 01:43:05] "POST /floating-ip-pools HTTP/1.1" 200 562 0.022521 10.0.0.41 - - [2026-01-22 01:43:05] "POST /ref-update HTTP/1.1" 200 156 0.014245 10.0.0.41 - - [2026-01-22 01:43:05] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.004782 10.0.0.41 - - [2026-01-22 01:43:05] "GET /domains HTTP/1.1" 200 280 0.002175 10.0.0.41 - - [2026-01-22 01:43:05] "GET /domain/ce496823-d2ed-425d-8f2a-b3dd4ad6f805 HTTP/1.1" 200 3087 0.004534 10.0.0.41 - - [2026-01-22 01:43:05] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925 HTTP/1.1" 200 7320 0.050474 10.0.0.41 - - [2026-01-22 01:43:05] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2324 0.007265 10.0.0.41 - - [2026-01-22 01:43:05] "GET /floating-ip-pool/ab169cd6-4d0b-4471-97f9-4f7891efeb34 HTTP/1.1" 200 1315 0.004011 10.0.0.41 - - [2026-01-22 01:43:05] "GET /domains HTTP/1.1" 200 280 0.002202 10.0.0.41 - - [2026-01-22 01:43:05] "GET /domain/ce496823-d2ed-425d-8f2a-b3dd4ad6f805 HTTP/1.1" 200 3087 0.003494 10.0.0.41 - - [2026-01-22 01:43:05] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925 HTTP/1.1" 200 7320 0.038532 10.0.0.41 - - [2026-01-22 01:43:05] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 2324 0.004553 10.0.0.41 - - [2026-01-22 01:43:05] "GET /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1857 0.004338 10.0.0.41 - - [2026-01-22 01:43:05] "POST /tags HTTP/1.1" 200 365 0.061001 10.0.0.41 - - [2026-01-22 01:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006731 10.0.0.41 - - [2026-01-22 01:43:05] "GET /tag/06925830-df23-43a3-a8c4-309e0665e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1236 0.018574 10.0.0.41 - - [2026-01-22 01:43:05] "POST /tags HTTP/1.1" 409 206 0.002465 10.0.0.41 - - [2026-01-22 01:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.41 - - [2026-01-22 01:43:05] "GET /tag/82d44fc3-db5b-4dd0-8225-72f45ac5a0dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.010870 10.0.0.41 - - [2026-01-22 01:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002002 10.0.0.41 - - [2026-01-22 01:43:05] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.039451 10.0.0.41 - - [2026-01-22 01:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.41 - - [2026-01-22 01:43:05] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.004056 10.0.0.41 - - [2026-01-22 01:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001767 10.0.0.41 - - [2026-01-22 01:43:05] "GET /service-appliance-set/1f5672ba-44f2-459e-995c-e11fb0c9d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.004512 10.0.0.41 - - [2026-01-22 01:43:05] "POST /fqname-to-id HTTP/1.1" 404 258 0.001940 10.0.0.41 - - [2026-01-22 01:43:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.097809 10.0.0.41 - - [2026-01-22 01:43:05] "GET /virtual-machine-interface/1b422a85-8280-4b8e-8ea7-87b4c4a2e248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.012794 10.0.0.41 - - [2026-01-22 01:43:05] "POST /set-tag HTTP/1.1" 200 109 0.024807 10.0.0.41 - - [2026-01-22 01:43:05] "POST /instance-ips HTTP/1.1" 200 417 0.045184 10.0.0.41 - - [2026-01-22 01:43:05] "GET /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005833 10.0.0.41 - - [2026-01-22 01:43:06] "POST /loadbalancers HTTP/1.1" 200 618 0.064525 10.0.0.41 - - [2026-01-22 01:43:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.021547 10.0.0.41 - - [2026-01-22 01:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008459 10.0.0.41 - - [2026-01-22 01:43:06] "POST /service-instances HTTP/1.1" 200 566 0.032293 10.0.0.41 - - [2026-01-22 01:43:06] "POST /ref-update HTTP/1.1" 200 156 0.011112 10.0.0.41 - - [2026-01-22 01:43:06] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.057461 10.0.0.41 - - [2026-01-22 01:43:06] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.028139 10.0.0.41 - - [2026-01-22 01:43:06] "GET /virtual-machine-interface/1b422a85-8280-4b8e-8ea7-87b4c4a2e248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.019875 10.0.0.41 - - [2026-01-22 01:43:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.033014 10.0.0.41 - - [2026-01-22 01:43:06] "GET /virtual-machine-interface/1b422a85-8280-4b8e-8ea7-87b4c4a2e248?fields=floating_ip_back_refs HTTP/1.1" 200 1179 0.018697 10.0.0.41 - - [2026-01-22 01:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008104 10.0.0.41 - - [2026-01-22 01:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.41 - - [2026-01-22 01:43:06] "GET /floating-ip-pool/ab169cd6-4d0b-4471-97f9-4f7891efeb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.009185 10.0.0.41 - - [2026-01-22 01:43:06] "POST /virtual-machines HTTP/1.1" 200 429 0.031844 10.0.0.41 - - [2026-01-22 01:43:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.116882 10.0.0.41 - - [2026-01-22 01:43:06] "POST /floating-ips HTTP/1.1" 200 671 0.175562 10.0.0.41 - - [2026-01-22 01:43:06] "POST /chown HTTP/1.1" 200 109 0.052791 10.0.0.41 - - [2026-01-22 01:43:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.016608 10.0.0.41 - - [2026-01-22 01:43:06] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006771 10.0.0.41 - - [2026-01-22 01:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001734 10.0.0.41 - - [2026-01-22 01:43:06] "POST /chown HTTP/1.1" 200 109 0.010486 10.0.0.41 - - [2026-01-22 01:43:06] "PUT /virtual-machine-interface/e31b2667-1dc0-4c45-8df4-7f7bb94943cb HTTP/1.1" 200 284 0.022839 10.0.0.41 - - [2026-01-22 01:43:06] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.006844 10.0.0.41 - - [2026-01-22 01:43:06] "POST /tags HTTP/1.1" 409 221 0.002136 10.0.0.41 - - [2026-01-22 01:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001484 10.0.0.41 - - [2026-01-22 01:43:06] "PUT /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703 HTTP/1.1" 200 256 0.028078 10.0.0.41 - - [2026-01-22 01:43:06] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.017734 10.0.0.41 - - [2026-01-22 01:43:06] "POST /tags HTTP/1.1" 409 238 0.002541 10.0.0.41 - - [2026-01-22 01:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002253 10.0.0.41 - - [2026-01-22 01:43:06] "POST /ref-update HTTP/1.1" 200 156 0.035430 10.0.0.41 - - [2026-01-22 01:43:06] "GET /tag/06925830-df23-43a3-a8c4-309e0665e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1236 0.021311 10.0.0.41 - - [2026-01-22 01:43:06] "POST /ref-update HTTP/1.1" 200 156 0.062838 10.0.0.41 - - [2026-01-22 01:43:06] "POST /ref-update HTTP/1.1" 200 156 0.028210 10.0.0.41 - - [2026-01-22 01:43:06] "POST /firewall-rules HTTP/1.1" 200 650 0.130123 10.0.0.41 - - [2026-01-22 01:43:06] "POST /ref-update HTTP/1.1" 200 156 0.063811 10.0.0.41 - - [2026-01-22 01:43:06] "GET /firewall-rule/b7bf65ed-eeb4-41bd-ab79-1ad547281c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.012803 10.0.0.41 - - [2026-01-22 01:43:06] "POST /ref-update HTTP/1.1" 200 156 0.035250 10.0.0.41 - - [2026-01-22 01:43:06] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.016122 10.0.0.41 - - [2026-01-22 01:43:06] "GET /firewall-rule/b7bf65ed-eeb4-41bd-ab79-1ad547281c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.012474 10.0.0.41 - - [2026-01-22 01:43:07] "POST /ref-update HTTP/1.1" 200 156 0.044902 10.0.0.41 - - [2026-01-22 01:43:07] "POST /ref-update HTTP/1.1" 200 156 0.084263 10.0.0.41 - - [2026-01-22 01:43:07] "POST /virtual-machines HTTP/1.1" 200 429 0.037533 10.0.0.41 - - [2026-01-22 01:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005763 10.0.0.41 - - [2026-01-22 01:43:07] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.061891 10.0.0.41 - - [2026-01-22 01:43:07] "GET /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.003507 10.0.0.41 - - [2026-01-22 01:43:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.190243 10.0.0.41 - - [2026-01-22 01:43:07] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.080270 10.0.0.41 - - [2026-01-22 01:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.41 - - [2026-01-22 01:43:07] "POST /chown HTTP/1.1" 200 109 0.045629 10.0.0.41 - - [2026-01-22 01:43:07] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.049398 10.0.0.41 - - [2026-01-22 01:43:07] "POST /chown HTTP/1.1" 200 109 0.006177 10.0.0.41 - - [2026-01-22 01:43:07] "PUT /virtual-machine-interface/cd3a4f59-e832-4762-ac37-c12d4bb83989 HTTP/1.1" 200 284 0.019064 10.0.0.41 - - [2026-01-22 01:43:07] "GET /loadbalancer-listener/e4024f7f-fbb1-4899-a2aa-2f44a811b794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.025784 10.0.0.41 - - [2026-01-22 01:43:07] "GET /loadbalancer-listener/e4024f7f-fbb1-4899-a2aa-2f44a811b794?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.006246 10.0.0.41 - - [2026-01-22 01:43:07] "PUT /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703 HTTP/1.1" 200 256 0.034921 10.0.0.41 - - [2026-01-22 01:43:07] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.044348 10.0.0.41 - - [2026-01-22 01:43:07] "POST /ref-update HTTP/1.1" 200 156 0.027485 10.0.0.41 - - [2026-01-22 01:43:07] "POST /ref-update HTTP/1.1" 200 156 0.039044 10.0.0.41 - - [2026-01-22 01:43:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.026104 10.0.0.41 - - [2026-01-22 01:43:07] "GET /loadbalancer-pool/801f4f4b-c642-417b-a3f6-34f613992e0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.019008 10.0.0.41 - - [2026-01-22 01:43:07] "POST /ref-update HTTP/1.1" 200 156 0.040691 10.0.0.41 - - [2026-01-22 01:43:07] "POST /loadbalancer-members HTTP/1.1" 200 707 0.038446 10.0.0.41 - - [2026-01-22 01:43:07] "POST /ref-update HTTP/1.1" 200 156 0.012069 10.0.0.41 - - [2026-01-22 01:43:07] "POST /ref-update HTTP/1.1" 200 156 0.030742 10.0.0.41 - - [2026-01-22 01:43:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.044561 10.0.0.41 - - [2026-01-22 01:43:07] "GET /loadbalancer-member/2b60051d-69a8-40f1-8c13-af0ad9d6024f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.024139 10.0.0.41 - - [2026-01-22 01:43:07] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002313 10.0.0.41 - - [2026-01-22 01:43:07] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.027249 10.0.0.41 - - [2026-01-22 01:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.41 - - [2026-01-22 01:43:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.008790 10.0.0.41 - - [2026-01-22 01:43:07] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003208 10.0.0.41 - - [2026-01-22 01:43:07] "POST /tags HTTP/1.1" 409 221 0.011058 10.0.0.41 - - [2026-01-22 01:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002104 10.0.0.41 - - [2026-01-22 01:43:07] "POST /chown HTTP/1.1" 200 109 0.006721 10.0.0.41 - - [2026-01-22 01:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001939 10.0.0.41 - - [2026-01-22 01:43:07] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.010893 10.0.0.41 - - [2026-01-22 01:43:07] "POST /tags HTTP/1.1" 409 238 0.002051 10.0.0.41 - - [2026-01-22 01:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009326 10.0.0.41 - - [2026-01-22 01:43:07] "POST /chown HTTP/1.1" 200 109 0.017356 10.0.0.41 - - [2026-01-22 01:43:07] "PUT /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703 HTTP/1.1" 200 256 0.017482 10.0.0.41 - - [2026-01-22 01:43:08] "GET /tag/06925830-df23-43a3-a8c4-309e0665e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1236 0.014726 10.0.0.41 - - [2026-01-22 01:43:08] "POST /firewall-rules HTTP/1.1" 409 293 0.002546 10.0.0.41 - - [2026-01-22 01:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001792 10.0.0.41 - - [2026-01-22 01:43:08] "POST /ref-update HTTP/1.1" 200 156 0.036311 10.0.0.41 - - [2026-01-22 01:43:08] "POST /chown HTTP/1.1" 200 109 0.010395 10.0.0.41 - - [2026-01-22 01:43:08] "POST /chown HTTP/1.1" 200 109 0.025718 10.0.0.41 - - [2026-01-22 01:43:08] "PUT /firewall-rule/b7bf65ed-eeb4-41bd-ab79-1ad547281c5b HTTP/1.1" 200 260 0.058250 10.0.0.41 - - [2026-01-22 01:43:08] "GET /firewall-rule/b7bf65ed-eeb4-41bd-ab79-1ad547281c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005664 10.0.0.41 - - [2026-01-22 01:43:08] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.007242 10.0.0.41 - - [2026-01-22 01:43:08] "PUT /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703 HTTP/1.1" 200 256 0.040258 10.0.0.41 - - [2026-01-22 01:43:08] "GET /firewall-rule/b7bf65ed-eeb4-41bd-ab79-1ad547281c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002859 10.0.0.41 - - [2026-01-22 01:43:08] "POST /ref-update HTTP/1.1" 200 156 0.018754 10.0.0.41 - - [2026-01-22 01:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006046 10.0.0.41 - - [2026-01-22 01:43:08] "POST /chown HTTP/1.1" 200 109 0.008085 10.0.0.41 - - [2026-01-22 01:43:08] "POST /chown HTTP/1.1" 200 109 0.011172 10.0.0.41 - - [2026-01-22 01:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274 10.0.0.41 - - [2026-01-22 01:43:08] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.008219 10.0.0.41 - - [2026-01-22 01:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007104 10.0.0.41 - - [2026-01-22 01:43:08] "PUT /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703 HTTP/1.1" 200 256 0.055440 10.0.0.41 - - [2026-01-22 01:43:08] "POST /ref-update HTTP/1.1" 200 156 0.029739 10.0.0.41 - - [2026-01-22 01:43:08] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.037735 10.0.0.41 - - [2026-01-22 01:43:08] "POST /virtual-machines HTTP/1.1" 200 373 0.014929 10.0.0.41 - - [2026-01-22 01:43:08] "POST /chown HTTP/1.1" 200 109 0.021749 10.0.0.41 - - [2026-01-22 01:43:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.046509 10.0.0.41 - - [2026-01-22 01:43:08] "POST /chown HTTP/1.1" 200 109 0.045961 10.0.0.41 - - [2026-01-22 01:43:08] "PUT /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703 HTTP/1.1" 200 256 0.029397 10.0.0.41 - - [2026-01-22 01:43:08] "POST /ref-update HTTP/1.1" 200 156 0.057241 10.0.0.41 - - [2026-01-22 01:43:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.162959 10.0.0.41 - - [2026-01-22 01:43:08] "POST /ref-update HTTP/1.1" 200 156 0.021421 10.0.0.41 - - [2026-01-22 01:43:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.009212 10.0.0.41 - - [2026-01-22 01:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008580 10.0.0.41 - - [2026-01-22 01:43:08] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006017 10.0.0.41 - - [2026-01-22 01:43:08] "POST /ref-update HTTP/1.1" 200 156 0.007298 10.0.0.41 - - [2026-01-22 01:43:08] "POST /instance-ips HTTP/1.1" 200 413 0.025112 10.0.0.41 - - [2026-01-22 01:43:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.031006 10.0.0.41 - - [2026-01-22 01:43:08] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.016183 10.0.0.41 - - [2026-01-22 01:43:08] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.013456 10.0.0.41 - - [2026-01-22 01:43:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.014575 10.0.0.41 - - [2026-01-22 01:43:08] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.020136 10.0.0.41 - - [2026-01-22 01:43:09] "POST /set-tag HTTP/1.1" 200 109 0.060336 10.0.0.41 - - [2026-01-22 01:43:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.024104 10.0.0.41 - - [2026-01-22 01:43:09] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.016456 10.0.0.41 - - [2026-01-22 01:43:09] "GET /instance-ip/b4395518-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009082 10.0.0.41 - - [2026-01-22 01:43:09] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.006934 10.0.0.41 - - [2026-01-22 01:43:09] "POST /set-tag HTTP/1.1" 200 109 0.003664 10.0.0.41 - - [2026-01-22 01:43:09] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006329 10.0.0.41 - - [2026-01-22 01:43:09] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.014289 10.0.0.41 - - [2026-01-22 01:43:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.012157 10.0.0.41 - - [2026-01-22 01:43:09] "POST /ref-update HTTP/1.1" 200 156 0.012793 10.0.0.41 - - [2026-01-22 01:43:09] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.018032 10.0.0.41 - - [2026-01-22 01:43:09] "POST /set-tag HTTP/1.1" 200 109 0.002755 10.0.0.41 - - [2026-01-22 01:43:09] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.027028 10.0.0.41 - - [2026-01-22 01:43:09] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.005802 10.0.0.41 - - [2026-01-22 01:43:09] "POST /set-tag HTTP/1.1" 200 109 0.002269 10.0.0.41 - - [2026-01-22 01:43:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.013546 10.0.0.41 - - [2026-01-22 01:43:09] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.009286 10.0.0.41 - - [2026-01-22 01:43:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.019062 10.0.0.41 - - [2026-01-22 01:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009143 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.009760 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.026832 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.016440 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.007726 10.0.0.41 - - [2026-01-22 01:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.007497 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.007432 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.013171 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.020203 10.0.0.41 - - [2026-01-22 01:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.006625 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.014019 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.013753 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.005927 10.0.0.41 - - [2026-01-22 01:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.006354 10.0.0.41 - - [2026-01-22 01:43:09] "POST /chown HTTP/1.1" 200 109 0.007552 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.020316 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.019406 10.0.0.41 - - [2026-01-22 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001991 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.012006 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.020101 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.008522 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.039757 10.0.0.41 - - [2026-01-22 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001918 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.006896 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.019320 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.012594 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.008126 10.0.0.41 - - [2026-01-22 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002192 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.006114 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.009571 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.011817 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.018714 10.0.0.41 - - [2026-01-22 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.007487 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.009687 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.009333 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.019561 10.0.0.41 - - [2026-01-22 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001672 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.010787 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.026797 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.015403 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.009929 10.0.0.41 - - [2026-01-22 01:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006696 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.009398 10.0.0.41 - - [2026-01-22 01:43:10] "POST /chown HTTP/1.1" 200 109 0.009517 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.015000 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.023412 10.0.0.41 - - [2026-01-22 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.009109 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.022940 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.010350 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.025253 10.0.0.41 - - [2026-01-22 01:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.007654 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.020609 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.014065 10.0.0.41 - - [2026-01-22 01:43:11] "POST /chown HTTP/1.1" 200 109 0.007941 10.0.0.41 - - [2026-01-22 01:43:12] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.005612 10.0.0.41 - - [2026-01-22 01:43:12] "POST /set-tag HTTP/1.1" 200 109 0.002266 10.0.0.41 - - [2026-01-22 01:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.41 - - [2026-01-22 01:43:12] "GET /loadbalancer/3c8b3c35-cce2-4461-bbdb-f5ab150108f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003916 10.0.0.41 - - [2026-01-22 01:43:12] "GET /loadbalancer-pool/c2c7d80a-368f-450a-84b0-a103c0a2cb62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.016029 10.0.0.41 - - [2026-01-22 01:43:12] "POST /loadbalancer-members HTTP/1.1" 200 702 0.020882 10.0.0.41 - - [2026-01-22 01:43:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.010536 10.0.0.41 - - [2026-01-22 01:43:12] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.009203 10.0.0.41 - - [2026-01-22 01:43:12] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.011342 10.0.0.41 - - [2026-01-22 01:43:12] "POST /ref-update HTTP/1.1" 200 156 0.010260 10.0.0.41 - - [2026-01-22 01:43:12] "GET /floating-ip/9e7efc4f-6d2f-4afa-9247-1f943e895a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1781 0.010498 10.0.0.41 - - [2026-01-22 01:43:12] "POST /tags HTTP/1.1" 409 221 0.002051 10.0.0.41 - - [2026-01-22 01:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.41 - - [2026-01-22 01:43:12] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.014463 10.0.0.41 - - [2026-01-22 01:43:12] "PUT /floating-ip/9e7efc4f-6d2f-4afa-9247-1f943e895a5c HTTP/1.1" 200 256 0.008904 10.0.0.41 - - [2026-01-22 01:43:12] "POST /set-tag HTTP/1.1" 200 109 0.023144 10.0.0.41 - - [2026-01-22 01:43:13] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.007546 10.0.0.41 - - [2026-01-22 01:43:13] "POST /set-tag HTTP/1.1" 200 109 0.004103 10.0.0.41 - - [2026-01-22 01:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.41 - - [2026-01-22 01:43:13] "GET /loadbalancer/3c8b3c35-cce2-4461-bbdb-f5ab150108f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003175 10.0.0.41 - - [2026-01-22 01:43:13] "GET /loadbalancer-pool/c2c7d80a-368f-450a-84b0-a103c0a2cb62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.002752 10.0.0.41 - - [2026-01-22 01:43:13] "GET /virtual-machine/5e321779-34aa-4da4-9dd7-bd827516f3ff?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.004209 10.0.0.41 - - [2026-01-22 01:43:13] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.005705 10.0.0.41 - - [2026-01-22 01:43:13] "POST /loadbalancer-members HTTP/1.1" 200 702 0.032335 10.0.0.41 - - [2026-01-22 01:43:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.011048 10.0.0.41 - - [2026-01-22 01:43:13] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.005662 10.0.0.41 - - [2026-01-22 01:43:13] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004197 10.0.0.41 - - [2026-01-22 01:43:13] "POST /ref-update HTTP/1.1" 200 156 0.012126 10.0.0.41 - - [2026-01-22 01:43:13] "GET /floating-ip/9e7efc4f-6d2f-4afa-9247-1f943e895a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.015656 10.0.0.41 - - [2026-01-22 01:43:13] "GET /virtual-machine/3beec799-53b6-4a33-abd2-0520d4641179?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.009222 10.0.0.41 - - [2026-01-22 01:43:13] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005412 10.0.0.41 - - [2026-01-22 01:43:13] "POST /set-tag HTTP/1.1" 200 109 0.052691 10.0.0.41 - - [2026-01-22 01:43:18] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004859 10.0.0.41 - - [2026-01-22 01:43:18] "POST /set-tag HTTP/1.1" 200 109 0.002274 10.0.0.41 - - [2026-01-22 01:43:18] "GET /virtual-machine/46f2de61-e7c2-4f99-87b4-4c19fd145365?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1221 0.004094 10.0.0.41 - - [2026-01-22 01:43:18] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004875 10.0.0.41 - - [2026-01-22 01:43:18] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.009900 10.0.0.41 - - [2026-01-22 01:43:18] "POST /set-tag HTTP/1.1" 200 109 0.007182 10.0.0.41 - - [2026-01-22 01:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.41 - - [2026-01-22 01:43:31] "POST /chown HTTP/1.1" 200 109 0.012712 10.0.0.41 - - [2026-01-22 01:43:31] "POST /chown HTTP/1.1" 200 109 0.015139 10.0.0.41 - - [2026-01-22 01:43:31] "POST /chown HTTP/1.1" 200 109 0.021574 10.0.0.41 - - [2026-01-22 01:43:31] "POST /chown HTTP/1.1" 200 109 0.006436 10.0.0.41 - - [2026-01-22 01:43:51] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004796 10.0.0.41 - - [2026-01-22 01:43:51] "POST /set-tag HTTP/1.1" 200 109 0.002346 10.0.0.41 - - [2026-01-22 01:43:51] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.004725 10.0.0.41 - - [2026-01-22 01:43:51] "POST /set-tag HTTP/1.1" 200 109 0.002548 10.0.0.41 - - [2026-01-22 01:43:51] "GET /virtual-machine/46f2de61-e7c2-4f99-87b4-4c19fd145365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.002486 10.0.0.41 - - [2026-01-22 01:43:51] "POST /ref-update HTTP/1.1" 200 156 0.011636 10.0.0.41 - - [2026-01-22 01:43:51] "GET /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3236 0.017454 10.0.0.41 - - [2026-01-22 01:43:51] "POST /set-tag HTTP/1.1" 200 109 0.017705 10.0.0.41 - - [2026-01-22 01:43:51] "POST /set-tag HTTP/1.1" 200 109 0.018563 10.0.0.41 - - [2026-01-22 01:43:51] "DELETE /instance-ip/b4395518-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.062754 10.0.0.41 - - [2026-01-22 01:43:51] "DELETE /virtual-machine-interface/b41486d4-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.053589 10.0.0.41 - - [2026-01-22 01:43:51] "DELETE /virtual-machine/46f2de61-e7c2-4f99-87b4-4c19fd145365 HTTP/1.1" 200 115 0.037770 10.0.0.41 - - [2026-01-22 01:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.41 - - [2026-01-22 01:43:54] "GET /tag/06925830-df23-43a3-a8c4-309e0665e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1236 0.010889 10.0.0.41 - - [2026-01-22 01:43:54] "GET /tag/06925830-df23-43a3-a8c4-309e0665e358?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1770 0.012966 10.0.0.41 - - [2026-01-22 01:43:54] "GET /virtual-machine-interface/1b422a85-8280-4b8e-8ea7-87b4c4a2e248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.003972 10.0.0.41 - - [2026-01-22 01:43:54] "POST /set-tag HTTP/1.1" 200 109 0.014431 10.0.0.41 - - [2026-01-22 01:43:54] "GET /virtual-machine-interface/cd3a4f59-e832-4762-ac37-c12d4bb83989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.027191 10.0.0.41 - - [2026-01-22 01:43:54] "POST /set-tag HTTP/1.1" 200 109 0.027257 10.0.0.41 - - [2026-01-22 01:43:54] "GET /virtual-machine-interface/e31b2667-1dc0-4c45-8df4-7f7bb94943cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.010816 10.0.0.41 - - [2026-01-22 01:43:54] "POST /set-tag HTTP/1.1" 200 109 0.015472 10.0.0.41 - - [2026-01-22 01:43:54] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.022356 10.0.0.41 - - [2026-01-22 01:43:54] "GET /firewall-rule/b7bf65ed-eeb4-41bd-ab79-1ad547281c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003012 10.0.0.41 - - [2026-01-22 01:43:54] "POST /ref-update HTTP/1.1" 200 156 0.013487 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /firewall-rule/b7bf65ed-eeb4-41bd-ab79-1ad547281c5b HTTP/1.1" 200 115 0.045044 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /loadbalancer-member/2b60051d-69a8-40f1-8c13-af0ad9d6024f HTTP/1.1" 200 115 0.034067 10.0.0.41 - - [2026-01-22 01:43:54] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.017862 10.0.0.41 - - [2026-01-22 01:43:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.031979 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /loadbalancer-pool/801f4f4b-c642-417b-a3f6-34f613992e0c HTTP/1.1" 200 115 0.074442 10.0.0.41 - - [2026-01-22 01:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002153 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /loadbalancer-listener/e4024f7f-fbb1-4899-a2aa-2f44a811b794 HTTP/1.1" 200 115 0.041810 10.0.0.41 - - [2026-01-22 01:43:54] "GET /floating-ip/f93b4bdf-c12f-4793-8004-b1afc1bc9f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.002804 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 200 109 0.010114 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 200 109 0.021235 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 200 109 0.015116 10.0.0.41 - - [2026-01-22 01:43:54] "PUT /floating-ip/f93b4bdf-c12f-4793-8004-b1afc1bc9f23 HTTP/1.1" 200 256 0.050693 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 200 109 0.021809 10.0.0.41 - - [2026-01-22 01:43:54] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.008188 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /floating-ip/f93b4bdf-c12f-4793-8004-b1afc1bc9f23 HTTP/1.1" 200 115 0.097353 10.0.0.41 - - [2026-01-22 01:43:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.024911 10.0.0.41 - - [2026-01-22 01:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a HTTP/1.1" 200 115 0.059731 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 200 109 0.005985 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 200 109 0.020313 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /instance-ip/75661a49-a2cb-423f-8038-1cb2640bb703 HTTP/1.1" 200 115 0.070673 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 200 109 0.032597 10.0.0.41 - - [2026-01-22 01:43:54] "DELETE /virtual-machine-interface/1b422a85-8280-4b8e-8ea7-87b4c4a2e248 HTTP/1.1" 200 115 0.065058 10.0.0.41 - - [2026-01-22 01:43:54] "POST /chown HTTP/1.1" 404 171 0.007691 10.0.0.41 - - [2026-01-22 01:43:55] "PUT /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 266 0.017724 10.0.0.41 - - [2026-01-22 01:43:55] "GET /floating-ip-pool/ab169cd6-4d0b-4471-97f9-4f7891efeb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.013383 10.0.0.41 - - [2026-01-22 01:43:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.054036 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /tag/06925830-df23-43a3-a8c4-309e0665e358 HTTP/1.1" 200 115 0.133103 10.0.0.41 - - [2026-01-22 01:43:55] "POST /ref-update HTTP/1.1" 200 156 0.040833 10.0.0.41 - - [2026-01-22 01:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007946 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /floating-ip-pool/ab169cd6-4d0b-4471-97f9-4f7891efeb34 HTTP/1.1" 200 115 0.058525 10.0.0.41 - - [2026-01-22 01:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /service-instance/a243b37c-d32f-436e-afc6-b7a807e25970 HTTP/1.1" 200 115 0.084091 10.0.0.41 - - [2026-01-22 01:43:55] "GET /virtual-machine-interface/cd3a4f59-e832-4762-ac37-c12d4bb83989?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.015669 10.0.0.41 - - [2026-01-22 01:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010295 10.0.0.41 - - [2026-01-22 01:43:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002659 10.0.0.41 - - [2026-01-22 01:43:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003079 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /virtual-network/dcf8a101-c964-4ce3-8fbb-3e38c901f79a HTTP/1.1" 200 115 0.209026 10.0.0.41 - - [2026-01-22 01:43:55] "GET /routing-instance/00d7843f-8a45-4cf8-bca9-7915fdf4dc6d HTTP/1.1" 404 171 0.003114 10.0.0.41 - - [2026-01-22 01:43:55] "GET /domains HTTP/1.1" 200 280 0.006679 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /route-target/710ccac9-2641-4877-93f1-a6f46ffc9e36 HTTP/1.1" 200 115 0.056652 10.0.0.41 - - [2026-01-22 01:43:55] "GET /domain/ce496823-d2ed-425d-8f2a-b3dd4ad6f805 HTTP/1.1" 200 3087 0.004158 10.0.0.41 - - [2026-01-22 01:43:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925 HTTP/1.1" 200 7142 0.072449 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /virtual-machine-interface/cd3a4f59-e832-4762-ac37-c12d4bb83989 HTTP/1.1" 200 115 0.170738 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /virtual-machine/7a2ee36a-fc4c-42be-89dd-c0510c321734 HTTP/1.1" 200 115 0.030338 10.0.0.41 - - [2026-01-22 01:43:55] "GET /virtual-machine-interface/e31b2667-1dc0-4c45-8df4-7f7bb94943cb?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.007889 10.0.0.41 - - [2026-01-22 01:43:55] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005265 10.0.0.41 - - [2026-01-22 01:43:55] "POST /set-tag HTTP/1.1" 200 109 0.005376 10.0.0.41 - - [2026-01-22 01:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.41 - - [2026-01-22 01:43:55] "GET /loadbalancer/3c8b3c35-cce2-4461-bbdb-f5ab150108f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002844 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /virtual-machine-interface/e31b2667-1dc0-4c45-8df4-7f7bb94943cb HTTP/1.1" 200 115 0.078512 10.0.0.41 - - [2026-01-22 01:43:55] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.005951 10.0.0.41 - - [2026-01-22 01:43:55] "POST /ref-update HTTP/1.1" 200 156 0.016971 10.0.0.41 - - [2026-01-22 01:43:55] "POST /set-tag HTTP/1.1" 200 109 0.037697 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /virtual-machine/3245ad67-ff2a-44fc-a8fc-3ec28215fb31 HTTP/1.1" 200 115 0.070230 10.0.0.41 - - [2026-01-22 01:43:55] "DELETE /loadbalancer-member/7221fbf9-b543-4198-b5af-d9e9124fea34 HTTP/1.1" 200 115 0.088084 10.0.0.41 - - [2026-01-22 01:43:56] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.006496 10.0.0.41 - - [2026-01-22 01:43:56] "POST /set-tag HTTP/1.1" 200 109 0.002898 10.0.0.41 - - [2026-01-22 01:43:56] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.004839 10.0.0.41 - - [2026-01-22 01:43:56] "POST /set-tag HTTP/1.1" 200 109 0.002850 10.0.0.41 - - [2026-01-22 01:43:56] "GET /virtual-machine/3beec799-53b6-4a33-abd2-0520d4641179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002864 10.0.0.41 - - [2026-01-22 01:43:56] "POST /ref-update HTTP/1.1" 200 156 0.010513 10.0.0.41 - - [2026-01-22 01:43:56] "GET /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3389 0.008594 10.0.0.41 - - [2026-01-22 01:43:56] "POST /set-tag HTTP/1.1" 200 109 0.017882 10.0.0.41 - - [2026-01-22 01:43:56] "POST /set-tag HTTP/1.1" 200 109 0.017411 10.0.0.41 - - [2026-01-22 01:43:56] "POST /set-tag HTTP/1.1" 200 109 0.027470 10.0.0.41 - - [2026-01-22 01:43:56] "DELETE /instance-ip/afdd01d6-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.049640 10.0.0.41 - - [2026-01-22 01:43:56] "POST /ref-update HTTP/1.1" 200 156 0.012275 10.0.0.41 - - [2026-01-22 01:43:57] "DELETE /virtual-machine-interface/afc13334-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.035511 10.0.0.41 - - [2026-01-22 01:43:57] "DELETE /virtual-machine/3beec799-53b6-4a33-abd2-0520d4641179 HTTP/1.1" 200 115 0.022163 10.0.0.41 - - [2026-01-22 01:44:00] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.012947 10.0.0.41 - - [2026-01-22 01:44:00] "POST /set-tag HTTP/1.1" 200 109 0.006180 10.0.0.41 - - [2026-01-22 01:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.41 - - [2026-01-22 01:44:00] "GET /loadbalancer/3c8b3c35-cce2-4461-bbdb-f5ab150108f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003152 10.0.0.41 - - [2026-01-22 01:44:01] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004281 10.0.0.41 - - [2026-01-22 01:44:01] "POST /set-tag HTTP/1.1" 200 109 0.002697 10.0.0.41 - - [2026-01-22 01:44:01] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.004519 10.0.0.41 - - [2026-01-22 01:44:01] "POST /set-tag HTTP/1.1" 200 109 0.007462 10.0.0.41 - - [2026-01-22 01:44:01] "GET /virtual-machine/5e321779-34aa-4da4-9dd7-bd827516f3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.003785 10.0.0.41 - - [2026-01-22 01:44:01] "POST /ref-update HTTP/1.1" 200 156 0.023813 10.0.0.41 - - [2026-01-22 01:44:01] "GET /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3571 0.006495 10.0.0.41 - - [2026-01-22 01:44:01] "POST /set-tag HTTP/1.1" 200 109 0.022267 10.0.0.41 - - [2026-01-22 01:44:01] "POST /set-tag HTTP/1.1" 200 109 0.030315 10.0.0.41 - - [2026-01-22 01:44:01] "POST /set-tag HTTP/1.1" 200 109 0.036609 10.0.0.41 - - [2026-01-22 01:44:02] "DELETE /instance-ip/af5eef58-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.039076 10.0.0.41 - - [2026-01-22 01:44:02] "POST /ref-update HTTP/1.1" 200 156 0.011454 10.0.0.41 - - [2026-01-22 01:44:02] "DELETE /virtual-machine-interface/af41e2be-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.052188 10.0.0.41 - - [2026-01-22 01:44:02] "DELETE /virtual-machine/5e321779-34aa-4da4-9dd7-bd827516f3ff HTTP/1.1" 200 115 0.032130 10.0.0.41 - - [2026-01-22 01:44:02] "DELETE /tag/6b66c451-f407-4d81-b920-57a79a132354 HTTP/1.1" 200 115 0.044358 10.0.0.41 - - [2026-01-22 01:44:02] "DELETE /tag/b71ba4ca-9f57-41d4-bbd7-0e9d8f216248 HTTP/1.1" 200 115 0.070405 10.0.0.41 - - [2026-01-22 01:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.41 - - [2026-01-22 01:44:05] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.043289 10.0.0.41 - - [2026-01-22 01:44:06] "POST /tags HTTP/1.1" 200 393 0.030671 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.015107 10.0.0.41 - - [2026-01-22 01:44:06] "GET /tag/b9e4115f-ccd3-4e3d-ab05-55fcd6f020f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.023374 10.0.0.41 - - [2026-01-22 01:44:06] "POST /tags HTTP/1.1" 200 341 0.024240 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.41 - - [2026-01-22 01:44:06] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.012636 10.0.0.41 - - [2026-01-22 01:44:06] "POST /id-to-fqname HTTP/1.1" 200 192 0.001038 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.008337 10.0.0.41 - - [2026-01-22 01:44:06] "POST /security-groups HTTP/1.1" 200 589 0.067146 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.003981 10.0.0.41 - - [2026-01-22 01:44:06] "POST /projects HTTP/1.1" 200 519 0.233230 10.0.0.41 - - [2026-01-22 01:44:06] "POST /access-control-lists HTTP/1.1" 200 598 0.066907 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.011707 10.0.0.41 - - [2026-01-22 01:44:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.036387 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006324 10.0.0.41 - - [2026-01-22 01:44:06] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.006303 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010237 10.0.0.41 - - [2026-01-22 01:44:06] "POST /access-control-lists HTTP/1.1" 200 596 0.084362 10.0.0.41 - - [2026-01-22 01:44:06] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.015608 10.0.0.41 - - [2026-01-22 01:44:06] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.059333 10.0.0.41 - - [2026-01-22 01:44:06] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.064229 10.0.0.41 - - [2026-01-22 01:44:06] "POST /security-groups HTTP/1.1" 200 591 0.090032 10.0.0.41 - - [2026-01-22 01:44:06] "POST /fqname-to-id HTTP/1.1" 404 270 0.003038 10.0.0.41 - - [2026-01-22 01:44:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.059790 10.0.0.41 - - [2026-01-22 01:44:06] "POST /chown HTTP/1.1" 200 109 0.035708 10.0.0.41 - - [2026-01-22 01:44:07] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006593 10.0.0.41 - - [2026-01-22 01:44:07] "POST /access-control-lists HTTP/1.1" 200 632 0.130232 10.0.0.41 - - [2026-01-22 01:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.020425 10.0.0.41 - - [2026-01-22 01:44:07] "POST /fqname-to-id HTTP/1.1" 404 269 0.012956 10.0.0.41 - - [2026-01-22 01:44:07] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005300 10.0.0.41 - - [2026-01-22 01:44:07] "POST /tags HTTP/1.1" 409 226 0.002625 10.0.0.41 - - [2026-01-22 01:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.41 - - [2026-01-22 01:44:07] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.025017 10.0.0.41 - - [2026-01-22 01:44:07] "POST /access-control-lists HTTP/1.1" 200 630 0.085104 10.0.0.41 - - [2026-01-22 01:44:07] "POST /firewall-rules HTTP/1.1" 200 600 0.080694 10.0.0.41 - - [2026-01-22 01:44:07] "GET /firewall-rule/099efa5f-a6a3-48d6-bb96-c5652afc8641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.018900 10.0.0.41 - - [2026-01-22 01:44:07] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3874 0.003775 10.0.0.41 - - [2026-01-22 01:44:07] "GET /firewall-rule/099efa5f-a6a3-48d6-bb96-c5652afc8641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.003039 10.0.0.41 - - [2026-01-22 01:44:07] "POST /ref-update HTTP/1.1" 200 156 0.043340 10.0.0.41 - - [2026-01-22 01:44:07] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.011312 10.0.0.41 - - [2026-01-22 01:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002046 10.0.0.41 - - [2026-01-22 01:44:07] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004609 10.0.0.41 - - [2026-01-22 01:44:07] "POST /tags HTTP/1.1" 409 226 0.004510 10.0.0.41 - - [2026-01-22 01:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.41 - - [2026-01-22 01:44:07] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.014618 10.0.0.41 - - [2026-01-22 01:44:07] "POST /firewall-rules HTTP/1.1" 200 598 0.073057 10.0.0.41 - - [2026-01-22 01:44:07] "GET /firewall-rule/94f548ce-c888-45ee-9cdd-51d92c89ef96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004759 10.0.0.41 - - [2026-01-22 01:44:07] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.004284 10.0.0.41 - - [2026-01-22 01:44:07] "GET /firewall-rule/94f548ce-c888-45ee-9cdd-51d92c89ef96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002535 10.0.0.41 - - [2026-01-22 01:44:07] "POST /ref-update HTTP/1.1" 200 156 0.043103 10.0.0.41 - - [2026-01-22 01:44:09] "POST /tags HTTP/1.1" 200 393 0.029482 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.41 - - [2026-01-22 01:44:09] "GET /tag/c9091438-b3e6-481c-bf35-b2d82fefb5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.011764 10.0.0.41 - - [2026-01-22 01:44:09] "POST /tags HTTP/1.1" 200 341 0.023720 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.016744 10.0.0.41 - - [2026-01-22 01:44:09] "GET /tag/947bbba2-446f-4884-9839-687139301c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.012429 10.0.0.41 - - [2026-01-22 01:44:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.000521 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.002916 10.0.0.41 - - [2026-01-22 01:44:09] "POST /security-groups HTTP/1.1" 200 589 0.062663 10.0.0.41 - - [2026-01-22 01:44:09] "POST /projects HTTP/1.1" 200 519 0.160357 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.005945 10.0.0.41 - - [2026-01-22 01:44:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.024439 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.016158 10.0.0.41 - - [2026-01-22 01:44:09] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.014313 10.0.0.41 - - [2026-01-22 01:44:09] "POST /access-control-lists HTTP/1.1" 200 598 0.091607 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007589 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.006548 10.0.0.41 - - [2026-01-22 01:44:09] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.009473 10.0.0.41 - - [2026-01-22 01:44:09] "POST /access-control-lists HTTP/1.1" 200 596 0.087238 10.0.0.41 - - [2026-01-22 01:44:09] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.058319 10.0.0.41 - - [2026-01-22 01:44:09] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.058570 10.0.0.41 - - [2026-01-22 01:44:09] "POST /security-groups HTTP/1.1" 200 591 0.075871 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 404 270 0.001697 10.0.0.41 - - [2026-01-22 01:44:09] "POST /access-control-lists HTTP/1.1" 200 632 0.065370 10.0.0.41 - - [2026-01-22 01:44:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.051703 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 404 269 0.019016 10.0.0.41 - - [2026-01-22 01:44:09] "POST /chown HTTP/1.1" 200 109 0.031047 10.0.0.41 - - [2026-01-22 01:44:09] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.018486 10.0.0.41 - - [2026-01-22 01:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001853 10.0.0.41 - - [2026-01-22 01:44:10] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.032481 10.0.0.41 - - [2026-01-22 01:44:10] "POST /access-control-lists HTTP/1.1" 200 630 0.107814 10.0.0.41 - - [2026-01-22 01:44:10] "POST /tags HTTP/1.1" 409 226 0.010120 10.0.0.41 - - [2026-01-22 01:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.41 - - [2026-01-22 01:44:10] "GET /tag/947bbba2-446f-4884-9839-687139301c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.010742 10.0.0.41 - - [2026-01-22 01:44:10] "POST /firewall-rules HTTP/1.1" 200 600 0.071791 10.0.0.41 - - [2026-01-22 01:44:10] "GET /firewall-rule/1ea9156c-b5e3-4cfd-80c9-6ebbedc79acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.017331 10.0.0.41 - - [2026-01-22 01:44:10] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4385 0.004057 10.0.0.41 - - [2026-01-22 01:44:10] "GET /firewall-rule/1ea9156c-b5e3-4cfd-80c9-6ebbedc79acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.002850 10.0.0.41 - - [2026-01-22 01:44:10] "POST /ref-update HTTP/1.1" 200 156 0.057319 10.0.0.41 - - [2026-01-22 01:44:10] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006331 10.0.0.41 - - [2026-01-22 01:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.41 - - [2026-01-22 01:44:10] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003011 10.0.0.41 - - [2026-01-22 01:44:10] "POST /tags HTTP/1.1" 409 226 0.001812 10.0.0.41 - - [2026-01-22 01:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.41 - - [2026-01-22 01:44:10] "GET /tag/947bbba2-446f-4884-9839-687139301c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.012824 10.0.0.41 - - [2026-01-22 01:44:10] "POST /firewall-rules HTTP/1.1" 200 598 0.080662 10.0.0.41 - - [2026-01-22 01:44:10] "GET /firewall-rule/20608b06-d245-4f43-bb00-01864e07695f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004798 10.0.0.41 - - [2026-01-22 01:44:10] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.004247 10.0.0.41 - - [2026-01-22 01:44:10] "GET /firewall-rule/20608b06-d245-4f43-bb00-01864e07695f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002910 10.0.0.41 - - [2026-01-22 01:44:10] "POST /ref-update HTTP/1.1" 200 156 0.082060 10.0.0.41 - - [2026-01-22 01:44:12] "POST /tags HTTP/1.1" 200 345 0.097685 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.015165 10.0.0.41 - - [2026-01-22 01:44:12] "GET /tag/6ca26900-e1fe-4f27-8043-6dec646754b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.040225 10.0.0.41 - - [2026-01-22 01:44:12] "POST /projects HTTP/1.1" 409 238 0.002353 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.41 - - [2026-01-22 01:44:12] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.066566 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.41 - - [2026-01-22 01:44:12] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.009785 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.41 - - [2026-01-22 01:44:12] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004479 10.0.0.41 - - [2026-01-22 01:44:12] "POST /security-groups HTTP/1.1" 409 285 0.004982 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.41 - - [2026-01-22 01:44:12] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.033528 10.0.0.41 - - [2026-01-22 01:44:12] "PUT /security-group/ae727651-b361-4137-bb71-0d77de4e0eb6 HTTP/1.1" 200 262 0.065270 10.0.0.41 - - [2026-01-22 01:44:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.049014 10.0.0.41 - - [2026-01-22 01:44:12] "PUT /access-control-list/8103168d-d354-47bd-afb9-274f95e61f4c HTTP/1.1" 200 272 0.039586 10.0.0.41 - - [2026-01-22 01:44:12] "POST /tags HTTP/1.1" 409 228 0.008480 10.0.0.41 - - [2026-01-22 01:44:12] "PUT /access-control-list/0ea6c5c7-1416-45ed-a3d9-efeeaa5b2285 HTTP/1.1" 200 272 0.029211 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2026-01-22 01:44:12] "GET /tag/6ca26900-e1fe-4f27-8043-6dec646754b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.014451 10.0.0.41 - - [2026-01-22 01:44:12] "POST /tags HTTP/1.1" 200 345 0.023491 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005860 10.0.0.41 - - [2026-01-22 01:44:12] "GET /tag/e169d7ed-746e-468b-a4a3-3662245c511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.018796 10.0.0.41 - - [2026-01-22 01:44:12] "POST /projects HTTP/1.1" 409 238 0.002386 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001878 10.0.0.41 - - [2026-01-22 01:44:12] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.025428 10.0.0.41 - - [2026-01-22 01:44:12] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.048717 10.0.0.41 - - [2026-01-22 01:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.41 - - [2026-01-22 01:44:12] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003924 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002218 10.0.0.41 - - [2026-01-22 01:44:13] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003976 10.0.0.41 - - [2026-01-22 01:44:13] "POST /security-groups HTTP/1.1" 409 285 0.002188 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001913 10.0.0.41 - - [2026-01-22 01:44:13] "PUT /security-group/1657df76-e4a2-426b-ba23-cf4fd66c6952 HTTP/1.1" 200 262 0.055141 10.0.0.41 - - [2026-01-22 01:44:13] "PUT /access-control-list/c8d78fab-2d18-430f-9c50-8ed5ecc4c58f HTTP/1.1" 200 272 0.015942 10.0.0.41 - - [2026-01-22 01:44:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.023124 10.0.0.41 - - [2026-01-22 01:44:13] "PUT /access-control-list/8d822884-83c0-40e1-80ed-6b516ac1f2d0 HTTP/1.1" 200 272 0.031721 10.0.0.41 - - [2026-01-22 01:44:13] "POST /tags HTTP/1.1" 409 228 0.003371 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.41 - - [2026-01-22 01:44:13] "GET /tag/e169d7ed-746e-468b-a4a3-3662245c511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.010880 10.0.0.41 - - [2026-01-22 01:44:13] "POST /tags HTTP/1.1" 200 291 0.278064 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.41 - - [2026-01-22 01:44:13] "GET /tag/45f2b407-4d29-493f-a20f-449da020fedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.016674 10.0.0.41 - - [2026-01-22 01:44:13] "POST /tags HTTP/1.1" 200 303 0.070317 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001910 10.0.0.41 - - [2026-01-22 01:44:13] "GET /tag/2e8d2217-5bfb-474c-8d65-84e662d528d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.015972 10.0.0.41 - - [2026-01-22 01:44:13] "POST /tags HTTP/1.1" 409 252 0.002138 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.41 - - [2026-01-22 01:44:13] "GET /tag/b9e4115f-ccd3-4e3d-ab05-55fcd6f020f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.010553 10.0.0.41 - - [2026-01-22 01:44:13] "POST /tags HTTP/1.1" 409 226 0.001832 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001935 10.0.0.41 - - [2026-01-22 01:44:13] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.011842 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001852 10.0.0.41 - - [2026-01-22 01:44:13] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004122 10.0.0.41 - - [2026-01-22 01:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.41 - - [2026-01-22 01:44:14] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.036329 10.0.0.41 - - [2026-01-22 01:44:14] "POST /virtual-machines HTTP/1.1" 200 395 0.008407 10.0.0.41 - - [2026-01-22 01:44:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.018858 10.0.0.41 - - [2026-01-22 01:44:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.119194 10.0.0.41 - - [2026-01-22 01:44:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.009005 10.0.0.41 - - [2026-01-22 01:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007952 10.0.0.41 - - [2026-01-22 01:44:14] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.007011 10.0.0.41 - - [2026-01-22 01:44:14] "POST /instance-ips HTTP/1.1" 200 397 0.022077 10.0.0.41 - - [2026-01-22 01:44:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.037932 10.0.0.41 - - [2026-01-22 01:44:14] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009739 10.0.0.41 - - [2026-01-22 01:44:14] "POST /set-tag HTTP/1.1" 200 109 0.070841 10.0.0.41 - - [2026-01-22 01:44:14] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.010762 10.0.0.41 - - [2026-01-22 01:44:14] "GET /instance-ip/db3f7f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.009118 10.0.0.41 - - [2026-01-22 01:44:14] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005319 10.0.0.41 - - [2026-01-22 01:44:14] "POST /set-tag HTTP/1.1" 200 109 0.002617 10.0.0.41 - - [2026-01-22 01:44:14] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004153 10.0.0.41 - - [2026-01-22 01:44:14] "POST /ref-update HTTP/1.1" 200 156 0.012081 10.0.0.41 - - [2026-01-22 01:44:14] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004786 10.0.0.41 - - [2026-01-22 01:44:14] "POST /set-tag HTTP/1.1" 200 109 0.002318 10.0.0.41 - - [2026-01-22 01:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001797 10.0.0.41 - - [2026-01-22 01:44:14] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003671 10.0.0.41 - - [2026-01-22 01:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001943 10.0.0.41 - - [2026-01-22 01:44:14] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.037900 10.0.0.41 - - [2026-01-22 01:44:14] "POST /virtual-machines HTTP/1.1" 200 395 0.008596 10.0.0.41 - - [2026-01-22 01:44:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.008603 10.0.0.41 - - [2026-01-22 01:44:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.115712 10.0.0.41 - - [2026-01-22 01:44:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.024445 10.0.0.41 - - [2026-01-22 01:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009417 10.0.0.41 - - [2026-01-22 01:44:15] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005035 10.0.0.41 - - [2026-01-22 01:44:15] "POST /instance-ips HTTP/1.1" 200 397 0.021766 10.0.0.41 - - [2026-01-22 01:44:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.019932 10.0.0.41 - - [2026-01-22 01:44:15] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.023276 10.0.0.41 - - [2026-01-22 01:44:15] "POST /set-tag HTTP/1.1" 200 109 0.063200 10.0.0.41 - - [2026-01-22 01:44:15] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.017419 10.0.0.41 - - [2026-01-22 01:44:15] "GET /instance-ip/dbb32a2e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003338 10.0.0.41 - - [2026-01-22 01:44:15] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005347 10.0.0.41 - - [2026-01-22 01:44:15] "POST /set-tag HTTP/1.1" 200 109 0.002543 10.0.0.41 - - [2026-01-22 01:44:15] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.004443 10.0.0.41 - - [2026-01-22 01:44:15] "POST /ref-update HTTP/1.1" 200 156 0.010348 10.0.0.41 - - [2026-01-22 01:44:15] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004784 10.0.0.41 - - [2026-01-22 01:44:15] "POST /set-tag HTTP/1.1" 200 109 0.002585 10.0.0.41 - - [2026-01-22 01:44:15] "POST /tags HTTP/1.1" 200 291 0.017663 10.0.0.41 - - [2026-01-22 01:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002353 10.0.0.41 - - [2026-01-22 01:44:15] "GET /tag/0f87e61f-48d7-44fe-9096-fe0730f652b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.015763 10.0.0.41 - - [2026-01-22 01:44:15] "POST /tags HTTP/1.1" 409 252 0.002558 10.0.0.41 - - [2026-01-22 01:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.41 - - [2026-01-22 01:44:15] "GET /tag/c9091438-b3e6-481c-bf35-b2d82fefb5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.013810 10.0.0.41 - - [2026-01-22 01:44:15] "POST /tags HTTP/1.1" 409 226 0.002279 10.0.0.41 - - [2026-01-22 01:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002372 10.0.0.41 - - [2026-01-22 01:44:15] "GET /tag/947bbba2-446f-4884-9839-687139301c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.014573 10.0.0.41 - - [2026-01-22 01:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002270 10.0.0.41 - - [2026-01-22 01:44:15] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.005408 10.0.0.41 - - [2026-01-22 01:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002092 10.0.0.41 - - [2026-01-22 01:44:15] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.037123 10.0.0.41 - - [2026-01-22 01:44:15] "POST /virtual-machines HTTP/1.1" 200 395 0.010449 10.0.0.41 - - [2026-01-22 01:44:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.017974 10.0.0.41 - - [2026-01-22 01:44:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.107098 10.0.0.41 - - [2026-01-22 01:44:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.015548 10.0.0.41 - - [2026-01-22 01:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008170 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.014531 10.0.0.41 - - [2026-01-22 01:44:16] "POST /instance-ips HTTP/1.1" 200 397 0.023460 10.0.0.41 - - [2026-01-22 01:44:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.025322 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.016453 10.0.0.41 - - [2026-01-22 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.063190 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.022408 10.0.0.41 - - [2026-01-22 01:44:16] "GET /instance-ip/dc4b6384-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003357 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005071 10.0.0.41 - - [2026-01-22 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.002628 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.013621 10.0.0.41 - - [2026-01-22 01:44:16] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.018875 10.0.0.41 - - [2026-01-22 01:44:16] "POST /set-tag HTTP/1.1" 200 109 0.004342 10.0.0.41 - - [2026-01-22 01:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001901 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004118 10.0.0.41 - - [2026-01-22 01:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001702 10.0.0.41 - - [2026-01-22 01:44:16] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.037410 10.0.0.41 - - [2026-01-22 01:44:16] "POST /virtual-machines HTTP/1.1" 200 395 0.012493 10.0.0.41 - - [2026-01-22 01:44:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.011597 10.0.0.41 - - [2026-01-22 01:44:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.097015 10.0.0.41 - - [2026-01-22 01:44:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.008597 10.0.0.41 - - [2026-01-22 01:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.018198 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004454 10.0.0.41 - - [2026-01-22 01:44:16] "POST /instance-ips HTTP/1.1" 200 397 0.020524 10.0.0.41 - - [2026-01-22 01:44:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.021033 10.0.0.41 - - [2026-01-22 01:44:16] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009674 10.0.0.41 - - [2026-01-22 01:44:17] "POST /set-tag HTTP/1.1" 200 109 0.063616 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014939 10.0.0.41 - - [2026-01-22 01:44:17] "GET /instance-ip/dcc572fa-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003029 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004193 10.0.0.41 - - [2026-01-22 01:44:17] "POST /set-tag HTTP/1.1" 200 109 0.002262 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.003602 10.0.0.41 - - [2026-01-22 01:44:17] "POST /ref-update HTTP/1.1" 200 156 0.009242 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004275 10.0.0.41 - - [2026-01-22 01:44:17] "POST /set-tag HTTP/1.1" 200 109 0.002301 10.0.0.41 - - [2026-01-22 01:44:17] "POST /tags HTTP/1.1" 200 299 0.023125 10.0.0.41 - - [2026-01-22 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007849 10.0.0.41 - - [2026-01-22 01:44:17] "GET /tag/69524cd6-95f7-4b1b-bf90-acf41616f73c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.014511 10.0.0.41 - - [2026-01-22 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001967 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.003781 10.0.0.41 - - [2026-01-22 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.41 - - [2026-01-22 01:44:17] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.039386 10.0.0.41 - - [2026-01-22 01:44:17] "POST /virtual-machines HTTP/1.1" 200 395 0.015071 10.0.0.41 - - [2026-01-22 01:44:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.008209 10.0.0.41 - - [2026-01-22 01:44:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.114003 10.0.0.41 - - [2026-01-22 01:44:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.028353 10.0.0.41 - - [2026-01-22 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004474 10.0.0.41 - - [2026-01-22 01:44:17] "POST /instance-ips HTTP/1.1" 200 397 0.019866 10.0.0.41 - - [2026-01-22 01:44:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.025297 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.012502 10.0.0.41 - - [2026-01-22 01:44:17] "POST /set-tag HTTP/1.1" 200 109 0.019540 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.022136 10.0.0.41 - - [2026-01-22 01:44:17] "GET /instance-ip/dd44ede6-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004142 10.0.0.41 - - [2026-01-22 01:44:17] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006455 10.0.0.41 - - [2026-01-22 01:44:17] "POST /set-tag HTTP/1.1" 200 109 0.002250 10.0.0.41 - - [2026-01-22 01:44:17] "POST /tags HTTP/1.1" 200 299 0.025305 10.0.0.41 - - [2026-01-22 01:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.013224 10.0.0.41 - - [2026-01-22 01:44:18] "GET /tag/b52b0f9d-6ae5-4352-854a-8fe0616696e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.011963 10.0.0.41 - - [2026-01-22 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.41 - - [2026-01-22 01:44:18] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004012 10.0.0.41 - - [2026-01-22 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001931 10.0.0.41 - - [2026-01-22 01:44:18] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.035979 10.0.0.41 - - [2026-01-22 01:44:18] "POST /virtual-machines HTTP/1.1" 200 395 0.008483 10.0.0.41 - - [2026-01-22 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.009014 10.0.0.41 - - [2026-01-22 01:44:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.125891 10.0.0.41 - - [2026-01-22 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.024843 10.0.0.41 - - [2026-01-22 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008743 10.0.0.41 - - [2026-01-22 01:44:18] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006262 10.0.0.41 - - [2026-01-22 01:44:18] "POST /instance-ips HTTP/1.1" 200 397 0.024215 10.0.0.41 - - [2026-01-22 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.021283 10.0.0.41 - - [2026-01-22 01:44:18] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.008892 10.0.0.41 - - [2026-01-22 01:44:18] "POST /set-tag HTTP/1.1" 200 109 0.025729 10.0.0.41 - - [2026-01-22 01:44:18] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.014974 10.0.0.41 - - [2026-01-22 01:44:18] "GET /instance-ip/ddb3e372-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003230 10.0.0.41 - - [2026-01-22 01:44:18] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004199 10.0.0.41 - - [2026-01-22 01:44:18] "POST /set-tag HTTP/1.1" 200 109 0.002186 10.0.0.41 - - [2026-01-22 01:44:18] "POST /tags HTTP/1.1" 200 299 0.019760 10.0.0.41 - - [2026-01-22 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.41 - - [2026-01-22 01:44:18] "GET /tag/123c869f-aa6d-4a87-a817-c904c29b0d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.014673 10.0.0.41 - - [2026-01-22 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001971 10.0.0.41 - - [2026-01-22 01:44:18] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004044 10.0.0.41 - - [2026-01-22 01:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001701 10.0.0.41 - - [2026-01-22 01:44:18] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027877 10.0.0.41 - - [2026-01-22 01:44:18] "POST /virtual-machines HTTP/1.1" 200 395 0.009695 10.0.0.41 - - [2026-01-22 01:44:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.018566 10.0.0.41 - - [2026-01-22 01:44:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.108696 10.0.0.41 - - [2026-01-22 01:44:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.008508 10.0.0.41 - - [2026-01-22 01:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005896 10.0.0.41 - - [2026-01-22 01:44:19] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004771 10.0.0.41 - - [2026-01-22 01:44:19] "POST /instance-ips HTTP/1.1" 200 397 0.019968 10.0.0.41 - - [2026-01-22 01:44:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.027475 10.0.0.41 - - [2026-01-22 01:44:19] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009598 10.0.0.41 - - [2026-01-22 01:44:19] "POST /set-tag HTTP/1.1" 200 109 0.018147 10.0.0.41 - - [2026-01-22 01:44:19] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.027338 10.0.0.41 - - [2026-01-22 01:44:19] "GET /instance-ip/de228994-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003849 10.0.0.41 - - [2026-01-22 01:44:19] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004301 10.0.0.41 - - [2026-01-22 01:44:19] "POST /set-tag HTTP/1.1" 200 109 0.002276 10.0.0.41 - - [2026-01-22 01:44:19] "POST /tags HTTP/1.1" 200 299 0.024302 10.0.0.41 - - [2026-01-22 01:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002323 10.0.0.41 - - [2026-01-22 01:44:19] "GET /tag/40e15581-ebf0-4d2b-a2ce-5ea96e39f709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.014297 10.0.0.41 - - [2026-01-22 01:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.41 - - [2026-01-22 01:44:19] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.024333 10.0.0.41 - - [2026-01-22 01:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008590 10.0.0.41 - - [2026-01-22 01:44:19] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036329 10.0.0.41 - - [2026-01-22 01:44:19] "POST /virtual-machines HTTP/1.1" 200 395 0.021094 10.0.0.41 - - [2026-01-22 01:44:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.021690 10.0.0.41 - - [2026-01-22 01:44:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.119251 10.0.0.41 - - [2026-01-22 01:44:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.008843 10.0.0.41 - - [2026-01-22 01:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011852 10.0.0.41 - - [2026-01-22 01:44:19] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004190 10.0.0.41 - - [2026-01-22 01:44:19] "POST /instance-ips HTTP/1.1" 200 397 0.023622 10.0.0.41 - - [2026-01-22 01:44:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.033033 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.008833 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.029605 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.011258 10.0.0.41 - - [2026-01-22 01:44:20] "GET /instance-ip/de9c266e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.003121 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003930 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.001994 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.003528 10.0.0.41 - - [2026-01-22 01:44:20] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.013498 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.006308 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004497 10.0.0.41 - - [2026-01-22 01:44:20] "POST /ref-update HTTP/1.1" 200 156 0.008525 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005388 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002935 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005473 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002838 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005497 10.0.0.41 - - [2026-01-22 01:44:20] "POST /ref-update HTTP/1.1" 200 156 0.008730 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006530 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002598 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004235 10.0.0.41 - - [2026-01-22 01:44:20] "POST /ref-update HTTP/1.1" 200 156 0.008385 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005748 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002901 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005391 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.003155 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004326 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002687 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004437 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002227 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004133 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002505 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004252 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002174 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004600 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002175 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.003787 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.001996 10.0.0.41 - - [2026-01-22 01:44:20] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004467 10.0.0.41 - - [2026-01-22 01:44:20] "POST /set-tag HTTP/1.1" 200 109 0.002134 10.0.0.41 - - [2026-01-22 01:44:24] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005082 10.0.0.41 - - [2026-01-22 01:44:24] "POST /set-tag HTTP/1.1" 200 109 0.002688 10.0.0.41 - - [2026-01-22 01:44:25] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006275 10.0.0.41 - - [2026-01-22 01:44:25] "POST /set-tag HTTP/1.1" 200 109 0.004566 10.0.0.41 - - [2026-01-22 01:44:25] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.010738 10.0.0.41 - - [2026-01-22 01:44:25] "POST /set-tag HTTP/1.1" 200 109 0.004080 10.0.0.41 - - [2026-01-22 01:44:25] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006315 10.0.0.41 - - [2026-01-22 01:44:25] "POST /set-tag HTTP/1.1" 200 109 0.002678 10.0.0.41 - - [2026-01-22 01:44:25] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005343 10.0.0.41 - - [2026-01-22 01:44:25] "POST /set-tag HTTP/1.1" 200 109 0.002831 10.0.0.41 - - [2026-01-22 01:44:25] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005524 10.0.0.41 - - [2026-01-22 01:44:25] "POST /set-tag HTTP/1.1" 200 109 0.003659 10.0.0.41 - - [2026-01-22 01:44:26] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005785 10.0.0.41 - - [2026-01-22 01:44:26] "POST /set-tag HTTP/1.1" 200 109 0.002398 10.0.0.41 - - [2026-01-22 01:44:27] "GET /virtual-machine/6aee5c91-2200-42da-b4b5-3fe1248d7e1e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003800 10.0.0.41 - - [2026-01-22 01:44:27] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006301 10.0.0.41 - - [2026-01-22 01:44:27] "GET /virtual-machine/049add59-e83f-45ee-b471-1cf43ed35aef?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.003245 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008239 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine/1dcc850c-8437-4c8a-8507-e94428203a59?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.003197 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.003767 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine/0b332211-a3b3-4229-be1b-f11a6712d597?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.003204 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004004 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine/f98d61ae-5688-4410-b712-6c373f958105?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002936 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004393 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine/bf0b09ab-78af-4bc4-aa92-2074f06a937a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.004868 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004743 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine/2990a810-5f25-47e1-bf9b-db6554d5efc1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.004002 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004752 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine/9e3896a1-06a0-4560-8333-98404b87e9d5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003808 10.0.0.41 - - [2026-01-22 01:44:28] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005619 10.0.0.41 - - [2026-01-22 01:44:28] "GET /loadbalancer/7510c97a-9e15-4996-871b-42ab87f9bf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.001938 10.0.0.41 - - [2026-01-22 01:44:28] "POST /tags HTTP/1.1" 200 333 0.026976 10.0.0.41 - - [2026-01-22 01:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.019591 10.0.0.41 - - [2026-01-22 01:44:28] "GET /tag/c4ef7766-3582-4bae-8667-12a104ec0f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.016298 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002039 10.0.0.41 - - [2026-01-22 01:44:29] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.046053 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001901 10.0.0.41 - - [2026-01-22 01:44:29] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004726 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001782 10.0.0.41 - - [2026-01-22 01:44:29] "GET /service-appliance-set/b23bb216-4fe4-4c3a-9c26-057557da4190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.002304 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 404 273 0.001462 10.0.0.41 - - [2026-01-22 01:44:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.092820 10.0.0.41 - - [2026-01-22 01:44:29] "GET /virtual-machine-interface/fefc3119-3753-4f60-bf0f-0004c6e6542f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.018935 10.0.0.41 - - [2026-01-22 01:44:29] "POST /instance-ips HTTP/1.1" 200 409 0.022212 10.0.0.41 - - [2026-01-22 01:44:29] "GET /instance-ip/7a7653d3-2627-4a89-9983-ed7d85931713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.004879 10.0.0.41 - - [2026-01-22 01:44:29] "POST /loadbalancers HTTP/1.1" 200 629 0.065961 10.0.0.41 - - [2026-01-22 01:44:29] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.034705 10.0.0.41 - - [2026-01-22 01:44:29] "GET /instance-ip/7a7653d3-2627-4a89-9983-ed7d85931713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.004173 10.0.0.41 - - [2026-01-22 01:44:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.018600 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005742 10.0.0.41 - - [2026-01-22 01:44:29] "POST /floating-ips HTTP/1.1" 200 597 0.054842 10.0.0.41 - - [2026-01-22 01:44:29] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.041261 10.0.0.41 - - [2026-01-22 01:44:29] "GET /loadbalancer/7510c97a-9e15-4996-871b-42ab87f9bf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.002928 10.0.0.41 - - [2026-01-22 01:44:29] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.015539 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2026-01-22 01:44:29] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.034460 10.0.0.41 - - [2026-01-22 01:44:29] "GET /loadbalancer-listener/2a97d5ff-e5ee-4db3-9f85-96bf308953f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1842 0.003135 10.0.0.41 - - [2026-01-22 01:44:29] "GET /loadbalancer-listener/2a97d5ff-e5ee-4db3-9f85-96bf308953f5?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1242 0.003058 10.0.0.41 - - [2026-01-22 01:44:29] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.032490 10.0.0.41 - - [2026-01-22 01:44:29] "GET /instance-ip/7a7653d3-2627-4a89-9983-ed7d85931713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.022287 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001453 10.0.0.41 - - [2026-01-22 01:44:29] "GET /instance-ip/7a7653d3-2627-4a89-9983-ed7d85931713?fields=floating_ips HTTP/1.1" 200 1212 0.005612 10.0.0.41 - - [2026-01-22 01:44:29] "GET /loadbalancer/7510c97a-9e15-4996-871b-42ab87f9bf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.001799 10.0.0.41 - - [2026-01-22 01:44:29] "GET /floating-ip/2e5dce7b-8bbe-47b6-92ff-9997096a6dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.003121 10.0.0.41 - - [2026-01-22 01:44:29] "GET /loadbalancer-pool/9c01221c-30a9-4614-a664-ff47241b6f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.004873 10.0.0.41 - - [2026-01-22 01:44:29] "POST /loadbalancer-members HTTP/1.1" 200 721 0.014904 10.0.0.41 - - [2026-01-22 01:44:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.013293 10.0.0.41 - - [2026-01-22 01:44:29] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.016020 10.0.0.41 - - [2026-01-22 01:44:29] "GET /loadbalancer/7510c97a-9e15-4996-871b-42ab87f9bf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.012398 10.0.0.41 - - [2026-01-22 01:44:29] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.013027 10.0.0.41 - - [2026-01-22 01:44:29] "POST /ref-update HTTP/1.1" 200 156 0.010543 10.0.0.41 - - [2026-01-22 01:44:29] "GET /floating-ip/2e5dce7b-8bbe-47b6-92ff-9997096a6dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.009988 10.0.0.41 - - [2026-01-22 01:44:29] "POST /tags HTTP/1.1" 409 221 0.001984 10.0.0.41 - - [2026-01-22 01:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001648 10.0.0.41 - - [2026-01-22 01:44:29] "GET /tag/c4ef7766-3582-4bae-8667-12a104ec0f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.014397 10.0.0.41 - - [2026-01-22 01:44:29] "PUT /floating-ip/2e5dce7b-8bbe-47b6-92ff-9997096a6dba HTTP/1.1" 200 256 0.010888 10.0.0.41 - - [2026-01-22 01:44:30] "POST /set-tag HTTP/1.1" 200 109 0.094869 10.0.0.41 - - [2026-01-22 01:44:30] "GET /loadbalancer-pool/9c01221c-30a9-4614-a664-ff47241b6f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.002967 10.0.0.41 - - [2026-01-22 01:44:30] "POST /loadbalancer-members HTTP/1.1" 200 721 0.014794 10.0.0.41 - - [2026-01-22 01:44:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.020072 10.0.0.41 - - [2026-01-22 01:44:30] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.017192 10.0.0.41 - - [2026-01-22 01:44:30] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004472 10.0.0.41 - - [2026-01-22 01:44:30] "POST /ref-update HTTP/1.1" 200 156 0.009758 10.0.0.41 - - [2026-01-22 01:44:30] "GET /floating-ip/2e5dce7b-8bbe-47b6-92ff-9997096a6dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2238 0.007575 10.0.0.41 - - [2026-01-22 01:44:30] "POST /set-tag HTTP/1.1" 200 109 0.063240 10.0.0.41 - - [2026-01-22 01:44:32] "POST /tags HTTP/1.1" 409 206 0.002535 10.0.0.41 - - [2026-01-22 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001878 10.0.0.41 - - [2026-01-22 01:44:32] "GET /tag/2e8d2217-5bfb-474c-8d65-84e662d528d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.010406 10.0.0.41 - - [2026-01-22 01:44:32] "POST /tags HTTP/1.1" 409 204 0.002164 10.0.0.41 - - [2026-01-22 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001837 10.0.0.41 - - [2026-01-22 01:44:32] "GET /tag/b52b0f9d-6ae5-4352-854a-8fe0616696e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.011046 10.0.0.41 - - [2026-01-22 01:44:32] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002653 10.0.0.41 - - [2026-01-22 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001693 10.0.0.41 - - [2026-01-22 01:44:32] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002599 10.0.0.41 - - [2026-01-22 01:44:32] "POST /tags HTTP/1.1" 409 206 0.001805 10.0.0.41 - - [2026-01-22 01:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001521 10.0.0.41 - - [2026-01-22 01:44:32] "GET /tag/2e8d2217-5bfb-474c-8d65-84e662d528d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.010138 10.0.0.41 - - [2026-01-22 01:44:32] "POST /tags HTTP/1.1" 409 226 0.001931 10.0.0.41 - - [2026-01-22 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.41 - - [2026-01-22 01:44:33] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.011425 10.0.0.41 - - [2026-01-22 01:44:33] "POST /tags HTTP/1.1" 409 204 0.003039 10.0.0.41 - - [2026-01-22 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.41 - - [2026-01-22 01:44:33] "GET /tag/b52b0f9d-6ae5-4352-854a-8fe0616696e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.011110 10.0.0.41 - - [2026-01-22 01:44:33] "POST /tags HTTP/1.1" 409 226 0.002044 10.0.0.41 - - [2026-01-22 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002022 10.0.0.41 - - [2026-01-22 01:44:33] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.011811 10.0.0.41 - - [2026-01-22 01:44:33] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002505 10.0.0.41 - - [2026-01-22 01:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.41 - - [2026-01-22 01:44:33] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004308 10.0.0.41 - - [2026-01-22 01:44:33] "POST /firewall-rules HTTP/1.1" 200 626 0.081694 10.0.0.41 - - [2026-01-22 01:44:33] "POST /firewall-rules HTTP/1.1" 200 646 0.078356 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-rule/d8a2e561-5f24-4899-b503-7fe349c8e2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.023448 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.002910 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-rule/350631a1-0273-457b-ab17-b6ae414058de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003930 10.0.0.41 - - [2026-01-22 01:44:33] "POST /ref-update HTTP/1.1" 200 156 0.012913 10.0.0.41 - - [2026-01-22 01:44:33] "POST /firewall-policys HTTP/1.1" 200 606 0.028734 10.0.0.41 - - [2026-01-22 01:44:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.012589 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.004848 10.0.0.41 - - [2026-01-22 01:44:33] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.004914 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002523 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4896 0.004680 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.003440 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.008455 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002822 10.0.0.41 - - [2026-01-22 01:44:33] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4896 0.003101 10.0.0.41 - - [2026-01-22 01:44:33] "POST /ref-update HTTP/1.1" 200 156 0.030088 10.0.0.41 - - [2026-01-22 01:44:33] "POST /ref-update HTTP/1.1" 200 156 0.032219 10.0.0.41 - - [2026-01-22 01:44:33] "POST /ref-update HTTP/1.1" 200 156 0.023195 10.0.0.41 - - [2026-01-22 01:44:34] "POST /ref-update HTTP/1.1" 200 156 0.041855 10.0.0.41 - - [2026-01-22 01:44:34] "POST /ref-update HTTP/1.1" 200 156 0.045032 10.0.0.41 - - [2026-01-22 01:44:34] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.025360 10.0.0.41 - - [2026-01-22 01:44:37] "GET /global-system-configs HTTP/1.1" 200 322 0.004020 10.0.0.41 - - [2026-01-22 01:44:38] "GET /global-system-configs HTTP/1.1" 200 322 0.002383 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004440 10.0.0.41 - - [2026-01-22 01:45:51] "POST /set-tag HTTP/1.1" 200 109 0.002582 10.0.0.41 - - [2026-01-22 01:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.41 - - [2026-01-22 01:45:51] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.002733 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003966 10.0.0.41 - - [2026-01-22 01:45:51] "POST /set-tag HTTP/1.1" 200 109 0.023734 10.0.0.41 - - [2026-01-22 01:45:51] "DELETE /loadbalancer-member/4b9e677e-058f-4d2b-8f25-a9dcf981b129 HTTP/1.1" 200 115 0.042364 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007147 10.0.0.41 - - [2026-01-22 01:45:51] "POST /set-tag HTTP/1.1" 200 109 0.002454 10.0.0.41 - - [2026-01-22 01:45:51] "DELETE /loadbalancer-member/3dcd6349-4847-422d-94b0-836bbb31aeba HTTP/1.1" 200 115 0.031862 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005290 10.0.0.41 - - [2026-01-22 01:45:51] "POST /set-tag HTTP/1.1" 200 109 0.002253 10.0.0.41 - - [2026-01-22 01:45:51] "DELETE /loadbalancer-member/8cc8ba20-1dd9-4242-be00-6dcb814e2423 HTTP/1.1" 200 115 0.035748 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005763 10.0.0.41 - - [2026-01-22 01:45:51] "POST /set-tag HTTP/1.1" 200 109 0.002902 10.0.0.41 - - [2026-01-22 01:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002124 10.0.0.41 - - [2026-01-22 01:45:51] "GET /loadbalancer/e9458a12-41ac-4aa2-ae12-2ddef50b59ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.002434 10.0.0.41 - - [2026-01-22 01:45:51] "GET /loadbalancer-pool/94f6c025-e290-440f-bacc-839203495dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.002690 10.0.0.41 - - [2026-01-22 01:45:51] "POST /loadbalancer-members HTTP/1.1" 200 690 0.015237 10.0.0.41 - - [2026-01-22 01:45:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.015876 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.041327 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007591 10.0.0.41 - - [2026-01-22 01:45:51] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007414 10.0.0.41 - - [2026-01-22 01:45:51] "POST /set-tag HTTP/1.1" 200 109 0.067564 10.0.0.41 - - [2026-01-22 01:45:51] "GET /loadbalancer-pool/f7e942f8-46c7-47f7-8ab4-5b2fd22faf23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.012015 10.0.0.41 - - [2026-01-22 01:45:51] "POST /loadbalancer-members HTTP/1.1" 200 690 0.014011 10.0.0.41 - - [2026-01-22 01:45:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.007306 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.013791 10.0.0.41 - - [2026-01-22 01:45:51] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004385 10.0.0.41 - - [2026-01-22 01:45:51] "POST /set-tag HTTP/1.1" 200 109 0.003366 10.0.0.41 - - [2026-01-22 01:45:51] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.003227 10.0.0.41 - - [2026-01-22 01:45:51] "GET /loadbalancer-pool/a9f9a5d8-ebdd-42f4-aae0-80344e58f526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.002834 10.0.0.41 - - [2026-01-22 01:45:51] "POST /loadbalancer-members HTTP/1.1" 200 692 0.015604 10.0.0.41 - - [2026-01-22 01:45:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.017517 10.0.0.41 - - [2026-01-22 01:45:52] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.008624 10.0.0.41 - - [2026-01-22 01:45:52] "GET /virtual-machine-interface/b5423b56-f732-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004068 10.0.0.41 - - [2026-01-22 01:45:52] "GET /floating-ip/a4fd3b51-4bce-4b91-8076-959a5ef8bdd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.002478 10.0.0.41 - - [2026-01-22 01:45:52] "POST /set-tag HTTP/1.1" 200 109 0.002826 10.0.0.41 - - [2026-01-22 01:45:54] "POST /tags HTTP/1.1" 200 365 0.058108 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006737 10.0.0.41 - - [2026-01-22 01:45:54] "GET /tag/98c55f53-6ba1-4fb0-8df6-93366c664a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.017370 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.41 - - [2026-01-22 01:45:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.056175 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006927 10.0.0.41 - - [2026-01-22 01:45:54] "GET /service-appliance-set/1f5672ba-44f2-459e-995c-e11fb0c9d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.003150 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 404 258 0.002303 10.0.0.41 - - [2026-01-22 01:45:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.103144 10.0.0.41 - - [2026-01-22 01:45:54] "GET /virtual-machine-interface/b96e6b98-1c3a-4dcc-91a5-9ba0e065c6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.005239 10.0.0.41 - - [2026-01-22 01:45:54] "POST /set-tag HTTP/1.1" 200 109 0.018414 10.0.0.41 - - [2026-01-22 01:45:54] "POST /instance-ips HTTP/1.1" 200 417 0.038997 10.0.0.41 - - [2026-01-22 01:45:54] "GET /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.003917 10.0.0.41 - - [2026-01-22 01:45:54] "POST /loadbalancers HTTP/1.1" 200 618 0.066531 10.0.0.41 - - [2026-01-22 01:45:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.030289 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.010483 10.0.0.41 - - [2026-01-22 01:45:54] "POST /service-instances HTTP/1.1" 200 566 0.041563 10.0.0.41 - - [2026-01-22 01:45:54] "POST /ref-update HTTP/1.1" 200 156 0.033519 10.0.0.41 - - [2026-01-22 01:45:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.088931 10.0.0.41 - - [2026-01-22 01:45:54] "GET /virtual-machine-interface/b96e6b98-1c3a-4dcc-91a5-9ba0e065c6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006434 10.0.0.41 - - [2026-01-22 01:45:54] "PUT /service-instance/2150be09-f94f-4316-a6b2-9d1e549e3e50 HTTP/1.1" 200 266 0.047236 10.0.0.41 - - [2026-01-22 01:45:54] "GET /virtual-machine-interface/b96e6b98-1c3a-4dcc-91a5-9ba0e065c6fb?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.012451 10.0.0.41 - - [2026-01-22 01:45:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.016007 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005698 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.002029 10.0.0.41 - - [2026-01-22 01:45:54] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.009478 10.0.0.41 - - [2026-01-22 01:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.41 - - [2026-01-22 01:45:54] "POST /virtual-machines HTTP/1.1" 200 429 0.018870 10.0.0.41 - - [2026-01-22 01:45:55] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004366 10.0.0.41 - - [2026-01-22 01:45:55] "POST /tags HTTP/1.1" 409 221 0.002126 10.0.0.41 - - [2026-01-22 01:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001805 10.0.0.41 - - [2026-01-22 01:45:55] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.017413 10.0.0.41 - - [2026-01-22 01:45:55] "POST /tags HTTP/1.1" 409 238 0.015819 10.0.0.41 - - [2026-01-22 01:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001885 10.0.0.41 - - [2026-01-22 01:45:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.159871 10.0.0.41 - - [2026-01-22 01:45:55] "POST /chown HTTP/1.1" 200 109 0.015111 10.0.0.41 - - [2026-01-22 01:45:55] "GET /tag/98c55f53-6ba1-4fb0-8df6-93366c664a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.032817 10.0.0.41 - - [2026-01-22 01:45:55] "POST /chown HTTP/1.1" 200 109 0.010643 10.0.0.41 - - [2026-01-22 01:45:55] "PUT /virtual-machine-interface/d467679b-ba71-44a1-bb8b-6a10a7324399 HTTP/1.1" 200 284 0.017256 10.0.0.41 - - [2026-01-22 01:45:55] "PUT /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6 HTTP/1.1" 200 256 0.036690 10.0.0.41 - - [2026-01-22 01:45:55] "POST /firewall-rules HTTP/1.1" 200 650 0.099014 10.0.0.41 - - [2026-01-22 01:45:55] "GET /firewall-rule/fc8d9881-5d92-4a73-ad53-9d0f0e5a5160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.048520 10.0.0.41 - - [2026-01-22 01:45:55] "POST /ref-update HTTP/1.1" 200 156 0.040068 10.0.0.41 - - [2026-01-22 01:45:55] "POST /ref-update HTTP/1.1" 200 156 0.028404 10.0.0.41 - - [2026-01-22 01:45:55] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.008366 10.0.0.41 - - [2026-01-22 01:45:55] "GET /firewall-rule/fc8d9881-5d92-4a73-ad53-9d0f0e5a5160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.021136 10.0.0.41 - - [2026-01-22 01:45:55] "POST /ref-update HTTP/1.1" 200 156 0.041206 10.0.0.41 - - [2026-01-22 01:45:55] "POST /ref-update HTTP/1.1" 200 156 0.047956 10.0.0.41 - - [2026-01-22 01:45:55] "POST /ref-update HTTP/1.1" 200 156 0.027669 10.0.0.41 - - [2026-01-22 01:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010170 10.0.0.41 - - [2026-01-22 01:45:55] "POST /ref-update HTTP/1.1" 200 156 0.020167 10.0.0.41 - - [2026-01-22 01:45:55] "POST /ref-update HTTP/1.1" 200 156 0.032938 10.0.0.41 - - [2026-01-22 01:45:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.091471 10.0.0.41 - - [2026-01-22 01:45:55] "GET /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2518 0.005316 10.0.0.41 - - [2026-01-22 01:45:55] "POST /virtual-machines HTTP/1.1" 200 429 0.018454 10.0.0.41 - - [2026-01-22 01:45:55] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.042654 10.0.0.41 - - [2026-01-22 01:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.41 - - [2026-01-22 01:45:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.101668 10.0.0.41 - - [2026-01-22 01:45:55] "POST /chown HTTP/1.1" 200 109 0.049263 10.0.0.41 - - [2026-01-22 01:45:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.097488 10.0.0.41 - - [2026-01-22 01:45:55] "POST /chown HTTP/1.1" 200 109 0.012223 10.0.0.41 - - [2026-01-22 01:45:55] "GET /loadbalancer-listener/6e23d534-327e-44ef-ab18-99ba7b7d7295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.019005 10.0.0.41 - - [2026-01-22 01:45:55] "GET /loadbalancer-listener/6e23d534-327e-44ef-ab18-99ba7b7d7295?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.006527 10.0.0.41 - - [2026-01-22 01:45:55] "PUT /virtual-machine-interface/7fcddbbf-fa59-4080-a16e-3c9508217b2d HTTP/1.1" 200 284 0.039906 10.0.0.41 - - [2026-01-22 01:45:56] "PUT /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6 HTTP/1.1" 200 256 0.045423 10.0.0.41 - - [2026-01-22 01:45:56] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.061921 10.0.0.41 - - [2026-01-22 01:45:56] "POST /ref-update HTTP/1.1" 200 156 0.018057 10.0.0.41 - - [2026-01-22 01:45:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.018543 10.0.0.41 - - [2026-01-22 01:45:56] "GET /loadbalancer-pool/dbb6cbde-c9f3-4346-aacd-f7511277f74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.022839 10.0.0.41 - - [2026-01-22 01:45:56] "POST /ref-update HTTP/1.1" 200 156 0.053750 10.0.0.41 - - [2026-01-22 01:45:56] "POST /ref-update HTTP/1.1" 200 156 0.036004 10.0.0.41 - - [2026-01-22 01:45:56] "POST /loadbalancer-members HTTP/1.1" 200 707 0.082488 10.0.0.41 - - [2026-01-22 01:45:56] "POST /ref-update HTTP/1.1" 200 156 0.013123 10.0.0.41 - - [2026-01-22 01:45:56] "POST /ref-update HTTP/1.1" 200 156 0.022250 10.0.0.41 - - [2026-01-22 01:45:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.026177 10.0.0.41 - - [2026-01-22 01:45:56] "GET /loadbalancer-member/bbad8282-4ce0-4964-9492-bdf1306f49aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.023643 10.0.0.41 - - [2026-01-22 01:45:56] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004561 10.0.0.41 - - [2026-01-22 01:45:56] "PUT /service-instance/2150be09-f94f-4316-a6b2-9d1e549e3e50 HTTP/1.1" 200 266 0.016192 10.0.0.41 - - [2026-01-22 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005796 10.0.0.41 - - [2026-01-22 01:45:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.019418 10.0.0.41 - - [2026-01-22 01:45:56] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.030459 10.0.0.41 - - [2026-01-22 01:45:56] "POST /tags HTTP/1.1" 409 221 0.005287 10.0.0.41 - - [2026-01-22 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.41 - - [2026-01-22 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006221 10.0.0.41 - - [2026-01-22 01:45:56] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.015686 10.0.0.41 - - [2026-01-22 01:45:56] "POST /tags HTTP/1.1" 409 238 0.001849 10.0.0.41 - - [2026-01-22 01:45:56] "POST /chown HTTP/1.1" 200 109 0.025988 10.0.0.41 - - [2026-01-22 01:45:56] "POST /chown HTTP/1.1" 200 109 0.032430 10.0.0.41 - - [2026-01-22 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006201 10.0.0.41 - - [2026-01-22 01:45:56] "GET /tag/98c55f53-6ba1-4fb0-8df6-93366c664a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.013100 10.0.0.41 - - [2026-01-22 01:45:56] "POST /firewall-rules HTTP/1.1" 409 293 0.002289 10.0.0.41 - - [2026-01-22 01:45:56] "PUT /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6 HTTP/1.1" 200 256 0.046936 10.0.0.41 - - [2026-01-22 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006507 10.0.0.41 - - [2026-01-22 01:45:56] "POST /ref-update HTTP/1.1" 200 156 0.033165 10.0.0.41 - - [2026-01-22 01:45:56] "POST /chown HTTP/1.1" 200 109 0.017262 10.0.0.41 - - [2026-01-22 01:45:56] "PUT /firewall-rule/fc8d9881-5d92-4a73-ad53-9d0f0e5a5160 HTTP/1.1" 200 260 0.067602 10.0.0.41 - - [2026-01-22 01:45:56] "GET /firewall-rule/fc8d9881-5d92-4a73-ad53-9d0f0e5a5160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.032005 10.0.0.41 - - [2026-01-22 01:45:56] "POST /chown HTTP/1.1" 200 109 0.056108 10.0.0.41 - - [2026-01-22 01:45:56] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.003693 10.0.0.41 - - [2026-01-22 01:45:56] "GET /firewall-rule/fc8d9881-5d92-4a73-ad53-9d0f0e5a5160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002426 10.0.0.41 - - [2026-01-22 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001824 10.0.0.41 - - [2026-01-22 01:45:56] "GET /tag/98c55f53-6ba1-4fb0-8df6-93366c664a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.016471 10.0.0.41 - - [2026-01-22 01:45:56] "PUT /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6 HTTP/1.1" 200 256 0.028434 10.0.0.41 - - [2026-01-22 01:45:56] "GET /tag/98c55f53-6ba1-4fb0-8df6-93366c664a1c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.030564 10.0.0.41 - - [2026-01-22 01:45:56] "GET /virtual-machine-interface/7fcddbbf-fa59-4080-a16e-3c9508217b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.009368 10.0.0.41 - - [2026-01-22 01:45:56] "POST /ref-update HTTP/1.1" 200 156 0.075431 10.0.0.41 - - [2026-01-22 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.41 - - [2026-01-22 01:45:56] "POST /set-tag HTTP/1.1" 200 109 0.054281 10.0.0.41 - - [2026-01-22 01:45:57] "POST /chown HTTP/1.1" 200 109 0.018335 10.0.0.41 - - [2026-01-22 01:45:57] "GET /virtual-machine-interface/b96e6b98-1c3a-4dcc-91a5-9ba0e065c6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.018337 10.0.0.41 - - [2026-01-22 01:45:57] "POST /chown HTTP/1.1" 200 109 0.040159 10.0.0.41 - - [2026-01-22 01:45:57] "POST /set-tag HTTP/1.1" 200 109 0.069765 10.0.0.41 - - [2026-01-22 01:45:57] "PUT /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6 HTTP/1.1" 200 256 0.041685 10.0.0.41 - - [2026-01-22 01:45:57] "GET /virtual-machine-interface/d467679b-ba71-44a1-bb8b-6a10a7324399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.015366 10.0.0.41 - - [2026-01-22 01:45:57] "POST /ref-update HTTP/1.1" 200 156 0.038359 10.0.0.41 - - [2026-01-22 01:45:57] "POST /set-tag HTTP/1.1" 200 109 0.052209 10.0.0.41 - - [2026-01-22 01:45:57] "POST /chown HTTP/1.1" 200 109 0.026525 10.0.0.41 - - [2026-01-22 01:45:57] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.025388 10.0.0.41 - - [2026-01-22 01:45:57] "GET /firewall-rule/fc8d9881-5d92-4a73-ad53-9d0f0e5a5160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.008584 10.0.0.41 - - [2026-01-22 01:45:57] "POST /chown HTTP/1.1" 200 109 0.028943 10.0.0.41 - - [2026-01-22 01:45:57] "POST /ref-update HTTP/1.1" 200 156 0.019071 10.0.0.41 - - [2026-01-22 01:45:57] "PUT /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6 HTTP/1.1" 200 256 0.056988 10.0.0.41 - - [2026-01-22 01:45:57] "POST /ref-update HTTP/1.1" 200 156 0.033430 10.0.0.41 - - [2026-01-22 01:45:57] "DELETE /firewall-rule/fc8d9881-5d92-4a73-ad53-9d0f0e5a5160 HTTP/1.1" 200 115 0.137613 10.0.0.41 - - [2026-01-22 01:45:57] "DELETE /loadbalancer-member/bbad8282-4ce0-4964-9492-bdf1306f49aa HTTP/1.1" 200 115 0.067082 10.0.0.41 - - [2026-01-22 01:45:57] "DELETE /loadbalancer-pool/dbb6cbde-c9f3-4346-aacd-f7511277f74c HTTP/1.1" 200 115 0.067860 10.0.0.41 - - [2026-01-22 01:45:57] "PUT /service-instance/2150be09-f94f-4316-a6b2-9d1e549e3e50 HTTP/1.1" 200 266 0.035377 10.0.0.41 - - [2026-01-22 01:45:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.037823 10.0.0.41 - - [2026-01-22 01:45:57] "DELETE /loadbalancer-listener/6e23d534-327e-44ef-ab18-99ba7b7d7295 HTTP/1.1" 200 115 0.093411 10.0.0.41 - - [2026-01-22 01:45:57] "DELETE /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a HTTP/1.1" 200 115 0.058926 10.0.0.41 - - [2026-01-22 01:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.41 - - [2026-01-22 01:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.014346 10.0.0.41 - - [2026-01-22 01:45:57] "DELETE /instance-ip/f9f42397-c1e9-41a4-aef6-4340983177e6 HTTP/1.1" 200 115 0.077935 10.0.0.41 - - [2026-01-22 01:45:57] "DELETE /virtual-machine-interface/b96e6b98-1c3a-4dcc-91a5-9ba0e065c6fb HTTP/1.1" 200 115 0.064759 10.0.0.41 - - [2026-01-22 01:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2026-01-22 01:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007942 10.0.0.41 - - [2026-01-22 01:45:58] "DELETE /tag/98c55f53-6ba1-4fb0-8df6-93366c664a1c HTTP/1.1" 200 115 0.128016 10.0.0.41 - - [2026-01-22 01:45:58] "DELETE /service-instance/2150be09-f94f-4316-a6b2-9d1e549e3e50 HTTP/1.1" 200 115 0.058812 10.0.0.41 - - [2026-01-22 01:45:58] "GET /virtual-machine-interface/7fcddbbf-fa59-4080-a16e-3c9508217b2d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1208 0.008677 10.0.0.41 - - [2026-01-22 01:45:58] "DELETE /virtual-machine-interface/7fcddbbf-fa59-4080-a16e-3c9508217b2d HTTP/1.1" 200 115 0.078648 10.0.0.41 - - [2026-01-22 01:45:58] "DELETE /virtual-machine/d46143cf-bf60-46e4-92a3-6adf73b9fd20 HTTP/1.1" 200 115 0.055788 10.0.0.41 - - [2026-01-22 01:45:58] "GET /virtual-machine-interface/d467679b-ba71-44a1-bb8b-6a10a7324399?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.007518 10.0.0.41 - - [2026-01-22 01:45:58] "DELETE /virtual-machine-interface/d467679b-ba71-44a1-bb8b-6a10a7324399 HTTP/1.1" 200 115 0.079279 10.0.0.41 - - [2026-01-22 01:45:58] "POST /ref-update HTTP/1.1" 200 156 0.028217 10.0.0.41 - - [2026-01-22 01:45:58] "DELETE /virtual-machine/969c0cad-0579-401d-9a00-07645c256063 HTTP/1.1" 200 115 0.052889 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001146 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001427 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001293 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001278 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000889 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001035 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001142 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:46:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001016 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 252 0.002398 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/c9091438-b3e6-481c-bf35-b2d82fefb5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.016540 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 228 0.002371 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/e169d7ed-746e-468b-a4a3-3662245c511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.011270 10.0.0.41 - - [2026-01-22 01:46:42] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.010103 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002170 10.0.0.41 - - [2026-01-22 01:46:42] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002734 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 206 0.002270 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/2e8d2217-5bfb-474c-8d65-84e662d528d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.011114 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 226 0.002057 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.011218 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 204 0.002429 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/b52b0f9d-6ae5-4352-854a-8fe0616696e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.011375 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 226 0.002008 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/c9b87020-01da-4721-abf5-845860782ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1192 0.012262 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 228 0.002481 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/e169d7ed-746e-468b-a4a3-3662245c511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.010953 10.0.0.41 - - [2026-01-22 01:46:42] "POST /tags HTTP/1.1" 409 252 0.002060 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.41 - - [2026-01-22 01:46:42] "GET /tag/c9091438-b3e6-481c-bf35-b2d82fefb5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.011254 10.0.0.41 - - [2026-01-22 01:46:42] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002486 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002123 10.0.0.41 - - [2026-01-22 01:46:42] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002672 10.0.0.41 - - [2026-01-22 01:46:42] "POST /firewall-rules HTTP/1.1" 409 281 0.001969 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.41 - - [2026-01-22 01:46:42] "PUT /firewall-rule/350631a1-0273-457b-ab17-b6ae414058de HTTP/1.1" 200 260 0.020653 10.0.0.41 - - [2026-01-22 01:46:42] "POST /firewall-rules HTTP/1.1" 409 291 0.005637 10.0.0.41 - - [2026-01-22 01:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.41 - - [2026-01-22 01:46:42] "PUT /firewall-rule/d8a2e561-5f24-4899-b503-7fe349c8e2e3 HTTP/1.1" 200 260 0.030103 10.0.0.41 - - [2026-01-22 01:46:42] "GET /firewall-rule/d8a2e561-5f24-4899-b503-7fe349c8e2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.016801 10.0.0.41 - - [2026-01-22 01:46:43] "POST /firewall-rules HTTP/1.1" 200 658 0.084298 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-rule/f973781c-f86b-4caa-a0a9-ee22cf182453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.022921 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002482 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-rule/350631a1-0273-457b-ab17-b6ae414058de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003304 10.0.0.41 - - [2026-01-22 01:46:43] "POST /firewall-policys HTTP/1.1" 409 269 0.002177 10.0.0.41 - - [2026-01-22 01:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.41 - - [2026-01-22 01:46:43] "PUT /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468 HTTP/1.1" 200 264 0.022594 10.0.0.41 - - [2026-01-22 01:46:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.012553 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009158 10.0.0.41 - - [2026-01-22 01:46:43] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002825 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005368 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4896 0.002754 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003859 10.0.0.41 - - [2026-01-22 01:46:43] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003358 10.0.0.41 - - [2026-01-22 01:47:44] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.007765 10.0.0.41 - - [2026-01-22 01:47:44] "POST /set-tag HTTP/1.1" 200 109 0.002827 10.0.0.41 - - [2026-01-22 01:47:44] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005773 10.0.0.41 - - [2026-01-22 01:47:44] "POST /set-tag HTTP/1.1" 200 109 0.003088 10.0.0.41 - - [2026-01-22 01:47:44] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007048 10.0.0.41 - - [2026-01-22 01:47:44] "POST /set-tag HTTP/1.1" 200 109 0.002951 10.0.0.41 - - [2026-01-22 01:47:44] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004830 10.0.0.41 - - [2026-01-22 01:47:44] "POST /set-tag HTTP/1.1" 200 109 0.003775 10.0.0.41 - - [2026-01-22 01:47:44] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007808 10.0.0.41 - - [2026-01-22 01:47:44] "POST /set-tag HTTP/1.1" 200 109 0.002768 10.0.0.41 - - [2026-01-22 01:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.41 - - [2026-01-22 01:47:44] "GET /loadbalancer/7510c97a-9e15-4996-871b-42ab87f9bf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.002565 10.0.0.41 - - [2026-01-22 01:47:44] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004118 10.0.0.41 - - [2026-01-22 01:47:44] "POST /set-tag HTTP/1.1" 200 109 0.024510 10.0.0.41 - - [2026-01-22 01:47:45] "DELETE /loadbalancer-member/59f5fae6-ed76-4865-894f-5458a340c4c9 HTTP/1.1" 200 115 0.038722 10.0.0.41 - - [2026-01-22 01:47:45] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.009634 10.0.0.41 - - [2026-01-22 01:47:45] "POST /set-tag HTTP/1.1" 200 109 0.003689 10.0.0.41 - - [2026-01-22 01:47:45] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.005998 10.0.0.41 - - [2026-01-22 01:47:45] "POST /set-tag HTTP/1.1" 200 109 0.003729 10.0.0.41 - - [2026-01-22 01:47:45] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005259 10.0.0.41 - - [2026-01-22 01:47:45] "POST /set-tag HTTP/1.1" 200 109 0.008769 10.0.0.41 - - [2026-01-22 01:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.41 - - [2026-01-22 01:47:45] "GET /loadbalancer/7510c97a-9e15-4996-871b-42ab87f9bf45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.003164 10.0.0.41 - - [2026-01-22 01:47:46] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.017444 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.009120 10.0.0.41 - - [2026-01-22 01:47:46] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.009162 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.003171 10.0.0.41 - - [2026-01-22 01:47:46] "GET /virtual-machine/0b332211-a3b3-4229-be1b-f11a6712d597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.004083 10.0.0.41 - - [2026-01-22 01:47:46] "POST /ref-update HTTP/1.1" 200 156 0.023489 10.0.0.41 - - [2026-01-22 01:47:46] "GET /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014324 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.044936 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.033019 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.044260 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.024288 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.034626 10.0.0.41 - - [2026-01-22 01:47:46] "DELETE /instance-ip/dcc572fa-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.072808 10.0.0.41 - - [2026-01-22 01:47:46] "DELETE /virtual-machine-interface/dcad2c54-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.056221 10.0.0.41 - - [2026-01-22 01:47:46] "DELETE /virtual-machine/0b332211-a3b3-4229-be1b-f11a6712d597 HTTP/1.1" 200 115 0.026993 10.0.0.41 - - [2026-01-22 01:47:46] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004846 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.002992 10.0.0.41 - - [2026-01-22 01:47:46] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006078 10.0.0.41 - - [2026-01-22 01:47:46] "POST /set-tag HTTP/1.1" 200 109 0.003127 10.0.0.41 - - [2026-01-22 01:47:46] "GET /virtual-machine/1dcc850c-8437-4c8a-8507-e94428203a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.002996 10.0.0.41 - - [2026-01-22 01:47:47] "POST /ref-update HTTP/1.1" 200 156 0.011276 10.0.0.41 - - [2026-01-22 01:47:47] "GET /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015254 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.028315 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.027938 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.028166 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.019775 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.045366 10.0.0.41 - - [2026-01-22 01:47:47] "DELETE /instance-ip/dc4b6384-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.061527 10.0.0.41 - - [2026-01-22 01:47:47] "DELETE /virtual-machine-interface/dc30f95e-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.047390 10.0.0.41 - - [2026-01-22 01:47:47] "DELETE /virtual-machine/1dcc850c-8437-4c8a-8507-e94428203a59 HTTP/1.1" 200 115 0.029824 10.0.0.41 - - [2026-01-22 01:47:47] "DELETE /tag/0f87e61f-48d7-44fe-9096-fe0730f652b7 HTTP/1.1" 200 115 0.076260 10.0.0.41 - - [2026-01-22 01:47:47] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.012869 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.002908 10.0.0.41 - - [2026-01-22 01:47:47] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004451 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.003277 10.0.0.41 - - [2026-01-22 01:47:47] "GET /virtual-machine/049add59-e83f-45ee-b471-1cf43ed35aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1657 0.003090 10.0.0.41 - - [2026-01-22 01:47:47] "POST /ref-update HTTP/1.1" 200 156 0.010311 10.0.0.41 - - [2026-01-22 01:47:47] "GET /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.018542 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.073458 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.040904 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.050487 10.0.0.41 - - [2026-01-22 01:47:47] "POST /set-tag HTTP/1.1" 200 109 0.017145 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.039749 10.0.0.41 - - [2026-01-22 01:47:48] "DELETE /instance-ip/dbb32a2e-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.076359 10.0.0.41 - - [2026-01-22 01:47:48] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.41 - - [2026-01-22 01:47:48] "DELETE /virtual-machine-interface/db9c37b0-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.045443 10.0.0.41 - - [2026-01-22 01:47:48] "DELETE /virtual-machine/049add59-e83f-45ee-b471-1cf43ed35aef HTTP/1.1" 200 115 0.032995 10.0.0.41 - - [2026-01-22 01:47:48] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006179 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.002653 10.0.0.41 - - [2026-01-22 01:47:48] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004798 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.003867 10.0.0.41 - - [2026-01-22 01:47:48] "GET /virtual-machine/6aee5c91-2200-42da-b4b5-3fe1248d7e1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003188 10.0.0.41 - - [2026-01-22 01:47:48] "POST /ref-update HTTP/1.1" 200 156 0.010511 10.0.0.41 - - [2026-01-22 01:47:48] "GET /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004560 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.016224 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.041769 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.024991 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.038251 10.0.0.41 - - [2026-01-22 01:47:48] "POST /set-tag HTTP/1.1" 200 109 0.031149 10.0.0.41 - - [2026-01-22 01:47:48] "DELETE /instance-ip/db3f7f5c-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.081635 10.0.0.41 - - [2026-01-22 01:47:48] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.41 - - [2026-01-22 01:47:48] "DELETE /virtual-machine-interface/db24739c-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.066595 10.0.0.41 - - [2026-01-22 01:47:48] "DELETE /virtual-machine/6aee5c91-2200-42da-b4b5-3fe1248d7e1e HTTP/1.1" 200 115 0.042189 10.0.0.41 - - [2026-01-22 01:47:48] "DELETE /tag/2e8d2217-5bfb-474c-8d65-84e662d528d4 HTTP/1.1" 409 388 0.010434 10.0.0.41 - - [2026-01-22 01:47:49] "DELETE /tag/45f2b407-4d29-493f-a20f-449da020fedc HTTP/1.1" 200 115 0.058712 10.0.0.41 - - [2026-01-22 01:47:54] "POST /tags HTTP/1.1" 200 365 0.058274 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2026-01-22 01:47:54] "GET /tag/2ac81034-04be-4bee-9da7-544ae2cfb93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.018712 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.41 - - [2026-01-22 01:47:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.034683 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002040 10.0.0.41 - - [2026-01-22 01:47:54] "GET /service-appliance-set/1f5672ba-44f2-459e-995c-e11fb0c9d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.002576 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 404 258 0.002040 10.0.0.41 - - [2026-01-22 01:47:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.111012 10.0.0.41 - - [2026-01-22 01:47:54] "GET /virtual-machine-interface/0c742157-ab75-4e64-9058-f7b074fad9bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.016464 10.0.0.41 - - [2026-01-22 01:47:54] "POST /set-tag HTTP/1.1" 200 109 0.013022 10.0.0.41 - - [2026-01-22 01:47:54] "POST /instance-ips HTTP/1.1" 200 417 0.041882 10.0.0.41 - - [2026-01-22 01:47:54] "GET /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.006651 10.0.0.41 - - [2026-01-22 01:47:54] "POST /loadbalancers HTTP/1.1" 200 618 0.063176 10.0.0.41 - - [2026-01-22 01:47:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.024050 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007409 10.0.0.41 - - [2026-01-22 01:47:54] "POST /service-instances HTTP/1.1" 200 566 0.020527 10.0.0.41 - - [2026-01-22 01:47:54] "POST /ref-update HTTP/1.1" 200 156 0.010245 10.0.0.41 - - [2026-01-22 01:47:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.053393 10.0.0.41 - - [2026-01-22 01:47:54] "GET /virtual-machine-interface/0c742157-ab75-4e64-9058-f7b074fad9bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.006335 10.0.0.41 - - [2026-01-22 01:47:54] "PUT /service-instance/cdb99e44-b123-4743-8c4b-27756181166e HTTP/1.1" 200 266 0.017439 10.0.0.41 - - [2026-01-22 01:47:54] "GET /virtual-machine-interface/0c742157-ab75-4e64-9058-f7b074fad9bb?fields=floating_ip_back_refs HTTP/1.1" 200 1178 0.017322 10.0.0.41 - - [2026-01-22 01:47:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.008729 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.002519 10.0.0.41 - - [2026-01-22 01:47:54] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.003024 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.41 - - [2026-01-22 01:47:54] "POST /virtual-machines HTTP/1.1" 200 429 0.013551 10.0.0.41 - - [2026-01-22 01:47:54] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003810 10.0.0.41 - - [2026-01-22 01:47:54] "POST /tags HTTP/1.1" 409 221 0.003632 10.0.0.41 - - [2026-01-22 01:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.41 - - [2026-01-22 01:47:54] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.026053 10.0.0.41 - - [2026-01-22 01:47:54] "POST /tags HTTP/1.1" 409 238 0.013976 10.0.0.41 - - [2026-01-22 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.015496 10.0.0.41 - - [2026-01-22 01:47:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.133377 10.0.0.41 - - [2026-01-22 01:47:55] "POST /chown HTTP/1.1" 200 109 0.016660 10.0.0.41 - - [2026-01-22 01:47:55] "GET /tag/2ac81034-04be-4bee-9da7-544ae2cfb93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.024440 10.0.0.41 - - [2026-01-22 01:47:55] "POST /chown HTTP/1.1" 200 109 0.006358 10.0.0.41 - - [2026-01-22 01:47:55] "PUT /virtual-machine-interface/823645ac-cafc-454c-b567-daa0595f7c1f HTTP/1.1" 200 284 0.065541 10.0.0.41 - - [2026-01-22 01:47:55] "POST /firewall-rules HTTP/1.1" 200 650 0.088867 10.0.0.41 - - [2026-01-22 01:47:55] "GET /firewall-rule/a74c7355-7e9c-4930-9bb1-66d1f15604ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.018680 10.0.0.41 - - [2026-01-22 01:47:55] "PUT /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4 HTTP/1.1" 200 256 0.035037 10.0.0.41 - - [2026-01-22 01:47:55] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.004404 10.0.0.41 - - [2026-01-22 01:47:55] "GET /firewall-rule/a74c7355-7e9c-4930-9bb1-66d1f15604ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002569 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.018981 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.042124 10.0.0.41 - - [2026-01-22 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.034646 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.021153 10.0.0.41 - - [2026-01-22 01:47:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.051969 10.0.0.41 - - [2026-01-22 01:47:55] "GET /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2518 0.002126 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.026135 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.023513 10.0.0.41 - - [2026-01-22 01:47:55] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.064918 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.050514 10.0.0.41 - - [2026-01-22 01:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010187 10.0.0.41 - - [2026-01-22 01:47:55] "POST /virtual-machines HTTP/1.1" 200 429 0.015713 10.0.0.41 - - [2026-01-22 01:47:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.056300 10.0.0.41 - - [2026-01-22 01:47:55] "GET /loadbalancer-listener/1e83499e-3893-4147-ba96-64dfabe18aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.002900 10.0.0.41 - - [2026-01-22 01:47:55] "GET /loadbalancer-listener/1e83499e-3893-4147-ba96-64dfabe18aed?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.002842 10.0.0.41 - - [2026-01-22 01:47:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.139738 10.0.0.41 - - [2026-01-22 01:47:55] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.092471 10.0.0.41 - - [2026-01-22 01:47:55] "POST /chown HTTP/1.1" 200 109 0.036292 10.0.0.41 - - [2026-01-22 01:47:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.028206 10.0.0.41 - - [2026-01-22 01:47:55] "GET /loadbalancer-pool/0620241b-3d29-445e-afa9-0f9dd6d39906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008970 10.0.0.41 - - [2026-01-22 01:47:55] "POST /chown HTTP/1.1" 200 109 0.008711 10.0.0.41 - - [2026-01-22 01:47:55] "PUT /virtual-machine-interface/866b41b7-8c9d-4704-8758-5be72c3d0a2b HTTP/1.1" 200 284 0.023860 10.0.0.41 - - [2026-01-22 01:47:55] "POST /loadbalancer-members HTTP/1.1" 200 707 0.041614 10.0.0.41 - - [2026-01-22 01:47:55] "PUT /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4 HTTP/1.1" 200 256 0.034198 10.0.0.41 - - [2026-01-22 01:47:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.020567 10.0.0.41 - - [2026-01-22 01:47:55] "GET /loadbalancer-member/496753da-5f86-490f-b6c8-bf7842d388f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.009932 10.0.0.41 - - [2026-01-22 01:47:55] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004929 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.012500 10.0.0.41 - - [2026-01-22 01:47:55] "POST /ref-update HTTP/1.1" 200 156 0.024324 10.0.0.41 - - [2026-01-22 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818 10.0.0.41 - - [2026-01-22 01:47:56] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002391 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.026216 10.0.0.41 - - [2026-01-22 01:47:56] "POST /tags HTTP/1.1" 409 221 0.014887 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.010682 10.0.0.41 - - [2026-01-22 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009165 10.0.0.41 - - [2026-01-22 01:47:56] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.014793 10.0.0.41 - - [2026-01-22 01:47:56] "POST /tags HTTP/1.1" 409 238 0.001553 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.038421 10.0.0.41 - - [2026-01-22 01:47:56] "PUT /service-instance/cdb99e44-b123-4743-8c4b-27756181166e HTTP/1.1" 200 266 0.009216 10.0.0.41 - - [2026-01-22 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006988 10.0.0.41 - - [2026-01-22 01:47:56] "GET /tag/2ac81034-04be-4bee-9da7-544ae2cfb93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.012322 10.0.0.41 - - [2026-01-22 01:47:56] "POST /firewall-rules HTTP/1.1" 409 293 0.002218 10.0.0.41 - - [2026-01-22 01:47:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.006353 10.0.0.41 - - [2026-01-22 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001930 10.0.0.41 - - [2026-01-22 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.013013 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.019469 10.0.0.41 - - [2026-01-22 01:47:56] "PUT /firewall-rule/a74c7355-7e9c-4930-9bb1-66d1f15604ac HTTP/1.1" 200 260 0.050690 10.0.0.41 - - [2026-01-22 01:47:56] "GET /firewall-rule/a74c7355-7e9c-4930-9bb1-66d1f15604ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.022560 10.0.0.41 - - [2026-01-22 01:47:56] "PUT /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4 HTTP/1.1" 200 256 0.013785 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.016873 10.0.0.41 - - [2026-01-22 01:47:56] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.008179 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.019941 10.0.0.41 - - [2026-01-22 01:47:56] "GET /firewall-rule/a74c7355-7e9c-4930-9bb1-66d1f15604ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005540 10.0.0.41 - - [2026-01-22 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.006119 10.0.0.41 - - [2026-01-22 01:47:56] "GET /tag/2ac81034-04be-4bee-9da7-544ae2cfb93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.011514 10.0.0.41 - - [2026-01-22 01:47:56] "GET /tag/2ac81034-04be-4bee-9da7-544ae2cfb93c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.011859 10.0.0.41 - - [2026-01-22 01:47:56] "PUT /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4 HTTP/1.1" 200 256 0.037974 10.0.0.41 - - [2026-01-22 01:47:56] "GET /virtual-machine-interface/0c742157-ab75-4e64-9058-f7b074fad9bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.017216 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.020363 10.0.0.41 - - [2026-01-22 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.41 - - [2026-01-22 01:47:56] "POST /set-tag HTTP/1.1" 200 109 0.025777 10.0.0.41 - - [2026-01-22 01:47:56] "GET /virtual-machine-interface/823645ac-cafc-454c-b567-daa0595f7c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.016822 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.034982 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.016049 10.0.0.41 - - [2026-01-22 01:47:56] "POST /set-tag HTTP/1.1" 200 109 0.041273 10.0.0.41 - - [2026-01-22 01:47:56] "GET /virtual-machine-interface/866b41b7-8c9d-4704-8758-5be72c3d0a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003903 10.0.0.41 - - [2026-01-22 01:47:56] "PUT /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4 HTTP/1.1" 200 256 0.016361 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.028967 10.0.0.41 - - [2026-01-22 01:47:56] "POST /set-tag HTTP/1.1" 200 109 0.048565 10.0.0.41 - - [2026-01-22 01:47:56] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.011622 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.031236 10.0.0.41 - - [2026-01-22 01:47:56] "GET /firewall-rule/a74c7355-7e9c-4930-9bb1-66d1f15604ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.002863 10.0.0.41 - - [2026-01-22 01:47:56] "POST /chown HTTP/1.1" 200 109 0.008937 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.030581 10.0.0.41 - - [2026-01-22 01:47:56] "PUT /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4 HTTP/1.1" 200 256 0.037051 10.0.0.41 - - [2026-01-22 01:47:56] "POST /ref-update HTTP/1.1" 200 156 0.022573 10.0.0.41 - - [2026-01-22 01:47:56] "DELETE /firewall-rule/a74c7355-7e9c-4930-9bb1-66d1f15604ac HTTP/1.1" 200 115 0.082869 10.0.0.41 - - [2026-01-22 01:47:56] "DELETE /loadbalancer-member/496753da-5f86-490f-b6c8-bf7842d388f0 HTTP/1.1" 200 115 0.027095 10.0.0.41 - - [2026-01-22 01:47:56] "DELETE /loadbalancer-pool/0620241b-3d29-445e-afa9-0f9dd6d39906 HTTP/1.1" 200 115 0.031332 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /loadbalancer-listener/1e83499e-3893-4147-ba96-64dfabe18aed HTTP/1.1" 200 115 0.027739 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a HTTP/1.1" 200 115 0.036578 10.0.0.41 - - [2026-01-22 01:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001822 10.0.0.41 - - [2026-01-22 01:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001788 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /instance-ip/15ad4e9e-16e1-448a-928d-9d74bd61efe4 HTTP/1.1" 200 115 0.049159 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /virtual-machine-interface/0c742157-ab75-4e64-9058-f7b074fad9bb HTTP/1.1" 200 115 0.063590 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /service-instance/cdb99e44-b123-4743-8c4b-27756181166e HTTP/1.1" 200 115 0.062992 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /tag/2ac81034-04be-4bee-9da7-544ae2cfb93c HTTP/1.1" 200 115 0.112336 10.0.0.41 - - [2026-01-22 01:47:57] "GET /virtual-machine-interface/823645ac-cafc-454c-b567-daa0595f7c1f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1208 0.005103 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /virtual-machine-interface/823645ac-cafc-454c-b567-daa0595f7c1f HTTP/1.1" 200 115 0.049876 10.0.0.41 - - [2026-01-22 01:47:57] "POST /ref-update HTTP/1.1" 200 156 0.013902 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /virtual-machine/5fe37e79-9034-464d-8ca0-5a15ef24d11e HTTP/1.1" 200 115 0.026790 10.0.0.41 - - [2026-01-22 01:47:57] "GET /virtual-machine-interface/866b41b7-8c9d-4704-8758-5be72c3d0a2b?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1207 0.005530 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /virtual-machine-interface/866b41b7-8c9d-4704-8758-5be72c3d0a2b HTTP/1.1" 200 115 0.043797 10.0.0.41 - - [2026-01-22 01:47:57] "DELETE /virtual-machine/aa00ddda-22ae-41e9-972d-75c6d93454ae HTTP/1.1" 200 115 0.023981 10.0.0.41 - - [2026-01-22 01:48:16] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007346 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.003281 10.0.0.41 - - [2026-01-22 01:48:16] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.010653 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.003294 10.0.0.41 - - [2026-01-22 01:48:16] "GET /virtual-machine/f98d61ae-5688-4410-b712-6c373f958105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003867 10.0.0.41 - - [2026-01-22 01:48:16] "POST /ref-update HTTP/1.1" 200 156 0.014123 10.0.0.41 - - [2026-01-22 01:48:16] "GET /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.024458 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.023268 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.031366 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.033838 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.019935 10.0.0.41 - - [2026-01-22 01:48:16] "DELETE /instance-ip/dd44ede6-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.054367 10.0.0.41 - - [2026-01-22 01:48:16] "DELETE /virtual-machine-interface/dd2e71ba-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.054193 10.0.0.41 - - [2026-01-22 01:48:16] "DELETE /virtual-machine/f98d61ae-5688-4410-b712-6c373f958105 HTTP/1.1" 200 115 0.023011 10.0.0.41 - - [2026-01-22 01:48:16] "DELETE /tag/69524cd6-95f7-4b1b-bf90-acf41616f73c HTTP/1.1" 200 115 0.050081 10.0.0.41 - - [2026-01-22 01:48:16] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006062 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.002493 10.0.0.41 - - [2026-01-22 01:48:16] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004466 10.0.0.41 - - [2026-01-22 01:48:16] "POST /set-tag HTTP/1.1" 200 109 0.002545 10.0.0.41 - - [2026-01-22 01:48:16] "GET /virtual-machine/9e3896a1-06a0-4560-8333-98404b87e9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003307 10.0.0.41 - - [2026-01-22 01:48:17] "POST /ref-update HTTP/1.1" 200 156 0.014724 10.0.0.41 - - [2026-01-22 01:48:17] "GET /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005421 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.025543 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.034604 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.023479 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.036415 10.0.0.41 - - [2026-01-22 01:48:17] "DELETE /instance-ip/de9c266e-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.052865 10.0.0.41 - - [2026-01-22 01:48:17] "DELETE /virtual-machine-interface/de809f5c-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.043281 10.0.0.41 - - [2026-01-22 01:48:17] "DELETE /virtual-machine/9e3896a1-06a0-4560-8333-98404b87e9d5 HTTP/1.1" 200 115 0.022930 10.0.0.41 - - [2026-01-22 01:48:17] "DELETE /tag/40e15581-ebf0-4d2b-a2ce-5ea96e39f709 HTTP/1.1" 200 115 0.043447 10.0.0.41 - - [2026-01-22 01:48:17] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004089 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.002650 10.0.0.41 - - [2026-01-22 01:48:17] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004572 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.002175 10.0.0.41 - - [2026-01-22 01:48:17] "GET /virtual-machine/bf0b09ab-78af-4bc4-aa92-2074f06a937a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003565 10.0.0.41 - - [2026-01-22 01:48:17] "POST /ref-update HTTP/1.1" 200 156 0.012148 10.0.0.41 - - [2026-01-22 01:48:17] "GET /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.015860 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.018858 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.041454 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.039092 10.0.0.41 - - [2026-01-22 01:48:17] "POST /set-tag HTTP/1.1" 200 109 0.021879 10.0.0.41 - - [2026-01-22 01:48:17] "DELETE /instance-ip/de228994-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.042305 10.0.0.41 - - [2026-01-22 01:48:17] "DELETE /virtual-machine-interface/de0989ee-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.039641 10.0.0.41 - - [2026-01-22 01:48:17] "DELETE /virtual-machine/bf0b09ab-78af-4bc4-aa92-2074f06a937a HTTP/1.1" 200 115 0.021967 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /tag/123c869f-aa6d-4a87-a817-c904c29b0d4b HTTP/1.1" 200 115 0.045632 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /tag/c9091438-b3e6-481c-bf35-b2d82fefb5e8 HTTP/1.1" 409 236 0.009099 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /tag/e169d7ed-746e-468b-a4a3-3662245c511e HTTP/1.1" 409 236 0.006611 10.0.0.41 - - [2026-01-22 01:48:18] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005149 10.0.0.41 - - [2026-01-22 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.002597 10.0.0.41 - - [2026-01-22 01:48:18] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006615 10.0.0.41 - - [2026-01-22 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.003136 10.0.0.41 - - [2026-01-22 01:48:18] "GET /virtual-machine/2990a810-5f25-47e1-bf9b-db6554d5efc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.009050 10.0.0.41 - - [2026-01-22 01:48:18] "POST /ref-update HTTP/1.1" 200 156 0.010859 10.0.0.41 - - [2026-01-22 01:48:18] "GET /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.020700 10.0.0.41 - - [2026-01-22 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.020009 10.0.0.41 - - [2026-01-22 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.015906 10.0.0.41 - - [2026-01-22 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.033281 10.0.0.41 - - [2026-01-22 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.030133 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /instance-ip/ddb3e372-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.046566 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /virtual-machine-interface/dd9bd7b4-f733-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.041944 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /virtual-machine/2990a810-5f25-47e1-bf9b-db6554d5efc1 HTTP/1.1" 200 115 0.020553 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /tag/b52b0f9d-6ae5-4352-854a-8fe0616696e9 HTTP/1.1" 409 236 0.007992 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /tag/6ca26900-e1fe-4f27-8043-6dec646754b1 HTTP/1.1" 200 115 0.037120 10.0.0.41 - - [2026-01-22 01:48:18] "DELETE /tag/b9e4115f-ccd3-4e3d-ab05-55fcd6f020f7 HTTP/1.1" 200 115 0.038423 10.0.0.41 - - [2026-01-22 01:48:19] "POST /projects HTTP/1.1" 409 238 0.002620 10.0.0.41 - - [2026-01-22 01:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2026-01-22 01:48:20] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.040249 10.0.0.41 - - [2026-01-22 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.41 - - [2026-01-22 01:48:20] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004694 10.0.0.41 - - [2026-01-22 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.41 - - [2026-01-22 01:48:20] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.005798 10.0.0.41 - - [2026-01-22 01:48:20] "POST /security-groups HTTP/1.1" 409 285 0.013816 10.0.0.41 - - [2026-01-22 01:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.41 - - [2026-01-22 01:48:20] "PUT /security-group/1657df76-e4a2-426b-ba23-cf4fd66c6952 HTTP/1.1" 200 262 0.058990 10.0.0.41 - - [2026-01-22 01:48:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.016255 10.0.0.41 - - [2026-01-22 01:48:20] "PUT /access-control-list/c8d78fab-2d18-430f-9c50-8ed5ecc4c58f HTTP/1.1" 200 272 0.024575 10.0.0.41 - - [2026-01-22 01:48:20] "PUT /access-control-list/8d822884-83c0-40e1-80ed-6b516ac1f2d0 HTTP/1.1" 200 272 0.017687 10.0.0.41 - - [2026-01-22 01:48:25] "POST /projects HTTP/1.1" 409 238 0.003222 10.0.0.41 - - [2026-01-22 01:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.41 - - [2026-01-22 01:48:25] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.050884 10.0.0.41 - - [2026-01-22 01:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.41 - - [2026-01-22 01:48:25] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004258 10.0.0.41 - - [2026-01-22 01:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001866 10.0.0.41 - - [2026-01-22 01:48:25] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.005342 10.0.0.41 - - [2026-01-22 01:48:25] "POST /security-groups HTTP/1.1" 409 285 0.002751 10.0.0.41 - - [2026-01-22 01:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.41 - - [2026-01-22 01:48:25] "PUT /security-group/1657df76-e4a2-426b-ba23-cf4fd66c6952 HTTP/1.1" 200 262 0.069945 10.0.0.41 - - [2026-01-22 01:48:25] "PUT /access-control-list/c8d78fab-2d18-430f-9c50-8ed5ecc4c58f HTTP/1.1" 200 272 0.009167 10.0.0.41 - - [2026-01-22 01:48:25] "PUT /access-control-list/8d822884-83c0-40e1-80ed-6b516ac1f2d0 HTTP/1.1" 200 272 0.017109 10.0.0.41 - - [2026-01-22 01:48:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.020760 10.0.0.41 - - [2026-01-22 01:48:25] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4896 0.018458 10.0.0.41 - - [2026-01-22 01:48:25] "GET /firewall-rule/1ea9156c-b5e3-4cfd-80c9-6ebbedc79acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.013339 10.0.0.41 - - [2026-01-22 01:48:25] "POST /ref-update HTTP/1.1" 200 156 0.062535 10.0.0.41 - - [2026-01-22 01:48:25] "DELETE /firewall-rule/1ea9156c-b5e3-4cfd-80c9-6ebbedc79acd HTTP/1.1" 200 115 0.063976 10.0.0.41 - - [2026-01-22 01:48:25] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4640 0.004959 10.0.0.41 - - [2026-01-22 01:48:25] "GET /firewall-rule/20608b06-d245-4f43-bb00-01864e07695f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.003376 10.0.0.41 - - [2026-01-22 01:48:25] "POST /ref-update HTTP/1.1" 200 156 0.059940 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /firewall-rule/20608b06-d245-4f43-bb00-01864e07695f HTTP/1.1" 200 115 0.070620 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /tag/e169d7ed-746e-468b-a4a3-3662245c511e HTTP/1.1" 409 236 0.008357 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /tag/947bbba2-446f-4884-9839-687139301c43 HTTP/1.1" 200 115 0.045723 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /tag/c9091438-b3e6-481c-bf35-b2d82fefb5e8 HTTP/1.1" 409 236 0.005339 10.0.0.41 - - [2026-01-22 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621 10.0.0.41 - - [2026-01-22 01:48:26] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3167 0.004442 10.0.0.41 - - [2026-01-22 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002062 10.0.0.41 - - [2026-01-22 01:48:26] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004529 10.0.0.41 - - [2026-01-22 01:48:26] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.048631 10.0.0.41 - - [2026-01-22 01:48:26] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.052066 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /security-group/1657df76-e4a2-426b-ba23-cf4fd66c6952 HTTP/1.1" 200 115 0.050492 10.0.0.41 - - [2026-01-22 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /access-control-list/c8d78fab-2d18-430f-9c50-8ed5ecc4c58f HTTP/1.1" 200 115 0.026404 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /access-control-list/8d822884-83c0-40e1-80ed-6b516ac1f2d0 HTTP/1.1" 200 115 0.037751 10.0.0.41 - - [2026-01-22 01:48:26] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.042109 10.0.0.41 - - [2026-01-22 01:48:26] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?fields=security_groups HTTP/1.1" 200 1352 0.034596 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /access-control-list/7486a09c-2cf2-4e6a-aba1-b3c33b4a2b46 HTTP/1.1" 200 115 0.044981 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /security-group/aa8fbac5-f491-4492-a1b1-ed738f5f2821 HTTP/1.1" 200 115 0.081378 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /access-control-list/d1fbb1ba-4a99-4409-9b0f-610df6acf2b6 HTTP/1.1" 200 115 0.042349 10.0.0.41 - - [2026-01-22 01:48:26] "GET /project/42c93411-08e5-43e3-a02d-e42cabef6565?fields=application_policy_sets HTTP/1.1" 200 1391 0.061325 10.0.0.41 - - [2026-01-22 01:48:26] "DELETE /project/42c93411-08e5-43e3-a02d-e42cabef6565 HTTP/1.1" 200 115 0.361406 10.0.0.41 - - [2026-01-22 01:48:26] "POST /projects HTTP/1.1" 409 238 0.002507 10.0.0.41 - - [2026-01-22 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001877 10.0.0.41 - - [2026-01-22 01:48:26] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.034934 10.0.0.41 - - [2026-01-22 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.001800 10.0.0.41 - - [2026-01-22 01:48:26] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.003935 10.0.0.41 - - [2026-01-22 01:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002188 10.0.0.41 - - [2026-01-22 01:48:26] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004593 10.0.0.41 - - [2026-01-22 01:48:26] "POST /security-groups HTTP/1.1" 409 285 0.002862 10.0.0.41 - - [2026-01-22 01:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.41 - - [2026-01-22 01:48:27] "PUT /security-group/ae727651-b361-4137-bb71-0d77de4e0eb6 HTTP/1.1" 200 262 0.058281 10.0.0.41 - - [2026-01-22 01:48:27] "PUT /access-control-list/8103168d-d354-47bd-afb9-274f95e61f4c HTTP/1.1" 200 272 0.014721 10.0.0.41 - - [2026-01-22 01:48:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.040546 10.0.0.41 - - [2026-01-22 01:48:27] "PUT /access-control-list/0ea6c5c7-1416-45ed-a3d9-efeeaa5b2285 HTTP/1.1" 200 272 0.040761 10.0.0.41 - - [2026-01-22 01:48:31] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002913 10.0.0.41 - - [2026-01-22 01:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.41 - - [2026-01-22 01:48:31] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004777 10.0.0.41 - - [2026-01-22 01:48:31] "GET /firewall-policy/fe082cb5-483c-4594-bbba-dd1d9cc6ee8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002829 10.0.0.41 - - [2026-01-22 01:48:31] "GET /firewall-rule/350631a1-0273-457b-ab17-b6ae414058de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003386 10.0.0.41 - - [2026-01-22 01:48:31] "POST /ref-update HTTP/1.1" 200 156 0.013276 10.0.0.41 - - [2026-01-22 01:48:31] "DELETE /firewall-rule/350631a1-0273-457b-ab17-b6ae414058de HTTP/1.1" 200 115 0.047701 10.0.0.41 - - [2026-01-22 01:48:31] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.003846 10.0.0.41 - - [2026-01-22 01:48:31] "GET /firewall-rule/f973781c-f86b-4caa-a0a9-ee22cf182453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.005443 10.0.0.41 - - [2026-01-22 01:48:31] "POST /ref-update HTTP/1.1" 200 156 0.037323 10.0.0.41 - - [2026-01-22 01:48:31] "DELETE /firewall-rule/f973781c-f86b-4caa-a0a9-ee22cf182453 HTTP/1.1" 200 115 0.054497 10.0.0.41 - - [2026-01-22 01:48:31] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007652 10.0.0.41 - - [2026-01-22 01:48:31] "GET /firewall-rule/d8a2e561-5f24-4899-b503-7fe349c8e2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2596 0.003754 10.0.0.41 - - [2026-01-22 01:48:31] "POST /ref-update HTTP/1.1" 200 156 0.020580 10.0.0.41 - - [2026-01-22 01:48:31] "DELETE /firewall-rule/d8a2e561-5f24-4899-b503-7fe349c8e2e3 HTTP/1.1" 200 115 0.046691 10.0.0.41 - - [2026-01-22 01:48:31] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.003296 10.0.0.41 - - [2026-01-22 01:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002112 10.0.0.41 - - [2026-01-22 01:48:31] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002948 10.0.0.41 - - [2026-01-22 01:48:31] "GET /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004234 10.0.0.41 - - [2026-01-22 01:48:31] "POST /ref-update HTTP/1.1" 200 156 0.022154 10.0.0.41 - - [2026-01-22 01:48:31] "DELETE /firewall-policy/c78832e2-422e-491e-93ee-ddddb4116468 HTTP/1.1" 200 115 0.051775 10.0.0.41 - - [2026-01-22 01:48:31] "DELETE /tag/b52b0f9d-6ae5-4352-854a-8fe0616696e9 HTTP/1.1" 200 115 0.085643 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /tag/2e8d2217-5bfb-474c-8d65-84e662d528d4 HTTP/1.1" 200 115 0.080043 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /tag/c9091438-b3e6-481c-bf35-b2d82fefb5e8 HTTP/1.1" 200 115 0.069911 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /tag/e169d7ed-746e-468b-a4a3-3662245c511e HTTP/1.1" 200 115 0.099370 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /loadbalancer-member/f9522587-dcb8-4008-8529-63414aa3e496 HTTP/1.1" 200 115 0.051913 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /loadbalancer-pool/9c01221c-30a9-4614-a664-ff47241b6f98 HTTP/1.1" 200 115 0.049284 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /loadbalancer-listener/2a97d5ff-e5ee-4db3-9f85-96bf308953f5 HTTP/1.1" 200 115 0.053025 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /loadbalancer/7510c97a-9e15-4996-871b-42ab87f9bf45 HTTP/1.1" 200 115 0.052933 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /floating-ip/2e5dce7b-8bbe-47b6-92ff-9997096a6dba HTTP/1.1" 200 115 0.049775 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /instance-ip/7a7653d3-2627-4a89-9983-ed7d85931713 HTTP/1.1" 200 115 0.067592 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /virtual-machine-interface/fefc3119-3753-4f60-bf0f-0004c6e6542f HTTP/1.1" 200 115 0.072538 10.0.0.41 - - [2026-01-22 01:48:32] "DELETE /tag/c4ef7766-3582-4bae-8667-12a104ec0f69 HTTP/1.1" 200 115 0.053692 10.0.0.41 - - [2026-01-22 01:48:32] "POST /projects HTTP/1.1" 409 238 0.002743 10.0.0.41 - - [2026-01-22 01:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.41 - - [2026-01-22 01:48:32] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.061313 10.0.0.41 - - [2026-01-22 01:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002162 10.0.0.41 - - [2026-01-22 01:48:32] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.005755 10.0.0.41 - - [2026-01-22 01:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.41 - - [2026-01-22 01:48:32] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004885 10.0.0.41 - - [2026-01-22 01:48:32] "POST /security-groups HTTP/1.1" 409 285 0.003562 10.0.0.41 - - [2026-01-22 01:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007279 10.0.0.41 - - [2026-01-22 01:48:33] "PUT /security-group/ae727651-b361-4137-bb71-0d77de4e0eb6 HTTP/1.1" 200 262 0.071168 10.0.0.41 - - [2026-01-22 01:48:33] "PUT /access-control-list/8103168d-d354-47bd-afb9-274f95e61f4c HTTP/1.1" 200 272 0.029900 10.0.0.41 - - [2026-01-22 01:48:33] "PUT /access-control-list/0ea6c5c7-1416-45ed-a3d9-efeeaa5b2285 HTTP/1.1" 200 272 0.021080 10.0.0.41 - - [2026-01-22 01:48:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.031669 10.0.0.41 - - [2026-01-22 01:48:33] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4385 0.019440 10.0.0.41 - - [2026-01-22 01:48:33] "GET /firewall-rule/099efa5f-a6a3-48d6-bb96-c5652afc8641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.003018 10.0.0.41 - - [2026-01-22 01:48:33] "POST /ref-update HTTP/1.1" 200 156 0.075287 10.0.0.41 - - [2026-01-22 01:48:33] "DELETE /firewall-rule/099efa5f-a6a3-48d6-bb96-c5652afc8641 HTTP/1.1" 200 115 0.045665 10.0.0.41 - - [2026-01-22 01:48:33] "GET /firewall-policy/75cf4d0b-f80e-4386-8523-16a1d3cc03d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4129 0.004942 10.0.0.41 - - [2026-01-22 01:48:33] "GET /firewall-rule/94f548ce-c888-45ee-9cdd-51d92c89ef96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002868 10.0.0.41 - - [2026-01-22 01:48:33] "POST /ref-update HTTP/1.1" 200 156 0.124961 10.0.0.41 - - [2026-01-22 01:48:33] "DELETE /firewall-rule/94f548ce-c888-45ee-9cdd-51d92c89ef96 HTTP/1.1" 200 115 0.051560 10.0.0.41 - - [2026-01-22 01:48:33] "DELETE /tag/c9b87020-01da-4721-abf5-845860782ba5 HTTP/1.1" 200 115 0.063950 10.0.0.41 - - [2026-01-22 01:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.41 - - [2026-01-22 01:48:33] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3095 0.007206 10.0.0.41 - - [2026-01-22 01:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.41 - - [2026-01-22 01:48:33] "GET /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.005985 10.0.0.41 - - [2026-01-22 01:48:33] "PUT /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9 HTTP/1.1" 200 264 0.094274 10.0.0.41 - - [2026-01-22 01:48:34] "PUT /virtual-network/6a6711d6-f82e-4855-b745-396fef88930a HTTP/1.1" 200 264 0.071353 10.0.0.41 - - [2026-01-22 01:48:34] "DELETE /security-group/ae727651-b361-4137-bb71-0d77de4e0eb6 HTTP/1.1" 200 115 0.065006 10.0.0.41 - - [2026-01-22 01:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011970 10.0.0.41 - - [2026-01-22 01:48:34] "DELETE /access-control-list/8103168d-d354-47bd-afb9-274f95e61f4c HTTP/1.1" 200 115 0.042273 10.0.0.41 - - [2026-01-22 01:48:34] "DELETE /access-control-list/0ea6c5c7-1416-45ed-a3d9-efeeaa5b2285 HTTP/1.1" 200 115 0.035159 10.0.0.41 - - [2026-01-22 01:48:34] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.039299 10.0.0.41 - - [2026-01-22 01:48:34] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?fields=security_groups HTTP/1.1" 200 1353 0.048600 10.0.0.41 - - [2026-01-22 01:48:34] "DELETE /security-group/5d76d761-bece-4503-8b98-fa1cd8515a01 HTTP/1.1" 200 115 0.074250 10.0.0.41 - - [2026-01-22 01:48:34] "DELETE /access-control-list/d7851d64-b35b-426a-ac13-9c7f5536fcd4 HTTP/1.1" 200 115 0.047185 10.0.0.41 - - [2026-01-22 01:48:34] "GET /project/d6ac4066-2d51-45af-b969-17edb9747cbc?fields=application_policy_sets HTTP/1.1" 200 1392 0.053186 10.0.0.41 - - [2026-01-22 01:48:34] "DELETE /access-control-list/73575c10-d3ec-4f1d-8e36-4d4a85b4cf43 HTTP/1.1" 200 115 0.044436 10.0.0.41 - - [2026-01-22 01:48:34] "DELETE /project/d6ac4066-2d51-45af-b969-17edb9747cbc HTTP/1.1" 200 115 0.399740 10.0.0.41 - - [2026-01-22 01:49:31] "GET / HTTP/1.1" 200 35931 0.002645 10.0.0.41 - - [2026-01-22 01:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.41 - - [2026-01-22 01:49:31] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003711 10.0.0.41 - - [2026-01-22 01:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.41 - - [2026-01-22 01:49:31] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003283 10.0.0.41 - - [2026-01-22 01:49:37] "GET /global-system-configs HTTP/1.1" 200 322 0.001807 10.0.0.41 - - [2026-01-22 01:49:38] "GET /global-system-configs HTTP/1.1" 200 322 0.002867 10.0.0.41 - - [2026-01-22 01:49:51] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.41 - - [2026-01-22 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.41 - - [2026-01-22 01:49:51] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005948 10.0.0.41 - - [2026-01-22 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.41 - - [2026-01-22 01:49:51] "GET /config-node/6fa6681e-876b-468e-a276-e42c77d5a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003265 10.0.0.41 - - [2026-01-22 01:49:54] "POST /tags HTTP/1.1" 200 365 0.079687 10.0.0.41 - - [2026-01-22 01:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008089 10.0.0.41 - - [2026-01-22 01:49:54] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.014789 10.0.0.41 - - [2026-01-22 01:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.41 - - [2026-01-22 01:49:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.058286 10.0.0.41 - - [2026-01-22 01:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2026-01-22 01:49:54] "GET /service-appliance-set/1f5672ba-44f2-459e-995c-e11fb0c9d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.003402 10.0.0.41 - - [2026-01-22 01:49:54] "POST /fqname-to-id HTTP/1.1" 404 258 0.002515 10.0.0.41 - - [2026-01-22 01:49:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.106501 10.0.0.41 - - [2026-01-22 01:49:54] "GET /virtual-machine-interface/0ebc831b-5482-416c-8448-6670f8dda0b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005541 10.0.0.41 - - [2026-01-22 01:49:54] "POST /set-tag HTTP/1.1" 200 109 0.021870 10.0.0.41 - - [2026-01-22 01:49:54] "POST /instance-ips HTTP/1.1" 200 417 0.049726 10.0.0.41 - - [2026-01-22 01:49:54] "GET /instance-ip/fb78d203-3311-4d29-9158-0f990626285c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.006291 10.0.0.41 - - [2026-01-22 01:49:54] "POST /loadbalancers HTTP/1.1" 200 618 0.078686 10.0.0.41 - - [2026-01-22 01:49:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.038649 10.0.0.41 - - [2026-01-22 01:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005876 10.0.0.41 - - [2026-01-22 01:49:54] "POST /service-instances HTTP/1.1" 200 566 0.048591 10.0.0.41 - - [2026-01-22 01:49:54] "POST /ref-update HTTP/1.1" 200 156 0.014729 10.0.0.41 - - [2026-01-22 01:49:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.066835 10.0.0.41 - - [2026-01-22 01:49:54] "GET /virtual-machine-interface/0ebc831b-5482-416c-8448-6670f8dda0b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.010247 10.0.0.41 - - [2026-01-22 01:49:54] "PUT /service-instance/e962dd64-9608-4174-aad0-6792d515c857 HTTP/1.1" 200 266 0.045782 10.0.0.41 - - [2026-01-22 01:49:54] "GET /virtual-machine-interface/0ebc831b-5482-416c-8448-6670f8dda0b5?fields=floating_ip_back_refs HTTP/1.1" 200 1178 0.023437 10.0.0.41 - - [2026-01-22 01:49:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.034111 10.0.0.41 - - [2026-01-22 01:49:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.013431 10.0.0.41 - - [2026-01-22 01:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.019533 10.0.0.41 - - [2026-01-22 01:49:55] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.004540 10.0.0.41 - - [2026-01-22 01:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001798 10.0.0.41 - - [2026-01-22 01:49:55] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003454 10.0.0.41 - - [2026-01-22 01:49:55] "POST /tags HTTP/1.1" 409 221 0.003067 10.0.0.41 - - [2026-01-22 01:49:55] "POST /virtual-machines HTTP/1.1" 200 429 0.024147 10.0.0.41 - - [2026-01-22 01:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007578 10.0.0.41 - - [2026-01-22 01:49:55] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.015454 10.0.0.41 - - [2026-01-22 01:49:55] "POST /tags HTTP/1.1" 409 238 0.003872 10.0.0.41 - - [2026-01-22 01:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.41 - - [2026-01-22 01:49:55] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.023937 10.0.0.41 - - [2026-01-22 01:49:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.185198 10.0.0.41 - - [2026-01-22 01:49:55] "POST /chown HTTP/1.1" 200 109 0.043001 10.0.0.41 - - [2026-01-22 01:49:55] "POST /firewall-rules HTTP/1.1" 200 650 0.177708 10.0.0.41 - - [2026-01-22 01:49:55] "POST /chown HTTP/1.1" 200 109 0.057445 10.0.0.41 - - [2026-01-22 01:49:55] "GET /firewall-rule/226e4c7f-3dea-4e02-89b4-908d4d127dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.026943 10.0.0.41 - - [2026-01-22 01:49:55] "PUT /virtual-machine-interface/a263f1b9-af66-4898-8c66-ae05a1082aba HTTP/1.1" 200 284 0.018966 10.0.0.41 - - [2026-01-22 01:49:55] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.005653 10.0.0.41 - - [2026-01-22 01:49:55] "GET /firewall-rule/226e4c7f-3dea-4e02-89b4-908d4d127dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003855 10.0.0.41 - - [2026-01-22 01:49:55] "PUT /instance-ip/fb78d203-3311-4d29-9158-0f990626285c HTTP/1.1" 200 256 0.041908 10.0.0.41 - - [2026-01-22 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.034963 10.0.0.41 - - [2026-01-22 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.022436 10.0.0.41 - - [2026-01-22 01:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009802 10.0.0.41 - - [2026-01-22 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.050792 10.0.0.41 - - [2026-01-22 01:49:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.090180 10.0.0.41 - - [2026-01-22 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.072443 10.0.0.41 - - [2026-01-22 01:49:55] "GET /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2518 0.013010 10.0.0.41 - - [2026-01-22 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.023653 10.0.0.41 - - [2026-01-22 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.035453 10.0.0.41 - - [2026-01-22 01:49:55] "POST /ref-update HTTP/1.1" 200 156 0.032791 10.0.0.41 - - [2026-01-22 01:49:55] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.116457 10.0.0.41 - - [2026-01-22 01:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008981 10.0.0.41 - - [2026-01-22 01:49:56] "POST /virtual-machines HTTP/1.1" 200 429 0.065071 10.0.0.41 - - [2026-01-22 01:49:56] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.079030 10.0.0.41 - - [2026-01-22 01:49:56] "GET /loadbalancer-listener/14f648d8-9bbe-4a13-9b37-c78d4d6739c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.030762 10.0.0.41 - - [2026-01-22 01:49:56] "GET /loadbalancer-listener/14f648d8-9bbe-4a13-9b37-c78d4d6739c2?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.022232 10.0.0.41 - - [2026-01-22 01:49:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.153959 10.0.0.41 - - [2026-01-22 01:49:56] "POST /chown HTTP/1.1" 200 109 0.025944 10.0.0.41 - - [2026-01-22 01:49:56] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.061466 10.0.0.41 - - [2026-01-22 01:49:56] "POST /chown HTTP/1.1" 200 109 0.007661 10.0.0.41 - - [2026-01-22 01:49:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.015265 10.0.0.41 - - [2026-01-22 01:49:56] "PUT /virtual-machine-interface/4085e0ab-452a-49df-84d2-26709610db45 HTTP/1.1" 200 284 0.024860 10.0.0.41 - - [2026-01-22 01:49:56] "GET /loadbalancer-pool/71d5245c-a345-4b29-8af6-5679fe06e6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013198 10.0.0.41 - - [2026-01-22 01:49:56] "PUT /instance-ip/fb78d203-3311-4d29-9158-0f990626285c HTTP/1.1" 200 256 0.031770 10.0.0.41 - - [2026-01-22 01:49:56] "POST /loadbalancer-members HTTP/1.1" 200 707 0.029574 10.0.0.41 - - [2026-01-22 01:49:56] "POST /ref-update HTTP/1.1" 200 156 0.013590 10.0.0.41 - - [2026-01-22 01:49:56] "POST /ref-update HTTP/1.1" 200 156 0.020280 10.0.0.41 - - [2026-01-22 01:49:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.025287 10.0.0.41 - - [2026-01-22 01:49:56] "GET /loadbalancer-member/a97b233b-80e2-47cf-b9b2-5ff1b1ae170c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.006961 10.0.0.41 - - [2026-01-22 01:49:56] "POST /ref-update HTTP/1.1" 200 156 0.028951 10.0.0.41 - - [2026-01-22 01:49:56] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.009463 10.0.0.41 - - [2026-01-22 01:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.41 - - [2026-01-22 01:49:56] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002431 10.0.0.41 - - [2026-01-22 01:49:56] "POST /ref-update HTTP/1.1" 200 156 0.012609 10.0.0.41 - - [2026-01-22 01:49:56] "POST /tags HTTP/1.1" 409 221 0.004826 10.0.0.41 - - [2026-01-22 01:49:56] "POST /ref-update HTTP/1.1" 200 156 0.015728 10.0.0.41 - - [2026-01-22 01:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002234 10.0.0.41 - - [2026-01-22 01:49:56] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.015812 10.0.0.41 - - [2026-01-22 01:49:56] "PUT /service-instance/e962dd64-9608-4174-aad0-6792d515c857 HTTP/1.1" 200 266 0.027600 10.0.0.41 - - [2026-01-22 01:49:56] "POST /tags HTTP/1.1" 409 238 0.011104 10.0.0.41 - - [2026-01-22 01:49:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.007772 10.0.0.41 - - [2026-01-22 01:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007423 10.0.0.41 - - [2026-01-22 01:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.41 - - [2026-01-22 01:49:56] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.016066 10.0.0.41 - - [2026-01-22 01:49:56] "POST /firewall-rules HTTP/1.1" 409 293 0.002509 10.0.0.41 - - [2026-01-22 01:49:56] "POST /chown HTTP/1.1" 200 109 0.008316 10.0.0.41 - - [2026-01-22 01:49:56] "POST /chown HTTP/1.1" 200 109 0.024295 10.0.0.41 - - [2026-01-22 01:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.017390 10.0.0.41 - - [2026-01-22 01:49:56] "PUT /instance-ip/fb78d203-3311-4d29-9158-0f990626285c HTTP/1.1" 200 256 0.015963 10.0.0.41 - - [2026-01-22 01:49:56] "PUT /firewall-rule/226e4c7f-3dea-4e02-89b4-908d4d127dae HTTP/1.1" 200 260 0.031618 10.0.0.41 - - [2026-01-22 01:49:56] "GET /firewall-rule/226e4c7f-3dea-4e02-89b4-908d4d127dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.016401 10.0.0.41 - - [2026-01-22 01:49:56] "POST /ref-update HTTP/1.1" 200 156 0.018030 10.0.0.41 - - [2026-01-22 01:49:56] "POST /chown HTTP/1.1" 200 109 0.012225 10.0.0.41 - - [2026-01-22 01:49:56] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.020771 10.0.0.41 - - [2026-01-22 01:49:56] "GET /firewall-rule/226e4c7f-3dea-4e02-89b4-908d4d127dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003522 10.0.0.41 - - [2026-01-22 01:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.41 - - [2026-01-22 01:49:56] "POST /chown HTTP/1.1" 200 109 0.006997 10.0.0.41 - - [2026-01-22 01:49:56] "PUT /instance-ip/fb78d203-3311-4d29-9158-0f990626285c HTTP/1.1" 200 256 0.018486 10.0.0.41 - - [2026-01-22 01:49:56] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.030557 10.0.0.41 - - [2026-01-22 01:49:57] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.022091 10.0.0.41 - - [2026-01-22 01:49:57] "GET /virtual-machine-interface/0ebc831b-5482-416c-8448-6670f8dda0b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2722 0.005765 10.0.0.41 - - [2026-01-22 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.072073 10.0.0.41 - - [2026-01-22 01:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.41 - - [2026-01-22 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.025536 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.014408 10.0.0.41 - - [2026-01-22 01:49:57] "GET /virtual-machine-interface/4085e0ab-452a-49df-84d2-26709610db45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.034907 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.053751 10.0.0.41 - - [2026-01-22 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.049242 10.0.0.41 - - [2026-01-22 01:49:57] "PUT /instance-ip/fb78d203-3311-4d29-9158-0f990626285c HTTP/1.1" 200 256 0.018832 10.0.0.41 - - [2026-01-22 01:49:57] "GET /virtual-machine-interface/a263f1b9-af66-4898-8c66-ae05a1082aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.010582 10.0.0.41 - - [2026-01-22 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.036387 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.022071 10.0.0.41 - - [2026-01-22 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.058792 10.0.0.41 - - [2026-01-22 01:49:57] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.010957 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.010374 10.0.0.41 - - [2026-01-22 01:49:57] "GET /firewall-rule/226e4c7f-3dea-4e02-89b4-908d4d127dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003900 10.0.0.41 - - [2026-01-22 01:49:57] "PUT /instance-ip/fb78d203-3311-4d29-9158-0f990626285c HTTP/1.1" 200 256 0.037591 10.0.0.41 - - [2026-01-22 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.028425 10.0.0.41 - - [2026-01-22 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.035413 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /firewall-rule/226e4c7f-3dea-4e02-89b4-908d4d127dae HTTP/1.1" 200 115 0.053551 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /loadbalancer-member/a97b233b-80e2-47cf-b9b2-5ff1b1ae170c HTTP/1.1" 200 115 0.033046 10.0.0.41 - - [2026-01-22 01:49:57] "PUT /service-instance/e962dd64-9608-4174-aad0-6792d515c857 HTTP/1.1" 200 266 0.013665 10.0.0.41 - - [2026-01-22 01:49:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.019785 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /loadbalancer-pool/71d5245c-a345-4b29-8af6-5679fe06e6be HTTP/1.1" 200 115 0.073594 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /loadbalancer-listener/14f648d8-9bbe-4a13-9b37-c78d4d6739c2 HTTP/1.1" 200 115 0.046007 10.0.0.41 - - [2026-01-22 01:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006585 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.009288 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.032443 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a HTTP/1.1" 200 115 0.099801 10.0.0.41 - - [2026-01-22 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.013947 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.022960 10.0.0.41 - - [2026-01-22 01:49:57] "POST /chown HTTP/1.1" 200 109 0.026099 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /instance-ip/fb78d203-3311-4d29-9158-0f990626285c HTTP/1.1" 200 115 0.113604 10.0.0.41 - - [2026-01-22 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.014231 10.0.0.41 - - [2026-01-22 01:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /virtual-machine-interface/0ebc831b-5482-416c-8448-6670f8dda0b5 HTTP/1.1" 200 115 0.067281 10.0.0.41 - - [2026-01-22 01:49:57] "DELETE /tag/86a54bb6-e071-40e9-b39e-16746b9394a9 HTTP/1.1" 409 336 0.007766 10.0.0.41 - - [2026-01-22 01:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.41 - - [2026-01-22 01:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.41 - - [2026-01-22 01:49:58] "POST /service-instances HTTP/1.1" 409 259 0.002204 10.0.0.41 - - [2026-01-22 01:49:58] "POST /service-instances HTTP/1.1" 409 259 0.002768 10.0.0.41 - - [2026-01-22 01:49:58] "DELETE /service-instance/e962dd64-9608-4174-aad0-6792d515c857 HTTP/1.1" 200 115 0.025490 10.0.0.41 - - [2026-01-22 01:49:58] "GET /virtual-machine-interface/a263f1b9-af66-4898-8c66-ae05a1082aba?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.005224 10.0.0.41 - - [2026-01-22 01:49:58] "DELETE /virtual-machine-interface/a263f1b9-af66-4898-8c66-ae05a1082aba HTTP/1.1" 200 115 0.051020 10.0.0.41 - - [2026-01-22 01:49:58] "POST /ref-update HTTP/1.1" 200 156 0.010569 10.0.0.41 - - [2026-01-22 01:49:58] "DELETE /virtual-machine/7b25b338-51e0-45d4-b02a-a2b85dd4099e HTTP/1.1" 200 115 0.044375 10.0.0.41 - - [2026-01-22 01:49:58] "GET /virtual-machine-interface/4085e0ab-452a-49df-84d2-26709610db45?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1207 0.005881 10.0.0.41 - - [2026-01-22 01:49:58] "DELETE /virtual-machine-interface/4085e0ab-452a-49df-84d2-26709610db45 HTTP/1.1" 200 115 0.055360 10.0.0.41 - - [2026-01-22 01:49:58] "DELETE /virtual-machine/8578b3ba-bb07-414f-aac9-1ec307376cda HTTP/1.1" 200 115 0.025354 10.0.0.41 - - [2026-01-22 01:50:02] "GET / HTTP/1.1" 200 35931 0.003556 10.0.0.41 - - [2026-01-22 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.41 - - [2026-01-22 01:50:02] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003506 10.0.0.41 - - [2026-01-22 01:50:02] "POST /bgp-routers HTTP/1.1" 409 301 0.002505 10.0.0.41 - - [2026-01-22 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.41 - - [2026-01-22 01:50:02] "GET /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1814 0.005330 10.0.0.41 - - [2026-01-22 01:50:02] "PUT /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3 HTTP/1.1" 200 254 0.014683 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:50:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001165 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:50:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001624 10.0.0.41 - - [2026-01-22 01:50:18] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.41 - - [2026-01-22 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.41 - - [2026-01-22 01:50:18] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005744 10.0.0.41 - - [2026-01-22 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007036 10.0.0.41 - - [2026-01-22 01:50:18] "GET /config-node/6fa6681e-876b-468e-a276-e42c77d5a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003039 10.0.0.41 - - [2026-01-22 01:50:18] "GET / HTTP/1.1" 200 35931 0.002473 10.0.0.41 - - [2026-01-22 01:50:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003486 10.0.0.41 - - [2026-01-22 01:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.41 - - [2026-01-22 01:50:23] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002577 10.0.0.41 - - [2026-01-22 01:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001999 10.0.0.41 - - [2026-01-22 01:50:23] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.009973 10.0.0.41 - - [2026-01-22 01:50:24] "GET / HTTP/1.1" 200 35931 0.003447 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 264 0.003220 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/193de714-2e2c-4a0f-a7a4-9b6c0f6ed6b2 HTTP/1.1" 200 244 0.017723 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 261 0.009142 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/a80fabf2-d026-4b84-99dd-f1f494859097 HTTP/1.1" 200 244 0.022566 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 261 0.022165 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/e2f25941-1e15-4049-93d4-57023580c93d HTTP/1.1" 200 244 0.018886 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 253 0.020416 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/ede535a1-99ab-49d6-8523-f5c26351b6bc HTTP/1.1" 200 244 0.024692 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 251 0.009293 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/0c6547fc-3ac7-404e-8bc3-0ed406967717 HTTP/1.1" 200 244 0.014234 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 252 0.013015 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006781 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/c29482c0-7565-4792-a7da-dbf92c4c67f9 HTTP/1.1" 200 244 0.020040 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 256 0.010772 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/ab73bd36-534a-4bac-a5cc-bc197832744f HTTP/1.1" 200 244 0.013968 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 248 0.005650 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/f70259a2-dc65-4fcb-a6d0-673126e86f6f HTTP/1.1" 200 244 0.017655 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 252 0.009766 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006053 10.0.0.41 - - [2026-01-22 01:50:24] "PUT /alarm/b69b2bbb-9464-4324-a675-7d98bf91d079 HTTP/1.1" 200 244 0.027177 10.0.0.41 - - [2026-01-22 01:50:24] "POST /alarms HTTP/1.1" 409 257 0.024953 10.0.0.41 - - [2026-01-22 01:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/311bcf0a-8f5a-44f2-baf2-43106c90d83c HTTP/1.1" 200 244 0.023614 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 251 0.011430 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/ad02a334-e95f-40e7-b2c2-bde230483d9b HTTP/1.1" 200 244 0.023009 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 257 0.011387 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012637 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/88be043e-5e1d-4732-a6f2-f55c6df9d846 HTTP/1.1" 200 244 0.033595 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 261 0.048578 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/f2c08730-3b87-407d-b729-01489111aa5d HTTP/1.1" 200 244 0.029794 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 258 0.004253 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/2b7dba5b-26d5-438d-aad6-c873b54ac691 HTTP/1.1" 200 244 0.022644 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 254 0.010882 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/d36a3e92-ca00-4089-9f71-8ade6cb3c7a6 HTTP/1.1" 200 244 0.019484 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 254 0.012308 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/1a9286f7-af33-45d0-a028-f5c3e2015654 HTTP/1.1" 200 244 0.020904 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 254 0.013439 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002186 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/f65e2c0b-85ed-4d83-8ddc-0b6b1a53113f HTTP/1.1" 200 244 0.017796 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 247 0.008871 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006123 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/4efcfca1-3712-4a55-a11e-c31924f30abe HTTP/1.1" 200 244 0.019023 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 272 0.010249 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/fe41c83a-df3c-47d0-89ee-0a804f27e040 HTTP/1.1" 200 244 0.022787 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 261 0.009623 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.41 - - [2026-01-22 01:50:25] "PUT /alarm/774e19b8-f69b-49dc-8422-d86990405555 HTTP/1.1" 200 244 0.023026 10.0.0.41 - - [2026-01-22 01:50:25] "POST /alarms HTTP/1.1" 409 259 0.015628 10.0.0.41 - - [2026-01-22 01:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.41 - - [2026-01-22 01:50:26] "PUT /alarm/a7a33472-44a1-41d8-859a-afae9da15200 HTTP/1.1" 200 244 0.019897 10.0.0.41 - - [2026-01-22 01:50:26] "POST /alarms HTTP/1.1" 409 265 0.008202 10.0.0.41 - - [2026-01-22 01:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.41 - - [2026-01-22 01:50:26] "PUT /alarm/dda2152f-24fc-48ea-b3cb-f33d49ec81da HTTP/1.1" 200 244 0.022487 10.0.0.41 - - [2026-01-22 01:50:26] "POST /alarms HTTP/1.1" 409 279 0.011060 10.0.0.41 - - [2026-01-22 01:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010230 10.0.0.41 - - [2026-01-22 01:50:26] "PUT /alarm/b0cd9cbb-2170-45d5-8e6a-754519f7c1bb HTTP/1.1" 200 244 0.024471 10.0.0.41 - - [2026-01-22 01:50:26] "GET / HTTP/1.1" 200 35931 0.001764 10.0.0.41 - - [2026-01-22 01:50:26] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.006123 10.0.0.41 - - [2026-01-22 01:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.41 - - [2026-01-22 01:50:26] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.010659 10.0.0.41 - - [2026-01-22 01:50:26] "GET / HTTP/1.1" 200 35931 0.001711 10.0.0.41 - - [2026-01-22 01:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002198 10.0.0.41 - - [2026-01-22 01:50:26] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002974 10.0.0.41 - - [2026-01-22 01:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.41 - - [2026-01-22 01:50:26] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.018144 10.0.0.41 - - [2026-01-22 01:50:27] "GET / HTTP/1.1" 200 35931 0.002751 10.0.0.41 - - [2026-01-22 01:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.41 - - [2026-01-22 01:50:27] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.019178 10.0.0.41 - - [2026-01-22 01:50:27] "PUT /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2 HTTP/1.1" 200 274 0.019541 10.0.0.41 - - [2026-01-22 01:50:29] "GET / HTTP/1.1" 200 35931 0.001471 10.0.0.41 - - [2026-01-22 01:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.41 - - [2026-01-22 01:50:29] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.009257 10.0.0.41 - - [2026-01-22 01:50:29] "POST /bgp-routers HTTP/1.1" 409 301 0.003616 10.0.0.41 - - [2026-01-22 01:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.41 - - [2026-01-22 01:50:30] "GET /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1814 0.003593 10.0.0.41 - - [2026-01-22 01:50:30] "PUT /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3 HTTP/1.1" 200 254 0.017213 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:50:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001505 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:50:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001709 10.0.0.41 - - [2026-01-22 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.010190 10.0.0.41 - - [2026-01-22 01:50:32] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005308 10.0.0.41 - - [2026-01-22 01:50:45] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.41 - - [2026-01-22 01:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002104 10.0.0.41 - - [2026-01-22 01:50:45] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004718 10.0.0.41 - - [2026-01-22 01:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001926 10.0.0.41 - - [2026-01-22 01:50:45] "GET /config-node/6fa6681e-876b-468e-a276-e42c77d5a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002629 10.0.0.41 - - [2026-01-22 01:50:56] "GET / HTTP/1.1" 200 35931 0.001572 10.0.0.41 - - [2026-01-22 01:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.41 - - [2026-01-22 01:50:56] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003462 10.0.0.41 - - [2026-01-22 01:50:56] "POST /bgp-routers HTTP/1.1" 409 301 0.003025 10.0.0.41 - - [2026-01-22 01:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001848 10.0.0.41 - - [2026-01-22 01:50:56] "GET /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1814 0.003077 10.0.0.41 - - [2026-01-22 01:50:56] "PUT /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3 HTTP/1.1" 200 254 0.028152 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:50:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001333 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:50:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001488 10.0.0.41 - - [2026-01-22 01:51:41] "GET / HTTP/1.1" 200 35931 0.003588 10.0.0.41 - - [2026-01-22 01:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.41 - - [2026-01-22 01:51:41] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005083 10.0.0.41 - - [2026-01-22 01:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.41 - - [2026-01-22 01:51:41] "GET /config-node/6fa6681e-876b-468e-a276-e42c77d5a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002800 10.0.0.41 - - [2026-01-22 01:51:41] "GET / HTTP/1.1" 200 35931 0.001574 10.0.0.41 - - [2026-01-22 01:51:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002081 10.0.0.41 - - [2026-01-22 01:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007200 10.0.0.41 - - [2026-01-22 01:51:46] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.015330 10.0.0.41 - - [2026-01-22 01:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.41 - - [2026-01-22 01:51:46] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.026120 10.0.0.41 - - [2026-01-22 01:51:46] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.41 - - [2026-01-22 01:51:46] "POST /alarms HTTP/1.1" 409 264 0.002569 10.0.0.41 - - [2026-01-22 01:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002236 10.0.0.41 - - [2026-01-22 01:51:46] "PUT /alarm/193de714-2e2c-4a0f-a7a4-9b6c0f6ed6b2 HTTP/1.1" 200 244 0.013875 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 261 0.005426 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008693 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/a80fabf2-d026-4b84-99dd-f1f494859097 HTTP/1.1" 200 244 0.009617 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 261 0.002822 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/e2f25941-1e15-4049-93d4-57023580c93d HTTP/1.1" 200 244 0.009630 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 253 0.002698 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002188 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/ede535a1-99ab-49d6-8523-f5c26351b6bc HTTP/1.1" 200 244 0.011908 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 251 0.004027 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/0c6547fc-3ac7-404e-8bc3-0ed406967717 HTTP/1.1" 200 244 0.016556 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 252 0.025086 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/c29482c0-7565-4792-a7da-dbf92c4c67f9 HTTP/1.1" 200 244 0.014376 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 256 0.008959 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/ab73bd36-534a-4bac-a5cc-bc197832744f HTTP/1.1" 200 244 0.027016 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 248 0.006377 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/f70259a2-dc65-4fcb-a6d0-673126e86f6f HTTP/1.1" 200 244 0.013136 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 252 0.011129 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/b69b2bbb-9464-4324-a675-7d98bf91d079 HTTP/1.1" 200 244 0.012873 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 257 0.006891 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/311bcf0a-8f5a-44f2-baf2-43106c90d83c HTTP/1.1" 200 244 0.012823 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 251 0.019435 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/ad02a334-e95f-40e7-b2c2-bde230483d9b HTTP/1.1" 200 244 0.014208 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 257 0.004956 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002326 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/88be043e-5e1d-4732-a6f2-f55c6df9d846 HTTP/1.1" 200 244 0.010183 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 261 0.006409 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/f2c08730-3b87-407d-b729-01489111aa5d HTTP/1.1" 200 244 0.012852 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 258 0.006806 10.0.0.41 - - [2026-01-22 01:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.41 - - [2026-01-22 01:51:47] "PUT /alarm/2b7dba5b-26d5-438d-aad6-c873b54ac691 HTTP/1.1" 200 244 0.014001 10.0.0.41 - - [2026-01-22 01:51:47] "POST /alarms HTTP/1.1" 409 254 0.004981 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/d36a3e92-ca00-4089-9f71-8ade6cb3c7a6 HTTP/1.1" 200 244 0.018340 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 254 0.018514 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/1a9286f7-af33-45d0-a028-f5c3e2015654 HTTP/1.1" 200 244 0.020050 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 254 0.003985 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/f65e2c0b-85ed-4d83-8ddc-0b6b1a53113f HTTP/1.1" 200 244 0.010794 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 247 0.008801 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/4efcfca1-3712-4a55-a11e-c31924f30abe HTTP/1.1" 200 244 0.026589 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 272 0.015325 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/fe41c83a-df3c-47d0-89ee-0a804f27e040 HTTP/1.1" 200 244 0.010133 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 261 0.008132 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/774e19b8-f69b-49dc-8422-d86990405555 HTTP/1.1" 200 244 0.010298 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 259 0.009640 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/a7a33472-44a1-41d8-859a-afae9da15200 HTTP/1.1" 200 244 0.016439 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 265 0.012664 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002417 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/dda2152f-24fc-48ea-b3cb-f33d49ec81da HTTP/1.1" 200 244 0.010576 10.0.0.41 - - [2026-01-22 01:51:48] "POST /alarms HTTP/1.1" 409 279 0.002747 10.0.0.41 - - [2026-01-22 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.41 - - [2026-01-22 01:51:48] "PUT /alarm/b0cd9cbb-2170-45d5-8e6a-754519f7c1bb HTTP/1.1" 200 244 0.015626 10.0.0.41 - - [2026-01-22 01:51:49] "GET / HTTP/1.1" 200 35931 0.002504 10.0.0.41 - - [2026-01-22 01:51:49] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002866 10.0.0.41 - - [2026-01-22 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.41 - - [2026-01-22 01:51:49] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.012066 10.0.0.41 - - [2026-01-22 01:51:49] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.41 - - [2026-01-22 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.41 - - [2026-01-22 01:51:49] "GET /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003186 10.0.0.41 - - [2026-01-22 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.41 - - [2026-01-22 01:51:49] "PUT /global-vrouter-config/84d46c40-46b0-48d6-acbd-9ec24fe2ece1 HTTP/1.1" 200 276 0.011732 10.0.0.41 - - [2026-01-22 01:51:49] "GET / HTTP/1.1" 200 35931 0.002192 10.0.0.41 - - [2026-01-22 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.41 - - [2026-01-22 01:51:49] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005316 10.0.0.41 - - [2026-01-22 01:51:49] "PUT /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2 HTTP/1.1" 200 274 0.024172 10.0.0.41 - - [2026-01-22 01:51:53] "GET / HTTP/1.1" 200 35931 0.002196 10.0.0.41 - - [2026-01-22 01:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.41 - - [2026-01-22 01:51:53] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003689 10.0.0.41 - - [2026-01-22 01:51:53] "POST /bgp-routers HTTP/1.1" 409 301 0.003557 10.0.0.41 - - [2026-01-22 01:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.41 - - [2026-01-22 01:51:53] "GET /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1814 0.006887 10.0.0.41 - - [2026-01-22 01:51:53] "PUT /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3 HTTP/1.1" 200 254 0.021474 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:51:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001287 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:51:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001449 10.0.0.41 - - [2026-01-22 01:51:54] "POST /tags HTTP/1.1" 409 238 0.003461 10.0.0.41 - - [2026-01-22 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.41 - - [2026-01-22 01:51:54] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.013759 10.0.0.41 - - [2026-01-22 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.41 - - [2026-01-22 01:51:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.081961 10.0.0.41 - - [2026-01-22 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.41 - - [2026-01-22 01:51:54] "GET /service-appliance-set/1f5672ba-44f2-459e-995c-e11fb0c9d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.004714 10.0.0.41 - - [2026-01-22 01:51:54] "POST /fqname-to-id HTTP/1.1" 404 258 0.003267 10.0.0.41 - - [2026-01-22 01:51:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.165967 10.0.0.41 - - [2026-01-22 01:51:54] "GET /virtual-machine-interface/3fd112bf-aff2-4345-96fc-3b1d4511abd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.010344 10.0.0.41 - - [2026-01-22 01:51:54] "POST /set-tag HTTP/1.1" 200 109 0.026887 10.0.0.41 - - [2026-01-22 01:51:54] "POST /instance-ips HTTP/1.1" 200 417 0.045982 10.0.0.41 - - [2026-01-22 01:51:54] "GET /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.015515 10.0.0.41 - - [2026-01-22 01:51:54] "POST /loadbalancers HTTP/1.1" 200 618 0.092978 10.0.0.41 - - [2026-01-22 01:51:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.043163 10.0.0.41 - - [2026-01-22 01:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012269 10.0.0.41 - - [2026-01-22 01:51:54] "POST /service-instances HTTP/1.1" 200 566 0.044799 10.0.0.41 - - [2026-01-22 01:51:55] "POST /ref-update HTTP/1.1" 200 156 0.024757 10.0.0.41 - - [2026-01-22 01:51:55] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.094231 10.0.0.41 - - [2026-01-22 01:51:55] "GET /virtual-machine-interface/3fd112bf-aff2-4345-96fc-3b1d4511abd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.011100 10.0.0.41 - - [2026-01-22 01:51:55] "GET /virtual-machine-interface/3fd112bf-aff2-4345-96fc-3b1d4511abd0?fields=floating_ip_back_refs HTTP/1.1" 200 1179 0.011278 10.0.0.41 - - [2026-01-22 01:51:55] "PUT /service-instance/beaaf6a9-f59d-4e9b-95cd-4f27c78c47db HTTP/1.1" 200 266 0.017068 10.0.0.41 - - [2026-01-22 01:51:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.012879 10.0.0.41 - - [2026-01-22 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010857 10.0.0.41 - - [2026-01-22 01:51:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.007268 10.0.0.41 - - [2026-01-22 01:51:55] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.003550 10.0.0.41 - - [2026-01-22 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.41 - - [2026-01-22 01:51:55] "POST /virtual-machines HTTP/1.1" 200 429 0.023452 10.0.0.41 - - [2026-01-22 01:51:55] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.021081 10.0.0.41 - - [2026-01-22 01:51:55] "POST /tags HTTP/1.1" 409 221 0.002114 10.0.0.41 - - [2026-01-22 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.41 - - [2026-01-22 01:51:55] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.028652 10.0.0.41 - - [2026-01-22 01:51:55] "POST /tags HTTP/1.1" 409 238 0.038713 10.0.0.41 - - [2026-01-22 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006527 10.0.0.41 - - [2026-01-22 01:51:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.161851 10.0.0.41 - - [2026-01-22 01:51:55] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.026037 10.0.0.41 - - [2026-01-22 01:51:55] "POST /chown HTTP/1.1" 200 109 0.059473 10.0.0.41 - - [2026-01-22 01:51:55] "POST /chown HTTP/1.1" 200 109 0.012143 10.0.0.41 - - [2026-01-22 01:51:55] "PUT /virtual-machine-interface/bd0fc538-6888-4d7e-9df8-aacf19f8a4ea HTTP/1.1" 200 284 0.042449 10.0.0.41 - - [2026-01-22 01:51:55] "POST /firewall-rules HTTP/1.1" 200 650 0.213338 10.0.0.41 - - [2026-01-22 01:51:55] "PUT /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf HTTP/1.1" 200 256 0.122240 10.0.0.41 - - [2026-01-22 01:51:55] "GET /firewall-rule/0f82c705-de66-4678-bafa-55c8b9b49894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.040055 10.0.0.41 - - [2026-01-22 01:51:55] "POST /ref-update HTTP/1.1" 200 156 0.022969 10.0.0.41 - - [2026-01-22 01:51:55] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.027470 10.0.0.41 - - [2026-01-22 01:51:55] "GET /firewall-rule/0f82c705-de66-4678-bafa-55c8b9b49894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004392 10.0.0.41 - - [2026-01-22 01:51:55] "POST /ref-update HTTP/1.1" 200 156 0.047715 10.0.0.41 - - [2026-01-22 01:51:55] "POST /ref-update HTTP/1.1" 200 156 0.033950 10.0.0.41 - - [2026-01-22 01:51:55] "POST /ref-update HTTP/1.1" 200 156 0.090298 10.0.0.41 - - [2026-01-22 01:51:55] "POST /ref-update HTTP/1.1" 200 156 0.027349 10.0.0.41 - - [2026-01-22 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.016125 10.0.0.41 - - [2026-01-22 01:51:56] "POST /ref-update HTTP/1.1" 200 156 0.064257 10.0.0.41 - - [2026-01-22 01:51:56] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.108468 10.0.0.41 - - [2026-01-22 01:51:56] "GET /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2518 0.006147 10.0.0.41 - - [2026-01-22 01:51:56] "POST /ref-update HTTP/1.1" 200 156 0.059962 10.0.0.41 - - [2026-01-22 01:51:56] "POST /virtual-machines HTTP/1.1" 200 429 0.034306 10.0.0.41 - - [2026-01-22 01:51:56] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.101899 10.0.0.41 - - [2026-01-22 01:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.021667 10.0.0.41 - - [2026-01-22 01:51:56] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.083517 10.0.0.41 - - [2026-01-22 01:51:56] "GET /loadbalancer-listener/60a52cc0-5d0b-4919-9d6a-2016b08a65c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.013861 10.0.0.41 - - [2026-01-22 01:51:56] "GET /loadbalancer-listener/60a52cc0-5d0b-4919-9d6a-2016b08a65c8?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.017643 10.0.0.41 - - [2026-01-22 01:51:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.332467 10.0.0.41 - - [2026-01-22 01:51:56] "POST /chown HTTP/1.1" 200 109 0.101304 10.0.0.41 - - [2026-01-22 01:51:56] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.182613 10.0.0.41 - - [2026-01-22 01:51:56] "POST /chown HTTP/1.1" 200 109 0.034600 10.0.0.41 - - [2026-01-22 01:51:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.054580 10.0.0.41 - - [2026-01-22 01:51:56] "PUT /virtual-machine-interface/c6d1166b-7bc8-467d-a92e-0a98d2e2c04b HTTP/1.1" 200 284 0.062704 10.0.0.41 - - [2026-01-22 01:51:56] "GET /loadbalancer-pool/f1d6c6af-9019-42aa-8640-8401e7e33b0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.019085 10.0.0.41 - - [2026-01-22 01:51:56] "PUT /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf HTTP/1.1" 200 256 0.098162 10.0.0.41 - - [2026-01-22 01:51:56] "POST /loadbalancer-members HTTP/1.1" 200 707 0.065099 10.0.0.41 - - [2026-01-22 01:51:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.049289 10.0.0.41 - - [2026-01-22 01:51:57] "POST /ref-update HTTP/1.1" 200 156 0.081598 10.0.0.41 - - [2026-01-22 01:51:57] "GET /loadbalancer-member/0f9409f7-efee-4791-a607-3e7da1249963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.060419 10.0.0.41 - - [2026-01-22 01:51:57] "GET /application-policy-set/d5e3ac36-a2f0-4df8-9141-98f5c9d97966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.017578 10.0.0.41 - - [2026-01-22 01:51:57] "POST /ref-update HTTP/1.1" 200 156 0.074315 10.0.0.41 - - [2026-01-22 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007389 10.0.0.41 - - [2026-01-22 01:51:57] "GET /policy-management/c83541e4-490e-4d97-a63c-8dc4f41f58cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.022324 10.0.0.41 - - [2026-01-22 01:51:57] "POST /ref-update HTTP/1.1" 200 156 0.081702 10.0.0.41 - - [2026-01-22 01:51:57] "POST /tags HTTP/1.1" 409 221 0.024905 10.0.0.41 - - [2026-01-22 01:51:57] "POST /ref-update HTTP/1.1" 200 156 0.012461 10.0.0.41 - - [2026-01-22 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.014857 10.0.0.41 - - [2026-01-22 01:51:57] "GET /tag/7f228265-6e0d-44b9-ad22-031a9cf789ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.051589 10.0.0.41 - - [2026-01-22 01:51:57] "POST /ref-update HTTP/1.1" 200 156 0.092975 10.0.0.41 - - [2026-01-22 01:51:57] "POST /tags HTTP/1.1" 409 238 0.016644 10.0.0.41 - - [2026-01-22 01:51:57] "PUT /service-instance/beaaf6a9-f59d-4e9b-95cd-4f27c78c47db HTTP/1.1" 200 266 0.013051 10.0.0.41 - - [2026-01-22 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.032480 10.0.0.41 - - [2026-01-22 01:51:57] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.024138 10.0.0.41 - - [2026-01-22 01:51:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.093530 10.0.0.41 - - [2026-01-22 01:51:57] "POST /firewall-rules HTTP/1.1" 409 293 0.021231 10.0.0.41 - - [2026-01-22 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.41 - - [2026-01-22 01:51:57] "POST /chown HTTP/1.1" 200 109 0.011947 10.0.0.41 - - [2026-01-22 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007455 10.0.0.41 - - [2026-01-22 01:51:57] "POST /chown HTTP/1.1" 200 109 0.053665 10.0.0.41 - - [2026-01-22 01:51:57] "PUT /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf HTTP/1.1" 200 256 0.086016 10.0.0.41 - - [2026-01-22 01:51:57] "PUT /firewall-rule/0f82c705-de66-4678-bafa-55c8b9b49894 HTTP/1.1" 200 260 0.154044 10.0.0.41 - - [2026-01-22 01:51:57] "GET /firewall-rule/0f82c705-de66-4678-bafa-55c8b9b49894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.023420 10.0.0.41 - - [2026-01-22 01:51:57] "POST /ref-update HTTP/1.1" 200 156 0.060935 10.0.0.41 - - [2026-01-22 01:51:57] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.043184 10.0.0.41 - - [2026-01-22 01:51:57] "GET /firewall-rule/0f82c705-de66-4678-bafa-55c8b9b49894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.006627 10.0.0.41 - - [2026-01-22 01:51:57] "POST /chown HTTP/1.1" 200 109 0.070151 10.0.0.41 - - [2026-01-22 01:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008953 10.0.0.41 - - [2026-01-22 01:51:58] "POST /chown HTTP/1.1" 200 109 0.052209 10.0.0.41 - - [2026-01-22 01:51:58] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.038182 10.0.0.41 - - [2026-01-22 01:51:58] "GET /tag/86a54bb6-e071-40e9-b39e-16746b9394a9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.029186 10.0.0.41 - - [2026-01-22 01:51:58] "GET /virtual-machine-interface/3fd112bf-aff2-4345-96fc-3b1d4511abd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.012523 10.0.0.41 - - [2026-01-22 01:51:58] "PUT /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf HTTP/1.1" 200 256 0.060185 10.0.0.41 - - [2026-01-22 01:51:58] "POST /ref-update HTTP/1.1" 200 156 0.066724 10.0.0.41 - - [2026-01-22 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012789 10.0.0.41 - - [2026-01-22 01:51:58] "POST /set-tag HTTP/1.1" 200 109 0.081760 10.0.0.41 - - [2026-01-22 01:51:58] "GET /virtual-machine-interface/bd0fc538-6888-4d7e-9df8-aacf19f8a4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.040035 10.0.0.41 - - [2026-01-22 01:51:58] "POST /chown HTTP/1.1" 200 109 0.036594 10.0.0.41 - - [2026-01-22 01:51:58] "POST /chown HTTP/1.1" 200 109 0.104650 10.0.0.41 - - [2026-01-22 01:51:58] "POST /set-tag HTTP/1.1" 200 109 0.170360 10.0.0.41 - - [2026-01-22 01:51:58] "GET /virtual-machine-interface/c6d1166b-7bc8-467d-a92e-0a98d2e2c04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.015941 10.0.0.41 - - [2026-01-22 01:51:58] "PUT /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf HTTP/1.1" 200 256 0.090778 10.0.0.41 - - [2026-01-22 01:51:58] "POST /set-tag HTTP/1.1" 200 109 0.032349 10.0.0.41 - - [2026-01-22 01:51:58] "GET /firewall-policy/dc958b1a-d565-4c7d-ac8b-e0c71c65737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.006462 10.0.0.41 - - [2026-01-22 01:51:58] "GET /firewall-rule/0f82c705-de66-4678-bafa-55c8b9b49894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.006979 10.0.0.41 - - [2026-01-22 01:51:58] "POST /ref-update HTTP/1.1" 200 156 0.034607 10.0.0.41 - - [2026-01-22 01:51:58] "POST /chown HTTP/1.1" 200 109 0.030697 10.0.0.41 - - [2026-01-22 01:51:58] "POST /ref-update HTTP/1.1" 200 156 0.061197 10.0.0.41 - - [2026-01-22 01:51:58] "POST /chown HTTP/1.1" 200 109 0.077368 10.0.0.41 - - [2026-01-22 01:51:58] "PUT /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf HTTP/1.1" 200 256 0.048018 10.0.0.41 - - [2026-01-22 01:51:58] "DELETE /firewall-rule/0f82c705-de66-4678-bafa-55c8b9b49894 HTTP/1.1" 200 115 0.163272 10.0.0.41 - - [2026-01-22 01:51:58] "POST /ref-update HTTP/1.1" 200 156 0.124374 10.0.0.41 - - [2026-01-22 01:51:59] "DELETE /loadbalancer-member/0f9409f7-efee-4791-a607-3e7da1249963 HTTP/1.1" 200 115 0.190532 10.0.0.41 - - [2026-01-22 01:51:59] "DELETE /loadbalancer-pool/f1d6c6af-9019-42aa-8640-8401e7e33b0d HTTP/1.1" 200 115 0.077091 10.0.0.41 - - [2026-01-22 01:51:59] "PUT /service-instance/beaaf6a9-f59d-4e9b-95cd-4f27c78c47db HTTP/1.1" 200 266 0.021807 10.0.0.41 - - [2026-01-22 01:51:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.024868 10.0.0.41 - - [2026-01-22 01:51:59] "DELETE /loadbalancer-listener/60a52cc0-5d0b-4919-9d6a-2016b08a65c8 HTTP/1.1" 200 115 0.153558 10.0.0.41 - - [2026-01-22 01:51:59] "DELETE /loadbalancer/216e8586-a1b6-4432-882e-0a5510b4131a HTTP/1.1" 200 115 0.075300 10.0.0.41 - - [2026-01-22 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001818 10.0.0.41 - - [2026-01-22 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.41 - - [2026-01-22 01:51:59] "DELETE /instance-ip/50e01328-54ee-43ed-8143-8a3a468e0ccf HTTP/1.1" 200 115 0.106730 10.0.0.41 - - [2026-01-22 01:51:59] "DELETE /virtual-machine-interface/3fd112bf-aff2-4345-96fc-3b1d4511abd0 HTTP/1.1" 200 115 0.106879 10.0.0.41 - - [2026-01-22 01:51:59] "DELETE /tag/86a54bb6-e071-40e9-b39e-16746b9394a9 HTTP/1.1" 200 115 0.145228 10.0.0.41 - - [2026-01-22 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.41 - - [2026-01-22 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.013304 10.0.0.41 - - [2026-01-22 01:51:59] "POST /tags HTTP/1.1" 200 355 0.053478 10.0.0.41 - - [2026-01-22 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.41 - - [2026-01-22 01:51:59] "GET /tag/b10e79c4-bc68-4798-9b7d-4937b115b401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.020886 10.0.0.41 - - [2026-01-22 01:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007577 10.0.0.41 - - [2026-01-22 01:52:00] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.038061 10.0.0.41 - - [2026-01-22 01:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.012767 10.0.0.41 - - [2026-01-22 01:52:00] "DELETE /service-instance/beaaf6a9-f59d-4e9b-95cd-4f27c78c47db HTTP/1.1" 200 115 0.150921 10.0.0.41 - - [2026-01-22 01:52:00] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.116628 10.0.0.41 - - [2026-01-22 01:52:00] "GET /virtual-machine-interface/bd0fc538-6888-4d7e-9df8-aacf19f8a4ea?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.007554 10.0.0.41 - - [2026-01-22 01:52:00] "POST /virtual-machines HTTP/1.1" 200 351 0.033295 10.0.0.41 - - [2026-01-22 01:52:00] "DELETE /virtual-machine-interface/bd0fc538-6888-4d7e-9df8-aacf19f8a4ea HTTP/1.1" 200 115 0.149029 10.0.0.41 - - [2026-01-22 01:52:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.041799 10.0.0.41 - - [2026-01-22 01:52:00] "POST /ref-update HTTP/1.1" 200 156 0.038824 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001226 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002185 10.0.0.41 - - [2026-01-22 01:52:00] "DELETE /virtual-machine/0adad749-798b-4a7c-a2ec-1960b0f022ee HTTP/1.1" 200 115 0.041443 10.0.0.41 - - [2026-01-22 01:52:00] "GET /virtual-machine-interface/c6d1166b-7bc8-467d-a92e-0a98d2e2c04b?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1209 0.014555 10.0.0.41 - - [2026-01-22 01:52:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.172571 10.0.0.41 - - [2026-01-22 01:52:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.018783 10.0.0.41 - - [2026-01-22 01:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.025367 10.0.0.41 - - [2026-01-22 01:52:00] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.010890 10.0.0.41 - - [2026-01-22 01:52:00] "DELETE /virtual-machine-interface/c6d1166b-7bc8-467d-a92e-0a98d2e2c04b HTTP/1.1" 200 115 0.175106 10.0.0.41 - - [2026-01-22 01:52:00] "DELETE /virtual-machine/6eed3644-f58d-4a3b-9706-0724ba3f3130 HTTP/1.1" 200 115 0.037367 10.0.0.41 - - [2026-01-22 01:52:00] "POST /instance-ips HTTP/1.1" 200 391 0.071317 10.0.0.41 - - [2026-01-22 01:52:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.071728 10.0.0.41 - - [2026-01-22 01:52:00] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.042144 10.0.0.41 - - [2026-01-22 01:52:00] "POST /set-tag HTTP/1.1" 200 109 0.016778 10.0.0.41 - - [2026-01-22 01:52:00] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.008989 10.0.0.41 - - [2026-01-22 01:52:00] "GET /instance-ip/f13a2ffe-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.009414 10.0.0.41 - - [2026-01-22 01:52:01] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.022699 10.0.0.41 - - [2026-01-22 01:52:01] "POST /set-tag HTTP/1.1" 200 109 0.003431 10.0.0.41 - - [2026-01-22 01:52:01] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005985 10.0.0.41 - - [2026-01-22 01:52:01] "POST /ref-update HTTP/1.1" 200 156 0.016471 10.0.0.41 - - [2026-01-22 01:52:01] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.011293 10.0.0.41 - - [2026-01-22 01:52:01] "POST /set-tag HTTP/1.1" 200 109 0.005936 10.0.0.41 - - [2026-01-22 01:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009440 10.0.0.41 - - [2026-01-22 01:52:01] "GET /virtual-network/4ffa4760-e40f-4c52-85c2-a4d227cddfe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3023 0.006137 10.0.0.41 - - [2026-01-22 01:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.41 - - [2026-01-22 01:52:01] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.100344 10.0.0.41 - - [2026-01-22 01:52:01] "POST /virtual-machines HTTP/1.1" 200 355 0.014857 10.0.0.41 - - [2026-01-22 01:52:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.029674 10.0.0.41 - - [2026-01-22 01:52:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.156961 10.0.0.41 - - [2026-01-22 01:52:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.030684 10.0.0.41 - - [2026-01-22 01:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009807 10.0.0.41 - - [2026-01-22 01:52:01] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.015201 10.0.0.41 - - [2026-01-22 01:52:02] "POST /instance-ips HTTP/1.1" 200 395 0.048035 10.0.0.41 - - [2026-01-22 01:52:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.059524 10.0.0.41 - - [2026-01-22 01:52:02] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.019627 10.0.0.41 - - [2026-01-22 01:52:02] "POST /set-tag HTTP/1.1" 200 109 0.037438 10.0.0.41 - - [2026-01-22 01:52:02] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.018310 10.0.0.41 - - [2026-01-22 01:52:02] "GET /instance-ip/f1ff7d5e-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.007817 10.0.0.41 - - [2026-01-22 01:52:02] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.008125 10.0.0.41 - - [2026-01-22 01:52:02] "POST /set-tag HTTP/1.1" 200 109 0.004077 10.0.0.41 - - [2026-01-22 01:52:02] "GET /virtual-router/6f32e2b2-95e9-4586-974d-5dc62d1b2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1677 0.015182 10.0.0.41 - - [2026-01-22 01:52:02] "POST /ref-update HTTP/1.1" 200 156 0.018416 10.0.0.41 - - [2026-01-22 01:52:02] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.010107 10.0.0.41 - - [2026-01-22 01:52:02] "POST /set-tag HTTP/1.1" 200 109 0.005303 10.0.0.41 - - [2026-01-22 01:52:02] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.010985 10.0.0.41 - - [2026-01-22 01:52:02] "POST /set-tag HTTP/1.1" 200 109 0.003603 10.0.0.41 - - [2026-01-22 01:52:02] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.006697 10.0.0.41 - - [2026-01-22 01:52:02] "POST /set-tag HTTP/1.1" 200 109 0.003731 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001286 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.004277 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001231 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001307 10.0.0.41 - - [2026-01-22 01:52:13] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004662 10.0.0.41 - - [2026-01-22 01:52:13] "POST /set-tag HTTP/1.1" 200 109 0.003941 10.0.0.41 - - [2026-01-22 01:52:14] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.009319 10.0.0.41 - - [2026-01-22 01:52:14] "POST /set-tag HTTP/1.1" 200 109 0.005577 10.0.0.41 - - [2026-01-22 01:52:15] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005005 10.0.0.41 - - [2026-01-22 01:52:15] "POST /set-tag HTTP/1.1" 200 109 0.002696 10.0.0.41 - - [2026-01-22 01:52:24] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.41 - - [2026-01-22 01:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.41 - - [2026-01-22 01:52:24] "GET /global-system-config/230bd38e-40ef-497b-bd71-350fdefaa8a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.008396 10.0.0.41 - - [2026-01-22 01:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.41 - - [2026-01-22 01:52:24] "GET /config-node/6fa6681e-876b-468e-a276-e42c77d5a1a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003086 10.0.0.41 - - [2026-01-22 01:52:36] "GET / HTTP/1.1" 200 35931 0.002565 10.0.0.41 - - [2026-01-22 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.41 - - [2026-01-22 01:52:36] "GET /routing-instance/c6583045-543d-4164-91f6-ed258c0eeb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003923 10.0.0.41 - - [2026-01-22 01:52:36] "POST /bgp-routers HTTP/1.1" 409 301 0.002613 10.0.0.41 - - [2026-01-22 01:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.41 - - [2026-01-22 01:52:36] "GET /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1814 0.004899 10.0.0.41 - - [2026-01-22 01:52:36] "PUT /bgp-router/d9c60e6d-e274-4930-ae3c-59f3988905c3 HTTP/1.1" 200 254 0.019392 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001451 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:52:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001579 10.0.0.41 - - [2026-01-22 01:52:47] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.014885 10.0.0.41 - - [2026-01-22 01:52:47] "POST /set-tag HTTP/1.1" 200 109 0.002735 10.0.0.41 - - [2026-01-22 01:52:47] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.005521 10.0.0.41 - - [2026-01-22 01:52:47] "POST /set-tag HTTP/1.1" 200 109 0.003742 10.0.0.41 - - [2026-01-22 01:52:47] "GET /virtual-machine/09563d4c-9c56-41ce-80ae-2675245606b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.004159 10.0.0.41 - - [2026-01-22 01:52:47] "POST /ref-update HTTP/1.1" 200 156 0.016995 10.0.0.41 - - [2026-01-22 01:52:48] "GET /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3181 0.016744 10.0.0.41 - - [2026-01-22 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.025711 10.0.0.41 - - [2026-01-22 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.054807 10.0.0.41 - - [2026-01-22 01:52:48] "DELETE /instance-ip/f13a2ffe-f734-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.048357 10.0.0.41 - - [2026-01-22 01:52:48] "DELETE /virtual-machine-interface/f114699a-f734-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.064036 10.0.0.41 - - [2026-01-22 01:52:48] "DELETE /virtual-machine/09563d4c-9c56-41ce-80ae-2675245606b3 HTTP/1.1" 200 115 0.038361 10.0.0.41 - - [2026-01-22 01:52:48] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.013937 10.0.0.41 - - [2026-01-22 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.003048 10.0.0.41 - - [2026-01-22 01:53:18] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.007023 10.0.0.41 - - [2026-01-22 01:53:18] "POST /set-tag HTTP/1.1" 200 109 0.012066 10.0.0.41 - - [2026-01-22 01:53:18] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004227 10.0.0.41 - - [2026-01-22 01:53:18] "POST /set-tag HTTP/1.1" 200 109 0.005659 10.0.0.41 - - [2026-01-22 01:53:19] "GET /virtual-machine/c94eca9f-047d-4c3c-8f86-b5652a34daa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.010792 10.0.0.41 - - [2026-01-22 01:53:19] "POST /ref-update HTTP/1.1" 200 156 0.013889 10.0.0.41 - - [2026-01-22 01:53:19] "GET /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004864 10.0.0.41 - - [2026-01-22 01:53:19] "POST /set-tag HTTP/1.1" 200 109 0.033080 10.0.0.41 - - [2026-01-22 01:53:19] "POST /set-tag HTTP/1.1" 200 109 0.038748 10.0.0.41 - - [2026-01-22 01:53:19] "DELETE /instance-ip/f1ff7d5e-f734-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.052863 10.0.0.41 - - [2026-01-22 01:53:19] "DELETE /virtual-machine-interface/f1db1586-f734-11f0-9e05-fa163e655727 HTTP/1.1" 200 115 0.056285 10.0.0.41 - - [2026-01-22 01:53:19] "DELETE /virtual-machine/c94eca9f-047d-4c3c-8f86-b5652a34daa5 HTTP/1.1" 200 115 0.036537 10.0.0.41 - - [2026-01-22 01:53:19] "DELETE /tag/b10e79c4-bc68-4798-9b7d-4937b115b401 HTTP/1.1" 200 115 0.051114 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:53:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001156 [Introspect:8084]10.0.0.41 - - [2026-01-22 01:53:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001033 10.0.0.41 - - [2026-01-22 01:53:54] "POST /tags HTTP/1.1" 200 365 0.072865 10.0.0.41 - - [2026-01-22 01:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005520 10.0.0.41 - - [2026-01-22 01:53:54] "GET /tag/70796207-04e0-46ab-a5de-23698dd78c8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.014910 10.0.0.41 - - [2026-01-22 01:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.41 - - [2026-01-22 01:53:54] "GET /project/8b816c9e-7911-49b4-8abd-186bdeea4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.059494 10.0.0.41 - - [2026-01-22 01:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.41 - - [2026-01-22 01:53:54] "GET /service-appliance-set/1f5672ba-44f2-459e-995c-e11fb0c9d0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1219 0.004263 10.0.0.41 - - [2026-01-22 01:53:54] "POST /fqname-to-id HTTP/1.1" 404 258 0.009315 10.0.0.41 - - [2026-01-22 01:53:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.122125 10.0.0.41 - - [2026-01-22 01:53:54] "GET /virtual-machine-interface/2dbb02c3-6c30-4914-a6c8-97b367fe4bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.022528 10.0.0.41 - - [2026-01-22 01:53:54] "POST /set-tag HTTP/1.1" 200 109 0.024837