+++ date ++ echo 'INFO: =================== Mon Oct 27 01:43:50 AM UTC 2025 ===================' INFO: =================== Mon Oct 27 01:43:50 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ 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 )) + nc -z 10.0.0.41 9041 + echo -e '\035\nquit' + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41 +++ local servers=10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ sort ++++ tr '\n' , ++++ uniq ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.41,10.101.125.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.101.125.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=__ ++ set -o posix ++ set ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/27/2025 01:44:33.984 7f8e07792580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/27/2025 01:44:34.149 7f8e07792580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/27/2025 01:44:34.176 7f8e07792580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/27/2025 01:44:34.176 7f8e07792580 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-10-27 01:44:41] "GET / HTTP/1.1" 503 181 0.000199 10.0.0.41 - - [2025-10-27 01:44:42] "GET / HTTP/1.1" 200 35931 0.002785 10.0.0.41 - - [2025-10-27 01:44:42] "GET / HTTP/1.1" 200 35931 0.001426 10.0.0.41 - - [2025-10-27 01:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.028575 10.0.0.41 - - [2025-10-27 01:44:42] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.015715 10.0.0.41 - - [2025-10-27 01:44:42] "POST /fqname-to-id HTTP/1.1" 404 216 0.009410 10.0.0.41 - - [2025-10-27 01:44:42] "GET / HTTP/1.1" 200 45303 0.001474 10.0.0.41 - - [2025-10-27 01:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007525 10.0.0.41 - - [2025-10-27 01:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009626 10.0.0.41 - - [2025-10-27 01:44:43] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.083748 10.0.0.41 - - [2025-10-27 01:44:43] "GET / HTTP/1.1" 200 35931 0.001305 10.0.0.41 - - [2025-10-27 01:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.070991 10.0.0.41 - - [2025-10-27 01:44:43] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.041463 10.0.0.41 - - [2025-10-27 01:44:43] "POST /bgp-routers HTTP/1.1" 200 616 0.120532 10.0.0.41 - - [2025-10-27 01:44:43] "GET /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.037737 10.0.0.41 - - [2025-10-27 01:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007289 10.0.0.41 - - [2025-10-27 01:44:43] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.034783 10.0.0.41 - - [2025-10-27 01:44:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009189 10.0.0.41 - - [2025-10-27 01:44:43] "POST /ref-update HTTP/1.1" 200 156 0.019115 10.0.0.41 - - [2025-10-27 01:44:43] "GET / HTTP/1.1" 200 35931 0.001448 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:44:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001063 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:44:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001077 10.0.0.41 - - [2025-10-27 01:44:45] "GET / HTTP/1.1" 200 35931 0.001532 10.0.0.41 - - [2025-10-27 01:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.023181 10.0.0.41 - - [2025-10-27 01:44:45] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022440 10.0.0.41 - - [2025-10-27 01:44:45] "POST /fqname-to-id HTTP/1.1" 404 216 0.003269 10.0.0.41 - - [2025-10-27 01:44:45] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.128332 10.0.0.41 - - [2025-10-27 01:44:47] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.41 - - [2025-10-27 01:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009597 10.0.0.41 - - [2025-10-27 01:44:47] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.009204 10.0.0.41 - - [2025-10-27 01:44:47] "POST /fqname-to-id HTTP/1.1" 404 216 0.002730 10.0.0.41 - - [2025-10-27 01:44:47] "POST /database-nodes HTTP/1.1" 200 597 0.095565 10.0.0.41 - - [2025-10-27 01:44:48] "GET / HTTP/1.1" 200 35931 0.002747 10.0.0.41 - - [2025-10-27 01:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007130 10.0.0.41 - - [2025-10-27 01:44:48] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.014514 10.0.0.41 - - [2025-10-27 01:44:48] "POST /fqname-to-id HTTP/1.1" 404 216 0.008816 10.0.0.41 - - [2025-10-27 01:44:48] "POST /config-nodes HTTP/1.1" 200 593 0.070682 10.0.0.41 - - [2025-10-27 01:44:48] "GET / HTTP/1.1" 200 35931 0.005471 10.0.0.41 - - [2025-10-27 01:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.217810 10.0.0.41 - - [2025-10-27 01:44:48] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052169 10.0.0.41 - - [2025-10-27 01:44:48] "POST /fqname-to-id HTTP/1.1" 404 216 0.006892 10.0.0.41 - - [2025-10-27 01:44:48] "GET / HTTP/1.1" 200 35931 0.001219 10.0.0.41 - - [2025-10-27 01:44:48] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003244 10.0.0.41 - - [2025-10-27 01:44:48] "POST /analytics-nodes HTTP/1.1" 200 599 0.169485 10.0.0.41 - - [2025-10-27 01:44:50] "GET / HTTP/1.1" 200 35931 0.002184 10.0.0.41 - - [2025-10-27 01:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.41 - - [2025-10-27 01:44:50] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.023558 10.0.0.41 - - [2025-10-27 01:44:50] "POST /fqname-to-id HTTP/1.1" 404 216 0.003328 10.0.0.41 - - [2025-10-27 01:44:50] "POST /config-database-nodes HTTP/1.1" 200 611 0.132904 10.0.0.41 - - [2025-10-27 01:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-10-27 01:44:53] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003351 10.0.0.41 - - [2025-10-27 01:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.41 - - [2025-10-27 01:44:53] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.011140 10.0.0.41 - - [2025-10-27 01:44:54] "GET / HTTP/1.1" 200 35931 0.001392 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 581 0.031037 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 575 0.060263 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 575 0.044765 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 559 0.032742 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 555 0.036273 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 557 0.051717 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 565 0.023638 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 549 0.042644 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 557 0.057100 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 567 0.058646 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 555 0.064569 10.0.0.41 - - [2025-10-27 01:44:54] "POST /alarms HTTP/1.1" 200 567 0.073928 10.0.0.41 - - [2025-10-27 01:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.010975 10.0.0.41 - - [2025-10-27 01:44:54] "GET /network-ipam/7490e3af-dd72-4671-9918-d55025a9ef91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.009021 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 575 0.111995 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 569 0.065221 10.0.0.41 - - [2025-10-27 01:44:55] "GET / HTTP/1.1" 200 35931 0.003148 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 561 0.048242 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 561 0.042026 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 561 0.067301 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 547 0.057378 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 595 0.023626 10.0.0.41 - - [2025-10-27 01:44:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.004859 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 575 0.050463 10.0.0.41 - - [2025-10-27 01:44:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.005072 10.0.0.41 - - [2025-10-27 01:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.41 - - [2025-10-27 01:44:55] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005906 10.0.0.41 - - [2025-10-27 01:44:55] "POST /access-control-lists HTTP/1.1" 200 587 0.073630 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 571 0.069902 10.0.0.41 - - [2025-10-27 01:44:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.024362 10.0.0.41 - - [2025-10-27 01:44:55] "POST /service-appliance-sets HTTP/1.1" 200 553 0.072966 10.0.0.41 - - [2025-10-27 01:44:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.011902 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 583 0.068382 10.0.0.41 - - [2025-10-27 01:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012702 10.0.0.41 - - [2025-10-27 01:44:55] "POST /access-control-lists HTTP/1.1" 200 585 0.074293 10.0.0.41 - - [2025-10-27 01:44:55] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.022097 10.0.0.41 - - [2025-10-27 01:44:55] "POST /alarms HTTP/1.1" 200 609 0.059347 10.0.0.41 - - [2025-10-27 01:44:55] "POST /route-targets HTTP/1.1" 200 327 0.055199 10.0.0.41 - - [2025-10-27 01:44:55] "POST /ref-update HTTP/1.1" 200 156 0.012825 10.0.0.41 - - [2025-10-27 01:44:55] "POST /service-appliance-sets HTTP/1.1" 200 541 0.202929 10.0.0.41 - - [2025-10-27 01:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006324 10.0.0.41 - - [2025-10-27 01:44:55] "GET /network-ipam/7490e3af-dd72-4671-9918-d55025a9ef91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003652 10.0.0.41 - - [2025-10-27 01:44:55] "POST /route-targets HTTP/1.1" 200 327 0.026811 10.0.0.41 - - [2025-10-27 01:44:56] "POST /ref-update HTTP/1.1" 200 156 0.025184 10.0.0.41 - - [2025-10-27 01:44:56] "POST /route-targets HTTP/1.1" 200 327 0.024561 10.0.0.41 - - [2025-10-27 01:44:56] "POST /ref-update HTTP/1.1" 200 156 0.038576 10.0.0.41 - - [2025-10-27 01:44:56] "GET / HTTP/1.1" 200 35931 0.002349 10.0.0.41 - - [2025-10-27 01:44:56] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.008420 10.0.0.41 - - [2025-10-27 01:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.41 - - [2025-10-27 01:44:56] "POST /route-targets HTTP/1.1" 200 327 0.031252 10.0.0.41 - - [2025-10-27 01:44:56] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.061231 10.0.0.41 - - [2025-10-27 01:44:56] "POST /ref-update HTTP/1.1" 200 156 0.081453 10.0.0.41 - - [2025-10-27 01:44:56] "POST /service-templates HTTP/1.1" 200 511 0.023939 10.0.0.41 - - [2025-10-27 01:44:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.005454 10.0.0.41 - - [2025-10-27 01:44:56] "POST /service-templates HTTP/1.1" 200 501 0.076659 10.0.0.41 - - [2025-10-27 01:44:56] "POST /service-templates HTTP/1.1" 200 515 0.081446 10.0.0.41 - - [2025-10-27 01:44:56] "POST /access-control-lists HTTP/1.1" 200 551 0.121118 10.0.0.41 - - [2025-10-27 01:44:56] "POST /service-templates HTTP/1.1" 200 535 0.063835 10.0.0.41 - - [2025-10-27 01:44:56] "PUT /access-control-list/e7fdc6ad-1783-47a4-bdc3-17beb46e54aa HTTP/1.1" 200 272 0.035131 10.0.0.41 - - [2025-10-27 01:44:56] "PUT /access-control-list/0350b867-3f17-4072-b569-bf81ec87aaeb HTTP/1.1" 200 272 0.048322 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:44:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002317 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:44:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001294 10.0.0.41 - - [2025-10-27 01:44:56] "POST /service-templates HTTP/1.1" 200 507 0.045429 10.0.0.41 - - [2025-10-27 01:44:56] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.41 - - [2025-10-27 01:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.41 - - [2025-10-27 01:44:56] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010370 10.0.0.41 - - [2025-10-27 01:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.41 - - [2025-10-27 01:44:56] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.027319 10.0.0.41 - - [2025-10-27 01:44:57] "GET / HTTP/1.1" 200 35931 0.001178 10.0.0.41 - - [2025-10-27 01:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.41 - - [2025-10-27 01:44:57] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.008984 10.0.0.41 - - [2025-10-27 01:44:57] "PUT /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db HTTP/1.1" 200 274 0.031128 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000876 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001245 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000838 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001176 10.0.0.41 - - [2025-10-27 01:45:07] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2025-10-27 01:45:08] "GET /domain/967f4837-9380-4258-800b-cfa1ee91af07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.004167 10.0.0.41 - - [2025-10-27 01:45:08] "POST /id-to-fqname HTTP/1.1" 200 173 0.006487 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 404 182 0.011977 10.0.0.41 - - [2025-10-27 01:45:08] "POST /security-groups HTTP/1.1" 200 570 0.089229 10.0.0.41 - - [2025-10-27 01:45:08] "POST /projects HTTP/1.1" 200 481 0.287164 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 404 213 0.008968 10.0.0.41 - - [2025-10-27 01:45:08] "POST /security-groups HTTP/1.1" 200 534 0.112608 10.0.0.41 - - [2025-10-27 01:45:08] "POST /access-control-lists HTTP/1.1" 200 579 0.080878 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 404 212 0.003688 10.0.0.41 - - [2025-10-27 01:45:08] "POST /chown HTTP/1.1" 200 109 0.066393 10.0.0.41 - - [2025-10-27 01:45:08] "POST /policy-managements HTTP/1.1" 409 214 0.002641 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.41 - - [2025-10-27 01:45:08] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.026684 10.0.0.41 - - [2025-10-27 01:45:08] "POST /access-control-lists HTTP/1.1" 200 577 0.101376 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.006177 10.0.0.41 - - [2025-10-27 01:45:08] "POST /application-policy-sets HTTP/1.1" 200 528 0.067886 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010524 10.0.0.23 - - [2025-10-27 01:45:08] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.41 - - [2025-10-27 01:45:08] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012025 10.0.0.23 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.41 - - [2025-10-27 01:45:08] "POST /access-control-lists HTTP/1.1" 200 594 0.079644 10.0.0.23 - - [2025-10-27 01:45:08] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006179 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.016331 10.0.0.23 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008832 10.0.0.41 - - [2025-10-27 01:45:08] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.018358 10.0.0.41 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.017459 10.0.0.41 - - [2025-10-27 01:45:08] "GET /virtual-network/e0d26f95-c627-4ca4-87c2-9f26b75d51a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.020087 10.0.0.41 - - [2025-10-27 01:45:08] "POST /access-control-lists HTTP/1.1" 200 592 0.077906 10.0.0.23 - - [2025-10-27 01:45:08] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.027146 10.0.0.23 - - [2025-10-27 01:45:08] "PUT /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db HTTP/1.1" 200 274 0.017796 10.0.0.23 - - [2025-10-27 01:45:08] "POST /fqname-to-id HTTP/1.1" 404 216 0.011228 10.0.0.23 - - [2025-10-27 01:45:09] "POST /virtual-routers HTTP/1.1" 200 599 0.090662 10.0.0.23 - - [2025-10-27 01:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011960 10.0.0.23 - - [2025-10-27 01:45:09] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.010791 10.0.0.41 - - [2025-10-27 01:45:09] "POST /id-to-fqname HTTP/1.1" 200 177 0.001951 10.0.0.23 - - [2025-10-27 01:45:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.014445 10.0.0.41 - - [2025-10-27 01:45:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.014906 10.0.0.23 - - [2025-10-27 01:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009677 10.0.0.23 - - [2025-10-27 01:45:09] "GET /virtual-network/e0d26f95-c627-4ca4-87c2-9f26b75d51a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.007123 10.0.0.41 - - [2025-10-27 01:45:09] "POST /security-groups HTTP/1.1" 200 574 0.101511 10.0.0.41 - - [2025-10-27 01:45:09] "POST /projects HTTP/1.1" 200 489 0.405800 10.0.0.41 - - [2025-10-27 01:45:09] "POST /fqname-to-id HTTP/1.1" 404 217 0.016135 10.0.0.41 - - [2025-10-27 01:45:09] "POST /security-groups HTTP/1.1" 200 546 0.116952 10.0.0.41 - - [2025-10-27 01:45:09] "POST /access-control-lists HTTP/1.1" 200 583 0.079845 10.0.0.41 - - [2025-10-27 01:45:09] "POST /fqname-to-id HTTP/1.1" 404 216 0.006612 10.0.0.23 - - [2025-10-27 01:45:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.274206 10.0.0.41 - - [2025-10-27 01:45:09] "POST /chown HTTP/1.1" 200 109 0.091043 10.0.0.41 - - [2025-10-27 01:45:09] "POST /access-control-lists HTTP/1.1" 200 581 0.121727 10.0.0.41 - - [2025-10-27 01:45:09] "POST /network-ipams HTTP/1.1" 200 522 0.065264 10.0.0.41 - - [2025-10-27 01:45:09] "PUT /access-control-list/9935716a-4c3a-4fee-95e9-7fe6f47e37c5 HTTP/1.1" 200 272 0.122334 10.0.0.41 - - [2025-10-27 01:45:10] "POST /fqname-to-id HTTP/1.1" 404 240 0.005049 10.0.0.41 - - [2025-10-27 01:45:10] "POST /network-ipams HTTP/1.1" 200 510 0.329222 10.0.0.41 - - [2025-10-27 01:45:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.003565 10.0.0.41 - - [2025-10-27 01:45:10] "POST /access-control-lists HTTP/1.1" 200 602 0.099663 10.0.0.41 - - [2025-10-27 01:45:10] "POST /fqname-to-id HTTP/1.1" 404 239 0.026989 10.0.0.41 - - [2025-10-27 01:45:10] "POST /access-control-lists HTTP/1.1" 200 600 0.085150 10.0.0.41 - - [2025-10-27 01:45:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005496 10.0.0.41 - - [2025-10-27 01:45:10] "POST /virtual-networks HTTP/1.1" 200 538 0.326895 10.0.0.41 - - [2025-10-27 01:45:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.001863 10.0.0.41 - - [2025-10-27 01:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011912 10.0.0.41 - - [2025-10-27 01:45:10] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1733 0.042807 10.0.0.41 - - [2025-10-27 01:45:10] "POST /access-control-lists HTTP/1.1" 200 589 0.098531 10.0.0.41 - - [2025-10-27 01:45:10] "POST /network-ipams HTTP/1.1" 200 518 0.087133 10.0.0.41 - - [2025-10-27 01:45:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.023634 10.0.0.41 - - [2025-10-27 01:45:10] "POST /route-targets HTTP/1.1" 200 327 0.040565 10.0.0.41 - - [2025-10-27 01:45:10] "POST /ref-update HTTP/1.1" 200 156 0.040257 10.0.0.41 - - [2025-10-27 01:45:10] "PUT /access-control-list/303312a3-a91f-485a-a355-d01ecbe5f43c HTTP/1.1" 200 272 0.061899 10.0.0.41 - - [2025-10-27 01:45:11] "POST /useragent-kv HTTP/1.1" 200 115 0.023894 10.0.0.41 - - [2025-10-27 01:45:11] "POST /virtual-networks HTTP/1.1" 200 546 0.311717 10.0.0.41 - - [2025-10-27 01:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.41 - - [2025-10-27 01:45:11] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1749 0.021684 10.0.0.41 - - [2025-10-27 01:45:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.002550 10.0.0.41 - - [2025-10-27 01:45:11] "POST /route-targets HTTP/1.1" 200 327 0.032543 10.0.0.41 - - [2025-10-27 01:45:11] "POST /network-policys HTTP/1.1" 200 538 0.086693 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-update HTTP/1.1" 200 156 0.075302 10.0.0.41 - - [2025-10-27 01:45:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.011680 10.0.0.41 - - [2025-10-27 01:45:11] "POST /network-policys HTTP/1.1" 200 534 0.053645 10.0.0.41 - - [2025-10-27 01:45:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.004222 10.0.0.41 - - [2025-10-27 01:45:11] "POST /network-policys HTTP/1.1" 200 542 0.022878 10.0.0.41 - - [2025-10-27 01:45:11] "PUT /access-control-list/9935716a-4c3a-4fee-95e9-7fe6f47e37c5 HTTP/1.1" 200 272 0.014403 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-update HTTP/1.1" 200 156 0.067475 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.018415 10.0.0.41 - - [2025-10-27 01:45:11] "PUT /access-control-list/303312a3-a91f-485a-a355-d01ecbe5f43c HTTP/1.1" 200 272 0.024486 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-update HTTP/1.1" 200 156 0.099301 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-update HTTP/1.1" 200 156 0.134161 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.043664 10.0.0.41 - - [2025-10-27 01:45:11] "PUT /access-control-list/9935716a-4c3a-4fee-95e9-7fe6f47e37c5 HTTP/1.1" 200 272 0.126862 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.032307 10.0.0.41 - - [2025-10-27 01:45:11] "PUT /access-control-list/303312a3-a91f-485a-a355-d01ecbe5f43c HTTP/1.1" 200 272 0.066835 10.0.0.41 - - [2025-10-27 01:45:11] "POST /ref-update HTTP/1.1" 200 156 0.029339 10.0.0.41 - - [2025-10-27 01:45:12] "POST /fqname-to-id HTTP/1.1" 404 237 0.011172 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-update HTTP/1.1" 200 156 0.105871 10.0.0.41 - - [2025-10-27 01:45:12] "POST /access-control-lists HTTP/1.1" 200 601 0.039232 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-update HTTP/1.1" 200 156 0.098307 10.0.0.41 - - [2025-10-27 01:45:12] "PUT /access-control-list/511c7474-1b8d-47ca-9596-1c4fa2762cc3 HTTP/1.1" 200 272 0.022362 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-update HTTP/1.1" 200 156 0.034565 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-update HTTP/1.1" 200 156 0.065532 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004800 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009288 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007491 10.0.0.41 - - [2025-10-27 01:45:12] "PUT /access-control-list/511c7474-1b8d-47ca-9596-1c4fa2762cc3 HTTP/1.1" 200 272 0.075903 10.0.0.41 - - [2025-10-27 01:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.41 - - [2025-10-27 01:45:12] "PUT /access-control-list/9935716a-4c3a-4fee-95e9-7fe6f47e37c5 HTTP/1.1" 200 272 0.020948 10.0.0.41 - - [2025-10-27 01:45:12] "GET /virtual-network/e0d26f95-c627-4ca4-87c2-9f26b75d51a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1717 0.019509 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-update HTTP/1.1" 200 156 0.010981 10.0.0.41 - - [2025-10-27 01:45:12] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1063 0.003923 10.0.0.41 - - [2025-10-27 01:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001813 10.0.0.41 - - [2025-10-27 01:45:12] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.012331 10.0.0.41 - - [2025-10-27 01:45:12] "POST /firewall-policys HTTP/1.1" 200 530 0.023076 10.0.0.41 - - [2025-10-27 01:45:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.024441 10.0.0.41 - - [2025-10-27 01:45:12] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.013703 10.0.0.41 - - [2025-10-27 01:45:12] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1063 0.008145 10.0.0.41 - - [2025-10-27 01:45:12] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.009984 10.0.0.41 - - [2025-10-27 01:45:12] "POST /ref-update HTTP/1.1" 200 156 0.035004 10.0.0.41 - - [2025-10-27 01:45:12] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1311 0.016028 10.0.0.41 - - [2025-10-27 01:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002475 10.0.0.41 - - [2025-10-27 01:45:12] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003075 10.0.0.41 - - [2025-10-27 01:45:12] "POST /firewall-policys HTTP/1.1" 200 532 0.020495 10.0.0.41 - - [2025-10-27 01:45:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.012544 10.0.0.41 - - [2025-10-27 01:45:12] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.008205 10.0.0.41 - - [2025-10-27 01:45:12] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1311 0.002604 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.007995 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.005851 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.004966 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.022793 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.070986 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.037018 10.0.0.41 - - [2025-10-27 01:45:13] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004065 10.0.0.41 - - [2025-10-27 01:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002155 10.0.0.41 - - [2025-10-27 01:45:13] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.007971 10.0.0.41 - - [2025-10-27 01:45:13] "POST /firewall-policys HTTP/1.1" 200 530 0.028136 10.0.0.41 - - [2025-10-27 01:45:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.047232 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.014498 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000861 10.0.0.41 - - [2025-10-27 01:45:13] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004401 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001722 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.009121 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.008999 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003525 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.002638 10.0.0.41 - - [2025-10-27 01:45:13] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.005625 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.038005 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.025165 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.037131 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.021977 10.0.0.41 - - [2025-10-27 01:45:13] "POST /ref-update HTTP/1.1" 200 156 0.036932 10.0.0.41 - - [2025-10-27 01:45:13] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1754 0.011692 10.0.0.41 - - [2025-10-27 01:45:14] "POST /tags HTTP/1.1" 200 299 0.235177 10.0.0.41 - - [2025-10-27 01:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010974 10.0.0.41 - - [2025-10-27 01:45:14] "GET /tag/f4cec040-81e2-4c63-83e8-f0d13f88a594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.027823 10.0.0.41 - - [2025-10-27 01:45:14] "POST /set-tag HTTP/1.1" 200 109 0.022823 10.0.0.41 - - [2025-10-27 01:45:14] "POST /tags HTTP/1.1" 200 305 0.129488 10.0.0.41 - - [2025-10-27 01:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.013979 10.0.0.41 - - [2025-10-27 01:45:14] "GET /tag/6ea64a68-2670-46fa-8579-811af83dcba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.020700 10.0.0.41 - - [2025-10-27 01:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002200 10.0.0.41 - - [2025-10-27 01:45:14] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.045635 10.0.0.41 - - [2025-10-27 01:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.41 - - [2025-10-27 01:45:14] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008801 10.0.0.41 - - [2025-10-27 01:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.41 - - [2025-10-27 01:45:14] "GET /service-appliance-set/688c5eba-07e0-4b1e-97de-9ef5bc7fc68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.003648 10.0.0.41 - - [2025-10-27 01:45:14] "POST /fqname-to-id HTTP/1.1" 404 240 0.003061 10.0.0.41 - - [2025-10-27 01:45:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.111287 10.0.0.41 - - [2025-10-27 01:45:14] "GET /virtual-machine-interface/9782143c-ad05-434e-80b6-2b789de571d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2302 0.021348 10.0.0.41 - - [2025-10-27 01:45:15] "POST /instance-ips HTTP/1.1" 200 381 0.054208 10.0.0.41 - - [2025-10-27 01:45:15] "GET /instance-ip/abdd300e-afdd-4a89-9ab3-a21541b1be30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.019940 10.0.0.41 - - [2025-10-27 01:45:15] "POST /loadbalancers HTTP/1.1" 200 582 0.074454 10.0.0.41 - - [2025-10-27 01:45:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.016635 10.0.0.41 - - [2025-10-27 01:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007855 10.0.0.41 - - [2025-10-27 01:45:15] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.032695 10.0.0.41 - - [2025-10-27 01:45:15] "GET /loadbalancer/1ee38311-c302-4ac3-802c-ce291c770aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.011097 10.0.0.41 - - [2025-10-27 01:45:15] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.055385 10.0.0.41 - - [2025-10-27 01:45:15] "GET /instance-ip/abdd300e-afdd-4a89-9ab3-a21541b1be30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006121 10.0.0.41 - - [2025-10-27 01:45:15] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.070445 10.0.0.41 - - [2025-10-27 01:45:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.036151 10.0.0.41 - - [2025-10-27 01:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007992 10.0.0.41 - - [2025-10-27 01:45:15] "POST /floating-ips HTTP/1.1" 200 583 0.076120 10.0.0.41 - - [2025-10-27 01:45:15] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.037948 10.0.0.41 - - [2025-10-27 01:45:15] "GET /loadbalancer-listener/9d600a32-1299-42f7-86bc-bc88f0877ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.005811 10.0.0.41 - - [2025-10-27 01:45:15] "GET /loadbalancer-listener/9d600a32-1299-42f7-86bc-bc88f0877ab9?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1197 0.009674 10.0.0.41 - - [2025-10-27 01:45:15] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.025810 10.0.0.41 - - [2025-10-27 01:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.41 - - [2025-10-27 01:45:15] "GET /instance-ip/abdd300e-afdd-4a89-9ab3-a21541b1be30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.003367 10.0.0.41 - - [2025-10-27 01:45:15] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1864 0.002058 10.0.0.41 - - [2025-10-27 01:45:15] "GET /instance-ip/abdd300e-afdd-4a89-9ab3-a21541b1be30?fields=floating_ips HTTP/1.1" 200 1171 0.005252 10.0.0.41 - - [2025-10-27 01:45:15] "GET /floating-ip/65844150-ff66-41be-8715-7a6a15f52572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.001946 10.0.0.41 - - [2025-10-27 01:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.41 - - [2025-10-27 01:45:15] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.021957 10.0.0.41 - - [2025-10-27 01:45:15] "POST /tags HTTP/1.1" 200 301 0.094060 10.0.0.41 - - [2025-10-27 01:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009693 10.0.0.41 - - [2025-10-27 01:45:15] "GET /tag/2421a3b4-6dda-4301-8c63-94c5a9e001a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.017737 10.0.0.41 - - [2025-10-27 01:45:15] "POST /tags HTTP/1.1" 200 325 0.068767 10.0.0.41 - - [2025-10-27 01:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.41 - - [2025-10-27 01:45:16] "GET /tag/924aa0fe-5861-44ad-b4f3-c6a4c18b193d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1168 0.018754 10.0.0.41 - - [2025-10-27 01:45:16] "POST /tags HTTP/1.1" 200 363 0.081780 10.0.0.41 - - [2025-10-27 01:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.41 - - [2025-10-27 01:45:16] "GET /tag/2ad8f5fb-d9b4-4258-941d-9b186698c18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.021200 10.0.0.41 - - [2025-10-27 01:45:16] "POST /tags HTTP/1.1" 200 311 0.099612 10.0.0.41 - - [2025-10-27 01:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.41 - - [2025-10-27 01:45:16] "GET /tag/7a166cc2-a609-4a00-a5e0-ecf2a4259b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.023396 10.0.0.41 - - [2025-10-27 01:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.41 - - [2025-10-27 01:45:16] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.007803 10.0.0.41 - - [2025-10-27 01:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005232 10.0.0.41 - - [2025-10-27 01:45:16] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.036000 10.0.0.41 - - [2025-10-27 01:45:16] "POST /virtual-machines HTTP/1.1" 200 377 0.030290 10.0.0.41 - - [2025-10-27 01:45:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.016660 10.0.0.41 - - [2025-10-27 01:45:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.231345 10.0.0.41 - - [2025-10-27 01:45:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.023559 10.0.0.41 - - [2025-10-27 01:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011181 10.0.0.41 - - [2025-10-27 01:45:16] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.028730 10.0.0.41 - - [2025-10-27 01:45:17] "POST /instance-ips HTTP/1.1" 200 409 0.074945 10.0.0.41 - - [2025-10-27 01:45:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.045087 10.0.0.41 - - [2025-10-27 01:45:17] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.028450 10.0.0.41 - - [2025-10-27 01:45:17] "POST /ref-update HTTP/1.1" 200 156 0.015799 10.0.0.41 - - [2025-10-27 01:45:17] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.045561 10.0.0.41 - - [2025-10-27 01:45:17] "POST /set-tag HTTP/1.1" 200 109 0.051666 10.0.0.41 - - [2025-10-27 01:45:17] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.013495 10.0.0.41 - - [2025-10-27 01:45:17] "GET /instance-ip/96a45ab2-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1965 0.004290 10.0.0.41 - - [2025-10-27 01:45:17] "POST /tags HTTP/1.1" 200 357 0.058488 10.0.0.41 - - [2025-10-27 01:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.41 - - [2025-10-27 01:45:17] "GET /tag/d733940e-2f9a-4525-8727-a0b8c08a62e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.130265 10.0.0.41 - - [2025-10-27 01:45:17] "POST /tags HTTP/1.1" 200 305 0.122063 10.0.0.41 - - [2025-10-27 01:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.41 - - [2025-10-27 01:45:17] "GET /tag/e3369dae-ae7e-47c1-b610-637486bdf7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.021633 10.0.0.41 - - [2025-10-27 01:45:17] "POST /id-to-fqname HTTP/1.1" 200 174 0.000875 10.0.0.41 - - [2025-10-27 01:45:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.008516 10.0.0.41 - - [2025-10-27 01:45:18] "POST /security-groups HTTP/1.1" 200 571 0.095681 10.0.0.41 - - [2025-10-27 01:45:18] "POST /projects HTTP/1.1" 200 483 0.277022 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 404 214 0.003966 10.0.0.41 - - [2025-10-27 01:45:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.023307 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.022155 10.0.0.41 - - [2025-10-27 01:45:18] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.014096 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.41 - - [2025-10-27 01:45:18] "POST /access-control-lists HTTP/1.1" 200 580 0.123907 10.0.0.41 - - [2025-10-27 01:45:18] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.031579 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 404 213 0.018807 10.0.0.41 - - [2025-10-27 01:45:18] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.090456 10.0.0.41 - - [2025-10-27 01:45:18] "POST /access-control-lists HTTP/1.1" 200 578 0.175745 10.0.0.41 - - [2025-10-27 01:45:18] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.174156 10.0.0.41 - - [2025-10-27 01:45:18] "POST /security-groups HTTP/1.1" 200 537 0.087521 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.007365 10.0.0.41 - - [2025-10-27 01:45:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.023711 10.0.0.41 - - [2025-10-27 01:45:18] "POST /chown HTTP/1.1" 200 109 0.014290 10.0.0.41 - - [2025-10-27 01:45:18] "POST /access-control-lists HTTP/1.1" 200 596 0.085435 10.0.0.41 - - [2025-10-27 01:45:18] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.010854 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.007502 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.41 - - [2025-10-27 01:45:18] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003091 10.0.0.41 - - [2025-10-27 01:45:18] "POST /tags HTTP/1.1" 409 207 0.002145 10.0.0.41 - - [2025-10-27 01:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.41 - - [2025-10-27 01:45:18] "GET /tag/e3369dae-ae7e-47c1-b610-637486bdf7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.052991 10.0.0.41 - - [2025-10-27 01:45:18] "POST /access-control-lists HTTP/1.1" 200 594 0.080738 10.0.0.41 - - [2025-10-27 01:45:19] "POST /firewall-rules HTTP/1.1" 200 564 0.064859 10.0.0.41 - - [2025-10-27 01:45:19] "GET /firewall-rule/4595b96b-f5ba-4b91-bca1-3d0218b8101d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.013753 10.0.0.41 - - [2025-10-27 01:45:19] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.005828 10.0.0.41 - - [2025-10-27 01:45:19] "GET /firewall-rule/4595b96b-f5ba-4b91-bca1-3d0218b8101d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.003171 10.0.0.41 - - [2025-10-27 01:45:19] "POST /ref-update HTTP/1.1" 200 156 0.017203 10.0.0.41 - - [2025-10-27 01:45:19] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.017569 10.0.0.41 - - [2025-10-27 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007605 10.0.0.41 - - [2025-10-27 01:45:19] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002683 10.0.0.41 - - [2025-10-27 01:45:19] "POST /tags HTTP/1.1" 409 207 0.001741 10.0.0.41 - - [2025-10-27 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002078 10.0.0.41 - - [2025-10-27 01:45:19] "GET /tag/e3369dae-ae7e-47c1-b610-637486bdf7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.011734 10.0.0.41 - - [2025-10-27 01:45:19] "POST /firewall-rules HTTP/1.1" 200 562 0.080282 10.0.0.41 - - [2025-10-27 01:45:19] "GET /firewall-rule/f7ef0a7a-4f91-4d89-a54b-e21343f7dfd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.028116 10.0.0.41 - - [2025-10-27 01:45:19] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.004174 10.0.0.41 - - [2025-10-27 01:45:19] "GET /firewall-rule/f7ef0a7a-4f91-4d89-a54b-e21343f7dfd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.002457 10.0.0.41 - - [2025-10-27 01:45:19] "POST /ref-update HTTP/1.1" 200 156 0.029169 10.0.0.41 - - [2025-10-27 01:45:19] "POST /tags HTTP/1.1" 200 355 0.028703 10.0.0.41 - - [2025-10-27 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014124 10.0.0.41 - - [2025-10-27 01:45:19] "GET /tag/ee0b3e81-fb55-4640-ba1f-4c199dc27e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.018784 10.0.0.41 - - [2025-10-27 01:45:19] "POST /tags HTTP/1.1" 200 303 0.020824 10.0.0.41 - - [2025-10-27 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008855 10.0.0.41 - - [2025-10-27 01:45:19] "GET /tag/f7dc4c06-4c62-4ddb-adaf-24315a1e5012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.033449 10.0.0.41 - - [2025-10-27 01:45:19] "POST /projects HTTP/1.1" 409 218 0.002698 10.0.0.41 - - [2025-10-27 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.41 - - [2025-10-27 01:45:19] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.044697 10.0.0.41 - - [2025-10-27 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.41 - - [2025-10-27 01:45:19] "GET /network-ipam/a2ff5339-04ba-4a46-a4ad-5df7bd2350b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002227 10.0.0.41 - - [2025-10-27 01:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000991 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000872 10.0.0.41 - - [2025-10-27 01:45:19] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004275 10.0.0.41 - - [2025-10-27 01:45:19] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.043182 10.0.0.41 - - [2025-10-27 01:45:19] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.018904 10.0.0.41 - - [2025-10-27 01:45:20] "POST /set-tag HTTP/1.1" 200 109 0.069429 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010116 10.0.0.41 - - [2025-10-27 01:45:20] "GET /network-ipam/723963f7-997a-4ad4-92c5-f818d5c96a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.003249 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.41 - - [2025-10-27 01:45:20] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006618 10.0.0.41 - - [2025-10-27 01:45:20] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.056447 10.0.0.41 - - [2025-10-27 01:45:20] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004939 10.0.0.41 - - [2025-10-27 01:45:20] "POST /set-tag HTTP/1.1" 200 109 0.057332 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.41 - - [2025-10-27 01:45:20] "GET /network-policy/e94ec18d-5efc-459f-9b43-0e2fe9a5d289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003386 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.41 - - [2025-10-27 01:45:20] "GET /network-policy/8877055a-8dd2-42cd-86f8-a4e04bc81f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.002557 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002140 10.0.0.41 - - [2025-10-27 01:45:20] "GET /network-policy/b0534845-001d-47a8-833e-da43d000ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.003486 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002132 10.0.0.41 - - [2025-10-27 01:45:20] "PUT /network-policy/b0534845-001d-47a8-833e-da43d000ab71 HTTP/1.1" 200 262 0.029002 10.0.0.41 - - [2025-10-27 01:45:20] "POST /ref-update HTTP/1.1" 200 156 0.057102 10.0.0.41 - - [2025-10-27 01:45:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006962 10.0.0.41 - - [2025-10-27 01:45:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002276 10.0.0.41 - - [2025-10-27 01:45:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002783 10.0.0.41 - - [2025-10-27 01:45:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002119 10.0.0.41 - - [2025-10-27 01:45:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002355 10.0.0.41 - - [2025-10-27 01:45:20] "POST /security-groups HTTP/1.1" 409 245 0.002543 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.001843 10.0.0.41 - - [2025-10-27 01:45:20] "PUT /security-group/a45e0183-284f-4c8a-b2a6-3bc26dcd409b HTTP/1.1" 200 262 0.063609 10.0.0.41 - - [2025-10-27 01:45:20] "PUT /access-control-list/56450e5b-9742-404f-9dc1-848250bf0e7c HTTP/1.1" 200 272 0.015268 10.0.0.41 - - [2025-10-27 01:45:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.028921 10.0.0.41 - - [2025-10-27 01:45:20] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.011897 10.0.0.41 - - [2025-10-27 01:45:20] "PUT /access-control-list/6ed97114-3cea-425f-941b-ccb9ca18ec04 HTTP/1.1" 200 272 0.034916 10.0.0.41 - - [2025-10-27 01:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.41 - - [2025-10-27 01:45:20] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002904 10.0.0.41 - - [2025-10-27 01:45:21] "POST /tags HTTP/1.1" 409 206 0.001822 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002229 10.0.0.41 - - [2025-10-27 01:45:21] "GET /tag/f7dc4c06-4c62-4ddb-adaf-24315a1e5012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.012194 10.0.0.41 - - [2025-10-27 01:45:21] "POST /firewall-rules HTTP/1.1" 200 562 0.070415 10.0.0.41 - - [2025-10-27 01:45:21] "GET /firewall-rule/2396b8db-5944-4d8e-ae7f-d1f3ade9ecfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003940 10.0.0.41 - - [2025-10-27 01:45:21] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004026 10.0.0.41 - - [2025-10-27 01:45:21] "GET /firewall-rule/2396b8db-5944-4d8e-ae7f-d1f3ade9ecfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003278 10.0.0.41 - - [2025-10-27 01:45:21] "POST /ref-update HTTP/1.1" 200 156 0.023554 10.0.0.41 - - [2025-10-27 01:45:21] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008460 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001928 10.0.0.41 - - [2025-10-27 01:45:21] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004183 10.0.0.41 - - [2025-10-27 01:45:21] "POST /tags HTTP/1.1" 409 206 0.002272 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001694 10.0.0.41 - - [2025-10-27 01:45:21] "GET /tag/f7dc4c06-4c62-4ddb-adaf-24315a1e5012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.014710 10.0.0.41 - - [2025-10-27 01:45:21] "POST /firewall-rules HTTP/1.1" 200 560 0.080224 10.0.0.41 - - [2025-10-27 01:45:21] "GET /firewall-rule/f6e08de9-f19a-45d9-915a-dc003f938073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.017857 10.0.0.41 - - [2025-10-27 01:45:21] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.003843 10.0.0.41 - - [2025-10-27 01:45:21] "GET /firewall-rule/f6e08de9-f19a-45d9-915a-dc003f938073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.013845 10.0.0.41 - - [2025-10-27 01:45:21] "POST /ref-update HTTP/1.1" 200 156 0.023585 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.41 - - [2025-10-27 01:45:21] "GET /loadbalancer/1ee38311-c302-4ac3-802c-ce291c770aae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.002355 10.0.0.41 - - [2025-10-27 01:45:21] "POST /tags HTTP/1.1" 200 301 0.016177 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.41 - - [2025-10-27 01:45:21] "GET /tag/19585c58-a772-43d2-8b26-2c3386d871c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.016024 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.41 - - [2025-10-27 01:45:21] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.039295 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.41 - - [2025-10-27 01:45:21] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2824 0.006959 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.41 - - [2025-10-27 01:45:21] "GET /service-appliance-set/688c5eba-07e0-4b1e-97de-9ef5bc7fc68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.006511 10.0.0.41 - - [2025-10-27 01:45:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.002524 10.0.0.41 - - [2025-10-27 01:45:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.152356 10.0.0.41 - - [2025-10-27 01:45:22] "GET /virtual-machine-interface/3bf42bbb-37c4-441f-a5f7-eb8233a566d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2312 0.013855 10.0.0.41 - - [2025-10-27 01:45:22] "POST /instance-ips HTTP/1.1" 200 377 0.057142 10.0.0.41 - - [2025-10-27 01:45:22] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.010699 10.0.0.41 - - [2025-10-27 01:45:22] "POST /loadbalancers HTTP/1.1" 200 582 0.075532 10.0.0.41 - - [2025-10-27 01:45:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.023032 10.0.0.41 - - [2025-10-27 01:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.018306 10.0.0.41 - - [2025-10-27 01:45:22] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.088989 10.0.0.41 - - [2025-10-27 01:45:22] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.008949 10.0.0.41 - - [2025-10-27 01:45:22] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.109741 10.0.0.41 - - [2025-10-27 01:45:22] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.014300 10.0.0.41 - - [2025-10-27 01:45:22] "POST /floating-ips HTTP/1.1" 200 581 0.097492 10.0.0.41 - - [2025-10-27 01:45:22] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.080197 10.0.0.41 - - [2025-10-27 01:45:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.034436 10.0.0.41 - - [2025-10-27 01:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.020786 10.0.0.41 - - [2025-10-27 01:45:22] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.126018 10.0.0.41 - - [2025-10-27 01:45:22] "GET /loadbalancer-listener/ffd12204-49ee-4b7d-a9f9-f6ac31cc9e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.008690 10.0.0.41 - - [2025-10-27 01:45:22] "GET /loadbalancer-listener/ffd12204-49ee-4b7d-a9f9-f6ac31cc9e6b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.004766 10.0.0.41 - - [2025-10-27 01:45:22] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.037362 10.0.0.41 - - [2025-10-27 01:45:23] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.008112 10.0.0.41 - - [2025-10-27 01:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010204 10.0.0.41 - - [2025-10-27 01:45:23] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?fields=floating_ips HTTP/1.1" 200 1165 0.017479 10.0.0.41 - - [2025-10-27 01:45:23] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.008019 10.0.0.41 - - [2025-10-27 01:45:23] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.057331 10.0.0.41 - - [2025-10-27 01:45:23] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.013330 10.0.0.41 - - [2025-10-27 01:45:23] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.033122 10.0.0.41 - - [2025-10-27 01:45:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.026337 10.0.0.41 - - [2025-10-27 01:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.019029 10.0.0.41 - - [2025-10-27 01:45:23] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.027833 10.0.0.41 - - [2025-10-27 01:45:23] "GET /loadbalancer-listener/0d74d515-12dc-4f44-acb1-2d638363efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.008248 10.0.0.41 - - [2025-10-27 01:45:23] "GET /loadbalancer-listener/0d74d515-12dc-4f44-acb1-2d638363efd5?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1194 0.028346 10.0.0.41 - - [2025-10-27 01:45:23] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.038702 10.0.0.41 - - [2025-10-27 01:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.41 - - [2025-10-27 01:45:23] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.006454 10.0.0.41 - - [2025-10-27 01:45:23] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?fields=floating_ips HTTP/1.1" 200 1165 0.008292 10.0.0.41 - - [2025-10-27 01:45:23] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.006500 10.0.0.41 - - [2025-10-27 01:45:23] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.062767 10.0.0.41 - - [2025-10-27 01:45:23] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002840 10.0.0.41 - - [2025-10-27 01:45:23] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.018192 10.0.0.41 - - [2025-10-27 01:45:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.009206 10.0.0.41 - - [2025-10-27 01:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008907 10.0.0.41 - - [2025-10-27 01:45:23] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.074563 10.0.0.41 - - [2025-10-27 01:45:23] "GET /loadbalancer-listener/7c989cb3-f3fa-4e98-aee0-8b6c7b321adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.008700 10.0.0.41 - - [2025-10-27 01:45:23] "GET /loadbalancer-listener/7c989cb3-f3fa-4e98-aee0-8b6c7b321adf?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1199 0.004523 10.0.0.41 - - [2025-10-27 01:45:23] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.035817 10.0.0.41 - - [2025-10-27 01:45:23] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005613 10.0.0.41 - - [2025-10-27 01:45:23] "GET /instance-ip/f6df10f0-1cf4-4b59-9912-cec3d58e5a98?fields=floating_ips HTTP/1.1" 200 1165 0.003076 10.0.0.41 - - [2025-10-27 01:45:23] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.003051 10.0.0.41 - - [2025-10-27 01:45:23] "POST /tags HTTP/1.1" 200 371 0.032323 10.0.0.41 - - [2025-10-27 01:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.014852 10.0.0.41 - - [2025-10-27 01:45:24] "GET /tag/389ae3b1-4489-4a97-a348-f3c518476328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.012049 10.0.0.41 - - [2025-10-27 01:45:24] "POST /tags HTTP/1.1" 200 319 0.037184 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008928 10.0.0.41 - - [2025-10-27 01:45:24] "GET /tag/2efc0995-efec-4437-869d-493fe571a410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1146 0.012883 10.0.0.41 - - [2025-10-27 01:45:24] "POST /id-to-fqname HTTP/1.1" 200 181 0.000570 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.009670 10.0.0.41 - - [2025-10-27 01:45:24] "POST /security-groups HTTP/1.1" 200 578 0.106690 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003540 10.0.0.41 - - [2025-10-27 01:45:24] "POST /projects HTTP/1.1" 200 497 0.258698 10.0.0.41 - - [2025-10-27 01:45:24] "POST /access-control-lists HTTP/1.1" 200 587 0.064387 10.0.0.41 - - [2025-10-27 01:45:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.062237 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 404 224 0.002922 10.0.0.41 - - [2025-10-27 01:45:24] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.039381 10.0.0.41 - - [2025-10-27 01:45:24] "POST /access-control-lists HTTP/1.1" 200 585 0.070401 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.41 - - [2025-10-27 01:45:24] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2824 0.010241 10.0.0.41 - - [2025-10-27 01:45:24] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.042554 10.0.0.41 - - [2025-10-27 01:45:24] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.075500 10.0.0.41 - - [2025-10-27 01:45:24] "POST /security-groups HTTP/1.1" 200 558 0.071466 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 404 248 0.002565 10.0.0.41 - - [2025-10-27 01:45:24] "POST /access-control-lists HTTP/1.1" 200 610 0.023980 10.0.0.41 - - [2025-10-27 01:45:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.033487 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 404 247 0.003160 10.0.0.41 - - [2025-10-27 01:45:24] "POST /chown HTTP/1.1" 200 109 0.018969 10.0.0.41 - - [2025-10-27 01:45:24] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009607 10.0.0.41 - - [2025-10-27 01:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002185 10.0.0.41 - - [2025-10-27 01:45:25] "POST /access-control-lists HTTP/1.1" 200 608 0.074787 10.0.0.41 - - [2025-10-27 01:45:25] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.016808 10.0.0.41 - - [2025-10-27 01:45:25] "POST /tags HTTP/1.1" 409 214 0.008317 10.0.0.41 - - [2025-10-27 01:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.41 - - [2025-10-27 01:45:25] "GET /tag/2efc0995-efec-4437-869d-493fe571a410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1146 0.010243 10.0.0.41 - - [2025-10-27 01:45:25] "POST /firewall-rules HTTP/1.1" 200 578 0.071920 10.0.0.41 - - [2025-10-27 01:45:25] "GET /firewall-rule/c54d4012-412b-44c2-8739-b99e267b12c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005902 10.0.0.41 - - [2025-10-27 01:45:25] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.003429 10.0.0.41 - - [2025-10-27 01:45:25] "GET /firewall-rule/c54d4012-412b-44c2-8739-b99e267b12c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007898 10.0.0.41 - - [2025-10-27 01:45:25] "POST /ref-update HTTP/1.1" 200 156 0.039740 10.0.0.41 - - [2025-10-27 01:45:25] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005391 10.0.0.41 - - [2025-10-27 01:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007406 10.0.0.41 - - [2025-10-27 01:45:25] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002937 10.0.0.41 - - [2025-10-27 01:45:25] "POST /tags HTTP/1.1" 409 214 0.001939 10.0.0.41 - - [2025-10-27 01:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001435 10.0.0.41 - - [2025-10-27 01:45:25] "GET /tag/2efc0995-efec-4437-869d-493fe571a410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1146 0.013658 10.0.0.41 - - [2025-10-27 01:45:25] "POST /firewall-rules HTTP/1.1" 200 576 0.088476 10.0.0.41 - - [2025-10-27 01:45:25] "GET /firewall-rule/bb230087-4985-4188-b272-dd6b373c3e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006950 10.0.0.41 - - [2025-10-27 01:45:25] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.004603 10.0.0.41 - - [2025-10-27 01:45:25] "GET /firewall-rule/bb230087-4985-4188-b272-dd6b373c3e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.002341 10.0.0.41 - - [2025-10-27 01:45:25] "POST /ref-update HTTP/1.1" 200 156 0.040312 10.0.0.41 - - [2025-10-27 01:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.011373 10.0.0.41 - - [2025-10-27 01:45:25] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003005 10.0.0.41 - - [2025-10-27 01:45:25] "POST /tags HTTP/1.1" 200 363 0.029271 10.0.0.41 - - [2025-10-27 01:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.011727 10.0.0.41 - - [2025-10-27 01:45:25] "GET /tag/6120fcbf-75c2-428a-992a-254a4983a078?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.016238 10.0.0.41 - - [2025-10-27 01:45:25] "POST /tags HTTP/1.1" 200 311 0.017668 10.0.0.41 - - [2025-10-27 01:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006643 10.0.0.41 - - [2025-10-27 01:45:25] "GET /tag/d258c4dd-117b-4082-85d2-ebe127bbc1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.016191 10.0.0.41 - - [2025-10-27 01:45:26] "POST /id-to-fqname HTTP/1.1" 200 177 0.000545 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.002922 10.0.0.41 - - [2025-10-27 01:45:26] "POST /security-groups HTTP/1.1" 200 574 0.063417 10.0.0.41 - - [2025-10-27 01:45:26] "POST /projects HTTP/1.1" 200 489 0.189312 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 404 217 0.002023 10.0.0.41 - - [2025-10-27 01:45:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.015781 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.015495 10.0.0.41 - - [2025-10-27 01:45:26] "POST /access-control-lists HTTP/1.1" 200 583 0.075817 10.0.0.41 - - [2025-10-27 01:45:26] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.016199 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010888 10.0.0.41 - - [2025-10-27 01:45:26] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2896 0.005145 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 404 216 0.001899 10.0.0.41 - - [2025-10-27 01:45:26] "POST /access-control-lists HTTP/1.1" 200 581 0.064101 10.0.0.41 - - [2025-10-27 01:45:26] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.095072 10.0.0.41 - - [2025-10-27 01:45:26] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.057588 10.0.0.41 - - [2025-10-27 01:45:26] "POST /security-groups HTTP/1.1" 200 546 0.069306 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 404 240 0.001672 10.0.0.41 - - [2025-10-27 01:45:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.020200 10.0.0.41 - - [2025-10-27 01:45:26] "POST /chown HTTP/1.1" 200 109 0.032801 10.0.0.41 - - [2025-10-27 01:45:26] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.025239 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002096 10.0.0.41 - - [2025-10-27 01:45:26] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.008201 10.0.0.41 - - [2025-10-27 01:45:26] "POST /access-control-lists HTTP/1.1" 200 602 0.126574 10.0.0.41 - - [2025-10-27 01:45:26] "POST /tags HTTP/1.1" 409 210 0.008162 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 404 239 0.008943 10.0.0.41 - - [2025-10-27 01:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002110 10.0.0.41 - - [2025-10-27 01:45:26] "GET /tag/d258c4dd-117b-4082-85d2-ebe127bbc1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.010968 10.0.0.41 - - [2025-10-27 01:45:26] "POST /access-control-lists HTTP/1.1" 200 600 0.062144 10.0.0.41 - - [2025-10-27 01:45:26] "POST /firewall-rules HTTP/1.1" 200 570 0.131743 10.0.0.41 - - [2025-10-27 01:45:26] "GET /firewall-rule/51038bc8-352f-4a8f-ae18-bbaf9ce344b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004236 10.0.0.41 - - [2025-10-27 01:45:26] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.004087 10.0.0.41 - - [2025-10-27 01:45:26] "GET /firewall-rule/51038bc8-352f-4a8f-ae18-bbaf9ce344b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.002643 10.0.0.41 - - [2025-10-27 01:45:27] "POST /ref-update HTTP/1.1" 200 156 0.073345 10.0.0.41 - - [2025-10-27 01:45:27] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.004539 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001834 10.0.0.41 - - [2025-10-27 01:45:27] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003022 10.0.0.41 - - [2025-10-27 01:45:27] "POST /tags HTTP/1.1" 409 210 0.002210 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011997 10.0.0.41 - - [2025-10-27 01:45:27] "GET /tag/d258c4dd-117b-4082-85d2-ebe127bbc1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.021547 10.0.0.41 - - [2025-10-27 01:45:27] "POST /firewall-rules HTTP/1.1" 200 568 0.068924 10.0.0.41 - - [2025-10-27 01:45:27] "GET /firewall-rule/865b7da3-24a8-432d-a0e1-675d26edc3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.011957 10.0.0.41 - - [2025-10-27 01:45:27] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003923 10.0.0.41 - - [2025-10-27 01:45:27] "GET /firewall-rule/865b7da3-24a8-432d-a0e1-675d26edc3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.002899 10.0.0.41 - - [2025-10-27 01:45:27] "POST /ref-update HTTP/1.1" 200 156 0.041067 10.0.0.41 - - [2025-10-27 01:45:27] "POST /tags HTTP/1.1" 409 237 0.009906 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001869 10.0.0.41 - - [2025-10-27 01:45:27] "GET /tag/2ad8f5fb-d9b4-4258-941d-9b186698c18e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1261 0.010543 10.0.0.41 - - [2025-10-27 01:45:27] "POST /tags HTTP/1.1" 409 210 0.001806 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.001400 10.0.0.41 - - [2025-10-27 01:45:27] "GET /tag/7a166cc2-a609-4a00-a5e0-ecf2a4259b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.009957 10.0.0.41 - - [2025-10-27 01:45:27] "POST /projects HTTP/1.1" 409 223 0.002157 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.41 - - [2025-10-27 01:45:27] "GET /project/6ce61722-bd18-4c75-83ab-74ea59085005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.065759 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.41 - - [2025-10-27 01:45:27] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.004915 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.41 - - [2025-10-27 01:45:27] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004697 10.0.0.41 - - [2025-10-27 01:45:27] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.066610 10.0.0.41 - - [2025-10-27 01:45:27] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.057800 10.0.0.41 - - [2025-10-27 01:45:27] "POST /security-groups HTTP/1.1" 409 253 0.014009 10.0.0.41 - - [2025-10-27 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.41 - - [2025-10-27 01:45:28] "PUT /security-group/bd57d818-c0be-4338-8184-18cf62ad6a91 HTTP/1.1" 200 262 0.067150 10.0.0.41 - - [2025-10-27 01:45:28] "PUT /access-control-list/2157434c-cc98-47e1-b611-9d1902389130 HTTP/1.1" 200 272 0.033287 10.0.0.41 - - [2025-10-27 01:45:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.045007 10.0.0.41 - - [2025-10-27 01:45:28] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.030857 10.0.0.41 - - [2025-10-27 01:45:28] "PUT /access-control-list/be3e1d09-9242-4c14-99d8-81e59bb4e303 HTTP/1.1" 200 272 0.060352 10.0.0.41 - - [2025-10-27 01:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010021 10.0.0.41 - - [2025-10-27 01:45:28] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.012744 10.0.0.41 - - [2025-10-27 01:45:28] "POST /tags HTTP/1.1" 409 210 0.002018 10.0.0.41 - - [2025-10-27 01:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.41 - - [2025-10-27 01:45:28] "GET /tag/7a166cc2-a609-4a00-a5e0-ecf2a4259b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.013303 10.0.0.41 - - [2025-10-27 01:45:28] "POST /firewall-rules HTTP/1.1" 200 570 0.088606 10.0.0.41 - - [2025-10-27 01:45:28] "GET /firewall-rule/c4ba4ab4-8499-4af6-80b0-b56ba27f11ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005511 10.0.0.41 - - [2025-10-27 01:45:28] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.003843 10.0.0.41 - - [2025-10-27 01:45:28] "GET /firewall-rule/c4ba4ab4-8499-4af6-80b0-b56ba27f11ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.003936 10.0.0.41 - - [2025-10-27 01:45:28] "POST /ref-update HTTP/1.1" 200 156 0.061737 10.0.0.41 - - [2025-10-27 01:45:28] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007184 10.0.0.41 - - [2025-10-27 01:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.023362 10.0.0.41 - - [2025-10-27 01:45:28] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003156 10.0.0.41 - - [2025-10-27 01:45:28] "POST /tags HTTP/1.1" 409 210 0.008421 10.0.0.41 - - [2025-10-27 01:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.41 - - [2025-10-27 01:45:28] "GET /tag/7a166cc2-a609-4a00-a5e0-ecf2a4259b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.011218 10.0.0.41 - - [2025-10-27 01:45:28] "POST /firewall-rules HTTP/1.1" 200 568 0.087220 10.0.0.41 - - [2025-10-27 01:45:28] "GET /firewall-rule/703abf02-5012-4ff0-886b-3a7ff2b3f21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.032719 10.0.0.41 - - [2025-10-27 01:45:28] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.004373 10.0.0.41 - - [2025-10-27 01:45:28] "GET /firewall-rule/703abf02-5012-4ff0-886b-3a7ff2b3f21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.004467 10.0.0.41 - - [2025-10-27 01:45:28] "POST /ref-update HTTP/1.1" 200 156 0.053957 10.0.0.41 - - [2025-10-27 01:45:29] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.011832 10.0.0.41 - - [2025-10-27 01:45:29] "POST /set-tag HTTP/1.1" 200 109 0.004631 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000972 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:45:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000875 10.0.0.23 - - [2025-10-27 01:45:33] "GET / HTTP/1.1" 200 35931 0.001368 10.0.0.23 - - [2025-10-27 01:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002039 10.0.0.23 - - [2025-10-27 01:45:33] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004560 10.0.0.23 - - [2025-10-27 01:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001808 10.0.0.23 - - [2025-10-27 01:45:33] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003325 10.0.0.23 - - [2025-10-27 01:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002132 10.0.0.23 - - [2025-10-27 01:45:33] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005165 10.0.0.23 - - [2025-10-27 01:45:33] "PUT /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a HTTP/1.1" 200 262 0.008717 10.0.0.23 - - [2025-10-27 01:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.23 - - [2025-10-27 01:45:33] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003454 10.0.0.23 - - [2025-10-27 01:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001311 10.0.0.23 - - [2025-10-27 01:45:33] "GET /virtual-machine-interface/42d1c20a-6467-437d-bf3e-626a0576919a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1914 0.004899 10.0.0.23 - - [2025-10-27 01:45:33] "PUT /virtual-machine-interface/42d1c20a-6467-437d-bf3e-626a0576919a HTTP/1.1" 200 284 0.025830 10.0.0.41 - - [2025-10-27 01:45:43] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.015921 10.0.0.41 - - [2025-10-27 01:45:43] "POST /set-tag HTTP/1.1" 200 109 0.004829 10.0.0.41 - - [2025-10-27 01:45:43] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004674 10.0.0.41 - - [2025-10-27 01:45:43] "POST /set-tag HTTP/1.1" 200 109 0.002403 10.0.0.41 - - [2025-10-27 01:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.41 - - [2025-10-27 01:45:43] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002523 10.0.0.41 - - [2025-10-27 01:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001990 10.0.0.41 - - [2025-10-27 01:45:44] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002354 10.0.0.41 - - [2025-10-27 01:45:44] "GET /loadbalancer-pool/b79acd38-5875-4f95-9151-fc9b2c626d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003303 10.0.0.41 - - [2025-10-27 01:45:44] "POST /loadbalancer-members HTTP/1.1" 200 690 0.019728 10.0.0.41 - - [2025-10-27 01:45:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.008586 10.0.0.41 - - [2025-10-27 01:45:44] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.013513 10.0.0.41 - - [2025-10-27 01:45:44] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007735 10.0.0.41 - - [2025-10-27 01:45:44] "POST /ref-update HTTP/1.1" 200 156 0.010329 10.0.0.41 - - [2025-10-27 01:45:44] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1771 0.008915 10.0.0.41 - - [2025-10-27 01:45:44] "POST /tags HTTP/1.1" 409 205 0.002926 10.0.0.41 - - [2025-10-27 01:45:44] "PUT /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128 HTTP/1.1" 200 256 0.018738 10.0.0.41 - - [2025-10-27 01:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.41 - - [2025-10-27 01:45:44] "GET /tag/19585c58-a772-43d2-8b26-2c3386d871c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.035480 10.0.0.41 - - [2025-10-27 01:45:44] "POST /set-tag HTTP/1.1" 200 109 0.070071 10.0.0.41 - - [2025-10-27 01:45:44] "GET /loadbalancer-pool/fdc450c6-700c-46cc-b6be-b83b15e72384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.020175 10.0.0.41 - - [2025-10-27 01:45:44] "POST /loadbalancer-members HTTP/1.1" 200 690 0.019761 10.0.0.41 - - [2025-10-27 01:45:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.010983 10.0.0.41 - - [2025-10-27 01:45:44] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.012888 10.0.0.41 - - [2025-10-27 01:45:44] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.012451 10.0.0.41 - - [2025-10-27 01:45:44] "POST /set-tag HTTP/1.1" 200 109 0.005253 10.0.0.41 - - [2025-10-27 01:45:44] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.41 - - [2025-10-27 01:45:44] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1916 0.015107 10.0.0.41 - - [2025-10-27 01:45:44] "PUT /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128 HTTP/1.1" 200 256 0.012297 10.0.0.41 - - [2025-10-27 01:45:44] "GET /loadbalancer-pool/0bb9833a-425b-4647-ab74-a0cdd1a2b8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.016606 10.0.0.41 - - [2025-10-27 01:45:44] "POST /loadbalancer-members HTTP/1.1" 200 692 0.019780 10.0.0.41 - - [2025-10-27 01:45:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.040245 10.0.0.41 - - [2025-10-27 01:45:44] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.019186 10.0.0.41 - - [2025-10-27 01:45:44] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005943 10.0.0.41 - - [2025-10-27 01:45:44] "POST /ref-update HTTP/1.1" 200 156 0.011747 10.0.0.41 - - [2025-10-27 01:45:44] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1969 0.005980 10.0.0.41 - - [2025-10-27 01:45:44] "POST /set-tag HTTP/1.1" 200 109 0.007639 10.0.0.41 - - [2025-10-27 01:45:44] "PUT /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128 HTTP/1.1" 200 256 0.016245 10.0.0.41 - - [2025-10-27 01:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.41 - - [2025-10-27 01:45:56] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004663 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:46:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000986 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:46:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000962 10.0.0.41 - - [2025-10-27 01:46:49] "GET / HTTP/1.1" 200 35931 0.001710 10.0.0.41 - - [2025-10-27 01:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.41 - - [2025-10-27 01:46:49] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005152 10.0.0.41 - - [2025-10-27 01:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001665 10.0.0.41 - - [2025-10-27 01:46:49] "GET /config-node/a9d8ded9-743a-4f8d-a7a8-002df7b9e65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003266 10.0.0.41 - - [2025-10-27 01:47:00] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.41 - - [2025-10-27 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.41 - - [2025-10-27 01:47:00] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005002 10.0.0.41 - - [2025-10-27 01:47:00] "POST /bgp-routers HTTP/1.1" 409 301 0.002390 10.0.0.41 - - [2025-10-27 01:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.001935 10.0.0.41 - - [2025-10-27 01:47:00] "GET /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.004311 10.0.0.41 - - [2025-10-27 01:47:00] "PUT /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f HTTP/1.1" 200 254 0.013601 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:47:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000826 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:47:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000887 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:47:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000901 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:47:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000888 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004425 10.0.0.41 - - [2025-10-27 01:47:28] "POST /set-tag HTTP/1.1" 200 109 0.001983 10.0.0.41 - - [2025-10-27 01:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.41 - - [2025-10-27 01:47:28] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002112 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004291 10.0.0.41 - - [2025-10-27 01:47:28] "POST /set-tag HTTP/1.1" 200 109 0.024111 10.0.0.41 - - [2025-10-27 01:47:28] "DELETE /loadbalancer-member/ae368e8d-7bab-4207-a635-d3f2572154e6 HTTP/1.1" 200 115 0.047615 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.017788 10.0.0.41 - - [2025-10-27 01:47:28] "POST /set-tag HTTP/1.1" 200 109 0.002973 10.0.0.41 - - [2025-10-27 01:47:28] "DELETE /loadbalancer-member/f6d9b6bd-d1ec-4562-9984-a0ea59ca0d5c HTTP/1.1" 200 115 0.037852 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009351 10.0.0.41 - - [2025-10-27 01:47:28] "POST /set-tag HTTP/1.1" 200 109 0.003016 10.0.0.41 - - [2025-10-27 01:47:28] "DELETE /loadbalancer-member/ce8902f6-778c-4244-846b-a87028849095 HTTP/1.1" 200 115 0.042957 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.011094 10.0.0.41 - - [2025-10-27 01:47:28] "POST /set-tag HTTP/1.1" 200 109 0.002809 10.0.0.41 - - [2025-10-27 01:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007318 10.0.0.41 - - [2025-10-27 01:47:28] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002573 10.0.0.41 - - [2025-10-27 01:47:28] "GET /loadbalancer-pool/b79acd38-5875-4f95-9151-fc9b2c626d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003334 10.0.0.41 - - [2025-10-27 01:47:28] "POST /loadbalancer-members HTTP/1.1" 200 690 0.021893 10.0.0.41 - - [2025-10-27 01:47:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.027418 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.012991 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006985 10.0.0.41 - - [2025-10-27 01:47:28] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.002873 10.0.0.41 - - [2025-10-27 01:47:28] "POST /set-tag HTTP/1.1" 200 109 0.065852 10.0.0.41 - - [2025-10-27 01:47:28] "GET /loadbalancer-pool/fdc450c6-700c-46cc-b6be-b83b15e72384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.006516 10.0.0.41 - - [2025-10-27 01:47:28] "POST /loadbalancer-members HTTP/1.1" 200 690 0.027819 10.0.0.41 - - [2025-10-27 01:47:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.007994 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.025137 10.0.0.41 - - [2025-10-27 01:47:28] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.021612 10.0.0.41 - - [2025-10-27 01:47:28] "POST /set-tag HTTP/1.1" 200 109 0.015398 10.0.0.41 - - [2025-10-27 01:47:28] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007866 10.0.0.41 - - [2025-10-27 01:47:29] "GET /loadbalancer-pool/0bb9833a-425b-4647-ab74-a0cdd1a2b8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.006157 10.0.0.41 - - [2025-10-27 01:47:29] "POST /loadbalancer-members HTTP/1.1" 200 692 0.022124 10.0.0.41 - - [2025-10-27 01:47:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.026037 10.0.0.41 - - [2025-10-27 01:47:29] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007228 10.0.0.41 - - [2025-10-27 01:47:29] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.009445 10.0.0.41 - - [2025-10-27 01:47:29] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004473 10.0.0.41 - - [2025-10-27 01:47:29] "POST /set-tag HTTP/1.1" 200 109 0.002834 10.0.0.41 - - [2025-10-27 01:48:48] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.41 - - [2025-10-27 01:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.41 - - [2025-10-27 01:48:48] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.034379 10.0.0.41 - - [2025-10-27 01:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002282 10.0.0.41 - - [2025-10-27 01:48:49] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.032295 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.41 - - [2025-10-27 01:48:49] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.029327 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.002828 10.0.0.41 - - [2025-10-27 01:48:49] "POST /tags HTTP/1.1" 200 333 0.032849 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002066 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.41 - - [2025-10-27 01:48:49] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.014137 10.0.0.41 - - [2025-10-27 01:48:49] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.043129 10.0.0.41 - - [2025-10-27 01:48:49] "GET /virtual-networks?parent_id=ed49ba27-cf62-453f-b75a-7a11e287b9e3&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.001883 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002089 10.0.0.41 - - [2025-10-27 01:48:49] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.036948 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.41 - - [2025-10-27 01:48:49] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.005240 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002088 10.0.0.41 - - [2025-10-27 01:48:49] "GET /service-appliance-set/688c5eba-07e0-4b1e-97de-9ef5bc7fc68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.002198 10.0.0.41 - - [2025-10-27 01:48:49] "POST /virtual-networks HTTP/1.1" 200 512 0.075995 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008373 10.0.0.41 - - [2025-10-27 01:48:49] "POST /fqname-to-id HTTP/1.1" 404 254 0.002772 10.0.0.41 - - [2025-10-27 01:48:49] "GET /network-ipam/b7050a35-6775-4416-bb1c-d5bc59e6466f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.004286 10.0.0.41 - - [2025-10-27 01:48:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.110780 10.0.0.41 - - [2025-10-27 01:48:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006916 10.0.0.41 - - [2025-10-27 01:48:50] "POST /ref-update HTTP/1.1" 200 156 0.122306 10.0.0.41 - - [2025-10-27 01:48:50] "GET /virtual-machine-interface/4bf22286-bd5e-473c-9aa3-a5f880f9def8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.014241 10.0.0.41 - - [2025-10-27 01:48:50] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.010732 10.0.0.41 - - [2025-10-27 01:48:50] "GET /domains HTTP/1.1" 200 280 0.002169 10.0.0.41 - - [2025-10-27 01:48:50] "GET /domain/967f4837-9380-4258-800b-cfa1ee91af07 HTTP/1.1" 200 3086 0.011900 10.0.0.41 - - [2025-10-27 01:48:50] "POST /instance-ips HTTP/1.1" 200 409 0.037152 10.0.0.41 - - [2025-10-27 01:48:50] "GET /instance-ip/d7770abd-212f-419a-87ff-ab75ef92fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.018051 10.0.0.41 - - [2025-10-27 01:48:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3 HTTP/1.1" 200 5477 0.061206 10.0.0.41 - - [2025-10-27 01:48:50] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2089 0.005080 10.0.0.41 - - [2025-10-27 01:48:50] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2089 0.003744 10.0.0.41 - - [2025-10-27 01:48:50] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 200 1182 0.002786 10.0.0.41 - - [2025-10-27 01:48:50] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 200 1182 0.004599 10.0.0.41 - - [2025-10-27 01:48:50] "POST /loadbalancers HTTP/1.1" 200 610 0.064325 10.0.0.41 - - [2025-10-27 01:48:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.018315 10.0.0.41 - - [2025-10-27 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007238 10.0.0.41 - - [2025-10-27 01:48:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.037184 10.0.0.41 - - [2025-10-27 01:48:50] "GET /instance-ip/d7770abd-212f-419a-87ff-ab75ef92fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.002771 10.0.0.41 - - [2025-10-27 01:48:50] "POST /floating-ips HTTP/1.1" 200 597 0.019477 10.0.0.41 - - [2025-10-27 01:48:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.067804 10.0.0.41 - - [2025-10-27 01:48:50] "POST /route-targets HTTP/1.1" 200 327 0.024464 10.0.0.41 - - [2025-10-27 01:48:50] "GET /loadbalancer/4f93b386-43ea-41a9-aa02-8e11f0a19ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.007890 10.0.0.41 - - [2025-10-27 01:48:50] "POST /ref-update HTTP/1.1" 200 156 0.018878 10.0.0.41 - - [2025-10-27 01:48:50] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.041761 10.0.0.41 - - [2025-10-27 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.41 - - [2025-10-27 01:48:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.036920 10.0.0.41 - - [2025-10-27 01:48:50] "GET /loadbalancer-listener/676521c2-d763-4de6-ae29-baf580e0711f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1804 0.003219 10.0.0.41 - - [2025-10-27 01:48:50] "GET /loadbalancer-listener/676521c2-d763-4de6-ae29-baf580e0711f?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1223 0.004517 10.0.0.41 - - [2025-10-27 01:48:50] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.018774 10.0.0.41 - - [2025-10-27 01:48:50] "GET /instance-ip/d7770abd-212f-419a-87ff-ab75ef92fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.003633 10.0.0.41 - - [2025-10-27 01:48:50] "GET /instance-ip/d7770abd-212f-419a-87ff-ab75ef92fceb?fields=floating_ips HTTP/1.1" 200 1212 0.008097 10.0.0.41 - - [2025-10-27 01:48:50] "GET /floating-ip/c2acebf8-142c-48e8-a845-f04a7f859bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.002600 10.0.0.41 - - [2025-10-27 01:48:50] "POST /tags HTTP/1.1" 200 295 0.060084 10.0.0.41 - - [2025-10-27 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.41 - - [2025-10-27 01:48:50] "GET /tag/d18fd93b-b8d0-40eb-8e70-3b69a9d34521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1093 0.017484 10.0.0.41 - - [2025-10-27 01:48:50] "POST /tags HTTP/1.1" 409 233 0.002049 10.0.0.41 - - [2025-10-27 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.41 - - [2025-10-27 01:48:50] "GET /tag/ee0b3e81-fb55-4640-ba1f-4c199dc27e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.011752 10.0.0.41 - - [2025-10-27 01:48:50] "POST /tags HTTP/1.1" 409 206 0.003080 10.0.0.41 - - [2025-10-27 01:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.41 - - [2025-10-27 01:48:50] "GET /tag/f7dc4c06-4c62-4ddb-adaf-24315a1e5012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.012111 10.0.0.41 - - [2025-10-27 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001823 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004643 10.0.0.41 - - [2025-10-27 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001770 10.0.0.41 - - [2025-10-27 01:48:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.039245 10.0.0.41 - - [2025-10-27 01:48:51] "POST /virtual-machines HTTP/1.1" 200 369 0.020704 10.0.0.41 - - [2025-10-27 01:48:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.009974 10.0.0.41 - - [2025-10-27 01:48:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.116545 10.0.0.41 - - [2025-10-27 01:48:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.024233 10.0.0.41 - - [2025-10-27 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.013971 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004595 10.0.0.41 - - [2025-10-27 01:48:51] "POST /instance-ips HTTP/1.1" 200 409 0.076355 10.0.0.41 - - [2025-10-27 01:48:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.014563 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009154 10.0.0.41 - - [2025-10-27 01:48:51] "POST /set-tag HTTP/1.1" 200 109 0.016428 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.015102 10.0.0.41 - - [2025-10-27 01:48:51] "GET /instance-ip/16790b5c-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005093 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004707 10.0.0.41 - - [2025-10-27 01:48:51] "POST /set-tag HTTP/1.1" 200 109 0.002288 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.002499 10.0.0.41 - - [2025-10-27 01:48:51] "POST /ref-update HTTP/1.1" 200 156 0.008082 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.015066 10.0.0.41 - - [2025-10-27 01:48:51] "POST /set-tag HTTP/1.1" 200 109 0.003249 10.0.0.41 - - [2025-10-27 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.41 - - [2025-10-27 01:48:51] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004264 10.0.0.41 - - [2025-10-27 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001693 10.0.0.41 - - [2025-10-27 01:48:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.039989 10.0.0.41 - - [2025-10-27 01:48:51] "POST /virtual-machines HTTP/1.1" 200 369 0.009372 10.0.0.41 - - [2025-10-27 01:48:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.018391 10.0.0.41 - - [2025-10-27 01:48:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.118790 10.0.0.41 - - [2025-10-27 01:48:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.009042 10.0.0.41 - - [2025-10-27 01:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008893 10.0.0.41 - - [2025-10-27 01:48:52] "POST /instance-ips HTTP/1.1" 200 409 0.030235 10.0.0.41 - - [2025-10-27 01:48:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.026197 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005675 10.0.0.41 - - [2025-10-27 01:48:52] "POST /set-tag HTTP/1.1" 200 109 0.018840 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.020094 10.0.0.41 - - [2025-10-27 01:48:52] "GET /instance-ip/16f165ac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.002977 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005019 10.0.0.41 - - [2025-10-27 01:48:52] "POST /set-tag HTTP/1.1" 200 109 0.002043 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.003603 10.0.0.41 - - [2025-10-27 01:48:52] "POST /ref-update HTTP/1.1" 200 156 0.016860 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004052 10.0.0.41 - - [2025-10-27 01:48:52] "POST /set-tag HTTP/1.1" 200 109 0.005729 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.003640 10.0.0.41 - - [2025-10-27 01:48:52] "POST /set-tag HTTP/1.1" 200 109 0.002754 10.0.0.41 - - [2025-10-27 01:48:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005539 10.0.0.41 - - [2025-10-27 01:48:52] "POST /set-tag HTTP/1.1" 200 109 0.002176 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domains HTTP/1.1" 200 280 0.006068 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domain/967f4837-9380-4258-800b-cfa1ee91af07 HTTP/1.1" 200 3086 0.002668 10.0.0.41 - - [2025-10-27 01:48:55] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3 HTTP/1.1" 200 7065 0.036455 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2089 0.004619 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2089 0.006658 10.0.0.41 - - [2025-10-27 01:48:55] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 200 1403 0.004290 10.0.0.41 - - [2025-10-27 01:48:55] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 200 1403 0.002430 10.0.0.41 - - [2025-10-27 01:48:55] "GET /route-target/e9ed330f-0e0b-4687-9673-f277ee012537 HTTP/1.1" 200 1153 0.002375 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2089 0.004135 10.0.0.41 - - [2025-10-27 01:48:55] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 200 1403 0.002696 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.003803 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2089 0.003835 10.0.0.41 - - [2025-10-27 01:48:55] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 200 1403 0.002570 10.0.0.41 - - [2025-10-27 01:48:55] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 200 1403 0.004794 10.0.0.41 - - [2025-10-27 01:48:55] "GET /route-target/e9ed330f-0e0b-4687-9673-f277ee012537 HTTP/1.1" 200 1153 0.003153 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domains HTTP/1.1" 200 280 0.001965 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domain/967f4837-9380-4258-800b-cfa1ee91af07 HTTP/1.1" 200 3086 0.002892 10.0.0.41 - - [2025-10-27 01:48:55] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3 HTTP/1.1" 200 7065 0.028374 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2089 0.004081 10.0.0.41 - - [2025-10-27 01:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002419 10.0.0.41 - - [2025-10-27 01:48:55] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035202 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.005543 10.0.0.41 - - [2025-10-27 01:48:55] "GET /floating-ip-pools?parent_id=d5a2b554-6d4c-415d-bff6-19c50f76bd2a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001871 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004003 10.0.0.41 - - [2025-10-27 01:48:55] "POST /floating-ip-pools HTTP/1.1" 200 562 0.029656 10.0.0.41 - - [2025-10-27 01:48:55] "POST /ref-update HTTP/1.1" 200 156 0.021450 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.027818 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domains HTTP/1.1" 200 280 0.002103 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domain/967f4837-9380-4258-800b-cfa1ee91af07 HTTP/1.1" 200 3086 0.002924 10.0.0.41 - - [2025-10-27 01:48:55] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3 HTTP/1.1" 200 7321 0.032579 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2327 0.005462 10.0.0.41 - - [2025-10-27 01:48:55] "GET /floating-ip-pool/b81c3f54-ba5d-4837-8937-067d73c6bea2 HTTP/1.1" 200 1314 0.002541 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domains HTTP/1.1" 200 280 0.001657 10.0.0.41 - - [2025-10-27 01:48:55] "GET /domain/967f4837-9380-4258-800b-cfa1ee91af07 HTTP/1.1" 200 3086 0.002851 10.0.0.41 - - [2025-10-27 01:48:55] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3 HTTP/1.1" 200 7321 0.040944 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 2327 0.005742 10.0.0.41 - - [2025-10-27 01:48:55] "GET /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004828 10.0.0.41 - - [2025-10-27 01:48:56] "POST /tags HTTP/1.1" 200 365 0.056032 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.012157 10.0.0.41 - - [2025-10-27 01:48:56] "GET /tag/a42c766d-7362-43de-ac0b-340e0019ddc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.013489 10.0.0.41 - - [2025-10-27 01:48:56] "POST /tags HTTP/1.1" 409 206 0.001943 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.41 - - [2025-10-27 01:48:56] "GET /tag/f7dc4c06-4c62-4ddb-adaf-24315a1e5012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1115 0.012231 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001783 10.0.0.41 - - [2025-10-27 01:48:56] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.035652 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001997 10.0.0.41 - - [2025-10-27 01:48:56] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.005477 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001856 10.0.0.41 - - [2025-10-27 01:48:56] "GET /service-appliance-set/a94626f3-5d7e-49ec-a3b9-b4529bafbf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.004600 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 404 258 0.001644 10.0.0.41 - - [2025-10-27 01:48:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.097602 10.0.0.41 - - [2025-10-27 01:48:56] "GET /virtual-machine-interface/91e85d28-d0c5-45e6-be64-ba530f15ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.011642 10.0.0.41 - - [2025-10-27 01:48:56] "POST /set-tag HTTP/1.1" 200 109 0.013603 10.0.0.41 - - [2025-10-27 01:48:56] "POST /instance-ips HTTP/1.1" 200 417 0.028433 10.0.0.41 - - [2025-10-27 01:48:56] "GET /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.008375 10.0.0.41 - - [2025-10-27 01:48:56] "POST /loadbalancers HTTP/1.1" 200 618 0.062667 10.0.0.41 - - [2025-10-27 01:48:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.021024 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.013508 10.0.0.41 - - [2025-10-27 01:48:56] "POST /service-instances HTTP/1.1" 200 566 0.033649 10.0.0.41 - - [2025-10-27 01:48:56] "POST /ref-update HTTP/1.1" 200 156 0.017622 10.0.0.41 - - [2025-10-27 01:48:56] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.080472 10.0.0.41 - - [2025-10-27 01:48:56] "GET /virtual-machine-interface/91e85d28-d0c5-45e6-be64-ba530f15ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.013056 10.0.0.41 - - [2025-10-27 01:48:56] "GET /virtual-machine-interface/91e85d28-d0c5-45e6-be64-ba530f15ba1a?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.024609 10.0.0.41 - - [2025-10-27 01:48:56] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.034437 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008433 10.0.0.41 - - [2025-10-27 01:48:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.050773 10.0.0.41 - - [2025-10-27 01:48:56] "GET /floating-ip-pool/b81c3f54-ba5d-4837-8937-067d73c6bea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.024943 10.0.0.41 - - [2025-10-27 01:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006580 10.0.0.41 - - [2025-10-27 01:48:57] "POST /floating-ips HTTP/1.1" 200 671 0.110577 10.0.0.41 - - [2025-10-27 01:48:57] "POST /virtual-machines HTTP/1.1" 200 429 0.064802 10.0.0.41 - - [2025-10-27 01:48:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.020786 10.0.0.41 - - [2025-10-27 01:48:57] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.004529 10.0.0.41 - - [2025-10-27 01:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.41 - - [2025-10-27 01:48:57] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.009422 10.0.0.41 - - [2025-10-27 01:48:57] "POST /tags HTTP/1.1" 409 221 0.011712 10.0.0.41 - - [2025-10-27 01:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001662 10.0.0.41 - - [2025-10-27 01:48:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.161473 10.0.0.41 - - [2025-10-27 01:48:57] "POST /chown HTTP/1.1" 200 109 0.020214 10.0.0.41 - - [2025-10-27 01:48:57] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.010859 10.0.0.41 - - [2025-10-27 01:48:57] "POST /tags HTTP/1.1" 409 238 0.001919 10.0.0.41 - - [2025-10-27 01:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001760 10.0.0.41 - - [2025-10-27 01:48:57] "GET /tag/a42c766d-7362-43de-ac0b-340e0019ddc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.012029 10.0.0.41 - - [2025-10-27 01:48:57] "POST /chown HTTP/1.1" 200 109 0.016765 10.0.0.41 - - [2025-10-27 01:48:57] "PUT /virtual-machine-interface/01f0824c-4a82-47df-9dcc-c37f76e48250 HTTP/1.1" 200 284 0.034461 10.0.0.41 - - [2025-10-27 01:48:57] "PUT /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6 HTTP/1.1" 200 256 0.027664 10.0.0.41 - - [2025-10-27 01:48:57] "POST /firewall-rules HTTP/1.1" 200 650 0.129801 10.0.0.41 - - [2025-10-27 01:48:57] "GET /firewall-rule/08ea4cd7-0354-4dfb-8e7d-ff5f7862871c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.020532 10.0.0.41 - - [2025-10-27 01:48:57] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.003114 10.0.0.41 - - [2025-10-27 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.067111 10.0.0.41 - - [2025-10-27 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.017278 10.0.0.41 - - [2025-10-27 01:48:57] "GET /firewall-rule/08ea4cd7-0354-4dfb-8e7d-ff5f7862871c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003225 10.0.0.41 - - [2025-10-27 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.026967 10.0.0.41 - - [2025-10-27 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.037421 10.0.0.41 - - [2025-10-27 01:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006343 10.0.0.41 - - [2025-10-27 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.021194 10.0.0.41 - - [2025-10-27 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.040447 10.0.0.41 - - [2025-10-27 01:48:57] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.081087 10.0.0.41 - - [2025-10-27 01:48:57] "POST /ref-update HTTP/1.1" 200 156 0.033166 10.0.0.41 - - [2025-10-27 01:48:57] "GET /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.002860 10.0.0.41 - - [2025-10-27 01:48:57] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.023850 10.0.0.41 - - [2025-10-27 01:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.41 - - [2025-10-27 01:48:57] "POST /virtual-machines HTTP/1.1" 200 429 0.035465 10.0.0.41 - - [2025-10-27 01:48:57] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.039486 10.0.0.41 - - [2025-10-27 01:48:57] "GET /loadbalancer-listener/80caa254-24a7-4b51-b516-72bea895ecf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006198 10.0.0.41 - - [2025-10-27 01:48:57] "GET /loadbalancer-listener/80caa254-24a7-4b51-b516-72bea895ecf0?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.023543 10.0.0.41 - - [2025-10-27 01:48:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.113483 10.0.0.41 - - [2025-10-27 01:48:57] "POST /chown HTTP/1.1" 200 109 0.032969 10.0.0.41 - - [2025-10-27 01:48:58] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.040230 10.0.0.41 - - [2025-10-27 01:48:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.025202 10.0.0.41 - - [2025-10-27 01:48:58] "POST /chown HTTP/1.1" 200 109 0.012935 10.0.0.41 - - [2025-10-27 01:48:58] "GET /loadbalancer-pool/64fa4f40-8f8f-493a-89bf-97883c2fdc33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.014350 10.0.0.41 - - [2025-10-27 01:48:58] "PUT /virtual-machine-interface/f98218fa-7037-4f59-a71e-4a246d6bce89 HTTP/1.1" 200 284 0.028888 10.0.0.41 - - [2025-10-27 01:48:58] "PUT /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6 HTTP/1.1" 200 256 0.025785 10.0.0.41 - - [2025-10-27 01:48:58] "POST /loadbalancer-members HTTP/1.1" 200 707 0.033437 10.0.0.41 - - [2025-10-27 01:48:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.032349 10.0.0.41 - - [2025-10-27 01:48:58] "GET /loadbalancer-member/8cffe64b-8908-47d7-a60a-87a780b249ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.011748 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.051293 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.018199 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.017510 10.0.0.41 - - [2025-10-27 01:48:58] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.021008 10.0.0.41 - - [2025-10-27 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.41 - - [2025-10-27 01:48:58] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003943 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.014148 10.0.0.41 - - [2025-10-27 01:48:58] "POST /tags HTTP/1.1" 409 221 0.001470 10.0.0.41 - - [2025-10-27 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001255 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.029351 10.0.0.41 - - [2025-10-27 01:48:58] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.025517 10.0.0.41 - - [2025-10-27 01:48:58] "POST /tags HTTP/1.1" 409 238 0.012127 10.0.0.41 - - [2025-10-27 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007023 10.0.0.41 - - [2025-10-27 01:48:58] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.036332 10.0.0.41 - - [2025-10-27 01:48:58] "GET /tag/a42c766d-7362-43de-ac0b-340e0019ddc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.014052 10.0.0.41 - - [2025-10-27 01:48:58] "POST /firewall-rules HTTP/1.1" 409 293 0.004351 10.0.0.41 - - [2025-10-27 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.41 - - [2025-10-27 01:48:58] "POST /prop-collection-update HTTP/1.1" 200 115 0.020484 10.0.0.41 - - [2025-10-27 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001392 10.0.0.41 - - [2025-10-27 01:48:58] "PUT /firewall-rule/08ea4cd7-0354-4dfb-8e7d-ff5f7862871c HTTP/1.1" 200 260 0.045396 10.0.0.41 - - [2025-10-27 01:48:58] "POST /chown HTTP/1.1" 200 109 0.028028 10.0.0.41 - - [2025-10-27 01:48:58] "GET /firewall-rule/08ea4cd7-0354-4dfb-8e7d-ff5f7862871c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005187 10.0.0.41 - - [2025-10-27 01:48:58] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.005552 10.0.0.41 - - [2025-10-27 01:48:58] "GET /firewall-rule/08ea4cd7-0354-4dfb-8e7d-ff5f7862871c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003728 10.0.0.41 - - [2025-10-27 01:48:58] "POST /chown HTTP/1.1" 200 109 0.008502 10.0.0.41 - - [2025-10-27 01:48:58] "PUT /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6 HTTP/1.1" 200 256 0.028142 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.028867 10.0.0.41 - - [2025-10-27 01:48:58] "POST /chown HTTP/1.1" 200 109 0.009396 10.0.0.41 - - [2025-10-27 01:48:58] "POST /chown HTTP/1.1" 200 109 0.029408 10.0.0.41 - - [2025-10-27 01:48:58] "PUT /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6 HTTP/1.1" 200 256 0.019279 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.010948 10.0.0.41 - - [2025-10-27 01:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002147 10.0.0.41 - - [2025-10-27 01:48:58] "POST /chown HTTP/1.1" 200 109 0.007074 10.0.0.41 - - [2025-10-27 01:48:58] "POST /chown HTTP/1.1" 200 109 0.006356 10.0.0.41 - - [2025-10-27 01:48:58] "PUT /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6 HTTP/1.1" 200 256 0.024415 10.0.0.41 - - [2025-10-27 01:48:58] "POST /ref-update HTTP/1.1" 200 156 0.020760 10.0.0.41 - - [2025-10-27 01:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.41 - - [2025-10-27 01:48:59] "POST /chown HTTP/1.1" 200 109 0.026800 10.0.0.41 - - [2025-10-27 01:48:59] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.017795 10.0.0.41 - - [2025-10-27 01:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.41 - - [2025-10-27 01:48:59] "POST /chown HTTP/1.1" 200 109 0.026248 10.0.0.41 - - [2025-10-27 01:48:59] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.053676 10.0.0.41 - - [2025-10-27 01:48:59] "PUT /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6 HTTP/1.1" 200 256 0.047000 10.0.0.41 - - [2025-10-27 01:48:59] "POST /virtual-machines HTTP/1.1" 200 373 0.018105 10.0.0.41 - - [2025-10-27 01:48:59] "POST /ref-update HTTP/1.1" 200 156 0.050978 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.052870 10.0.0.41 - - [2025-10-27 01:48:59] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.042397 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.018531 10.0.0.41 - - [2025-10-27 01:48:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.162161 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.015216 10.0.0.41 - - [2025-10-27 01:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010102 10.0.0.41 - - [2025-10-27 01:48:59] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.024826 10.0.0.41 - - [2025-10-27 01:48:59] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.035628 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.014771 10.0.0.41 - - [2025-10-27 01:48:59] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.013052 10.0.0.41 - - [2025-10-27 01:48:59] "POST /instance-ips HTTP/1.1" 200 413 0.059732 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.030832 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.024601 10.0.0.41 - - [2025-10-27 01:48:59] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.013298 10.0.0.41 - - [2025-10-27 01:48:59] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.031217 10.0.0.41 - - [2025-10-27 01:48:59] "POST /set-tag HTTP/1.1" 200 109 0.054916 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.038353 10.0.0.41 - - [2025-10-27 01:48:59] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.030715 10.0.0.41 - - [2025-10-27 01:48:59] "GET /instance-ip/1b58768a-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.004777 10.0.0.41 - - [2025-10-27 01:48:59] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.012895 10.0.0.41 - - [2025-10-27 01:48:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.047335 10.0.0.41 - - [2025-10-27 01:48:59] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.012245 10.0.0.41 - - [2025-10-27 01:48:59] "POST /set-tag HTTP/1.1" 200 109 0.003412 10.0.0.41 - - [2025-10-27 01:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.41 - - [2025-10-27 01:48:59] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.010916 10.0.0.41 - - [2025-10-27 01:48:59] "POST /chown HTTP/1.1" 200 109 0.015627 10.0.0.41 - - [2025-10-27 01:49:00] "POST /ref-update HTTP/1.1" 200 156 0.048492 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.054571 10.0.0.41 - - [2025-10-27 01:49:00] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.009624 10.0.0.41 - - [2025-10-27 01:49:00] "POST /set-tag HTTP/1.1" 200 109 0.005818 10.0.0.41 - - [2025-10-27 01:49:00] "GET /global-system-configs HTTP/1.1" 200 322 0.004445 10.0.0.41 - - [2025-10-27 01:49:00] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.008011 10.0.0.41 - - [2025-10-27 01:49:00] "POST /ref-update HTTP/1.1" 200 156 0.022572 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.024319 10.0.0.41 - - [2025-10-27 01:49:00] "POST /set-tag HTTP/1.1" 200 109 0.013074 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.031508 10.0.0.41 - - [2025-10-27 01:49:00] "POST /ref-update HTTP/1.1" 200 156 0.013688 10.0.0.41 - - [2025-10-27 01:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.017342 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.008692 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.023067 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.026615 10.0.0.41 - - [2025-10-27 01:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.008809 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.020972 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.036635 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.012819 10.0.0.41 - - [2025-10-27 01:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.007378 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.008892 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.021947 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.021240 10.0.0.41 - - [2025-10-27 01:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.011624 10.0.0.41 - - [2025-10-27 01:49:00] "POST /chown HTTP/1.1" 200 109 0.035325 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.022200 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.034709 10.0.0.41 - - [2025-10-27 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.010309 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.031682 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.043566 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.010113 10.0.0.41 - - [2025-10-27 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.011821 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.039872 10.0.0.41 - - [2025-10-27 01:49:01] "GET /global-system-configs HTTP/1.1" 200 322 0.015039 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.042310 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.031053 10.0.0.41 - - [2025-10-27 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002351 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.012357 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.024160 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.019763 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.019405 10.0.0.41 - - [2025-10-27 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.009270 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.019374 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.018032 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.036228 10.0.0.41 - - [2025-10-27 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.009833 10.0.0.41 - - [2025-10-27 01:49:01] "POST /chown HTTP/1.1" 200 109 0.031722 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.020032 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.007341 10.0.0.41 - - [2025-10-27 01:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002253 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.014013 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.050634 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.076870 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.023879 10.0.0.41 - - [2025-10-27 01:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.019182 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.007348 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.040629 10.0.0.41 - - [2025-10-27 01:49:02] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.030060 10.0.0.41 - - [2025-10-27 01:49:02] "POST /set-tag HTTP/1.1" 200 109 0.018218 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.021458 10.0.0.41 - - [2025-10-27 01:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006962 10.0.0.41 - - [2025-10-27 01:49:02] "GET /loadbalancer/4f93b386-43ea-41a9-aa02-8e11f0a19ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.006017 10.0.0.41 - - [2025-10-27 01:49:02] "GET /loadbalancer-pool/18e87d60-1bab-42f9-bb73-3451f0ceb385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.008370 10.0.0.41 - - [2025-10-27 01:49:02] "POST /chown HTTP/1.1" 200 109 0.022062 10.0.0.41 - - [2025-10-27 01:49:02] "POST /loadbalancer-members HTTP/1.1" 200 702 0.028359 10.0.0.41 - - [2025-10-27 01:49:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.013212 10.0.0.41 - - [2025-10-27 01:49:02] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.017715 10.0.0.41 - - [2025-10-27 01:49:02] "POST /tags HTTP/1.1" 409 221 0.002100 10.0.0.41 - - [2025-10-27 01:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002051 10.0.0.41 - - [2025-10-27 01:49:02] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.013646 10.0.0.41 - - [2025-10-27 01:49:02] "POST /set-tag HTTP/1.1" 200 109 0.025848 10.0.0.41 - - [2025-10-27 01:49:02] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004266 10.0.0.41 - - [2025-10-27 01:49:02] "POST /ref-update HTTP/1.1" 200 156 0.013013 10.0.0.41 - - [2025-10-27 01:49:02] "GET /floating-ip/c2acebf8-142c-48e8-a845-f04a7f859bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1780 0.008859 10.0.0.41 - - [2025-10-27 01:49:02] "PUT /floating-ip/c2acebf8-142c-48e8-a845-f04a7f859bd1 HTTP/1.1" 200 256 0.009257 10.0.0.41 - - [2025-10-27 01:49:03] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.009777 10.0.0.41 - - [2025-10-27 01:49:03] "POST /set-tag HTTP/1.1" 200 109 0.003780 10.0.0.41 - - [2025-10-27 01:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.41 - - [2025-10-27 01:49:03] "GET /loadbalancer/4f93b386-43ea-41a9-aa02-8e11f0a19ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.002998 10.0.0.41 - - [2025-10-27 01:49:03] "GET /loadbalancer-pool/18e87d60-1bab-42f9-bb73-3451f0ceb385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.004658 10.0.0.41 - - [2025-10-27 01:49:03] "POST /loadbalancer-members HTTP/1.1" 200 702 0.018435 10.0.0.41 - - [2025-10-27 01:49:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.021789 10.0.0.41 - - [2025-10-27 01:49:03] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.019478 10.0.0.41 - - [2025-10-27 01:49:03] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004784 10.0.0.41 - - [2025-10-27 01:49:03] "POST /ref-update HTTP/1.1" 200 156 0.009922 10.0.0.41 - - [2025-10-27 01:49:03] "GET /floating-ip/c2acebf8-142c-48e8-a845-f04a7f859bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.011870 10.0.0.41 - - [2025-10-27 01:49:03] "POST /set-tag HTTP/1.1" 200 109 0.023836 10.0.0.41 - - [2025-10-27 01:49:04] "GET /virtual-machine/fece0c62-7e5a-4e92-85b4-3054428ad4ef?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.003045 10.0.0.41 - - [2025-10-27 01:49:04] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.003801 10.0.0.41 - - [2025-10-27 01:49:04] "GET /virtual-machine/b2155a09-255b-4ed5-aa05-ecfe4e739a9e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.003429 10.0.0.41 - - [2025-10-27 01:49:04] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.005868 10.0.0.41 - - [2025-10-27 01:49:13] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004310 10.0.0.41 - - [2025-10-27 01:49:13] "POST /set-tag HTTP/1.1" 200 109 0.002353 10.0.0.41 - - [2025-10-27 01:49:14] "GET /virtual-machine/5fbade49-8ef4-4d1c-8595-9c1ed4980391?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1221 0.003116 10.0.0.41 - - [2025-10-27 01:49:14] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004432 10.0.0.41 - - [2025-10-27 01:49:14] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004502 10.0.0.41 - - [2025-10-27 01:49:14] "POST /set-tag HTTP/1.1" 200 109 0.006274 10.0.0.41 - - [2025-10-27 01:49:46] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005114 10.0.0.41 - - [2025-10-27 01:49:46] "POST /set-tag HTTP/1.1" 200 109 0.015755 10.0.0.41 - - [2025-10-27 01:49:46] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.007109 10.0.0.41 - - [2025-10-27 01:49:46] "POST /set-tag HTTP/1.1" 200 109 0.002445 10.0.0.41 - - [2025-10-27 01:49:46] "GET /virtual-machine/5fbade49-8ef4-4d1c-8595-9c1ed4980391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.002913 10.0.0.41 - - [2025-10-27 01:49:46] "POST /ref-update HTTP/1.1" 200 156 0.009348 10.0.0.41 - - [2025-10-27 01:49:46] "GET /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.006152 10.0.0.41 - - [2025-10-27 01:49:46] "POST /set-tag HTTP/1.1" 200 109 0.014651 10.0.0.41 - - [2025-10-27 01:49:46] "POST /set-tag HTTP/1.1" 200 109 0.025153 10.0.0.41 - - [2025-10-27 01:49:46] "DELETE /instance-ip/1b58768a-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.083075 10.0.0.41 - - [2025-10-27 01:49:46] "DELETE /virtual-machine-interface/1b354584-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.064031 10.0.0.41 - - [2025-10-27 01:49:46] "DELETE /virtual-machine/5fbade49-8ef4-4d1c-8595-9c1ed4980391 HTTP/1.1" 200 115 0.022789 10.0.0.41 - - [2025-10-27 01:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002278 10.0.0.41 - - [2025-10-27 01:49:49] "GET /tag/a42c766d-7362-43de-ac0b-340e0019ddc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.011512 10.0.0.41 - - [2025-10-27 01:49:49] "GET /tag/a42c766d-7362-43de-ac0b-340e0019ddc8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.015723 10.0.0.41 - - [2025-10-27 01:49:49] "GET /virtual-machine-interface/01f0824c-4a82-47df-9dcc-c37f76e48250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004780 10.0.0.41 - - [2025-10-27 01:49:49] "POST /set-tag HTTP/1.1" 200 109 0.018906 10.0.0.41 - - [2025-10-27 01:49:49] "GET /virtual-machine-interface/91e85d28-d0c5-45e6-be64-ba530f15ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005915 10.0.0.41 - - [2025-10-27 01:49:49] "POST /set-tag HTTP/1.1" 200 109 0.014193 10.0.0.41 - - [2025-10-27 01:49:49] "GET /virtual-machine-interface/f98218fa-7037-4f59-a71e-4a246d6bce89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.023547 10.0.0.41 - - [2025-10-27 01:49:49] "POST /set-tag HTTP/1.1" 200 109 0.015186 10.0.0.41 - - [2025-10-27 01:49:49] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.017707 10.0.0.41 - - [2025-10-27 01:49:49] "GET /firewall-rule/08ea4cd7-0354-4dfb-8e7d-ff5f7862871c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.006124 10.0.0.41 - - [2025-10-27 01:49:49] "POST /ref-update HTTP/1.1" 200 156 0.014419 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /firewall-rule/08ea4cd7-0354-4dfb-8e7d-ff5f7862871c HTTP/1.1" 200 115 0.045382 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /loadbalancer-member/8cffe64b-8908-47d7-a60a-87a780b249ae HTTP/1.1" 200 115 0.031288 10.0.0.41 - - [2025-10-27 01:49:50] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.010141 10.0.0.41 - - [2025-10-27 01:49:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.009800 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /loadbalancer-pool/64fa4f40-8f8f-493a-89bf-97883c2fdc33 HTTP/1.1" 200 115 0.066724 10.0.0.41 - - [2025-10-27 01:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005922 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.009182 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /loadbalancer-listener/80caa254-24a7-4b51-b516-72bea895ecf0 HTTP/1.1" 200 115 0.052023 10.0.0.41 - - [2025-10-27 01:49:50] "GET /floating-ip/a694c5a7-b397-4163-9ed1-1619e077eb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.004687 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.006216 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.018957 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.032144 10.0.0.41 - - [2025-10-27 01:49:50] "PUT /floating-ip/a694c5a7-b397-4163-9ed1-1619e077eb84 HTTP/1.1" 200 256 0.052602 10.0.0.41 - - [2025-10-27 01:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.008665 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.019065 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /floating-ip/a694c5a7-b397-4163-9ed1-1619e077eb84 HTTP/1.1" 200 115 0.079161 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.015751 10.0.0.41 - - [2025-10-27 01:49:50] "POST /chown HTTP/1.1" 200 109 0.040303 10.0.0.41 - - [2025-10-27 01:49:50] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.017718 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2 HTTP/1.1" 200 115 0.131147 10.0.0.41 - - [2025-10-27 01:49:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.009044 10.0.0.41 - - [2025-10-27 01:49:50] "POST /ref-update HTTP/1.1" 404 171 0.003189 10.0.0.41 - - [2025-10-27 01:49:50] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.016649 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /instance-ip/24b3da24-53a0-42b1-a974-3f9065c9b4b6 HTTP/1.1" 200 115 0.088751 10.0.0.41 - - [2025-10-27 01:49:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.014344 10.0.0.41 - - [2025-10-27 01:49:50] "POST /ref-update HTTP/1.1" 404 171 0.009453 10.0.0.41 - - [2025-10-27 01:49:50] "GET /floating-ip-pool/b81c3f54-ba5d-4837-8937-067d73c6bea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1107 0.002984 10.0.0.41 - - [2025-10-27 01:49:50] "POST /ref-update HTTP/1.1" 200 156 0.025452 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /virtual-machine-interface/91e85d28-d0c5-45e6-be64-ba530f15ba1a HTTP/1.1" 200 115 0.103361 10.0.0.41 - - [2025-10-27 01:49:50] "PUT /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 266 0.020954 10.0.0.41 - - [2025-10-27 01:49:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.013375 10.0.0.41 - - [2025-10-27 01:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /floating-ip-pool/b81c3f54-ba5d-4837-8937-067d73c6bea2 HTTP/1.1" 200 115 0.096281 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /tag/a42c766d-7362-43de-ac0b-340e0019ddc8 HTTP/1.1" 200 115 0.105273 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /service-instance/4b86cf30-01c5-4d3a-a085-640eb0917501 HTTP/1.1" 200 115 0.063544 10.0.0.41 - - [2025-10-27 01:49:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005086 10.0.0.41 - - [2025-10-27 01:49:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006811 10.0.0.41 - - [2025-10-27 01:49:50] "DELETE /virtual-network/d5a2b554-6d4c-415d-bff6-19c50f76bd2a HTTP/1.1" 200 115 0.131656 10.0.0.41 - - [2025-10-27 01:49:50] "GET /virtual-machine-interface/f98218fa-7037-4f59-a71e-4a246d6bce89?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1209 0.028084 10.0.0.41 - - [2025-10-27 01:49:50] "GET /routing-instance/cc064b22-4b00-4666-94eb-f4c5239b9249 HTTP/1.1" 404 171 0.034129 10.0.0.41 - - [2025-10-27 01:49:50] "GET /domains HTTP/1.1" 200 280 0.001643 10.0.0.41 - - [2025-10-27 01:49:51] "GET /domain/967f4837-9380-4258-800b-cfa1ee91af07 HTTP/1.1" 200 3086 0.008294 10.0.0.41 - - [2025-10-27 01:49:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3 HTTP/1.1" 200 7143 0.063336 10.0.0.41 - - [2025-10-27 01:49:51] "DELETE /virtual-machine-interface/f98218fa-7037-4f59-a71e-4a246d6bce89 HTTP/1.1" 200 115 0.143662 10.0.0.41 - - [2025-10-27 01:49:51] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.018400 10.0.0.41 - - [2025-10-27 01:49:51] "POST /set-tag HTTP/1.1" 200 109 0.005851 10.0.0.41 - - [2025-10-27 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.41 - - [2025-10-27 01:49:51] "DELETE /virtual-machine/c799308e-7d73-4409-9606-608bf94a07fc HTTP/1.1" 200 115 0.071921 10.0.0.41 - - [2025-10-27 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.017621 10.0.0.41 - - [2025-10-27 01:49:51] "GET /loadbalancer/4f93b386-43ea-41a9-aa02-8e11f0a19ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.003566 10.0.0.41 - - [2025-10-27 01:49:51] "GET /virtual-machine-interface/01f0824c-4a82-47df-9dcc-c37f76e48250?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1207 0.013853 10.0.0.41 - - [2025-10-27 01:49:51] "DELETE /route-target/e9ed330f-0e0b-4687-9673-f277ee012537 HTTP/1.1" 200 115 0.067898 10.0.0.41 - - [2025-10-27 01:49:51] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.005694 10.0.0.41 - - [2025-10-27 01:49:51] "POST /set-tag HTTP/1.1" 200 109 0.017322 10.0.0.41 - - [2025-10-27 01:49:51] "DELETE /virtual-machine-interface/01f0824c-4a82-47df-9dcc-c37f76e48250 HTTP/1.1" 200 115 0.077478 10.0.0.41 - - [2025-10-27 01:49:51] "DELETE /loadbalancer-member/df8e52a2-73ff-47f4-a9ab-9b4c7362b9b5 HTTP/1.1" 200 115 0.059018 10.0.0.41 - - [2025-10-27 01:49:51] "POST /ref-update HTTP/1.1" 200 156 0.019658 10.0.0.41 - - [2025-10-27 01:49:51] "DELETE /virtual-machine/227b8af3-9737-4d0f-bd04-bfdb78dde7ba HTTP/1.1" 200 115 0.030725 10.0.0.41 - - [2025-10-27 01:49:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.007960 10.0.0.41 - - [2025-10-27 01:49:52] "POST /set-tag HTTP/1.1" 200 109 0.002856 10.0.0.41 - - [2025-10-27 01:49:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.006139 10.0.0.41 - - [2025-10-27 01:49:52] "POST /set-tag HTTP/1.1" 200 109 0.002219 10.0.0.41 - - [2025-10-27 01:49:52] "GET /virtual-machine/b2155a09-255b-4ed5-aa05-ecfe4e739a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.002774 10.0.0.41 - - [2025-10-27 01:49:52] "POST /ref-update HTTP/1.1" 200 156 0.009448 10.0.0.41 - - [2025-10-27 01:49:52] "GET /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004045 10.0.0.41 - - [2025-10-27 01:49:52] "POST /set-tag HTTP/1.1" 200 109 0.017645 10.0.0.41 - - [2025-10-27 01:49:52] "POST /set-tag HTTP/1.1" 200 109 0.043597 10.0.0.41 - - [2025-10-27 01:49:52] "POST /set-tag HTTP/1.1" 200 109 0.036682 10.0.0.41 - - [2025-10-27 01:49:52] "DELETE /instance-ip/16f165ac-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.042763 10.0.0.41 - - [2025-10-27 01:49:52] "POST /ref-update HTTP/1.1" 200 156 0.009227 10.0.0.41 - - [2025-10-27 01:49:52] "DELETE /virtual-machine-interface/16d60078-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.047518 10.0.0.41 - - [2025-10-27 01:49:53] "DELETE /virtual-machine/b2155a09-255b-4ed5-aa05-ecfe4e739a9e HTTP/1.1" 200 115 0.028018 10.0.0.41 - - [2025-10-27 01:49:56] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.010590 10.0.0.41 - - [2025-10-27 01:49:56] "POST /set-tag HTTP/1.1" 200 109 0.005527 10.0.0.41 - - [2025-10-27 01:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002057 10.0.0.41 - - [2025-10-27 01:49:56] "GET /loadbalancer/4f93b386-43ea-41a9-aa02-8e11f0a19ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.003124 10.0.0.41 - - [2025-10-27 01:49:57] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.007495 10.0.0.41 - - [2025-10-27 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.004141 10.0.0.41 - - [2025-10-27 01:49:57] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.006293 10.0.0.41 - - [2025-10-27 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.003751 10.0.0.41 - - [2025-10-27 01:49:57] "GET /virtual-machine/fece0c62-7e5a-4e92-85b4-3054428ad4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002905 10.0.0.41 - - [2025-10-27 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.012545 10.0.0.41 - - [2025-10-27 01:49:57] "GET /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.031714 10.0.0.41 - - [2025-10-27 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.034947 10.0.0.41 - - [2025-10-27 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.040777 10.0.0.41 - - [2025-10-27 01:49:57] "POST /set-tag HTTP/1.1" 200 109 0.039554 10.0.0.41 - - [2025-10-27 01:49:57] "DELETE /instance-ip/16790b5c-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.047302 10.0.0.41 - - [2025-10-27 01:49:57] "POST /ref-update HTTP/1.1" 200 156 0.008927 10.0.0.41 - - [2025-10-27 01:49:58] "DELETE /virtual-machine-interface/16622aea-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.053039 10.0.0.41 - - [2025-10-27 01:49:58] "DELETE /virtual-machine/fece0c62-7e5a-4e92-85b4-3054428ad4ef HTTP/1.1" 200 115 0.018793 10.0.0.41 - - [2025-10-27 01:49:58] "DELETE /tag/ee0b3e81-fb55-4640-ba1f-4c199dc27e82 HTTP/1.1" 200 115 0.037071 10.0.0.41 - - [2025-10-27 01:49:58] "DELETE /tag/d18fd93b-b8d0-40eb-8e70-3b69a9d34521 HTTP/1.1" 200 115 0.068315 10.0.0.41 - - [2025-10-27 01:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.41 - - [2025-10-27 01:50:01] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.078637 10.0.0.41 - - [2025-10-27 01:50:01] "POST /tags HTTP/1.1" 200 393 0.041210 10.0.0.41 - - [2025-10-27 01:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012217 10.0.0.41 - - [2025-10-27 01:50:01] "GET /tag/a62f0848-4edc-475f-865d-f291d29ac07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.011966 10.0.0.41 - - [2025-10-27 01:50:01] "POST /tags HTTP/1.1" 200 341 0.038778 10.0.0.41 - - [2025-10-27 01:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.41 - - [2025-10-27 01:50:01] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.019118 10.0.0.41 - - [2025-10-27 01:50:01] "POST /id-to-fqname HTTP/1.1" 200 192 0.000521 10.0.0.41 - - [2025-10-27 01:50:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.005812 10.0.0.41 - - [2025-10-27 01:50:02] "POST /security-groups HTTP/1.1" 200 589 0.066495 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.006285 10.0.0.41 - - [2025-10-27 01:50:02] "POST /projects HTTP/1.1" 200 519 0.274002 10.0.0.41 - - [2025-10-27 01:50:02] "POST /access-control-lists HTTP/1.1" 200 598 0.059914 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.012213 10.0.0.41 - - [2025-10-27 01:50:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.020724 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.41 - - [2025-10-27 01:50:02] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.003734 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.41 - - [2025-10-27 01:50:02] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.026022 10.0.0.41 - - [2025-10-27 01:50:02] "POST /access-control-lists HTTP/1.1" 200 596 0.071909 10.0.0.41 - - [2025-10-27 01:50:02] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.092106 10.0.0.41 - - [2025-10-27 01:50:02] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.041278 10.0.0.41 - - [2025-10-27 01:50:02] "POST /security-groups HTTP/1.1" 200 591 0.076702 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 404 270 0.012042 10.0.0.41 - - [2025-10-27 01:50:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.025741 10.0.0.41 - - [2025-10-27 01:50:02] "POST /chown HTTP/1.1" 200 109 0.078869 10.0.0.41 - - [2025-10-27 01:50:02] "POST /access-control-lists HTTP/1.1" 200 632 0.099868 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 404 269 0.012709 10.0.0.41 - - [2025-10-27 01:50:02] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002991 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.41 - - [2025-10-27 01:50:02] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002842 10.0.0.41 - - [2025-10-27 01:50:02] "POST /tags HTTP/1.1" 409 226 0.004359 10.0.0.41 - - [2025-10-27 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001713 10.0.0.41 - - [2025-10-27 01:50:02] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.025961 10.0.0.41 - - [2025-10-27 01:50:02] "POST /access-control-lists HTTP/1.1" 200 630 0.074942 10.0.0.41 - - [2025-10-27 01:50:02] "POST /firewall-rules HTTP/1.1" 200 600 0.067704 10.0.0.41 - - [2025-10-27 01:50:02] "GET /firewall-rule/00ac5c30-80e6-4c10-be4a-8ef227b97148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008064 10.0.0.41 - - [2025-10-27 01:50:02] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004107 10.0.0.41 - - [2025-10-27 01:50:02] "GET /firewall-rule/00ac5c30-80e6-4c10-be4a-8ef227b97148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002707 10.0.0.41 - - [2025-10-27 01:50:03] "POST /ref-update HTTP/1.1" 200 156 0.049843 10.0.0.41 - - [2025-10-27 01:50:03] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008991 10.0.0.41 - - [2025-10-27 01:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002045 10.0.0.41 - - [2025-10-27 01:50:03] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003200 10.0.0.41 - - [2025-10-27 01:50:03] "POST /tags HTTP/1.1" 409 226 0.001720 10.0.0.41 - - [2025-10-27 01:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002202 10.0.0.41 - - [2025-10-27 01:50:03] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.014240 10.0.0.41 - - [2025-10-27 01:50:03] "POST /firewall-rules HTTP/1.1" 200 598 0.084356 10.0.0.41 - - [2025-10-27 01:50:03] "GET /firewall-rule/5d824d1c-a8be-42a8-b026-707da39e4a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.003724 10.0.0.41 - - [2025-10-27 01:50:03] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.003798 10.0.0.41 - - [2025-10-27 01:50:03] "GET /firewall-rule/5d824d1c-a8be-42a8-b026-707da39e4a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.001914 10.0.0.41 - - [2025-10-27 01:50:03] "POST /ref-update HTTP/1.1" 200 156 0.055222 10.0.0.41 - - [2025-10-27 01:50:04] "POST /tags HTTP/1.1" 200 393 0.027805 10.0.0.41 - - [2025-10-27 01:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012540 10.0.0.41 - - [2025-10-27 01:50:04] "GET /tag/0b153fde-63e2-4ed9-bc89-d49d059049e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1320 0.014690 10.0.0.41 - - [2025-10-27 01:50:04] "POST /tags HTTP/1.1" 200 341 0.018286 10.0.0.41 - - [2025-10-27 01:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.41 - - [2025-10-27 01:50:04] "GET /tag/304e3aaa-37fc-46ab-9087-b2c0e39c292b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.015406 10.0.0.41 - - [2025-10-27 01:50:04] "POST /id-to-fqname HTTP/1.1" 200 192 0.000594 10.0.0.41 - - [2025-10-27 01:50:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.002367 10.0.0.41 - - [2025-10-27 01:50:04] "POST /security-groups HTTP/1.1" 200 589 0.059965 10.0.0.41 - - [2025-10-27 01:50:04] "POST /projects HTTP/1.1" 200 519 0.141738 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.001821 10.0.0.41 - - [2025-10-27 01:50:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.018156 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006933 10.0.0.41 - - [2025-10-27 01:50:05] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.013146 10.0.0.41 - - [2025-10-27 01:50:05] "POST /access-control-lists HTTP/1.1" 200 598 0.080013 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.014951 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011385 10.0.0.41 - - [2025-10-27 01:50:05] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005728 10.0.0.41 - - [2025-10-27 01:50:05] "POST /access-control-lists HTTP/1.1" 200 596 0.066136 10.0.0.41 - - [2025-10-27 01:50:05] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.064857 10.0.0.41 - - [2025-10-27 01:50:05] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.054536 10.0.0.41 - - [2025-10-27 01:50:05] "POST /security-groups HTTP/1.1" 200 591 0.068506 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 404 270 0.002448 10.0.0.41 - - [2025-10-27 01:50:05] "POST /access-control-lists HTTP/1.1" 200 632 0.064229 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 404 269 0.010818 10.0.0.41 - - [2025-10-27 01:50:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.066579 10.0.0.41 - - [2025-10-27 01:50:05] "POST /chown HTTP/1.1" 200 109 0.030090 10.0.0.41 - - [2025-10-27 01:50:05] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.042823 10.0.0.41 - - [2025-10-27 01:50:05] "POST /access-control-lists HTTP/1.1" 200 630 0.083627 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.41 - - [2025-10-27 01:50:05] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003004 10.0.0.41 - - [2025-10-27 01:50:05] "POST /tags HTTP/1.1" 409 226 0.002984 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.001318 10.0.0.41 - - [2025-10-27 01:50:05] "GET /tag/304e3aaa-37fc-46ab-9087-b2c0e39c292b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010460 10.0.0.41 - - [2025-10-27 01:50:05] "POST /firewall-rules HTTP/1.1" 200 600 0.072692 10.0.0.41 - - [2025-10-27 01:50:05] "GET /firewall-rule/8ffa1aa0-973a-47e6-869e-808ffa582615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005596 10.0.0.41 - - [2025-10-27 01:50:05] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.007151 10.0.0.41 - - [2025-10-27 01:50:05] "GET /firewall-rule/8ffa1aa0-973a-47e6-869e-808ffa582615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002627 10.0.0.41 - - [2025-10-27 01:50:05] "POST /ref-update HTTP/1.1" 200 156 0.054091 10.0.0.41 - - [2025-10-27 01:50:05] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002709 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.41 - - [2025-10-27 01:50:05] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002609 10.0.0.41 - - [2025-10-27 01:50:05] "POST /tags HTTP/1.1" 409 226 0.002124 10.0.0.41 - - [2025-10-27 01:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.41 - - [2025-10-27 01:50:06] "GET /tag/304e3aaa-37fc-46ab-9087-b2c0e39c292b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.011627 10.0.0.41 - - [2025-10-27 01:50:06] "POST /firewall-rules HTTP/1.1" 200 598 0.087875 10.0.0.41 - - [2025-10-27 01:50:06] "GET /firewall-rule/62daa0df-da2d-4fdb-a1aa-35e041abbfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.019842 10.0.0.41 - - [2025-10-27 01:50:06] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.004027 10.0.0.41 - - [2025-10-27 01:50:06] "GET /firewall-rule/62daa0df-da2d-4fdb-a1aa-35e041abbfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.002553 10.0.0.41 - - [2025-10-27 01:50:06] "POST /ref-update HTTP/1.1" 200 156 0.050306 10.0.0.41 - - [2025-10-27 01:50:07] "POST /tags HTTP/1.1" 200 345 0.071399 10.0.0.41 - - [2025-10-27 01:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006098 10.0.0.41 - - [2025-10-27 01:50:07] "GET /tag/0e1fdbbc-07dd-4a62-acc5-071009639a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.027598 10.0.0.41 - - [2025-10-27 01:50:07] "POST /projects HTTP/1.1" 409 238 0.001781 10.0.0.41 - - [2025-10-27 01:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001754 10.0.0.41 - - [2025-10-27 01:50:07] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.035751 10.0.0.41 - - [2025-10-27 01:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009877 10.0.0.41 - - [2025-10-27 01:50:07] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005892 10.0.0.41 - - [2025-10-27 01:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.41 - - [2025-10-27 01:50:07] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.004660 10.0.0.41 - - [2025-10-27 01:50:07] "POST /security-groups HTTP/1.1" 409 285 0.002855 10.0.0.41 - - [2025-10-27 01:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001915 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.41 - - [2025-10-27 01:50:08] "PUT /security-group/f57411e1-c5a0-4590-95da-842cd118d733 HTTP/1.1" 200 262 0.067718 10.0.0.41 - - [2025-10-27 01:50:08] "PUT /access-control-list/d3e2540a-895c-4964-92cb-4ad2985bef09 HTTP/1.1" 200 272 0.029443 10.0.0.41 - - [2025-10-27 01:50:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.033725 10.0.0.41 - - [2025-10-27 01:50:08] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.082680 10.0.0.41 - - [2025-10-27 01:50:08] "POST /tags HTTP/1.1" 409 228 0.011382 10.0.0.41 - - [2025-10-27 01:50:08] "PUT /access-control-list/a4b823f6-13a2-4b33-b8c5-9350bc87a981 HTTP/1.1" 200 272 0.036031 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002071 10.0.0.41 - - [2025-10-27 01:50:08] "GET /tag/0e1fdbbc-07dd-4a62-acc5-071009639a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.017246 10.0.0.41 - - [2025-10-27 01:50:08] "POST /tags HTTP/1.1" 200 345 0.019930 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006034 10.0.0.41 - - [2025-10-27 01:50:08] "GET /tag/777cafbf-2055-448b-9c5d-ed4befdad8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.014637 10.0.0.41 - - [2025-10-27 01:50:08] "POST /projects HTTP/1.1" 409 238 0.001865 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001793 10.0.0.41 - - [2025-10-27 01:50:08] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.031262 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005544 10.0.0.41 - - [2025-10-27 01:50:08] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006243 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002089 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009521 10.0.0.41 - - [2025-10-27 01:50:08] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036451 10.0.0.41 - - [2025-10-27 01:50:08] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.005458 10.0.0.41 - - [2025-10-27 01:50:08] "POST /security-groups HTTP/1.1" 409 285 0.002249 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.41 - - [2025-10-27 01:50:08] "PUT /security-group/1277dc36-c652-4654-9dda-6c80a8568882 HTTP/1.1" 200 262 0.062186 10.0.0.41 - - [2025-10-27 01:50:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.021911 10.0.0.41 - - [2025-10-27 01:50:08] "POST /tags HTTP/1.1" 409 228 0.002781 10.0.0.41 - - [2025-10-27 01:50:08] "PUT /access-control-list/35cf20f8-2695-4cd2-878e-42b39b83c4c9 HTTP/1.1" 200 272 0.017697 10.0.0.41 - - [2025-10-27 01:50:08] "PUT /access-control-list/847c6488-865a-4d4c-9236-eddde12a628e HTTP/1.1" 200 272 0.014223 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.41 - - [2025-10-27 01:50:08] "GET /tag/777cafbf-2055-448b-9c5d-ed4befdad8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.012172 10.0.0.41 - - [2025-10-27 01:50:08] "POST /tags HTTP/1.1" 200 291 0.053092 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002017 10.0.0.41 - - [2025-10-27 01:50:08] "GET /tag/f877e6af-c847-4990-a3f2-e3cb353c9291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.018849 10.0.0.41 - - [2025-10-27 01:50:08] "POST /tags HTTP/1.1" 200 303 0.043747 10.0.0.41 - - [2025-10-27 01:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002005 10.0.0.41 - - [2025-10-27 01:50:08] "GET /tag/d443eb1e-87bb-4dda-bf1d-b4972d86b946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.016851 10.0.0.41 - - [2025-10-27 01:50:08] "POST /tags HTTP/1.1" 409 252 0.004451 10.0.0.41 - - [2025-10-27 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-10-27 01:50:09] "GET /tag/a62f0848-4edc-475f-865d-f291d29ac07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.013744 10.0.0.41 - - [2025-10-27 01:50:09] "POST /tags HTTP/1.1" 409 226 0.002586 10.0.0.41 - - [2025-10-27 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.41 - - [2025-10-27 01:50:09] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.014055 10.0.0.41 - - [2025-10-27 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001858 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005038 10.0.0.41 - - [2025-10-27 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002046 10.0.0.41 - - [2025-10-27 01:50:09] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.043496 10.0.0.41 - - [2025-10-27 01:50:09] "POST /virtual-machines HTTP/1.1" 200 395 0.013806 10.0.0.41 - - [2025-10-27 01:50:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.020669 10.0.0.41 - - [2025-10-27 01:50:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.134248 10.0.0.41 - - [2025-10-27 01:50:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.008821 10.0.0.41 - - [2025-10-27 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007362 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005460 10.0.0.41 - - [2025-10-27 01:50:09] "POST /instance-ips HTTP/1.1" 200 397 0.021488 10.0.0.41 - - [2025-10-27 01:50:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.024533 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.017109 10.0.0.41 - - [2025-10-27 01:50:09] "POST /set-tag HTTP/1.1" 200 109 0.063786 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.025295 10.0.0.41 - - [2025-10-27 01:50:09] "GET /instance-ip/4512a00e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.004669 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004694 10.0.0.41 - - [2025-10-27 01:50:09] "POST /set-tag HTTP/1.1" 200 109 0.002553 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005809 10.0.0.41 - - [2025-10-27 01:50:09] "POST /ref-update HTTP/1.1" 200 156 0.009480 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009158 10.0.0.41 - - [2025-10-27 01:50:09] "POST /set-tag HTTP/1.1" 200 109 0.002587 10.0.0.41 - - [2025-10-27 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.41 - - [2025-10-27 01:50:09] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004593 10.0.0.41 - - [2025-10-27 01:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.41 - - [2025-10-27 01:50:10] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.037673 10.0.0.41 - - [2025-10-27 01:50:10] "POST /virtual-machines HTTP/1.1" 200 395 0.019922 10.0.0.41 - - [2025-10-27 01:50:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.017134 10.0.0.41 - - [2025-10-27 01:50:10] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.103407 10.0.0.41 - - [2025-10-27 01:50:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.011227 10.0.0.41 - - [2025-10-27 01:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012349 10.0.0.41 - - [2025-10-27 01:50:10] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.006664 10.0.0.41 - - [2025-10-27 01:50:10] "POST /instance-ips HTTP/1.1" 200 397 0.021995 10.0.0.41 - - [2025-10-27 01:50:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.017319 10.0.0.41 - - [2025-10-27 01:50:10] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.011810 10.0.0.41 - - [2025-10-27 01:50:10] "POST /set-tag HTTP/1.1" 200 109 0.064157 10.0.0.41 - - [2025-10-27 01:50:10] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.012177 10.0.0.41 - - [2025-10-27 01:50:10] "GET /instance-ip/4589fbe0-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003540 10.0.0.41 - - [2025-10-27 01:50:10] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004699 10.0.0.41 - - [2025-10-27 01:50:10] "POST /set-tag HTTP/1.1" 200 109 0.002364 10.0.0.41 - - [2025-10-27 01:50:10] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.003217 10.0.0.41 - - [2025-10-27 01:50:10] "POST /ref-update HTTP/1.1" 200 156 0.009224 10.0.0.41 - - [2025-10-27 01:50:10] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009322 10.0.0.41 - - [2025-10-27 01:50:10] "POST /set-tag HTTP/1.1" 200 109 0.002786 10.0.0.41 - - [2025-10-27 01:50:10] "POST /tags HTTP/1.1" 200 291 0.019147 10.0.0.41 - - [2025-10-27 01:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009479 10.0.0.41 - - [2025-10-27 01:50:10] "GET /tag/b04cf49b-daaf-4a4e-a1ff-5e5aee15889c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.011616 10.0.0.41 - - [2025-10-27 01:50:10] "POST /tags HTTP/1.1" 409 252 0.002331 10.0.0.41 - - [2025-10-27 01:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.41 - - [2025-10-27 01:50:10] "GET /tag/0b153fde-63e2-4ed9-bc89-d49d059049e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1320 0.011801 10.0.0.41 - - [2025-10-27 01:50:10] "POST /tags HTTP/1.1" 409 226 0.002907 10.0.0.41 - - [2025-10-27 01:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002047 10.0.0.41 - - [2025-10-27 01:50:10] "GET /tag/304e3aaa-37fc-46ab-9087-b2c0e39c292b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.012586 10.0.0.41 - - [2025-10-27 01:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.41 - - [2025-10-27 01:50:10] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005143 10.0.0.41 - - [2025-10-27 01:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.41 - - [2025-10-27 01:50:11] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.049086 10.0.0.41 - - [2025-10-27 01:50:11] "POST /virtual-machines HTTP/1.1" 200 395 0.010841 10.0.0.41 - - [2025-10-27 01:50:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.018481 10.0.0.41 - - [2025-10-27 01:50:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.107111 10.0.0.41 - - [2025-10-27 01:50:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.008176 10.0.0.41 - - [2025-10-27 01:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.41 - - [2025-10-27 01:50:11] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008539 10.0.0.41 - - [2025-10-27 01:50:11] "POST /instance-ips HTTP/1.1" 200 397 0.020442 10.0.0.41 - - [2025-10-27 01:50:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.020992 10.0.0.41 - - [2025-10-27 01:50:11] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.010995 10.0.0.41 - - [2025-10-27 01:50:11] "POST /set-tag HTTP/1.1" 200 109 0.063277 10.0.0.41 - - [2025-10-27 01:50:11] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.018830 10.0.0.41 - - [2025-10-27 01:50:11] "GET /instance-ip/4625a798-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.005583 10.0.0.41 - - [2025-10-27 01:50:11] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004924 10.0.0.41 - - [2025-10-27 01:50:11] "POST /set-tag HTTP/1.1" 200 109 0.002472 10.0.0.41 - - [2025-10-27 01:50:11] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1910 0.004023 10.0.0.41 - - [2025-10-27 01:50:11] "POST /ref-update HTTP/1.1" 200 156 0.020823 10.0.0.41 - - [2025-10-27 01:50:11] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.011152 10.0.0.41 - - [2025-10-27 01:50:11] "POST /set-tag HTTP/1.1" 200 109 0.003787 10.0.0.41 - - [2025-10-27 01:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002034 10.0.0.41 - - [2025-10-27 01:50:11] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004310 10.0.0.41 - - [2025-10-27 01:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007539 10.0.0.41 - - [2025-10-27 01:50:11] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.028850 10.0.0.41 - - [2025-10-27 01:50:11] "POST /virtual-machines HTTP/1.1" 200 395 0.008882 10.0.0.41 - - [2025-10-27 01:50:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.017158 10.0.0.41 - - [2025-10-27 01:50:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.112350 10.0.0.41 - - [2025-10-27 01:50:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.009253 10.0.0.41 - - [2025-10-27 01:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011333 10.0.0.41 - - [2025-10-27 01:50:12] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004346 10.0.0.41 - - [2025-10-27 01:50:12] "POST /instance-ips HTTP/1.1" 200 397 0.025899 10.0.0.41 - - [2025-10-27 01:50:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.020540 10.0.0.41 - - [2025-10-27 01:50:12] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.010618 10.0.0.41 - - [2025-10-27 01:50:12] "POST /set-tag HTTP/1.1" 200 109 0.067805 10.0.0.41 - - [2025-10-27 01:50:12] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.019108 10.0.0.41 - - [2025-10-27 01:50:12] "GET /instance-ip/469d13e6-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.004457 10.0.0.41 - - [2025-10-27 01:50:12] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006537 10.0.0.41 - - [2025-10-27 01:50:12] "POST /set-tag HTTP/1.1" 200 109 0.003479 10.0.0.41 - - [2025-10-27 01:50:12] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.010052 10.0.0.41 - - [2025-10-27 01:50:12] "POST /ref-update HTTP/1.1" 200 156 0.009586 10.0.0.41 - - [2025-10-27 01:50:12] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.020169 10.0.0.41 - - [2025-10-27 01:50:12] "POST /set-tag HTTP/1.1" 200 109 0.004562 10.0.0.41 - - [2025-10-27 01:50:12] "POST /tags HTTP/1.1" 200 299 0.032751 10.0.0.41 - - [2025-10-27 01:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006315 10.0.0.41 - - [2025-10-27 01:50:12] "GET /tag/c7299723-3686-48be-a909-3cf11676ef34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.017471 10.0.0.41 - - [2025-10-27 01:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.41 - - [2025-10-27 01:50:12] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003959 10.0.0.41 - - [2025-10-27 01:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002052 10.0.0.41 - - [2025-10-27 01:50:12] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.036618 10.0.0.41 - - [2025-10-27 01:50:12] "POST /virtual-machines HTTP/1.1" 200 395 0.009166 10.0.0.41 - - [2025-10-27 01:50:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.027830 10.0.0.41 - - [2025-10-27 01:50:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.133295 10.0.0.41 - - [2025-10-27 01:50:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.010242 10.0.0.41 - - [2025-10-27 01:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005054 10.0.0.41 - - [2025-10-27 01:50:13] "POST /instance-ips HTTP/1.1" 200 397 0.020286 10.0.0.41 - - [2025-10-27 01:50:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.017850 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008476 10.0.0.41 - - [2025-10-27 01:50:13] "POST /set-tag HTTP/1.1" 200 109 0.021151 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.017983 10.0.0.41 - - [2025-10-27 01:50:13] "GET /instance-ip/472edd6c-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.005444 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004135 10.0.0.41 - - [2025-10-27 01:50:13] "POST /set-tag HTTP/1.1" 200 109 0.002167 10.0.0.41 - - [2025-10-27 01:50:13] "POST /tags HTTP/1.1" 200 299 0.017854 10.0.0.41 - - [2025-10-27 01:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.41 - - [2025-10-27 01:50:13] "GET /tag/b27cbec9-f0b3-478c-a5e7-f0a567c54a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.012731 10.0.0.41 - - [2025-10-27 01:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001515 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004333 10.0.0.41 - - [2025-10-27 01:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.41 - - [2025-10-27 01:50:13] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.059552 10.0.0.41 - - [2025-10-27 01:50:13] "POST /virtual-machines HTTP/1.1" 200 395 0.008789 10.0.0.41 - - [2025-10-27 01:50:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.007195 10.0.0.41 - - [2025-10-27 01:50:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.102613 10.0.0.41 - - [2025-10-27 01:50:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.010651 10.0.0.41 - - [2025-10-27 01:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005333 10.0.0.41 - - [2025-10-27 01:50:13] "POST /instance-ips HTTP/1.1" 200 397 0.023824 10.0.0.41 - - [2025-10-27 01:50:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.017981 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005411 10.0.0.41 - - [2025-10-27 01:50:13] "POST /set-tag HTTP/1.1" 200 109 0.026946 10.0.0.41 - - [2025-10-27 01:50:13] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.012150 10.0.0.41 - - [2025-10-27 01:50:13] "GET /instance-ip/479a07ae-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.005567 10.0.0.41 - - [2025-10-27 01:50:14] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004351 10.0.0.41 - - [2025-10-27 01:50:14] "POST /set-tag HTTP/1.1" 200 109 0.002052 10.0.0.41 - - [2025-10-27 01:50:14] "POST /tags HTTP/1.1" 200 299 0.022494 10.0.0.41 - - [2025-10-27 01:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002007 10.0.0.41 - - [2025-10-27 01:50:14] "GET /tag/ab5b0a10-1fae-4dfe-95b1-906d61bcda8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011859 10.0.0.41 - - [2025-10-27 01:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001883 10.0.0.41 - - [2025-10-27 01:50:14] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004667 10.0.0.41 - - [2025-10-27 01:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001851 10.0.0.41 - - [2025-10-27 01:50:14] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.047141 10.0.0.41 - - [2025-10-27 01:50:14] "POST /virtual-machines HTTP/1.1" 200 395 0.012214 10.0.0.41 - - [2025-10-27 01:50:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.008689 10.0.0.41 - - [2025-10-27 01:50:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.104738 10.0.0.41 - - [2025-10-27 01:50:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.017341 10.0.0.41 - - [2025-10-27 01:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010103 10.0.0.41 - - [2025-10-27 01:50:14] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004325 10.0.0.41 - - [2025-10-27 01:50:14] "POST /instance-ips HTTP/1.1" 200 397 0.028301 10.0.0.41 - - [2025-10-27 01:50:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.039157 10.0.0.41 - - [2025-10-27 01:50:14] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.013388 10.0.0.41 - - [2025-10-27 01:50:14] "POST /set-tag HTTP/1.1" 200 109 0.018497 10.0.0.41 - - [2025-10-27 01:50:14] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.010237 10.0.0.41 - - [2025-10-27 01:50:14] "GET /instance-ip/4803d7ba-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002762 10.0.0.41 - - [2025-10-27 01:50:14] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004495 10.0.0.41 - - [2025-10-27 01:50:14] "POST /set-tag HTTP/1.1" 200 109 0.002501 10.0.0.41 - - [2025-10-27 01:50:14] "POST /tags HTTP/1.1" 200 299 0.018815 10.0.0.41 - - [2025-10-27 01:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.41 - - [2025-10-27 01:50:14] "GET /tag/20ca6982-ddd9-4566-88f2-d536ab6f4f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.011958 10.0.0.41 - - [2025-10-27 01:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005833 10.0.0.41 - - [2025-10-27 01:50:14] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004610 10.0.0.41 - - [2025-10-27 01:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001769 10.0.0.41 - - [2025-10-27 01:50:14] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.042112 10.0.0.41 - - [2025-10-27 01:50:14] "POST /virtual-machines HTTP/1.1" 200 395 0.007387 10.0.0.41 - - [2025-10-27 01:50:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.016606 10.0.0.41 - - [2025-10-27 01:50:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.100799 10.0.0.41 - - [2025-10-27 01:50:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.008454 10.0.0.41 - - [2025-10-27 01:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013474 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004358 10.0.0.41 - - [2025-10-27 01:50:15] "POST /instance-ips HTTP/1.1" 200 397 0.020617 10.0.0.41 - - [2025-10-27 01:50:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.019466 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.009360 10.0.0.41 - - [2025-10-27 01:50:15] "POST /set-tag HTTP/1.1" 200 109 0.021749 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.019031 10.0.0.41 - - [2025-10-27 01:50:15] "GET /instance-ip/48764dcc-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.008697 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.009816 10.0.0.41 - - [2025-10-27 01:50:15] "POST /set-tag HTTP/1.1" 200 109 0.005151 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.005729 10.0.0.41 - - [2025-10-27 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.010946 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.017126 10.0.0.41 - - [2025-10-27 01:50:15] "POST /set-tag HTTP/1.1" 200 109 0.002067 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005226 10.0.0.41 - - [2025-10-27 01:50:15] "POST /set-tag HTTP/1.1" 200 109 0.002321 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.003614 10.0.0.41 - - [2025-10-27 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.007968 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.008023 10.0.0.41 - - [2025-10-27 01:50:15] "POST /set-tag HTTP/1.1" 200 109 0.002281 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.007807 10.0.0.41 - - [2025-10-27 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.006838 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006068 10.0.0.41 - - [2025-10-27 01:50:15] "POST /set-tag HTTP/1.1" 200 109 0.002489 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.015143 10.0.0.41 - - [2025-10-27 01:50:15] "POST /set-tag HTTP/1.1" 200 109 0.003804 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004156 10.0.0.41 - - [2025-10-27 01:50:15] "POST /ref-update HTTP/1.1" 200 156 0.007359 10.0.0.41 - - [2025-10-27 01:50:15] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.021599 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.004536 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005523 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.003260 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005406 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.007858 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.012954 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.002568 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.007305 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.002886 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004868 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.002337 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.013751 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.009245 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003888 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.002079 10.0.0.41 - - [2025-10-27 01:50:16] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004057 10.0.0.41 - - [2025-10-27 01:50:16] "POST /set-tag HTTP/1.1" 200 109 0.002384 10.0.0.41 - - [2025-10-27 01:50:17] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004670 10.0.0.41 - - [2025-10-27 01:50:17] "POST /set-tag HTTP/1.1" 200 109 0.002109 10.0.0.41 - - [2025-10-27 01:50:18] "GET /virtual-machine/ec521c8f-6db5-4897-ade4-d2c60ef3f111?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003381 10.0.0.41 - - [2025-10-27 01:50:18] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003879 10.0.0.41 - - [2025-10-27 01:50:18] "GET /virtual-machine/ca777c77-df74-43e9-9c9c-381a1963593c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002798 10.0.0.41 - - [2025-10-27 01:50:18] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004089 10.0.0.41 - - [2025-10-27 01:50:18] "GET /virtual-machine/ca94f51d-3a1a-4a94-96c7-9f10fcac0ee6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002912 10.0.0.41 - - [2025-10-27 01:50:18] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003937 10.0.0.41 - - [2025-10-27 01:50:19] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004907 10.0.0.41 - - [2025-10-27 01:50:19] "POST /set-tag HTTP/1.1" 200 109 0.002170 10.0.0.41 - - [2025-10-27 01:50:20] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005248 10.0.0.41 - - [2025-10-27 01:50:20] "POST /set-tag HTTP/1.1" 200 109 0.002909 10.0.0.41 - - [2025-10-27 01:50:23] "GET /virtual-machine/54a258e8-ed35-45fa-a0f1-0e08c74a10b5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003304 10.0.0.41 - - [2025-10-27 01:50:23] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003894 10.0.0.41 - - [2025-10-27 01:50:25] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.016096 10.0.0.41 - - [2025-10-27 01:50:25] "POST /set-tag HTTP/1.1" 200 109 0.004908 10.0.0.41 - - [2025-10-27 01:50:26] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.008407 10.0.0.41 - - [2025-10-27 01:50:26] "POST /set-tag HTTP/1.1" 200 109 0.002429 10.0.0.41 - - [2025-10-27 01:50:26] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005823 10.0.0.41 - - [2025-10-27 01:50:26] "POST /set-tag HTTP/1.1" 200 109 0.002743 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine/aaf7befe-cbcf-47e8-9897-ced9bec953d4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002982 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003891 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine/07dd9f89-5f82-45ba-8ce9-41d645ee9c5b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.002942 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004960 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine/0aac03ec-c54e-4dc0-b9a0-d9ea3bef74f2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.003134 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004637 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine/024a14a4-d15d-4504-9086-4eb3bce57fef?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.008610 10.0.0.41 - - [2025-10-27 01:50:28] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003861 10.0.0.41 - - [2025-10-27 01:50:29] "GET /loadbalancer/6bdabedc-563d-4cf7-ad1e-2424c090c528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003031 10.0.0.41 - - [2025-10-27 01:50:29] "POST /tags HTTP/1.1" 200 333 0.022718 10.0.0.41 - - [2025-10-27 01:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007785 10.0.0.41 - - [2025-10-27 01:50:29] "GET /tag/59dfceab-5bd6-43bf-ae39-6442ac0660ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.016140 10.0.0.41 - - [2025-10-27 01:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001992 10.0.0.41 - - [2025-10-27 01:50:29] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.033582 10.0.0.41 - - [2025-10-27 01:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.41 - - [2025-10-27 01:50:29] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.004861 10.0.0.41 - - [2025-10-27 01:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.001553 10.0.0.41 - - [2025-10-27 01:50:29] "GET /service-appliance-set/688c5eba-07e0-4b1e-97de-9ef5bc7fc68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.002673 10.0.0.41 - - [2025-10-27 01:50:29] "POST /fqname-to-id HTTP/1.1" 404 273 0.001701 10.0.0.41 - - [2025-10-27 01:50:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.100494 10.0.0.41 - - [2025-10-27 01:50:29] "GET /virtual-machine-interface/8109164b-8007-4713-bbe1-6d9a8c445361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2420 0.005401 10.0.0.41 - - [2025-10-27 01:50:29] "POST /instance-ips HTTP/1.1" 200 409 0.020929 10.0.0.41 - - [2025-10-27 01:50:29] "GET /instance-ip/68f1667c-9ea2-4d99-b601-568769bc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.016328 10.0.0.41 - - [2025-10-27 01:50:30] "POST /loadbalancers HTTP/1.1" 200 629 0.068783 10.0.0.41 - - [2025-10-27 01:50:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.028233 10.0.0.41 - - [2025-10-27 01:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.41 - - [2025-10-27 01:50:30] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.039932 10.0.0.41 - - [2025-10-27 01:50:30] "GET /instance-ip/68f1667c-9ea2-4d99-b601-568769bc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.003481 10.0.0.41 - - [2025-10-27 01:50:30] "POST /floating-ips HTTP/1.1" 200 597 0.037310 10.0.0.41 - - [2025-10-27 01:50:30] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.055860 10.0.0.41 - - [2025-10-27 01:50:30] "GET /loadbalancer/6bdabedc-563d-4cf7-ad1e-2424c090c528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.002468 10.0.0.41 - - [2025-10-27 01:50:30] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.036229 10.0.0.41 - - [2025-10-27 01:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2025-10-27 01:50:30] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.048224 10.0.0.41 - - [2025-10-27 01:50:30] "GET /loadbalancer-listener/fe2a2430-4e8b-4950-b761-c64f9f22e08b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1843 0.004141 10.0.0.41 - - [2025-10-27 01:50:30] "GET /loadbalancer-listener/fe2a2430-4e8b-4950-b761-c64f9f22e08b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1243 0.003619 10.0.0.41 - - [2025-10-27 01:50:30] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.021704 10.0.0.41 - - [2025-10-27 01:50:30] "GET /instance-ip/68f1667c-9ea2-4d99-b601-568769bc63b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.004411 10.0.0.41 - - [2025-10-27 01:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006709 10.0.0.41 - - [2025-10-27 01:50:30] "GET /loadbalancer/6bdabedc-563d-4cf7-ad1e-2424c090c528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.008853 10.0.0.41 - - [2025-10-27 01:50:30] "GET /loadbalancer/6bdabedc-563d-4cf7-ad1e-2424c090c528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.011046 10.0.0.41 - - [2025-10-27 01:50:30] "GET /instance-ip/68f1667c-9ea2-4d99-b601-568769bc63b0?fields=floating_ips HTTP/1.1" 200 1212 0.024330 10.0.0.41 - - [2025-10-27 01:50:30] "GET /loadbalancer-pool/81e12ef7-f5e7-44c8-8801-b484f562f0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007862 10.0.0.41 - - [2025-10-27 01:50:30] "GET /floating-ip/67851d62-6210-40b0-83b8-1762dc8d6651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.002692 10.0.0.41 - - [2025-10-27 01:50:30] "POST /loadbalancer-members HTTP/1.1" 200 721 0.027376 10.0.0.41 - - [2025-10-27 01:50:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.024097 10.0.0.41 - - [2025-10-27 01:50:30] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.012813 10.0.0.41 - - [2025-10-27 01:50:30] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005622 10.0.0.41 - - [2025-10-27 01:50:30] "POST /ref-update HTTP/1.1" 200 156 0.008761 10.0.0.41 - - [2025-10-27 01:50:30] "GET /floating-ip/67851d62-6210-40b0-83b8-1762dc8d6651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.009124 10.0.0.41 - - [2025-10-27 01:50:30] "POST /tags HTTP/1.1" 409 221 0.002650 10.0.0.41 - - [2025-10-27 01:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.014056 10.0.0.41 - - [2025-10-27 01:50:30] "GET /tag/59dfceab-5bd6-43bf-ae39-6442ac0660ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.014096 10.0.0.41 - - [2025-10-27 01:50:30] "PUT /floating-ip/67851d62-6210-40b0-83b8-1762dc8d6651 HTTP/1.1" 200 256 0.011810 10.0.0.41 - - [2025-10-27 01:50:30] "POST /set-tag HTTP/1.1" 200 109 0.060509 10.0.0.41 - - [2025-10-27 01:50:30] "GET /loadbalancer-pool/81e12ef7-f5e7-44c8-8801-b484f562f0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.012490 10.0.0.41 - - [2025-10-27 01:50:30] "POST /loadbalancer-members HTTP/1.1" 200 721 0.024379 10.0.0.41 - - [2025-10-27 01:50:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.009650 10.0.0.41 - - [2025-10-27 01:50:30] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.019897 10.0.0.41 - - [2025-10-27 01:50:30] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004005 10.0.0.41 - - [2025-10-27 01:50:30] "POST /ref-update HTTP/1.1" 200 156 0.009231 10.0.0.41 - - [2025-10-27 01:50:30] "GET /floating-ip/67851d62-6210-40b0-83b8-1762dc8d6651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2236 0.011974 10.0.0.41 - - [2025-10-27 01:50:31] "POST /set-tag HTTP/1.1" 200 109 0.087501 10.0.0.41 - - [2025-10-27 01:50:32] "POST /tags HTTP/1.1" 409 206 0.002823 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.41 - - [2025-10-27 01:50:32] "GET /tag/d443eb1e-87bb-4dda-bf1d-b4972d86b946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.011684 10.0.0.41 - - [2025-10-27 01:50:32] "POST /tags HTTP/1.1" 409 204 0.002104 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.41 - - [2025-10-27 01:50:32] "GET /tag/b27cbec9-f0b3-478c-a5e7-f0a567c54a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011422 10.0.0.41 - - [2025-10-27 01:50:32] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002466 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.41 - - [2025-10-27 01:50:32] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002550 10.0.0.41 - - [2025-10-27 01:50:32] "POST /tags HTTP/1.1" 409 206 0.001332 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002350 10.0.0.41 - - [2025-10-27 01:50:32] "GET /tag/d443eb1e-87bb-4dda-bf1d-b4972d86b946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.011147 10.0.0.41 - - [2025-10-27 01:50:32] "POST /tags HTTP/1.1" 409 226 0.001955 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002157 10.0.0.41 - - [2025-10-27 01:50:32] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.012130 10.0.0.41 - - [2025-10-27 01:50:32] "POST /tags HTTP/1.1" 409 204 0.002234 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002131 10.0.0.41 - - [2025-10-27 01:50:32] "GET /tag/b27cbec9-f0b3-478c-a5e7-f0a567c54a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.011147 10.0.0.41 - - [2025-10-27 01:50:32] "POST /tags HTTP/1.1" 409 226 0.001644 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.41 - - [2025-10-27 01:50:32] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.015589 10.0.0.41 - - [2025-10-27 01:50:32] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.003163 10.0.0.41 - - [2025-10-27 01:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.41 - - [2025-10-27 01:50:32] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003998 10.0.0.41 - - [2025-10-27 01:50:32] "POST /firewall-rules HTTP/1.1" 200 626 0.096958 10.0.0.41 - - [2025-10-27 01:50:32] "POST /firewall-rules HTTP/1.1" 200 646 0.087873 10.0.0.41 - - [2025-10-27 01:50:32] "GET /firewall-rule/2be5ba98-f268-4c54-8a03-979b4f4abcd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.013716 10.0.0.41 - - [2025-10-27 01:50:32] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003083 10.0.0.41 - - [2025-10-27 01:50:32] "GET /firewall-rule/e855382f-2ba6-4fcd-877e-f5ccfe455c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.004635 10.0.0.41 - - [2025-10-27 01:50:32] "POST /ref-update HTTP/1.1" 200 156 0.015048 10.0.0.41 - - [2025-10-27 01:50:33] "POST /firewall-policys HTTP/1.1" 200 606 0.033826 10.0.0.41 - - [2025-10-27 01:50:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.019996 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.010935 10.0.0.41 - - [2025-10-27 01:50:33] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002191 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.002665 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.006319 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.004676 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.004186 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002520 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.002217 10.0.0.41 - - [2025-10-27 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.022000 10.0.0.41 - - [2025-10-27 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.027314 10.0.0.41 - - [2025-10-27 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.034822 10.0.0.41 - - [2025-10-27 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.021566 10.0.0.41 - - [2025-10-27 01:50:33] "POST /ref-update HTTP/1.1" 200 156 0.030398 10.0.0.41 - - [2025-10-27 01:50:33] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.009706 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001113 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000770 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000974 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000956 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000836 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001044 10.0.0.41 - - [2025-10-27 01:51:49] "POST /tags HTTP/1.1" 200 365 0.044605 10.0.0.41 - - [2025-10-27 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.012170 10.0.0.41 - - [2025-10-27 01:51:49] "GET /tag/bec7a367-6f69-4bf8-bf30-554b9aaae055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.015007 10.0.0.41 - - [2025-10-27 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001914 10.0.0.41 - - [2025-10-27 01:51:49] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.029529 10.0.0.41 - - [2025-10-27 01:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.41 - - [2025-10-27 01:51:49] "GET /service-appliance-set/a94626f3-5d7e-49ec-a3b9-b4529bafbf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.002442 10.0.0.41 - - [2025-10-27 01:51:49] "POST /fqname-to-id HTTP/1.1" 404 258 0.002149 10.0.0.41 - - [2025-10-27 01:51:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.087034 10.0.0.41 - - [2025-10-27 01:51:50] "GET /virtual-machine-interface/756dd286-92ff-4096-ac46-55d0eddaaa40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.013655 10.0.0.41 - - [2025-10-27 01:51:50] "POST /set-tag HTTP/1.1" 200 109 0.022107 10.0.0.41 - - [2025-10-27 01:51:50] "POST /instance-ips HTTP/1.1" 200 417 0.051883 10.0.0.41 - - [2025-10-27 01:51:50] "GET /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.008162 10.0.0.41 - - [2025-10-27 01:51:50] "POST /loadbalancers HTTP/1.1" 200 618 0.060339 10.0.0.41 - - [2025-10-27 01:51:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.020710 10.0.0.41 - - [2025-10-27 01:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.020720 10.0.0.41 - - [2025-10-27 01:51:50] "POST /service-instances HTTP/1.1" 200 566 0.018276 10.0.0.41 - - [2025-10-27 01:51:50] "POST /ref-update HTTP/1.1" 200 156 0.010271 10.0.0.41 - - [2025-10-27 01:51:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035278 10.0.0.41 - - [2025-10-27 01:51:50] "GET /virtual-machine-interface/756dd286-92ff-4096-ac46-55d0eddaaa40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.004602 10.0.0.41 - - [2025-10-27 01:51:50] "PUT /service-instance/46e50e2e-41e5-4476-8491-d95ca07e33b0 HTTP/1.1" 200 266 0.010038 10.0.0.41 - - [2025-10-27 01:51:50] "GET /virtual-machine-interface/756dd286-92ff-4096-ac46-55d0eddaaa40?fields=floating_ip_back_refs HTTP/1.1" 200 1179 0.020471 10.0.0.41 - - [2025-10-27 01:51:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.025108 10.0.0.41 - - [2025-10-27 01:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002064 10.0.0.41 - - [2025-10-27 01:51:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.002321 10.0.0.41 - - [2025-10-27 01:51:50] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003347 10.0.0.41 - - [2025-10-27 01:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001314 10.0.0.41 - - [2025-10-27 01:51:50] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.007937 10.0.0.41 - - [2025-10-27 01:51:50] "POST /tags HTTP/1.1" 409 221 0.001819 10.0.0.41 - - [2025-10-27 01:51:50] "POST /virtual-machines HTTP/1.1" 200 429 0.035339 10.0.0.41 - - [2025-10-27 01:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.029783 10.0.0.41 - - [2025-10-27 01:51:50] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.013244 10.0.0.41 - - [2025-10-27 01:51:50] "POST /tags HTTP/1.1" 409 238 0.002012 10.0.0.41 - - [2025-10-27 01:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001488 10.0.0.41 - - [2025-10-27 01:51:50] "GET /tag/bec7a367-6f69-4bf8-bf30-554b9aaae055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.033447 10.0.0.41 - - [2025-10-27 01:51:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.178663 10.0.0.41 - - [2025-10-27 01:51:50] "POST /chown HTTP/1.1" 200 109 0.022943 10.0.0.41 - - [2025-10-27 01:51:50] "POST /firewall-rules HTTP/1.1" 200 650 0.154944 10.0.0.41 - - [2025-10-27 01:51:50] "POST /chown HTTP/1.1" 200 109 0.041219 10.0.0.41 - - [2025-10-27 01:51:50] "GET /firewall-rule/5bbb4e78-7b57-4f86-8651-728b10a129e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.022338 10.0.0.41 - - [2025-10-27 01:51:50] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.011984 10.0.0.41 - - [2025-10-27 01:51:50] "GET /firewall-rule/5bbb4e78-7b57-4f86-8651-728b10a129e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.006674 10.0.0.41 - - [2025-10-27 01:51:50] "PUT /virtual-machine-interface/03720e03-846b-41c1-a25b-c240789ba07e HTTP/1.1" 200 284 0.061723 10.0.0.41 - - [2025-10-27 01:51:50] "PUT /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717 HTTP/1.1" 200 256 0.037751 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.061541 10.0.0.41 - - [2025-10-27 01:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.011992 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.041041 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.020061 10.0.0.41 - - [2025-10-27 01:51:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.071658 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.043558 10.0.0.41 - - [2025-10-27 01:51:51] "GET /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2520 0.002969 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.017477 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.037138 10.0.0.41 - - [2025-10-27 01:51:51] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.103361 10.0.0.41 - - [2025-10-27 01:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008423 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.055039 10.0.0.41 - - [2025-10-27 01:51:51] "POST /virtual-machines HTTP/1.1" 200 429 0.030861 10.0.0.41 - - [2025-10-27 01:51:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.083261 10.0.0.41 - - [2025-10-27 01:51:51] "GET /loadbalancer-listener/bbfb0cf9-25bb-47c1-9ca1-c680f24521ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.012173 10.0.0.41 - - [2025-10-27 01:51:51] "GET /loadbalancer-listener/bbfb0cf9-25bb-47c1-9ca1-c680f24521ae?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.003739 10.0.0.41 - - [2025-10-27 01:51:51] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.057620 10.0.0.41 - - [2025-10-27 01:51:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.170365 10.0.0.41 - - [2025-10-27 01:51:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.058549 10.0.0.41 - - [2025-10-27 01:51:51] "POST /chown HTTP/1.1" 200 109 0.050060 10.0.0.41 - - [2025-10-27 01:51:51] "GET /loadbalancer-pool/0f75c692-6ea0-4437-98f1-bc01c5f99a4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.018665 10.0.0.41 - - [2025-10-27 01:51:51] "POST /chown HTTP/1.1" 200 109 0.009801 10.0.0.41 - - [2025-10-27 01:51:51] "PUT /virtual-machine-interface/f19f5cc7-5f89-4850-89b4-79a88c42a318 HTTP/1.1" 200 284 0.025440 10.0.0.41 - - [2025-10-27 01:51:51] "POST /loadbalancer-members HTTP/1.1" 200 707 0.089917 10.0.0.41 - - [2025-10-27 01:51:51] "PUT /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717 HTTP/1.1" 200 256 0.076695 10.0.0.41 - - [2025-10-27 01:51:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.035932 10.0.0.41 - - [2025-10-27 01:51:51] "GET /loadbalancer-member/90cfb1fe-a92e-4062-92c2-49d0e3c5b5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.001973 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.033906 10.0.0.41 - - [2025-10-27 01:51:51] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007663 10.0.0.41 - - [2025-10-27 01:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008356 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.026410 10.0.0.41 - - [2025-10-27 01:51:51] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005718 10.0.0.41 - - [2025-10-27 01:51:51] "POST /tags HTTP/1.1" 409 221 0.005633 10.0.0.41 - - [2025-10-27 01:51:51] "POST /ref-update HTTP/1.1" 200 156 0.054712 10.0.0.41 - - [2025-10-27 01:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.41 - - [2025-10-27 01:51:52] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.056844 10.0.0.41 - - [2025-10-27 01:51:52] "POST /tags HTTP/1.1" 409 238 0.005742 10.0.0.41 - - [2025-10-27 01:51:52] "POST /ref-update HTTP/1.1" 200 156 0.011890 10.0.0.41 - - [2025-10-27 01:51:52] "POST /ref-update HTTP/1.1" 200 156 0.015547 10.0.0.41 - - [2025-10-27 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007080 10.0.0.41 - - [2025-10-27 01:51:52] "GET /tag/bec7a367-6f69-4bf8-bf30-554b9aaae055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.017968 10.0.0.41 - - [2025-10-27 01:51:52] "POST /firewall-rules HTTP/1.1" 409 293 0.003865 10.0.0.41 - - [2025-10-27 01:51:52] "PUT /service-instance/46e50e2e-41e5-4476-8491-d95ca07e33b0 HTTP/1.1" 200 266 0.016604 10.0.0.41 - - [2025-10-27 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.41 - - [2025-10-27 01:51:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.016523 10.0.0.41 - - [2025-10-27 01:51:52] "PUT /firewall-rule/5bbb4e78-7b57-4f86-8651-728b10a129e9 HTTP/1.1" 200 260 0.070292 10.0.0.41 - - [2025-10-27 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.023734 10.0.0.41 - - [2025-10-27 01:51:52] "GET /firewall-rule/5bbb4e78-7b57-4f86-8651-728b10a129e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.031705 10.0.0.41 - - [2025-10-27 01:51:52] "POST /chown HTTP/1.1" 200 109 0.023466 10.0.0.41 - - [2025-10-27 01:51:52] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.017542 10.0.0.41 - - [2025-10-27 01:51:52] "GET /firewall-rule/5bbb4e78-7b57-4f86-8651-728b10a129e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004769 10.0.0.41 - - [2025-10-27 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.41 - - [2025-10-27 01:51:52] "POST /chown HTTP/1.1" 200 109 0.056025 10.0.0.41 - - [2025-10-27 01:51:52] "GET /tag/bec7a367-6f69-4bf8-bf30-554b9aaae055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.016108 10.0.0.41 - - [2025-10-27 01:51:52] "GET /tag/bec7a367-6f69-4bf8-bf30-554b9aaae055?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.014353 10.0.0.41 - - [2025-10-27 01:51:52] "GET /virtual-machine-interface/03720e03-846b-41c1-a25b-c240789ba07e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004392 10.0.0.41 - - [2025-10-27 01:51:52] "PUT /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717 HTTP/1.1" 200 256 0.038051 10.0.0.41 - - [2025-10-27 01:51:52] "POST /ref-update HTTP/1.1" 200 156 0.033946 10.0.0.41 - - [2025-10-27 01:51:52] "POST /chown HTTP/1.1" 200 109 0.031997 10.0.0.41 - - [2025-10-27 01:51:52] "POST /set-tag HTTP/1.1" 200 109 0.078555 10.0.0.41 - - [2025-10-27 01:51:52] "GET /virtual-machine-interface/756dd286-92ff-4096-ac46-55d0eddaaa40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.024916 10.0.0.41 - - [2025-10-27 01:51:52] "POST /chown HTTP/1.1" 200 109 0.051896 10.0.0.41 - - [2025-10-27 01:51:52] "POST /set-tag HTTP/1.1" 200 109 0.055501 10.0.0.41 - - [2025-10-27 01:51:52] "PUT /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717 HTTP/1.1" 200 256 0.023693 10.0.0.41 - - [2025-10-27 01:51:52] "GET /virtual-machine-interface/f19f5cc7-5f89-4850-89b4-79a88c42a318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.006959 10.0.0.41 - - [2025-10-27 01:51:52] "POST /ref-update HTTP/1.1" 200 156 0.051674 10.0.0.41 - - [2025-10-27 01:51:52] "POST /set-tag HTTP/1.1" 200 109 0.023897 10.0.0.41 - - [2025-10-27 01:51:52] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.017784 10.0.0.41 - - [2025-10-27 01:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.41 - - [2025-10-27 01:51:52] "POST /chown HTTP/1.1" 200 109 0.006837 10.0.0.41 - - [2025-10-27 01:51:52] "POST /chown HTTP/1.1" 200 109 0.011911 10.0.0.41 - - [2025-10-27 01:51:52] "GET /firewall-rule/5bbb4e78-7b57-4f86-8651-728b10a129e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.010477 10.0.0.41 - - [2025-10-27 01:51:52] "POST /ref-update HTTP/1.1" 200 156 0.021135 10.0.0.41 - - [2025-10-27 01:51:52] "PUT /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717 HTTP/1.1" 200 256 0.045310 10.0.0.41 - - [2025-10-27 01:51:52] "POST /ref-update HTTP/1.1" 200 156 0.034635 10.0.0.41 - - [2025-10-27 01:51:52] "POST /chown HTTP/1.1" 200 109 0.025663 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /firewall-rule/5bbb4e78-7b57-4f86-8651-728b10a129e9 HTTP/1.1" 200 115 0.145294 10.0.0.41 - - [2025-10-27 01:51:53] "POST /chown HTTP/1.1" 200 109 0.016688 10.0.0.41 - - [2025-10-27 01:51:53] "PUT /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717 HTTP/1.1" 200 256 0.070931 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /loadbalancer-member/90cfb1fe-a92e-4062-92c2-49d0e3c5b5a0 HTTP/1.1" 200 115 0.142732 10.0.0.41 - - [2025-10-27 01:51:53] "POST /ref-update HTTP/1.1" 200 156 0.045584 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /loadbalancer-pool/0f75c692-6ea0-4437-98f1-bc01c5f99a4a HTTP/1.1" 200 115 0.058615 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /loadbalancer-listener/bbfb0cf9-25bb-47c1-9ca1-c680f24521ae HTTP/1.1" 200 115 0.054462 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2 HTTP/1.1" 200 115 0.054803 10.0.0.41 - - [2025-10-27 01:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001936 10.0.0.41 - - [2025-10-27 01:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /instance-ip/79f66b02-39a7-436b-945d-cbc38a9a0717 HTTP/1.1" 200 115 0.056375 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /virtual-machine-interface/756dd286-92ff-4096-ac46-55d0eddaaa40 HTTP/1.1" 200 115 0.060077 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /tag/bec7a367-6f69-4bf8-bf30-554b9aaae055 HTTP/1.1" 200 115 0.064029 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /service-instance/46e50e2e-41e5-4476-8491-d95ca07e33b0 HTTP/1.1" 200 115 0.046613 10.0.0.41 - - [2025-10-27 01:51:53] "GET /virtual-machine-interface/03720e03-846b-41c1-a25b-c240789ba07e?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1207 0.004680 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /virtual-machine-interface/03720e03-846b-41c1-a25b-c240789ba07e HTTP/1.1" 200 115 0.082488 10.0.0.41 - - [2025-10-27 01:51:53] "POST /ref-update HTTP/1.1" 200 156 0.017637 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /virtual-machine/bc1b34d9-63f5-48aa-b799-1a156381b6bc HTTP/1.1" 200 115 0.070318 10.0.0.41 - - [2025-10-27 01:51:53] "GET /virtual-machine-interface/f19f5cc7-5f89-4850-89b4-79a88c42a318?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1208 0.027371 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /virtual-machine-interface/f19f5cc7-5f89-4850-89b4-79a88c42a318 HTTP/1.1" 200 115 0.049458 10.0.0.41 - - [2025-10-27 01:51:53] "DELETE /virtual-machine/7537fd30-f4f8-4f58-946a-a8f3d28a8f85 HTTP/1.1" 200 115 0.029224 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000875 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:51:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000817 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 252 0.004269 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001792 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/0b153fde-63e2-4ed9-bc89-d49d059049e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1320 0.017928 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 228 0.005012 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/777cafbf-2055-448b-9c5d-ed4befdad8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.010492 10.0.0.41 - - [2025-10-27 01:52:32] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.001913 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.41 - - [2025-10-27 01:52:32] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.009018 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 206 0.001444 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/d443eb1e-87bb-4dda-bf1d-b4972d86b946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1110 0.011360 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 226 0.002186 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.021874 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 204 0.002192 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001933 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/b27cbec9-f0b3-478c-a5e7-f0a567c54a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1101 0.012506 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 226 0.001991 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/0a81a3ee-4319-4c92-95c8-8a270509207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.011483 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 228 0.002001 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002103 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/777cafbf-2055-448b-9c5d-ed4befdad8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.010865 10.0.0.41 - - [2025-10-27 01:52:32] "POST /tags HTTP/1.1" 409 252 0.002183 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.41 - - [2025-10-27 01:52:32] "GET /tag/0b153fde-63e2-4ed9-bc89-d49d059049e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1320 0.013061 10.0.0.41 - - [2025-10-27 01:52:32] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003085 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-10-27 01:52:32] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002601 10.0.0.41 - - [2025-10-27 01:52:32] "POST /firewall-rules HTTP/1.1" 409 281 0.002842 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.41 - - [2025-10-27 01:52:32] "PUT /firewall-rule/e855382f-2ba6-4fcd-877e-f5ccfe455c6a HTTP/1.1" 200 260 0.040175 10.0.0.41 - - [2025-10-27 01:52:32] "POST /firewall-rules HTTP/1.1" 409 291 0.008453 10.0.0.41 - - [2025-10-27 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.41 - - [2025-10-27 01:52:32] "PUT /firewall-rule/2be5ba98-f268-4c54-8a03-979b4f4abcd6 HTTP/1.1" 200 260 0.033070 10.0.0.41 - - [2025-10-27 01:52:32] "GET /firewall-rule/2be5ba98-f268-4c54-8a03-979b4f4abcd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.023824 10.0.0.41 - - [2025-10-27 01:52:33] "POST /firewall-rules HTTP/1.1" 200 658 0.109493 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-rule/b5391119-9e84-4240-a8fa-b05c3523e41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.004167 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.005100 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-rule/e855382f-2ba6-4fcd-877e-f5ccfe455c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.002439 10.0.0.41 - - [2025-10-27 01:52:33] "POST /firewall-policys HTTP/1.1" 409 269 0.002712 10.0.0.41 - - [2025-10-27 01:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001418 10.0.0.41 - - [2025-10-27 01:52:33] "PUT /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51 HTTP/1.1" 200 264 0.022447 10.0.0.41 - - [2025-10-27 01:52:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.011023 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009654 10.0.0.41 - - [2025-10-27 01:52:33] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003986 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003198 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.002857 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002387 10.0.0.41 - - [2025-10-27 01:52:33] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002614 10.0.0.41 - - [2025-10-27 01:52:47] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005407 10.0.0.41 - - [2025-10-27 01:52:47] "POST /set-tag HTTP/1.1" 200 109 0.002610 10.0.0.41 - - [2025-10-27 01:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002513 10.0.0.41 - - [2025-10-27 01:52:47] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002812 10.0.0.41 - - [2025-10-27 01:52:47] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.008708 10.0.0.41 - - [2025-10-27 01:52:47] "POST /set-tag HTTP/1.1" 200 109 0.024332 10.0.0.41 - - [2025-10-27 01:52:47] "DELETE /loadbalancer-member/6b3e42f4-6fd8-4668-9005-76a2cd48b402 HTTP/1.1" 200 115 0.035504 10.0.0.41 - - [2025-10-27 01:52:47] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007635 10.0.0.41 - - [2025-10-27 01:52:47] "POST /set-tag HTTP/1.1" 200 109 0.002525 10.0.0.41 - - [2025-10-27 01:52:47] "DELETE /loadbalancer-member/3f45db86-00ce-4f3f-b160-02007afe6305 HTTP/1.1" 200 115 0.036806 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.025632 10.0.0.41 - - [2025-10-27 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.006540 10.0.0.41 - - [2025-10-27 01:52:48] "DELETE /loadbalancer-member/4b0306f9-fc90-48af-9c04-20eb4abe3712 HTTP/1.1" 200 115 0.224324 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.008018 10.0.0.41 - - [2025-10-27 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.002115 10.0.0.41 - - [2025-10-27 01:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.41 - - [2025-10-27 01:52:48] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002039 10.0.0.41 - - [2025-10-27 01:52:48] "GET /loadbalancer-pool/b79acd38-5875-4f95-9151-fc9b2c626d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.002270 10.0.0.41 - - [2025-10-27 01:52:48] "POST /loadbalancer-members HTTP/1.1" 200 690 0.039749 10.0.0.41 - - [2025-10-27 01:52:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.014806 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009167 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.010608 10.0.0.41 - - [2025-10-27 01:52:48] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007201 10.0.0.41 - - [2025-10-27 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.075559 10.0.0.41 - - [2025-10-27 01:52:48] "GET /loadbalancer-pool/fdc450c6-700c-46cc-b6be-b83b15e72384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.010676 10.0.0.41 - - [2025-10-27 01:52:48] "POST /loadbalancer-members HTTP/1.1" 200 690 0.022353 10.0.0.41 - - [2025-10-27 01:52:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.007200 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.021143 10.0.0.41 - - [2025-10-27 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.003011 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006481 10.0.0.41 - - [2025-10-27 01:52:48] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.002894 10.0.0.41 - - [2025-10-27 01:52:48] "GET /loadbalancer-pool/0bb9833a-425b-4647-ab74-a0cdd1a2b8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.003131 10.0.0.41 - - [2025-10-27 01:52:48] "POST /loadbalancer-members HTTP/1.1" 200 692 0.028544 10.0.0.41 - - [2025-10-27 01:52:48] "POST /prop-collection-update HTTP/1.1" 200 115 0.039475 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.008572 10.0.0.41 - - [2025-10-27 01:52:48] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.009797 10.0.0.41 - - [2025-10-27 01:52:48] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003688 10.0.0.41 - - [2025-10-27 01:52:48] "POST /set-tag HTTP/1.1" 200 109 0.002273 10.0.0.41 - - [2025-10-27 01:53:42] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004605 10.0.0.41 - - [2025-10-27 01:53:42] "POST /set-tag HTTP/1.1" 200 109 0.006238 10.0.0.41 - - [2025-10-27 01:53:42] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.007623 10.0.0.41 - - [2025-10-27 01:53:42] "POST /set-tag HTTP/1.1" 200 109 0.002763 10.0.0.41 - - [2025-10-27 01:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.41 - - [2025-10-27 01:53:42] "GET /loadbalancer/6bdabedc-563d-4cf7-ad1e-2424c090c528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.002410 10.0.0.41 - - [2025-10-27 01:53:42] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004675 10.0.0.41 - - [2025-10-27 01:53:42] "POST /set-tag HTTP/1.1" 200 109 0.023667 10.0.0.41 - - [2025-10-27 01:53:42] "DELETE /loadbalancer-member/9e6db694-2013-4b57-a8e2-01128129f5ad HTTP/1.1" 200 115 0.027592 10.0.0.41 - - [2025-10-27 01:53:42] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004655 10.0.0.41 - - [2025-10-27 01:53:42] "POST /set-tag HTTP/1.1" 200 109 0.002550 10.0.0.41 - - [2025-10-27 01:53:42] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004150 10.0.0.41 - - [2025-10-27 01:53:42] "POST /set-tag HTTP/1.1" 200 109 0.002036 10.0.0.41 - - [2025-10-27 01:53:42] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004413 10.0.0.41 - - [2025-10-27 01:53:42] "POST /set-tag HTTP/1.1" 200 109 0.002160 10.0.0.41 - - [2025-10-27 01:53:42] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004425 10.0.0.41 - - [2025-10-27 01:53:42] "POST /set-tag HTTP/1.1" 200 109 0.002244 10.0.0.41 - - [2025-10-27 01:53:43] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005895 10.0.0.41 - - [2025-10-27 01:53:43] "POST /set-tag HTTP/1.1" 200 109 0.007767 10.0.0.41 - - [2025-10-27 01:53:43] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005110 10.0.0.41 - - [2025-10-27 01:53:43] "POST /set-tag HTTP/1.1" 200 109 0.002666 10.0.0.41 - - [2025-10-27 01:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001633 10.0.0.41 - - [2025-10-27 01:53:43] "GET /loadbalancer/6bdabedc-563d-4cf7-ad1e-2424c090c528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2323 0.001911 10.0.0.41 - - [2025-10-27 01:53:43] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.007884 10.0.0.41 - - [2025-10-27 01:53:43] "POST /set-tag HTTP/1.1" 200 109 0.002980 10.0.0.41 - - [2025-10-27 01:53:43] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005399 10.0.0.41 - - [2025-10-27 01:53:43] "POST /set-tag HTTP/1.1" 200 109 0.002490 10.0.0.41 - - [2025-10-27 01:53:43] "GET /virtual-machine/ec521c8f-6db5-4897-ade4-d2c60ef3f111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.002897 10.0.0.41 - - [2025-10-27 01:53:43] "POST /ref-update HTTP/1.1" 200 156 0.014070 10.0.0.41 - - [2025-10-27 01:53:43] "GET /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.015442 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.025809 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.028321 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.030115 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.013829 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.028898 10.0.0.41 - - [2025-10-27 01:53:44] "DELETE /instance-ip/4512a00e-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.046463 10.0.0.41 - - [2025-10-27 01:53:44] "POST /ref-update HTTP/1.1" 200 156 0.008323 10.0.0.41 - - [2025-10-27 01:53:44] "DELETE /virtual-machine-interface/44f484de-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.038362 10.0.0.41 - - [2025-10-27 01:53:44] "DELETE /virtual-machine/ec521c8f-6db5-4897-ade4-d2c60ef3f111 HTTP/1.1" 200 115 0.022879 10.0.0.41 - - [2025-10-27 01:53:44] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006958 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.004730 10.0.0.41 - - [2025-10-27 01:53:44] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004566 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.002229 10.0.0.41 - - [2025-10-27 01:53:44] "GET /virtual-machine/54a258e8-ed35-45fa-a0f1-0e08c74a10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003156 10.0.0.41 - - [2025-10-27 01:53:44] "POST /ref-update HTTP/1.1" 200 156 0.010033 10.0.0.41 - - [2025-10-27 01:53:44] "GET /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.013616 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.016060 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.027557 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.020941 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.021627 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.022694 10.0.0.41 - - [2025-10-27 01:53:44] "DELETE /instance-ip/469d13e6-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.059730 10.0.0.41 - - [2025-10-27 01:53:44] "DELETE /virtual-machine-interface/46829b38-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.039733 10.0.0.41 - - [2025-10-27 01:53:44] "DELETE /virtual-machine/54a258e8-ed35-45fa-a0f1-0e08c74a10b5 HTTP/1.1" 200 115 0.019088 10.0.0.41 - - [2025-10-27 01:53:44] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.006309 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.002329 10.0.0.41 - - [2025-10-27 01:53:44] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.003999 10.0.0.41 - - [2025-10-27 01:53:44] "POST /set-tag HTTP/1.1" 200 109 0.001727 10.0.0.41 - - [2025-10-27 01:53:44] "GET /virtual-machine/ca777c77-df74-43e9-9c9c-381a1963593c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.002785 10.0.0.41 - - [2025-10-27 01:53:45] "POST /ref-update HTTP/1.1" 200 156 0.013538 10.0.0.41 - - [2025-10-27 01:53:45] "GET /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.013621 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.069463 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.029347 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.028398 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.014917 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.026059 10.0.0.41 - - [2025-10-27 01:53:45] "DELETE /instance-ip/4589fbe0-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.046161 10.0.0.41 - - [2025-10-27 01:53:45] "POST /ref-update HTTP/1.1" 200 156 0.008457 10.0.0.41 - - [2025-10-27 01:53:45] "DELETE /virtual-machine-interface/45703fac-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.033762 10.0.0.41 - - [2025-10-27 01:53:45] "DELETE /virtual-machine/ca777c77-df74-43e9-9c9c-381a1963593c HTTP/1.1" 200 115 0.019291 10.0.0.41 - - [2025-10-27 01:53:45] "DELETE /tag/f877e6af-c847-4990-a3f2-e3cb353c9291 HTTP/1.1" 200 115 0.029686 10.0.0.41 - - [2025-10-27 01:53:45] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003929 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.002477 10.0.0.41 - - [2025-10-27 01:53:45] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003924 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.001733 10.0.0.41 - - [2025-10-27 01:53:45] "GET /virtual-machine/ca94f51d-3a1a-4a94-96c7-9f10fcac0ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.002768 10.0.0.41 - - [2025-10-27 01:53:45] "POST /ref-update HTTP/1.1" 200 156 0.009697 10.0.0.41 - - [2025-10-27 01:53:45] "GET /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.010245 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.019443 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.028925 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.022350 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.014717 10.0.0.41 - - [2025-10-27 01:53:45] "POST /set-tag HTTP/1.1" 200 109 0.022157 10.0.0.41 - - [2025-10-27 01:53:45] "DELETE /instance-ip/4625a798-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.052436 10.0.0.41 - - [2025-10-27 01:53:45] "DELETE /virtual-machine-interface/460b82fa-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.038040 10.0.0.41 - - [2025-10-27 01:53:45] "DELETE /virtual-machine/ca94f51d-3a1a-4a94-96c7-9f10fcac0ee6 HTTP/1.1" 200 115 0.023005 10.0.0.41 - - [2025-10-27 01:53:46] "DELETE /tag/b04cf49b-daaf-4a4e-a1ff-5e5aee15889c HTTP/1.1" 200 115 0.053764 10.0.0.41 - - [2025-10-27 01:53:46] "DELETE /tag/d443eb1e-87bb-4dda-bf1d-b4972d86b946 HTTP/1.1" 409 388 0.003123 10.0.0.41 - - [2025-10-27 01:53:49] "POST /tags HTTP/1.1" 200 365 0.049598 10.0.0.41 - - [2025-10-27 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.41 - - [2025-10-27 01:53:49] "GET /tag/1f938cf4-1ae5-496c-b9b4-683a166a00b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.013083 10.0.0.41 - - [2025-10-27 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.41 - - [2025-10-27 01:53:49] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.046724 10.0.0.41 - - [2025-10-27 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001389 10.0.0.41 - - [2025-10-27 01:53:49] "GET /service-appliance-set/a94626f3-5d7e-49ec-a3b9-b4529bafbf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.001842 10.0.0.41 - - [2025-10-27 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 258 0.002213 10.0.0.41 - - [2025-10-27 01:53:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.092071 10.0.0.41 - - [2025-10-27 01:53:50] "GET /virtual-machine-interface/e6431377-aee0-4362-9342-c25a139b4236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.014323 10.0.0.41 - - [2025-10-27 01:53:50] "POST /set-tag HTTP/1.1" 200 109 0.015022 10.0.0.41 - - [2025-10-27 01:53:50] "POST /instance-ips HTTP/1.1" 200 417 0.030967 10.0.0.41 - - [2025-10-27 01:53:50] "GET /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.006684 10.0.0.41 - - [2025-10-27 01:53:50] "POST /loadbalancers HTTP/1.1" 200 618 0.060518 10.0.0.41 - - [2025-10-27 01:53:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.028392 10.0.0.41 - - [2025-10-27 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009817 10.0.0.41 - - [2025-10-27 01:53:50] "POST /service-instances HTTP/1.1" 200 566 0.030761 10.0.0.41 - - [2025-10-27 01:53:50] "POST /ref-update HTTP/1.1" 200 156 0.008302 10.0.0.41 - - [2025-10-27 01:53:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035527 10.0.0.41 - - [2025-10-27 01:53:50] "GET /virtual-machine-interface/e6431377-aee0-4362-9342-c25a139b4236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004121 10.0.0.41 - - [2025-10-27 01:53:50] "PUT /service-instance/812df44e-da89-403f-89e9-a4d34a73dd22 HTTP/1.1" 200 266 0.018888 10.0.0.41 - - [2025-10-27 01:53:50] "GET /virtual-machine-interface/e6431377-aee0-4362-9342-c25a139b4236?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.012823 10.0.0.41 - - [2025-10-27 01:53:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.015979 10.0.0.41 - - [2025-10-27 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.41 - - [2025-10-27 01:53:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.001688 10.0.0.41 - - [2025-10-27 01:53:50] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002436 10.0.0.41 - - [2025-10-27 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001409 10.0.0.41 - - [2025-10-27 01:53:50] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002224 10.0.0.41 - - [2025-10-27 01:53:50] "POST /tags HTTP/1.1" 409 221 0.001783 10.0.0.41 - - [2025-10-27 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001314 10.0.0.41 - - [2025-10-27 01:53:50] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.009422 10.0.0.41 - - [2025-10-27 01:53:50] "POST /tags HTTP/1.1" 409 238 0.003647 10.0.0.41 - - [2025-10-27 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.41 - - [2025-10-27 01:53:50] "GET /tag/1f938cf4-1ae5-496c-b9b4-683a166a00b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.011530 10.0.0.41 - - [2025-10-27 01:53:50] "POST /virtual-machines HTTP/1.1" 200 429 0.185168 10.0.0.41 - - [2025-10-27 01:53:50] "POST /firewall-rules HTTP/1.1" 200 650 0.201734 10.0.0.41 - - [2025-10-27 01:53:50] "GET /firewall-rule/11e8f69b-9201-4bb8-be0f-c19d232d53cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.041957 10.0.0.41 - - [2025-10-27 01:53:50] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.014817 10.0.0.41 - - [2025-10-27 01:53:50] "GET /firewall-rule/11e8f69b-9201-4bb8-be0f-c19d232d53cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.002480 10.0.0.41 - - [2025-10-27 01:53:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.187043 10.0.0.41 - - [2025-10-27 01:53:50] "POST /chown HTTP/1.1" 200 109 0.018835 10.0.0.41 - - [2025-10-27 01:53:50] "POST /ref-update HTTP/1.1" 200 156 0.014141 10.0.0.41 - - [2025-10-27 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.41 - - [2025-10-27 01:53:50] "POST /chown HTTP/1.1" 200 109 0.019078 10.0.0.41 - - [2025-10-27 01:53:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.044518 10.0.0.41 - - [2025-10-27 01:53:51] "PUT /virtual-machine-interface/01ebd64f-e261-4677-93f0-fc9a1831e8d5 HTTP/1.1" 200 284 0.031479 10.0.0.41 - - [2025-10-27 01:53:51] "PUT /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82 HTTP/1.1" 200 256 0.019989 10.0.0.41 - - [2025-10-27 01:53:51] "GET /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2520 0.003649 10.0.0.41 - - [2025-10-27 01:53:51] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.017658 10.0.0.41 - - [2025-10-27 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.010110 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.014062 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.025746 10.0.0.41 - - [2025-10-27 01:53:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.045957 10.0.0.41 - - [2025-10-27 01:53:51] "GET /loadbalancer-listener/439b12ca-20b3-480f-b3fb-12139a666654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.009221 10.0.0.41 - - [2025-10-27 01:53:51] "GET /loadbalancer-listener/439b12ca-20b3-480f-b3fb-12139a666654?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.006705 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.019994 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.015944 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.022150 10.0.0.41 - - [2025-10-27 01:53:51] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.027991 10.0.0.41 - - [2025-10-27 01:53:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.015651 10.0.0.41 - - [2025-10-27 01:53:51] "GET /loadbalancer-pool/92b75c50-eb1b-4dc7-850b-c12fd325fd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004803 10.0.0.41 - - [2025-10-27 01:53:51] "POST /virtual-machines HTTP/1.1" 200 429 0.010052 10.0.0.41 - - [2025-10-27 01:53:51] "POST /loadbalancer-members HTTP/1.1" 200 707 0.074277 10.0.0.41 - - [2025-10-27 01:53:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.110759 10.0.0.41 - - [2025-10-27 01:53:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.019745 10.0.0.41 - - [2025-10-27 01:53:51] "GET /loadbalancer-member/11516c2a-2887-4d53-8923-d3e350141699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.014865 10.0.0.41 - - [2025-10-27 01:53:51] "POST /chown HTTP/1.1" 200 109 0.026299 10.0.0.41 - - [2025-10-27 01:53:51] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002312 10.0.0.41 - - [2025-10-27 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001364 10.0.0.41 - - [2025-10-27 01:53:51] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002146 10.0.0.41 - - [2025-10-27 01:53:51] "POST /tags HTTP/1.1" 409 221 0.001448 10.0.0.41 - - [2025-10-27 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001843 10.0.0.41 - - [2025-10-27 01:53:51] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.009792 10.0.0.41 - - [2025-10-27 01:53:51] "POST /chown HTTP/1.1" 200 109 0.016178 10.0.0.41 - - [2025-10-27 01:53:51] "PUT /virtual-machine-interface/b1e66587-af8d-491e-b33e-a55473cd9df9 HTTP/1.1" 200 284 0.025039 10.0.0.41 - - [2025-10-27 01:53:51] "POST /tags HTTP/1.1" 409 238 0.002589 10.0.0.41 - - [2025-10-27 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.41 - - [2025-10-27 01:53:51] "GET /tag/1f938cf4-1ae5-496c-b9b4-683a166a00b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.012084 10.0.0.41 - - [2025-10-27 01:53:51] "PUT /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82 HTTP/1.1" 200 256 0.033573 10.0.0.41 - - [2025-10-27 01:53:51] "POST /firewall-rules HTTP/1.1" 409 293 0.002116 10.0.0.41 - - [2025-10-27 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.015312 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.037467 10.0.0.41 - - [2025-10-27 01:53:51] "PUT /firewall-rule/11e8f69b-9201-4bb8-be0f-c19d232d53cb HTTP/1.1" 200 260 0.062505 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.026133 10.0.0.41 - - [2025-10-27 01:53:51] "GET /firewall-rule/11e8f69b-9201-4bb8-be0f-c19d232d53cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.008838 10.0.0.41 - - [2025-10-27 01:53:51] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.003385 10.0.0.41 - - [2025-10-27 01:53:51] "GET /firewall-rule/11e8f69b-9201-4bb8-be0f-c19d232d53cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005109 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.011099 10.0.0.41 - - [2025-10-27 01:53:51] "POST /ref-update HTTP/1.1" 200 156 0.018926 10.0.0.41 - - [2025-10-27 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.41 - - [2025-10-27 01:53:51] "GET /tag/1f938cf4-1ae5-496c-b9b4-683a166a00b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.011924 10.0.0.41 - - [2025-10-27 01:53:51] "GET /tag/1f938cf4-1ae5-496c-b9b4-683a166a00b0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.015716 10.0.0.41 - - [2025-10-27 01:53:51] "PUT /service-instance/812df44e-da89-403f-89e9-a4d34a73dd22 HTTP/1.1" 200 266 0.019615 10.0.0.41 - - [2025-10-27 01:53:51] "GET /virtual-machine-interface/01ebd64f-e261-4677-93f0-fc9a1831e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004879 10.0.0.41 - - [2025-10-27 01:53:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.009430 10.0.0.41 - - [2025-10-27 01:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001537 10.0.0.41 - - [2025-10-27 01:53:51] "POST /set-tag HTTP/1.1" 200 109 0.034310 10.0.0.41 - - [2025-10-27 01:53:51] "GET /virtual-machine-interface/b1e66587-af8d-491e-b33e-a55473cd9df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.017752 10.0.0.41 - - [2025-10-27 01:53:51] "POST /chown HTTP/1.1" 200 109 0.024838 10.0.0.41 - - [2025-10-27 01:53:52] "POST /chown HTTP/1.1" 200 109 0.032116 10.0.0.41 - - [2025-10-27 01:53:52] "POST /set-tag HTTP/1.1" 200 109 0.059085 10.0.0.41 - - [2025-10-27 01:53:52] "PUT /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82 HTTP/1.1" 200 256 0.042302 10.0.0.41 - - [2025-10-27 01:53:52] "GET /virtual-machine-interface/e6431377-aee0-4362-9342-c25a139b4236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.015590 10.0.0.41 - - [2025-10-27 01:53:52] "POST /ref-update HTTP/1.1" 200 156 0.018020 10.0.0.41 - - [2025-10-27 01:53:52] "POST /set-tag HTTP/1.1" 200 109 0.043641 10.0.0.41 - - [2025-10-27 01:53:52] "POST /chown HTTP/1.1" 200 109 0.013177 10.0.0.41 - - [2025-10-27 01:53:52] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.004931 10.0.0.41 - - [2025-10-27 01:53:52] "GET /firewall-rule/11e8f69b-9201-4bb8-be0f-c19d232d53cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.001988 10.0.0.41 - - [2025-10-27 01:53:52] "POST /chown HTTP/1.1" 200 109 0.016948 10.0.0.41 - - [2025-10-27 01:53:52] "PUT /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82 HTTP/1.1" 200 256 0.027502 10.0.0.41 - - [2025-10-27 01:53:52] "POST /ref-update HTTP/1.1" 200 156 0.022995 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /firewall-rule/11e8f69b-9201-4bb8-be0f-c19d232d53cb HTTP/1.1" 200 115 0.049442 10.0.0.41 - - [2025-10-27 01:53:52] "POST /ref-update HTTP/1.1" 200 156 0.020862 10.0.0.41 - - [2025-10-27 01:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.41 - - [2025-10-27 01:53:52] "POST /chown HTTP/1.1" 200 109 0.007002 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /loadbalancer-member/11516c2a-2887-4d53-8923-d3e350141699 HTTP/1.1" 200 115 0.048402 10.0.0.41 - - [2025-10-27 01:53:52] "POST /chown HTTP/1.1" 200 109 0.019083 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /loadbalancer-pool/92b75c50-eb1b-4dc7-850b-c12fd325fd05 HTTP/1.1" 200 115 0.048484 10.0.0.41 - - [2025-10-27 01:53:52] "PUT /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82 HTTP/1.1" 200 256 0.017604 10.0.0.41 - - [2025-10-27 01:53:52] "POST /ref-update HTTP/1.1" 200 156 0.023532 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /loadbalancer-listener/439b12ca-20b3-480f-b3fb-12139a666654 HTTP/1.1" 200 115 0.053184 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2 HTTP/1.1" 200 115 0.034406 10.0.0.41 - - [2025-10-27 01:53:52] "POST /chown HTTP/1.1" 200 109 0.008543 10.0.0.41 - - [2025-10-27 01:53:52] "POST /chown HTTP/1.1" 200 109 0.016930 10.0.0.41 - - [2025-10-27 01:53:52] "PUT /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82 HTTP/1.1" 200 256 0.029097 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /instance-ip/18304308-b62a-4a5b-bcc8-0e5333fdff82 HTTP/1.1" 200 115 0.080125 10.0.0.41 - - [2025-10-27 01:53:52] "POST /ref-update HTTP/1.1" 404 171 0.005723 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /virtual-machine-interface/e6431377-aee0-4362-9342-c25a139b4236 HTTP/1.1" 200 115 0.044976 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /tag/1f938cf4-1ae5-496c-b9b4-683a166a00b0 HTTP/1.1" 200 115 0.065936 10.0.0.41 - - [2025-10-27 01:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001902 10.0.0.41 - - [2025-10-27 01:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001706 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /service-instance/812df44e-da89-403f-89e9-a4d34a73dd22 HTTP/1.1" 200 115 0.036823 10.0.0.41 - - [2025-10-27 01:53:52] "GET /virtual-machine-interface/01ebd64f-e261-4677-93f0-fc9a1831e8d5?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1207 0.008373 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /virtual-machine-interface/01ebd64f-e261-4677-93f0-fc9a1831e8d5 HTTP/1.1" 200 115 0.046116 10.0.0.41 - - [2025-10-27 01:53:52] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.41 - - [2025-10-27 01:53:52] "DELETE /virtual-machine/a6ab6753-8d2e-41bb-b963-3d4417968e68 HTTP/1.1" 200 115 0.020183 10.0.0.41 - - [2025-10-27 01:53:52] "GET /virtual-machine-interface/b1e66587-af8d-491e-b33e-a55473cd9df9?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1209 0.007168 10.0.0.41 - - [2025-10-27 01:53:53] "DELETE /virtual-machine-interface/b1e66587-af8d-491e-b33e-a55473cd9df9 HTTP/1.1" 200 115 0.041334 10.0.0.41 - - [2025-10-27 01:53:53] "DELETE /virtual-machine/03226357-abfa-4cf1-a9b9-60e45f95456c HTTP/1.1" 200 115 0.016571 10.0.0.41 - - [2025-10-27 01:54:00] "GET /global-system-configs HTTP/1.1" 200 322 0.004679 10.0.0.41 - - [2025-10-27 01:54:01] "GET /global-system-configs HTTP/1.1" 200 322 0.005094 10.0.0.41 - - [2025-10-27 01:54:13] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.013709 10.0.0.41 - - [2025-10-27 01:54:13] "POST /set-tag HTTP/1.1" 200 109 0.004164 10.0.0.41 - - [2025-10-27 01:54:13] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.008301 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.008811 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine/024a14a4-d15d-4504-9086-4eb3bce57fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.003760 10.0.0.41 - - [2025-10-27 01:54:14] "POST /ref-update HTTP/1.1" 200 156 0.010385 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.012091 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.016995 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.031025 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.027123 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.016197 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /instance-ip/48764dcc-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.053429 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /virtual-machine-interface/485caf20-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.050096 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /virtual-machine/024a14a4-d15d-4504-9086-4eb3bce57fef HTTP/1.1" 200 115 0.017306 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /tag/20ca6982-ddd9-4566-88f2-d536ab6f4f51 HTTP/1.1" 200 115 0.031204 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004248 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.002231 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004584 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.001962 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine/0aac03ec-c54e-4dc0-b9a0-d9ea3bef74f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.003577 10.0.0.41 - - [2025-10-27 01:54:14] "POST /ref-update HTTP/1.1" 200 156 0.007713 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.017897 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.013807 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.020877 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.042244 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.013996 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /instance-ip/479a07ae-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.050439 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /virtual-machine-interface/47863a80-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.053674 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /virtual-machine/0aac03ec-c54e-4dc0-b9a0-d9ea3bef74f2 HTTP/1.1" 200 115 0.017896 10.0.0.41 - - [2025-10-27 01:54:14] "DELETE /tag/b27cbec9-f0b3-478c-a5e7-f0a567c54a6f HTTP/1.1" 409 236 0.005681 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004658 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.001980 10.0.0.41 - - [2025-10-27 01:54:14] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004426 10.0.0.41 - - [2025-10-27 01:54:14] "POST /set-tag HTTP/1.1" 200 109 0.001992 10.0.0.41 - - [2025-10-27 01:54:15] "GET /virtual-machine/07dd9f89-5f82-45ba-8ce9-41d645ee9c5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.003141 10.0.0.41 - - [2025-10-27 01:54:15] "POST /ref-update HTTP/1.1" 200 156 0.007708 10.0.0.41 - - [2025-10-27 01:54:15] "GET /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005889 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.016965 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.022908 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.025600 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.011660 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /instance-ip/4803d7ba-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.053736 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /virtual-machine-interface/47ef82c4-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.042738 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /virtual-machine/07dd9f89-5f82-45ba-8ce9-41d645ee9c5b HTTP/1.1" 200 115 0.018726 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /tag/ab5b0a10-1fae-4dfe-95b1-906d61bcda8a HTTP/1.1" 200 115 0.042129 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /tag/777cafbf-2055-448b-9c5d-ed4befdad8d3 HTTP/1.1" 409 236 0.006363 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /tag/0b153fde-63e2-4ed9-bc89-d49d059049e4 HTTP/1.1" 409 236 0.005954 10.0.0.41 - - [2025-10-27 01:54:15] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004995 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.002521 10.0.0.41 - - [2025-10-27 01:54:15] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004109 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.001982 10.0.0.41 - - [2025-10-27 01:54:15] "GET /virtual-machine/aaf7befe-cbcf-47e8-9897-ced9bec953d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002176 10.0.0.41 - - [2025-10-27 01:54:15] "POST /ref-update HTTP/1.1" 200 156 0.010150 10.0.0.41 - - [2025-10-27 01:54:15] "GET /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005215 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.018158 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.026930 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.016987 10.0.0.41 - - [2025-10-27 01:54:15] "POST /set-tag HTTP/1.1" 200 109 0.011494 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /instance-ip/472edd6c-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.058344 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /virtual-machine-interface/4711bb7e-b2d7-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.038440 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /virtual-machine/aaf7befe-cbcf-47e8-9897-ced9bec953d4 HTTP/1.1" 200 115 0.019925 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /tag/a62f0848-4edc-475f-865d-f291d29ac07e HTTP/1.1" 200 115 0.030829 10.0.0.41 - - [2025-10-27 01:54:15] "DELETE /tag/c7299723-3686-48be-a909-3cf11676ef34 HTTP/1.1" 200 115 0.046153 10.0.0.41 - - [2025-10-27 01:54:16] "DELETE /tag/0e1fdbbc-07dd-4a62-acc5-071009639a76 HTTP/1.1" 200 115 0.045449 10.0.0.41 - - [2025-10-27 01:54:17] "POST /projects HTTP/1.1" 409 238 0.002374 10.0.0.41 - - [2025-10-27 01:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002160 10.0.0.41 - - [2025-10-27 01:54:17] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.035329 10.0.0.41 - - [2025-10-27 01:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002013 10.0.0.41 - - [2025-10-27 01:54:18] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005533 10.0.0.41 - - [2025-10-27 01:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.41 - - [2025-10-27 01:54:18] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.007243 10.0.0.41 - - [2025-10-27 01:54:18] "POST /security-groups HTTP/1.1" 409 285 0.003340 10.0.0.41 - - [2025-10-27 01:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.41 - - [2025-10-27 01:54:18] "PUT /security-group/1277dc36-c652-4654-9dda-6c80a8568882 HTTP/1.1" 200 262 0.054824 10.0.0.41 - - [2025-10-27 01:54:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.023007 10.0.0.41 - - [2025-10-27 01:54:18] "PUT /access-control-list/35cf20f8-2695-4cd2-878e-42b39b83c4c9 HTTP/1.1" 200 272 0.015344 10.0.0.41 - - [2025-10-27 01:54:18] "PUT /access-control-list/847c6488-865a-4d4c-9236-eddde12a628e HTTP/1.1" 200 272 0.036620 10.0.0.41 - - [2025-10-27 01:54:23] "POST /projects HTTP/1.1" 409 238 0.001874 10.0.0.41 - - [2025-10-27 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001540 10.0.0.41 - - [2025-10-27 01:54:23] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.029620 10.0.0.41 - - [2025-10-27 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001724 10.0.0.41 - - [2025-10-27 01:54:23] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004902 10.0.0.41 - - [2025-10-27 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001924 10.0.0.41 - - [2025-10-27 01:54:23] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.005083 10.0.0.41 - - [2025-10-27 01:54:23] "POST /security-groups HTTP/1.1" 409 285 0.002043 10.0.0.41 - - [2025-10-27 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001372 10.0.0.41 - - [2025-10-27 01:54:23] "PUT /security-group/1277dc36-c652-4654-9dda-6c80a8568882 HTTP/1.1" 200 262 0.057498 10.0.0.41 - - [2025-10-27 01:54:23] "PUT /access-control-list/35cf20f8-2695-4cd2-878e-42b39b83c4c9 HTTP/1.1" 200 272 0.011109 10.0.0.41 - - [2025-10-27 01:54:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.015960 10.0.0.41 - - [2025-10-27 01:54:23] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003464 10.0.0.41 - - [2025-10-27 01:54:23] "PUT /access-control-list/847c6488-865a-4d4c-9236-eddde12a628e HTTP/1.1" 200 272 0.024919 10.0.0.41 - - [2025-10-27 01:54:23] "GET /firewall-rule/8ffa1aa0-973a-47e6-869e-808ffa582615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002878 10.0.0.41 - - [2025-10-27 01:54:23] "POST /ref-update HTTP/1.1" 200 156 0.045127 10.0.0.41 - - [2025-10-27 01:54:23] "DELETE /firewall-rule/8ffa1aa0-973a-47e6-869e-808ffa582615 HTTP/1.1" 200 115 0.033176 10.0.0.41 - - [2025-10-27 01:54:23] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.005180 10.0.0.41 - - [2025-10-27 01:54:23] "GET /firewall-rule/62daa0df-da2d-4fdb-a1aa-35e041abbfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.003351 10.0.0.41 - - [2025-10-27 01:54:23] "POST /ref-update HTTP/1.1" 200 156 0.049394 10.0.0.41 - - [2025-10-27 01:54:23] "DELETE /firewall-rule/62daa0df-da2d-4fdb-a1aa-35e041abbfcb HTTP/1.1" 200 115 0.038311 10.0.0.41 - - [2025-10-27 01:54:23] "DELETE /tag/304e3aaa-37fc-46ab-9087-b2c0e39c292b HTTP/1.1" 200 115 0.040517 10.0.0.41 - - [2025-10-27 01:54:23] "DELETE /tag/777cafbf-2055-448b-9c5d-ed4befdad8d3 HTTP/1.1" 409 236 0.004718 10.0.0.41 - - [2025-10-27 01:54:23] "DELETE /tag/0b153fde-63e2-4ed9-bc89-d49d059049e4 HTTP/1.1" 409 236 0.004647 10.0.0.41 - - [2025-10-27 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001806 10.0.0.41 - - [2025-10-27 01:54:23] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003929 10.0.0.41 - - [2025-10-27 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001540 10.0.0.41 - - [2025-10-27 01:54:23] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3184 0.004214 10.0.0.41 - - [2025-10-27 01:54:23] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.052007 10.0.0.41 - - [2025-10-27 01:54:23] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.057760 10.0.0.41 - - [2025-10-27 01:54:24] "DELETE /security-group/1277dc36-c652-4654-9dda-6c80a8568882 HTTP/1.1" 200 115 0.047014 10.0.0.41 - - [2025-10-27 01:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001448 10.0.0.41 - - [2025-10-27 01:54:24] "DELETE /access-control-list/35cf20f8-2695-4cd2-878e-42b39b83c4c9 HTTP/1.1" 200 115 0.036763 10.0.0.41 - - [2025-10-27 01:54:24] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.047400 10.0.0.41 - - [2025-10-27 01:54:24] "DELETE /access-control-list/847c6488-865a-4d4c-9236-eddde12a628e HTTP/1.1" 200 115 0.042178 10.0.0.41 - - [2025-10-27 01:54:24] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?fields=security_groups HTTP/1.1" 200 1352 0.047058 10.0.0.41 - - [2025-10-27 01:54:24] "DELETE /security-group/1aaef0da-6c42-4615-a2e6-3d28f6860216 HTTP/1.1" 200 115 0.046205 10.0.0.41 - - [2025-10-27 01:54:24] "DELETE /access-control-list/3a4abf9e-fcbc-4aab-8e9e-b8c0f45ab90d HTTP/1.1" 200 115 0.038639 10.0.0.41 - - [2025-10-27 01:54:24] "GET /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a?fields=application_policy_sets HTTP/1.1" 200 1391 0.047869 10.0.0.41 - - [2025-10-27 01:54:24] "DELETE /access-control-list/edc5331a-ae3e-418c-b4e2-6ef300fa480d HTTP/1.1" 200 115 0.051053 10.0.0.41 - - [2025-10-27 01:54:24] "DELETE /project/29d02c94-c88e-4fd5-923a-3c8f49a9566a HTTP/1.1" 200 115 0.322737 10.0.0.41 - - [2025-10-27 01:54:24] "POST /projects HTTP/1.1" 409 238 0.002089 10.0.0.41 - - [2025-10-27 01:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001980 10.0.0.41 - - [2025-10-27 01:54:24] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.027617 10.0.0.41 - - [2025-10-27 01:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001546 10.0.0.41 - - [2025-10-27 01:54:24] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004473 10.0.0.41 - - [2025-10-27 01:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.41 - - [2025-10-27 01:54:24] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004518 10.0.0.41 - - [2025-10-27 01:54:24] "POST /security-groups HTTP/1.1" 409 285 0.001797 10.0.0.41 - - [2025-10-27 01:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002089 10.0.0.41 - - [2025-10-27 01:54:24] "PUT /security-group/f57411e1-c5a0-4590-95da-842cd118d733 HTTP/1.1" 200 262 0.055068 10.0.0.41 - - [2025-10-27 01:54:24] "PUT /access-control-list/d3e2540a-895c-4964-92cb-4ad2985bef09 HTTP/1.1" 200 272 0.012503 10.0.0.41 - - [2025-10-27 01:54:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.022391 10.0.0.41 - - [2025-10-27 01:54:24] "PUT /access-control-list/a4b823f6-13a2-4b33-b8c5-9350bc87a981 HTTP/1.1" 200 272 0.018842 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /loadbalancer-member/6e27db57-7b0e-4c93-87d0-64903983b547 HTTP/1.1" 200 115 0.026155 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /loadbalancer-pool/81e12ef7-f5e7-44c8-8801-b484f562f0f0 HTTP/1.1" 200 115 0.048965 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /loadbalancer-listener/fe2a2430-4e8b-4950-b761-c64f9f22e08b HTTP/1.1" 200 115 0.043844 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /loadbalancer/6bdabedc-563d-4cf7-ad1e-2424c090c528 HTTP/1.1" 200 115 0.066812 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /floating-ip/67851d62-6210-40b0-83b8-1762dc8d6651 HTTP/1.1" 200 115 0.038238 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /instance-ip/68f1667c-9ea2-4d99-b601-568769bc63b0 HTTP/1.1" 200 115 0.062156 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /virtual-machine-interface/8109164b-8007-4713-bbe1-6d9a8c445361 HTTP/1.1" 200 115 0.060568 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /tag/59dfceab-5bd6-43bf-ae39-6442ac0660ee HTTP/1.1" 200 115 0.065283 10.0.0.41 - - [2025-10-27 01:54:29] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002789 10.0.0.41 - - [2025-10-27 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.41 - - [2025-10-27 01:54:29] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004812 10.0.0.41 - - [2025-10-27 01:54:29] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.003079 10.0.0.41 - - [2025-10-27 01:54:29] "GET /firewall-rule/e855382f-2ba6-4fcd-877e-f5ccfe455c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003285 10.0.0.41 - - [2025-10-27 01:54:29] "POST /ref-update HTTP/1.1" 200 156 0.019324 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /firewall-rule/e855382f-2ba6-4fcd-877e-f5ccfe455c6a HTTP/1.1" 200 115 0.075792 10.0.0.41 - - [2025-10-27 01:54:29] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004371 10.0.0.41 - - [2025-10-27 01:54:29] "GET /firewall-rule/b5391119-9e84-4240-a8fa-b05c3523e41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.004085 10.0.0.41 - - [2025-10-27 01:54:29] "POST /ref-update HTTP/1.1" 200 156 0.020225 10.0.0.41 - - [2025-10-27 01:54:29] "DELETE /firewall-rule/b5391119-9e84-4240-a8fa-b05c3523e41d HTTP/1.1" 200 115 0.058789 10.0.0.41 - - [2025-10-27 01:54:29] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.008680 10.0.0.41 - - [2025-10-27 01:54:29] "GET /firewall-rule/2be5ba98-f268-4c54-8a03-979b4f4abcd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2594 0.004340 10.0.0.41 - - [2025-10-27 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.020872 10.0.0.41 - - [2025-10-27 01:54:30] "DELETE /firewall-rule/2be5ba98-f268-4c54-8a03-979b4f4abcd6 HTTP/1.1" 200 115 0.049856 10.0.0.41 - - [2025-10-27 01:54:30] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002864 10.0.0.41 - - [2025-10-27 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.41 - - [2025-10-27 01:54:30] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002824 10.0.0.41 - - [2025-10-27 01:54:30] "GET /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003273 10.0.0.41 - - [2025-10-27 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.034348 10.0.0.41 - - [2025-10-27 01:54:30] "DELETE /firewall-policy/53183664-e592-48fc-b32e-bb917c965d51 HTTP/1.1" 200 115 0.050672 10.0.0.41 - - [2025-10-27 01:54:30] "DELETE /tag/b27cbec9-f0b3-478c-a5e7-f0a567c54a6f HTTP/1.1" 200 115 0.082005 10.0.0.41 - - [2025-10-27 01:54:30] "DELETE /tag/777cafbf-2055-448b-9c5d-ed4befdad8d3 HTTP/1.1" 200 115 0.056824 10.0.0.41 - - [2025-10-27 01:54:30] "DELETE /tag/d443eb1e-87bb-4dda-bf1d-b4972d86b946 HTTP/1.1" 200 115 0.076349 10.0.0.41 - - [2025-10-27 01:54:30] "DELETE /tag/0b153fde-63e2-4ed9-bc89-d49d059049e4 HTTP/1.1" 200 115 0.039727 10.0.0.41 - - [2025-10-27 01:54:30] "POST /projects HTTP/1.1" 409 238 0.001866 10.0.0.41 - - [2025-10-27 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001712 10.0.0.41 - - [2025-10-27 01:54:30] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.025224 10.0.0.41 - - [2025-10-27 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.41 - - [2025-10-27 01:54:30] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.003720 10.0.0.41 - - [2025-10-27 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008436 10.0.0.41 - - [2025-10-27 01:54:30] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005135 10.0.0.41 - - [2025-10-27 01:54:30] "POST /security-groups HTTP/1.1" 409 285 0.007032 10.0.0.41 - - [2025-10-27 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.41 - - [2025-10-27 01:54:30] "PUT /security-group/f57411e1-c5a0-4590-95da-842cd118d733 HTTP/1.1" 200 262 0.076799 10.0.0.41 - - [2025-10-27 01:54:30] "PUT /access-control-list/d3e2540a-895c-4964-92cb-4ad2985bef09 HTTP/1.1" 200 272 0.022575 10.0.0.41 - - [2025-10-27 01:54:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.043276 10.0.0.41 - - [2025-10-27 01:54:30] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.015440 10.0.0.41 - - [2025-10-27 01:54:30] "PUT /access-control-list/a4b823f6-13a2-4b33-b8c5-9350bc87a981 HTTP/1.1" 200 272 0.027832 10.0.0.41 - - [2025-10-27 01:54:30] "GET /firewall-rule/00ac5c30-80e6-4c10-be4a-8ef227b97148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.002667 10.0.0.41 - - [2025-10-27 01:54:31] "POST /ref-update HTTP/1.1" 200 156 0.043161 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /firewall-rule/00ac5c30-80e6-4c10-be4a-8ef227b97148 HTTP/1.1" 200 115 0.055807 10.0.0.41 - - [2025-10-27 01:54:31] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.005210 10.0.0.41 - - [2025-10-27 01:54:31] "GET /firewall-rule/5d824d1c-a8be-42a8-b026-707da39e4a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.003006 10.0.0.41 - - [2025-10-27 01:54:31] "POST /ref-update HTTP/1.1" 200 156 0.042517 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /firewall-rule/5d824d1c-a8be-42a8-b026-707da39e4a93 HTTP/1.1" 200 115 0.049610 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /tag/0a81a3ee-4319-4c92-95c8-8a270509207d HTTP/1.1" 200 115 0.038210 10.0.0.41 - - [2025-10-27 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005801 10.0.0.41 - - [2025-10-27 01:54:31] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006354 10.0.0.41 - - [2025-10-27 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2025-10-27 01:54:31] "GET /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.003859 10.0.0.41 - - [2025-10-27 01:54:31] "PUT /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09 HTTP/1.1" 200 264 0.085158 10.0.0.41 - - [2025-10-27 01:54:31] "PUT /virtual-network/06984936-5875-4b59-b469-9ddc50693cd6 HTTP/1.1" 200 264 0.054019 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /security-group/f57411e1-c5a0-4590-95da-842cd118d733 HTTP/1.1" 200 115 0.056135 10.0.0.41 - - [2025-10-27 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007155 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /access-control-list/d3e2540a-895c-4964-92cb-4ad2985bef09 HTTP/1.1" 200 115 0.043255 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /access-control-list/a4b823f6-13a2-4b33-b8c5-9350bc87a981 HTTP/1.1" 200 115 0.027486 10.0.0.41 - - [2025-10-27 01:54:31] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1894 0.035369 10.0.0.41 - - [2025-10-27 01:54:31] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?fields=security_groups HTTP/1.1" 200 1352 0.043563 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /security-group/1abcb21c-4447-4b23-abaf-4b0a530a1e77 HTTP/1.1" 200 115 0.076025 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /access-control-list/b43880e2-33d6-4237-9eb8-091cc8dbdfb0 HTTP/1.1" 200 115 0.073601 10.0.0.41 - - [2025-10-27 01:54:31] "GET /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d?fields=application_policy_sets HTTP/1.1" 200 1391 0.086810 10.0.0.41 - - [2025-10-27 01:54:31] "DELETE /access-control-list/f180ef85-05ff-4a29-ac33-8f30954dc305 HTTP/1.1" 200 115 0.054320 10.0.0.41 - - [2025-10-27 01:54:32] "DELETE /project/688c44e5-1293-4d5c-b63d-48c8f831ec0d HTTP/1.1" 200 115 0.378902 10.0.0.41 - - [2025-10-27 01:55:25] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.41 - - [2025-10-27 01:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.41 - - [2025-10-27 01:55:25] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002489 10.0.0.41 - - [2025-10-27 01:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002179 10.0.0.41 - - [2025-10-27 01:55:26] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002791 10.0.0.41 - - [2025-10-27 01:55:43] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.41 - - [2025-10-27 01:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.41 - - [2025-10-27 01:55:43] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005924 10.0.0.41 - - [2025-10-27 01:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002084 10.0.0.41 - - [2025-10-27 01:55:43] "GET /config-node/a9d8ded9-743a-4f8d-a7a8-002df7b9e65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002483 10.0.0.41 - - [2025-10-27 01:55:43] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.41 - - [2025-10-27 01:55:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002060 10.0.0.41 - - [2025-10-27 01:55:46] "POST /tags HTTP/1.1" 200 303 0.044103 10.0.0.41 - - [2025-10-27 01:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012173 10.0.0.41 - - [2025-10-27 01:55:46] "GET /tag/6ce2a3c1-ca6d-421c-9168-4ad9ef5475c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.013219 10.0.0.41 - - [2025-10-27 01:55:46] "POST /tags HTTP/1.1" 200 299 0.054293 10.0.0.41 - - [2025-10-27 01:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008462 10.0.0.41 - - [2025-10-27 01:55:46] "GET /tag/0cc43d17-1fdc-428b-a07d-99f2bf65f219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.019663 10.0.0.41 - - [2025-10-27 01:55:46] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.003534 10.0.0.41 - - [2025-10-27 01:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001368 10.0.0.41 - - [2025-10-27 01:55:46] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002102 10.0.0.41 - - [2025-10-27 01:55:46] "POST /tags HTTP/1.1" 409 206 0.002416 10.0.0.41 - - [2025-10-27 01:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001567 10.0.0.41 - - [2025-10-27 01:55:46] "GET /tag/6ce2a3c1-ca6d-421c-9168-4ad9ef5475c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.011942 10.0.0.41 - - [2025-10-27 01:55:47] "POST /tags HTTP/1.1" 200 341 0.020758 10.0.0.41 - - [2025-10-27 01:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.014035 10.0.0.41 - - [2025-10-27 01:55:47] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.012513 10.0.0.41 - - [2025-10-27 01:55:47] "POST /tags HTTP/1.1" 409 204 0.002187 10.0.0.41 - - [2025-10-27 01:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001533 10.0.0.41 - - [2025-10-27 01:55:47] "GET /tag/0cc43d17-1fdc-428b-a07d-99f2bf65f219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.012590 10.0.0.41 - - [2025-10-27 01:55:47] "POST /tags HTTP/1.1" 409 226 0.002522 10.0.0.41 - - [2025-10-27 01:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.41 - - [2025-10-27 01:55:47] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.015824 10.0.0.41 - - [2025-10-27 01:55:47] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002372 10.0.0.41 - - [2025-10-27 01:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.41 - - [2025-10-27 01:55:47] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002902 10.0.0.41 - - [2025-10-27 01:55:47] "POST /firewall-rules HTTP/1.1" 200 626 0.075780 10.0.0.41 - - [2025-10-27 01:55:47] "POST /firewall-rules HTTP/1.1" 200 646 0.072817 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-rule/fcfbcb39-4063-4803-859f-07932d54421d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.013172 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.004374 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-rule/bcdcf903-96f0-4ece-9e94-42be457aa5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003946 10.0.0.41 - - [2025-10-27 01:55:47] "POST /ref-update HTTP/1.1" 200 156 0.019626 10.0.0.41 - - [2025-10-27 01:55:47] "POST /firewall-policys HTTP/1.1" 200 606 0.032292 10.0.0.41 - - [2025-10-27 01:55:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.017320 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007559 10.0.0.41 - - [2025-10-27 01:55:47] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002754 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002675 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.003368 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002731 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.004557 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002123 10.0.0.41 - - [2025-10-27 01:55:47] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.002013 10.0.0.41 - - [2025-10-27 01:55:47] "POST /ref-update HTTP/1.1" 200 156 0.020709 10.0.0.41 - - [2025-10-27 01:55:47] "POST /ref-update HTTP/1.1" 200 156 0.028826 10.0.0.41 - - [2025-10-27 01:55:47] "POST /ref-update HTTP/1.1" 200 156 0.040949 10.0.0.41 - - [2025-10-27 01:55:48] "POST /ref-update HTTP/1.1" 200 156 0.029602 10.0.0.41 - - [2025-10-27 01:55:48] "POST /ref-update HTTP/1.1" 200 156 0.037062 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 200 393 0.034395 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/57d7afdb-1d23-49b6-b2c0-6347854c94f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.012496 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 200 345 0.072598 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001993 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/f4a33464-44db-480d-b6fd-385dff7c6f2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.013303 10.0.0.41 - - [2025-10-27 01:55:48] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003064 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001536 10.0.0.41 - - [2025-10-27 01:55:48] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003889 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 409 206 0.001864 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001697 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/6ce2a3c1-ca6d-421c-9168-4ad9ef5475c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.015180 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 409 226 0.001732 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001374 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.011045 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 409 204 0.001711 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007128 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/0cc43d17-1fdc-428b-a07d-99f2bf65f219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1099 0.012623 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 409 226 0.001926 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001547 10.0.0.41 - - [2025-10-27 01:55:48] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002083 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001400 10.0.0.41 - - [2025-10-27 01:55:48] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.007365 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.024091 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 409 228 0.003154 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/f4a33464-44db-480d-b6fd-385dff7c6f2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1202 0.019869 10.0.0.41 - - [2025-10-27 01:55:48] "POST /tags HTTP/1.1" 409 252 0.002289 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.41 - - [2025-10-27 01:55:48] "GET /tag/57d7afdb-1d23-49b6-b2c0-6347854c94f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.012190 10.0.0.41 - - [2025-10-27 01:55:48] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003034 10.0.0.41 - - [2025-10-27 01:55:48] "GET / HTTP/1.1" 200 35931 0.001974 10.0.0.41 - - [2025-10-27 01:55:48] "POST /alarms HTTP/1.1" 409 264 0.002351 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002005 10.0.0.41 - - [2025-10-27 01:55:48] "PUT /alarm/819bfb3f-87b1-4d0a-9c8b-2eca84201830 HTTP/1.1" 200 244 0.011864 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011376 10.0.0.41 - - [2025-10-27 01:55:48] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003010 10.0.0.41 - - [2025-10-27 01:55:48] "POST /firewall-rules HTTP/1.1" 409 281 0.001726 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001215 10.0.0.41 - - [2025-10-27 01:55:48] "POST /alarms HTTP/1.1" 409 261 0.002575 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001714 10.0.0.41 - - [2025-10-27 01:55:48] "PUT /alarm/10e62588-5d68-42c0-8706-6abeaea443a3 HTTP/1.1" 200 244 0.012640 10.0.0.41 - - [2025-10-27 01:55:48] "PUT /firewall-rule/bcdcf903-96f0-4ece-9e94-42be457aa5cf HTTP/1.1" 200 260 0.034309 10.0.0.41 - - [2025-10-27 01:55:48] "POST /firewall-rules HTTP/1.1" 409 291 0.008674 10.0.0.41 - - [2025-10-27 01:55:48] "POST /alarms HTTP/1.1" 409 261 0.004563 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001630 10.0.0.41 - - [2025-10-27 01:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.41 - - [2025-10-27 01:55:48] "PUT /alarm/2ce0924c-01ae-4752-8046-d44ad9ac9edc HTTP/1.1" 200 244 0.011740 10.0.0.41 - - [2025-10-27 01:55:48] "POST /alarms HTTP/1.1" 409 253 0.002938 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001844 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /firewall-rule/fcfbcb39-4063-4803-859f-07932d54421d HTTP/1.1" 200 260 0.033257 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/eb02fb06-43f6-4342-9ab6-5a4554f2790a HTTP/1.1" 200 244 0.015446 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 251 0.013057 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-rule/fcfbcb39-4063-4803-859f-07932d54421d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.004941 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/26b1760f-4a60-4a04-ae89-4bc2315b5def HTTP/1.1" 200 244 0.013926 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 252 0.011142 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.41 - - [2025-10-27 01:55:49] "POST /firewall-rules HTTP/1.1" 200 658 0.101526 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/1c3265ff-a8c3-44c3-b155-b82410836a55 HTTP/1.1" 200 244 0.010467 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 256 0.003784 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-rule/8f6cf636-41e6-4933-b0dc-d40efa2a491f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.007537 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.001681 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-rule/bcdcf903-96f0-4ece-9e94-42be457aa5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.002532 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/960705c0-59df-42a7-b69b-b6a4a117c606 HTTP/1.1" 200 244 0.011237 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 248 0.008746 10.0.0.41 - - [2025-10-27 01:55:49] "POST /firewall-policys HTTP/1.1" 409 269 0.006125 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001750 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001368 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3 HTTP/1.1" 200 264 0.022747 10.0.0.41 - - [2025-10-27 01:55:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.029272 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/5fb9f4af-3ba4-4f3a-a5af-7892062d129a HTTP/1.1" 200 244 0.022816 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 252 0.007756 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.018045 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.41 - - [2025-10-27 01:55:49] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003557 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.001874 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.001832 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/5131802b-f69d-4d4a-aaa0-f00053befa3a HTTP/1.1" 200 244 0.014560 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002099 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 257 0.005656 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001436 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.002444 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.001822 10.0.0.41 - - [2025-10-27 01:55:49] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.001613 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/5ffc73d1-d109-43a0-b8eb-ad83d6724796 HTTP/1.1" 200 244 0.011301 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 251 0.007228 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001527 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001650 10.0.0.41 - - [2025-10-27 01:55:49] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002540 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002232 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-rule/bcdcf903-96f0-4ece-9e94-42be457aa5cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.002127 10.0.0.41 - - [2025-10-27 01:55:49] "POST /ref-update HTTP/1.1" 200 156 0.012107 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/a877cd48-1795-40f4-a682-80fe2466b60a HTTP/1.1" 200 244 0.020120 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 257 0.002578 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001462 10.0.0.41 - - [2025-10-27 01:55:49] "DELETE /firewall-rule/bcdcf903-96f0-4ece-9e94-42be457aa5cf HTTP/1.1" 200 115 0.060452 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008152 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/7f579c63-4588-4e88-9e18-7664e7c089c4 HTTP/1.1" 200 244 0.010285 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 261 0.003854 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001613 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-rule/fcfbcb39-4063-4803-859f-07932d54421d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.002671 10.0.0.41 - - [2025-10-27 01:55:49] "POST /ref-update HTTP/1.1" 200 156 0.019005 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/be814e53-d112-4695-80e2-e0d4d6920721 HTTP/1.1" 200 244 0.017052 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 258 0.004648 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001964 10.0.0.41 - - [2025-10-27 01:55:49] "DELETE /firewall-rule/fcfbcb39-4063-4803-859f-07932d54421d HTTP/1.1" 200 115 0.063476 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.012257 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/302684f5-7995-450f-a32c-47d2e74150cc HTTP/1.1" 200 244 0.009812 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 254 0.003683 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-rule/8f6cf636-41e6-4933-b0dc-d40efa2a491f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.004179 10.0.0.41 - - [2025-10-27 01:55:49] "POST /ref-update HTTP/1.1" 200 156 0.017274 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/60e9da7b-75e2-4fef-8585-fee5e3ef614b HTTP/1.1" 200 244 0.021504 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 254 0.004729 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001436 10.0.0.41 - - [2025-10-27 01:55:49] "DELETE /firewall-rule/8f6cf636-41e6-4933-b0dc-d40efa2a491f HTTP/1.1" 200 115 0.070853 10.0.0.41 - - [2025-10-27 01:55:49] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002979 10.0.0.41 - - [2025-10-27 01:55:49] "PUT /alarm/181bb3d6-e771-4618-abac-3d47dbac4f92 HTTP/1.1" 200 244 0.009624 10.0.0.41 - - [2025-10-27 01:55:49] "POST /alarms HTTP/1.1" 409 254 0.006317 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.41 - - [2025-10-27 01:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001873 10.0.0.41 - - [2025-10-27 01:55:49] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002150 10.0.0.41 - - [2025-10-27 01:55:49] "GET /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003220 10.0.0.41 - - [2025-10-27 01:55:50] "POST /ref-update HTTP/1.1" 200 156 0.031262 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /alarm/615a8a05-edcc-42c5-b03b-71973ab58ca6 HTTP/1.1" 200 244 0.033693 10.0.0.41 - - [2025-10-27 01:55:50] "POST /alarms HTTP/1.1" 409 247 0.002886 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002141 10.0.0.41 - - [2025-10-27 01:55:50] "DELETE /firewall-policy/da411091-41d6-402e-bc38-3c257905f8c3 HTTP/1.1" 200 115 0.049959 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /alarm/6892ba07-bded-4ccb-898d-a9a6de983b2e HTTP/1.1" 200 244 0.016859 10.0.0.41 - - [2025-10-27 01:55:50] "POST /alarms HTTP/1.1" 409 272 0.013029 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.41 - - [2025-10-27 01:55:50] "DELETE /tag/0cc43d17-1fdc-428b-a07d-99f2bf65f219 HTTP/1.1" 200 115 0.070142 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /alarm/2e7a1078-becc-49b6-ac9b-72d0f7377aab HTTP/1.1" 200 244 0.025945 10.0.0.41 - - [2025-10-27 01:55:50] "POST /alarms HTTP/1.1" 409 261 0.004800 10.0.0.41 - - [2025-10-27 01:55:50] "DELETE /tag/f4a33464-44db-480d-b6fd-385dff7c6f2c HTTP/1.1" 200 115 0.076247 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /alarm/e27a2d73-2f2d-4a94-92df-449ecb3876da HTTP/1.1" 200 244 0.017759 10.0.0.41 - - [2025-10-27 01:55:50] "POST /alarms HTTP/1.1" 409 259 0.006996 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.41 - - [2025-10-27 01:55:50] "DELETE /tag/6ce2a3c1-ca6d-421c-9168-4ad9ef5475c6 HTTP/1.1" 200 115 0.078783 10.0.0.41 - - [2025-10-27 01:55:50] "DELETE /tag/57d7afdb-1d23-49b6-b2c0-6347854c94f1 HTTP/1.1" 200 115 0.031190 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /alarm/cf1e1b07-a631-473c-949b-b3846371e8c6 HTTP/1.1" 200 244 0.013313 10.0.0.41 - - [2025-10-27 01:55:50] "POST /alarms HTTP/1.1" 409 265 0.004688 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.41 - - [2025-10-27 01:55:50] "POST /tags HTTP/1.1" 200 365 0.063216 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /alarm/3d9c3ec8-9466-4fea-a380-e1d9b0613f3b HTTP/1.1" 200 244 0.011617 10.0.0.41 - - [2025-10-27 01:55:50] "POST /alarms HTTP/1.1" 409 279 0.003534 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001573 10.0.0.41 - - [2025-10-27 01:55:50] "GET /tag/cd2291ad-44ee-47aa-b72b-b23c8500d2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.012563 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001452 10.0.0.41 - - [2025-10-27 01:55:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.029760 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002032 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /alarm/353fcf8c-9dfa-4ade-86a7-643c2b41153b HTTP/1.1" 200 244 0.017976 10.0.0.41 - - [2025-10-27 01:55:50] "GET /service-appliance-set/a94626f3-5d7e-49ec-a3b9-b4529bafbf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.003589 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 404 258 0.004239 10.0.0.41 - - [2025-10-27 01:55:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.095740 10.0.0.41 - - [2025-10-27 01:55:50] "GET /virtual-machine-interface/dc6baffe-8ecd-484c-8030-d3d955e8e19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005528 10.0.0.41 - - [2025-10-27 01:55:50] "POST /set-tag HTTP/1.1" 200 109 0.015808 10.0.0.41 - - [2025-10-27 01:55:50] "POST /instance-ips HTTP/1.1" 200 417 0.036476 10.0.0.41 - - [2025-10-27 01:55:50] "GET / HTTP/1.1" 200 35931 0.002127 10.0.0.41 - - [2025-10-27 01:55:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001877 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001449 10.0.0.41 - - [2025-10-27 01:55:50] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.007318 10.0.0.41 - - [2025-10-27 01:55:50] "GET /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.005639 10.0.0.41 - - [2025-10-27 01:55:50] "POST /loadbalancers HTTP/1.1" 200 618 0.060110 10.0.0.41 - - [2025-10-27 01:55:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.028885 10.0.0.41 - - [2025-10-27 01:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.015417 10.0.0.41 - - [2025-10-27 01:55:50] "POST /service-instances HTTP/1.1" 200 566 0.041052 10.0.0.41 - - [2025-10-27 01:55:50] "POST /ref-update HTTP/1.1" 200 156 0.014782 10.0.0.41 - - [2025-10-27 01:55:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.040163 10.0.0.41 - - [2025-10-27 01:55:51] "GET /virtual-machine-interface/dc6baffe-8ecd-484c-8030-d3d955e8e19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.008133 10.0.0.41 - - [2025-10-27 01:55:51] "PUT /service-instance/87e08d02-1f2d-4895-a9e2-82e025f8802a HTTP/1.1" 200 266 0.032284 10.0.0.41 - - [2025-10-27 01:55:51] "GET /virtual-machine-interface/dc6baffe-8ecd-484c-8030-d3d955e8e19e?fields=floating_ip_back_refs HTTP/1.1" 200 1179 0.020015 10.0.0.41 - - [2025-10-27 01:55:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.026478 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002001 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.001860 10.0.0.41 - - [2025-10-27 01:55:51] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.41 - - [2025-10-27 01:55:51] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005037 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001899 10.0.0.41 - - [2025-10-27 01:55:51] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002182 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.41 - - [2025-10-27 01:55:51] "POST /virtual-machines HTTP/1.1" 200 429 0.016987 10.0.0.41 - - [2025-10-27 01:55:51] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.012234 10.0.0.41 - - [2025-10-27 01:55:51] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005926 10.0.0.41 - - [2025-10-27 01:55:51] "POST /tags HTTP/1.1" 409 221 0.003517 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001904 10.0.0.41 - - [2025-10-27 01:55:51] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.035007 10.0.0.41 - - [2025-10-27 01:55:51] "POST /tags HTTP/1.1" 409 238 0.005326 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010474 10.0.0.41 - - [2025-10-27 01:55:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.126806 10.0.0.41 - - [2025-10-27 01:55:51] "POST /chown HTTP/1.1" 200 109 0.017569 10.0.0.41 - - [2025-10-27 01:55:51] "GET /tag/cd2291ad-44ee-47aa-b72b-b23c8500d2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.017851 10.0.0.41 - - [2025-10-27 01:55:51] "POST /chown HTTP/1.1" 200 109 0.007923 10.0.0.41 - - [2025-10-27 01:55:51] "PUT /virtual-machine-interface/5c159e9b-5ee4-435a-b008-cbf9c2baf2f9 HTTP/1.1" 200 284 0.020185 10.0.0.41 - - [2025-10-27 01:55:51] "POST /firewall-rules HTTP/1.1" 200 650 0.093380 10.0.0.41 - - [2025-10-27 01:55:51] "GET /firewall-rule/b55e5605-3a04-4429-bba8-bd4a42fd2268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.007445 10.0.0.41 - - [2025-10-27 01:55:51] "PUT /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64 HTTP/1.1" 200 256 0.069634 10.0.0.41 - - [2025-10-27 01:55:51] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.003111 10.0.0.41 - - [2025-10-27 01:55:51] "GET /firewall-rule/b55e5605-3a04-4429-bba8-bd4a42fd2268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004038 10.0.0.41 - - [2025-10-27 01:55:51] "POST /ref-update HTTP/1.1" 200 156 0.014586 10.0.0.41 - - [2025-10-27 01:55:51] "GET / HTTP/1.1" 200 35931 0.001677 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.41 - - [2025-10-27 01:55:51] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004430 10.0.0.41 - - [2025-10-27 01:55:51] "POST /ref-update HTTP/1.1" 200 156 0.024371 10.0.0.41 - - [2025-10-27 01:55:51] "POST /ref-update HTTP/1.1" 200 156 0.052427 10.0.0.41 - - [2025-10-27 01:55:51] "POST /ref-update HTTP/1.1" 200 156 0.031877 10.0.0.41 - - [2025-10-27 01:55:51] "PUT /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db HTTP/1.1" 200 274 0.056660 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.41 - - [2025-10-27 01:55:51] "POST /ref-update HTTP/1.1" 200 156 0.013038 10.0.0.41 - - [2025-10-27 01:55:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.106174 10.0.0.41 - - [2025-10-27 01:55:51] "POST /ref-update HTTP/1.1" 200 156 0.087884 10.0.0.41 - - [2025-10-27 01:55:51] "GET /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2520 0.017551 10.0.0.41 - - [2025-10-27 01:55:51] "POST /ref-update HTTP/1.1" 200 156 0.015958 10.0.0.41 - - [2025-10-27 01:55:51] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.017466 10.0.0.41 - - [2025-10-27 01:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006744 10.0.0.41 - - [2025-10-27 01:55:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.039310 10.0.0.41 - - [2025-10-27 01:55:51] "POST /virtual-machines HTTP/1.1" 200 429 0.030191 10.0.0.41 - - [2025-10-27 01:55:52] "GET /loadbalancer-listener/e9627a46-c450-434d-8ff3-159c312c62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.057470 10.0.0.41 - - [2025-10-27 01:55:52] "GET /loadbalancer-listener/e9627a46-c450-434d-8ff3-159c312c62ca?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.010029 10.0.0.41 - - [2025-10-27 01:55:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.109880 10.0.0.41 - - [2025-10-27 01:55:52] "POST /chown HTTP/1.1" 200 109 0.029792 10.0.0.41 - - [2025-10-27 01:55:52] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.066253 10.0.0.41 - - [2025-10-27 01:55:52] "POST /chown HTTP/1.1" 200 109 0.029799 10.0.0.41 - - [2025-10-27 01:55:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.010988 10.0.0.41 - - [2025-10-27 01:55:52] "GET /loadbalancer-pool/4459de98-c017-4d81-8651-801fa88e15d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.010016 10.0.0.41 - - [2025-10-27 01:55:52] "PUT /virtual-machine-interface/fae92003-9085-4fa1-9ed7-c667102559cf HTTP/1.1" 200 284 0.010381 10.0.0.41 - - [2025-10-27 01:55:52] "POST /loadbalancer-members HTTP/1.1" 200 707 0.049104 10.0.0.41 - - [2025-10-27 01:55:52] "PUT /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64 HTTP/1.1" 200 256 0.057900 10.0.0.41 - - [2025-10-27 01:55:52] "POST /ref-update HTTP/1.1" 200 156 0.015872 10.0.0.41 - - [2025-10-27 01:55:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.025988 10.0.0.41 - - [2025-10-27 01:55:52] "GET /loadbalancer-member/bb21a42e-3fff-406f-97fd-23d3be65bb57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.029478 10.0.0.41 - - [2025-10-27 01:55:52] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.004050 10.0.0.41 - - [2025-10-27 01:55:52] "POST /ref-update HTTP/1.1" 200 156 0.025164 10.0.0.41 - - [2025-10-27 01:55:52] "POST /ref-update HTTP/1.1" 200 156 0.026279 10.0.0.41 - - [2025-10-27 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.41 - - [2025-10-27 01:55:52] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.034398 10.0.0.41 - - [2025-10-27 01:55:52] "POST /ref-update HTTP/1.1" 200 156 0.141653 10.0.0.41 - - [2025-10-27 01:55:52] "POST /tags HTTP/1.1" 409 221 0.005770 10.0.0.41 - - [2025-10-27 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001741 10.0.0.41 - - [2025-10-27 01:55:52] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.015879 10.0.0.41 - - [2025-10-27 01:55:52] "POST /ref-update HTTP/1.1" 200 156 0.030490 10.0.0.41 - - [2025-10-27 01:55:52] "POST /tags HTTP/1.1" 409 238 0.007538 10.0.0.41 - - [2025-10-27 01:55:52] "PUT /service-instance/87e08d02-1f2d-4895-a9e2-82e025f8802a HTTP/1.1" 200 266 0.010870 10.0.0.41 - - [2025-10-27 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008830 10.0.0.41 - - [2025-10-27 01:55:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.029592 10.0.0.41 - - [2025-10-27 01:55:52] "GET /tag/cd2291ad-44ee-47aa-b72b-b23c8500d2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.034590 10.0.0.41 - - [2025-10-27 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.41 - - [2025-10-27 01:55:52] "POST /firewall-rules HTTP/1.1" 409 293 0.003903 10.0.0.41 - - [2025-10-27 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006958 10.0.0.41 - - [2025-10-27 01:55:52] "POST /chown HTTP/1.1" 200 109 0.019336 10.0.0.41 - - [2025-10-27 01:55:52] "POST /chown HTTP/1.1" 200 109 0.025765 10.0.0.41 - - [2025-10-27 01:55:52] "PUT /firewall-rule/b55e5605-3a04-4429-bba8-bd4a42fd2268 HTTP/1.1" 200 260 0.084941 10.0.0.41 - - [2025-10-27 01:55:52] "PUT /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64 HTTP/1.1" 200 256 0.037491 10.0.0.41 - - [2025-10-27 01:55:52] "GET /firewall-rule/b55e5605-3a04-4429-bba8-bd4a42fd2268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.020924 10.0.0.41 - - [2025-10-27 01:55:52] "POST /ref-update HTTP/1.1" 200 156 0.013193 10.0.0.41 - - [2025-10-27 01:55:52] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.011447 10.0.0.41 - - [2025-10-27 01:55:52] "GET /firewall-rule/b55e5605-3a04-4429-bba8-bd4a42fd2268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003168 10.0.0.41 - - [2025-10-27 01:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002318 10.0.0.41 - - [2025-10-27 01:55:52] "POST /chown HTTP/1.1" 200 109 0.022022 10.0.0.41 - - [2025-10-27 01:55:52] "POST /chown HTTP/1.1" 200 109 0.021847 10.0.0.41 - - [2025-10-27 01:55:53] "GET /tag/cd2291ad-44ee-47aa-b72b-b23c8500d2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.034576 10.0.0.41 - - [2025-10-27 01:55:53] "GET /tag/cd2291ad-44ee-47aa-b72b-b23c8500d2d5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.041819 10.0.0.41 - - [2025-10-27 01:55:53] "GET /virtual-machine-interface/5c159e9b-5ee4-435a-b008-cbf9c2baf2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.005478 10.0.0.41 - - [2025-10-27 01:55:53] "PUT /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64 HTTP/1.1" 200 256 0.062070 10.0.0.41 - - [2025-10-27 01:55:53] "POST /ref-update HTTP/1.1" 200 156 0.039544 10.0.0.41 - - [2025-10-27 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007671 10.0.0.41 - - [2025-10-27 01:55:53] "POST /set-tag HTTP/1.1" 200 109 0.036110 10.0.0.41 - - [2025-10-27 01:55:53] "GET /virtual-machine-interface/dc6baffe-8ecd-484c-8030-d3d955e8e19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.008408 10.0.0.41 - - [2025-10-27 01:55:53] "POST /set-tag HTTP/1.1" 200 109 0.025995 10.0.0.41 - - [2025-10-27 01:55:53] "POST /chown HTTP/1.1" 200 109 0.022306 10.0.0.41 - - [2025-10-27 01:55:53] "GET /virtual-machine-interface/fae92003-9085-4fa1-9ed7-c667102559cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.008568 10.0.0.41 - - [2025-10-27 01:55:53] "POST /chown HTTP/1.1" 200 109 0.030757 10.0.0.41 - - [2025-10-27 01:55:53] "PUT /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64 HTTP/1.1" 200 256 0.039538 10.0.0.41 - - [2025-10-27 01:55:53] "POST /set-tag HTTP/1.1" 200 109 0.059937 10.0.0.41 - - [2025-10-27 01:55:53] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.013741 10.0.0.41 - - [2025-10-27 01:55:53] "GET /firewall-rule/b55e5605-3a04-4429-bba8-bd4a42fd2268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005307 10.0.0.41 - - [2025-10-27 01:55:53] "POST /ref-update HTTP/1.1" 200 156 0.034049 10.0.0.41 - - [2025-10-27 01:55:53] "POST /chown HTTP/1.1" 200 109 0.019385 10.0.0.41 - - [2025-10-27 01:55:53] "POST /ref-update HTTP/1.1" 200 156 0.038556 10.0.0.41 - - [2025-10-27 01:55:53] "POST /chown HTTP/1.1" 200 109 0.050574 10.0.0.41 - - [2025-10-27 01:55:53] "DELETE /firewall-rule/b55e5605-3a04-4429-bba8-bd4a42fd2268 HTTP/1.1" 200 115 0.096056 10.0.0.41 - - [2025-10-27 01:55:53] "PUT /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64 HTTP/1.1" 200 256 0.046501 10.0.0.41 - - [2025-10-27 01:55:53] "POST /ref-update HTTP/1.1" 200 156 0.097358 10.0.0.41 - - [2025-10-27 01:55:53] "DELETE /loadbalancer-member/bb21a42e-3fff-406f-97fd-23d3be65bb57 HTTP/1.1" 200 115 0.184422 10.0.0.41 - - [2025-10-27 01:55:53] "DELETE /loadbalancer-pool/4459de98-c017-4d81-8651-801fa88e15d0 HTTP/1.1" 200 115 0.071499 10.0.0.41 - - [2025-10-27 01:55:53] "PUT /service-instance/87e08d02-1f2d-4895-a9e2-82e025f8802a HTTP/1.1" 200 266 0.012559 10.0.0.41 - - [2025-10-27 01:55:53] "POST /prop-collection-update HTTP/1.1" 200 115 0.010678 10.0.0.41 - - [2025-10-27 01:55:53] "DELETE /loadbalancer-listener/e9627a46-c450-434d-8ff3-159c312c62ca HTTP/1.1" 200 115 0.134548 10.0.0.41 - - [2025-10-27 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009235 10.0.0.41 - - [2025-10-27 01:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005812 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2 HTTP/1.1" 200 115 0.094442 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /instance-ip/d6f76e9f-5435-4565-9b62-2ac0456ccb64 HTTP/1.1" 200 115 0.073063 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /virtual-machine-interface/dc6baffe-8ecd-484c-8030-d3d955e8e19e HTTP/1.1" 200 115 0.070276 10.0.0.41 - - [2025-10-27 01:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011956 10.0.0.41 - - [2025-10-27 01:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /service-instance/87e08d02-1f2d-4895-a9e2-82e025f8802a HTTP/1.1" 200 115 0.065067 10.0.0.41 - - [2025-10-27 01:55:54] "GET /virtual-machine-interface/fae92003-9085-4fa1-9ed7-c667102559cf?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1209 0.005417 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /tag/cd2291ad-44ee-47aa-b72b-b23c8500d2d5 HTTP/1.1" 200 115 0.142377 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /virtual-machine-interface/fae92003-9085-4fa1-9ed7-c667102559cf HTTP/1.1" 200 115 0.068669 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /virtual-machine/0826656f-e6b0-4c1d-9da6-8ab0a4f9a76b HTTP/1.1" 200 115 0.029304 10.0.0.41 - - [2025-10-27 01:55:54] "GET /virtual-machine-interface/5c159e9b-5ee4-435a-b008-cbf9c2baf2f9?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1208 0.021996 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /virtual-machine-interface/5c159e9b-5ee4-435a-b008-cbf9c2baf2f9 HTTP/1.1" 200 115 0.110634 10.0.0.41 - - [2025-10-27 01:55:54] "POST /ref-update HTTP/1.1" 200 156 0.016699 10.0.0.41 - - [2025-10-27 01:55:54] "DELETE /virtual-machine/de6cc929-5c86-4bf8-ae97-e45374407dfb HTTP/1.1" 200 115 0.064228 10.0.0.41 - - [2025-10-27 01:55:55] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.41 - - [2025-10-27 01:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001781 10.0.0.41 - - [2025-10-27 01:55:55] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002299 10.0.0.41 - - [2025-10-27 01:55:55] "POST /bgp-routers HTTP/1.1" 409 301 0.001596 10.0.0.41 - - [2025-10-27 01:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001705 10.0.0.41 - - [2025-10-27 01:55:55] "GET /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.004656 10.0.0.41 - - [2025-10-27 01:55:55] "PUT /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f HTTP/1.1" 200 254 0.014437 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:55:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000924 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:55:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001641 10.0.0.41 - - [2025-10-27 01:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.41 - - [2025-10-27 01:55:56] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004866 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:55:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001188 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:55:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000823 10.0.0.41 - - [2025-10-27 01:56:14] "GET / HTTP/1.1" 200 35931 0.001505 10.0.0.41 - - [2025-10-27 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001839 10.0.0.41 - - [2025-10-27 01:56:14] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005535 10.0.0.41 - - [2025-10-27 01:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001928 10.0.0.41 - - [2025-10-27 01:56:14] "GET /config-node/a9d8ded9-743a-4f8d-a7a8-002df7b9e65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002235 10.0.0.41 - - [2025-10-27 01:56:25] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.41 - - [2025-10-27 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.41 - - [2025-10-27 01:56:25] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002475 10.0.0.41 - - [2025-10-27 01:56:25] "POST /bgp-routers HTTP/1.1" 409 301 0.001647 10.0.0.41 - - [2025-10-27 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001256 10.0.0.41 - - [2025-10-27 01:56:25] "GET /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.002598 10.0.0.41 - - [2025-10-27 01:56:25] "PUT /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f HTTP/1.1" 200 254 0.010679 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000746 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000822 10.0.0.41 - - [2025-10-27 01:56:39] "GET / HTTP/1.1" 200 35931 0.001509 10.0.0.41 - - [2025-10-27 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.41 - - [2025-10-27 01:56:39] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004549 10.0.0.41 - - [2025-10-27 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.001697 10.0.0.41 - - [2025-10-27 01:56:39] "GET /config-node/a9d8ded9-743a-4f8d-a7a8-002df7b9e65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001993 10.0.0.41 - - [2025-10-27 01:56:40] "GET / HTTP/1.1" 200 35931 0.001587 10.0.0.41 - - [2025-10-27 01:56:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001997 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001894 10.0.0.41 - - [2025-10-27 01:56:45] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002162 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001321 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.006820 10.0.0.41 - - [2025-10-27 01:56:45] "GET / HTTP/1.1" 200 35931 0.001354 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 264 0.005181 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001420 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/819bfb3f-87b1-4d0a-9c8b-2eca84201830 HTTP/1.1" 200 244 0.013004 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 261 0.005839 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/10e62588-5d68-42c0-8706-6abeaea443a3 HTTP/1.1" 200 244 0.014438 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 261 0.010601 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/2ce0924c-01ae-4752-8046-d44ad9ac9edc HTTP/1.1" 200 244 0.014882 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 253 0.002213 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002082 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/eb02fb06-43f6-4342-9ab6-5a4554f2790a HTTP/1.1" 200 244 0.012135 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 251 0.017314 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001475 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/26b1760f-4a60-4a04-ae89-4bc2315b5def HTTP/1.1" 200 244 0.018885 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 252 0.012512 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001712 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/1c3265ff-a8c3-44c3-b155-b82410836a55 HTTP/1.1" 200 244 0.009917 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 256 0.007551 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001578 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/960705c0-59df-42a7-b69b-b6a4a117c606 HTTP/1.1" 200 244 0.009251 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 248 0.005365 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/5fb9f4af-3ba4-4f3a-a5af-7892062d129a HTTP/1.1" 200 244 0.012183 10.0.0.41 - - [2025-10-27 01:56:45] "POST /alarms HTTP/1.1" 409 252 0.004428 10.0.0.41 - - [2025-10-27 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.41 - - [2025-10-27 01:56:45] "PUT /alarm/5131802b-f69d-4d4a-aaa0-f00053befa3a HTTP/1.1" 200 244 0.009051 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 257 0.010822 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/5ffc73d1-d109-43a0-b8eb-ad83d6724796 HTTP/1.1" 200 244 0.009059 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 251 0.008842 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002006 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/a877cd48-1795-40f4-a682-80fe2466b60a HTTP/1.1" 200 244 0.009281 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 257 0.005611 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001733 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/7f579c63-4588-4e88-9e18-7664e7c089c4 HTTP/1.1" 200 244 0.019692 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 261 0.009068 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001333 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/be814e53-d112-4695-80e2-e0d4d6920721 HTTP/1.1" 200 244 0.009974 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 258 0.008788 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001935 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/302684f5-7995-450f-a32c-47d2e74150cc HTTP/1.1" 200 244 0.011735 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 254 0.007052 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001580 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/60e9da7b-75e2-4fef-8585-fee5e3ef614b HTTP/1.1" 200 244 0.009892 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 254 0.006523 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001620 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/181bb3d6-e771-4618-abac-3d47dbac4f92 HTTP/1.1" 200 244 0.009713 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 254 0.007211 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/615a8a05-edcc-42c5-b03b-71973ab58ca6 HTTP/1.1" 200 244 0.009034 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 247 0.007299 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/6892ba07-bded-4ccb-898d-a9a6de983b2e HTTP/1.1" 200 244 0.008270 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 272 0.005853 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001413 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/2e7a1078-becc-49b6-ac9b-72d0f7377aab HTTP/1.1" 200 244 0.010072 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 261 0.003869 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005832 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/e27a2d73-2f2d-4a94-92df-449ecb3876da HTTP/1.1" 200 244 0.008852 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 259 0.005591 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001420 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/cf1e1b07-a631-473c-949b-b3846371e8c6 HTTP/1.1" 200 244 0.009920 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 265 0.011196 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/3d9c3ec8-9466-4fea-a380-e1d9b0613f3b HTTP/1.1" 200 244 0.008755 10.0.0.41 - - [2025-10-27 01:56:46] "POST /alarms HTTP/1.1" 409 279 0.007982 10.0.0.41 - - [2025-10-27 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.41 - - [2025-10-27 01:56:46] "PUT /alarm/353fcf8c-9dfa-4ade-86a7-643c2b41153b HTTP/1.1" 200 244 0.011388 10.0.0.41 - - [2025-10-27 01:56:47] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.41 - - [2025-10-27 01:56:47] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001926 10.0.0.41 - - [2025-10-27 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001603 10.0.0.41 - - [2025-10-27 01:56:47] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.008088 10.0.0.41 - - [2025-10-27 01:56:47] "GET / HTTP/1.1" 200 35931 0.001376 10.0.0.41 - - [2025-10-27 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.41 - - [2025-10-27 01:56:47] "GET /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.002238 10.0.0.41 - - [2025-10-27 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.41 - - [2025-10-27 01:56:47] "PUT /global-vrouter-config/963d5b1a-9b20-4377-9ef7-bd0ecf4c9aa4 HTTP/1.1" 200 276 0.010200 10.0.0.41 - - [2025-10-27 01:56:47] "GET / HTTP/1.1" 200 35931 0.001706 10.0.0.41 - - [2025-10-27 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006732 10.0.0.41 - - [2025-10-27 01:56:47] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004235 10.0.0.41 - - [2025-10-27 01:56:47] "PUT /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db HTTP/1.1" 200 274 0.017489 10.0.0.41 - - [2025-10-27 01:56:51] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.41 - - [2025-10-27 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.41 - - [2025-10-27 01:56:51] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002464 10.0.0.41 - - [2025-10-27 01:56:51] "POST /bgp-routers HTTP/1.1" 409 301 0.001767 10.0.0.41 - - [2025-10-27 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001419 10.0.0.41 - - [2025-10-27 01:56:51] "GET /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.006242 10.0.0.41 - - [2025-10-27 01:56:51] "PUT /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f HTTP/1.1" 200 254 0.011259 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000911 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000898 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000889 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000837 10.0.0.41 - - [2025-10-27 01:56:56] "POST /tags HTTP/1.1" 200 355 0.034075 10.0.0.41 - - [2025-10-27 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009619 10.0.0.41 - - [2025-10-27 01:56:56] "GET /tag/a6cc036a-4795-4772-bc33-43888ddcb14d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.030459 10.0.0.41 - - [2025-10-27 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.41 - - [2025-10-27 01:56:56] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004491 10.0.0.41 - - [2025-10-27 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001595 10.0.0.41 - - [2025-10-27 01:56:56] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.058538 10.0.0.41 - - [2025-10-27 01:56:56] "POST /virtual-machines HTTP/1.1" 200 351 0.015058 10.0.0.41 - - [2025-10-27 01:56:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.011204 10.0.0.41 - - [2025-10-27 01:56:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.138297 10.0.0.41 - - [2025-10-27 01:56:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.015320 10.0.0.41 - - [2025-10-27 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.41 - - [2025-10-27 01:56:56] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.012608 10.0.0.41 - - [2025-10-27 01:56:56] "POST /instance-ips HTTP/1.1" 200 391 0.049507 10.0.0.41 - - [2025-10-27 01:56:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.030784 10.0.0.41 - - [2025-10-27 01:56:56] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.029910 10.0.0.41 - - [2025-10-27 01:56:56] "POST /set-tag HTTP/1.1" 200 109 0.024069 10.0.0.41 - - [2025-10-27 01:56:56] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.013042 10.0.0.41 - - [2025-10-27 01:56:56] "GET /instance-ip/37c6544e-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1907 0.012555 10.0.0.41 - - [2025-10-27 01:56:57] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005140 10.0.0.41 - - [2025-10-27 01:56:57] "POST /set-tag HTTP/1.1" 200 109 0.001980 10.0.0.41 - - [2025-10-27 01:56:57] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004553 10.0.0.41 - - [2025-10-27 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.016574 10.0.0.41 - - [2025-10-27 01:56:57] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.016596 10.0.0.41 - - [2025-10-27 01:56:57] "POST /set-tag HTTP/1.1" 200 109 0.002295 10.0.0.41 - - [2025-10-27 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.41 - - [2025-10-27 01:56:57] "GET /virtual-network/5eb066c8-4165-4bf0-930c-9dac6e903d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.003772 10.0.0.41 - - [2025-10-27 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001547 10.0.0.41 - - [2025-10-27 01:56:57] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.112997 10.0.0.41 - - [2025-10-27 01:56:57] "POST /virtual-machines HTTP/1.1" 200 355 0.007291 10.0.0.41 - - [2025-10-27 01:56:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.035155 10.0.0.41 - - [2025-10-27 01:56:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.101658 10.0.0.41 - - [2025-10-27 01:56:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.018481 10.0.0.41 - - [2025-10-27 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010556 10.0.0.41 - - [2025-10-27 01:56:57] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.005368 10.0.0.41 - - [2025-10-27 01:56:57] "POST /instance-ips HTTP/1.1" 200 395 0.045407 10.0.0.41 - - [2025-10-27 01:56:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.094897 10.0.0.41 - - [2025-10-27 01:56:57] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007701 10.0.0.41 - - [2025-10-27 01:56:57] "POST /set-tag HTTP/1.1" 200 109 0.020925 10.0.0.41 - - [2025-10-27 01:56:57] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.030483 10.0.0.41 - - [2025-10-27 01:56:58] "GET /instance-ip/38561e80-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.072711 10.0.0.41 - - [2025-10-27 01:56:58] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005954 10.0.0.41 - - [2025-10-27 01:56:58] "POST /set-tag HTTP/1.1" 200 109 0.011353 10.0.0.41 - - [2025-10-27 01:56:58] "GET /virtual-router/306accdf-fd12-4af6-87fb-61f15356035a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1675 0.004416 10.0.0.41 - - [2025-10-27 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.011204 10.0.0.41 - - [2025-10-27 01:56:58] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.022057 10.0.0.41 - - [2025-10-27 01:56:58] "POST /set-tag HTTP/1.1" 200 109 0.002990 10.0.0.41 - - [2025-10-27 01:56:58] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005355 10.0.0.41 - - [2025-10-27 01:56:58] "POST /set-tag HTTP/1.1" 200 109 0.004330 10.0.0.41 - - [2025-10-27 01:56:58] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004273 10.0.0.41 - - [2025-10-27 01:56:58] "POST /set-tag HTTP/1.1" 200 109 0.004693 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000941 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:56:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001003 10.0.0.41 - - [2025-10-27 01:57:09] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004627 10.0.0.41 - - [2025-10-27 01:57:09] "POST /set-tag HTTP/1.1" 200 109 0.001943 10.0.0.41 - - [2025-10-27 01:57:10] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.006408 10.0.0.41 - - [2025-10-27 01:57:10] "POST /set-tag HTTP/1.1" 200 109 0.001900 10.0.0.41 - - [2025-10-27 01:57:11] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006917 10.0.0.41 - - [2025-10-27 01:57:11] "POST /set-tag HTTP/1.1" 200 109 0.002260 10.0.0.41 - - [2025-10-27 01:57:14] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.41 - - [2025-10-27 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002212 10.0.0.41 - - [2025-10-27 01:57:14] "GET /global-system-config/f3c6eede-8766-42cb-bce5-6a52da1910db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.005275 10.0.0.41 - - [2025-10-27 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001812 10.0.0.41 - - [2025-10-27 01:57:14] "GET /config-node/a9d8ded9-743a-4f8d-a7a8-002df7b9e65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002333 10.0.0.41 - - [2025-10-27 01:57:25] "GET / HTTP/1.1" 200 35931 0.001333 10.0.0.41 - - [2025-10-27 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001962 10.0.0.41 - - [2025-10-27 01:57:25] "GET /routing-instance/433464ea-9c32-41cb-bbf6-e63ec50824a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003408 10.0.0.41 - - [2025-10-27 01:57:25] "POST /bgp-routers HTTP/1.1" 409 301 0.002548 10.0.0.41 - - [2025-10-27 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.41 - - [2025-10-27 01:57:26] "GET /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.003033 10.0.0.41 - - [2025-10-27 01:57:26] "PUT /bgp-router/b4e87196-1f25-49c1-85f7-c28d7cc0cb0f HTTP/1.1" 200 254 0.016778 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:57:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000910 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:57:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000801 10.0.0.41 - - [2025-10-27 01:57:42] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004961 10.0.0.41 - - [2025-10-27 01:57:42] "POST /set-tag HTTP/1.1" 200 109 0.002086 10.0.0.41 - - [2025-10-27 01:57:42] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004630 10.0.0.41 - - [2025-10-27 01:57:42] "POST /set-tag HTTP/1.1" 200 109 0.002297 10.0.0.41 - - [2025-10-27 01:57:42] "GET /virtual-machine/0d220cb6-cd10-4bdc-8901-1ec367b8de29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.002498 10.0.0.41 - - [2025-10-27 01:57:42] "POST /ref-update HTTP/1.1" 200 156 0.014410 10.0.0.41 - - [2025-10-27 01:57:42] "GET /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004086 10.0.0.41 - - [2025-10-27 01:57:42] "POST /set-tag HTTP/1.1" 200 109 0.017806 10.0.0.41 - - [2025-10-27 01:57:42] "POST /set-tag HTTP/1.1" 200 109 0.028916 10.0.0.41 - - [2025-10-27 01:57:42] "DELETE /instance-ip/37c6544e-b2d8-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.035367 10.0.0.41 - - [2025-10-27 01:57:42] "DELETE /virtual-machine-interface/37aaf0aa-b2d8-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.038985 10.0.0.41 - - [2025-10-27 01:57:42] "DELETE /virtual-machine/0d220cb6-cd10-4bdc-8901-1ec367b8de29 HTTP/1.1" 200 115 0.014780 10.0.0.41 - - [2025-10-27 01:57:42] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004386 10.0.0.41 - - [2025-10-27 01:57:42] "POST /set-tag HTTP/1.1" 200 109 0.002406 10.0.0.41 - - [2025-10-27 01:57:46] "POST /tags HTTP/1.1" 200 303 0.050809 10.0.0.41 - - [2025-10-27 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.41 - - [2025-10-27 01:57:46] "GET /tag/3df531ff-8e3d-43e0-a1da-effb923efde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.013468 10.0.0.41 - - [2025-10-27 01:57:46] "POST /tags HTTP/1.1" 200 299 0.060612 10.0.0.41 - - [2025-10-27 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.013824 10.0.0.41 - - [2025-10-27 01:57:46] "GET /tag/b42eda46-d687-4153-8719-d73650de388a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.012852 10.0.0.41 - - [2025-10-27 01:57:46] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002835 10.0.0.41 - - [2025-10-27 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002025 10.0.0.41 - - [2025-10-27 01:57:46] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002242 10.0.0.41 - - [2025-10-27 01:57:46] "POST /tags HTTP/1.1" 409 206 0.001718 10.0.0.41 - - [2025-10-27 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.001403 10.0.0.41 - - [2025-10-27 01:57:47] "GET /tag/3df531ff-8e3d-43e0-a1da-effb923efde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.011746 10.0.0.41 - - [2025-10-27 01:57:47] "POST /tags HTTP/1.1" 409 226 0.002009 10.0.0.41 - - [2025-10-27 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001653 10.0.0.41 - - [2025-10-27 01:57:47] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.019301 10.0.0.41 - - [2025-10-27 01:57:47] "POST /tags HTTP/1.1" 409 204 0.003637 10.0.0.41 - - [2025-10-27 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002030 10.0.0.41 - - [2025-10-27 01:57:47] "GET /tag/b42eda46-d687-4153-8719-d73650de388a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.011488 10.0.0.41 - - [2025-10-27 01:57:47] "POST /tags HTTP/1.1" 409 226 0.002623 10.0.0.41 - - [2025-10-27 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001587 10.0.0.41 - - [2025-10-27 01:57:47] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010566 10.0.0.41 - - [2025-10-27 01:57:47] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.002068 10.0.0.41 - - [2025-10-27 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001314 10.0.0.41 - - [2025-10-27 01:57:47] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002770 10.0.0.41 - - [2025-10-27 01:57:47] "POST /firewall-rules HTTP/1.1" 200 626 0.084015 10.0.0.41 - - [2025-10-27 01:57:47] "POST /firewall-rules HTTP/1.1" 200 646 0.076562 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-rule/57616acc-43f8-4abb-9534-18867fe3532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.003891 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003124 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-rule/2879363b-8d0e-4e77-9955-6afa2a0f255f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003542 10.0.0.41 - - [2025-10-27 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.013111 10.0.0.41 - - [2025-10-27 01:57:47] "POST /firewall-policys HTTP/1.1" 200 606 0.028036 10.0.0.41 - - [2025-10-27 01:57:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.014711 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.009717 10.0.0.41 - - [2025-10-27 01:57:47] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005760 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.003978 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.005983 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.005811 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.003478 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.001874 10.0.0.41 - - [2025-10-27 01:57:47] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.002416 10.0.0.41 - - [2025-10-27 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.015569 10.0.0.41 - - [2025-10-27 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.012314 10.0.0.41 - - [2025-10-27 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.015953 10.0.0.41 - - [2025-10-27 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.026125 10.0.0.41 - - [2025-10-27 01:57:47] "POST /ref-update HTTP/1.1" 200 156 0.026793 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 200 393 0.016148 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/448c63c1-a2b3-45b9-aac9-02a82c01625d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.012918 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 200 345 0.046353 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007059 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/4a451d9b-22d8-4b06-b120-91737521482b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.015474 10.0.0.41 - - [2025-10-27 01:57:48] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003440 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001330 10.0.0.41 - - [2025-10-27 01:57:48] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002029 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 409 206 0.002152 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001701 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/3df531ff-8e3d-43e0-a1da-effb923efde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1109 0.012442 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 409 226 0.001556 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010417 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 409 204 0.002061 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/b42eda46-d687-4153-8719-d73650de388a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1100 0.013626 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 409 226 0.001848 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/d7aa2e56-4c54-41b3-88f3-4dafef12ced2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1191 0.010499 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 409 228 0.001552 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/4a451d9b-22d8-4b06-b120-91737521482b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1201 0.012931 10.0.0.41 - - [2025-10-27 01:57:48] "POST /tags HTTP/1.1" 409 252 0.001602 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.41 - - [2025-10-27 01:57:48] "GET /tag/448c63c1-a2b3-45b9-aac9-02a82c01625d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.012303 10.0.0.41 - - [2025-10-27 01:57:48] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003127 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002061 10.0.0.41 - - [2025-10-27 01:57:48] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002151 10.0.0.41 - - [2025-10-27 01:57:48] "POST /firewall-rules HTTP/1.1" 409 281 0.001587 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006918 10.0.0.41 - - [2025-10-27 01:57:48] "PUT /firewall-rule/2879363b-8d0e-4e77-9955-6afa2a0f255f HTTP/1.1" 200 260 0.018940 10.0.0.41 - - [2025-10-27 01:57:48] "POST /firewall-rules HTTP/1.1" 409 291 0.003269 10.0.0.41 - - [2025-10-27 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001885 10.0.0.41 - - [2025-10-27 01:57:48] "PUT /firewall-rule/57616acc-43f8-4abb-9534-18867fe3532c HTTP/1.1" 200 260 0.019823 10.0.0.41 - - [2025-10-27 01:57:48] "GET /firewall-rule/57616acc-43f8-4abb-9534-18867fe3532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.008066 10.0.0.41 - - [2025-10-27 01:57:49] "POST /firewall-rules HTTP/1.1" 200 658 0.072822 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-rule/5a2f270c-a1dd-4a4f-87f2-8996f79b35af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2896 0.015094 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002208 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-rule/2879363b-8d0e-4e77-9955-6afa2a0f255f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.008520 10.0.0.41 - - [2025-10-27 01:57:49] "POST /firewall-policys HTTP/1.1" 409 269 0.001649 10.0.0.41 - - [2025-10-27 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001349 10.0.0.41 - - [2025-10-27 01:57:49] "PUT /firewall-policy/54d18458-ea58-4ead-955a-c11765528672 HTTP/1.1" 200 264 0.018705 10.0.0.41 - - [2025-10-27 01:57:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.024409 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009531 10.0.0.41 - - [2025-10-27 01:57:49] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.004513 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002561 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/43c17da2-df20-44db-96f2-0e742773f58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.002326 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002060 10.0.0.41 - - [2025-10-27 01:57:49] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007342 10.0.0.41 - - [2025-10-27 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001678 10.0.0.41 - - [2025-10-27 01:57:49] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002172 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/a70630a1-fe3e-4504-b197-95c1f49eaec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002603 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-rule/2879363b-8d0e-4e77-9955-6afa2a0f255f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.002154 10.0.0.41 - - [2025-10-27 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.013273 10.0.0.41 - - [2025-10-27 01:57:49] "DELETE /firewall-rule/2879363b-8d0e-4e77-9955-6afa2a0f255f HTTP/1.1" 200 115 0.027967 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004624 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-rule/5a2f270c-a1dd-4a4f-87f2-8996f79b35af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2896 0.002133 10.0.0.41 - - [2025-10-27 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.014537 10.0.0.41 - - [2025-10-27 01:57:49] "DELETE /firewall-rule/5a2f270c-a1dd-4a4f-87f2-8996f79b35af HTTP/1.1" 200 115 0.040299 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.003993 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-rule/57616acc-43f8-4abb-9534-18867fe3532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2595 0.002900 10.0.0.41 - - [2025-10-27 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.011103 10.0.0.41 - - [2025-10-27 01:57:49] "DELETE /firewall-rule/57616acc-43f8-4abb-9534-18867fe3532c HTTP/1.1" 200 115 0.038089 10.0.0.41 - - [2025-10-27 01:57:49] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.002715 10.0.0.41 - - [2025-10-27 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.41 - - [2025-10-27 01:57:49] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002260 10.0.0.41 - - [2025-10-27 01:57:49] "GET /firewall-policy/54d18458-ea58-4ead-955a-c11765528672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.002809 10.0.0.41 - - [2025-10-27 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.021845 10.0.0.41 - - [2025-10-27 01:57:49] "DELETE /firewall-policy/54d18458-ea58-4ead-955a-c11765528672 HTTP/1.1" 200 115 0.023458 10.0.0.41 - - [2025-10-27 01:57:49] "DELETE /tag/b42eda46-d687-4153-8719-d73650de388a HTTP/1.1" 200 115 0.070690 10.0.0.41 - - [2025-10-27 01:57:49] "DELETE /tag/4a451d9b-22d8-4b06-b120-91737521482b HTTP/1.1" 200 115 0.062806 10.0.0.41 - - [2025-10-27 01:57:50] "DELETE /tag/3df531ff-8e3d-43e0-a1da-effb923efde4 HTTP/1.1" 200 115 0.054546 10.0.0.41 - - [2025-10-27 01:57:50] "DELETE /tag/448c63c1-a2b3-45b9-aac9-02a82c01625d HTTP/1.1" 200 115 0.030060 10.0.0.41 - - [2025-10-27 01:57:50] "POST /tags HTTP/1.1" 200 365 0.046819 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002088 10.0.0.41 - - [2025-10-27 01:57:50] "GET /tag/c8acf67d-6f4e-44f2-a8bc-1b97dede8575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.012270 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001580 10.0.0.41 - - [2025-10-27 01:57:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.029585 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.41 - - [2025-10-27 01:57:50] "GET /service-appliance-set/a94626f3-5d7e-49ec-a3b9-b4529bafbf66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.001842 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 404 258 0.002043 10.0.0.41 - - [2025-10-27 01:57:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.100216 10.0.0.41 - - [2025-10-27 01:57:50] "GET /virtual-machine-interface/b2790de7-31dd-4ebc-adb6-af4fbba028f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.014224 10.0.0.41 - - [2025-10-27 01:57:50] "POST /set-tag HTTP/1.1" 200 109 0.028395 10.0.0.41 - - [2025-10-27 01:57:50] "POST /instance-ips HTTP/1.1" 200 417 0.032816 10.0.0.41 - - [2025-10-27 01:57:50] "GET /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.011001 10.0.0.41 - - [2025-10-27 01:57:50] "POST /loadbalancers HTTP/1.1" 200 618 0.075547 10.0.0.41 - - [2025-10-27 01:57:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.017138 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.017970 10.0.0.41 - - [2025-10-27 01:57:50] "POST /service-instances HTTP/1.1" 200 566 0.019723 10.0.0.41 - - [2025-10-27 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.015736 10.0.0.41 - - [2025-10-27 01:57:50] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.048029 10.0.0.41 - - [2025-10-27 01:57:50] "GET /virtual-machine-interface/b2790de7-31dd-4ebc-adb6-af4fbba028f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.003867 10.0.0.41 - - [2025-10-27 01:57:50] "PUT /service-instance/b464a95f-ccc2-47dd-84a9-44eed85cace8 HTTP/1.1" 200 266 0.022323 10.0.0.41 - - [2025-10-27 01:57:50] "GET /virtual-machine-interface/b2790de7-31dd-4ebc-adb6-af4fbba028f6?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.016111 10.0.0.41 - - [2025-10-27 01:57:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.018402 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.002029 10.0.0.41 - - [2025-10-27 01:57:50] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.003757 10.0.0.41 - - [2025-10-27 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.41 - - [2025-10-27 01:57:50] "POST /virtual-machines HTTP/1.1" 200 429 0.009881 10.0.0.41 - - [2025-10-27 01:57:50] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002584 10.0.0.41 - - [2025-10-27 01:57:51] "POST /tags HTTP/1.1" 409 221 0.004880 10.0.0.41 - - [2025-10-27 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.41 - - [2025-10-27 01:57:51] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.015615 10.0.0.41 - - [2025-10-27 01:57:51] "POST /tags HTTP/1.1" 409 238 0.001548 10.0.0.41 - - [2025-10-27 01:57:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.106562 10.0.0.41 - - [2025-10-27 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.011402 10.0.0.41 - - [2025-10-27 01:57:51] "POST /chown HTTP/1.1" 200 109 0.019045 10.0.0.41 - - [2025-10-27 01:57:51] "GET /tag/c8acf67d-6f4e-44f2-a8bc-1b97dede8575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.012485 10.0.0.41 - - [2025-10-27 01:57:51] "POST /chown HTTP/1.1" 200 109 0.009939 10.0.0.41 - - [2025-10-27 01:57:51] "PUT /virtual-machine-interface/70b8539e-afd4-4fc1-aae0-afecb4a65336 HTTP/1.1" 200 284 0.023474 10.0.0.41 - - [2025-10-27 01:57:51] "POST /firewall-rules HTTP/1.1" 200 650 0.113705 10.0.0.41 - - [2025-10-27 01:57:51] "PUT /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637 HTTP/1.1" 200 256 0.087898 10.0.0.41 - - [2025-10-27 01:57:51] "GET /firewall-rule/e43e2599-73ec-4225-8864-031d1e1f193e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.030967 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.018273 10.0.0.41 - - [2025-10-27 01:57:51] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.007187 10.0.0.41 - - [2025-10-27 01:57:51] "GET /firewall-rule/e43e2599-73ec-4225-8864-031d1e1f193e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.002883 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.025469 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.023923 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.050163 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.009154 10.0.0.41 - - [2025-10-27 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009194 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.021508 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.021093 10.0.0.41 - - [2025-10-27 01:57:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.053497 10.0.0.41 - - [2025-10-27 01:57:51] "GET /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2520 0.003716 10.0.0.41 - - [2025-10-27 01:57:51] "POST /virtual-machines HTTP/1.1" 200 429 0.012428 10.0.0.41 - - [2025-10-27 01:57:51] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.027458 10.0.0.41 - - [2025-10-27 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.001765 10.0.0.41 - - [2025-10-27 01:57:51] "GET /project/ed49ba27-cf62-453f-b75a-7a11e287b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.085639 10.0.0.41 - - [2025-10-27 01:57:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.133112 10.0.0.41 - - [2025-10-27 01:57:51] "GET /loadbalancer-listener/d6017d13-3e4a-440e-8c04-3669343c98cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.018400 10.0.0.41 - - [2025-10-27 01:57:51] "POST /chown HTTP/1.1" 200 109 0.033391 10.0.0.41 - - [2025-10-27 01:57:51] "GET /loadbalancer-listener/d6017d13-3e4a-440e-8c04-3669343c98cb?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.003566 10.0.0.41 - - [2025-10-27 01:57:51] "POST /chown HTTP/1.1" 200 109 0.006374 10.0.0.41 - - [2025-10-27 01:57:51] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.036704 10.0.0.41 - - [2025-10-27 01:57:51] "PUT /virtual-machine-interface/e0044c8f-d7d2-4b4d-99b5-8b2f87fad0e7 HTTP/1.1" 200 284 0.030449 10.0.0.41 - - [2025-10-27 01:57:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.021134 10.0.0.41 - - [2025-10-27 01:57:51] "GET /loadbalancer-pool/33fc47e8-1c53-4430-bf0f-ca4a501e25e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012331 10.0.0.41 - - [2025-10-27 01:57:51] "PUT /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637 HTTP/1.1" 200 256 0.033272 10.0.0.41 - - [2025-10-27 01:57:51] "POST /loadbalancer-members HTTP/1.1" 200 707 0.018778 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.017780 10.0.0.41 - - [2025-10-27 01:57:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.017610 10.0.0.41 - - [2025-10-27 01:57:51] "POST /ref-update HTTP/1.1" 200 156 0.025197 10.0.0.41 - - [2025-10-27 01:57:51] "GET /loadbalancer-member/9dac48c8-6191-405f-9012-7ecabe825ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.005820 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.021078 10.0.0.41 - - [2025-10-27 01:57:52] "GET /application-policy-set/5c644a15-bcb5-45e1-820f-0e325f2fd4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.003708 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001698 10.0.0.41 - - [2025-10-27 01:57:52] "GET /policy-management/a3ccc0d4-83ef-42a4-b6d7-199ca194d4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.007978 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.014756 10.0.0.41 - - [2025-10-27 01:57:52] "POST /tags HTTP/1.1" 409 221 0.003219 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002325 10.0.0.41 - - [2025-10-27 01:57:52] "GET /tag/99ff55f1-b199-4c46-8817-221b47cd4481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1173 0.014281 10.0.0.41 - - [2025-10-27 01:57:52] "PUT /service-instance/b464a95f-ccc2-47dd-84a9-44eed85cace8 HTTP/1.1" 200 266 0.023940 10.0.0.41 - - [2025-10-27 01:57:52] "POST /tags HTTP/1.1" 409 238 0.002626 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001889 10.0.0.41 - - [2025-10-27 01:57:52] "GET /tag/c8acf67d-6f4e-44f2-a8bc-1b97dede8575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.009270 10.0.0.41 - - [2025-10-27 01:57:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.017826 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001844 10.0.0.41 - - [2025-10-27 01:57:52] "POST /firewall-rules HTTP/1.1" 409 293 0.001635 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.007930 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001959 10.0.0.41 - - [2025-10-27 01:57:52] "PUT /firewall-rule/e43e2599-73ec-4225-8864-031d1e1f193e HTTP/1.1" 200 260 0.028404 10.0.0.41 - - [2025-10-27 01:57:52] "GET /firewall-rule/e43e2599-73ec-4225-8864-031d1e1f193e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.010809 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.015815 10.0.0.41 - - [2025-10-27 01:57:52] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.025297 10.0.0.41 - - [2025-10-27 01:57:52] "PUT /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637 HTTP/1.1" 200 256 0.017962 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.013231 10.0.0.41 - - [2025-10-27 01:57:52] "GET /firewall-rule/e43e2599-73ec-4225-8864-031d1e1f193e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.002364 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001697 10.0.0.41 - - [2025-10-27 01:57:52] "GET /tag/c8acf67d-6f4e-44f2-a8bc-1b97dede8575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1238 0.010266 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.008732 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.019623 10.0.0.41 - - [2025-10-27 01:57:52] "GET /tag/c8acf67d-6f4e-44f2-a8bc-1b97dede8575?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1772 0.022974 10.0.0.41 - - [2025-10-27 01:57:52] "GET /virtual-machine-interface/70b8539e-afd4-4fc1-aae0-afecb4a65336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.004403 10.0.0.41 - - [2025-10-27 01:57:52] "PUT /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637 HTTP/1.1" 200 256 0.035693 10.0.0.41 - - [2025-10-27 01:57:52] "POST /set-tag HTTP/1.1" 200 109 0.028037 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.011377 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.41 - - [2025-10-27 01:57:52] "GET /virtual-machine-interface/b2790de7-31dd-4ebc-adb6-af4fbba028f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006503 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.012892 10.0.0.41 - - [2025-10-27 01:57:52] "POST /set-tag HTTP/1.1" 200 109 0.033207 10.0.0.41 - - [2025-10-27 01:57:52] "GET /virtual-machine-interface/e0044c8f-d7d2-4b4d-99b5-8b2f87fad0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.003858 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.005339 10.0.0.41 - - [2025-10-27 01:57:52] "PUT /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637 HTTP/1.1" 200 256 0.013818 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.020029 10.0.0.41 - - [2025-10-27 01:57:52] "POST /set-tag HTTP/1.1" 200 109 0.031854 10.0.0.41 - - [2025-10-27 01:57:52] "GET /firewall-policy/c888a278-8f7e-441f-ba49-7cea8ffc7388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.004410 10.0.0.41 - - [2025-10-27 01:57:52] "GET /firewall-rule/e43e2599-73ec-4225-8864-031d1e1f193e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004703 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.005453 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.015729 10.0.0.41 - - [2025-10-27 01:57:52] "PUT /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637 HTTP/1.1" 200 256 0.024505 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.032599 10.0.0.41 - - [2025-10-27 01:57:52] "DELETE /firewall-rule/e43e2599-73ec-4225-8864-031d1e1f193e HTTP/1.1" 200 115 0.038949 10.0.0.41 - - [2025-10-27 01:57:52] "POST /ref-update HTTP/1.1" 200 156 0.012897 10.0.0.41 - - [2025-10-27 01:57:52] "DELETE /loadbalancer-member/9dac48c8-6191-405f-9012-7ecabe825ecc HTTP/1.1" 200 115 0.066824 10.0.0.41 - - [2025-10-27 01:57:52] "PUT /service-instance/b464a95f-ccc2-47dd-84a9-44eed85cace8 HTTP/1.1" 200 266 0.008380 10.0.0.41 - - [2025-10-27 01:57:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.015256 10.0.0.41 - - [2025-10-27 01:57:52] "DELETE /loadbalancer-pool/33fc47e8-1c53-4430-bf0f-ca4a501e25e6 HTTP/1.1" 200 115 0.064490 10.0.0.41 - - [2025-10-27 01:57:52] "DELETE /loadbalancer-listener/d6017d13-3e4a-440e-8c04-3669343c98cb HTTP/1.1" 200 115 0.033040 10.0.0.41 - - [2025-10-27 01:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001494 10.0.0.41 - - [2025-10-27 01:57:52] "POST /chown HTTP/1.1" 200 109 0.005978 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /loadbalancer/f1bb0586-dbd7-48fd-ae6a-fd135e2a9bb2 HTTP/1.1" 200 115 0.053212 10.0.0.41 - - [2025-10-27 01:57:53] "POST /chown HTTP/1.1" 200 109 0.006724 10.0.0.41 - - [2025-10-27 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.021367 10.0.0.41 - - [2025-10-27 01:57:53] "POST /chown HTTP/1.1" 200 109 0.026152 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /instance-ip/cf09528a-03b0-4abd-b38e-3f6e4989e637 HTTP/1.1" 200 115 0.090574 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /virtual-machine-interface/b2790de7-31dd-4ebc-adb6-af4fbba028f6 HTTP/1.1" 200 115 0.041527 10.0.0.41 - - [2025-10-27 01:57:53] "POST /chown HTTP/1.1" 404 171 0.007060 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /tag/c8acf67d-6f4e-44f2-a8bc-1b97dede8575 HTTP/1.1" 409 248 0.005883 10.0.0.41 - - [2025-10-27 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.010158 10.0.0.41 - - [2025-10-27 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006459 10.0.0.41 - - [2025-10-27 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.41 - - [2025-10-27 01:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001725 10.0.0.41 - - [2025-10-27 01:57:53] "POST /service-instances HTTP/1.1" 409 259 0.002123 10.0.0.41 - - [2025-10-27 01:57:53] "POST /service-instances HTTP/1.1" 409 259 0.006034 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /service-instance/b464a95f-ccc2-47dd-84a9-44eed85cace8 HTTP/1.1" 200 115 0.038963 10.0.0.41 - - [2025-10-27 01:57:53] "GET /virtual-machine-interface/70b8539e-afd4-4fc1-aae0-afecb4a65336?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1208 0.004230 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /virtual-machine-interface/70b8539e-afd4-4fc1-aae0-afecb4a65336 HTTP/1.1" 200 115 0.044797 10.0.0.41 - - [2025-10-27 01:57:53] "POST /ref-update HTTP/1.1" 200 156 0.010454 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /virtual-machine/b1b21ef5-dd6a-4b45-9aba-d31d16199501 HTTP/1.1" 200 115 0.020710 10.0.0.41 - - [2025-10-27 01:57:53] "GET /virtual-machine-interface/e0044c8f-d7d2-4b4d-99b5-8b2f87fad0e7?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1209 0.010037 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /virtual-machine-interface/e0044c8f-d7d2-4b4d-99b5-8b2f87fad0e7 HTTP/1.1" 200 115 0.072534 10.0.0.41 - - [2025-10-27 01:57:53] "DELETE /virtual-machine/5a8280da-7395-4540-b0c5-952e16446f57 HTTP/1.1" 200 115 0.026063 10.0.0.41 - - [2025-10-27 01:58:13] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005489 10.0.0.41 - - [2025-10-27 01:58:13] "POST /set-tag HTTP/1.1" 200 109 0.002268 10.0.0.41 - - [2025-10-27 01:58:13] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003803 10.0.0.41 - - [2025-10-27 01:58:13] "POST /set-tag HTTP/1.1" 200 109 0.001870 10.0.0.41 - - [2025-10-27 01:58:13] "GET /virtual-machine/92a9401b-feec-4f8f-a825-ed2635d0e6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.002333 10.0.0.41 - - [2025-10-27 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.008969 10.0.0.41 - - [2025-10-27 01:58:13] "GET /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.011586 10.0.0.41 - - [2025-10-27 01:58:13] "POST /set-tag HTTP/1.1" 200 109 0.020781 10.0.0.41 - - [2025-10-27 01:58:13] "POST /set-tag HTTP/1.1" 200 109 0.013153 10.0.0.41 - - [2025-10-27 01:58:13] "DELETE /instance-ip/38561e80-b2d8-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.055431 10.0.0.41 - - [2025-10-27 01:58:13] "DELETE /virtual-machine-interface/38370194-b2d8-11f0-b6b9-fa163e07145b HTTP/1.1" 200 115 0.044310 10.0.0.41 - - [2025-10-27 01:58:13] "DELETE /virtual-machine/92a9401b-feec-4f8f-a825-ed2635d0e6be HTTP/1.1" 200 115 0.024744 10.0.0.41 - - [2025-10-27 01:58:13] "DELETE /tag/a6cc036a-4795-4772-bc33-43888ddcb14d HTTP/1.1" 200 115 0.042048 10.0.0.41 - - [2025-10-27 01:58:36] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006437 10.0.0.41 - - [2025-10-27 01:58:36] "POST /set-tag HTTP/1.1" 200 109 0.006262 10.0.0.41 - - [2025-10-27 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002036 10.0.0.41 - - [2025-10-27 01:58:36] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002222 10.0.0.41 - - [2025-10-27 01:58:36] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003720 10.0.0.41 - - [2025-10-27 01:58:36] "POST /set-tag HTTP/1.1" 200 109 0.022019 10.0.0.41 - - [2025-10-27 01:58:36] "DELETE /loadbalancer-member/9a666549-2f6c-4667-ae7b-aeb0074886db HTTP/1.1" 200 115 0.098118 10.0.0.41 - - [2025-10-27 01:58:36] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006189 10.0.0.41 - - [2025-10-27 01:58:36] "POST /set-tag HTTP/1.1" 200 109 0.007300 10.0.0.41 - - [2025-10-27 01:58:36] "DELETE /loadbalancer-member/689eddbe-f9ed-4280-952f-1d3d3fb7a0b3 HTTP/1.1" 200 115 0.058686 10.0.0.41 - - [2025-10-27 01:58:36] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.008087 10.0.0.41 - - [2025-10-27 01:58:36] "POST /set-tag HTTP/1.1" 200 109 0.003355 10.0.0.41 - - [2025-10-27 01:58:36] "DELETE /loadbalancer-member/67ec32f3-472c-4741-8e7a-a8830f0f641c HTTP/1.1" 200 115 0.047293 10.0.0.41 - - [2025-10-27 01:58:36] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004146 10.0.0.41 - - [2025-10-27 01:58:36] "POST /set-tag HTTP/1.1" 200 109 0.002367 10.0.0.41 - - [2025-10-27 01:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.41 - - [2025-10-27 01:58:36] "GET /loadbalancer/de41ab8d-192c-4721-b2e0-d45e49e0b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003457 10.0.0.41 - - [2025-10-27 01:58:37] "GET /loadbalancer-pool/b79acd38-5875-4f95-9151-fc9b2c626d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.003048 10.0.0.41 - - [2025-10-27 01:58:37] "POST /loadbalancer-members HTTP/1.1" 200 690 0.037177 10.0.0.41 - - [2025-10-27 01:58:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.031158 10.0.0.41 - - [2025-10-27 01:58:37] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.024235 10.0.0.41 - - [2025-10-27 01:58:37] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.015362 10.0.0.41 - - [2025-10-27 01:58:37] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003101 10.0.0.41 - - [2025-10-27 01:58:37] "POST /set-tag HTTP/1.1" 200 109 0.071172 10.0.0.41 - - [2025-10-27 01:58:37] "GET /loadbalancer-pool/fdc450c6-700c-46cc-b6be-b83b15e72384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.027735 10.0.0.41 - - [2025-10-27 01:58:37] "POST /loadbalancer-members HTTP/1.1" 200 690 0.062056 10.0.0.41 - - [2025-10-27 01:58:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.012034 10.0.0.41 - - [2025-10-27 01:58:37] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.009656 10.0.0.41 - - [2025-10-27 01:58:37] "POST /set-tag HTTP/1.1" 200 109 0.006432 10.0.0.41 - - [2025-10-27 01:58:37] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007622 10.0.0.41 - - [2025-10-27 01:58:37] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.002125 10.0.0.41 - - [2025-10-27 01:58:37] "GET /loadbalancer-pool/0bb9833a-425b-4647-ab74-a0cdd1a2b8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1859 0.002816 10.0.0.41 - - [2025-10-27 01:58:37] "POST /loadbalancer-members HTTP/1.1" 200 692 0.049182 10.0.0.41 - - [2025-10-27 01:58:37] "POST /prop-collection-update HTTP/1.1" 200 115 0.050926 10.0.0.41 - - [2025-10-27 01:58:37] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.009039 10.0.0.41 - - [2025-10-27 01:58:37] "GET /virtual-machine-interface/96763966-b2d6-11f0-b6b9-fa163e07145b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.021846 10.0.0.41 - - [2025-10-27 01:58:37] "GET /floating-ip/2e15a9f8-b5f2-40b1-accb-9fc4b2141128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005264 10.0.0.41 - - [2025-10-27 01:58:37] "POST /set-tag HTTP/1.1" 200 109 0.005149 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:58:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000821 [Introspect:8084]10.0.0.41 - - [2025-10-27 01:58:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000845