++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Wed Jul 29 02:33:08 PM UTC 2026 ===================' INFO: =================== Wed Jul 29 02:33:08 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ cut -d / -f 1 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ 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.33 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33: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.33 ++ CONFIGDB_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33: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.33 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.33 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33: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.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33: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.33 ++ 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.33 ++ 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.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.33 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.33 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.33 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.33 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.33 +++ local servers=10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ tr '\n' , ++++ sort +++ local local_ips=,10.0.0.33,10.31.151.1,127.0.0.1,172.17.0.1,252.33.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.31.151.1,127.0.0.1,172.17.0.1,252.33.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.33:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33: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' ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' + 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: 07/29/2026 14:33:51.684 7f0df9485580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/29/2026 14:33:51.949 7f0df9485580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/29/2026 14:33:51.985 7f0df9485580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/29/2026 14:33:51.985 7f0df9485580 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.33 - - [2026-07-29 14:33:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.002007 Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2026-07-29 14:34:09] "GET / HTTP/1.1" 503 181 0.001224 10.0.0.33 - - [2026-07-29 14:34:10] "GET / HTTP/1.1" 503 181 0.000275 10.0.0.33 - - [2026-07-29 14:34:10] "GET / HTTP/1.1" 200 45303 0.001353 10.0.0.33 - - [2026-07-29 14:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.33 - - [2026-07-29 14:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006624 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:34:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001195 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:34:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001243 10.0.0.33 - - [2026-07-29 14:34:11] "GET / HTTP/1.1" 200 35931 0.001319 10.0.0.33 - - [2026-07-29 14:34:11] "GET / HTTP/1.1" 200 35931 0.002471 10.0.0.33 - - [2026-07-29 14:34:11] "GET / HTTP/1.1" 200 35931 0.001240 10.0.0.33 - - [2026-07-29 14:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.33 - - [2026-07-29 14:34:11] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008076 10.0.0.33 - - [2026-07-29 14:34:11] "POST /fqname-to-id HTTP/1.1" 404 216 0.003515 10.0.0.33 - - [2026-07-29 14:34:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.003327 10.0.0.33 - - [2026-07-29 14:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011428 10.0.0.33 - - [2026-07-29 14:34:11] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.017527 10.0.0.33 - - [2026-07-29 14:34:11] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.152095 10.0.0.33 - - [2026-07-29 14:34:11] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.33 - - [2026-07-29 14:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008057 10.0.0.33 - - [2026-07-29 14:34:11] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008441 10.0.0.33 - - [2026-07-29 14:34:11] "POST /service-appliance-sets HTTP/1.1" 200 553 0.141558 10.0.0.33 - - [2026-07-29 14:34:11] "POST /fqname-to-id HTTP/1.1" 404 216 0.031075 10.0.0.33 - - [2026-07-29 14:34:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.007110 10.0.0.33 - - [2026-07-29 14:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.33 - - [2026-07-29 14:34:12] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009871 10.0.0.33 - - [2026-07-29 14:34:12] "POST /analytics-nodes HTTP/1.1" 200 599 0.071005 10.0.0.33 - - [2026-07-29 14:34:12] "POST /service-appliance-sets HTTP/1.1" 200 541 0.134712 10.0.0.33 - - [2026-07-29 14:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013819 10.0.0.33 - - [2026-07-29 14:34:12] "GET /network-ipam/ef2566a4-cb55-4bfc-8440-120d005eed95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004808 10.0.0.33 - - [2026-07-29 14:34:12] "GET / HTTP/1.1" 200 35931 0.001526 10.0.0.33 - - [2026-07-29 14:34:12] "POST /service-templates HTTP/1.1" 200 511 0.101327 10.0.0.33 - - [2026-07-29 14:34:13] "POST /service-templates HTTP/1.1" 200 501 0.143164 10.0.0.33 - - [2026-07-29 14:34:13] "POST /service-templates HTTP/1.1" 200 515 0.086956 10.0.0.33 - - [2026-07-29 14:34:13] "POST /service-templates HTTP/1.1" 200 535 0.152554 10.0.0.33 - - [2026-07-29 14:34:13] "POST /service-templates HTTP/1.1" 200 507 0.171208 10.0.0.33 - - [2026-07-29 14:34:13] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.33 - - [2026-07-29 14:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.33 - - [2026-07-29 14:34:13] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.015401 10.0.0.33 - - [2026-07-29 14:34:13] "POST /fqname-to-id HTTP/1.1" 404 216 0.025530 10.0.0.33 - - [2026-07-29 14:34:13] "GET / HTTP/1.1" 200 35931 0.001339 10.0.0.33 - - [2026-07-29 14:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008957 10.0.0.33 - - [2026-07-29 14:34:14] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.047405 10.0.0.33 - - [2026-07-29 14:34:14] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.197614 10.0.0.33 - - [2026-07-29 14:34:14] "POST /bgp-routers HTTP/1.1" 200 616 0.175652 10.0.0.33 - - [2026-07-29 14:34:14] "GET /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23?fields=global_system_config_back_refs HTTP/1.1" 200 1129 0.016363 10.0.0.33 - - [2026-07-29 14:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.33 - - [2026-07-29 14:34:14] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.022012 10.0.0.33 - - [2026-07-29 14:34:14] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003536 10.0.0.33 - - [2026-07-29 14:34:14] "GET / HTTP/1.1" 200 35931 0.002637 10.0.0.33 - - [2026-07-29 14:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.023898 10.0.0.33 - - [2026-07-29 14:34:14] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.023310 10.0.0.33 - - [2026-07-29 14:34:14] "POST /ref-update HTTP/1.1" 200 156 0.068608 10.0.0.33 - - [2026-07-29 14:34:14] "POST /fqname-to-id HTTP/1.1" 404 216 0.020964 10.0.0.33 - - [2026-07-29 14:34:14] "POST /database-nodes HTTP/1.1" 200 597 0.146664 10.0.0.33 - - [2026-07-29 14:34:17] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.33 - - [2026-07-29 14:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.017499 10.0.0.33 - - [2026-07-29 14:34:17] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.035856 10.0.0.33 - - [2026-07-29 14:34:17] "POST /fqname-to-id HTTP/1.1" 404 216 0.008668 10.0.0.33 - - [2026-07-29 14:34:18] "POST /config-nodes HTTP/1.1" 200 593 0.191802 10.0.0.33 - - [2026-07-29 14:34:18] "GET / HTTP/1.1" 200 35931 0.001483 10.0.0.33 - - [2026-07-29 14:34:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.019056 10.0.0.33 - - [2026-07-29 14:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006525 10.0.0.33 - - [2026-07-29 14:34:20] "GET /network-ipam/ef2566a4-cb55-4bfc-8440-120d005eed95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007750 10.0.0.33 - - [2026-07-29 14:34:21] "GET / HTTP/1.1" 200 35931 0.001355 10.0.0.33 - - [2026-07-29 14:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.33 - - [2026-07-29 14:34:21] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.006131 10.0.0.33 - - [2026-07-29 14:34:21] "POST /fqname-to-id HTTP/1.1" 404 216 0.003487 10.0.0.33 - - [2026-07-29 14:34:21] "POST /config-database-nodes HTTP/1.1" 200 611 0.052917 10.0.0.33 - - [2026-07-29 14:34:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.008002 10.0.0.33 - - [2026-07-29 14:34:21] "POST /access-control-lists HTTP/1.1" 200 587 0.083349 10.0.0.33 - - [2026-07-29 14:34:21] "POST /fqname-to-id HTTP/1.1" 404 224 0.015297 10.0.0.33 - - [2026-07-29 14:34:21] "POST /access-control-lists HTTP/1.1" 200 585 0.031959 10.0.0.33 - - [2026-07-29 14:34:21] "POST /route-targets HTTP/1.1" 200 327 0.039080 10.0.0.33 - - [2026-07-29 14:34:21] "POST /ref-update HTTP/1.1" 200 156 0.129291 10.0.0.33 - - [2026-07-29 14:34:21] "POST /route-targets HTTP/1.1" 200 327 0.097826 10.0.0.33 - - [2026-07-29 14:34:21] "POST /ref-update HTTP/1.1" 200 156 0.099596 10.0.0.33 - - [2026-07-29 14:34:22] "POST /route-targets HTTP/1.1" 200 327 0.044342 10.0.0.33 - - [2026-07-29 14:34:22] "POST /ref-update HTTP/1.1" 200 156 0.036855 10.0.0.33 - - [2026-07-29 14:34:22] "POST /route-targets HTTP/1.1" 200 327 0.039299 10.0.0.33 - - [2026-07-29 14:34:22] "POST /ref-update HTTP/1.1" 200 156 0.038414 10.0.0.33 - - [2026-07-29 14:34:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.003709 10.0.0.33 - - [2026-07-29 14:34:22] "POST /access-control-lists HTTP/1.1" 200 551 0.131645 10.0.0.33 - - [2026-07-29 14:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006499 10.0.0.33 - - [2026-07-29 14:34:23] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.005959 10.0.0.33 - - [2026-07-29 14:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.33 - - [2026-07-29 14:34:23] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.041114 10.0.0.33 - - [2026-07-29 14:34:24] "GET / HTTP/1.1" 200 35931 0.002425 10.0.0.33 - - [2026-07-29 14:34:24] "POST /alarms HTTP/1.1" 200 581 0.042709 10.0.0.33 - - [2026-07-29 14:34:24] "POST /alarms HTTP/1.1" 200 575 0.070718 10.0.0.33 - - [2026-07-29 14:34:24] "POST /alarms HTTP/1.1" 200 575 0.082832 10.0.0.33 - - [2026-07-29 14:34:24] "POST /alarms HTTP/1.1" 200 559 0.068763 10.0.0.33 - - [2026-07-29 14:34:24] "POST /alarms HTTP/1.1" 200 555 0.056444 10.0.0.33 - - [2026-07-29 14:34:24] "POST /alarms HTTP/1.1" 200 557 0.050959 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 565 0.070724 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 549 0.053180 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 557 0.054397 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 567 0.063470 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 555 0.038822 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 567 0.076245 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 575 0.136071 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 569 0.102596 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 561 0.106429 10.0.0.33 - - [2026-07-29 14:34:25] "POST /alarms HTTP/1.1" 200 561 0.070875 10.0.0.33 - - [2026-07-29 14:34:26] "POST /alarms HTTP/1.1" 200 561 0.046163 10.0.0.33 - - [2026-07-29 14:34:26] "POST /alarms HTTP/1.1" 200 547 0.060518 10.0.0.33 - - [2026-07-29 14:34:26] "POST /alarms HTTP/1.1" 200 595 0.051255 10.0.0.33 - - [2026-07-29 14:34:26] "POST /alarms HTTP/1.1" 200 575 0.047617 10.0.0.33 - - [2026-07-29 14:34:26] "POST /alarms HTTP/1.1" 200 571 0.063271 10.0.0.33 - - [2026-07-29 14:34:26] "POST /alarms HTTP/1.1" 200 583 0.073856 10.0.0.33 - - [2026-07-29 14:34:26] "POST /alarms HTTP/1.1" 200 609 0.044663 10.0.0.33 - - [2026-07-29 14:34:26] "GET / HTTP/1.1" 200 35931 0.001382 10.0.0.33 - - [2026-07-29 14:34:26] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.005453 10.0.0.33 - - [2026-07-29 14:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006216 10.0.0.33 - - [2026-07-29 14:34:26] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.015163 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:34:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001049 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:34:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001291 10.0.0.33 - - [2026-07-29 14:34:27] "GET / HTTP/1.1" 200 35931 0.002684 10.0.0.33 - - [2026-07-29 14:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.33 - - [2026-07-29 14:34:27] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005744 10.0.0.33 - - [2026-07-29 14:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010499 10.0.0.33 - - [2026-07-29 14:34:27] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.183638 10.0.0.33 - - [2026-07-29 14:34:28] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.33 - - [2026-07-29 14:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010301 10.0.0.33 - - [2026-07-29 14:34:28] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.009193 10.0.0.33 - - [2026-07-29 14:34:28] "PUT /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c HTTP/1.1" 200 274 0.041634 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:35:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001261 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:35:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001158 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:36:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000993 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:36:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001038 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:36:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001076 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:36:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001261 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:36:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001155 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:36:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001012 10.0.0.33 - - [2026-07-29 14:36:49] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.33 - - [2026-07-29 14:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.33 - - [2026-07-29 14:36:49] "GET /domain/dd8b9f7d-34d2-44f1-9ca0-59ded6d62173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.003680 10.0.0.33 - - [2026-07-29 14:36:49] "POST /id-to-fqname HTTP/1.1" 200 173 0.001864 10.0.0.33 - - [2026-07-29 14:36:49] "POST /fqname-to-id HTTP/1.1" 404 182 0.004416 10.0.0.33 - - [2026-07-29 14:36:49] "POST /security-groups HTTP/1.1" 200 570 0.091379 10.0.0.33 - - [2026-07-29 14:36:49] "POST /projects HTTP/1.1" 200 481 0.278879 10.0.0.33 - - [2026-07-29 14:36:49] "POST /fqname-to-id HTTP/1.1" 404 213 0.001905 10.0.0.33 - - [2026-07-29 14:36:49] "POST /security-groups HTTP/1.1" 200 534 0.055816 10.0.0.33 - - [2026-07-29 14:36:49] "POST /access-control-lists HTTP/1.1" 200 579 0.053363 10.0.0.33 - - [2026-07-29 14:36:49] "POST /fqname-to-id HTTP/1.1" 404 212 0.007747 10.0.0.33 - - [2026-07-29 14:36:49] "POST /chown HTTP/1.1" 200 109 0.052374 10.0.0.33 - - [2026-07-29 14:36:49] "POST /policy-managements HTTP/1.1" 409 214 0.018853 10.0.0.33 - - [2026-07-29 14:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008655 10.0.0.33 - - [2026-07-29 14:36:50] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003635 10.0.0.33 - - [2026-07-29 14:36:50] "POST /access-control-lists HTTP/1.1" 200 577 0.106230 10.0.0.33 - - [2026-07-29 14:36:50] "POST /application-policy-sets HTTP/1.1" 200 528 0.074580 10.0.0.33 - - [2026-07-29 14:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007843 10.0.0.33 - - [2026-07-29 14:36:50] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005479 10.0.0.33 - - [2026-07-29 14:36:50] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.024632 10.0.0.33 - - [2026-07-29 14:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.018789 10.0.0.33 - - [2026-07-29 14:36:50] "GET /virtual-network/bd746acd-1eb5-42be-b88e-d0f074f4fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006515 10.0.0.33 - - [2026-07-29 14:36:50] "POST /id-to-fqname HTTP/1.1" 200 177 0.000880 10.0.0.33 - - [2026-07-29 14:36:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.011386 10.0.0.33 - - [2026-07-29 14:36:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.002308 10.0.0.33 - - [2026-07-29 14:36:50] "POST /security-groups HTTP/1.1" 200 574 0.083306 10.0.0.33 - - [2026-07-29 14:36:50] "POST /projects HTTP/1.1" 200 489 0.279418 10.0.0.33 - - [2026-07-29 14:36:50] "POST /access-control-lists HTTP/1.1" 200 594 0.065478 10.0.0.33 - - [2026-07-29 14:36:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.030395 10.0.0.33 - - [2026-07-29 14:36:50] "POST /security-groups HTTP/1.1" 200 546 0.090330 10.0.0.33 - - [2026-07-29 14:36:50] "POST /access-control-lists HTTP/1.1" 200 592 0.053264 10.0.0.33 - - [2026-07-29 14:36:50] "POST /chown HTTP/1.1" 200 109 0.043215 10.0.0.33 - - [2026-07-29 14:36:50] "POST /fqname-to-id HTTP/1.1" 404 217 0.002424 10.0.0.33 - - [2026-07-29 14:36:50] "POST /network-ipams HTTP/1.1" 200 522 0.051799 10.0.0.33 - - [2026-07-29 14:36:50] "POST /access-control-lists HTTP/1.1" 200 583 0.113098 10.0.0.33 - - [2026-07-29 14:36:50] "POST /fqname-to-id HTTP/1.1" 404 216 0.020261 10.0.0.33 - - [2026-07-29 14:36:50] "POST /network-ipams HTTP/1.1" 200 510 0.123765 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.010060 10.0.0.33 - - [2026-07-29 14:36:51] "POST /access-control-lists HTTP/1.1" 200 581 0.098063 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 404 240 0.002065 10.0.0.33 - - [2026-07-29 14:36:51] "POST /access-control-lists HTTP/1.1" 200 602 0.078704 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 404 239 0.014376 10.0.0.33 - - [2026-07-29 14:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006882 10.0.0.33 - - [2026-07-29 14:36:51] "POST /virtual-networks HTTP/1.1" 200 538 0.208933 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006648 10.0.0.33 - - [2026-07-29 14:36:51] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1733 0.018751 10.0.0.33 - - [2026-07-29 14:36:51] "POST /access-control-lists HTTP/1.1" 200 600 0.054482 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.004200 10.0.0.33 - - [2026-07-29 14:36:51] "POST /network-ipams HTTP/1.1" 200 518 0.055293 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.003851 10.0.0.33 - - [2026-07-29 14:36:51] "POST /access-control-lists HTTP/1.1" 200 589 0.102971 10.0.0.33 - - [2026-07-29 14:36:51] "POST /route-targets HTTP/1.1" 200 327 0.079540 10.0.0.33 - - [2026-07-29 14:36:51] "POST /ref-update HTTP/1.1" 200 156 0.028352 10.0.0.33 - - [2026-07-29 14:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.009132 10.0.0.33 - - [2026-07-29 14:36:51] "POST /virtual-networks HTTP/1.1" 200 546 0.265596 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008718 10.0.0.33 - - [2026-07-29 14:36:51] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1751 0.014223 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.004763 10.0.0.33 - - [2026-07-29 14:36:51] "POST /route-targets HTTP/1.1" 200 327 0.012734 10.0.0.33 - - [2026-07-29 14:36:51] "POST /ref-update HTTP/1.1" 200 156 0.070522 10.0.0.33 - - [2026-07-29 14:36:51] "POST /network-policys HTTP/1.1" 200 538 0.080516 10.0.0.33 - - [2026-07-29 14:36:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.024177 10.0.0.33 - - [2026-07-29 14:36:51] "POST /network-policys HTTP/1.1" 200 534 0.037694 10.0.0.33 - - [2026-07-29 14:36:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.002734 10.0.0.33 - - [2026-07-29 14:36:52] "POST /network-policys HTTP/1.1" 200 542 0.023753 10.0.0.33 - - [2026-07-29 14:36:52] "PUT /access-control-list/d6b346b2-786f-4024-919f-d7fc4accc568 HTTP/1.1" 200 272 0.051087 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-update HTTP/1.1" 200 156 0.175222 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004853 10.0.0.33 - - [2026-07-29 14:36:52] "PUT /access-control-list/c7409f82-e2b8-4383-9a8e-39e87396e0bc HTTP/1.1" 200 272 0.023743 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-update HTTP/1.1" 200 156 0.113221 10.0.0.33 - - [2026-07-29 14:36:52] "PUT /access-control-list/d6b346b2-786f-4024-919f-d7fc4accc568 HTTP/1.1" 200 272 0.053702 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-update HTTP/1.1" 200 156 0.144455 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.024225 10.0.0.33 - - [2026-07-29 14:36:52] "PUT /access-control-list/c7409f82-e2b8-4383-9a8e-39e87396e0bc HTTP/1.1" 200 272 0.099642 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016014 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-update HTTP/1.1" 200 156 0.051078 10.0.0.33 - - [2026-07-29 14:36:52] "POST /fqname-to-id HTTP/1.1" 404 237 0.006382 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-update HTTP/1.1" 200 156 0.142951 10.0.0.33 - - [2026-07-29 14:36:52] "POST /access-control-lists HTTP/1.1" 200 601 0.104504 10.0.0.33 - - [2026-07-29 14:36:52] "POST /ref-update HTTP/1.1" 200 156 0.066317 10.0.0.33 - - [2026-07-29 14:36:53] "POST /ref-update HTTP/1.1" 200 156 0.218734 10.0.0.33 - - [2026-07-29 14:36:53] "PUT /access-control-list/d6b346b2-786f-4024-919f-d7fc4accc568 HTTP/1.1" 200 272 0.031670 10.0.0.33 - - [2026-07-29 14:36:53] "PUT /access-control-list/ff3e1b38-0a4f-43f5-9544-43a55c42da85 HTTP/1.1" 200 272 0.036081 10.0.0.33 - - [2026-07-29 14:36:53] "POST /ref-update HTTP/1.1" 200 156 0.095091 10.0.0.33 - - [2026-07-29 14:36:53] "POST /ref-update HTTP/1.1" 200 156 0.191312 10.0.0.33 - - [2026-07-29 14:36:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008853 10.0.0.33 - - [2026-07-29 14:36:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.035035 10.0.0.33 - - [2026-07-29 14:36:53] "PUT /access-control-list/ff3e1b38-0a4f-43f5-9544-43a55c42da85 HTTP/1.1" 200 272 0.075661 10.0.0.33 - - [2026-07-29 14:36:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008643 10.0.0.33 - - [2026-07-29 14:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.33 - - [2026-07-29 14:36:53] "GET /virtual-network/bd746acd-1eb5-42be-b88e-d0f074f4fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.008372 10.0.0.33 - - [2026-07-29 14:36:53] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1065 0.005424 10.0.0.33 - - [2026-07-29 14:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.33 - - [2026-07-29 14:36:53] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003529 10.0.0.33 - - [2026-07-29 14:36:53] "POST /firewall-policys HTTP/1.1" 200 530 0.029168 10.0.0.33 - - [2026-07-29 14:36:53] "POST /prop-collection-update HTTP/1.1" 200 115 0.025411 10.0.0.33 - - [2026-07-29 14:36:53] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.022874 10.0.0.33 - - [2026-07-29 14:36:53] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1065 0.004626 10.0.0.33 - - [2026-07-29 14:36:53] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003363 10.0.0.33 - - [2026-07-29 14:36:53] "POST /ref-update HTTP/1.1" 200 156 0.043401 10.0.0.33 - - [2026-07-29 14:36:53] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1313 0.035211 10.0.0.33 - - [2026-07-29 14:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.33 - - [2026-07-29 14:36:53] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003704 10.0.0.33 - - [2026-07-29 14:36:53] "POST /firewall-policys HTTP/1.1" 200 532 0.046287 10.0.0.33 - - [2026-07-29 14:36:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.032629 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.025860 10.0.0.33 - - [2026-07-29 14:36:54] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1313 0.003199 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.004222 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003193 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003267 10.0.0.33 - - [2026-07-29 14:36:54] "POST /ref-update HTTP/1.1" 200 156 0.017781 10.0.0.33 - - [2026-07-29 14:36:54] "POST /ref-update HTTP/1.1" 200 156 0.042752 10.0.0.33 - - [2026-07-29 14:36:54] "POST /ref-update HTTP/1.1" 200 156 0.055860 10.0.0.33 - - [2026-07-29 14:36:54] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.004746 10.0.0.33 - - [2026-07-29 14:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006408 10.0.0.33 - - [2026-07-29 14:36:54] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004622 10.0.0.33 - - [2026-07-29 14:36:54] "POST /firewall-policys HTTP/1.1" 200 530 0.050876 10.0.0.33 - - [2026-07-29 14:36:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.057556 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/50b1fb8a-6041-430a-a24a-a53b5ee28f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.043940 10.0.0.33 - - [2026-07-29 14:36:54] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.004587 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/50b1fb8a-6041-430a-a24a-a53b5ee28f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003761 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.003734 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.004448 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.006071 10.0.0.33 - - [2026-07-29 14:36:54] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.004967 10.0.0.33 - - [2026-07-29 14:36:54] "POST /ref-update HTTP/1.1" 200 156 0.044015 10.0.0.33 - - [2026-07-29 14:36:54] "POST /ref-update HTTP/1.1" 200 156 0.055595 10.0.0.33 - - [2026-07-29 14:36:54] "POST /ref-update HTTP/1.1" 200 156 0.040492 10.0.0.33 - - [2026-07-29 14:36:55] "POST /ref-update HTTP/1.1" 200 156 0.040209 10.0.0.33 - - [2026-07-29 14:36:55] "POST /ref-update HTTP/1.1" 200 156 0.063505 10.0.0.33 - - [2026-07-29 14:36:55] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1756 0.034743 10.0.0.33 - - [2026-07-29 14:36:55] "POST /tags HTTP/1.1" 200 299 0.084249 10.0.0.33 - - [2026-07-29 14:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.029327 10.0.0.33 - - [2026-07-29 14:36:55] "GET /tag/d16c12a9-f011-45d6-99b3-6f251df41dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.035585 10.0.0.33 - - [2026-07-29 14:36:55] "POST /set-tag HTTP/1.1" 200 109 0.041725 10.0.0.33 - - [2026-07-29 14:36:55] "POST /tags HTTP/1.1" 200 357 0.190827 10.0.0.33 - - [2026-07-29 14:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.054875 10.0.0.33 - - [2026-07-29 14:36:55] "GET /tag/79a9e516-6651-4d53-837d-b5a6fe1e9ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.037447 10.0.0.33 - - [2026-07-29 14:36:56] "POST /tags HTTP/1.1" 200 305 0.509775 10.0.0.33 - - [2026-07-29 14:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.013683 10.0.0.33 - - [2026-07-29 14:36:56] "GET /tag/f179c2dc-712e-45d7-9fb1-ed8a1d90f1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.046023 10.0.0.33 - - [2026-07-29 14:36:56] "POST /id-to-fqname HTTP/1.1" 200 174 0.000706 10.0.0.33 - - [2026-07-29 14:36:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.038348 10.0.0.33 - - [2026-07-29 14:36:57] "POST /security-groups HTTP/1.1" 200 571 0.132320 10.0.0.33 - - [2026-07-29 14:36:57] "POST /projects HTTP/1.1" 200 483 0.406218 10.0.0.33 - - [2026-07-29 14:36:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.019924 10.0.0.33 - - [2026-07-29 14:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.034169 10.0.0.33 - - [2026-07-29 14:36:57] "POST /fqname-to-id HTTP/1.1" 404 214 0.018705 10.0.0.33 - - [2026-07-29 14:36:57] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.012660 10.0.0.33 - - [2026-07-29 14:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.33 - - [2026-07-29 14:36:57] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.034092 10.0.0.33 - - [2026-07-29 14:36:57] "POST /access-control-lists HTTP/1.1" 200 580 0.078093 10.0.0.33 - - [2026-07-29 14:36:57] "POST /fqname-to-id HTTP/1.1" 404 213 0.035995 10.0.0.33 - - [2026-07-29 14:36:57] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.098797 10.0.0.33 - - [2026-07-29 14:36:57] "POST /access-control-lists HTTP/1.1" 200 578 0.097218 10.0.0.33 - - [2026-07-29 14:36:57] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.111588 10.0.0.33 - - [2026-07-29 14:36:57] "POST /security-groups HTTP/1.1" 200 537 0.146365 10.0.0.33 - - [2026-07-29 14:36:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.003123 10.0.0.33 - - [2026-07-29 14:36:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.061081 10.0.0.33 - - [2026-07-29 14:36:57] "POST /access-control-lists HTTP/1.1" 200 596 0.082084 10.0.0.33 - - [2026-07-29 14:36:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.026510 10.0.0.33 - - [2026-07-29 14:36:57] "POST /chown HTTP/1.1" 200 109 0.076868 10.0.0.33 - - [2026-07-29 14:36:57] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.017722 10.0.0.33 - - [2026-07-29 14:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.33 - - [2026-07-29 14:36:57] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.028227 10.0.0.33 - - [2026-07-29 14:36:57] "POST /access-control-lists HTTP/1.1" 200 594 0.074711 10.0.0.33 - - [2026-07-29 14:36:57] "POST /tags HTTP/1.1" 409 207 0.019381 10.0.0.33 - - [2026-07-29 14:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.33 - - [2026-07-29 14:36:58] "GET /tag/f179c2dc-712e-45d7-9fb1-ed8a1d90f1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.020862 10.0.0.33 - - [2026-07-29 14:36:58] "POST /firewall-rules HTTP/1.1" 200 564 0.084881 10.0.0.33 - - [2026-07-29 14:36:58] "GET /firewall-rule/a0dfbf40-5e72-4220-8a7b-c97d22d7cb96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006799 10.0.0.33 - - [2026-07-29 14:36:58] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.003479 10.0.0.33 - - [2026-07-29 14:36:58] "GET /firewall-rule/a0dfbf40-5e72-4220-8a7b-c97d22d7cb96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.003167 10.0.0.33 - - [2026-07-29 14:36:58] "POST /ref-update HTTP/1.1" 200 156 0.030785 10.0.0.33 - - [2026-07-29 14:36:58] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.029855 10.0.0.33 - - [2026-07-29 14:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.016087 10.0.0.33 - - [2026-07-29 14:36:58] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003639 10.0.0.33 - - [2026-07-29 14:36:58] "POST /tags HTTP/1.1" 409 207 0.003411 10.0.0.33 - - [2026-07-29 14:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002170 10.0.0.33 - - [2026-07-29 14:36:58] "GET /tag/f179c2dc-712e-45d7-9fb1-ed8a1d90f1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.014851 10.0.0.33 - - [2026-07-29 14:36:58] "GET / HTTP/1.1" 200 35931 0.002243 10.0.0.33 - - [2026-07-29 14:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.33 - - [2026-07-29 14:36:58] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.019852 10.0.0.33 - - [2026-07-29 14:36:58] "POST /firewall-rules HTTP/1.1" 200 562 0.113726 10.0.0.33 - - [2026-07-29 14:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.027752 10.0.0.33 - - [2026-07-29 14:36:58] "GET /firewall-rule/f0ad5a9b-8253-4925-af09-9b5b7881b4d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.030792 10.0.0.33 - - [2026-07-29 14:36:58] "GET /config-node/1dc3ea8b-90d6-4130-9751-0c14fa521073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.005752 10.0.0.33 - - [2026-07-29 14:36:58] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1715 0.005371 10.0.0.33 - - [2026-07-29 14:36:58] "GET /firewall-rule/f0ad5a9b-8253-4925-af09-9b5b7881b4d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005621 10.0.0.33 - - [2026-07-29 14:36:58] "POST /ref-update HTTP/1.1" 200 156 0.043189 10.0.0.33 - - [2026-07-29 14:36:58] "POST /tags HTTP/1.1" 200 301 0.089824 10.0.0.33 - - [2026-07-29 14:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.017561 10.0.0.33 - - [2026-07-29 14:36:58] "GET /tag/fbbc1ef7-5104-4ae0-a0b7-e0c01415c4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.017668 10.0.0.33 - - [2026-07-29 14:36:59] "POST /tags HTTP/1.1" 200 325 0.074839 10.0.0.33 - - [2026-07-29 14:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.022192 10.0.0.33 - - [2026-07-29 14:36:59] "GET /tag/c7a522d4-4014-4178-a418-b4e55336ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1172 0.019279 10.0.0.33 - - [2026-07-29 14:36:59] "POST /tags HTTP/1.1" 200 363 0.025185 10.0.0.33 - - [2026-07-29 14:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.013823 10.0.0.33 - - [2026-07-29 14:36:59] "GET /tag/6ff86b7f-4dee-4cc4-815c-a35f2c60b849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.014541 10.0.0.33 - - [2026-07-29 14:36:59] "POST /tags HTTP/1.1" 200 311 0.024891 10.0.0.33 - - [2026-07-29 14:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010598 10.0.0.33 - - [2026-07-29 14:36:59] "GET /tag/5ed4ac91-23fd-46be-a164-975f0fe18252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.013990 10.0.0.33 - - [2026-07-29 14:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.33 - - [2026-07-29 14:36:59] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005660 10.0.0.33 - - [2026-07-29 14:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.33 - - [2026-07-29 14:36:59] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.059460 10.0.0.33 - - [2026-07-29 14:36:59] "POST /virtual-machines HTTP/1.1" 200 377 0.017628 10.0.0.33 - - [2026-07-29 14:36:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.040209 10.0.0.33 - - [2026-07-29 14:36:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.162546 10.0.0.33 - - [2026-07-29 14:36:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.015458 10.0.0.33 - - [2026-07-29 14:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011696 10.0.0.33 - - [2026-07-29 14:36:59] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008422 10.0.0.33 - - [2026-07-29 14:36:59] "POST /instance-ips HTTP/1.1" 200 409 0.044676 10.0.0.33 - - [2026-07-29 14:36:59] "POST /prop-collection-update HTTP/1.1" 200 115 0.042497 10.0.0.33 - - [2026-07-29 14:36:59] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.016575 10.0.0.33 - - [2026-07-29 14:37:00] "POST /set-tag HTTP/1.1" 200 109 0.035753 10.0.0.33 - - [2026-07-29 14:37:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.026438 10.0.0.33 - - [2026-07-29 14:37:00] "GET /instance-ip/f4eecdca-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1965 0.004401 10.0.0.33 - - [2026-07-29 14:37:00] "POST /tags HTTP/1.1" 200 305 0.076523 10.0.0.33 - - [2026-07-29 14:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.33 - - [2026-07-29 14:37:00] "GET /tag/e236989c-ab54-40a7-b14f-654cb5d354d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1121 0.017659 10.0.0.33 - - [2026-07-29 14:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.33 - - [2026-07-29 14:37:00] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.047435 10.0.0.33 - - [2026-07-29 14:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002378 10.0.0.33 - - [2026-07-29 14:37:00] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005501 10.0.0.33 - - [2026-07-29 14:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.33 - - [2026-07-29 14:37:00] "GET /service-appliance-set/c478df22-fdb8-4b73-bb3b-be8fc5bb6a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.005568 10.0.0.33 - - [2026-07-29 14:37:00] "POST /fqname-to-id HTTP/1.1" 404 240 0.002705 10.0.0.33 - - [2026-07-29 14:37:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.125985 10.0.0.33 - - [2026-07-29 14:37:00] "GET /virtual-machine-interface/f1a2c7bd-d097-4da4-b35c-08140cd40a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.031612 10.0.0.33 - - [2026-07-29 14:37:00] "POST /instance-ips HTTP/1.1" 200 381 0.047437 10.0.0.33 - - [2026-07-29 14:37:00] "GET /instance-ip/afd13017-dbac-45c4-bafe-7812121e9054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.026967 10.0.0.33 - - [2026-07-29 14:37:00] "POST /loadbalancers HTTP/1.1" 200 582 0.074968 10.0.0.33 - - [2026-07-29 14:37:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.018589 10.0.0.33 - - [2026-07-29 14:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.014123 10.0.0.33 - - [2026-07-29 14:37:01] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035727 10.0.0.33 - - [2026-07-29 14:37:01] "GET /loadbalancer/e42cdde0-badf-46e5-af4d-0a1b2282d4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006229 10.0.0.33 - - [2026-07-29 14:37:01] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.073610 10.0.0.33 - - [2026-07-29 14:37:01] "GET /instance-ip/afd13017-dbac-45c4-bafe-7812121e9054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004684 10.0.0.33 - - [2026-07-29 14:37:01] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.033082 10.0.0.33 - - [2026-07-29 14:37:01] "POST /floating-ips HTTP/1.1" 200 583 0.043133 10.0.0.33 - - [2026-07-29 14:37:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.042773 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009862 10.0.0.33 - - [2026-07-29 14:37:01] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.040257 10.0.0.33 - - [2026-07-29 14:37:01] "GET /loadbalancer-listener/c33c33a9-ed62-467c-8e53-3190ec898607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002805 10.0.0.33 - - [2026-07-29 14:37:01] "GET /loadbalancer-listener/c33c33a9-ed62-467c-8e53-3190ec898607?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1198 0.007688 10.0.0.33 - - [2026-07-29 14:37:01] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.040104 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.33 - - [2026-07-29 14:37:01] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.005110 10.0.0.33 - - [2026-07-29 14:37:01] "GET /instance-ip/afd13017-dbac-45c4-bafe-7812121e9054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.008074 10.0.0.33 - - [2026-07-29 14:37:01] "GET /instance-ip/afd13017-dbac-45c4-bafe-7812121e9054?fields=floating_ips HTTP/1.1" 200 1171 0.007502 10.0.0.33 - - [2026-07-29 14:37:01] "GET /floating-ip/89047c86-0449-4788-985c-383c879a9389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.003817 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.33 - - [2026-07-29 14:37:01] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.016330 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007864 10.0.0.33 - - [2026-07-29 14:37:01] "GET /loadbalancer/e42cdde0-badf-46e5-af4d-0a1b2282d4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003779 10.0.0.33 - - [2026-07-29 14:37:01] "POST /tags HTTP/1.1" 200 355 0.041717 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.015044 10.0.0.33 - - [2026-07-29 14:37:01] "GET /tag/974ef648-28b4-4a81-96a3-f0eb804944d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.021056 10.0.0.33 - - [2026-07-29 14:37:01] "POST /tags HTTP/1.1" 200 303 0.028409 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.019566 10.0.0.33 - - [2026-07-29 14:37:01] "GET /tag/fb5858f6-6421-4c2c-8ae5-4723e39c7b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.014802 10.0.0.33 - - [2026-07-29 14:37:01] "POST /projects HTTP/1.1" 409 218 0.003032 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.33 - - [2026-07-29 14:37:01] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.053959 10.0.0.33 - - [2026-07-29 14:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.33 - - [2026-07-29 14:37:01] "GET /network-ipam/1cd68601-7139-400d-acd0-1a7fca44f4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002824 10.0.0.33 - - [2026-07-29 14:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.33 - - [2026-07-29 14:37:02] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006342 10.0.0.33 - - [2026-07-29 14:37:02] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.089890 10.0.0.33 - - [2026-07-29 14:37:02] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.011535 10.0.0.33 - - [2026-07-29 14:37:02] "POST /set-tag HTTP/1.1" 200 109 0.094000 10.0.0.33 - - [2026-07-29 14:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008273 10.0.0.33 - - [2026-07-29 14:37:02] "GET /network-ipam/2fd77b95-364f-4b50-8f37-9373d374c8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.003716 10.0.0.33 - - [2026-07-29 14:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009961 10.0.0.33 - - [2026-07-29 14:37:02] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005760 10.0.0.33 - - [2026-07-29 14:37:02] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.070363 10.0.0.33 - - [2026-07-29 14:37:02] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.022258 10.0.0.33 - - [2026-07-29 14:37:02] "POST /set-tag HTTP/1.1" 200 109 0.053144 10.0.0.33 - - [2026-07-29 14:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.33 - - [2026-07-29 14:37:02] "GET /network-policy/a0999202-40e1-431f-94c5-2a813fd06ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.003453 10.0.0.33 - - [2026-07-29 14:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.33 - - [2026-07-29 14:37:02] "GET /network-policy/250c4d91-84df-4b9f-be91-3e02553d214d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005188 10.0.0.33 - - [2026-07-29 14:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.33 - - [2026-07-29 14:37:02] "GET /network-policy/e54ef04f-17ff-40d6-b98f-44691c85b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.003376 10.0.0.33 - - [2026-07-29 14:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.33 - - [2026-07-29 14:37:02] "PUT /network-policy/e54ef04f-17ff-40d6-b98f-44691c85b84c HTTP/1.1" 200 262 0.015780 10.0.0.33 - - [2026-07-29 14:37:02] "PUT /access-control-list/ff3e1b38-0a4f-43f5-9544-43a55c42da85 HTTP/1.1" 200 272 0.075043 10.0.0.33 - - [2026-07-29 14:37:02] "POST /ref-update HTTP/1.1" 200 156 0.133703 10.0.0.33 - - [2026-07-29 14:37:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.039763 10.0.0.33 - - [2026-07-29 14:37:02] "PUT /access-control-list/c7409f82-e2b8-4383-9a8e-39e87396e0bc HTTP/1.1" 200 272 0.069979 10.0.0.33 - - [2026-07-29 14:37:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.028367 10.0.0.33 - - [2026-07-29 14:37:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004048 10.0.0.33 - - [2026-07-29 14:37:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002915 10.0.0.33 - - [2026-07-29 14:37:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004230 10.0.0.33 - - [2026-07-29 14:37:03] "POST /security-groups HTTP/1.1" 409 245 0.002971 10.0.0.33 - - [2026-07-29 14:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.33 - - [2026-07-29 14:37:03] "PUT /security-group/148b6e96-467b-4870-9967-5537e58ef5fd HTTP/1.1" 200 262 0.063182 10.0.0.33 - - [2026-07-29 14:37:03] "PUT /access-control-list/d5fd25ff-b134-4316-83df-9c5aef3278f1 HTTP/1.1" 200 272 0.019904 10.0.0.33 - - [2026-07-29 14:37:03] "POST /prop-collection-update HTTP/1.1" 200 115 0.031026 10.0.0.33 - - [2026-07-29 14:37:03] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.017116 10.0.0.33 - - [2026-07-29 14:37:03] "PUT /access-control-list/977b81cb-a2ea-4c4f-9847-f67cddfef558 HTTP/1.1" 200 272 0.041788 10.0.0.33 - - [2026-07-29 14:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.33 - - [2026-07-29 14:37:03] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004984 10.0.0.33 - - [2026-07-29 14:37:03] "POST /tags HTTP/1.1" 409 206 0.002420 10.0.0.33 - - [2026-07-29 14:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.33 - - [2026-07-29 14:37:03] "GET /tag/fb5858f6-6421-4c2c-8ae5-4723e39c7b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.013628 10.0.0.33 - - [2026-07-29 14:37:03] "POST /firewall-rules HTTP/1.1" 200 562 0.090982 10.0.0.33 - - [2026-07-29 14:37:03] "GET /firewall-rule/cef7cba1-ac7a-41ce-9e83-ef12611b95c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.008633 10.0.0.33 - - [2026-07-29 14:37:03] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.014469 10.0.0.33 - - [2026-07-29 14:37:03] "GET /firewall-rule/cef7cba1-ac7a-41ce-9e83-ef12611b95c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.005013 10.0.0.33 - - [2026-07-29 14:37:03] "POST /ref-update HTTP/1.1" 200 156 0.034310 10.0.0.33 - - [2026-07-29 14:37:03] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.014669 10.0.0.33 - - [2026-07-29 14:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.33 - - [2026-07-29 14:37:03] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004259 10.0.0.33 - - [2026-07-29 14:37:03] "POST /tags HTTP/1.1" 409 206 0.002526 10.0.0.33 - - [2026-07-29 14:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.33 - - [2026-07-29 14:37:03] "GET /tag/fb5858f6-6421-4c2c-8ae5-4723e39c7b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.014943 10.0.0.33 - - [2026-07-29 14:37:03] "POST /firewall-rules HTTP/1.1" 200 560 0.073338 10.0.0.33 - - [2026-07-29 14:37:03] "GET /firewall-rule/09bc274c-4169-40df-b62b-5dd76ea6d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.022988 10.0.0.33 - - [2026-07-29 14:37:03] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.005359 10.0.0.33 - - [2026-07-29 14:37:03] "GET /firewall-rule/09bc274c-4169-40df-b62b-5dd76ea6d5c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.003763 10.0.0.33 - - [2026-07-29 14:37:03] "POST /ref-update HTTP/1.1" 200 156 0.032649 10.0.0.33 - - [2026-07-29 14:37:04] "POST /tags HTTP/1.1" 200 301 0.043134 10.0.0.33 - - [2026-07-29 14:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.33 - - [2026-07-29 14:37:04] "GET /tag/14a46a8a-e230-4225-bd05-cff199db83c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1112 0.014644 10.0.0.33 - - [2026-07-29 14:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.33 - - [2026-07-29 14:37:04] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.059633 10.0.0.33 - - [2026-07-29 14:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.33 - - [2026-07-29 14:37:04] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2826 0.005243 10.0.0.33 - - [2026-07-29 14:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.33 - - [2026-07-29 14:37:04] "GET /service-appliance-set/c478df22-fdb8-4b73-bb3b-be8fc5bb6a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.003149 10.0.0.33 - - [2026-07-29 14:37:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.002100 10.0.0.33 - - [2026-07-29 14:37:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.131735 10.0.0.33 - - [2026-07-29 14:37:04] "GET /virtual-machine-interface/d325a751-ea6a-402b-b559-9f20e41b7b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.009226 10.0.0.33 - - [2026-07-29 14:37:04] "POST /instance-ips HTTP/1.1" 200 377 0.047274 10.0.0.33 - - [2026-07-29 14:37:04] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005121 10.0.0.33 - - [2026-07-29 14:37:04] "POST /loadbalancers HTTP/1.1" 200 582 0.082217 10.0.0.33 - - [2026-07-29 14:37:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.039516 10.0.0.33 - - [2026-07-29 14:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006871 10.0.0.33 - - [2026-07-29 14:37:04] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.105225 10.0.0.33 - - [2026-07-29 14:37:04] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005110 10.0.0.33 - - [2026-07-29 14:37:04] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.086013 10.0.0.33 - - [2026-07-29 14:37:04] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.010265 10.0.0.33 - - [2026-07-29 14:37:04] "POST /floating-ips HTTP/1.1" 200 581 0.033567 10.0.0.33 - - [2026-07-29 14:37:04] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.044719 10.0.0.33 - - [2026-07-29 14:37:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.012669 10.0.0.33 - - [2026-07-29 14:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006079 10.0.0.33 - - [2026-07-29 14:37:05] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.040165 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer-listener/b3e204a8-0a63-4052-8b11-6507436767f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.011074 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer-listener/b3e204a8-0a63-4052-8b11-6507436767f0?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.005428 10.0.0.33 - - [2026-07-29 14:37:05] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.027658 10.0.0.33 - - [2026-07-29 14:37:05] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.018341 10.0.0.33 - - [2026-07-29 14:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012126 10.0.0.33 - - [2026-07-29 14:37:05] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?fields=floating_ips HTTP/1.1" 200 1164 0.015908 10.0.0.33 - - [2026-07-29 14:37:05] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.005271 10.0.0.33 - - [2026-07-29 14:37:05] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.052396 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004013 10.0.0.33 - - [2026-07-29 14:37:05] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.027634 10.0.0.33 - - [2026-07-29 14:37:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.030728 10.0.0.33 - - [2026-07-29 14:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009763 10.0.0.33 - - [2026-07-29 14:37:05] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.058785 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer-listener/f05d3658-ebc1-42fa-8899-b345de594857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.002901 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer-listener/f05d3658-ebc1-42fa-8899-b345de594857?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.004246 10.0.0.33 - - [2026-07-29 14:37:05] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.028610 10.0.0.33 - - [2026-07-29 14:37:05] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.013648 10.0.0.33 - - [2026-07-29 14:37:05] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?fields=floating_ips HTTP/1.1" 200 1164 0.009398 10.0.0.33 - - [2026-07-29 14:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010051 10.0.0.33 - - [2026-07-29 14:37:05] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.009586 10.0.0.33 - - [2026-07-29 14:37:05] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.059134 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003844 10.0.0.33 - - [2026-07-29 14:37:05] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.024207 10.0.0.33 - - [2026-07-29 14:37:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.026682 10.0.0.33 - - [2026-07-29 14:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007722 10.0.0.33 - - [2026-07-29 14:37:05] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.121399 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer-listener/69d56a4a-40c5-459e-ad2b-6b295c9c925b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.004408 10.0.0.33 - - [2026-07-29 14:37:05] "GET /loadbalancer-listener/69d56a4a-40c5-459e-ad2b-6b295c9c925b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1199 0.004262 10.0.0.33 - - [2026-07-29 14:37:06] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.050646 10.0.0.33 - - [2026-07-29 14:37:06] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.006383 10.0.0.33 - - [2026-07-29 14:37:06] "GET /instance-ip/86775444-d7cd-498f-bba9-623dd1049f4f?fields=floating_ips HTTP/1.1" 200 1164 0.006306 10.0.0.33 - - [2026-07-29 14:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.33 - - [2026-07-29 14:37:06] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005116 10.0.0.33 - - [2026-07-29 14:37:06] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.005619 10.0.0.33 - - [2026-07-29 14:37:06] "POST /tags HTTP/1.1" 200 371 0.044687 10.0.0.33 - - [2026-07-29 14:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.33 - - [2026-07-29 14:37:06] "GET /tag/ba36fa73-9250-4d1d-8700-7c81d51f6f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.020114 10.0.0.33 - - [2026-07-29 14:37:06] "POST /tags HTTP/1.1" 200 319 0.026579 10.0.0.33 - - [2026-07-29 14:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008559 10.0.0.33 - - [2026-07-29 14:37:06] "GET /tag/948d73de-e46d-4fb9-af56-c5c32a81e80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.025241 10.0.0.33 - - [2026-07-29 14:37:06] "POST /id-to-fqname HTTP/1.1" 200 181 0.001807 10.0.0.33 - - [2026-07-29 14:37:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.008863 10.0.0.33 - - [2026-07-29 14:37:06] "POST /security-groups HTTP/1.1" 200 578 0.101777 10.0.0.33 - - [2026-07-29 14:37:06] "POST /projects HTTP/1.1" 200 497 0.302915 10.0.0.33 - - [2026-07-29 14:37:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.014790 10.0.0.33 - - [2026-07-29 14:37:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.034230 10.0.0.33 - - [2026-07-29 14:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006760 10.0.0.33 - - [2026-07-29 14:37:06] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.011153 10.0.0.33 - - [2026-07-29 14:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007726 10.0.0.33 - - [2026-07-29 14:37:06] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2826 0.011098 10.0.0.33 - - [2026-07-29 14:37:07] "POST /access-control-lists HTTP/1.1" 200 587 0.301620 10.0.0.33 - - [2026-07-29 14:37:07] "POST /fqname-to-id HTTP/1.1" 404 224 0.022906 10.0.0.33 - - [2026-07-29 14:37:07] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.205171 10.0.0.33 - - [2026-07-29 14:37:07] "POST /access-control-lists HTTP/1.1" 200 585 0.121832 10.0.0.33 - - [2026-07-29 14:37:07] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.149070 10.0.0.33 - - [2026-07-29 14:37:07] "POST /security-groups HTTP/1.1" 200 558 0.100606 10.0.0.33 - - [2026-07-29 14:37:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.050994 10.0.0.33 - - [2026-07-29 14:37:07] "POST /chown HTTP/1.1" 200 109 0.013258 10.0.0.33 - - [2026-07-29 14:37:07] "POST /fqname-to-id HTTP/1.1" 404 248 0.002410 10.0.0.33 - - [2026-07-29 14:37:07] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006221 10.0.0.33 - - [2026-07-29 14:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.33 - - [2026-07-29 14:37:07] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004635 10.0.0.33 - - [2026-07-29 14:37:07] "POST /access-control-lists HTTP/1.1" 200 610 0.041903 10.0.0.33 - - [2026-07-29 14:37:07] "POST /fqname-to-id HTTP/1.1" 404 247 0.004542 10.0.0.33 - - [2026-07-29 14:37:07] "POST /tags HTTP/1.1" 409 214 0.019444 10.0.0.33 - - [2026-07-29 14:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007066 10.0.0.33 - - [2026-07-29 14:37:07] "GET /tag/948d73de-e46d-4fb9-af56-c5c32a81e80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.027816 10.0.0.33 - - [2026-07-29 14:37:07] "POST /access-control-lists HTTP/1.1" 200 608 0.156340 10.0.0.33 - - [2026-07-29 14:37:07] "POST /firewall-rules HTTP/1.1" 200 578 0.170132 10.0.0.33 - - [2026-07-29 14:37:07] "GET /firewall-rule/026d1f99-1ad8-4e3d-940b-b3992aa692f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.032050 10.0.0.33 - - [2026-07-29 14:37:07] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2425 0.010107 10.0.0.33 - - [2026-07-29 14:37:08] "GET /firewall-rule/026d1f99-1ad8-4e3d-940b-b3992aa692f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004497 10.0.0.33 - - [2026-07-29 14:37:08] "POST /ref-update HTTP/1.1" 200 156 0.101142 10.0.0.33 - - [2026-07-29 14:37:08] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.012391 10.0.0.33 - - [2026-07-29 14:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.33 - - [2026-07-29 14:37:08] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.010792 10.0.0.33 - - [2026-07-29 14:37:08] "POST /tags HTTP/1.1" 409 214 0.002500 10.0.0.33 - - [2026-07-29 14:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.33 - - [2026-07-29 14:37:08] "GET /tag/948d73de-e46d-4fb9-af56-c5c32a81e80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.020598 10.0.0.33 - - [2026-07-29 14:37:08] "POST /firewall-rules HTTP/1.1" 200 576 0.118572 10.0.0.33 - - [2026-07-29 14:37:08] "GET /firewall-rule/04421c89-eab3-4d62-8ed4-7009955f2b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006302 10.0.0.33 - - [2026-07-29 14:37:08] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2670 0.007460 10.0.0.33 - - [2026-07-29 14:37:08] "GET /firewall-rule/04421c89-eab3-4d62-8ed4-7009955f2b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.003227 10.0.0.33 - - [2026-07-29 14:37:08] "POST /ref-update HTTP/1.1" 200 156 0.118921 10.0.0.33 - - [2026-07-29 14:37:08] "POST /tags HTTP/1.1" 200 363 0.105306 10.0.0.33 - - [2026-07-29 14:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.032787 10.0.0.33 - - [2026-07-29 14:37:08] "GET /tag/71a6f9ca-1212-449d-805c-aabc2d122e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.083519 10.0.0.33 - - [2026-07-29 14:37:09] "POST /tags HTTP/1.1" 200 311 0.049127 10.0.0.33 - - [2026-07-29 14:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.016522 10.0.0.33 - - [2026-07-29 14:37:09] "GET /tag/4c579dd2-20e5-4a09-a7f6-0658f3ee7320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.030026 10.0.0.33 - - [2026-07-29 14:37:09] "POST /id-to-fqname HTTP/1.1" 200 177 0.000710 10.0.0.33 - - [2026-07-29 14:37:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.013666 10.0.0.33 - - [2026-07-29 14:37:09] "POST /security-groups HTTP/1.1" 200 574 0.099735 10.0.0.33 - - [2026-07-29 14:37:09] "POST /projects HTTP/1.1" 200 489 0.385602 10.0.0.33 - - [2026-07-29 14:37:09] "POST /fqname-to-id HTTP/1.1" 404 217 0.008558 10.0.0.33 - - [2026-07-29 14:37:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.038606 10.0.0.33 - - [2026-07-29 14:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.33 - - [2026-07-29 14:37:09] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.056663 10.0.0.33 - - [2026-07-29 14:37:09] "POST /access-control-lists HTTP/1.1" 200 583 0.157549 10.0.0.33 - - [2026-07-29 14:37:09] "POST /fqname-to-id HTTP/1.1" 404 216 0.024296 10.0.0.33 - - [2026-07-29 14:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011780 10.0.0.33 - - [2026-07-29 14:37:09] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2898 0.051606 10.0.0.33 - - [2026-07-29 14:37:09] "POST /access-control-lists HTTP/1.1" 200 581 0.149329 10.0.0.33 - - [2026-07-29 14:37:10] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.159789 10.0.0.33 - - [2026-07-29 14:37:10] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.082912 10.0.0.33 - - [2026-07-29 14:37:10] "POST /security-groups HTTP/1.1" 200 546 0.106488 10.0.0.33 - - [2026-07-29 14:37:10] "POST /fqname-to-id HTTP/1.1" 404 240 0.003637 10.0.0.33 - - [2026-07-29 14:37:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.032421 10.0.0.33 - - [2026-07-29 14:37:10] "POST /chown HTTP/1.1" 200 109 0.037798 10.0.0.33 - - [2026-07-29 14:37:10] "POST /access-control-lists HTTP/1.1" 200 602 0.064005 10.0.0.33 - - [2026-07-29 14:37:10] "POST /fqname-to-id HTTP/1.1" 404 239 0.024366 10.0.0.33 - - [2026-07-29 14:37:10] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.040844 10.0.0.33 - - [2026-07-29 14:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.33 - - [2026-07-29 14:37:10] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.043643 10.0.0.33 - - [2026-07-29 14:37:10] "POST /access-control-lists HTTP/1.1" 200 600 0.120253 10.0.0.33 - - [2026-07-29 14:37:10] "POST /tags HTTP/1.1" 409 210 0.002478 10.0.0.33 - - [2026-07-29 14:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006032 10.0.0.33 - - [2026-07-29 14:37:10] "GET /tag/4c579dd2-20e5-4a09-a7f6-0658f3ee7320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.050546 10.0.0.33 - - [2026-07-29 14:37:10] "POST /firewall-rules HTTP/1.1" 200 570 0.121337 10.0.0.33 - - [2026-07-29 14:37:10] "GET /firewall-rule/00c39704-64bf-4e51-a4a8-67a36a4023e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014968 10.0.0.33 - - [2026-07-29 14:37:10] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.003725 10.0.0.33 - - [2026-07-29 14:37:10] "GET /firewall-rule/00c39704-64bf-4e51-a4a8-67a36a4023e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.003285 10.0.0.33 - - [2026-07-29 14:37:10] "POST /ref-update HTTP/1.1" 200 156 0.052664 10.0.0.33 - - [2026-07-29 14:37:10] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002574 10.0.0.33 - - [2026-07-29 14:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011494 10.0.0.33 - - [2026-07-29 14:37:10] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003205 10.0.0.33 - - [2026-07-29 14:37:10] "POST /tags HTTP/1.1" 409 210 0.002254 10.0.0.33 - - [2026-07-29 14:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.33 - - [2026-07-29 14:37:11] "GET /tag/4c579dd2-20e5-4a09-a7f6-0658f3ee7320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.023921 10.0.0.33 - - [2026-07-29 14:37:11] "POST /firewall-rules HTTP/1.1" 200 568 0.085693 10.0.0.33 - - [2026-07-29 14:37:11] "GET /firewall-rule/44b09987-e358-497d-95bb-11f8ab56cfaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.027263 10.0.0.33 - - [2026-07-29 14:37:11] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005419 10.0.0.33 - - [2026-07-29 14:37:11] "GET /firewall-rule/44b09987-e358-497d-95bb-11f8ab56cfaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.003793 10.0.0.33 - - [2026-07-29 14:37:11] "POST /ref-update HTTP/1.1" 200 156 0.082185 10.0.0.33 - - [2026-07-29 14:37:11] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.33 - - [2026-07-29 14:37:11] "POST /tags HTTP/1.1" 409 237 0.002633 10.0.0.33 - - [2026-07-29 14:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.33 - - [2026-07-29 14:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002235 10.0.0.33 - - [2026-07-29 14:37:11] "GET /tag/6ff86b7f-4dee-4cc4-815c-a35f2c60b849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.013355 10.0.0.33 - - [2026-07-29 14:37:11] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.008119 10.0.0.33 - - [2026-07-29 14:37:11] "POST /tags HTTP/1.1" 409 210 0.006104 10.0.0.33 - - [2026-07-29 14:37:11] "POST /bgp-routers HTTP/1.1" 409 301 0.002939 10.0.0.33 - - [2026-07-29 14:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.33 - - [2026-07-29 14:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.33 - - [2026-07-29 14:37:11] "GET /tag/5ed4ac91-23fd-46be-a164-975f0fe18252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.024970 10.0.0.33 - - [2026-07-29 14:37:11] "GET /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.044705 10.0.0.33 - - [2026-07-29 14:37:11] "POST /projects HTTP/1.1" 409 223 0.011549 10.0.0.33 - - [2026-07-29 14:37:11] "PUT /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23 HTTP/1.1" 200 254 0.028562 10.0.0.33 - - [2026-07-29 14:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.33 - - [2026-07-29 14:37:11] "GET /project/eb4bc8bb-6d4d-4676-b882-f8960a42e133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.070387 10.0.0.33 - - [2026-07-29 14:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.33 - - [2026-07-29 14:37:11] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005082 10.0.0.33 - - [2026-07-29 14:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002274 10.0.0.33 - - [2026-07-29 14:37:11] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.010459 10.0.0.33 - - [2026-07-29 14:37:11] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.065336 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002444 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001572 10.0.0.33 - - [2026-07-29 14:37:11] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.101508 10.0.0.33 - - [2026-07-29 14:37:11] "POST /security-groups HTTP/1.1" 409 253 0.011188 10.0.0.33 - - [2026-07-29 14:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.33 - - [2026-07-29 14:37:12] "PUT /security-group/ea8dc0db-57c1-4790-8527-c3b523da9937 HTTP/1.1" 200 262 0.084146 10.0.0.33 - - [2026-07-29 14:37:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.052224 10.0.0.33 - - [2026-07-29 14:37:12] "PUT /access-control-list/bc5119a8-ca30-47fc-9d0c-a59de1c7a172 HTTP/1.1" 200 272 0.063937 10.0.0.33 - - [2026-07-29 14:37:12] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.051958 10.0.0.33 - - [2026-07-29 14:37:12] "PUT /access-control-list/c0572db8-39f3-4ad1-9a7b-d53eacf5a9aa HTTP/1.1" 200 272 0.037825 10.0.0.33 - - [2026-07-29 14:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011503 10.0.0.33 - - [2026-07-29 14:37:12] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.009948 10.0.0.33 - - [2026-07-29 14:37:12] "POST /tags HTTP/1.1" 409 210 0.003886 10.0.0.33 - - [2026-07-29 14:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.33 - - [2026-07-29 14:37:12] "GET /tag/5ed4ac91-23fd-46be-a164-975f0fe18252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.026943 10.0.0.33 - - [2026-07-29 14:37:12] "POST /firewall-rules HTTP/1.1" 200 570 0.090477 10.0.0.33 - - [2026-07-29 14:37:12] "GET /firewall-rule/0813d421-fd9f-4d06-b28c-892bcc46c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.004978 10.0.0.33 - - [2026-07-29 14:37:12] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3395 0.004560 10.0.0.33 - - [2026-07-29 14:37:12] "GET /firewall-rule/0813d421-fd9f-4d06-b28c-892bcc46c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.003894 10.0.0.33 - - [2026-07-29 14:37:12] "POST /ref-update HTTP/1.1" 200 156 0.064919 10.0.0.33 - - [2026-07-29 14:37:12] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.004436 10.0.0.33 - - [2026-07-29 14:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013266 10.0.0.33 - - [2026-07-29 14:37:12] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003645 10.0.0.33 - - [2026-07-29 14:37:12] "POST /tags HTTP/1.1" 409 210 0.006105 10.0.0.33 - - [2026-07-29 14:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.33 - - [2026-07-29 14:37:12] "GET /tag/5ed4ac91-23fd-46be-a164-975f0fe18252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.024750 10.0.0.33 - - [2026-07-29 14:37:12] "POST /firewall-rules HTTP/1.1" 200 568 0.074064 10.0.0.33 - - [2026-07-29 14:37:12] "GET /firewall-rule/14e53b28-9cc2-4133-9c74-a71ba5d54624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012851 10.0.0.33 - - [2026-07-29 14:37:12] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3636 0.006709 10.0.0.33 - - [2026-07-29 14:37:12] "GET /firewall-rule/14e53b28-9cc2-4133-9c74-a71ba5d54624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.003665 10.0.0.33 - - [2026-07-29 14:37:13] "POST /ref-update HTTP/1.1" 200 156 0.105129 10.0.0.33 - - [2026-07-29 14:37:13] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007838 10.0.0.33 - - [2026-07-29 14:37:13] "POST /set-tag HTTP/1.1" 200 109 0.004466 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001088 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001177 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001059 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001049 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001111 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:37:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001096 10.0.0.33 - - [2026-07-29 14:38:20] "GET /global-system-configs HTTP/1.1" 200 322 0.002692 10.0.0.33 - - [2026-07-29 14:38:21] "GET /global-system-configs HTTP/1.1" 200 322 0.002677 10.0.0.249 - - [2026-07-29 14:39:14] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.249 - - [2026-07-29 14:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.249 - - [2026-07-29 14:39:14] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.005204 10.0.0.249 - - [2026-07-29 14:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.249 - - [2026-07-29 14:39:14] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003605 10.0.0.249 - - [2026-07-29 14:39:14] "PUT /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c HTTP/1.1" 200 274 0.011048 10.0.0.249 - - [2026-07-29 14:39:14] "POST /fqname-to-id HTTP/1.1" 404 216 0.013455 10.0.0.249 - - [2026-07-29 14:39:14] "POST /virtual-routers HTTP/1.1" 200 599 0.019177 10.0.0.249 - - [2026-07-29 14:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.011866 10.0.0.249 - - [2026-07-29 14:39:14] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004106 10.0.0.249 - - [2026-07-29 14:39:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.002266 10.0.0.249 - - [2026-07-29 14:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.249 - - [2026-07-29 14:39:14] "GET /virtual-network/bd746acd-1eb5-42be-b88e-d0f074f4fc92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.014696 10.0.0.249 - - [2026-07-29 14:39:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.073277 10.0.0.249 - - [2026-07-29 14:40:09] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.249 - - [2026-07-29 14:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.249 - - [2026-07-29 14:40:09] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005838 10.0.0.249 - - [2026-07-29 14:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.249 - - [2026-07-29 14:40:09] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003058 10.0.0.249 - - [2026-07-29 14:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.249 - - [2026-07-29 14:40:09] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003394 10.0.0.249 - - [2026-07-29 14:40:09] "PUT /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8 HTTP/1.1" 200 262 0.012592 10.0.0.249 - - [2026-07-29 14:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.249 - - [2026-07-29 14:40:09] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.005283 10.0.0.249 - - [2026-07-29 14:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.249 - - [2026-07-29 14:40:09] "GET /virtual-machine-interface/8ac467be-815e-49b5-a14f-e6e9ed5deade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1914 0.005644 10.0.0.249 - - [2026-07-29 14:40:09] "PUT /virtual-machine-interface/8ac467be-815e-49b5-a14f-e6e9ed5deade HTTP/1.1" 200 284 0.016058 10.0.0.33 - - [2026-07-29 14:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.33 - - [2026-07-29 14:40:13] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.002965 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:41:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001164 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:41:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001076 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:41:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001159 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:41:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000954 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:41:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001215 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:41:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001154 10.0.0.33 - - [2026-07-29 14:41:55] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003975 10.0.0.33 - - [2026-07-29 14:41:55] "POST /ref-update HTTP/1.1" 200 156 0.015934 10.0.0.33 - - [2026-07-29 14:42:03] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006338 10.0.0.33 - - [2026-07-29 14:42:03] "POST /set-tag HTTP/1.1" 200 109 0.005435 10.0.0.33 - - [2026-07-29 14:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.33 - - [2026-07-29 14:42:03] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003005 10.0.0.33 - - [2026-07-29 14:42:03] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004705 10.0.0.33 - - [2026-07-29 14:42:03] "POST /set-tag HTTP/1.1" 200 109 0.003620 10.0.0.33 - - [2026-07-29 14:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.33 - - [2026-07-29 14:42:03] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003406 10.0.0.33 - - [2026-07-29 14:42:03] "GET /loadbalancer-pool/d7974bb5-2647-43e7-92ca-800f4a98af69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.022563 10.0.0.33 - - [2026-07-29 14:42:04] "POST /loadbalancer-members HTTP/1.1" 200 690 0.026305 10.0.0.33 - - [2026-07-29 14:42:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.037751 10.0.0.33 - - [2026-07-29 14:42:04] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.018157 10.0.0.33 - - [2026-07-29 14:42:04] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006911 10.0.0.33 - - [2026-07-29 14:42:04] "POST /ref-update HTTP/1.1" 200 156 0.016903 10.0.0.33 - - [2026-07-29 14:42:04] "POST /tags HTTP/1.1" 409 205 0.008017 10.0.0.33 - - [2026-07-29 14:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006683 10.0.0.33 - - [2026-07-29 14:42:04] "GET /tag/14a46a8a-e230-4225-bd05-cff199db83c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1112 0.027287 10.0.0.33 - - [2026-07-29 14:42:04] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1772 0.009962 10.0.0.33 - - [2026-07-29 14:42:04] "PUT /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a HTTP/1.1" 200 256 0.013420 10.0.0.33 - - [2026-07-29 14:42:04] "POST /set-tag HTTP/1.1" 200 109 0.128511 10.0.0.33 - - [2026-07-29 14:42:04] "GET /loadbalancer-pool/5f4821eb-4bd7-45ee-8a6b-430b2a327f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1851 0.027829 10.0.0.33 - - [2026-07-29 14:42:04] "POST /loadbalancer-members HTTP/1.1" 200 690 0.018762 10.0.0.33 - - [2026-07-29 14:42:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.011202 10.0.0.33 - - [2026-07-29 14:42:04] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.013685 10.0.0.33 - - [2026-07-29 14:42:04] "POST /set-tag HTTP/1.1" 200 109 0.005370 10.0.0.33 - - [2026-07-29 14:42:04] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004871 10.0.0.33 - - [2026-07-29 14:42:04] "POST /ref-update HTTP/1.1" 200 156 0.008937 10.0.0.33 - - [2026-07-29 14:42:04] "GET /loadbalancer-pool/c99b19a3-7175-45a8-b9b3-1bc299fa703b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.004665 10.0.0.33 - - [2026-07-29 14:42:04] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.004797 10.0.0.33 - - [2026-07-29 14:42:04] "PUT /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a HTTP/1.1" 200 256 0.018139 10.0.0.33 - - [2026-07-29 14:42:04] "POST /loadbalancer-members HTTP/1.1" 200 692 0.032584 10.0.0.33 - - [2026-07-29 14:42:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.048572 10.0.0.33 - - [2026-07-29 14:42:04] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.010865 10.0.0.33 - - [2026-07-29 14:42:04] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004710 10.0.0.33 - - [2026-07-29 14:42:04] "POST /ref-update HTTP/1.1" 200 156 0.010159 10.0.0.33 - - [2026-07-29 14:42:04] "POST /set-tag HTTP/1.1" 200 109 0.010258 10.0.0.33 - - [2026-07-29 14:42:04] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1970 0.003148 10.0.0.33 - - [2026-07-29 14:42:04] "PUT /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a HTTP/1.1" 200 256 0.015923 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:42:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001071 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:42:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000991 10.0.0.33 - - [2026-07-29 14:43:20] "GET /global-system-configs HTTP/1.1" 200 322 0.003976 10.0.0.33 - - [2026-07-29 14:43:21] "GET /global-system-configs HTTP/1.1" 200 322 0.002830 10.0.0.33 - - [2026-07-29 14:43:59] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005615 10.0.0.33 - - [2026-07-29 14:43:59] "POST /set-tag HTTP/1.1" 200 109 0.009126 10.0.0.33 - - [2026-07-29 14:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.33 - - [2026-07-29 14:43:59] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003037 10.0.0.33 - - [2026-07-29 14:43:59] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006895 10.0.0.33 - - [2026-07-29 14:43:59] "POST /set-tag HTTP/1.1" 200 109 0.025067 10.0.0.33 - - [2026-07-29 14:43:59] "DELETE /loadbalancer-member/5c254863-6e78-4cd9-a404-68a3ee6c9825 HTTP/1.1" 200 115 0.037889 10.0.0.33 - - [2026-07-29 14:43:59] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.008671 10.0.0.33 - - [2026-07-29 14:43:59] "POST /set-tag HTTP/1.1" 200 109 0.003099 10.0.0.33 - - [2026-07-29 14:43:59] "DELETE /loadbalancer-member/d1ef06e8-ed29-43b2-9db2-931658eecac4 HTTP/1.1" 200 115 0.049799 10.0.0.33 - - [2026-07-29 14:43:59] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.016344 10.0.0.33 - - [2026-07-29 14:44:00] "POST /set-tag HTTP/1.1" 200 109 0.004805 10.0.0.33 - - [2026-07-29 14:44:00] "DELETE /loadbalancer-member/1b6df3ef-dcb8-40bc-8309-957da1612c4f HTTP/1.1" 200 115 0.039112 10.0.0.33 - - [2026-07-29 14:44:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.014829 10.0.0.33 - - [2026-07-29 14:44:00] "POST /set-tag HTTP/1.1" 200 109 0.005149 10.0.0.33 - - [2026-07-29 14:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.33 - - [2026-07-29 14:44:00] "GET /loadbalancer/52b21448-2c64-4155-9d48-83564cddc85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.002876 10.0.0.33 - - [2026-07-29 14:44:00] "GET /loadbalancer-pool/d7974bb5-2647-43e7-92ca-800f4a98af69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.006224 10.0.0.33 - - [2026-07-29 14:44:00] "POST /loadbalancer-members HTTP/1.1" 200 690 0.031281 10.0.0.33 - - [2026-07-29 14:44:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.036256 10.0.0.33 - - [2026-07-29 14:44:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.021438 10.0.0.33 - - [2026-07-29 14:44:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007735 10.0.0.33 - - [2026-07-29 14:44:00] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.007192 10.0.0.33 - - [2026-07-29 14:44:00] "POST /set-tag HTTP/1.1" 200 109 0.082487 10.0.0.33 - - [2026-07-29 14:44:00] "GET /loadbalancer-pool/5f4821eb-4bd7-45ee-8a6b-430b2a327f95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1851 0.034826 10.0.0.33 - - [2026-07-29 14:44:00] "POST /loadbalancer-members HTTP/1.1" 200 690 0.027971 10.0.0.33 - - [2026-07-29 14:44:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.043364 10.0.0.33 - - [2026-07-29 14:44:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.035298 10.0.0.33 - - [2026-07-29 14:44:00] "POST /set-tag HTTP/1.1" 200 109 0.005703 10.0.0.33 - - [2026-07-29 14:44:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005969 10.0.0.33 - - [2026-07-29 14:44:00] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005513 10.0.0.33 - - [2026-07-29 14:44:00] "GET /loadbalancer-pool/c99b19a3-7175-45a8-b9b3-1bc299fa703b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1861 0.003940 10.0.0.33 - - [2026-07-29 14:44:00] "POST /loadbalancer-members HTTP/1.1" 200 692 0.041177 10.0.0.33 - - [2026-07-29 14:44:00] "POST /prop-collection-update HTTP/1.1" 200 115 0.023856 10.0.0.33 - - [2026-07-29 14:44:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.014410 10.0.0.33 - - [2026-07-29 14:44:00] "GET /virtual-machine-interface/f4cc6fe6-8b5a-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005409 10.0.0.33 - - [2026-07-29 14:44:00] "GET /floating-ip/4086d526-6616-4300-9b49-9d3d66d2f07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.002812 10.0.0.33 - - [2026-07-29 14:44:00] "POST /set-tag HTTP/1.1" 200 109 0.004957 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:46:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001778 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:46:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002436 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:46:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001106 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:46:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001404 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:46:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001003 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:46:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001160 10.0.0.33 - - [2026-07-29 14:47:04] "GET / HTTP/1.1" 200 35931 0.002956 10.0.0.33 - - [2026-07-29 14:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.33 - - [2026-07-29 14:47:04] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.075181 10.0.0.33 - - [2026-07-29 14:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.33 - - [2026-07-29 14:47:04] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.052620 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.33 - - [2026-07-29 14:47:05] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.047284 10.0.0.33 - - [2026-07-29 14:47:05] "POST /tags HTTP/1.1" 200 333 0.043832 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006936 10.0.0.33 - - [2026-07-29 14:47:05] "GET /tag/2e5e6fa5-92ca-440c-8616-91647947d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.016209 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.33 - - [2026-07-29 14:47:05] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.038442 10.0.0.33 - - [2026-07-29 14:47:05] "GET /virtual-networks?parent_id=9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.007035 10.0.0.33 - - [2026-07-29 14:47:05] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.068782 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.33 - - [2026-07-29 14:47:05] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007411 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006363 10.0.0.33 - - [2026-07-29 14:47:05] "GET /service-appliance-set/c478df22-fdb8-4b73-bb3b-be8fc5bb6a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.004199 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 404 254 0.003521 10.0.0.33 - - [2026-07-29 14:47:05] "POST /virtual-networks HTTP/1.1" 200 512 0.096941 10.0.0.33 - - [2026-07-29 14:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.013216 10.0.0.33 - - [2026-07-29 14:47:05] "GET /network-ipam/afbe57cb-f7d6-4365-80f8-051e00b3d8ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008806 10.0.0.33 - - [2026-07-29 14:47:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.115019 10.0.0.33 - - [2026-07-29 14:47:05] "GET /virtual-machine-interface/ca67e51c-e69e-43ba-a3b2-3c08e4e58f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.021442 10.0.0.33 - - [2026-07-29 14:47:05] "POST /useragent-kv HTTP/1.1" 200 115 0.019921 10.0.0.33 - - [2026-07-29 14:47:05] "POST /ref-update HTTP/1.1" 200 156 0.162781 10.0.0.33 - - [2026-07-29 14:47:05] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.007351 10.0.0.33 - - [2026-07-29 14:47:05] "GET /domains HTTP/1.1" 200 280 0.002329 10.0.0.33 - - [2026-07-29 14:47:05] "POST /instance-ips HTTP/1.1" 200 409 0.088464 10.0.0.33 - - [2026-07-29 14:47:06] "GET /domain/dd8b9f7d-34d2-44f1-9ca0-59ded6d62173 HTTP/1.1" 200 3087 0.050228 10.0.0.33 - - [2026-07-29 14:47:06] "GET /instance-ip/c05d5471-bb10-4cce-8636-93b60e4e82ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.006284 10.0.0.33 - - [2026-07-29 14:47:06] "POST /loadbalancers HTTP/1.1" 200 610 0.089391 10.0.0.33 - - [2026-07-29 14:47:06] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff HTTP/1.1" 200 5477 0.126056 10.0.0.33 - - [2026-07-29 14:47:06] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2089 0.021804 10.0.0.33 - - [2026-07-29 14:47:06] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2089 0.017496 10.0.0.33 - - [2026-07-29 14:47:06] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 200 1182 0.013316 10.0.0.33 - - [2026-07-29 14:47:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.081554 10.0.0.33 - - [2026-07-29 14:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.018491 10.0.0.33 - - [2026-07-29 14:47:06] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 200 1182 0.018516 10.0.0.33 - - [2026-07-29 14:47:06] "POST /route-targets HTTP/1.1" 200 327 0.049133 10.0.0.33 - - [2026-07-29 14:47:06] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.111377 10.0.0.33 - - [2026-07-29 14:47:06] "GET /instance-ip/c05d5471-bb10-4cce-8636-93b60e4e82ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.014090 10.0.0.33 - - [2026-07-29 14:47:06] "POST /ref-update HTTP/1.1" 200 156 0.035154 10.0.0.33 - - [2026-07-29 14:47:06] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.098682 10.0.0.33 - - [2026-07-29 14:47:06] "GET /loadbalancer/d6cc97f3-0eec-4c8f-8600-848d48df6a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003540 10.0.0.33 - - [2026-07-29 14:47:06] "POST /floating-ips HTTP/1.1" 200 597 0.079635 10.0.0.33 - - [2026-07-29 14:47:06] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.060957 10.0.0.33 - - [2026-07-29 14:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.33 - - [2026-07-29 14:47:06] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.041799 10.0.0.33 - - [2026-07-29 14:47:06] "GET /loadbalancer-listener/75466eaa-20db-44f9-9076-60a61441718b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1804 0.004631 10.0.0.33 - - [2026-07-29 14:47:06] "GET /loadbalancer-listener/75466eaa-20db-44f9-9076-60a61441718b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1223 0.007648 10.0.0.33 - - [2026-07-29 14:47:06] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.031500 10.0.0.33 - - [2026-07-29 14:47:06] "GET /instance-ip/c05d5471-bb10-4cce-8636-93b60e4e82ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1652 0.003464 10.0.0.33 - - [2026-07-29 14:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001964 10.0.0.33 - - [2026-07-29 14:47:06] "GET /instance-ip/c05d5471-bb10-4cce-8636-93b60e4e82ca?fields=floating_ips HTTP/1.1" 200 1212 0.007541 10.0.0.33 - - [2026-07-29 14:47:06] "GET /floating-ip/1f552f7d-3235-4558-b0cf-ce02f1b948c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.002674 10.0.0.33 - - [2026-07-29 14:47:06] "GET /loadbalancer/d6cc97f3-0eec-4c8f-8600-848d48df6a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.003426 10.0.0.33 - - [2026-07-29 14:47:06] "POST /tags HTTP/1.1" 200 295 0.081607 10.0.0.33 - - [2026-07-29 14:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.019294 10.0.0.33 - - [2026-07-29 14:47:06] "GET /tag/a752f0c7-6450-454e-a9c6-ab637c2333f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1097 0.016013 10.0.0.33 - - [2026-07-29 14:47:06] "POST /tags HTTP/1.1" 409 233 0.003490 10.0.0.33 - - [2026-07-29 14:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002149 10.0.0.33 - - [2026-07-29 14:47:06] "GET /tag/974ef648-28b4-4a81-96a3-f0eb804944d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.012423 10.0.0.33 - - [2026-07-29 14:47:06] "POST /tags HTTP/1.1" 409 206 0.002782 10.0.0.33 - - [2026-07-29 14:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002084 10.0.0.33 - - [2026-07-29 14:47:07] "GET /tag/fb5858f6-6421-4c2c-8ae5-4723e39c7b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.013918 10.0.0.33 - - [2026-07-29 14:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.006202 10.0.0.33 - - [2026-07-29 14:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.33 - - [2026-07-29 14:47:07] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.039947 10.0.0.33 - - [2026-07-29 14:47:07] "POST /virtual-machines HTTP/1.1" 200 369 0.011559 10.0.0.33 - - [2026-07-29 14:47:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.013905 10.0.0.33 - - [2026-07-29 14:47:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.138246 10.0.0.33 - - [2026-07-29 14:47:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.034754 10.0.0.33 - - [2026-07-29 14:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009881 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.011909 10.0.0.33 - - [2026-07-29 14:47:07] "POST /instance-ips HTTP/1.1" 200 409 0.043384 10.0.0.33 - - [2026-07-29 14:47:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.061896 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.011224 10.0.0.33 - - [2026-07-29 14:47:07] "POST /set-tag HTTP/1.1" 200 109 0.030052 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.016319 10.0.0.33 - - [2026-07-29 14:47:07] "GET /instance-ip/5f1d5d5a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007686 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005548 10.0.0.33 - - [2026-07-29 14:47:07] "POST /set-tag HTTP/1.1" 200 109 0.002593 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003818 10.0.0.33 - - [2026-07-29 14:47:07] "POST /ref-update HTTP/1.1" 200 156 0.008553 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004656 10.0.0.33 - - [2026-07-29 14:47:07] "POST /set-tag HTTP/1.1" 200 109 0.002423 10.0.0.33 - - [2026-07-29 14:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.33 - - [2026-07-29 14:47:07] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.005551 10.0.0.33 - - [2026-07-29 14:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.33 - - [2026-07-29 14:47:08] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.025860 10.0.0.33 - - [2026-07-29 14:47:08] "POST /virtual-machines HTTP/1.1" 200 369 0.020439 10.0.0.33 - - [2026-07-29 14:47:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.036681 10.0.0.33 - - [2026-07-29 14:47:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.141935 10.0.0.33 - - [2026-07-29 14:47:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.008779 10.0.0.33 - - [2026-07-29 14:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.029445 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005403 10.0.0.33 - - [2026-07-29 14:47:08] "POST /instance-ips HTTP/1.1" 200 409 0.028338 10.0.0.33 - - [2026-07-29 14:47:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.025080 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.011954 10.0.0.33 - - [2026-07-29 14:47:08] "POST /set-tag HTTP/1.1" 200 109 0.052455 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.014923 10.0.0.33 - - [2026-07-29 14:47:08] "GET /instance-ip/5fa63364-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004897 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004576 10.0.0.33 - - [2026-07-29 14:47:08] "POST /set-tag HTTP/1.1" 200 109 0.003186 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1686 0.004715 10.0.0.33 - - [2026-07-29 14:47:08] "POST /ref-update HTTP/1.1" 200 156 0.019527 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.008036 10.0.0.33 - - [2026-07-29 14:47:08] "POST /set-tag HTTP/1.1" 200 109 0.003174 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004776 10.0.0.33 - - [2026-07-29 14:47:08] "POST /set-tag HTTP/1.1" 200 109 0.003188 10.0.0.33 - - [2026-07-29 14:47:08] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.013179 10.0.0.33 - - [2026-07-29 14:47:08] "POST /set-tag HTTP/1.1" 200 109 0.003770 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domains HTTP/1.1" 200 280 0.002452 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domain/dd8b9f7d-34d2-44f1-9ca0-59ded6d62173 HTTP/1.1" 200 3087 0.003356 10.0.0.33 - - [2026-07-29 14:47:11] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff HTTP/1.1" 200 7065 0.051087 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2089 0.004809 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2089 0.004175 10.0.0.33 - - [2026-07-29 14:47:11] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 200 1403 0.004113 10.0.0.33 - - [2026-07-29 14:47:11] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 200 1403 0.003016 10.0.0.33 - - [2026-07-29 14:47:11] "GET /route-target/70ae1280-39cc-4273-8352-0f814e64edbe HTTP/1.1" 200 1151 0.003051 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2089 0.004335 10.0.0.33 - - [2026-07-29 14:47:11] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 200 1403 0.002857 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004153 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2089 0.004544 10.0.0.33 - - [2026-07-29 14:47:11] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 200 1403 0.002837 10.0.0.33 - - [2026-07-29 14:47:11] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 200 1403 0.002982 10.0.0.33 - - [2026-07-29 14:47:11] "GET /route-target/70ae1280-39cc-4273-8352-0f814e64edbe HTTP/1.1" 200 1151 0.003888 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domains HTTP/1.1" 200 280 0.002728 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domain/dd8b9f7d-34d2-44f1-9ca0-59ded6d62173 HTTP/1.1" 200 3087 0.003280 10.0.0.33 - - [2026-07-29 14:47:11] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff HTTP/1.1" 200 7065 0.047776 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2089 0.005297 10.0.0.33 - - [2026-07-29 14:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.33 - - [2026-07-29 14:47:11] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.047395 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.007059 10.0.0.33 - - [2026-07-29 14:47:11] "GET /floating-ip-pools?parent_id=8b486b55-022f-491e-b41c-32001756c580&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005554 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004476 10.0.0.33 - - [2026-07-29 14:47:11] "POST /floating-ip-pools HTTP/1.1" 200 562 0.020304 10.0.0.33 - - [2026-07-29 14:47:11] "POST /ref-update HTTP/1.1" 200 156 0.024481 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.012669 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domains HTTP/1.1" 200 280 0.002609 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domain/dd8b9f7d-34d2-44f1-9ca0-59ded6d62173 HTTP/1.1" 200 3087 0.003410 10.0.0.33 - - [2026-07-29 14:47:11] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff HTTP/1.1" 200 7321 0.036133 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2327 0.006508 10.0.0.33 - - [2026-07-29 14:47:11] "GET /floating-ip-pool/b80a26ca-8a64-4fd8-b32d-7f9b0be76957 HTTP/1.1" 200 1315 0.003195 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domains HTTP/1.1" 200 280 0.002071 10.0.0.33 - - [2026-07-29 14:47:11] "GET /domain/dd8b9f7d-34d2-44f1-9ca0-59ded6d62173 HTTP/1.1" 200 3087 0.003070 10.0.0.33 - - [2026-07-29 14:47:11] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff HTTP/1.1" 200 7321 0.041834 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 2327 0.004782 10.0.0.33 - - [2026-07-29 14:47:11] "GET /virtual-network/8b486b55-022f-491e-b41c-32001756c580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.004662 10.0.0.33 - - [2026-07-29 14:47:12] "POST /tags HTTP/1.1" 200 365 0.079614 10.0.0.33 - - [2026-07-29 14:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.023084 10.0.0.33 - - [2026-07-29 14:47:12] "GET /tag/255b1aab-cda0-467d-8fd3-93d3e2ecbdb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.016441 10.0.0.33 - - [2026-07-29 14:47:12] "POST /tags HTTP/1.1" 409 206 0.003220 10.0.0.33 - - [2026-07-29 14:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.33 - - [2026-07-29 14:47:12] "GET /tag/fb5858f6-6421-4c2c-8ae5-4723e39c7b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.010715 10.0.0.33 - - [2026-07-29 14:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.33 - - [2026-07-29 14:47:12] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.045384 10.0.0.33 - - [2026-07-29 14:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.33 - - [2026-07-29 14:47:12] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.006930 10.0.0.33 - - [2026-07-29 14:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.33 - - [2026-07-29 14:47:12] "GET /service-appliance-set/a76f38ca-1176-4ceb-a9c1-0b8e46e490fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.005086 10.0.0.33 - - [2026-07-29 14:47:12] "POST /fqname-to-id HTTP/1.1" 404 258 0.002825 10.0.0.33 - - [2026-07-29 14:47:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.106014 10.0.0.33 - - [2026-07-29 14:47:12] "GET /virtual-machine-interface/99ce0ebe-72a5-47c3-877d-0272950dc8b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.017540 10.0.0.33 - - [2026-07-29 14:47:12] "POST /set-tag HTTP/1.1" 200 109 0.017518 10.0.0.33 - - [2026-07-29 14:47:12] "POST /instance-ips HTTP/1.1" 200 417 0.027254 10.0.0.33 - - [2026-07-29 14:47:12] "GET /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.029483 10.0.0.33 - - [2026-07-29 14:47:12] "POST /loadbalancers HTTP/1.1" 200 618 0.064107 10.0.0.33 - - [2026-07-29 14:47:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.013027 10.0.0.33 - - [2026-07-29 14:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.33 - - [2026-07-29 14:47:12] "POST /service-instances HTTP/1.1" 200 566 0.051852 10.0.0.33 - - [2026-07-29 14:47:12] "POST /ref-update HTTP/1.1" 200 156 0.018489 10.0.0.33 - - [2026-07-29 14:47:12] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.082101 10.0.0.33 - - [2026-07-29 14:47:12] "GET /virtual-machine-interface/99ce0ebe-72a5-47c3-877d-0272950dc8b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005683 10.0.0.33 - - [2026-07-29 14:47:12] "GET /virtual-machine-interface/99ce0ebe-72a5-47c3-877d-0272950dc8b6?fields=floating_ip_back_refs HTTP/1.1" 200 1179 0.015009 10.0.0.33 - - [2026-07-29 14:47:12] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.020960 10.0.0.33 - - [2026-07-29 14:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010092 10.0.0.33 - - [2026-07-29 14:47:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.014057 10.0.0.33 - - [2026-07-29 14:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002093 10.0.0.33 - - [2026-07-29 14:47:13] "GET /floating-ip-pool/b80a26ca-8a64-4fd8-b32d-7f9b0be76957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.003370 10.0.0.33 - - [2026-07-29 14:47:13] "POST /virtual-machines HTTP/1.1" 200 429 0.019425 10.0.0.33 - - [2026-07-29 14:47:13] "POST /floating-ips HTTP/1.1" 200 671 0.124114 10.0.0.33 - - [2026-07-29 14:47:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.012575 10.0.0.33 - - [2026-07-29 14:47:13] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006567 10.0.0.33 - - [2026-07-29 14:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.33 - - [2026-07-29 14:47:13] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.006424 10.0.0.33 - - [2026-07-29 14:47:13] "POST /tags HTTP/1.1" 409 221 0.008874 10.0.0.33 - - [2026-07-29 14:47:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.204419 10.0.0.33 - - [2026-07-29 14:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.33 - - [2026-07-29 14:47:13] "POST /chown HTTP/1.1" 200 109 0.040007 10.0.0.33 - - [2026-07-29 14:47:13] "GET /tag/2e5e6fa5-92ca-440c-8616-91647947d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.029740 10.0.0.33 - - [2026-07-29 14:47:13] "POST /tags HTTP/1.1" 409 238 0.003377 10.0.0.33 - - [2026-07-29 14:47:13] "POST /chown HTTP/1.1" 200 109 0.009257 10.0.0.33 - - [2026-07-29 14:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.33 - - [2026-07-29 14:47:13] "GET /tag/255b1aab-cda0-467d-8fd3-93d3e2ecbdb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.012770 10.0.0.33 - - [2026-07-29 14:47:13] "PUT /virtual-machine-interface/9bcda950-c83b-4c10-9b5e-b479707d1921 HTTP/1.1" 200 284 0.054652 10.0.0.33 - - [2026-07-29 14:47:13] "PUT /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517 HTTP/1.1" 200 256 0.034914 10.0.0.33 - - [2026-07-29 14:47:13] "POST /firewall-rules HTTP/1.1" 200 650 0.158406 10.0.0.33 - - [2026-07-29 14:47:13] "POST /ref-update HTTP/1.1" 200 156 0.077825 10.0.0.33 - - [2026-07-29 14:47:13] "GET /firewall-rule/cff63ec6-a912-4e1a-b222-c8263373bf92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.010682 10.0.0.33 - - [2026-07-29 14:47:13] "POST /ref-update HTTP/1.1" 200 156 0.037383 10.0.0.33 - - [2026-07-29 14:47:13] "GET /firewall-policy/50b1fb8a-6041-430a-a24a-a53b5ee28f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.017812 10.0.0.33 - - [2026-07-29 14:47:13] "GET /firewall-rule/cff63ec6-a912-4e1a-b222-c8263373bf92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.005890 10.0.0.33 - - [2026-07-29 14:47:13] "POST /ref-update HTTP/1.1" 200 156 0.038053 10.0.0.33 - - [2026-07-29 14:47:13] "POST /ref-update HTTP/1.1" 200 156 0.030263 10.0.0.33 - - [2026-07-29 14:47:13] "POST /ref-update HTTP/1.1" 200 156 0.070868 10.0.0.33 - - [2026-07-29 14:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009072 10.0.0.33 - - [2026-07-29 14:47:13] "POST /ref-update HTTP/1.1" 200 156 0.051226 10.0.0.33 - - [2026-07-29 14:47:13] "POST /ref-update HTTP/1.1" 200 156 0.031494 10.0.0.33 - - [2026-07-29 14:47:14] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.121764 10.0.0.33 - - [2026-07-29 14:47:14] "POST /virtual-machines HTTP/1.1" 200 429 0.028496 10.0.0.33 - - [2026-07-29 14:47:14] "GET /loadbalancer/d5bcd70d-fa29-4b92-8d8e-506490820088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.012506 10.0.0.33 - - [2026-07-29 14:47:14] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.038621 10.0.0.33 - - [2026-07-29 14:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2026-07-29 14:47:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.191248 10.0.0.33 - - [2026-07-29 14:47:14] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.081793 10.0.0.33 - - [2026-07-29 14:47:14] "POST /chown HTTP/1.1" 200 109 0.041541 10.0.0.33 - - [2026-07-29 14:47:14] "GET /loadbalancer-listener/1ca538f3-0576-4bed-914d-f4304be4c59e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.016758 10.0.0.33 - - [2026-07-29 14:47:14] "GET /loadbalancer-listener/1ca538f3-0576-4bed-914d-f4304be4c59e?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1233 0.010794 10.0.0.33 - - [2026-07-29 14:47:14] "POST /chown HTTP/1.1" 200 109 0.009418 10.0.0.33 - - [2026-07-29 14:47:14] "PUT /virtual-machine-interface/e0fdbaa1-b9c1-43ae-8e68-9813b47b93ae HTTP/1.1" 200 284 0.027277 10.0.0.33 - - [2026-07-29 14:47:14] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.068247 10.0.0.33 - - [2026-07-29 14:47:14] "PUT /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517 HTTP/1.1" 200 256 0.059963 10.0.0.33 - - [2026-07-29 14:47:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.038617 10.0.0.33 - - [2026-07-29 14:47:14] "GET /loadbalancer-pool/2f5f5f9f-21a1-49a5-8bb8-7105235f0250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014999 10.0.0.33 - - [2026-07-29 14:47:14] "POST /ref-update HTTP/1.1" 200 156 0.027513 10.0.0.33 - - [2026-07-29 14:47:14] "POST /ref-update HTTP/1.1" 200 156 0.035995 10.0.0.33 - - [2026-07-29 14:47:14] "POST /ref-update HTTP/1.1" 200 156 0.034429 10.0.0.33 - - [2026-07-29 14:47:14] "POST /loadbalancer-members HTTP/1.1" 200 707 0.089818 10.0.0.33 - - [2026-07-29 14:47:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.032336 10.0.0.33 - - [2026-07-29 14:47:14] "POST /ref-update HTTP/1.1" 200 156 0.024298 10.0.0.33 - - [2026-07-29 14:47:14] "GET /loadbalancer-member/5451e6aa-6b53-46e3-9945-46dc89f40f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.020681 10.0.0.33 - - [2026-07-29 14:47:14] "POST /ref-update HTTP/1.1" 200 156 0.041941 10.0.0.33 - - [2026-07-29 14:47:14] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.010946 10.0.0.33 - - [2026-07-29 14:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.33 - - [2026-07-29 14:47:14] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005632 10.0.0.33 - - [2026-07-29 14:47:14] "POST /tags HTTP/1.1" 409 221 0.003872 10.0.0.33 - - [2026-07-29 14:47:14] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.013291 10.0.0.33 - - [2026-07-29 14:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.33 - - [2026-07-29 14:47:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.021198 10.0.0.33 - - [2026-07-29 14:47:14] "GET /tag/2e5e6fa5-92ca-440c-8616-91647947d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.026507 10.0.0.33 - - [2026-07-29 14:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.33 - - [2026-07-29 14:47:14] "POST /tags HTTP/1.1" 409 238 0.003453 10.0.0.33 - - [2026-07-29 14:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.33 - - [2026-07-29 14:47:14] "GET /tag/255b1aab-cda0-467d-8fd3-93d3e2ecbdb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.012994 10.0.0.33 - - [2026-07-29 14:47:14] "POST /firewall-rules HTTP/1.1" 409 293 0.002031 10.0.0.33 - - [2026-07-29 14:47:14] "POST /chown HTTP/1.1" 200 109 0.023326 10.0.0.33 - - [2026-07-29 14:47:14] "POST /chown HTTP/1.1" 200 109 0.020409 10.0.0.33 - - [2026-07-29 14:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007732 10.0.0.33 - - [2026-07-29 14:47:15] "PUT /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517 HTTP/1.1" 200 256 0.050131 10.0.0.33 - - [2026-07-29 14:47:15] "PUT /firewall-rule/cff63ec6-a912-4e1a-b222-c8263373bf92 HTTP/1.1" 200 260 0.050673 10.0.0.33 - - [2026-07-29 14:47:15] "GET /firewall-rule/cff63ec6-a912-4e1a-b222-c8263373bf92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.067693 10.0.0.33 - - [2026-07-29 14:47:15] "POST /ref-update HTTP/1.1" 200 156 0.097623 10.0.0.33 - - [2026-07-29 14:47:15] "GET /firewall-policy/50b1fb8a-6041-430a-a24a-a53b5ee28f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.005337 10.0.0.33 - - [2026-07-29 14:47:15] "GET /firewall-rule/cff63ec6-a912-4e1a-b222-c8263373bf92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.006470 10.0.0.33 - - [2026-07-29 14:47:15] "POST /chown HTTP/1.1" 200 109 0.021445 10.0.0.33 - - [2026-07-29 14:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.33 - - [2026-07-29 14:47:15] "POST /chown HTTP/1.1" 200 109 0.046336 10.0.0.33 - - [2026-07-29 14:47:15] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.013230 10.0.0.33 - - [2026-07-29 14:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.33 - - [2026-07-29 14:47:15] "PUT /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517 HTTP/1.1" 200 256 0.033336 10.0.0.33 - - [2026-07-29 14:47:15] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.084771 10.0.0.33 - - [2026-07-29 14:47:15] "POST /ref-update HTTP/1.1" 200 156 0.100047 10.0.0.33 - - [2026-07-29 14:47:15] "POST /virtual-machines HTTP/1.1" 200 373 0.050172 10.0.0.33 - - [2026-07-29 14:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010209 10.0.0.33 - - [2026-07-29 14:47:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.024025 10.0.0.33 - - [2026-07-29 14:47:15] "POST /chown HTTP/1.1" 200 109 0.035196 10.0.0.33 - - [2026-07-29 14:47:15] "POST /chown HTTP/1.1" 200 109 0.030877 10.0.0.33 - - [2026-07-29 14:47:15] "PUT /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517 HTTP/1.1" 200 256 0.102554 10.0.0.33 - - [2026-07-29 14:47:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.213356 10.0.0.33 - - [2026-07-29 14:47:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.027336 10.0.0.33 - - [2026-07-29 14:47:15] "POST /ref-update HTTP/1.1" 200 156 0.039900 10.0.0.33 - - [2026-07-29 14:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.019460 10.0.0.33 - - [2026-07-29 14:47:15] "POST /chown HTTP/1.1" 200 109 0.031165 10.0.0.33 - - [2026-07-29 14:47:15] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.008139 10.0.0.33 - - [2026-07-29 14:47:15] "POST /chown HTTP/1.1" 200 109 0.032335 10.0.0.33 - - [2026-07-29 14:47:15] "PUT /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517 HTTP/1.1" 200 256 0.024071 10.0.0.33 - - [2026-07-29 14:47:16] "POST /instance-ips HTTP/1.1" 200 413 0.094855 10.0.0.33 - - [2026-07-29 14:47:16] "POST /ref-update HTTP/1.1" 200 156 0.048815 10.0.0.33 - - [2026-07-29 14:47:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.048417 10.0.0.33 - - [2026-07-29 14:47:16] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.006574 10.0.0.33 - - [2026-07-29 14:47:16] "POST /set-tag HTTP/1.1" 200 109 0.032053 10.0.0.33 - - [2026-07-29 14:47:16] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.023641 10.0.0.33 - - [2026-07-29 14:47:16] "GET /instance-ip/641fdcf6-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007307 10.0.0.33 - - [2026-07-29 14:47:16] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.026001 10.0.0.33 - - [2026-07-29 14:47:16] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.007733 10.0.0.33 - - [2026-07-29 14:47:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.040328 10.0.0.33 - - [2026-07-29 14:47:16] "POST /set-tag HTTP/1.1" 200 109 0.006241 10.0.0.33 - - [2026-07-29 14:47:16] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007026 10.0.0.33 - - [2026-07-29 14:47:16] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.019444 10.0.0.33 - - [2026-07-29 14:47:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.025892 10.0.0.33 - - [2026-07-29 14:47:16] "POST /ref-update HTTP/1.1" 200 156 0.057572 10.0.0.33 - - [2026-07-29 14:47:16] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.033441 10.0.0.33 - - [2026-07-29 14:47:16] "POST /set-tag HTTP/1.1" 200 109 0.015496 10.0.0.33 - - [2026-07-29 14:47:16] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.020056 10.0.0.33 - - [2026-07-29 14:47:16] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005060 10.0.0.33 - - [2026-07-29 14:47:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.040074 10.0.0.33 - - [2026-07-29 14:47:16] "POST /set-tag HTTP/1.1" 200 109 0.026544 10.0.0.33 - - [2026-07-29 14:47:16] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.014013 10.0.0.33 - - [2026-07-29 14:47:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.008915 10.0.0.33 - - [2026-07-29 14:47:16] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.011829 10.0.0.33 - - [2026-07-29 14:47:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.015359 10.0.0.33 - - [2026-07-29 14:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.33 - - [2026-07-29 14:47:16] "POST /chown HTTP/1.1" 200 109 0.011723 10.0.0.33 - - [2026-07-29 14:47:16] "POST /chown HTTP/1.1" 200 109 0.021444 10.0.0.33 - - [2026-07-29 14:47:16] "POST /ref-update HTTP/1.1" 200 156 0.031785 10.0.0.33 - - [2026-07-29 14:47:16] "POST /chown HTTP/1.1" 200 109 0.009319 10.0.0.33 - - [2026-07-29 14:47:16] "POST /chown HTTP/1.1" 200 109 0.026592 10.0.0.33 - - [2026-07-29 14:47:17] "POST /ref-update HTTP/1.1" 200 156 0.017008 10.0.0.33 - - [2026-07-29 14:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008021 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.009362 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.028633 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.010532 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.035180 10.0.0.33 - - [2026-07-29 14:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.011787 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.007185 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.018991 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.031641 10.0.0.33 - - [2026-07-29 14:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.011937 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.039535 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.008224 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.028359 10.0.0.33 - - [2026-07-29 14:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.008027 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.025979 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.029308 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.008616 10.0.0.33 - - [2026-07-29 14:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.007342 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.007564 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.021247 10.0.0.33 - - [2026-07-29 14:47:17] "POST /chown HTTP/1.1" 200 109 0.022551 10.0.0.33 - - [2026-07-29 14:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.010435 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.021410 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.020714 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.007926 10.0.0.33 - - [2026-07-29 14:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.011188 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.007195 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.022986 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.036941 10.0.0.33 - - [2026-07-29 14:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.013741 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.023904 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.008223 10.0.0.33 - - [2026-07-29 14:47:18] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.012109 10.0.0.33 - - [2026-07-29 14:47:18] "POST /set-tag HTTP/1.1" 200 109 0.002907 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.055189 10.0.0.33 - - [2026-07-29 14:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.015623 10.0.0.33 - - [2026-07-29 14:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.33 - - [2026-07-29 14:47:18] "GET /loadbalancer/d6cc97f3-0eec-4c8f-8600-848d48df6a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.004893 10.0.0.33 - - [2026-07-29 14:47:18] "GET /loadbalancer-pool/4ca3b9cd-5abc-4cf9-b0e8-b5d3baecf2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.004511 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.018020 10.0.0.33 - - [2026-07-29 14:47:18] "POST /loadbalancer-members HTTP/1.1" 200 702 0.056277 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.046653 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.026674 10.0.0.33 - - [2026-07-29 14:47:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.024393 10.0.0.33 - - [2026-07-29 14:47:18] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.079264 10.0.0.33 - - [2026-07-29 14:47:18] "POST /tags HTTP/1.1" 409 221 0.004377 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.080232 10.0.0.33 - - [2026-07-29 14:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008748 10.0.0.33 - - [2026-07-29 14:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.015810 10.0.0.33 - - [2026-07-29 14:47:18] "GET /tag/2e5e6fa5-92ca-440c-8616-91647947d860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.028480 10.0.0.33 - - [2026-07-29 14:47:18] "POST /chown HTTP/1.1" 200 109 0.028694 10.0.0.33 - - [2026-07-29 14:47:18] "POST /set-tag HTTP/1.1" 200 109 0.046691 10.0.0.33 - - [2026-07-29 14:47:19] "POST /chown HTTP/1.1" 200 109 0.028817 10.0.0.33 - - [2026-07-29 14:47:19] "POST /chown HTTP/1.1" 200 109 0.013435 10.0.0.33 - - [2026-07-29 14:47:19] "POST /chown HTTP/1.1" 200 109 0.021007 10.0.0.33 - - [2026-07-29 14:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.33 - - [2026-07-29 14:47:19] "POST /chown HTTP/1.1" 200 109 0.026722 10.0.0.33 - - [2026-07-29 14:47:19] "POST /chown HTTP/1.1" 200 109 0.022218 10.0.0.33 - - [2026-07-29 14:47:19] "POST /chown HTTP/1.1" 200 109 0.010780 10.0.0.33 - - [2026-07-29 14:47:19] "POST /chown HTTP/1.1" 200 109 0.024656 10.0.0.33 - - [2026-07-29 14:47:19] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.009700 10.0.0.33 - - [2026-07-29 14:47:19] "POST /ref-update HTTP/1.1" 200 156 0.009606 10.0.0.33 - - [2026-07-29 14:47:19] "GET /floating-ip/1f552f7d-3235-4558-b0cf-ce02f1b948c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1780 0.005475 10.0.0.33 - - [2026-07-29 14:47:19] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.009122 10.0.0.33 - - [2026-07-29 14:47:19] "PUT /floating-ip/1f552f7d-3235-4558-b0cf-ce02f1b948c5 HTTP/1.1" 200 256 0.033487 10.0.0.33 - - [2026-07-29 14:47:19] "POST /set-tag HTTP/1.1" 200 109 0.027473 10.0.0.33 - - [2026-07-29 14:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.33 - - [2026-07-29 14:47:19] "GET /loadbalancer/d6cc97f3-0eec-4c8f-8600-848d48df6a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.004209 10.0.0.33 - - [2026-07-29 14:47:19] "GET /loadbalancer-pool/4ca3b9cd-5abc-4cf9-b0e8-b5d3baecf2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1908 0.003392 10.0.0.33 - - [2026-07-29 14:47:19] "POST /loadbalancer-members HTTP/1.1" 200 702 0.020511 10.0.0.33 - - [2026-07-29 14:47:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.032892 10.0.0.33 - - [2026-07-29 14:47:19] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.018424 10.0.0.33 - - [2026-07-29 14:47:19] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.017274 10.0.0.33 - - [2026-07-29 14:47:19] "POST /ref-update HTTP/1.1" 200 156 0.009561 10.0.0.33 - - [2026-07-29 14:47:19] "GET /floating-ip/1f552f7d-3235-4558-b0cf-ce02f1b948c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.003623 10.0.0.33 - - [2026-07-29 14:47:19] "POST /set-tag HTTP/1.1" 200 109 0.035614 10.0.0.33 - - [2026-07-29 14:47:20] "GET /virtual-machine/6d8fa9fc-ce75-4a59-b7be-8cb65d3c1966?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.004307 10.0.0.33 - - [2026-07-29 14:47:20] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.013563 10.0.0.33 - - [2026-07-29 14:47:20] "GET /virtual-machine/47dc083d-3da0-492b-aac3-10ffa1789328?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.003382 10.0.0.33 - - [2026-07-29 14:47:20] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.005034 10.0.0.33 - - [2026-07-29 14:47:24] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005290 10.0.0.33 - - [2026-07-29 14:47:24] "POST /set-tag HTTP/1.1" 200 109 0.003175 10.0.0.33 - - [2026-07-29 14:47:25] "GET /virtual-machine/d02d5a64-cd53-4d40-953a-1c0f7f8e406d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1223 0.004307 10.0.0.33 - - [2026-07-29 14:47:25] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005018 10.0.0.33 - - [2026-07-29 14:47:25] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004808 10.0.0.33 - - [2026-07-29 14:47:25] "POST /set-tag HTTP/1.1" 200 109 0.003577 10.0.0.33 - - [2026-07-29 14:47:57] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.006900 10.0.0.33 - - [2026-07-29 14:47:57] "POST /set-tag HTTP/1.1" 200 109 0.003507 10.0.0.33 - - [2026-07-29 14:47:57] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.010063 10.0.0.33 - - [2026-07-29 14:47:57] "POST /set-tag HTTP/1.1" 200 109 0.003419 10.0.0.33 - - [2026-07-29 14:47:57] "GET /virtual-machine/d02d5a64-cd53-4d40-953a-1c0f7f8e406d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.004846 10.0.0.33 - - [2026-07-29 14:47:57] "POST /ref-update HTTP/1.1" 200 156 0.018269 10.0.0.33 - - [2026-07-29 14:47:57] "GET /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.020014 10.0.0.33 - - [2026-07-29 14:47:57] "POST /set-tag HTTP/1.1" 200 109 0.020017 10.0.0.33 - - [2026-07-29 14:47:57] "POST /set-tag HTTP/1.1" 200 109 0.033983 10.0.0.33 - - [2026-07-29 14:47:57] "DELETE /instance-ip/641fdcf6-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.086781 10.0.0.33 - - [2026-07-29 14:47:58] "DELETE /virtual-machine-interface/63f5a1c0-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.076679 10.0.0.33 - - [2026-07-29 14:47:58] "DELETE /virtual-machine/d02d5a64-cd53-4d40-953a-1c0f7f8e406d HTTP/1.1" 200 115 0.043904 10.0.0.33 - - [2026-07-29 14:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005755 10.0.0.33 - - [2026-07-29 14:48:00] "GET /tag/255b1aab-cda0-467d-8fd3-93d3e2ecbdb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1241 0.011451 10.0.0.33 - - [2026-07-29 14:48:00] "GET /tag/255b1aab-cda0-467d-8fd3-93d3e2ecbdb0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1771 0.020271 10.0.0.33 - - [2026-07-29 14:48:00] "GET /virtual-machine-interface/99ce0ebe-72a5-47c3-877d-0272950dc8b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.007643 10.0.0.33 - - [2026-07-29 14:48:01] "POST /set-tag HTTP/1.1" 200 109 0.039049 10.0.0.33 - - [2026-07-29 14:48:01] "GET /virtual-machine-interface/9bcda950-c83b-4c10-9b5e-b479707d1921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.025385 10.0.0.33 - - [2026-07-29 14:48:01] "POST /set-tag HTTP/1.1" 200 109 0.044234 10.0.0.33 - - [2026-07-29 14:48:01] "GET /virtual-machine-interface/e0fdbaa1-b9c1-43ae-8e68-9813b47b93ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3133 0.024897 10.0.0.33 - - [2026-07-29 14:48:01] "POST /set-tag HTTP/1.1" 200 109 0.026790 10.0.0.33 - - [2026-07-29 14:48:01] "GET /firewall-policy/50b1fb8a-6041-430a-a24a-a53b5ee28f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.013688 10.0.0.33 - - [2026-07-29 14:48:01] "GET /firewall-rule/cff63ec6-a912-4e1a-b222-c8263373bf92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2418 0.004012 10.0.0.33 - - [2026-07-29 14:48:01] "POST /ref-update HTTP/1.1" 200 156 0.019375 10.0.0.33 - - [2026-07-29 14:48:01] "DELETE /firewall-rule/cff63ec6-a912-4e1a-b222-c8263373bf92 HTTP/1.1" 200 115 0.064561 10.0.0.33 - - [2026-07-29 14:48:01] "DELETE /loadbalancer-member/5451e6aa-6b53-46e3-9945-46dc89f40f00 HTTP/1.1" 200 115 0.035077 10.0.0.33 - - [2026-07-29 14:48:01] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.036118 10.0.0.33 - - [2026-07-29 14:48:01] "POST /prop-collection-update HTTP/1.1" 200 115 0.027913 10.0.0.33 - - [2026-07-29 14:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005687 10.0.0.33 - - [2026-07-29 14:48:01] "DELETE /loadbalancer-pool/2f5f5f9f-21a1-49a5-8bb8-7105235f0250 HTTP/1.1" 200 115 0.122404 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.021595 10.0.0.33 - - [2026-07-29 14:48:01] "DELETE /loadbalancer-listener/1ca538f3-0576-4bed-914d-f4304be4c59e HTTP/1.1" 200 115 0.074677 10.0.0.33 - - [2026-07-29 14:48:01] "GET /floating-ip/e1173d55-1528-455f-a54a-f5dc616cdd9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.004118 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.039371 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.057125 10.0.0.33 - - [2026-07-29 14:48:01] "PUT /floating-ip/e1173d55-1528-455f-a54a-f5dc616cdd9a HTTP/1.1" 200 256 0.076292 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.042324 10.0.0.33 - - [2026-07-29 14:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007950 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.011509 10.0.0.33 - - [2026-07-29 14:48:01] "DELETE /floating-ip/e1173d55-1528-455f-a54a-f5dc616cdd9a HTTP/1.1" 200 115 0.149889 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.035430 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.031011 10.0.0.33 - - [2026-07-29 14:48:01] "POST /chown HTTP/1.1" 200 109 0.031107 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /loadbalancer/d5bcd70d-fa29-4b92-8d8e-506490820088 HTTP/1.1" 200 115 0.128357 10.0.0.33 - - [2026-07-29 14:48:02] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.013390 10.0.0.33 - - [2026-07-29 14:48:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.011676 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /instance-ip/509179c6-b2e4-4f7d-a61c-b6e429ac8517 HTTP/1.1" 200 115 0.100956 10.0.0.33 - - [2026-07-29 14:48:02] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.019801 10.0.0.33 - - [2026-07-29 14:48:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.030587 10.0.0.33 - - [2026-07-29 14:48:02] "PUT /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 266 0.020446 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /virtual-machine-interface/99ce0ebe-72a5-47c3-877d-0272950dc8b6 HTTP/1.1" 200 115 0.217164 10.0.0.33 - - [2026-07-29 14:48:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.060987 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /service-instance/1710980d-10f2-43c5-8b32-408c25162cd5 HTTP/1.1" 200 115 0.088145 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /tag/255b1aab-cda0-467d-8fd3-93d3e2ecbdb0 HTTP/1.1" 200 115 0.159576 10.0.0.33 - - [2026-07-29 14:48:02] "GET /virtual-machine-interface/e0fdbaa1-b9c1-43ae-8e68-9813b47b93ae?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1209 0.009963 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /virtual-machine-interface/e0fdbaa1-b9c1-43ae-8e68-9813b47b93ae HTTP/1.1" 200 115 0.053223 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /virtual-machine/3fa77292-8f8d-454c-88bd-b032a47d62e2 HTTP/1.1" 200 115 0.023792 10.0.0.33 - - [2026-07-29 14:48:02] "GET /virtual-machine-interface/9bcda950-c83b-4c10-9b5e-b479707d1921?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1209 0.011502 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /virtual-machine-interface/9bcda950-c83b-4c10-9b5e-b479707d1921 HTTP/1.1" 200 115 0.074012 10.0.0.33 - - [2026-07-29 14:48:02] "POST /ref-update HTTP/1.1" 200 156 0.023529 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /virtual-machine/26a0231b-446f-47bc-b2e8-50eedb9735be HTTP/1.1" 200 115 0.046031 10.0.0.33 - - [2026-07-29 14:48:02] "GET /floating-ip-pool/b80a26ca-8a64-4fd8-b32d-7f9b0be76957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.003339 10.0.0.33 - - [2026-07-29 14:48:02] "POST /ref-update HTTP/1.1" 200 156 0.009368 10.0.0.33 - - [2026-07-29 14:48:02] "DELETE /floating-ip-pool/b80a26ca-8a64-4fd8-b32d-7f9b0be76957 HTTP/1.1" 200 115 0.055979 10.0.0.33 - - [2026-07-29 14:48:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002301 10.0.0.33 - - [2026-07-29 14:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.33 - - [2026-07-29 14:48:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007547 10.0.0.33 - - [2026-07-29 14:48:03] "DELETE /virtual-network/8b486b55-022f-491e-b41c-32001756c580 HTTP/1.1" 200 115 0.126789 10.0.0.33 - - [2026-07-29 14:48:03] "GET /routing-instance/9759f16c-a313-4260-abac-43b319dc7db2 HTTP/1.1" 404 171 0.003159 10.0.0.33 - - [2026-07-29 14:48:03] "DELETE /route-target/70ae1280-39cc-4273-8352-0f814e64edbe HTTP/1.1" 200 115 0.034439 10.0.0.33 - - [2026-07-29 14:48:03] "GET /domains HTTP/1.1" 200 280 0.007335 10.0.0.33 - - [2026-07-29 14:48:03] "GET /domain/dd8b9f7d-34d2-44f1-9ca0-59ded6d62173 HTTP/1.1" 200 3087 0.005852 10.0.0.33 - - [2026-07-29 14:48:03] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff HTTP/1.1" 200 6874 0.046755 10.0.0.33 - - [2026-07-29 14:48:03] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.005614 10.0.0.33 - - [2026-07-29 14:48:03] "POST /set-tag HTTP/1.1" 200 109 0.004416 10.0.0.33 - - [2026-07-29 14:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.33 - - [2026-07-29 14:48:03] "GET /loadbalancer/d6cc97f3-0eec-4c8f-8600-848d48df6a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005267 10.0.0.33 - - [2026-07-29 14:48:03] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004800 10.0.0.33 - - [2026-07-29 14:48:03] "POST /set-tag HTTP/1.1" 200 109 0.025731 10.0.0.33 - - [2026-07-29 14:48:03] "DELETE /loadbalancer-member/aa95be69-e767-478e-8b49-d04347419958 HTTP/1.1" 200 115 0.044899 10.0.0.33 - - [2026-07-29 14:48:04] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005643 10.0.0.33 - - [2026-07-29 14:48:04] "POST /set-tag HTTP/1.1" 200 109 0.002801 10.0.0.33 - - [2026-07-29 14:48:04] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004746 10.0.0.33 - - [2026-07-29 14:48:04] "POST /set-tag HTTP/1.1" 200 109 0.003935 10.0.0.33 - - [2026-07-29 14:48:04] "GET /virtual-machine/47dc083d-3da0-492b-aac3-10ffa1789328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.003186 10.0.0.33 - - [2026-07-29 14:48:04] "POST /ref-update HTTP/1.1" 200 156 0.017589 10.0.0.33 - - [2026-07-29 14:48:04] "GET /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.024274 10.0.0.33 - - [2026-07-29 14:48:04] "POST /set-tag HTTP/1.1" 200 109 0.019806 10.0.0.33 - - [2026-07-29 14:48:04] "POST /set-tag HTTP/1.1" 200 109 0.043257 10.0.0.33 - - [2026-07-29 14:48:04] "POST /set-tag HTTP/1.1" 200 109 0.039770 10.0.0.33 - - [2026-07-29 14:48:05] "DELETE /instance-ip/5fa63364-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.048661 10.0.0.33 - - [2026-07-29 14:48:05] "POST /ref-update HTTP/1.1" 200 156 0.023268 10.0.0.33 - - [2026-07-29 14:48:05] "DELETE /virtual-machine-interface/5f885b78-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.067371 10.0.0.33 - - [2026-07-29 14:48:05] "DELETE /virtual-machine/47dc083d-3da0-492b-aac3-10ffa1789328 HTTP/1.1" 200 115 0.026092 10.0.0.33 - - [2026-07-29 14:48:08] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.009199 10.0.0.33 - - [2026-07-29 14:48:08] "POST /set-tag HTTP/1.1" 200 109 0.005395 10.0.0.33 - - [2026-07-29 14:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.33 - - [2026-07-29 14:48:08] "GET /loadbalancer/d6cc97f3-0eec-4c8f-8600-848d48df6a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.002743 10.0.0.33 - - [2026-07-29 14:48:09] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.012908 10.0.0.33 - - [2026-07-29 14:48:09] "POST /set-tag HTTP/1.1" 200 109 0.003724 10.0.0.33 - - [2026-07-29 14:48:09] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.005997 10.0.0.33 - - [2026-07-29 14:48:09] "POST /set-tag HTTP/1.1" 200 109 0.002939 10.0.0.33 - - [2026-07-29 14:48:09] "GET /virtual-machine/6d8fa9fc-ce75-4a59-b7be-8cb65d3c1966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004821 10.0.0.33 - - [2026-07-29 14:48:09] "POST /ref-update HTTP/1.1" 200 156 0.020681 10.0.0.33 - - [2026-07-29 14:48:09] "GET /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.028087 10.0.0.33 - - [2026-07-29 14:48:09] "POST /set-tag HTTP/1.1" 200 109 0.049448 10.0.0.33 - - [2026-07-29 14:48:09] "POST /set-tag HTTP/1.1" 200 109 0.052776 10.0.0.33 - - [2026-07-29 14:48:09] "POST /set-tag HTTP/1.1" 200 109 0.056168 10.0.0.33 - - [2026-07-29 14:48:10] "DELETE /instance-ip/5f1d5d5a-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.058018 10.0.0.33 - - [2026-07-29 14:48:10] "POST /ref-update HTTP/1.1" 200 156 0.025603 10.0.0.33 - - [2026-07-29 14:48:10] "DELETE /virtual-machine-interface/5f004f9e-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.088460 10.0.0.33 - - [2026-07-29 14:48:10] "DELETE /virtual-machine/6d8fa9fc-ce75-4a59-b7be-8cb65d3c1966 HTTP/1.1" 200 115 0.029503 10.0.0.33 - - [2026-07-29 14:48:10] "DELETE /tag/974ef648-28b4-4a81-96a3-f0eb804944d3 HTTP/1.1" 200 115 0.098906 10.0.0.33 - - [2026-07-29 14:48:10] "DELETE /tag/a752f0c7-6450-454e-a9c6-ab637c2333f0 HTTP/1.1" 200 115 0.117090 10.0.0.33 - - [2026-07-29 14:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.33 - - [2026-07-29 14:48:13] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.089317 10.0.0.33 - - [2026-07-29 14:48:14] "POST /tags HTTP/1.1" 200 393 0.051578 10.0.0.33 - - [2026-07-29 14:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.035604 10.0.0.33 - - [2026-07-29 14:48:14] "GET /tag/60ef8773-b4ae-42fd-bc36-5b214a07da3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.024528 10.0.0.33 - - [2026-07-29 14:48:14] "POST /tags HTTP/1.1" 200 341 0.038083 10.0.0.33 - - [2026-07-29 14:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685 10.0.0.33 - - [2026-07-29 14:48:14] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.022540 10.0.0.33 - - [2026-07-29 14:48:14] "POST /id-to-fqname HTTP/1.1" 200 192 0.000668 10.0.0.33 - - [2026-07-29 14:48:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.007695 10.0.0.33 - - [2026-07-29 14:48:14] "POST /security-groups HTTP/1.1" 200 589 0.089999 10.0.0.33 - - [2026-07-29 14:48:14] "POST /projects HTTP/1.1" 200 519 0.255201 10.0.0.33 - - [2026-07-29 14:48:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.007149 10.0.0.33 - - [2026-07-29 14:48:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.040578 10.0.0.33 - - [2026-07-29 14:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.034645 10.0.0.33 - - [2026-07-29 14:48:14] "POST /access-control-lists HTTP/1.1" 200 598 0.091966 10.0.0.33 - - [2026-07-29 14:48:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.031836 10.0.0.33 - - [2026-07-29 14:48:14] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.040647 10.0.0.33 - - [2026-07-29 14:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006566 10.0.0.33 - - [2026-07-29 14:48:14] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.037000 10.0.0.33 - - [2026-07-29 14:48:14] "POST /access-control-lists HTTP/1.1" 200 596 0.099082 10.0.0.33 - - [2026-07-29 14:48:14] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.104832 10.0.0.33 - - [2026-07-29 14:48:14] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.076690 10.0.0.33 - - [2026-07-29 14:48:15] "POST /security-groups HTTP/1.1" 200 591 0.095736 10.0.0.33 - - [2026-07-29 14:48:15] "POST /fqname-to-id HTTP/1.1" 404 270 0.003669 10.0.0.33 - - [2026-07-29 14:48:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.090650 10.0.0.33 - - [2026-07-29 14:48:15] "POST /chown HTTP/1.1" 200 109 0.082261 10.0.0.33 - - [2026-07-29 14:48:15] "POST /access-control-lists HTTP/1.1" 200 632 0.133326 10.0.0.33 - - [2026-07-29 14:48:15] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.015931 10.0.0.33 - - [2026-07-29 14:48:15] "POST /fqname-to-id HTTP/1.1" 404 269 0.045403 10.0.0.33 - - [2026-07-29 14:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.022213 10.0.0.33 - - [2026-07-29 14:48:15] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.009441 10.0.0.33 - - [2026-07-29 14:48:15] "POST /tags HTTP/1.1" 409 226 0.002257 10.0.0.33 - - [2026-07-29 14:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.33 - - [2026-07-29 14:48:15] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.027633 10.0.0.33 - - [2026-07-29 14:48:15] "POST /access-control-lists HTTP/1.1" 200 630 0.118789 10.0.0.33 - - [2026-07-29 14:48:15] "POST /firewall-rules HTTP/1.1" 200 600 0.100767 10.0.0.33 - - [2026-07-29 14:48:15] "GET /firewall-rule/8a3b3380-fd00-4786-a657-715a2809e006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.030495 10.0.0.33 - - [2026-07-29 14:48:15] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3876 0.014821 10.0.0.33 - - [2026-07-29 14:48:15] "GET /firewall-rule/8a3b3380-fd00-4786-a657-715a2809e006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.011834 10.0.0.33 - - [2026-07-29 14:48:15] "POST /ref-update HTTP/1.1" 200 156 0.117670 10.0.0.33 - - [2026-07-29 14:48:15] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.010430 10.0.0.33 - - [2026-07-29 14:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.33 - - [2026-07-29 14:48:15] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005581 10.0.0.33 - - [2026-07-29 14:48:15] "POST /tags HTTP/1.1" 409 226 0.002417 10.0.0.33 - - [2026-07-29 14:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.33 - - [2026-07-29 14:48:15] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.017321 10.0.0.33 - - [2026-07-29 14:48:16] "POST /firewall-rules HTTP/1.1" 200 598 0.094877 10.0.0.33 - - [2026-07-29 14:48:16] "GET /firewall-rule/53845319-e01f-47a3-a069-1b9fde9c13fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005083 10.0.0.33 - - [2026-07-29 14:48:16] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4132 0.007108 10.0.0.33 - - [2026-07-29 14:48:16] "GET /firewall-rule/53845319-e01f-47a3-a069-1b9fde9c13fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003970 10.0.0.33 - - [2026-07-29 14:48:16] "POST /ref-update HTTP/1.1" 200 156 0.133843 10.0.0.33 - - [2026-07-29 14:48:17] "POST /tags HTTP/1.1" 200 393 0.230620 10.0.0.33 - - [2026-07-29 14:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009080 10.0.0.33 - - [2026-07-29 14:48:17] "GET /tag/90bf50ec-05ce-4224-86a5-6018da4820fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.024013 10.0.0.33 - - [2026-07-29 14:48:17] "POST /tags HTTP/1.1" 200 341 0.041301 10.0.0.33 - - [2026-07-29 14:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.025303 10.0.0.33 - - [2026-07-29 14:48:17] "GET /tag/61b36bad-bd43-406a-a642-e5ce9f733eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.030466 10.0.0.33 - - [2026-07-29 14:48:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.000583 10.0.0.33 - - [2026-07-29 14:48:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.017922 10.0.0.33 - - [2026-07-29 14:48:17] "POST /security-groups HTTP/1.1" 200 589 0.082138 10.0.0.33 - - [2026-07-29 14:48:17] "POST /projects HTTP/1.1" 200 519 0.267314 10.0.0.33 - - [2026-07-29 14:48:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.010047 10.0.0.33 - - [2026-07-29 14:48:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.024117 10.0.0.33 - - [2026-07-29 14:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.015568 10.0.0.33 - - [2026-07-29 14:48:17] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.031626 10.0.0.33 - - [2026-07-29 14:48:17] "POST /access-control-lists HTTP/1.1" 200 598 0.118637 10.0.0.33 - - [2026-07-29 14:48:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.029451 10.0.0.33 - - [2026-07-29 14:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012737 10.0.0.33 - - [2026-07-29 14:48:17] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.009709 10.0.0.33 - - [2026-07-29 14:48:18] "POST /access-control-lists HTTP/1.1" 200 596 0.096720 10.0.0.33 - - [2026-07-29 14:48:18] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.189670 10.0.0.33 - - [2026-07-29 14:48:18] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.082007 10.0.0.33 - - [2026-07-29 14:48:18] "POST /security-groups HTTP/1.1" 200 591 0.103225 10.0.0.33 - - [2026-07-29 14:48:18] "POST /fqname-to-id HTTP/1.1" 404 270 0.002775 10.0.0.33 - - [2026-07-29 14:48:18] "POST /prop-collection-update HTTP/1.1" 200 115 0.048074 10.0.0.33 - - [2026-07-29 14:48:18] "POST /access-control-lists HTTP/1.1" 200 632 0.077645 10.0.0.33 - - [2026-07-29 14:48:18] "POST /fqname-to-id HTTP/1.1" 404 269 0.030189 10.0.0.33 - - [2026-07-29 14:48:18] "POST /chown HTTP/1.1" 200 109 0.093372 10.0.0.33 - - [2026-07-29 14:48:18] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.040632 10.0.0.33 - - [2026-07-29 14:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.33 - - [2026-07-29 14:48:18] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.033544 10.0.0.33 - - [2026-07-29 14:48:18] "POST /tags HTTP/1.1" 409 226 0.042179 10.0.0.33 - - [2026-07-29 14:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.33 - - [2026-07-29 14:48:18] "GET /tag/61b36bad-bd43-406a-a642-e5ce9f733eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.060857 10.0.0.33 - - [2026-07-29 14:48:18] "POST /access-control-lists HTTP/1.1" 200 630 0.306857 10.0.0.33 - - [2026-07-29 14:48:19] "POST /firewall-rules HTTP/1.1" 200 600 0.101771 10.0.0.33 - - [2026-07-29 14:48:19] "GET /firewall-rule/c6608de0-50c3-482b-b220-31907e5fb52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.035053 10.0.0.33 - - [2026-07-29 14:48:19] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4387 0.005844 10.0.0.33 - - [2026-07-29 14:48:19] "GET /firewall-rule/c6608de0-50c3-482b-b220-31907e5fb52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.003857 10.0.0.33 - - [2026-07-29 14:48:19] "POST /ref-update HTTP/1.1" 200 156 0.100704 10.0.0.33 - - [2026-07-29 14:48:19] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.003353 10.0.0.33 - - [2026-07-29 14:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.33 - - [2026-07-29 14:48:19] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003206 10.0.0.33 - - [2026-07-29 14:48:19] "POST /tags HTTP/1.1" 409 226 0.003326 10.0.0.33 - - [2026-07-29 14:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.33 - - [2026-07-29 14:48:19] "GET /tag/61b36bad-bd43-406a-a642-e5ce9f733eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.025755 10.0.0.33 - - [2026-07-29 14:48:19] "POST /firewall-rules HTTP/1.1" 200 598 0.082654 10.0.0.33 - - [2026-07-29 14:48:19] "GET /firewall-rule/4a2b4751-419b-40a8-9c1e-61d9b11c2ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.016955 10.0.0.33 - - [2026-07-29 14:48:19] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4643 0.008966 10.0.0.33 - - [2026-07-29 14:48:19] "GET /firewall-rule/4a2b4751-419b-40a8-9c1e-61d9b11c2ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.005294 10.0.0.33 - - [2026-07-29 14:48:19] "POST /ref-update HTTP/1.1" 200 156 0.113054 10.0.0.33 - - [2026-07-29 14:48:20] "POST /tags HTTP/1.1" 200 345 0.206236 10.0.0.33 - - [2026-07-29 14:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.015965 10.0.0.33 - - [2026-07-29 14:48:20] "GET /tag/76fe8931-c5f2-4d82-b894-fb48b630a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.057759 10.0.0.33 - - [2026-07-29 14:48:20] "POST /projects HTTP/1.1" 409 238 0.019460 10.0.0.33 - - [2026-07-29 14:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007795 10.0.0.33 - - [2026-07-29 14:48:20] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.092083 10.0.0.33 - - [2026-07-29 14:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.019948 10.0.0.33 - - [2026-07-29 14:48:20] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.007452 10.0.0.33 - - [2026-07-29 14:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.33 - - [2026-07-29 14:48:20] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.024824 10.0.0.33 - - [2026-07-29 14:48:20] "POST /security-groups HTTP/1.1" 409 285 0.003608 10.0.0.33 - - [2026-07-29 14:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.33 - - [2026-07-29 14:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.33 - - [2026-07-29 14:48:20] "PUT /security-group/5f413eb6-7ede-4dba-a92b-346bd5b19338 HTTP/1.1" 200 262 0.060847 10.0.0.33 - - [2026-07-29 14:48:20] "GET /global-system-configs HTTP/1.1" 200 322 0.022976 10.0.0.33 - - [2026-07-29 14:48:20] "PUT /access-control-list/156dbd05-213b-4262-87e2-cbff8f266e6e HTTP/1.1" 200 272 0.028345 10.0.0.33 - - [2026-07-29 14:48:20] "POST /prop-collection-update HTTP/1.1" 200 115 0.077995 10.0.0.33 - - [2026-07-29 14:48:20] "POST /tags HTTP/1.1" 409 228 0.027037 10.0.0.33 - - [2026-07-29 14:48:20] "PUT /access-control-list/281752c6-edb4-4d9d-9653-11aa966dd46d HTTP/1.1" 200 272 0.052977 10.0.0.33 - - [2026-07-29 14:48:20] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.172693 10.0.0.33 - - [2026-07-29 14:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009858 10.0.0.33 - - [2026-07-29 14:48:21] "GET /tag/76fe8931-c5f2-4d82-b894-fb48b630a260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.021616 10.0.0.33 - - [2026-07-29 14:48:21] "POST /tags HTTP/1.1" 200 345 0.034535 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.33 - - [2026-07-29 14:48:21] "GET /tag/d7aceca1-6563-4078-8c03-95ea31daddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.025205 10.0.0.33 - - [2026-07-29 14:48:21] "POST /projects HTTP/1.1" 409 238 0.002672 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.33 - - [2026-07-29 14:48:21] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.044814 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.33 - - [2026-07-29 14:48:21] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005242 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.33 - - [2026-07-29 14:48:21] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.004741 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:48:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001045 10.0.0.33 - - [2026-07-29 14:48:21] "POST /security-groups HTTP/1.1" 409 285 0.010486 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:48:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001027 10.0.0.33 - - [2026-07-29 14:48:21] "GET /global-system-configs HTTP/1.1" 200 322 0.007747 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.33 - - [2026-07-29 14:48:21] "PUT /security-group/8cb0cccd-e5a7-4c76-ad7a-fbea32e61f9f HTTP/1.1" 200 262 0.073479 10.0.0.33 - - [2026-07-29 14:48:21] "PUT /access-control-list/ed2f4ca2-0bee-4264-a979-d28fb5c3caa5 HTTP/1.1" 200 272 0.023814 10.0.0.33 - - [2026-07-29 14:48:21] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.147056 10.0.0.33 - - [2026-07-29 14:48:21] "PUT /access-control-list/ab0e59b7-2daf-4615-9e20-b3e883386ce7 HTTP/1.1" 200 272 0.060405 10.0.0.33 - - [2026-07-29 14:48:21] "POST /prop-collection-update HTTP/1.1" 200 115 0.094178 10.0.0.33 - - [2026-07-29 14:48:21] "POST /tags HTTP/1.1" 409 228 0.012940 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.33 - - [2026-07-29 14:48:21] "GET /tag/d7aceca1-6563-4078-8c03-95ea31daddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.011497 10.0.0.33 - - [2026-07-29 14:48:21] "POST /tags HTTP/1.1" 200 291 0.091677 10.0.0.33 - - [2026-07-29 14:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.018124 10.0.0.33 - - [2026-07-29 14:48:21] "GET /tag/cd0996b8-74d6-4f6b-b0c2-581a6e230ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.023370 10.0.0.33 - - [2026-07-29 14:48:22] "POST /tags HTTP/1.1" 200 303 0.301476 10.0.0.33 - - [2026-07-29 14:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.022197 10.0.0.33 - - [2026-07-29 14:48:22] "GET /tag/e54ab91c-8974-4867-a62c-5086534f193f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.016482 10.0.0.33 - - [2026-07-29 14:48:22] "POST /tags HTTP/1.1" 409 252 0.003686 10.0.0.33 - - [2026-07-29 14:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.33 - - [2026-07-29 14:48:22] "GET /tag/60ef8773-b4ae-42fd-bc36-5b214a07da3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.012611 10.0.0.33 - - [2026-07-29 14:48:22] "POST /tags HTTP/1.1" 409 226 0.002733 10.0.0.33 - - [2026-07-29 14:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.33 - - [2026-07-29 14:48:22] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.016047 10.0.0.33 - - [2026-07-29 14:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.33 - - [2026-07-29 14:48:22] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006520 10.0.0.33 - - [2026-07-29 14:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.33 - - [2026-07-29 14:48:22] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.052146 10.0.0.33 - - [2026-07-29 14:48:22] "POST /virtual-machines HTTP/1.1" 200 395 0.031026 10.0.0.33 - - [2026-07-29 14:48:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.014222 10.0.0.33 - - [2026-07-29 14:48:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.201458 10.0.0.33 - - [2026-07-29 14:48:22] "POST /prop-collection-update HTTP/1.1" 200 115 0.054755 10.0.0.33 - - [2026-07-29 14:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.034754 10.0.0.33 - - [2026-07-29 14:48:23] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006109 10.0.0.33 - - [2026-07-29 14:48:23] "POST /instance-ips HTTP/1.1" 200 397 0.049478 10.0.0.33 - - [2026-07-29 14:48:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.059327 10.0.0.33 - - [2026-07-29 14:48:23] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.016520 10.0.0.33 - - [2026-07-29 14:48:23] "POST /set-tag HTTP/1.1" 200 109 0.095816 10.0.0.33 - - [2026-07-29 14:48:23] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.045345 10.0.0.33 - - [2026-07-29 14:48:23] "GET /instance-ip/8c24d71a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.009452 10.0.0.33 - - [2026-07-29 14:48:23] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.010355 10.0.0.33 - - [2026-07-29 14:48:23] "POST /set-tag HTTP/1.1" 200 109 0.003682 10.0.0.33 - - [2026-07-29 14:48:23] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004652 10.0.0.33 - - [2026-07-29 14:48:23] "POST /ref-update HTTP/1.1" 200 156 0.024860 10.0.0.33 - - [2026-07-29 14:48:23] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.040056 10.0.0.33 - - [2026-07-29 14:48:23] "POST /set-tag HTTP/1.1" 200 109 0.019129 10.0.0.33 - - [2026-07-29 14:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.33 - - [2026-07-29 14:48:23] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005851 10.0.0.33 - - [2026-07-29 14:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.33 - - [2026-07-29 14:48:23] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.064591 10.0.0.33 - - [2026-07-29 14:48:23] "POST /virtual-machines HTTP/1.1" 200 395 0.021049 10.0.0.33 - - [2026-07-29 14:48:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.054594 10.0.0.33 - - [2026-07-29 14:48:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.142520 10.0.0.33 - - [2026-07-29 14:48:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.015462 10.0.0.33 - - [2026-07-29 14:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008071 10.0.0.33 - - [2026-07-29 14:48:24] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.010410 10.0.0.33 - - [2026-07-29 14:48:24] "POST /instance-ips HTTP/1.1" 200 397 0.028617 10.0.0.33 - - [2026-07-29 14:48:24] "POST /prop-collection-update HTTP/1.1" 200 115 0.033863 10.0.0.33 - - [2026-07-29 14:48:24] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.018487 10.0.0.33 - - [2026-07-29 14:48:24] "POST /set-tag HTTP/1.1" 200 109 0.072167 10.0.0.33 - - [2026-07-29 14:48:24] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.024250 10.0.0.33 - - [2026-07-29 14:48:24] "GET /instance-ip/8cd018f0-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004143 10.0.0.33 - - [2026-07-29 14:48:24] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005942 10.0.0.33 - - [2026-07-29 14:48:24] "POST /set-tag HTTP/1.1" 200 109 0.003218 10.0.0.33 - - [2026-07-29 14:48:24] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.010401 10.0.0.33 - - [2026-07-29 14:48:24] "POST /ref-update HTTP/1.1" 200 156 0.014739 10.0.0.33 - - [2026-07-29 14:48:24] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.007789 10.0.0.33 - - [2026-07-29 14:48:24] "POST /set-tag HTTP/1.1" 200 109 0.003470 10.0.0.33 - - [2026-07-29 14:48:24] "POST /tags HTTP/1.1" 200 291 0.024916 10.0.0.33 - - [2026-07-29 14:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.015026 10.0.0.33 - - [2026-07-29 14:48:24] "GET /tag/5150dc5a-612a-4185-8d31-ad7cebfa3d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.014772 10.0.0.33 - - [2026-07-29 14:48:24] "POST /tags HTTP/1.1" 409 252 0.003126 10.0.0.33 - - [2026-07-29 14:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.33 - - [2026-07-29 14:48:24] "GET /tag/90bf50ec-05ce-4224-86a5-6018da4820fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.018299 10.0.0.33 - - [2026-07-29 14:48:24] "POST /tags HTTP/1.1" 409 226 0.002557 10.0.0.33 - - [2026-07-29 14:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.33 - - [2026-07-29 14:48:24] "GET /tag/61b36bad-bd43-406a-a642-e5ce9f733eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.010709 10.0.0.33 - - [2026-07-29 14:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.33 - - [2026-07-29 14:48:24] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004236 10.0.0.33 - - [2026-07-29 14:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.33 - - [2026-07-29 14:48:25] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.046955 10.0.0.33 - - [2026-07-29 14:48:25] "POST /virtual-machines HTTP/1.1" 200 395 0.010417 10.0.0.33 - - [2026-07-29 14:48:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.010969 10.0.0.33 - - [2026-07-29 14:48:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.119039 10.0.0.33 - - [2026-07-29 14:48:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.009485 10.0.0.33 - - [2026-07-29 14:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009276 10.0.0.33 - - [2026-07-29 14:48:25] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.015780 10.0.0.33 - - [2026-07-29 14:48:25] "POST /instance-ips HTTP/1.1" 200 397 0.029189 10.0.0.33 - - [2026-07-29 14:48:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.021149 10.0.0.33 - - [2026-07-29 14:48:25] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.018553 10.0.0.33 - - [2026-07-29 14:48:25] "POST /set-tag HTTP/1.1" 200 109 0.067754 10.0.0.33 - - [2026-07-29 14:48:25] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.020368 10.0.0.33 - - [2026-07-29 14:48:25] "GET /instance-ip/8d81fa34-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.007977 10.0.0.33 - - [2026-07-29 14:48:25] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004946 10.0.0.33 - - [2026-07-29 14:48:25] "POST /set-tag HTTP/1.1" 200 109 0.002948 10.0.0.33 - - [2026-07-29 14:48:25] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.005307 10.0.0.33 - - [2026-07-29 14:48:25] "POST /ref-update HTTP/1.1" 200 156 0.013095 10.0.0.33 - - [2026-07-29 14:48:25] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005821 10.0.0.33 - - [2026-07-29 14:48:25] "POST /set-tag HTTP/1.1" 200 109 0.003591 10.0.0.33 - - [2026-07-29 14:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.33 - - [2026-07-29 14:48:25] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004893 10.0.0.33 - - [2026-07-29 14:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.33 - - [2026-07-29 14:48:25] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.043690 10.0.0.33 - - [2026-07-29 14:48:25] "POST /virtual-machines HTTP/1.1" 200 395 0.013491 10.0.0.33 - - [2026-07-29 14:48:25] "POST /prop-collection-update HTTP/1.1" 200 115 0.024082 10.0.0.33 - - [2026-07-29 14:48:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.153221 10.0.0.33 - - [2026-07-29 14:48:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.018819 10.0.0.33 - - [2026-07-29 14:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.015388 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006139 10.0.0.33 - - [2026-07-29 14:48:26] "POST /instance-ips HTTP/1.1" 200 397 0.024963 10.0.0.33 - - [2026-07-29 14:48:26] "POST /prop-collection-update HTTP/1.1" 200 115 0.045324 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.020809 10.0.0.33 - - [2026-07-29 14:48:26] "POST /set-tag HTTP/1.1" 200 109 0.071753 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.019955 10.0.0.33 - - [2026-07-29 14:48:26] "GET /instance-ip/8e0a3d5e-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.009517 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005106 10.0.0.33 - - [2026-07-29 14:48:26] "POST /set-tag HTTP/1.1" 200 109 0.003079 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005095 10.0.0.33 - - [2026-07-29 14:48:26] "POST /ref-update HTTP/1.1" 200 156 0.016332 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-machine/d08019a2-e67e-4cc3-aea2-e67ae670b2cd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.005422 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.059062 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006383 10.0.0.33 - - [2026-07-29 14:48:26] "POST /set-tag HTTP/1.1" 200 109 0.009480 10.0.0.33 - - [2026-07-29 14:48:26] "POST /tags HTTP/1.1" 200 299 0.030426 10.0.0.33 - - [2026-07-29 14:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.33 - - [2026-07-29 14:48:26] "GET /tag/b9bf1d70-c414-4f1c-add8-81e77a12e881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.015411 10.0.0.33 - - [2026-07-29 14:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.33 - - [2026-07-29 14:48:26] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004635 10.0.0.33 - - [2026-07-29 14:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.33 - - [2026-07-29 14:48:26] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.054548 10.0.0.33 - - [2026-07-29 14:48:26] "POST /virtual-machines HTTP/1.1" 200 395 0.013333 10.0.0.33 - - [2026-07-29 14:48:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.030432 10.0.0.33 - - [2026-07-29 14:48:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.134897 10.0.0.33 - - [2026-07-29 14:48:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.015127 10.0.0.33 - - [2026-07-29 14:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011474 10.0.0.33 - - [2026-07-29 14:48:27] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005693 10.0.0.33 - - [2026-07-29 14:48:27] "POST /instance-ips HTTP/1.1" 200 397 0.033506 10.0.0.33 - - [2026-07-29 14:48:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.049942 10.0.0.33 - - [2026-07-29 14:48:27] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.014906 10.0.0.33 - - [2026-07-29 14:48:27] "POST /set-tag HTTP/1.1" 200 109 0.028021 10.0.0.33 - - [2026-07-29 14:48:27] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.030480 10.0.0.33 - - [2026-07-29 14:48:27] "GET /instance-ip/8eb06116-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.007528 10.0.0.33 - - [2026-07-29 14:48:27] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005604 10.0.0.33 - - [2026-07-29 14:48:27] "POST /set-tag HTTP/1.1" 200 109 0.003906 10.0.0.33 - - [2026-07-29 14:48:27] "POST /tags HTTP/1.1" 200 299 0.027490 10.0.0.33 - - [2026-07-29 14:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.33 - - [2026-07-29 14:48:27] "GET /tag/634852c4-82f0-4b9a-b23b-b6df591996b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.012621 10.0.0.33 - - [2026-07-29 14:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.33 - - [2026-07-29 14:48:27] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006404 10.0.0.33 - - [2026-07-29 14:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.33 - - [2026-07-29 14:48:27] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.042823 10.0.0.33 - - [2026-07-29 14:48:27] "POST /virtual-machines HTTP/1.1" 200 395 0.012384 10.0.0.33 - - [2026-07-29 14:48:27] "POST /prop-collection-update HTTP/1.1" 200 115 0.024492 10.0.0.33 - - [2026-07-29 14:48:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.128349 10.0.0.33 - - [2026-07-29 14:48:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.038719 10.0.0.33 - - [2026-07-29 14:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006325 10.0.0.33 - - [2026-07-29 14:48:28] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006970 10.0.0.33 - - [2026-07-29 14:48:28] "POST /instance-ips HTTP/1.1" 200 397 0.028759 10.0.0.33 - - [2026-07-29 14:48:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.039913 10.0.0.33 - - [2026-07-29 14:48:28] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.018843 10.0.0.33 - - [2026-07-29 14:48:28] "POST /set-tag HTTP/1.1" 200 109 0.032258 10.0.0.33 - - [2026-07-29 14:48:28] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.022210 10.0.0.33 - - [2026-07-29 14:48:28] "GET /instance-ip/8f308328-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004514 10.0.0.33 - - [2026-07-29 14:48:28] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006085 10.0.0.33 - - [2026-07-29 14:48:28] "POST /set-tag HTTP/1.1" 200 109 0.003749 10.0.0.33 - - [2026-07-29 14:48:28] "POST /tags HTTP/1.1" 200 299 0.029390 10.0.0.33 - - [2026-07-29 14:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.33 - - [2026-07-29 14:48:28] "GET /tag/e605ec06-4799-4716-bd4d-59abde60918d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.014901 10.0.0.33 - - [2026-07-29 14:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.33 - - [2026-07-29 14:48:28] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005366 10.0.0.33 - - [2026-07-29 14:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002339 10.0.0.33 - - [2026-07-29 14:48:28] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.034638 10.0.0.33 - - [2026-07-29 14:48:28] "POST /virtual-machines HTTP/1.1" 200 395 0.012578 10.0.0.33 - - [2026-07-29 14:48:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.027182 10.0.0.33 - - [2026-07-29 14:48:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.117703 10.0.0.33 - - [2026-07-29 14:48:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.015682 10.0.0.33 - - [2026-07-29 14:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.013097 10.0.0.33 - - [2026-07-29 14:48:28] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.011327 10.0.0.33 - - [2026-07-29 14:48:29] "POST /instance-ips HTTP/1.1" 200 397 0.027655 10.0.0.33 - - [2026-07-29 14:48:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.026128 10.0.0.33 - - [2026-07-29 14:48:29] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.011058 10.0.0.33 - - [2026-07-29 14:48:29] "POST /set-tag HTTP/1.1" 200 109 0.028384 10.0.0.33 - - [2026-07-29 14:48:29] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.023777 10.0.0.33 - - [2026-07-29 14:48:29] "GET /instance-ip/8faeed94-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.004158 10.0.0.33 - - [2026-07-29 14:48:29] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004688 10.0.0.33 - - [2026-07-29 14:48:29] "POST /set-tag HTTP/1.1" 200 109 0.002919 10.0.0.33 - - [2026-07-29 14:48:29] "POST /tags HTTP/1.1" 200 299 0.024176 10.0.0.33 - - [2026-07-29 14:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.33 - - [2026-07-29 14:48:29] "GET /tag/7af27559-6cec-408c-988d-c0aad5c81504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.016577 10.0.0.33 - - [2026-07-29 14:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.33 - - [2026-07-29 14:48:29] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005790 10.0.0.33 - - [2026-07-29 14:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.33 - - [2026-07-29 14:48:29] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.049753 10.0.0.33 - - [2026-07-29 14:48:29] "POST /virtual-machines HTTP/1.1" 200 395 0.011928 10.0.0.33 - - [2026-07-29 14:48:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.015946 10.0.0.33 - - [2026-07-29 14:48:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.122276 10.0.0.33 - - [2026-07-29 14:48:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.011731 10.0.0.33 - - [2026-07-29 14:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.019783 10.0.0.33 - - [2026-07-29 14:48:29] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.004942 10.0.0.33 - - [2026-07-29 14:48:29] "POST /instance-ips HTTP/1.1" 200 397 0.028151 10.0.0.33 - - [2026-07-29 14:48:29] "POST /prop-collection-update HTTP/1.1" 200 115 0.038090 10.0.0.33 - - [2026-07-29 14:48:29] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.025690 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.035248 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.019155 10.0.0.33 - - [2026-07-29 14:48:30] "GET /instance-ip/902e700a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.007460 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005981 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003148 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.006206 10.0.0.33 - - [2026-07-29 14:48:30] "POST /ref-update HTTP/1.1" 200 156 0.014499 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.017012 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003275 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005271 10.0.0.33 - - [2026-07-29 14:48:30] "POST /ref-update HTTP/1.1" 200 156 0.011377 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.010716 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003111 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.004882 10.0.0.33 - - [2026-07-29 14:48:30] "POST /ref-update HTTP/1.1" 200 156 0.014377 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004908 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.002769 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.007472 10.0.0.33 - - [2026-07-29 14:48:30] "POST /ref-update HTTP/1.1" 200 156 0.014805 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.016252 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.004541 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.010693 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.002955 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005179 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003833 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006074 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003617 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006486 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.002982 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005111 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003003 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004750 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.002862 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004924 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003407 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004808 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.002537 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004814 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003453 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004609 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.002990 10.0.0.33 - - [2026-07-29 14:48:30] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004930 10.0.0.33 - - [2026-07-29 14:48:30] "POST /set-tag HTTP/1.1" 200 109 0.003026 10.0.0.33 - - [2026-07-29 14:48:31] "GET /virtual-machine/7c595b41-5dee-4cae-9bbd-3ee868f0f9c5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003380 10.0.0.33 - - [2026-07-29 14:48:31] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004364 10.0.0.33 - - [2026-07-29 14:48:31] "GET /virtual-machine/d0947739-e1f9-40ba-91e0-3014330d8462?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003819 10.0.0.33 - - [2026-07-29 14:48:31] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005413 10.0.0.33 - - [2026-07-29 14:48:32] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005186 10.0.0.33 - - [2026-07-29 14:48:32] "POST /set-tag HTTP/1.1" 200 109 0.004123 10.0.0.33 - - [2026-07-29 14:48:32] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004441 10.0.0.33 - - [2026-07-29 14:48:32] "POST /set-tag HTTP/1.1" 200 109 0.002915 10.0.0.33 - - [2026-07-29 14:48:36] "GET /virtual-machine/120574bd-da8f-4700-8e66-658d34cc39c7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003356 10.0.0.33 - - [2026-07-29 14:48:36] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005371 10.0.0.33 - - [2026-07-29 14:48:37] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004927 10.0.0.33 - - [2026-07-29 14:48:37] "POST /set-tag HTTP/1.1" 200 109 0.003857 10.0.0.33 - - [2026-07-29 14:48:37] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006281 10.0.0.33 - - [2026-07-29 14:48:37] "POST /set-tag HTTP/1.1" 200 109 0.002753 10.0.0.33 - - [2026-07-29 14:48:37] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006182 10.0.0.33 - - [2026-07-29 14:48:37] "POST /set-tag HTTP/1.1" 200 109 0.002929 10.0.0.33 - - [2026-07-29 14:48:41] "GET /virtual-machine/286e2570-632d-42fe-bb75-01e8ca0fedae?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003519 10.0.0.33 - - [2026-07-29 14:48:41] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004300 10.0.0.33 - - [2026-07-29 14:48:42] "GET /virtual-machine/b38cad1e-548a-4576-8dca-326914d68a34?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003683 10.0.0.33 - - [2026-07-29 14:48:42] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005909 10.0.0.33 - - [2026-07-29 14:48:42] "GET /virtual-machine/09fe4711-983f-422c-aa23-329600d42db7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1254 0.003686 10.0.0.33 - - [2026-07-29 14:48:42] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005695 10.0.0.33 - - [2026-07-29 14:48:42] "GET /virtual-machine/e8ae5597-2688-42a2-bd70-89cac955de09?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.003502 10.0.0.33 - - [2026-07-29 14:48:42] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004692 10.0.0.33 - - [2026-07-29 14:48:42] "GET /loadbalancer/4e0da820-cd59-4009-8048-337f506f294d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007176 10.0.0.33 - - [2026-07-29 14:48:42] "POST /tags HTTP/1.1" 200 333 0.033391 10.0.0.33 - - [2026-07-29 14:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.018339 10.0.0.33 - - [2026-07-29 14:48:42] "GET /tag/d2b2fc94-7370-46c0-be69-ae9b89835171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.016332 10.0.0.33 - - [2026-07-29 14:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002202 10.0.0.33 - - [2026-07-29 14:48:42] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.057073 10.0.0.33 - - [2026-07-29 14:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.33 - - [2026-07-29 14:48:43] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.013208 10.0.0.33 - - [2026-07-29 14:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008382 10.0.0.33 - - [2026-07-29 14:48:43] "GET /service-appliance-set/c478df22-fdb8-4b73-bb3b-be8fc5bb6a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1200 0.003475 10.0.0.33 - - [2026-07-29 14:48:43] "POST /fqname-to-id HTTP/1.1" 404 273 0.002129 10.0.0.33 - - [2026-07-29 14:48:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.130034 10.0.0.33 - - [2026-07-29 14:48:43] "GET /virtual-machine-interface/24e765ce-d9cf-4a69-804f-3dd4be2fc020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2419 0.021310 10.0.0.33 - - [2026-07-29 14:48:43] "POST /instance-ips HTTP/1.1" 200 409 0.044635 10.0.0.33 - - [2026-07-29 14:48:43] "GET /instance-ip/f06b3a5f-7822-4e29-923c-c0380df61108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.022595 10.0.0.33 - - [2026-07-29 14:48:43] "POST /loadbalancers HTTP/1.1" 200 629 0.104508 10.0.0.33 - - [2026-07-29 14:48:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.028096 10.0.0.33 - - [2026-07-29 14:48:43] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.053830 10.0.0.33 - - [2026-07-29 14:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.022234 10.0.0.33 - - [2026-07-29 14:48:43] "GET /instance-ip/f06b3a5f-7822-4e29-923c-c0380df61108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.005730 10.0.0.33 - - [2026-07-29 14:48:43] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.108892 10.0.0.33 - - [2026-07-29 14:48:43] "POST /floating-ips HTTP/1.1" 200 597 0.109951 10.0.0.33 - - [2026-07-29 14:48:43] "GET /loadbalancer/4e0da820-cd59-4009-8048-337f506f294d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.013641 10.0.0.33 - - [2026-07-29 14:48:43] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.030984 10.0.0.33 - - [2026-07-29 14:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.33 - - [2026-07-29 14:48:43] "GET /loadbalancer/4e0da820-cd59-4009-8048-337f506f294d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.027189 10.0.0.33 - - [2026-07-29 14:48:43] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.058067 10.0.0.33 - - [2026-07-29 14:48:43] "GET /loadbalancer-listener/6923bfe6-f45f-43d7-8cdb-aed0c639b246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1842 0.018063 10.0.0.33 - - [2026-07-29 14:48:43] "GET /loadbalancer-listener/6923bfe6-f45f-43d7-8cdb-aed0c639b246?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1242 0.003651 10.0.0.33 - - [2026-07-29 14:48:44] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.032576 10.0.0.33 - - [2026-07-29 14:48:44] "GET /instance-ip/f06b3a5f-7822-4e29-923c-c0380df61108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1672 0.019200 10.0.0.33 - - [2026-07-29 14:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008704 10.0.0.33 - - [2026-07-29 14:48:44] "GET /loadbalancer/4e0da820-cd59-4009-8048-337f506f294d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.009681 10.0.0.33 - - [2026-07-29 14:48:44] "GET /instance-ip/f06b3a5f-7822-4e29-923c-c0380df61108?fields=floating_ips HTTP/1.1" 200 1213 0.026569 10.0.0.33 - - [2026-07-29 14:48:44] "GET /loadbalancer-pool/cf0deb1d-3919-46de-a02d-847d36e00a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.013147 10.0.0.33 - - [2026-07-29 14:48:44] "GET /floating-ip/9aae87dd-b521-4f9b-8451-577045ed1da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.003834 10.0.0.33 - - [2026-07-29 14:48:44] "POST /loadbalancer-members HTTP/1.1" 200 721 0.042466 10.0.0.33 - - [2026-07-29 14:48:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.039004 10.0.0.33 - - [2026-07-29 14:48:44] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.012727 10.0.0.33 - - [2026-07-29 14:48:44] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005447 10.0.0.33 - - [2026-07-29 14:48:44] "POST /ref-update HTTP/1.1" 200 156 0.015962 10.0.0.33 - - [2026-07-29 14:48:44] "POST /tags HTTP/1.1" 409 221 0.005942 10.0.0.33 - - [2026-07-29 14:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002247 10.0.0.33 - - [2026-07-29 14:48:44] "GET /floating-ip/9aae87dd-b521-4f9b-8451-577045ed1da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.018152 10.0.0.33 - - [2026-07-29 14:48:44] "GET /tag/d2b2fc94-7370-46c0-be69-ae9b89835171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.035326 10.0.0.33 - - [2026-07-29 14:48:44] "PUT /floating-ip/9aae87dd-b521-4f9b-8451-577045ed1da4 HTTP/1.1" 200 256 0.012469 10.0.0.33 - - [2026-07-29 14:48:44] "POST /set-tag HTTP/1.1" 200 109 0.076419 10.0.0.33 - - [2026-07-29 14:48:44] "GET /loadbalancer-pool/cf0deb1d-3919-46de-a02d-847d36e00a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003479 10.0.0.33 - - [2026-07-29 14:48:44] "POST /loadbalancer-members HTTP/1.1" 200 721 0.040192 10.0.0.33 - - [2026-07-29 14:48:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.010215 10.0.0.33 - - [2026-07-29 14:48:44] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.014826 10.0.0.33 - - [2026-07-29 14:48:44] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.012528 10.0.0.33 - - [2026-07-29 14:48:44] "POST /ref-update HTTP/1.1" 200 156 0.013909 10.0.0.33 - - [2026-07-29 14:48:44] "GET /floating-ip/9aae87dd-b521-4f9b-8451-577045ed1da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2237 0.016552 10.0.0.33 - - [2026-07-29 14:48:44] "POST /set-tag HTTP/1.1" 200 109 0.098248 10.0.0.33 - - [2026-07-29 14:48:45] "POST /tags HTTP/1.1" 409 206 0.002380 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002137 10.0.0.33 - - [2026-07-29 14:48:45] "GET /tag/e54ab91c-8974-4867-a62c-5086534f193f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.018346 10.0.0.33 - - [2026-07-29 14:48:45] "POST /tags HTTP/1.1" 409 204 0.005871 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.33 - - [2026-07-29 14:48:45] "GET /tag/634852c4-82f0-4b9a-b23b-b6df591996b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.012615 10.0.0.33 - - [2026-07-29 14:48:45] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002955 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.33 - - [2026-07-29 14:48:45] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003376 10.0.0.33 - - [2026-07-29 14:48:45] "POST /tags HTTP/1.1" 409 206 0.002289 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002194 10.0.0.33 - - [2026-07-29 14:48:45] "GET /tag/e54ab91c-8974-4867-a62c-5086534f193f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.012685 10.0.0.33 - - [2026-07-29 14:48:45] "POST /tags HTTP/1.1" 409 226 0.002588 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.33 - - [2026-07-29 14:48:45] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.012527 10.0.0.33 - - [2026-07-29 14:48:45] "POST /tags HTTP/1.1" 409 204 0.002545 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.33 - - [2026-07-29 14:48:45] "GET /tag/634852c4-82f0-4b9a-b23b-b6df591996b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.014101 10.0.0.33 - - [2026-07-29 14:48:45] "POST /tags HTTP/1.1" 409 226 0.002657 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.33 - - [2026-07-29 14:48:45] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.012919 10.0.0.33 - - [2026-07-29 14:48:45] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.002850 10.0.0.33 - - [2026-07-29 14:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002189 10.0.0.33 - - [2026-07-29 14:48:45] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.004017 10.0.0.33 - - [2026-07-29 14:48:45] "POST /firewall-rules HTTP/1.1" 200 626 0.074135 10.0.0.33 - - [2026-07-29 14:48:45] "POST /firewall-rules HTTP/1.1" 200 646 0.096486 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-rule/1c22a61a-5ca1-4619-a807-17e9944eccff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005228 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.002687 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-rule/8d2b8e3f-dc5c-46b3-a84c-6bdcc1fb0cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.003925 10.0.0.33 - - [2026-07-29 14:48:46] "POST /ref-update HTTP/1.1" 200 156 0.019085 10.0.0.33 - - [2026-07-29 14:48:46] "POST /firewall-policys HTTP/1.1" 200 606 0.040726 10.0.0.33 - - [2026-07-29 14:48:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.028760 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.021113 10.0.0.33 - - [2026-07-29 14:48:46] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.003321 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.002609 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/50b1fb8a-6041-430a-a24a-a53b5ee28f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.004358 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.004439 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.006854 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.003073 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.004978 10.0.0.33 - - [2026-07-29 14:48:46] "POST /ref-update HTTP/1.1" 200 156 0.043367 10.0.0.33 - - [2026-07-29 14:48:46] "POST /ref-update HTTP/1.1" 200 156 0.020776 10.0.0.33 - - [2026-07-29 14:48:46] "POST /ref-update HTTP/1.1" 200 156 0.037296 10.0.0.33 - - [2026-07-29 14:48:46] "POST /ref-update HTTP/1.1" 200 156 0.041229 10.0.0.33 - - [2026-07-29 14:48:46] "POST /ref-update HTTP/1.1" 200 156 0.030064 10.0.0.33 - - [2026-07-29 14:48:46] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.011002 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 252 0.002530 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/90bf50ec-05ce-4224-86a5-6018da4820fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.012341 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 228 0.003427 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002376 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/d7aceca1-6563-4078-8c03-95ea31daddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.011213 10.0.0.33 - - [2026-07-29 14:50:45] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004144 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001874 10.0.0.33 - - [2026-07-29 14:50:45] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003290 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 206 0.002256 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/e54ab91c-8974-4867-a62c-5086534f193f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.012507 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 226 0.002364 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001829 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.011186 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 204 0.002276 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/634852c4-82f0-4b9a-b23b-b6df591996b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.010813 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 226 0.002836 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/d675b31f-8356-449a-967b-ba867e9db472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.011218 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 228 0.002281 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/d7aceca1-6563-4078-8c03-95ea31daddd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.010625 10.0.0.33 - - [2026-07-29 14:50:45] "POST /tags HTTP/1.1" 409 252 0.002215 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.33 - - [2026-07-29 14:50:45] "GET /tag/90bf50ec-05ce-4224-86a5-6018da4820fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.011299 10.0.0.33 - - [2026-07-29 14:50:45] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.003404 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002314 10.0.0.33 - - [2026-07-29 14:50:45] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002652 10.0.0.33 - - [2026-07-29 14:50:45] "POST /firewall-rules HTTP/1.1" 409 281 0.002010 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.33 - - [2026-07-29 14:50:45] "PUT /firewall-rule/8d2b8e3f-dc5c-46b3-a84c-6bdcc1fb0cf8 HTTP/1.1" 200 260 0.023086 10.0.0.33 - - [2026-07-29 14:50:45] "POST /firewall-rules HTTP/1.1" 409 291 0.024971 10.0.0.33 - - [2026-07-29 14:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002153 10.0.0.33 - - [2026-07-29 14:50:45] "PUT /firewall-rule/1c22a61a-5ca1-4619-a807-17e9944eccff HTTP/1.1" 200 260 0.022466 10.0.0.33 - - [2026-07-29 14:50:45] "GET /firewall-rule/1c22a61a-5ca1-4619-a807-17e9944eccff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.012090 10.0.0.33 - - [2026-07-29 14:50:46] "POST /firewall-rules HTTP/1.1" 200 658 0.081537 10.0.0.33 - - [2026-07-29 14:50:46] "GET /firewall-rule/6666b466-b980-41d3-a09c-fc1fd71b32a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.028411 10.0.0.33 - - [2026-07-29 14:50:46] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002887 10.0.0.33 - - [2026-07-29 14:50:46] "GET /firewall-rule/8d2b8e3f-dc5c-46b3-a84c-6bdcc1fb0cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.004025 10.0.0.33 - - [2026-07-29 14:50:46] "POST /firewall-policys HTTP/1.1" 409 269 0.002357 10.0.0.33 - - [2026-07-29 14:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002125 10.0.0.33 - - [2026-07-29 14:50:46] "PUT /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0 HTTP/1.1" 200 264 0.026426 10.0.0.33 - - [2026-07-29 14:50:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.023989 10.0.0.33 - - [2026-07-29 14:50:46] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.016011 10.0.0.33 - - [2026-07-29 14:50:46] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.002970 10.0.0.33 - - [2026-07-29 14:50:46] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002552 10.0.0.33 - - [2026-07-29 14:50:46] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002484 10.0.0.33 - - [2026-07-29 14:50:46] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.002928 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.008005 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.003233 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004879 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002665 10.0.0.33 - - [2026-07-29 14:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.33 - - [2026-07-29 14:51:48] "GET /loadbalancer/4e0da820-cd59-4009-8048-337f506f294d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.005836 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.005836 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.027478 10.0.0.33 - - [2026-07-29 14:51:48] "DELETE /loadbalancer-member/f1f1c7e4-6574-431e-842e-52f4b7ffacf9 HTTP/1.1" 200 115 0.050435 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005389 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.007205 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.007815 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.003373 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.007969 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.013697 10.0.0.33 - - [2026-07-29 14:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.33 - - [2026-07-29 14:51:48] "GET /loadbalancer/4e0da820-cd59-4009-8048-337f506f294d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2322 0.002940 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006435 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002960 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005015 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.002609 10.0.0.33 - - [2026-07-29 14:51:48] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004473 10.0.0.33 - - [2026-07-29 14:51:48] "POST /set-tag HTTP/1.1" 200 109 0.003158 10.0.0.33 - - [2026-07-29 14:51:49] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.010210 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.006947 10.0.0.33 - - [2026-07-29 14:51:49] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.008405 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.003844 10.0.0.33 - - [2026-07-29 14:51:49] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.004838 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.003186 10.0.0.33 - - [2026-07-29 14:51:49] "GET /virtual-machine/7c595b41-5dee-4cae-9bbd-3ee868f0f9c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002863 10.0.0.33 - - [2026-07-29 14:51:49] "POST /ref-update HTTP/1.1" 200 156 0.016172 10.0.0.33 - - [2026-07-29 14:51:49] "GET /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4046 0.009325 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.067357 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.022815 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.035777 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.040040 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.026627 10.0.0.33 - - [2026-07-29 14:51:49] "DELETE /instance-ip/8cd018f0-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.053276 10.0.0.33 - - [2026-07-29 14:51:49] "POST /ref-update HTTP/1.1" 200 156 0.016839 10.0.0.33 - - [2026-07-29 14:51:49] "DELETE /virtual-machine-interface/8caf4666-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.050809 10.0.0.33 - - [2026-07-29 14:51:49] "DELETE /virtual-machine/7c595b41-5dee-4cae-9bbd-3ee868f0f9c5 HTTP/1.1" 200 115 0.029587 10.0.0.33 - - [2026-07-29 14:51:49] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005368 10.0.0.33 - - [2026-07-29 14:51:49] "POST /set-tag HTTP/1.1" 200 109 0.003838 10.0.0.33 - - [2026-07-29 14:51:49] "GET /virtual-machine/120574bd-da8f-4700-8e66-658d34cc39c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003096 10.0.0.33 - - [2026-07-29 14:51:49] "POST /ref-update HTTP/1.1" 200 156 0.013197 10.0.0.33 - - [2026-07-29 14:51:50] "GET /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005621 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.022443 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.042386 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.024610 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.043426 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.044652 10.0.0.33 - - [2026-07-29 14:51:50] "DELETE /instance-ip/8e0a3d5e-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.044259 10.0.0.33 - - [2026-07-29 14:51:50] "DELETE /virtual-machine-interface/8de8be4a-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.057774 10.0.0.33 - - [2026-07-29 14:51:50] "DELETE /virtual-machine/120574bd-da8f-4700-8e66-658d34cc39c7 HTTP/1.1" 200 115 0.025073 10.0.0.33 - - [2026-07-29 14:51:50] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.008914 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.003394 10.0.0.33 - - [2026-07-29 14:51:50] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.005111 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.003157 10.0.0.33 - - [2026-07-29 14:51:50] "GET /virtual-machine/d08019a2-e67e-4cc3-aea2-e67ae670b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003738 10.0.0.33 - - [2026-07-29 14:51:50] "POST /ref-update HTTP/1.1" 200 156 0.011127 10.0.0.33 - - [2026-07-29 14:51:50] "GET /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.036983 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.031562 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.055690 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.051521 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.020371 10.0.0.33 - - [2026-07-29 14:51:50] "POST /set-tag HTTP/1.1" 200 109 0.040609 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /instance-ip/8c24d71a-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.054404 10.0.0.33 - - [2026-07-29 14:51:51] "POST /ref-update HTTP/1.1" 200 156 0.027654 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /virtual-machine-interface/8bfa790c-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.053138 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /virtual-machine/d08019a2-e67e-4cc3-aea2-e67ae670b2cd HTTP/1.1" 200 115 0.023454 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /tag/cd0996b8-74d6-4f6b-b0c2-581a6e230ed7 HTTP/1.1" 200 115 0.049485 10.0.0.33 - - [2026-07-29 14:51:51] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.006469 10.0.0.33 - - [2026-07-29 14:51:51] "POST /set-tag HTTP/1.1" 200 109 0.002820 10.0.0.33 - - [2026-07-29 14:51:51] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.004091 10.0.0.33 - - [2026-07-29 14:51:51] "POST /set-tag HTTP/1.1" 200 109 0.002330 10.0.0.33 - - [2026-07-29 14:51:51] "GET /virtual-machine/d0947739-e1f9-40ba-91e0-3014330d8462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.003424 10.0.0.33 - - [2026-07-29 14:51:51] "POST /ref-update HTTP/1.1" 200 156 0.013948 10.0.0.33 - - [2026-07-29 14:51:51] "GET /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3864 0.015761 10.0.0.33 - - [2026-07-29 14:51:51] "POST /set-tag HTTP/1.1" 200 109 0.021916 10.0.0.33 - - [2026-07-29 14:51:51] "POST /set-tag HTTP/1.1" 200 109 0.034093 10.0.0.33 - - [2026-07-29 14:51:51] "POST /set-tag HTTP/1.1" 200 109 0.039071 10.0.0.33 - - [2026-07-29 14:51:51] "POST /set-tag HTTP/1.1" 200 109 0.020502 10.0.0.33 - - [2026-07-29 14:51:51] "POST /set-tag HTTP/1.1" 200 109 0.043772 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /instance-ip/8d81fa34-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.067008 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /virtual-machine-interface/8d648b48-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.045103 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /virtual-machine/d0947739-e1f9-40ba-91e0-3014330d8462 HTTP/1.1" 200 115 0.027427 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /tag/e54ab91c-8974-4867-a62c-5086534f193f HTTP/1.1" 409 388 0.010538 10.0.0.33 - - [2026-07-29 14:51:51] "DELETE /tag/5150dc5a-612a-4185-8d31-ad7cebfa3d37 HTTP/1.1" 200 115 0.036674 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:52:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001154 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:52:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001209 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:52:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001124 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:52:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001058 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:52:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001554 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:52:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.002327 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004722 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.007093 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.009511 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.002874 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005198 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.003294 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine/e8ae5597-2688-42a2-bd70-89cac955de09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003731 10.0.0.33 - - [2026-07-29 14:52:19] "POST /ref-update HTTP/1.1" 200 156 0.011365 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005682 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.019785 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.035340 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.040145 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.017633 10.0.0.33 - - [2026-07-29 14:52:19] "DELETE /instance-ip/902e700a-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.044808 10.0.0.33 - - [2026-07-29 14:52:19] "DELETE /virtual-machine-interface/90123a0c-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.048663 10.0.0.33 - - [2026-07-29 14:52:19] "DELETE /virtual-machine/e8ae5597-2688-42a2-bd70-89cac955de09 HTTP/1.1" 200 115 0.023404 10.0.0.33 - - [2026-07-29 14:52:19] "DELETE /tag/7af27559-6cec-408c-988d-c0aad5c81504 HTTP/1.1" 200 115 0.046676 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004735 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.005423 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.005632 10.0.0.33 - - [2026-07-29 14:52:19] "POST /set-tag HTTP/1.1" 200 109 0.002488 10.0.0.33 - - [2026-07-29 14:52:19] "GET /virtual-machine/286e2570-632d-42fe-bb75-01e8ca0fedae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003155 10.0.0.33 - - [2026-07-29 14:52:19] "POST /ref-update HTTP/1.1" 200 156 0.009266 10.0.0.33 - - [2026-07-29 14:52:20] "GET /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.006257 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.025235 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.054110 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.038261 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.018731 10.0.0.33 - - [2026-07-29 14:52:20] "DELETE /instance-ip/8eb06116-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.053792 10.0.0.33 - - [2026-07-29 14:52:20] "DELETE /virtual-machine-interface/8e915d98-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.050251 10.0.0.33 - - [2026-07-29 14:52:20] "DELETE /virtual-machine/286e2570-632d-42fe-bb75-01e8ca0fedae HTTP/1.1" 200 115 0.015189 10.0.0.33 - - [2026-07-29 14:52:20] "DELETE /tag/b9bf1d70-c414-4f1c-add8-81e77a12e881 HTTP/1.1" 200 115 0.049985 10.0.0.33 - - [2026-07-29 14:52:20] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004451 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.003023 10.0.0.33 - - [2026-07-29 14:52:20] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.004444 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.002362 10.0.0.33 - - [2026-07-29 14:52:20] "GET /virtual-machine/09fe4711-983f-422c-aa23-329600d42db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1633 0.003342 10.0.0.33 - - [2026-07-29 14:52:20] "POST /ref-update HTTP/1.1" 200 156 0.012387 10.0.0.33 - - [2026-07-29 14:52:20] "GET /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.025844 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.020260 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.033277 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.051784 10.0.0.33 - - [2026-07-29 14:52:20] "POST /set-tag HTTP/1.1" 200 109 0.015971 10.0.0.33 - - [2026-07-29 14:52:20] "DELETE /instance-ip/8f308328-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.083335 10.0.0.33 - - [2026-07-29 14:52:20] "DELETE /virtual-machine-interface/8f15896a-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.051890 10.0.0.33 - - [2026-07-29 14:52:20] "DELETE /virtual-machine/09fe4711-983f-422c-aa23-329600d42db7 HTTP/1.1" 200 115 0.022216 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /tag/60ef8773-b4ae-42fd-bc36-5b214a07da3d HTTP/1.1" 200 115 0.046587 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /tag/634852c4-82f0-4b9a-b23b-b6df591996b4 HTTP/1.1" 409 236 0.004669 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /tag/76fe8931-c5f2-4d82-b894-fb48b630a260 HTTP/1.1" 200 115 0.056818 10.0.0.33 - - [2026-07-29 14:52:21] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.008206 10.0.0.33 - - [2026-07-29 14:52:21] "POST /set-tag HTTP/1.1" 200 109 0.002667 10.0.0.33 - - [2026-07-29 14:52:21] "GET /virtual-machine/b38cad1e-548a-4576-8dca-326914d68a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003495 10.0.0.33 - - [2026-07-29 14:52:21] "POST /ref-update HTTP/1.1" 200 156 0.014596 10.0.0.33 - - [2026-07-29 14:52:21] "GET /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3701 0.013873 10.0.0.33 - - [2026-07-29 14:52:21] "POST /set-tag HTTP/1.1" 200 109 0.026054 10.0.0.33 - - [2026-07-29 14:52:21] "POST /set-tag HTTP/1.1" 200 109 0.043502 10.0.0.33 - - [2026-07-29 14:52:21] "POST /set-tag HTTP/1.1" 200 109 0.036765 10.0.0.33 - - [2026-07-29 14:52:21] "POST /set-tag HTTP/1.1" 200 109 0.026439 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /instance-ip/8faeed94-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.064298 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /virtual-machine-interface/8f92c74a-8b5c-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.049813 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /virtual-machine/b38cad1e-548a-4576-8dca-326914d68a34 HTTP/1.1" 200 115 0.024245 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /tag/d7aceca1-6563-4078-8c03-95ea31daddd9 HTTP/1.1" 409 236 0.004878 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /tag/90bf50ec-05ce-4224-86a5-6018da4820fb HTTP/1.1" 409 236 0.005061 10.0.0.33 - - [2026-07-29 14:52:21] "DELETE /tag/e605ec06-4799-4716-bd4d-59abde60918d HTTP/1.1" 200 115 0.048879 10.0.0.33 - - [2026-07-29 14:52:23] "POST /projects HTTP/1.1" 409 238 0.002624 10.0.0.33 - - [2026-07-29 14:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002001 10.0.0.33 - - [2026-07-29 14:52:23] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.035941 10.0.0.33 - - [2026-07-29 14:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001626 10.0.0.33 - - [2026-07-29 14:52:23] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003914 10.0.0.33 - - [2026-07-29 14:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002044 10.0.0.33 - - [2026-07-29 14:52:23] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.004991 10.0.0.33 - - [2026-07-29 14:52:23] "POST /security-groups HTTP/1.1" 409 285 0.003103 10.0.0.33 - - [2026-07-29 14:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002180 10.0.0.33 - - [2026-07-29 14:52:23] "PUT /security-group/8cb0cccd-e5a7-4c76-ad7a-fbea32e61f9f HTTP/1.1" 200 262 0.059759 10.0.0.33 - - [2026-07-29 14:52:23] "PUT /access-control-list/ed2f4ca2-0bee-4264-a979-d28fb5c3caa5 HTTP/1.1" 200 272 0.029531 10.0.0.33 - - [2026-07-29 14:52:23] "POST /prop-collection-update HTTP/1.1" 200 115 0.056953 10.0.0.33 - - [2026-07-29 14:52:23] "PUT /access-control-list/ab0e59b7-2daf-4615-9e20-b3e883386ce7 HTTP/1.1" 200 272 0.042662 10.0.0.33 - - [2026-07-29 14:52:28] "POST /projects HTTP/1.1" 409 238 0.002309 10.0.0.33 - - [2026-07-29 14:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.33 - - [2026-07-29 14:52:28] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1794 0.049217 10.0.0.33 - - [2026-07-29 14:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011615 10.0.0.33 - - [2026-07-29 14:52:28] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.007601 10.0.0.33 - - [2026-07-29 14:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.33 - - [2026-07-29 14:52:28] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.004872 10.0.0.33 - - [2026-07-29 14:52:28] "POST /security-groups HTTP/1.1" 409 285 0.002486 10.0.0.33 - - [2026-07-29 14:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002252 10.0.0.33 - - [2026-07-29 14:52:28] "PUT /security-group/8cb0cccd-e5a7-4c76-ad7a-fbea32e61f9f HTTP/1.1" 200 262 0.063221 10.0.0.33 - - [2026-07-29 14:52:28] "PUT /access-control-list/ed2f4ca2-0bee-4264-a979-d28fb5c3caa5 HTTP/1.1" 200 272 0.015986 10.0.0.33 - - [2026-07-29 14:52:28] "POST /prop-collection-update HTTP/1.1" 200 115 0.037009 10.0.0.33 - - [2026-07-29 14:52:28] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4898 0.011960 10.0.0.33 - - [2026-07-29 14:52:28] "PUT /access-control-list/ab0e59b7-2daf-4615-9e20-b3e883386ce7 HTTP/1.1" 200 272 0.039430 10.0.0.33 - - [2026-07-29 14:52:28] "GET /firewall-rule/c6608de0-50c3-482b-b220-31907e5fb52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.003174 10.0.0.33 - - [2026-07-29 14:52:29] "POST /ref-update HTTP/1.1" 200 156 0.064138 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /firewall-rule/c6608de0-50c3-482b-b220-31907e5fb52d HTTP/1.1" 200 115 0.044814 10.0.0.33 - - [2026-07-29 14:52:29] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.004741 10.0.0.33 - - [2026-07-29 14:52:29] "GET /firewall-rule/4a2b4751-419b-40a8-9c1e-61d9b11c2ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003927 10.0.0.33 - - [2026-07-29 14:52:29] "POST /ref-update HTTP/1.1" 200 156 0.066223 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /firewall-rule/4a2b4751-419b-40a8-9c1e-61d9b11c2ac6 HTTP/1.1" 200 115 0.052586 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /tag/d7aceca1-6563-4078-8c03-95ea31daddd9 HTTP/1.1" 409 236 0.012436 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /tag/61b36bad-bd43-406a-a642-e5ce9f733eab HTTP/1.1" 200 115 0.072130 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /tag/90bf50ec-05ce-4224-86a5-6018da4820fb HTTP/1.1" 409 236 0.008271 10.0.0.33 - - [2026-07-29 14:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.33 - - [2026-07-29 14:52:29] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005251 10.0.0.33 - - [2026-07-29 14:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.33 - - [2026-07-29 14:52:29] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3186 0.004780 10.0.0.33 - - [2026-07-29 14:52:29] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.074054 10.0.0.33 - - [2026-07-29 14:52:29] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.070173 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /security-group/8cb0cccd-e5a7-4c76-ad7a-fbea32e61f9f HTTP/1.1" 200 115 0.050732 10.0.0.33 - - [2026-07-29 14:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /access-control-list/ed2f4ca2-0bee-4264-a979-d28fb5c3caa5 HTTP/1.1" 200 115 0.025710 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /access-control-list/ab0e59b7-2daf-4615-9e20-b3e883386ce7 HTTP/1.1" 200 115 0.026037 10.0.0.33 - - [2026-07-29 14:52:29] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.039361 10.0.0.33 - - [2026-07-29 14:52:29] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?fields=security_groups HTTP/1.1" 200 1351 0.038901 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /security-group/9d72a2bb-8537-4280-957a-1e69ae95ab52 HTTP/1.1" 200 115 0.045855 10.0.0.33 - - [2026-07-29 14:52:29] "DELETE /access-control-list/da8c4b42-e7e4-4414-8c0c-1c018000e989 HTTP/1.1" 200 115 0.047089 10.0.0.33 - - [2026-07-29 14:52:30] "GET /project/0313ef07-0be3-4007-9c04-a2ada612b0ab?fields=application_policy_sets HTTP/1.1" 200 1390 0.068395 10.0.0.33 - - [2026-07-29 14:52:30] "DELETE /access-control-list/2f6f5818-6515-4a7b-9143-d6300b9b12fd HTTP/1.1" 200 115 0.062760 10.0.0.33 - - [2026-07-29 14:52:30] "DELETE /project/0313ef07-0be3-4007-9c04-a2ada612b0ab HTTP/1.1" 200 115 0.350129 10.0.0.33 - - [2026-07-29 14:52:30] "POST /projects HTTP/1.1" 409 238 0.006097 10.0.0.33 - - [2026-07-29 14:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.33 - - [2026-07-29 14:52:30] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.040231 10.0.0.33 - - [2026-07-29 14:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.33 - - [2026-07-29 14:52:30] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004854 10.0.0.33 - - [2026-07-29 14:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.33 - - [2026-07-29 14:52:30] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.005147 10.0.0.33 - - [2026-07-29 14:52:30] "POST /security-groups HTTP/1.1" 409 285 0.002946 10.0.0.33 - - [2026-07-29 14:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.33 - - [2026-07-29 14:52:30] "PUT /security-group/5f413eb6-7ede-4dba-a92b-346bd5b19338 HTTP/1.1" 200 262 0.057206 10.0.0.33 - - [2026-07-29 14:52:30] "POST /prop-collection-update HTTP/1.1" 200 115 0.036011 10.0.0.33 - - [2026-07-29 14:52:30] "PUT /access-control-list/156dbd05-213b-4262-87e2-cbff8f266e6e HTTP/1.1" 200 272 0.026080 10.0.0.33 - - [2026-07-29 14:52:30] "PUT /access-control-list/281752c6-edb4-4d9d-9653-11aa966dd46d HTTP/1.1" 200 272 0.015477 10.0.0.33 - - [2026-07-29 14:52:34] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.004081 10.0.0.33 - - [2026-07-29 14:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.33 - - [2026-07-29 14:52:34] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003609 10.0.0.33 - - [2026-07-29 14:52:34] "GET /firewall-policy/b6d8544f-7ef0-4743-a46d-c06051ca89ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1736 0.002593 10.0.0.33 - - [2026-07-29 14:52:34] "GET /firewall-rule/8d2b8e3f-dc5c-46b3-a84c-6bdcc1fb0cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.003663 10.0.0.33 - - [2026-07-29 14:52:34] "POST /ref-update HTTP/1.1" 200 156 0.025715 10.0.0.33 - - [2026-07-29 14:52:34] "DELETE /firewall-rule/8d2b8e3f-dc5c-46b3-a84c-6bdcc1fb0cf8 HTTP/1.1" 200 115 0.089633 10.0.0.33 - - [2026-07-29 14:52:34] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.003344 10.0.0.33 - - [2026-07-29 14:52:34] "GET /firewall-rule/1c22a61a-5ca1-4619-a807-17e9944eccff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.003619 10.0.0.33 - - [2026-07-29 14:52:34] "POST /ref-update HTTP/1.1" 200 156 0.023039 10.0.0.33 - - [2026-07-29 14:52:34] "DELETE /firewall-rule/1c22a61a-5ca1-4619-a807-17e9944eccff HTTP/1.1" 200 115 0.074703 10.0.0.33 - - [2026-07-29 14:52:34] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006490 10.0.0.33 - - [2026-07-29 14:52:34] "GET /firewall-rule/6666b466-b980-41d3-a09c-fc1fd71b32a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2909 0.003474 10.0.0.33 - - [2026-07-29 14:52:34] "POST /ref-update HTTP/1.1" 200 156 0.017773 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /firewall-rule/6666b466-b980-41d3-a09c-fc1fd71b32a5 HTTP/1.1" 200 115 0.058877 10.0.0.33 - - [2026-07-29 14:52:35] "GET /application-policy-set/b95003e6-eaa3-401b-9221-4eba87e74e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.003584 10.0.0.33 - - [2026-07-29 14:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.33 - - [2026-07-29 14:52:35] "GET /policy-management/cd636d20-f0c6-45b3-adc1-fe5259900d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003694 10.0.0.33 - - [2026-07-29 14:52:35] "GET /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007738 10.0.0.33 - - [2026-07-29 14:52:35] "POST /ref-update HTTP/1.1" 200 156 0.033863 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /firewall-policy/10aa4627-9e84-4275-9221-e4532db8cfc0 HTTP/1.1" 200 115 0.042249 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /tag/e54ab91c-8974-4867-a62c-5086534f193f HTTP/1.1" 200 115 0.066185 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /tag/d7aceca1-6563-4078-8c03-95ea31daddd9 HTTP/1.1" 200 115 0.072693 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /tag/634852c4-82f0-4b9a-b23b-b6df591996b4 HTTP/1.1" 200 115 0.088726 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /tag/90bf50ec-05ce-4224-86a5-6018da4820fb HTTP/1.1" 200 115 0.050734 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /loadbalancer-member/cfe0aece-1a37-4eb9-b4ad-e957d37d879e HTTP/1.1" 200 115 0.061502 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /loadbalancer-pool/cf0deb1d-3919-46de-a02d-847d36e00a08 HTTP/1.1" 200 115 0.055335 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /loadbalancer-listener/6923bfe6-f45f-43d7-8cdb-aed0c639b246 HTTP/1.1" 200 115 0.047871 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /loadbalancer/4e0da820-cd59-4009-8048-337f506f294d HTTP/1.1" 200 115 0.047635 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /floating-ip/9aae87dd-b521-4f9b-8451-577045ed1da4 HTTP/1.1" 200 115 0.057901 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /instance-ip/f06b3a5f-7822-4e29-923c-c0380df61108 HTTP/1.1" 200 115 0.060596 10.0.0.33 - - [2026-07-29 14:52:35] "DELETE /virtual-machine-interface/24e765ce-d9cf-4a69-804f-3dd4be2fc020 HTTP/1.1" 200 115 0.055660 10.0.0.33 - - [2026-07-29 14:52:36] "DELETE /tag/d2b2fc94-7370-46c0-be69-ae9b89835171 HTTP/1.1" 200 115 0.046926 10.0.0.33 - - [2026-07-29 14:52:36] "POST /projects HTTP/1.1" 409 238 0.002879 10.0.0.33 - - [2026-07-29 14:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.33 - - [2026-07-29 14:52:36] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.057209 10.0.0.33 - - [2026-07-29 14:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008834 10.0.0.33 - - [2026-07-29 14:52:36] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004888 10.0.0.33 - - [2026-07-29 14:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007616 10.0.0.33 - - [2026-07-29 14:52:36] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.005097 10.0.0.33 - - [2026-07-29 14:52:36] "POST /security-groups HTTP/1.1" 409 285 0.003044 10.0.0.33 - - [2026-07-29 14:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.33 - - [2026-07-29 14:52:36] "PUT /security-group/5f413eb6-7ede-4dba-a92b-346bd5b19338 HTTP/1.1" 200 262 0.066195 10.0.0.33 - - [2026-07-29 14:52:36] "PUT /access-control-list/156dbd05-213b-4262-87e2-cbff8f266e6e HTTP/1.1" 200 272 0.044733 10.0.0.33 - - [2026-07-29 14:52:36] "POST /prop-collection-update HTTP/1.1" 200 115 0.075075 10.0.0.33 - - [2026-07-29 14:52:36] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4387 0.012833 10.0.0.33 - - [2026-07-29 14:52:36] "PUT /access-control-list/281752c6-edb4-4d9d-9653-11aa966dd46d HTTP/1.1" 200 272 0.053913 10.0.0.33 - - [2026-07-29 14:52:36] "GET /firewall-rule/8a3b3380-fd00-4786-a657-715a2809e006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005864 10.0.0.33 - - [2026-07-29 14:52:36] "POST /ref-update HTTP/1.1" 200 156 0.123729 10.0.0.33 - - [2026-07-29 14:52:36] "DELETE /firewall-rule/8a3b3380-fd00-4786-a657-715a2809e006 HTTP/1.1" 200 115 0.057028 10.0.0.33 - - [2026-07-29 14:52:36] "GET /firewall-policy/bd36ad44-0b77-44f5-abd0-8c4f11764285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.020190 10.0.0.33 - - [2026-07-29 14:52:36] "GET /firewall-rule/53845319-e01f-47a3-a069-1b9fde9c13fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003812 10.0.0.33 - - [2026-07-29 14:52:36] "POST /ref-update HTTP/1.1" 200 156 0.065691 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /firewall-rule/53845319-e01f-47a3-a069-1b9fde9c13fb HTTP/1.1" 200 115 0.074649 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /tag/d675b31f-8356-449a-967b-ba867e9db472 HTTP/1.1" 200 115 0.043617 10.0.0.33 - - [2026-07-29 14:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.33 - - [2026-07-29 14:52:37] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004770 10.0.0.33 - - [2026-07-29 14:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002096 10.0.0.33 - - [2026-07-29 14:52:37] "GET /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3114 0.004403 10.0.0.33 - - [2026-07-29 14:52:37] "PUT /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080 HTTP/1.1" 200 264 0.060480 10.0.0.33 - - [2026-07-29 14:52:37] "PUT /virtual-network/8d4f82f0-1bc6-4b72-ab17-590b501cd75b HTTP/1.1" 200 264 0.077681 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /security-group/5f413eb6-7ede-4dba-a92b-346bd5b19338 HTTP/1.1" 200 115 0.068118 10.0.0.33 - - [2026-07-29 14:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001673 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /access-control-list/156dbd05-213b-4262-87e2-cbff8f266e6e HTTP/1.1" 200 115 0.048075 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /access-control-list/281752c6-edb4-4d9d-9653-11aa966dd46d HTTP/1.1" 200 115 0.037493 10.0.0.33 - - [2026-07-29 14:52:37] "GET /project/98f08537-2902-47bc-afb4-838568876c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.056431 10.0.0.33 - - [2026-07-29 14:52:37] "GET /project/98f08537-2902-47bc-afb4-838568876c70?fields=security_groups HTTP/1.1" 200 1353 0.036769 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /security-group/80514990-2682-4f6a-a073-7c9c2516b1d8 HTTP/1.1" 200 115 0.056336 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /access-control-list/c448471c-88fc-4577-9954-ea842673265a HTTP/1.1" 200 115 0.037461 10.0.0.33 - - [2026-07-29 14:52:37] "GET /project/98f08537-2902-47bc-afb4-838568876c70?fields=application_policy_sets HTTP/1.1" 200 1392 0.050958 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /access-control-list/853f9168-5f11-4f0d-a599-b1c3fb3c3653 HTTP/1.1" 200 115 0.054749 10.0.0.33 - - [2026-07-29 14:52:37] "DELETE /project/98f08537-2902-47bc-afb4-838568876c70 HTTP/1.1" 200 115 0.388624 10.0.0.33 - - [2026-07-29 14:53:20] "GET /global-system-configs HTTP/1.1" 200 322 0.003088 10.0.0.33 - - [2026-07-29 14:53:21] "GET /global-system-configs HTTP/1.1" 200 322 0.002638 10.0.0.33 - - [2026-07-29 14:53:39] "GET / HTTP/1.1" 200 35931 0.001980 10.0.0.33 - - [2026-07-29 14:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.33 - - [2026-07-29 14:53:39] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005361 10.0.0.33 - - [2026-07-29 14:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.33 - - [2026-07-29 14:53:39] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.009184 10.0.0.33 - - [2026-07-29 14:53:58] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.33 - - [2026-07-29 14:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.33 - - [2026-07-29 14:53:58] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004760 10.0.0.33 - - [2026-07-29 14:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.001888 10.0.0.33 - - [2026-07-29 14:53:58] "GET /config-node/1dc3ea8b-90d6-4130-9751-0c14fa521073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002169 10.0.0.33 - - [2026-07-29 14:53:58] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.33 - - [2026-07-29 14:53:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002417 10.0.0.33 - - [2026-07-29 14:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.33 - - [2026-07-29 14:54:03] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003200 10.0.0.33 - - [2026-07-29 14:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.33 - - [2026-07-29 14:54:03] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.008113 10.0.0.33 - - [2026-07-29 14:54:03] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.33 - - [2026-07-29 14:54:03] "POST /alarms HTTP/1.1" 409 264 0.002342 10.0.0.33 - - [2026-07-29 14:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002099 10.0.0.33 - - [2026-07-29 14:54:03] "PUT /alarm/e1dc8530-5847-44b7-a69c-5a576629cc2a HTTP/1.1" 200 244 0.013244 10.0.0.33 - - [2026-07-29 14:54:03] "POST /alarms HTTP/1.1" 409 261 0.002826 10.0.0.33 - - [2026-07-29 14:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.33 - - [2026-07-29 14:54:03] "PUT /alarm/8366c40a-4bdf-4d8f-9ea8-8adda575000a HTTP/1.1" 200 244 0.014385 10.0.0.33 - - [2026-07-29 14:54:03] "POST /alarms HTTP/1.1" 409 261 0.004720 10.0.0.33 - - [2026-07-29 14:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.33 - - [2026-07-29 14:54:03] "PUT /alarm/d3a1731b-3b5e-4c16-9dc4-c1fa09e3459a HTTP/1.1" 200 244 0.012613 10.0.0.33 - - [2026-07-29 14:54:03] "POST /alarms HTTP/1.1" 409 253 0.012963 10.0.0.33 - - [2026-07-29 14:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.33 - - [2026-07-29 14:54:03] "PUT /alarm/368a5470-f108-4340-9bea-e24430b5182b HTTP/1.1" 200 244 0.014632 10.0.0.33 - - [2026-07-29 14:54:03] "POST /alarms HTTP/1.1" 409 251 0.010215 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/0d680534-7d95-43f5-bcff-106b947293f5 HTTP/1.1" 200 244 0.014352 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 252 0.007680 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/7d39868a-26be-4cc3-abd1-21b74611de45 HTTP/1.1" 200 244 0.012652 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 256 0.015146 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/5767d346-9121-4788-9d06-2e8e11b6904b HTTP/1.1" 200 244 0.017627 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 248 0.008030 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/4fe78b17-55d0-4008-b964-38083946d4a3 HTTP/1.1" 200 244 0.014578 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 252 0.013849 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/d4276cb2-f929-4195-8e7c-74c7ca538776 HTTP/1.1" 200 244 0.021043 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 257 0.011378 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/72e8d0fc-a75f-4cf7-b43f-5c64dde86b10 HTTP/1.1" 200 244 0.012910 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 251 0.003592 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/aa7d84f4-79e1-443d-b56a-46be897d4e03 HTTP/1.1" 200 244 0.014425 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 257 0.007654 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002276 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/7ab7b874-e25c-4008-b333-87b205465c7e HTTP/1.1" 200 244 0.014178 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 261 0.003739 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/bc5994b1-30d6-41b9-8f08-7a8fdb5deca1 HTTP/1.1" 200 244 0.015331 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 258 0.002619 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/9ed32e3f-cf7e-4cb1-ba84-d46d930ad022 HTTP/1.1" 200 244 0.016053 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 254 0.012146 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/f507a950-7ed6-4b00-88a4-75945ed738d0 HTTP/1.1" 200 244 0.017644 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 254 0.010496 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/6549925e-8c72-4c58-b86f-8772232c16b7 HTTP/1.1" 200 244 0.015370 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 254 0.013652 10.0.0.33 - - [2026-07-29 14:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.33 - - [2026-07-29 14:54:04] "PUT /alarm/3e8ab381-ce4d-4d85-9f36-e5d9d2a54f8f HTTP/1.1" 200 244 0.014689 10.0.0.33 - - [2026-07-29 14:54:04] "POST /alarms HTTP/1.1" 409 247 0.011031 10.0.0.33 - - [2026-07-29 14:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.33 - - [2026-07-29 14:54:05] "PUT /alarm/95851be6-6a14-4abd-8a2d-480edd76b7e7 HTTP/1.1" 200 244 0.013938 10.0.0.33 - - [2026-07-29 14:54:05] "POST /alarms HTTP/1.1" 409 272 0.012378 10.0.0.33 - - [2026-07-29 14:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.33 - - [2026-07-29 14:54:05] "PUT /alarm/1d146599-2348-4ca0-a06f-cf7c2cabb023 HTTP/1.1" 200 244 0.012833 10.0.0.33 - - [2026-07-29 14:54:05] "POST /alarms HTTP/1.1" 409 261 0.008311 10.0.0.33 - - [2026-07-29 14:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.33 - - [2026-07-29 14:54:05] "PUT /alarm/dee21abe-5e5e-4974-88a8-515404d0bf85 HTTP/1.1" 200 244 0.017314 10.0.0.33 - - [2026-07-29 14:54:05] "POST /alarms HTTP/1.1" 409 259 0.015872 10.0.0.33 - - [2026-07-29 14:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.33 - - [2026-07-29 14:54:05] "PUT /alarm/0ab0c449-e5b8-4d50-9816-7e8029a44da3 HTTP/1.1" 200 244 0.015038 10.0.0.33 - - [2026-07-29 14:54:05] "POST /alarms HTTP/1.1" 409 265 0.010353 10.0.0.33 - - [2026-07-29 14:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002296 10.0.0.33 - - [2026-07-29 14:54:05] "PUT /alarm/1f3f637a-5d16-44d1-ada1-77fdfe9e8919 HTTP/1.1" 200 244 0.011589 10.0.0.33 - - [2026-07-29 14:54:05] "POST /alarms HTTP/1.1" 409 279 0.009042 10.0.0.33 - - [2026-07-29 14:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009455 10.0.0.33 - - [2026-07-29 14:54:05] "PUT /alarm/7a86f170-5252-4dc2-b5eb-ba027ec31e95 HTTP/1.1" 200 244 0.013613 10.0.0.33 - - [2026-07-29 14:54:05] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.33 - - [2026-07-29 14:54:05] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002497 10.0.0.33 - - [2026-07-29 14:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002045 10.0.0.33 - - [2026-07-29 14:54:05] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.010033 10.0.0.33 - - [2026-07-29 14:54:06] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.33 - - [2026-07-29 14:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002247 10.0.0.33 - - [2026-07-29 14:54:06] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002700 10.0.0.33 - - [2026-07-29 14:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001768 10.0.0.33 - - [2026-07-29 14:54:06] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.012307 10.0.0.33 - - [2026-07-29 14:54:06] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.33 - - [2026-07-29 14:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.33 - - [2026-07-29 14:54:06] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005294 10.0.0.33 - - [2026-07-29 14:54:06] "PUT /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c HTTP/1.1" 200 274 0.019642 10.0.0.33 - - [2026-07-29 14:54:10] "GET / HTTP/1.1" 200 35931 0.001303 10.0.0.33 - - [2026-07-29 14:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002102 10.0.0.33 - - [2026-07-29 14:54:10] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.002597 10.0.0.33 - - [2026-07-29 14:54:10] "POST /bgp-routers HTTP/1.1" 409 301 0.001876 10.0.0.33 - - [2026-07-29 14:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001611 10.0.0.33 - - [2026-07-29 14:54:10] "GET /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1813 0.002757 10.0.0.33 - - [2026-07-29 14:54:10] "PUT /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23 HTTP/1.1" 200 254 0.016433 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:54:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001043 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:54:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001071 10.0.0.33 - - [2026-07-29 14:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.33 - - [2026-07-29 14:54:12] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005987 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:54:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001120 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:54:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001123 10.0.0.33 - - [2026-07-29 14:54:29] "GET / HTTP/1.1" 200 35931 0.002115 10.0.0.33 - - [2026-07-29 14:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.33 - - [2026-07-29 14:54:29] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005563 10.0.0.33 - - [2026-07-29 14:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002273 10.0.0.33 - - [2026-07-29 14:54:29] "GET /config-node/1dc3ea8b-90d6-4130-9751-0c14fa521073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002865 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:54:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001216 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:54:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001049 10.0.0.33 - - [2026-07-29 14:54:41] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.33 - - [2026-07-29 14:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.33 - - [2026-07-29 14:54:41] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.015239 10.0.0.33 - - [2026-07-29 14:54:41] "POST /bgp-routers HTTP/1.1" 409 301 0.004227 10.0.0.33 - - [2026-07-29 14:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.33 - - [2026-07-29 14:54:41] "GET /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.003900 10.0.0.33 - - [2026-07-29 14:54:41] "PUT /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23 HTTP/1.1" 200 254 0.014834 10.0.0.33 - - [2026-07-29 14:54:55] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.33 - - [2026-07-29 14:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.33 - - [2026-07-29 14:54:55] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004963 10.0.0.33 - - [2026-07-29 14:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.33 - - [2026-07-29 14:54:55] "GET /config-node/1dc3ea8b-90d6-4130-9751-0c14fa521073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.004257 10.0.0.33 - - [2026-07-29 14:54:56] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.33 - - [2026-07-29 14:54:56] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002555 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.33 - - [2026-07-29 14:55:01] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003791 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.33 - - [2026-07-29 14:55:01] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.015892 10.0.0.33 - - [2026-07-29 14:55:01] "GET / HTTP/1.1" 200 35931 0.001781 10.0.0.33 - - [2026-07-29 14:55:01] "POST /alarms HTTP/1.1" 409 264 0.003102 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.33 - - [2026-07-29 14:55:01] "PUT /alarm/e1dc8530-5847-44b7-a69c-5a576629cc2a HTTP/1.1" 200 244 0.026134 10.0.0.33 - - [2026-07-29 14:55:01] "POST /alarms HTTP/1.1" 409 261 0.007005 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.33 - - [2026-07-29 14:55:01] "PUT /alarm/8366c40a-4bdf-4d8f-9ea8-8adda575000a HTTP/1.1" 200 244 0.013713 10.0.0.33 - - [2026-07-29 14:55:01] "POST /alarms HTTP/1.1" 409 261 0.002894 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.33 - - [2026-07-29 14:55:01] "PUT /alarm/d3a1731b-3b5e-4c16-9dc4-c1fa09e3459a HTTP/1.1" 200 244 0.016941 10.0.0.33 - - [2026-07-29 14:55:01] "POST /alarms HTTP/1.1" 409 253 0.020462 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.33 - - [2026-07-29 14:55:01] "PUT /alarm/368a5470-f108-4340-9bea-e24430b5182b HTTP/1.1" 200 244 0.014159 10.0.0.33 - - [2026-07-29 14:55:01] "POST /alarms HTTP/1.1" 409 251 0.017406 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.33 - - [2026-07-29 14:55:01] "PUT /alarm/0d680534-7d95-43f5-bcff-106b947293f5 HTTP/1.1" 200 244 0.014159 10.0.0.33 - - [2026-07-29 14:55:01] "POST /alarms HTTP/1.1" 409 252 0.006716 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.33 - - [2026-07-29 14:55:01] "PUT /alarm/7d39868a-26be-4cc3-abd1-21b74611de45 HTTP/1.1" 200 244 0.012826 10.0.0.33 - - [2026-07-29 14:55:01] "POST /alarms HTTP/1.1" 409 256 0.010257 10.0.0.33 - - [2026-07-29 14:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002097 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/5767d346-9121-4788-9d06-2e8e11b6904b HTTP/1.1" 200 244 0.013339 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 248 0.011704 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002012 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/4fe78b17-55d0-4008-b964-38083946d4a3 HTTP/1.1" 200 244 0.019575 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 252 0.024338 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002219 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/d4276cb2-f929-4195-8e7c-74c7ca538776 HTTP/1.1" 200 244 0.023492 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 257 0.009203 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/72e8d0fc-a75f-4cf7-b43f-5c64dde86b10 HTTP/1.1" 200 244 0.012693 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 251 0.010324 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/aa7d84f4-79e1-443d-b56a-46be897d4e03 HTTP/1.1" 200 244 0.017658 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 257 0.015033 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/7ab7b874-e25c-4008-b333-87b205465c7e HTTP/1.1" 200 244 0.010853 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 261 0.007967 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002201 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/bc5994b1-30d6-41b9-8f08-7a8fdb5deca1 HTTP/1.1" 200 244 0.013785 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 258 0.010999 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/9ed32e3f-cf7e-4cb1-ba84-d46d930ad022 HTTP/1.1" 200 244 0.011436 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 254 0.012511 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/f507a950-7ed6-4b00-88a4-75945ed738d0 HTTP/1.1" 200 244 0.014052 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 254 0.016521 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/6549925e-8c72-4c58-b86f-8772232c16b7 HTTP/1.1" 200 244 0.011866 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 254 0.008436 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/3e8ab381-ce4d-4d85-9f36-e5d9d2a54f8f HTTP/1.1" 200 244 0.012640 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 247 0.011630 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/95851be6-6a14-4abd-8a2d-480edd76b7e7 HTTP/1.1" 200 244 0.016998 10.0.0.33 - - [2026-07-29 14:55:02] "POST /alarms HTTP/1.1" 409 272 0.011620 10.0.0.33 - - [2026-07-29 14:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002467 10.0.0.33 - - [2026-07-29 14:55:02] "PUT /alarm/1d146599-2348-4ca0-a06f-cf7c2cabb023 HTTP/1.1" 200 244 0.013068 10.0.0.33 - - [2026-07-29 14:55:03] "POST /alarms HTTP/1.1" 409 261 0.016823 10.0.0.33 - - [2026-07-29 14:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.33 - - [2026-07-29 14:55:03] "PUT /alarm/dee21abe-5e5e-4974-88a8-515404d0bf85 HTTP/1.1" 200 244 0.012153 10.0.0.33 - - [2026-07-29 14:55:03] "POST /alarms HTTP/1.1" 409 259 0.007834 10.0.0.33 - - [2026-07-29 14:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.33 - - [2026-07-29 14:55:03] "PUT /alarm/0ab0c449-e5b8-4d50-9816-7e8029a44da3 HTTP/1.1" 200 244 0.013927 10.0.0.33 - - [2026-07-29 14:55:03] "POST /alarms HTTP/1.1" 409 265 0.009526 10.0.0.33 - - [2026-07-29 14:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.33 - - [2026-07-29 14:55:03] "PUT /alarm/1f3f637a-5d16-44d1-ada1-77fdfe9e8919 HTTP/1.1" 200 244 0.013776 10.0.0.33 - - [2026-07-29 14:55:03] "POST /alarms HTTP/1.1" 409 279 0.004407 10.0.0.33 - - [2026-07-29 14:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005531 10.0.0.33 - - [2026-07-29 14:55:03] "PUT /alarm/7a86f170-5252-4dc2-b5eb-ba027ec31e95 HTTP/1.1" 200 244 0.012090 10.0.0.33 - - [2026-07-29 14:55:03] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.33 - - [2026-07-29 14:55:03] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002691 10.0.0.33 - - [2026-07-29 14:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002377 10.0.0.33 - - [2026-07-29 14:55:03] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.011744 10.0.0.33 - - [2026-07-29 14:55:03] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.33 - - [2026-07-29 14:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002346 10.0.0.33 - - [2026-07-29 14:55:03] "GET /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003026 10.0.0.33 - - [2026-07-29 14:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001885 10.0.0.33 - - [2026-07-29 14:55:03] "PUT /global-vrouter-config/4630572a-b21a-432f-aee2-bce4c3d60506 HTTP/1.1" 200 276 0.014397 10.0.0.33 - - [2026-07-29 14:55:04] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.33 - - [2026-07-29 14:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.33 - - [2026-07-29 14:55:04] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004959 10.0.0.33 - - [2026-07-29 14:55:04] "PUT /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c HTTP/1.1" 200 274 0.020916 10.0.0.33 - - [2026-07-29 14:55:07] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.33 - - [2026-07-29 14:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.33 - - [2026-07-29 14:55:07] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003246 10.0.0.33 - - [2026-07-29 14:55:07] "POST /bgp-routers HTTP/1.1" 409 301 0.002489 10.0.0.33 - - [2026-07-29 14:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002159 10.0.0.33 - - [2026-07-29 14:55:07] "GET /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.003709 10.0.0.33 - - [2026-07-29 14:55:07] "PUT /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23 HTTP/1.1" 200 254 0.029837 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:55:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001036 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:55:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001116 10.0.0.33 - - [2026-07-29 14:55:11] "POST /tags HTTP/1.1" 200 355 0.051163 10.0.0.33 - - [2026-07-29 14:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.026335 10.0.0.33 - - [2026-07-29 14:55:11] "GET /tag/cd4eba5f-5ead-4138-ade4-e4997c28963a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.036225 10.0.0.33 - - [2026-07-29 14:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006219 10.0.0.33 - - [2026-07-29 14:55:11] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.006064 10.0.0.33 - - [2026-07-29 14:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.33 - - [2026-07-29 14:55:11] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.063339 10.0.0.33 - - [2026-07-29 14:55:11] "POST /virtual-machines HTTP/1.1" 200 351 0.026905 10.0.0.33 - - [2026-07-29 14:55:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.055645 10.0.0.33 - - [2026-07-29 14:55:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.118779 10.0.0.33 - - [2026-07-29 14:55:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.013645 10.0.0.33 - - [2026-07-29 14:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013901 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.004277 10.0.0.33 - - [2026-07-29 14:55:12] "POST /instance-ips HTTP/1.1" 200 391 0.025552 10.0.0.33 - - [2026-07-29 14:55:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.024135 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.012472 10.0.0.33 - - [2026-07-29 14:55:12] "POST /set-tag HTTP/1.1" 200 109 0.018555 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.024361 10.0.0.33 - - [2026-07-29 14:55:12] "GET /instance-ip/7ff7dd42-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1907 0.003977 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004909 10.0.0.33 - - [2026-07-29 14:55:12] "POST /set-tag HTTP/1.1" 200 109 0.002929 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004320 10.0.0.33 - - [2026-07-29 14:55:12] "POST /ref-update HTTP/1.1" 200 156 0.010308 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.014251 10.0.0.33 - - [2026-07-29 14:55:12] "POST /set-tag HTTP/1.1" 200 109 0.002020 10.0.0.33 - - [2026-07-29 14:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-network/55e28f9b-34ad-452d-8c87-735a75521080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004899 10.0.0.33 - - [2026-07-29 14:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001953 10.0.0.33 - - [2026-07-29 14:55:12] "GET /project/9f279b72-9dcb-40d2-a7ef-1dea3b1ff8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.050832 10.0.0.33 - - [2026-07-29 14:55:12] "POST /virtual-machines HTTP/1.1" 200 355 0.014568 10.0.0.33 - - [2026-07-29 14:55:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.027294 10.0.0.33 - - [2026-07-29 14:55:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.119282 10.0.0.33 - - [2026-07-29 14:55:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.009356 10.0.0.33 - - [2026-07-29 14:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.025090 10.0.0.33 - - [2026-07-29 14:55:12] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.009758 10.0.0.33 - - [2026-07-29 14:55:12] "POST /instance-ips HTTP/1.1" 200 395 0.028689 10.0.0.33 - - [2026-07-29 14:55:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.026761 10.0.0.33 - - [2026-07-29 14:55:13] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.009584 10.0.0.33 - - [2026-07-29 14:55:13] "POST /set-tag HTTP/1.1" 200 109 0.018269 10.0.0.33 - - [2026-07-29 14:55:13] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.015144 10.0.0.33 - - [2026-07-29 14:55:13] "GET /instance-ip/8077b79c-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.004018 10.0.0.33 - - [2026-07-29 14:55:13] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005919 10.0.0.33 - - [2026-07-29 14:55:13] "POST /set-tag HTTP/1.1" 200 109 0.002816 10.0.0.33 - - [2026-07-29 14:55:13] "GET /virtual-router/81f6cea6-ba93-4e47-94b6-f3545c76c4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1677 0.008277 10.0.0.33 - - [2026-07-29 14:55:13] "POST /ref-update HTTP/1.1" 200 156 0.010336 10.0.0.33 - - [2026-07-29 14:55:13] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.026505 10.0.0.33 - - [2026-07-29 14:55:13] "POST /set-tag HTTP/1.1" 200 109 0.003851 10.0.0.33 - - [2026-07-29 14:55:13] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004875 10.0.0.33 - - [2026-07-29 14:55:13] "POST /set-tag HTTP/1.1" 200 109 0.002302 10.0.0.33 - - [2026-07-29 14:55:13] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004651 10.0.0.33 - - [2026-07-29 14:55:13] "POST /set-tag HTTP/1.1" 200 109 0.003114 10.0.0.33 - - [2026-07-29 14:55:23] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.33 - - [2026-07-29 14:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.33 - - [2026-07-29 14:55:23] "GET /global-system-config/4a27daf8-9040-4d49-92c9-947828c8b84c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.007314 10.0.0.33 - - [2026-07-29 14:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.33 - - [2026-07-29 14:55:24] "GET /config-node/1dc3ea8b-90d6-4130-9751-0c14fa521073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003244 10.0.0.33 - - [2026-07-29 14:55:25] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005722 10.0.0.33 - - [2026-07-29 14:55:25] "POST /set-tag HTTP/1.1" 200 109 0.002667 10.0.0.33 - - [2026-07-29 14:55:26] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005005 10.0.0.33 - - [2026-07-29 14:55:26] "POST /set-tag HTTP/1.1" 200 109 0.002488 10.0.0.33 - - [2026-07-29 14:55:27] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005330 10.0.0.33 - - [2026-07-29 14:55:27] "POST /set-tag HTTP/1.1" 200 109 0.002971 10.0.0.33 - - [2026-07-29 14:55:35] "GET / HTTP/1.1" 200 35931 0.001466 10.0.0.33 - - [2026-07-29 14:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.33 - - [2026-07-29 14:55:35] "GET /routing-instance/65b5a153-3796-416a-a580-c04cd11e1b5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003555 10.0.0.33 - - [2026-07-29 14:55:35] "POST /bgp-routers HTTP/1.1" 409 301 0.003703 10.0.0.33 - - [2026-07-29 14:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.33 - - [2026-07-29 14:55:35] "GET /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1813 0.003860 10.0.0.33 - - [2026-07-29 14:55:35] "PUT /bgp-router/20befe97-6f09-4c0b-a61b-49a2c5635b23 HTTP/1.1" 200 254 0.015453 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:55:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001012 [Introspect:8084]10.0.0.33 - - [2026-07-29 14:55:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001578 10.0.0.33 - - [2026-07-29 14:55:59] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005842 10.0.0.33 - - [2026-07-29 14:55:59] "POST /set-tag HTTP/1.1" 200 109 0.006244 10.0.0.33 - - [2026-07-29 14:55:59] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005699 10.0.0.33 - - [2026-07-29 14:55:59] "POST /set-tag HTTP/1.1" 200 109 0.003254 10.0.0.33 - - [2026-07-29 14:55:59] "GET /virtual-machine/66a73f5e-271c-4047-866f-7bb5427efa2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.004030 10.0.0.33 - - [2026-07-29 14:55:59] "POST /ref-update HTTP/1.1" 200 156 0.044190 10.0.0.33 - - [2026-07-29 14:55:59] "GET /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.008864 10.0.0.33 - - [2026-07-29 14:55:59] "POST /set-tag HTTP/1.1" 200 109 0.020393 10.0.0.33 - - [2026-07-29 14:55:59] "POST /set-tag HTTP/1.1" 200 109 0.040563 10.0.0.33 - - [2026-07-29 14:56:00] "DELETE /instance-ip/7ff7dd42-8b5d-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.061369 10.0.0.33 - - [2026-07-29 14:56:00] "DELETE /virtual-machine-interface/7fdc46cc-8b5d-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.053885 10.0.0.33 - - [2026-07-29 14:56:00] "DELETE /virtual-machine/66a73f5e-271c-4047-866f-7bb5427efa2c HTTP/1.1" 200 115 0.028076 10.0.0.33 - - [2026-07-29 14:56:00] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005759 10.0.0.33 - - [2026-07-29 14:56:00] "POST /set-tag HTTP/1.1" 200 109 0.002938 10.0.0.33 - - [2026-07-29 14:56:30] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.007365 10.0.0.33 - - [2026-07-29 14:56:30] "POST /set-tag HTTP/1.1" 200 109 0.004018 10.0.0.33 - - [2026-07-29 14:56:30] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004538 10.0.0.33 - - [2026-07-29 14:56:30] "POST /set-tag HTTP/1.1" 200 109 0.005934 10.0.0.33 - - [2026-07-29 14:56:30] "GET /virtual-machine/b26ca8d5-c0c2-4278-a39a-14a8db3a9291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.004034 10.0.0.33 - - [2026-07-29 14:56:30] "POST /ref-update HTTP/1.1" 200 156 0.015452 10.0.0.33 - - [2026-07-29 14:56:30] "GET /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004753 10.0.0.33 - - [2026-07-29 14:56:30] "POST /set-tag HTTP/1.1" 200 109 0.026612 10.0.0.33 - - [2026-07-29 14:56:30] "POST /set-tag HTTP/1.1" 200 109 0.043272 10.0.0.33 - - [2026-07-29 14:56:31] "DELETE /instance-ip/8077b79c-8b5d-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.061398 10.0.0.33 - - [2026-07-29 14:56:31] "DELETE /virtual-machine-interface/805b35f4-8b5d-11f1-a496-fa163ed8722c HTTP/1.1" 200 115 0.047457 10.0.0.33 - - [2026-07-29 14:56:31] "DELETE /virtual-machine/b26ca8d5-c0c2-4278-a39a-14a8db3a9291 HTTP/1.1" 200 115 0.047498 10.0.0.33 - - [2026-07-29 14:56:31] "DELETE /tag/cd4eba5f-5ead-4138-ade4-e4997c28963a HTTP/1.1" 200 115 0.061502