+++ date ++ echo 'INFO: =================== Thu Jun 11 01:42:33 AM UTC 2026 ===================' INFO: =================== Thu Jun 11 01:42:33 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ 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.19 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.19 ++ ANALYTICSDB_NODES=10.0.0.19 ++ ANALYTICS_SNMP_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ '[' -n '10.0.0.19:8081 ' ']' +++ echo 10.0.0.19:8081 ++ ANALYTICS_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ '[' -n '10.0.0.19:9042 ' ']' +++ echo 10.0.0.19:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.19:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ '[' -n '10.0.0.19:8086 ' ']' +++ echo 10.0.0.19:8086 ++ COLLECTOR_SERVERS=10.0.0.19: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.19 ++ CONFIGDB_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ '[' -n '10.0.0.19:8082 ' ']' +++ echo 10.0.0.19:8082 ++ CONFIG_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ '[' -n '10.0.0.19:9161 ' ']' +++ echo 10.0.0.19:9161 ++ CONFIGDB_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ '[' -n '10.0.0.19:9041 ' ']' +++ echo 10.0.0.19:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.19: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.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ '[' -n 10.0.0.19:2181, ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ '[' -n '10.0.0.19:2181 ' ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.19:2181 ++ RABBITMQ_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ '[' -n 10.0.0.19:5673, ']' +++ echo 10.0.0.19:5673 ++ RABBITMQ_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ '[' -n '10.0.0.19:6379 ' ']' +++ echo 10.0.0.19:6379 ++ REDIS_SERVERS=10.0.0.19: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.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ '[' -n '10.0.0.19:9092 ' ']' +++ echo 10.0.0.19:9092 ++ KAFKA_SERVERS=10.0.0.19: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.19 ++ 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.19 ++ 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.19 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 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.19 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.19 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.19 +++ local servers=10.0.0.19 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq +++ local local_ips=,10.0.0.19,10.24.192.1,127.0.0.1,172.17.0.1,252.19.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.24.192.1,127.0.0.1,172.17.0.1,252.19.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.19:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.19: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=__ ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ noauth != \k\e\y\s\t\o\n\e ]] + return + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ noauth == \k\e\y\s\t\o\n\e ]] + cat + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 06/11/2026 01:43:13.961 7f6fa99326c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/11/2026 01:43:14.185 7f6fa99326c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/11/2026 01:43:14.204 7f6fa99326c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/11/2026 01:43:14.205 7f6fa99326c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.19:8082/ Hit Ctrl-C to quit. 10.0.0.19 - - [2026-06-11 01:43:20] "GET / HTTP/1.1" 503 181 0.000186 10.0.0.19 - - [2026-06-11 01:43:21] "GET / HTTP/1.1" 200 45303 0.001324 10.0.0.19 - - [2026-06-11 01:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.19 - - [2026-06-11 01:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.19 - - [2026-06-11 01:43:21] "GET / HTTP/1.1" 200 35931 0.001384 10.0.0.19 - - [2026-06-11 01:43:22] "GET / HTTP/1.1" 200 35931 0.001244 10.0.0.19 - - [2026-06-11 01:43:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.002950 10.0.0.19 - - [2026-06-11 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.19 - - [2026-06-11 01:43:22] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007725 10.0.0.19 - - [2026-06-11 01:43:22] "POST /service-appliance-sets HTTP/1.1" 200 553 0.024921 10.0.0.19 - - [2026-06-11 01:43:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.002351 10.0.0.19 - - [2026-06-11 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006711 10.0.0.19 - - [2026-06-11 01:43:22] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.013189 10.0.0.19 - - [2026-06-11 01:43:22] "POST /service-appliance-sets HTTP/1.1" 200 541 0.032609 10.0.0.19 - - [2026-06-11 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.19 - - [2026-06-11 01:43:22] "GET /network-ipam/f427cc8a-6d30-41b2-8c53-a48ed345b125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004905 10.0.0.19 - - [2026-06-11 01:43:22] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.19 - - [2026-06-11 01:43:22] "POST /service-templates HTTP/1.1" 200 511 0.063043 10.0.0.19 - - [2026-06-11 01:43:22] "POST /service-templates HTTP/1.1" 200 501 0.055897 10.0.0.19 - - [2026-06-11 01:43:22] "POST /service-templates HTTP/1.1" 200 515 0.043478 10.0.0.19 - - [2026-06-11 01:43:22] "POST /service-templates HTTP/1.1" 200 535 0.029896 10.0.0.19 - - [2026-06-11 01:43:23] "POST /service-templates HTTP/1.1" 200 507 0.066710 10.0.0.19 - - [2026-06-11 01:43:23] "GET / HTTP/1.1" 200 35931 0.002186 10.0.0.19 - - [2026-06-11 01:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.19 - - [2026-06-11 01:43:23] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005489 10.0.0.19 - - [2026-06-11 01:43:23] "POST /fqname-to-id HTTP/1.1" 404 216 0.004427 10.0.0.19 - - [2026-06-11 01:43:23] "POST /config-database-nodes HTTP/1.1" 200 611 0.042094 10.0.0.19 - - [2026-06-11 01:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.19 - - [2026-06-11 01:43:23] "GET /network-ipam/f427cc8a-6d30-41b2-8c53-a48ed345b125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003371 10.0.0.19 - - [2026-06-11 01:43:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.002480 10.0.0.19 - - [2026-06-11 01:43:24] "POST /access-control-lists HTTP/1.1" 200 587 0.022533 10.0.0.19 - - [2026-06-11 01:43:24] "POST /fqname-to-id HTTP/1.1" 404 224 0.002211 10.0.0.19 - - [2026-06-11 01:43:24] "POST /access-control-lists HTTP/1.1" 200 585 0.030577 10.0.0.19 - - [2026-06-11 01:43:24] "POST /route-targets HTTP/1.1" 200 327 0.026684 10.0.0.19 - - [2026-06-11 01:43:24] "POST /ref-update HTTP/1.1" 200 156 0.018964 10.0.0.19 - - [2026-06-11 01:43:24] "POST /route-targets HTTP/1.1" 200 327 0.025016 10.0.0.19 - - [2026-06-11 01:43:24] "POST /ref-update HTTP/1.1" 200 156 0.026347 10.0.0.19 - - [2026-06-11 01:43:24] "POST /route-targets HTTP/1.1" 200 327 0.024102 10.0.0.19 - - [2026-06-11 01:43:24] "POST /ref-update HTTP/1.1" 200 156 0.018111 10.0.0.19 - - [2026-06-11 01:43:24] "POST /route-targets HTTP/1.1" 200 327 0.016611 10.0.0.19 - - [2026-06-11 01:43:24] "GET / HTTP/1.1" 200 35931 0.001307 10.0.0.19 - - [2026-06-11 01:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009906 10.0.0.19 - - [2026-06-11 01:43:24] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002585 10.0.0.19 - - [2026-06-11 01:43:24] "POST /ref-update HTTP/1.1" 200 156 0.035750 10.0.0.19 - - [2026-06-11 01:43:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.002930 10.0.0.19 - - [2026-06-11 01:43:24] "POST /bgp-routers HTTP/1.1" 200 616 0.090345 10.0.0.19 - - [2026-06-11 01:43:24] "GET /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.007906 10.0.0.19 - - [2026-06-11 01:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.19 - - [2026-06-11 01:43:24] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.020159 10.0.0.19 - - [2026-06-11 01:43:24] "POST /access-control-lists HTTP/1.1" 200 551 0.085494 10.0.0.19 - - [2026-06-11 01:43:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002644 10.0.0.19 - - [2026-06-11 01:43:25] "POST /ref-update HTTP/1.1" 200 156 0.016021 10.0.0.19 - - [2026-06-11 01:43:30] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.19 - - [2026-06-11 01:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.19 - - [2026-06-11 01:43:30] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006413 10.0.0.19 - - [2026-06-11 01:43:30] "POST /fqname-to-id HTTP/1.1" 404 216 0.002065 10.0.0.19 - - [2026-06-11 01:43:30] "POST /config-nodes HTTP/1.1" 200 593 0.022444 10.0.0.19 - - [2026-06-11 01:43:30] "GET / HTTP/1.1" 200 35931 0.002044 10.0.0.19 - - [2026-06-11 01:43:30] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.003990 10.0.0.19 - - [2026-06-11 01:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2026-06-11 01:43:36] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.003226 10.0.0.19 - - [2026-06-11 01:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002194 10.0.0.19 - - [2026-06-11 01:43:36] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.009207 10.0.0.19 - - [2026-06-11 01:43:36] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 581 0.024373 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 575 0.026195 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 575 0.037022 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 559 0.026539 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 555 0.029073 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 557 0.026645 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 565 0.020455 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 549 0.025535 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 557 0.046407 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 567 0.047471 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 555 0.029788 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 567 0.021238 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 575 0.083350 10.0.0.19 - - [2026-06-11 01:43:36] "POST /alarms HTTP/1.1" 200 569 0.018420 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 561 0.022799 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 561 0.046481 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 561 0.020960 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 547 0.031482 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 595 0.033274 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 575 0.032272 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 571 0.023455 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 583 0.028833 10.0.0.19 - - [2026-06-11 01:43:37] "POST /alarms HTTP/1.1" 200 609 0.021053 10.0.0.19 - - [2026-06-11 01:43:37] "GET / HTTP/1.1" 200 35931 0.001310 10.0.0.19 - - [2026-06-11 01:43:37] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002611 10.0.0.19 - - [2026-06-11 01:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.19 - - [2026-06-11 01:43:37] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.016038 10.0.0.19 - - [2026-06-11 01:43:37] "GET / HTTP/1.1" 200 35931 0.001743 10.0.0.19 - - [2026-06-11 01:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.19 - - [2026-06-11 01:43:37] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004868 10.0.0.19 - - [2026-06-11 01:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.19 - - [2026-06-11 01:43:38] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.008721 10.0.0.19 - - [2026-06-11 01:43:38] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.19 - - [2026-06-11 01:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.19 - - [2026-06-11 01:43:38] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.004655 10.0.0.19 - - [2026-06-11 01:43:38] "PUT /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0 HTTP/1.1" 200 274 0.016817 10.0.0.19 - - [2026-06-11 01:44:54] "GET / HTTP/1.1" 200 35931 0.001317 10.0.0.19 - - [2026-06-11 01:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.19 - - [2026-06-11 01:44:54] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.004791 10.0.0.19 - - [2026-06-11 01:44:54] "POST /fqname-to-id HTTP/1.1" 404 216 0.003492 10.0.0.19 - - [2026-06-11 01:44:54] "POST /analytics-nodes HTTP/1.1" 200 599 0.018221 10.0.0.19 - - [2026-06-11 01:45:03] "GET / HTTP/1.1" 200 35931 0.002588 10.0.0.19 - - [2026-06-11 01:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.19 - - [2026-06-11 01:45:03] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005166 10.0.0.19 - - [2026-06-11 01:45:03] "POST /fqname-to-id HTTP/1.1" 404 216 0.002718 10.0.0.19 - - [2026-06-11 01:45:03] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.023639 10.0.0.19 - - [2026-06-11 01:45:11] "GET / HTTP/1.1" 200 35931 0.001420 10.0.0.19 - - [2026-06-11 01:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.19 - - [2026-06-11 01:45:11] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.004714 10.0.0.19 - - [2026-06-11 01:45:11] "POST /fqname-to-id HTTP/1.1" 404 216 0.001997 10.0.0.19 - - [2026-06-11 01:45:11] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.027699 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:45:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001035 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:45:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000983 10.0.0.19 - - [2026-06-11 01:45:17] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.19 - - [2026-06-11 01:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.19 - - [2026-06-11 01:45:17] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.010951 10.0.0.19 - - [2026-06-11 01:45:17] "POST /fqname-to-id HTTP/1.1" 404 216 0.002112 10.0.0.19 - - [2026-06-11 01:45:17] "POST /database-nodes HTTP/1.1" 200 597 0.018384 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:45:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001314 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:45:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001413 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:45:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001042 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:45:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001322 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001338 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001392 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001002 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000982 10.0.0.19 - - [2026-06-11 01:46:19] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.19 - - [2026-06-11 01:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002423 10.0.0.19 - - [2026-06-11 01:46:19] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005497 10.0.0.19 - - [2026-06-11 01:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.19 - - [2026-06-11 01:46:19] "GET /config-node/ee76d4c4-0c58-42d6-b2a8-d0e3bcab6e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.018768 10.0.0.19 - - [2026-06-11 01:46:31] "GET / HTTP/1.1" 200 35931 0.001251 10.0.0.19 - - [2026-06-11 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.19 - - [2026-06-11 01:46:31] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003316 10.0.0.19 - - [2026-06-11 01:46:31] "POST /bgp-routers HTTP/1.1" 409 301 0.002228 10.0.0.19 - - [2026-06-11 01:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002258 10.0.0.19 - - [2026-06-11 01:46:31] "GET /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.004812 10.0.0.19 - - [2026-06-11 01:46:31] "PUT /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d HTTP/1.1" 200 254 0.011930 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000902 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000807 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001029 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001130 10.0.0.19 - - [2026-06-11 01:46:50] "GET /global-system-configs HTTP/1.1" 200 322 0.002515 10.0.0.19 - - [2026-06-11 01:46:51] "GET /global-system-configs HTTP/1.1" 200 322 0.002396 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000986 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:46:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000965 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001222 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001276 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000965 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001416 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000856 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000859 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001008 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000961 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001048 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:47:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000829 10.0.0.19 - - [2026-06-11 01:47:57] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.19 - - [2026-06-11 01:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002126 10.0.0.19 - - [2026-06-11 01:47:57] "GET /domain/287ef304-3126-4da3-a2a3-b52c9ff51527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.005916 10.0.0.19 - - [2026-06-11 01:47:57] "POST /id-to-fqname HTTP/1.1" 200 173 0.000513 10.0.0.19 - - [2026-06-11 01:47:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.006451 10.0.0.19 - - [2026-06-11 01:47:57] "POST /security-groups HTTP/1.1" 200 570 0.086635 10.0.0.19 - - [2026-06-11 01:47:57] "POST /projects HTTP/1.1" 200 481 0.310513 10.0.0.19 - - [2026-06-11 01:47:57] "POST /fqname-to-id HTTP/1.1" 404 213 0.005787 10.0.0.19 - - [2026-06-11 01:47:57] "POST /access-control-lists HTTP/1.1" 200 579 0.035341 10.0.0.19 - - [2026-06-11 01:47:57] "POST /security-groups HTTP/1.1" 200 534 0.088687 10.0.0.19 - - [2026-06-11 01:47:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.027022 10.0.0.19 - - [2026-06-11 01:47:57] "POST /chown HTTP/1.1" 200 109 0.052336 10.0.0.19 - - [2026-06-11 01:47:57] "POST /policy-managements HTTP/1.1" 409 214 0.006024 10.0.0.19 - - [2026-06-11 01:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.001868 10.0.0.19 - - [2026-06-11 01:47:57] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.013036 10.0.0.19 - - [2026-06-11 01:47:57] "POST /access-control-lists HTTP/1.1" 200 577 0.108358 10.0.0.19 - - [2026-06-11 01:47:57] "POST /application-policy-sets HTTP/1.1" 200 528 0.058460 10.0.0.19 - - [2026-06-11 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002228 10.0.0.19 - - [2026-06-11 01:47:58] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003547 10.0.0.19 - - [2026-06-11 01:47:58] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.013479 10.0.0.19 - - [2026-06-11 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.19 - - [2026-06-11 01:47:58] "GET /virtual-network/d1d40498-580c-4c07-91fb-27c41b13432f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.014853 10.0.0.19 - - [2026-06-11 01:47:58] "POST /id-to-fqname HTTP/1.1" 200 177 0.000479 10.0.0.19 - - [2026-06-11 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.035671 10.0.0.19 - - [2026-06-11 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.002695 10.0.0.19 - - [2026-06-11 01:47:58] "POST /security-groups HTTP/1.1" 200 574 0.119755 10.0.0.19 - - [2026-06-11 01:47:58] "POST /projects HTTP/1.1" 200 489 0.354070 10.0.0.19 - - [2026-06-11 01:47:58] "POST /access-control-lists HTTP/1.1" 200 594 0.101454 10.0.0.19 - - [2026-06-11 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 231 0.007191 10.0.0.19 - - [2026-06-11 01:47:58] "POST /security-groups HTTP/1.1" 200 546 0.098503 10.0.0.19 - - [2026-06-11 01:47:58] "POST /chown HTTP/1.1" 200 109 0.054625 10.0.0.19 - - [2026-06-11 01:47:58] "POST /access-control-lists HTTP/1.1" 200 592 0.133906 10.0.0.19 - - [2026-06-11 01:47:58] "POST /network-ipams HTTP/1.1" 200 522 0.117476 10.0.0.19 - - [2026-06-11 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 217 0.010105 10.0.0.19 - - [2026-06-11 01:47:58] "POST /access-control-lists HTTP/1.1" 200 583 0.103017 10.0.0.19 - - [2026-06-11 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 216 0.002659 10.0.0.19 - - [2026-06-11 01:47:58] "POST /network-ipams HTTP/1.1" 200 510 0.151587 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.031597 10.0.0.19 - - [2026-06-11 01:47:59] "POST /access-control-lists HTTP/1.1" 200 581 0.160161 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 240 0.003624 10.0.0.19 - - [2026-06-11 01:47:59] "POST /access-control-lists HTTP/1.1" 200 602 0.104937 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 239 0.010904 10.0.0.19 - - [2026-06-11 01:47:59] "POST /useragent-kv HTTP/1.1" 200 115 0.021085 10.0.0.19 - - [2026-06-11 01:47:59] "POST /virtual-networks HTTP/1.1" 200 538 0.355574 10.0.0.19 - - [2026-06-11 01:47:59] "POST /access-control-lists HTTP/1.1" 200 600 0.061108 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.19 - - [2026-06-11 01:47:59] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1733 0.022618 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003330 10.0.0.19 - - [2026-06-11 01:47:59] "POST /network-ipams HTTP/1.1" 200 518 0.048858 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.002236 10.0.0.19 - - [2026-06-11 01:47:59] "POST /access-control-lists HTTP/1.1" 200 589 0.117225 10.0.0.19 - - [2026-06-11 01:47:59] "POST /route-targets HTTP/1.1" 200 327 0.041239 10.0.0.19 - - [2026-06-11 01:47:59] "POST /ref-update HTTP/1.1" 200 156 0.066237 10.0.0.19 - - [2026-06-11 01:47:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002462 10.0.0.19 - - [2026-06-11 01:47:59] "POST /virtual-networks HTTP/1.1" 200 546 0.283269 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.19 - - [2026-06-11 01:47:59] "POST /route-targets HTTP/1.1" 200 327 0.021828 10.0.0.19 - - [2026-06-11 01:47:59] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1750 0.030546 10.0.0.19 - - [2026-06-11 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.004788 10.0.0.19 - - [2026-06-11 01:47:59] "POST /ref-update HTTP/1.1" 200 156 0.061918 10.0.0.19 - - [2026-06-11 01:48:00] "POST /network-policys HTTP/1.1" 200 538 0.066380 10.0.0.19 - - [2026-06-11 01:48:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.002706 10.0.0.19 - - [2026-06-11 01:48:00] "POST /network-policys HTTP/1.1" 200 534 0.199998 10.0.0.19 - - [2026-06-11 01:48:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.002065 10.0.0.19 - - [2026-06-11 01:48:00] "POST /network-policys HTTP/1.1" 200 542 0.034092 10.0.0.19 - - [2026-06-11 01:48:00] "PUT /access-control-list/a7b99eb9-2c55-4c6b-a413-9bc93c8aa196 HTTP/1.1" 200 272 0.082887 10.0.0.19 - - [2026-06-11 01:48:00] "POST /ref-update HTTP/1.1" 200 156 0.194301 10.0.0.19 - - [2026-06-11 01:48:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.018538 10.0.0.19 - - [2026-06-11 01:48:00] "PUT /access-control-list/de453ab5-cec9-4b1a-87ff-ca4f6afa3359 HTTP/1.1" 200 272 0.026404 10.0.0.19 - - [2026-06-11 01:48:00] "POST /ref-update HTTP/1.1" 200 156 0.258819 10.0.0.19 - - [2026-06-11 01:48:00] "PUT /access-control-list/de453ab5-cec9-4b1a-87ff-ca4f6afa3359 HTTP/1.1" 200 272 0.032566 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-update HTTP/1.1" 200 156 0.095157 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.022266 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007506 10.0.0.19 - - [2026-06-11 01:48:01] "PUT /access-control-list/a7b99eb9-2c55-4c6b-a413-9bc93c8aa196 HTTP/1.1" 200 272 0.120052 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-update HTTP/1.1" 200 156 0.081306 10.0.0.19 - - [2026-06-11 01:48:01] "POST /fqname-to-id HTTP/1.1" 404 237 0.004970 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-update HTTP/1.1" 200 156 0.180075 10.0.0.19 - - [2026-06-11 01:48:01] "POST /access-control-lists HTTP/1.1" 200 601 0.117412 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-update HTTP/1.1" 200 156 0.180913 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-update HTTP/1.1" 200 156 0.051901 10.0.0.19 - - [2026-06-11 01:48:01] "PUT /access-control-list/6fe4b227-6b87-4ee8-8e08-6d0847109018 HTTP/1.1" 200 272 0.063523 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-update HTTP/1.1" 200 156 0.144268 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.019197 10.0.0.19 - - [2026-06-11 01:48:01] "PUT /access-control-list/a7b99eb9-2c55-4c6b-a413-9bc93c8aa196 HTTP/1.1" 200 272 0.094239 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.018854 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003548 10.0.0.19 - - [2026-06-11 01:48:01] "POST /ref-update HTTP/1.1" 200 156 0.029921 10.0.0.19 - - [2026-06-11 01:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002034 10.0.0.19 - - [2026-06-11 01:48:01] "PUT /access-control-list/6fe4b227-6b87-4ee8-8e08-6d0847109018 HTTP/1.1" 200 272 0.064104 10.0.0.19 - - [2026-06-11 01:48:01] "GET /virtual-network/d1d40498-580c-4c07-91fb-27c41b13432f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.049824 10.0.0.19 - - [2026-06-11 01:48:01] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.008118 10.0.0.19 - - [2026-06-11 01:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.19 - - [2026-06-11 01:48:01] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003404 10.0.0.19 - - [2026-06-11 01:48:01] "POST /firewall-policys HTTP/1.1" 200 530 0.024171 10.0.0.19 - - [2026-06-11 01:48:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.028723 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.014490 10.0.0.19 - - [2026-06-11 01:48:02] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1064 0.004872 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003680 10.0.0.19 - - [2026-06-11 01:48:02] "POST /ref-update HTTP/1.1" 200 156 0.025608 10.0.0.19 - - [2026-06-11 01:48:02] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.016411 10.0.0.19 - - [2026-06-11 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.19 - - [2026-06-11 01:48:02] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003529 10.0.0.19 - - [2026-06-11 01:48:02] "POST /firewall-policys HTTP/1.1" 200 532 0.021103 10.0.0.19 - - [2026-06-11 01:48:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.026435 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.022512 10.0.0.19 - - [2026-06-11 01:48:02] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1312 0.017265 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.003585 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002913 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.003018 10.0.0.19 - - [2026-06-11 01:48:02] "POST /ref-update HTTP/1.1" 200 156 0.016506 10.0.0.19 - - [2026-06-11 01:48:02] "POST /ref-update HTTP/1.1" 200 156 0.040709 10.0.0.19 - - [2026-06-11 01:48:02] "POST /ref-update HTTP/1.1" 200 156 0.050987 10.0.0.19 - - [2026-06-11 01:48:02] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003974 10.0.0.19 - - [2026-06-11 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.19 - - [2026-06-11 01:48:02] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005350 10.0.0.19 - - [2026-06-11 01:48:02] "POST /firewall-policys HTTP/1.1" 200 530 0.026592 10.0.0.19 - - [2026-06-11 01:48:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.041018 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/63543be0-4264-4597-bdd2-c283b9dafc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.008764 10.0.0.19 - - [2026-06-11 01:48:02] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004040 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/63543be0-4264-4597-bdd2-c283b9dafc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003344 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002987 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002978 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002733 10.0.0.19 - - [2026-06-11 01:48:02] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.003853 10.0.0.19 - - [2026-06-11 01:48:03] "POST /ref-update HTTP/1.1" 200 156 0.018625 10.0.0.19 - - [2026-06-11 01:48:03] "POST /ref-update HTTP/1.1" 200 156 0.046379 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:48:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001108 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:48:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001240 10.0.0.19 - - [2026-06-11 01:48:03] "POST /ref-update HTTP/1.1" 200 156 0.042061 10.0.0.19 - - [2026-06-11 01:48:03] "POST /ref-update HTTP/1.1" 200 156 0.060125 10.0.0.19 - - [2026-06-11 01:48:03] "POST /ref-update HTTP/1.1" 200 156 0.053428 10.0.0.19 - - [2026-06-11 01:48:03] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1755 0.017950 10.0.0.19 - - [2026-06-11 01:48:03] "POST /tags HTTP/1.1" 200 299 0.034140 10.0.0.19 - - [2026-06-11 01:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009453 10.0.0.19 - - [2026-06-11 01:48:03] "GET /tag/8b89d6cf-0b8c-4d8b-86cd-71bfc4e1c5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1112 0.045702 10.0.0.19 - - [2026-06-11 01:48:03] "POST /set-tag HTTP/1.1" 200 109 0.023671 10.0.0.19 - - [2026-06-11 01:48:03] "POST /tags HTTP/1.1" 200 357 0.158695 10.0.0.19 - - [2026-06-11 01:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.019182 10.0.0.19 - - [2026-06-11 01:48:03] "GET /tag/211f751b-cebd-4bb7-93f2-bd4ea2b93a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.016278 10.0.0.19 - - [2026-06-11 01:48:03] "POST /tags HTTP/1.1" 200 305 0.066881 10.0.0.19 - - [2026-06-11 01:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006954 10.0.0.19 - - [2026-06-11 01:48:04] "GET /tag/ac5966ba-6229-4700-8ddf-ceb7c76656ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.013864 10.0.0.19 - - [2026-06-11 01:48:04] "POST /id-to-fqname HTTP/1.1" 200 174 0.000517 10.0.0.19 - - [2026-06-11 01:48:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.026110 10.0.0.19 - - [2026-06-11 01:48:04] "POST /security-groups HTTP/1.1" 200 571 0.085418 10.0.0.19 - - [2026-06-11 01:48:04] "POST /projects HTTP/1.1" 200 483 0.269225 10.0.0.19 - - [2026-06-11 01:48:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.009586 10.0.0.19 - - [2026-06-11 01:48:04] "POST /prop-collection-update HTTP/1.1" 200 115 0.030202 10.0.0.19 - - [2026-06-11 01:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.023647 10.0.0.19 - - [2026-06-11 01:48:04] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2294 0.039140 10.0.0.19 - - [2026-06-11 01:48:04] "POST /access-control-lists HTTP/1.1" 200 580 0.135820 10.0.0.19 - - [2026-06-11 01:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.025506 10.0.0.19 - - [2026-06-11 01:48:04] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.031457 10.0.0.19 - - [2026-06-11 01:48:04] "POST /fqname-to-id HTTP/1.1" 404 213 0.014410 10.0.0.19 - - [2026-06-11 01:48:04] "POST /access-control-lists HTTP/1.1" 200 578 0.081364 10.0.0.19 - - [2026-06-11 01:48:04] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.139775 10.0.0.19 - - [2026-06-11 01:48:04] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.098148 10.0.0.19 - - [2026-06-11 01:48:04] "POST /security-groups HTTP/1.1" 200 537 0.091700 10.0.0.19 - - [2026-06-11 01:48:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.001981 10.0.0.19 - - [2026-06-11 01:48:05] "POST /prop-collection-update HTTP/1.1" 200 115 0.045472 10.0.0.19 - - [2026-06-11 01:48:05] "POST /access-control-lists HTTP/1.1" 200 596 0.234139 10.0.0.19 - - [2026-06-11 01:48:05] "POST /chown HTTP/1.1" 200 109 0.233828 10.0.0.19 - - [2026-06-11 01:48:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.006817 10.0.0.19 - - [2026-06-11 01:48:05] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010755 10.0.0.19 - - [2026-06-11 01:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.19 - - [2026-06-11 01:48:05] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.031161 10.0.0.19 - - [2026-06-11 01:48:05] "POST /access-control-lists HTTP/1.1" 200 594 0.096770 10.0.0.19 - - [2026-06-11 01:48:05] "POST /tags HTTP/1.1" 409 207 0.031177 10.0.0.19 - - [2026-06-11 01:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002107 10.0.0.19 - - [2026-06-11 01:48:05] "GET /tag/ac5966ba-6229-4700-8ddf-ceb7c76656ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.017693 10.0.0.19 - - [2026-06-11 01:48:05] "POST /firewall-rules HTTP/1.1" 200 564 0.083188 10.0.0.19 - - [2026-06-11 01:48:05] "GET /firewall-rule/344d600d-fc50-457c-a745-2dfd4b83087f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004550 10.0.0.19 - - [2026-06-11 01:48:05] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.002504 10.0.0.19 - - [2026-06-11 01:48:05] "GET /firewall-rule/344d600d-fc50-457c-a745-2dfd4b83087f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004447 10.0.0.19 - - [2026-06-11 01:48:05] "POST /ref-update HTTP/1.1" 200 156 0.016028 10.0.0.19 - - [2026-06-11 01:48:05] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.003224 10.0.0.19 - - [2026-06-11 01:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.19 - - [2026-06-11 01:48:05] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002504 10.0.0.19 - - [2026-06-11 01:48:05] "POST /tags HTTP/1.1" 409 207 0.002380 10.0.0.19 - - [2026-06-11 01:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002206 10.0.0.19 - - [2026-06-11 01:48:05] "GET /tag/ac5966ba-6229-4700-8ddf-ceb7c76656ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1123 0.017968 10.0.0.19 - - [2026-06-11 01:48:05] "POST /firewall-rules HTTP/1.1" 200 562 0.083889 10.0.0.19 - - [2026-06-11 01:48:05] "GET /firewall-rule/d4d28649-d62b-4a20-a4dc-177f18c05692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004283 10.0.0.19 - - [2026-06-11 01:48:05] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1714 0.003735 10.0.0.19 - - [2026-06-11 01:48:05] "GET /firewall-rule/d4d28649-d62b-4a20-a4dc-177f18c05692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.002246 10.0.0.19 - - [2026-06-11 01:48:06] "POST /ref-update HTTP/1.1" 200 156 0.019663 10.0.0.19 - - [2026-06-11 01:48:06] "POST /tags HTTP/1.1" 200 305 0.095100 10.0.0.19 - - [2026-06-11 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009409 10.0.0.19 - - [2026-06-11 01:48:06] "GET /tag/0a6e134f-d613-4af1-876a-452cdfa24b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.027464 10.0.0.19 - - [2026-06-11 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.19 - - [2026-06-11 01:48:06] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.039676 10.0.0.19 - - [2026-06-11 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.19 - - [2026-06-11 01:48:06] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004457 10.0.0.19 - - [2026-06-11 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.19 - - [2026-06-11 01:48:06] "GET /service-appliance-set/0afbedd5-9ebd-4180-ad1b-7961d2d52016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.009907 10.0.0.19 - - [2026-06-11 01:48:06] "POST /fqname-to-id HTTP/1.1" 404 240 0.001664 10.0.0.19 - - [2026-06-11 01:48:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.136334 10.0.0.19 - - [2026-06-11 01:48:06] "GET /virtual-machine-interface/ed58c612-deee-422e-a743-83b308de2d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.014413 10.0.0.19 - - [2026-06-11 01:48:06] "POST /instance-ips HTTP/1.1" 200 381 0.086781 10.0.0.19 - - [2026-06-11 01:48:06] "GET /instance-ip/927f9ed6-65c4-4cda-ab17-a0b16e9c4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.024509 10.0.0.19 - - [2026-06-11 01:48:06] "POST /loadbalancers HTTP/1.1" 200 582 0.080940 10.0.0.19 - - [2026-06-11 01:48:06] "POST /prop-collection-update HTTP/1.1" 200 115 0.035028 10.0.0.19 - - [2026-06-11 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.019898 10.0.0.19 - - [2026-06-11 01:48:07] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.034355 10.0.0.19 - - [2026-06-11 01:48:07] "GET /loadbalancer/d637e279-a1bf-42df-80a2-51c6f655a4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.002639 10.0.0.19 - - [2026-06-11 01:48:07] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.057440 10.0.0.19 - - [2026-06-11 01:48:07] "GET /instance-ip/927f9ed6-65c4-4cda-ab17-a0b16e9c4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.002955 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:48:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000764 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:48:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000913 10.0.0.19 - - [2026-06-11 01:48:07] "POST /loadbalancer-listeners HTTP/1.1" 200 690 0.075758 10.0.0.19 - - [2026-06-11 01:48:07] "POST /floating-ips HTTP/1.1" 200 583 0.047696 10.0.0.19 - - [2026-06-11 01:48:07] "POST /prop-collection-update HTTP/1.1" 200 115 0.013927 10.0.0.19 - - [2026-06-11 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010660 10.0.0.19 - - [2026-06-11 01:48:07] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.060152 10.0.0.19 - - [2026-06-11 01:48:07] "GET /loadbalancer-listener/09b5b8ba-c2f3-4677-b064-2d0fbcfc3626?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.002716 10.0.0.19 - - [2026-06-11 01:48:07] "GET /loadbalancer-listener/09b5b8ba-c2f3-4677-b064-2d0fbcfc3626?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1196 0.003155 10.0.0.19 - - [2026-06-11 01:48:07] "POST /loadbalancer-pools HTTP/1.1" 200 682 0.024634 10.0.0.19 - - [2026-06-11 01:48:07] "GET /instance-ip/927f9ed6-65c4-4cda-ab17-a0b16e9c4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.002662 10.0.0.19 - - [2026-06-11 01:48:07] "GET /instance-ip/927f9ed6-65c4-4cda-ab17-a0b16e9c4513?fields=floating_ips HTTP/1.1" 200 1171 0.004381 10.0.0.19 - - [2026-06-11 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.19 - - [2026-06-11 01:48:07] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1863 0.002885 10.0.0.19 - - [2026-06-11 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001789 10.0.0.19 - - [2026-06-11 01:48:07] "GET /floating-ip/f6e101f5-b2cc-40db-98c6-27248a1351be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004521 10.0.0.19 - - [2026-06-11 01:48:07] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.075737 10.0.0.19 - - [2026-06-11 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.19 - - [2026-06-11 01:48:07] "GET /loadbalancer/d637e279-a1bf-42df-80a2-51c6f655a4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.002590 10.0.0.19 - - [2026-06-11 01:48:07] "POST /tags HTTP/1.1" 200 301 0.235922 10.0.0.19 - - [2026-06-11 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005944 10.0.0.19 - - [2026-06-11 01:48:07] "GET /tag/aff6db1f-1b07-4cab-a001-34125ac7b252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.013181 10.0.0.19 - - [2026-06-11 01:48:07] "POST /tags HTTP/1.1" 200 325 0.076083 10.0.0.19 - - [2026-06-11 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.19 - - [2026-06-11 01:48:07] "GET /tag/428afb67-b785-42ae-bd5e-902d8fcf8782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1171 0.012604 10.0.0.19 - - [2026-06-11 01:48:07] "POST /tags HTTP/1.1" 200 363 0.020979 10.0.0.19 - - [2026-06-11 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.19 - - [2026-06-11 01:48:08] "GET /tag/ab6669c7-a681-413f-aa29-7dbaa692c5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.020783 10.0.0.19 - - [2026-06-11 01:48:08] "POST /tags HTTP/1.1" 200 311 0.034601 10.0.0.19 - - [2026-06-11 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.19 - - [2026-06-11 01:48:08] "GET /tag/2999da01-b4cf-48a6-ae66-7ebfb0d80da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.018030 10.0.0.19 - - [2026-06-11 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.19 - - [2026-06-11 01:48:08] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004569 10.0.0.19 - - [2026-06-11 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.19 - - [2026-06-11 01:48:08] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.041069 10.0.0.19 - - [2026-06-11 01:48:08] "POST /virtual-machines HTTP/1.1" 200 377 0.016972 10.0.0.19 - - [2026-06-11 01:48:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.024727 10.0.0.19 - - [2026-06-11 01:48:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.164907 10.0.0.19 - - [2026-06-11 01:48:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.015234 10.0.0.19 - - [2026-06-11 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006518 10.0.0.19 - - [2026-06-11 01:48:08] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.018175 10.0.0.19 - - [2026-06-11 01:48:08] "POST /instance-ips HTTP/1.1" 200 409 0.033792 10.0.0.19 - - [2026-06-11 01:48:08] "POST /prop-collection-update HTTP/1.1" 200 115 0.046265 10.0.0.19 - - [2026-06-11 01:48:08] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.019353 10.0.0.19 - - [2026-06-11 01:48:08] "POST /set-tag HTTP/1.1" 200 109 0.033035 10.0.0.19 - - [2026-06-11 01:48:08] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.031625 10.0.0.19 - - [2026-06-11 01:48:08] "GET /instance-ip/98c67d16-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1965 0.005435 10.0.0.19 - - [2026-06-11 01:48:09] "POST /tags HTTP/1.1" 200 301 0.055229 10.0.0.19 - - [2026-06-11 01:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.19 - - [2026-06-11 01:48:09] "GET /tag/e1b235b3-a2fb-4a3c-b614-fb801bf5ad75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.014234 10.0.0.19 - - [2026-06-11 01:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.19 - - [2026-06-11 01:48:09] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.043419 10.0.0.19 - - [2026-06-11 01:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002152 10.0.0.19 - - [2026-06-11 01:48:09] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.019105 10.0.0.19 - - [2026-06-11 01:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.19 - - [2026-06-11 01:48:09] "GET /service-appliance-set/0afbedd5-9ebd-4180-ad1b-7961d2d52016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.005371 10.0.0.19 - - [2026-06-11 01:48:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.001875 10.0.0.19 - - [2026-06-11 01:48:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.142698 10.0.0.19 - - [2026-06-11 01:48:09] "GET /virtual-machine-interface/aecb6aea-da49-4b44-9c0f-9be3021063c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.010931 10.0.0.19 - - [2026-06-11 01:48:09] "POST /instance-ips HTTP/1.1" 200 377 0.144621 10.0.0.19 - - [2026-06-11 01:48:09] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.008221 10.0.0.19 - - [2026-06-11 01:48:09] "POST /loadbalancers HTTP/1.1" 200 582 0.076778 10.0.0.19 - - [2026-06-11 01:48:09] "POST /prop-collection-update HTTP/1.1" 200 115 0.028164 10.0.0.19 - - [2026-06-11 01:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028802 10.0.0.19 - - [2026-06-11 01:48:09] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.077885 10.0.0.19 - - [2026-06-11 01:48:09] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.008992 10.0.0.19 - - [2026-06-11 01:48:09] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.054052 10.0.0.19 - - [2026-06-11 01:48:10] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003073 10.0.0.19 - - [2026-06-11 01:48:10] "POST /floating-ips HTTP/1.1" 200 581 0.069134 10.0.0.19 - - [2026-06-11 01:48:10] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.044593 10.0.0.19 - - [2026-06-11 01:48:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.008611 10.0.0.19 - - [2026-06-11 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.023231 10.0.0.19 - - [2026-06-11 01:48:10] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.036841 10.0.0.19 - - [2026-06-11 01:48:10] "GET /loadbalancer-listener/0dee5535-97cf-458d-89b4-00d71eeb2155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.002816 10.0.0.19 - - [2026-06-11 01:48:10] "GET /loadbalancer-listener/0dee5535-97cf-458d-89b4-00d71eeb2155?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1194 0.003454 10.0.0.19 - - [2026-06-11 01:48:10] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.027054 10.0.0.19 - - [2026-06-11 01:48:10] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.014203 10.0.0.19 - - [2026-06-11 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.19 - - [2026-06-11 01:48:10] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?fields=floating_ips HTTP/1.1" 200 1165 0.013509 10.0.0.19 - - [2026-06-11 01:48:10] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.003728 10.0.0.19 - - [2026-06-11 01:48:10] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.049771 10.0.0.19 - - [2026-06-11 01:48:10] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003870 10.0.0.19 - - [2026-06-11 01:48:10] "POST /loadbalancer-listeners HTTP/1.1" 200 688 0.022055 10.0.0.19 - - [2026-06-11 01:48:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.024353 10.0.0.19 - - [2026-06-11 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.013273 10.0.0.19 - - [2026-06-11 01:48:10] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.093028 10.0.0.19 - - [2026-06-11 01:48:10] "GET /loadbalancer-listener/2bebd02a-ce57-4d2b-abba-8d50e40ea956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.013044 10.0.0.19 - - [2026-06-11 01:48:10] "GET /loadbalancer-listener/2bebd02a-ce57-4d2b-abba-8d50e40ea956?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1195 0.010475 10.0.0.19 - - [2026-06-11 01:48:10] "POST /loadbalancer-pools HTTP/1.1" 200 680 0.035239 10.0.0.19 - - [2026-06-11 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.19 - - [2026-06-11 01:48:10] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004856 10.0.0.19 - - [2026-06-11 01:48:10] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?fields=floating_ips HTTP/1.1" 200 1165 0.003032 10.0.0.19 - - [2026-06-11 01:48:10] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.041936 10.0.0.19 - - [2026-06-11 01:48:10] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.013929 10.0.0.19 - - [2026-06-11 01:48:10] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003321 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:48:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000796 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:48:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000866 10.0.0.19 - - [2026-06-11 01:48:10] "POST /loadbalancer-listeners HTTP/1.1" 200 692 0.046045 10.0.0.19 - - [2026-06-11 01:48:10] "POST /prop-collection-update HTTP/1.1" 200 115 0.034979 10.0.0.19 - - [2026-06-11 01:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001899 10.0.0.19 - - [2026-06-11 01:48:11] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.035703 10.0.0.19 - - [2026-06-11 01:48:11] "GET /loadbalancer-listener/8affdd13-ae87-4399-b4b8-391eb721c6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.002773 10.0.0.19 - - [2026-06-11 01:48:11] "GET /loadbalancer-listener/8affdd13-ae87-4399-b4b8-391eb721c6a6?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1200 0.006051 10.0.0.19 - - [2026-06-11 01:48:11] "POST /loadbalancer-pools HTTP/1.1" 200 684 0.026671 10.0.0.19 - - [2026-06-11 01:48:11] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.009551 10.0.0.19 - - [2026-06-11 01:48:11] "GET /instance-ip/a41dfb0f-ae84-4298-9342-3abb395f51d5?fields=floating_ips HTTP/1.1" 200 1165 0.004015 10.0.0.19 - - [2026-06-11 01:48:11] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.002885 10.0.0.19 - - [2026-06-11 01:48:11] "POST /tags HTTP/1.1" 200 355 0.292261 10.0.0.19 - - [2026-06-11 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006187 10.0.0.19 - - [2026-06-11 01:48:11] "GET /tag/87c20169-9a2e-4d00-a5f1-31a58888c7e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.018517 10.0.0.19 - - [2026-06-11 01:48:11] "POST /tags HTTP/1.1" 200 303 0.024188 10.0.0.19 - - [2026-06-11 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.021272 10.0.0.19 - - [2026-06-11 01:48:11] "GET /tag/713a20a5-f98e-496c-a6bf-a2344ec958ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.013623 10.0.0.19 - - [2026-06-11 01:48:11] "POST /projects HTTP/1.1" 409 218 0.002636 10.0.0.19 - - [2026-06-11 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001788 10.0.0.19 - - [2026-06-11 01:48:11] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.085089 10.0.0.19 - - [2026-06-11 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007601 10.0.0.19 - - [2026-06-11 01:48:11] "GET /network-ipam/8a33aec5-c1fa-4702-9e97-c04ef54b931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004172 10.0.0.19 - - [2026-06-11 01:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002053 10.0.0.19 - - [2026-06-11 01:48:11] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003884 10.0.0.19 - - [2026-06-11 01:48:11] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.064104 10.0.0.19 - - [2026-06-11 01:48:11] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004409 10.0.0.19 - - [2026-06-11 01:48:11] "POST /set-tag HTTP/1.1" 200 109 0.048885 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014976 10.0.0.19 - - [2026-06-11 01:48:12] "GET /network-ipam/2b0f447e-7140-43f6-aeb2-cb9bf0da21e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.003036 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001931 10.0.0.19 - - [2026-06-11 01:48:12] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004161 10.0.0.19 - - [2026-06-11 01:48:12] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.047464 10.0.0.19 - - [2026-06-11 01:48:12] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008937 10.0.0.19 - - [2026-06-11 01:48:12] "POST /set-tag HTTP/1.1" 200 109 0.061741 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.19 - - [2026-06-11 01:48:12] "GET /network-policy/73315979-3009-48a6-9362-ad2e8a046dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.002419 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001715 10.0.0.19 - - [2026-06-11 01:48:12] "GET /network-policy/71c1b9b3-9fae-4b4c-a69b-7780ab13ad77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.002616 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001679 10.0.0.19 - - [2026-06-11 01:48:12] "GET /network-policy/cc0ee8a8-9afa-474f-86d2-1b14ef314431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.002326 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011553 10.0.0.19 - - [2026-06-11 01:48:12] "PUT /network-policy/cc0ee8a8-9afa-474f-86d2-1b14ef314431 HTTP/1.1" 200 262 0.009140 10.0.0.19 - - [2026-06-11 01:48:12] "PUT /access-control-list/de453ab5-cec9-4b1a-87ff-ca4f6afa3359 HTTP/1.1" 200 272 0.015697 10.0.0.19 - - [2026-06-11 01:48:12] "POST /ref-update HTTP/1.1" 200 156 0.057120 10.0.0.19 - - [2026-06-11 01:48:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.040255 10.0.0.19 - - [2026-06-11 01:48:12] "PUT /access-control-list/6fe4b227-6b87-4ee8-8e08-6d0847109018 HTTP/1.1" 200 272 0.060607 10.0.0.19 - - [2026-06-11 01:48:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001923 10.0.0.19 - - [2026-06-11 01:48:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002752 10.0.0.19 - - [2026-06-11 01:48:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.001906 10.0.0.19 - - [2026-06-11 01:48:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002368 10.0.0.19 - - [2026-06-11 01:48:12] "POST /security-groups HTTP/1.1" 409 245 0.002456 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001467 10.0.0.19 - - [2026-06-11 01:48:12] "PUT /security-group/e09b9a30-6733-4e9c-a267-1abdf1cf463d HTTP/1.1" 200 262 0.064349 10.0.0.19 - - [2026-06-11 01:48:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.018405 10.0.0.19 - - [2026-06-11 01:48:12] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.020084 10.0.0.19 - - [2026-06-11 01:48:12] "PUT /access-control-list/f8e7bdb9-72ff-4b69-aa0a-95f544e47a75 HTTP/1.1" 200 272 0.045114 10.0.0.19 - - [2026-06-11 01:48:12] "PUT /access-control-list/2c06141d-31ba-4ec6-8387-4fdb1f09397c HTTP/1.1" 200 272 0.025693 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.19 - - [2026-06-11 01:48:12] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003936 10.0.0.19 - - [2026-06-11 01:48:12] "POST /tags HTTP/1.1" 409 206 0.002059 10.0.0.19 - - [2026-06-11 01:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001996 10.0.0.19 - - [2026-06-11 01:48:12] "GET /tag/713a20a5-f98e-496c-a6bf-a2344ec958ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.011428 10.0.0.19 - - [2026-06-11 01:48:12] "POST /firewall-rules HTTP/1.1" 200 562 0.067279 10.0.0.19 - - [2026-06-11 01:48:12] "GET /firewall-rule/d896b61d-cb74-48ac-a1ad-d5c8caa192d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.009124 10.0.0.19 - - [2026-06-11 01:48:13] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003902 10.0.0.19 - - [2026-06-11 01:48:13] "GET /firewall-rule/d896b61d-cb74-48ac-a1ad-d5c8caa192d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.002097 10.0.0.19 - - [2026-06-11 01:48:13] "POST /ref-update HTTP/1.1" 200 156 0.025930 10.0.0.19 - - [2026-06-11 01:48:13] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002816 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001806 10.0.0.19 - - [2026-06-11 01:48:13] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002334 10.0.0.19 - - [2026-06-11 01:48:13] "POST /tags HTTP/1.1" 409 206 0.001526 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001358 10.0.0.19 - - [2026-06-11 01:48:13] "GET /tag/713a20a5-f98e-496c-a6bf-a2344ec958ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.010117 10.0.0.19 - - [2026-06-11 01:48:13] "POST /firewall-rules HTTP/1.1" 200 560 0.078624 10.0.0.19 - - [2026-06-11 01:48:13] "GET /firewall-rule/aeb7e559-e318-43bb-bdb5-a6de37d713e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.004388 10.0.0.19 - - [2026-06-11 01:48:13] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.003538 10.0.0.19 - - [2026-06-11 01:48:13] "GET /firewall-rule/aeb7e559-e318-43bb-bdb5-a6de37d713e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.002462 10.0.0.19 - - [2026-06-11 01:48:13] "POST /ref-update HTTP/1.1" 200 156 0.033186 10.0.0.19 - - [2026-06-11 01:48:13] "POST /tags HTTP/1.1" 200 371 0.046862 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014724 10.0.0.19 - - [2026-06-11 01:48:13] "GET /tag/4234e863-a9b6-4da3-8da7-97e7ac75a775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.011876 10.0.0.19 - - [2026-06-11 01:48:13] "POST /tags HTTP/1.1" 200 319 0.020262 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.022931 10.0.0.19 - - [2026-06-11 01:48:13] "GET /tag/ba7619e4-7bea-4efc-a75c-f1a29b28e97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.012563 10.0.0.19 - - [2026-06-11 01:48:13] "POST /id-to-fqname HTTP/1.1" 200 181 0.000561 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.015559 10.0.0.19 - - [2026-06-11 01:48:13] "POST /security-groups HTTP/1.1" 200 578 0.064197 10.0.0.19 - - [2026-06-11 01:48:13] "POST /projects HTTP/1.1" 200 497 0.229394 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.004397 10.0.0.19 - - [2026-06-11 01:48:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.018365 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008000 10.0.0.19 - - [2026-06-11 01:48:13] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.042842 10.0.0.19 - - [2026-06-11 01:48:13] "POST /access-control-lists HTTP/1.1" 200 587 0.109169 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.19 - - [2026-06-11 01:48:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.012938 10.0.0.19 - - [2026-06-11 01:48:13] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2825 0.013484 10.0.0.19 - - [2026-06-11 01:48:14] "POST /access-control-lists HTTP/1.1" 200 585 0.043753 10.0.0.19 - - [2026-06-11 01:48:14] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.094728 10.0.0.19 - - [2026-06-11 01:48:14] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.072351 10.0.0.19 - - [2026-06-11 01:48:14] "POST /security-groups HTTP/1.1" 200 558 0.090936 10.0.0.19 - - [2026-06-11 01:48:14] "POST /fqname-to-id HTTP/1.1" 404 248 0.002077 10.0.0.19 - - [2026-06-11 01:48:14] "POST /access-control-lists HTTP/1.1" 200 610 0.020695 10.0.0.19 - - [2026-06-11 01:48:14] "POST /fqname-to-id HTTP/1.1" 404 247 0.026873 10.0.0.19 - - [2026-06-11 01:48:14] "POST /prop-collection-update HTTP/1.1" 200 115 0.051962 10.0.0.19 - - [2026-06-11 01:48:14] "POST /chown HTTP/1.1" 200 109 0.031279 10.0.0.19 - - [2026-06-11 01:48:14] "POST /access-control-lists HTTP/1.1" 200 608 0.056213 10.0.0.19 - - [2026-06-11 01:48:14] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.030226 10.0.0.19 - - [2026-06-11 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.19 - - [2026-06-11 01:48:14] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002380 10.0.0.19 - - [2026-06-11 01:48:14] "POST /tags HTTP/1.1" 409 214 0.001514 10.0.0.19 - - [2026-06-11 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.19 - - [2026-06-11 01:48:14] "GET /tag/ba7619e4-7bea-4efc-a75c-f1a29b28e97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.013278 10.0.0.19 - - [2026-06-11 01:48:14] "POST /firewall-rules HTTP/1.1" 200 578 0.070464 10.0.0.19 - - [2026-06-11 01:48:14] "GET /firewall-rule/5bee7a84-93ec-49d7-ae77-d68725d25d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004296 10.0.0.19 - - [2026-06-11 01:48:14] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2424 0.003493 10.0.0.19 - - [2026-06-11 01:48:14] "GET /firewall-rule/5bee7a84-93ec-49d7-ae77-d68725d25d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.002005 10.0.0.19 - - [2026-06-11 01:48:14] "POST /ref-update HTTP/1.1" 200 156 0.024100 10.0.0.19 - - [2026-06-11 01:48:14] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.019941 10.0.0.19 - - [2026-06-11 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001955 10.0.0.19 - - [2026-06-11 01:48:14] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002436 10.0.0.19 - - [2026-06-11 01:48:14] "POST /tags HTTP/1.1" 409 214 0.001515 10.0.0.19 - - [2026-06-11 01:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001493 10.0.0.19 - - [2026-06-11 01:48:14] "GET /tag/ba7619e4-7bea-4efc-a75c-f1a29b28e97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1152 0.015466 10.0.0.19 - - [2026-06-11 01:48:14] "POST /firewall-rules HTTP/1.1" 200 576 0.076903 10.0.0.19 - - [2026-06-11 01:48:14] "GET /firewall-rule/7887f11f-673b-46a4-a124-0e3723ea65af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004097 10.0.0.19 - - [2026-06-11 01:48:14] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.002962 10.0.0.19 - - [2026-06-11 01:48:15] "GET /firewall-rule/7887f11f-673b-46a4-a124-0e3723ea65af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.003734 10.0.0.19 - - [2026-06-11 01:48:15] "POST /ref-update HTTP/1.1" 200 156 0.057660 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002168 10.0.0.19 - - [2026-06-11 01:48:15] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.002381 10.0.0.19 - - [2026-06-11 01:48:15] "POST /tags HTTP/1.1" 200 363 0.026224 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002016 10.0.0.19 - - [2026-06-11 01:48:15] "GET /tag/071ddfb6-36b1-4930-953e-61c4d2467698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.010955 10.0.0.19 - - [2026-06-11 01:48:15] "POST /tags HTTP/1.1" 200 311 0.016745 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.19 - - [2026-06-11 01:48:15] "GET /tag/c217dcac-98da-4b4e-8bcc-d3ce66710c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.013801 10.0.0.19 - - [2026-06-11 01:48:15] "POST /id-to-fqname HTTP/1.1" 200 177 0.000487 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.005960 10.0.0.19 - - [2026-06-11 01:48:15] "POST /security-groups HTTP/1.1" 200 574 0.069753 10.0.0.19 - - [2026-06-11 01:48:15] "POST /projects HTTP/1.1" 200 489 0.212163 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 404 217 0.002577 10.0.0.19 - - [2026-06-11 01:48:15] "POST /prop-collection-update HTTP/1.1" 200 115 0.025100 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012253 10.0.0.19 - - [2026-06-11 01:48:15] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.011120 10.0.0.19 - - [2026-06-11 01:48:15] "POST /access-control-lists HTTP/1.1" 200 583 0.080590 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.19 - - [2026-06-11 01:48:15] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2897 0.010771 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 404 216 0.009274 10.0.0.19 - - [2026-06-11 01:48:15] "POST /access-control-lists HTTP/1.1" 200 581 0.060316 10.0.0.19 - - [2026-06-11 01:48:15] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.079021 10.0.0.19 - - [2026-06-11 01:48:15] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.047494 10.0.0.19 - - [2026-06-11 01:48:15] "POST /security-groups HTTP/1.1" 200 546 0.089174 10.0.0.19 - - [2026-06-11 01:48:15] "POST /fqname-to-id HTTP/1.1" 404 240 0.005996 10.0.0.19 - - [2026-06-11 01:48:16] "POST /access-control-lists HTTP/1.1" 200 602 0.071826 10.0.0.19 - - [2026-06-11 01:48:16] "POST /prop-collection-update HTTP/1.1" 200 115 0.052970 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 404 239 0.001218 10.0.0.19 - - [2026-06-11 01:48:16] "POST /chown HTTP/1.1" 200 109 0.022366 10.0.0.19 - - [2026-06-11 01:48:16] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.013072 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.19 - - [2026-06-11 01:48:16] "POST /access-control-lists HTTP/1.1" 200 600 0.106003 10.0.0.19 - - [2026-06-11 01:48:16] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.013331 10.0.0.19 - - [2026-06-11 01:48:16] "POST /tags HTTP/1.1" 409 210 0.005112 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002090 10.0.0.19 - - [2026-06-11 01:48:16] "GET /tag/c217dcac-98da-4b4e-8bcc-d3ce66710c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.018128 10.0.0.19 - - [2026-06-11 01:48:16] "POST /firewall-rules HTTP/1.1" 200 570 0.072870 10.0.0.19 - - [2026-06-11 01:48:16] "GET /firewall-rule/cb490a62-c6dc-4b6a-8c89-3e5778f02c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.005325 10.0.0.19 - - [2026-06-11 01:48:16] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.004067 10.0.0.19 - - [2026-06-11 01:48:16] "GET /firewall-rule/cb490a62-c6dc-4b6a-8c89-3e5778f02c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.002322 10.0.0.19 - - [2026-06-11 01:48:16] "POST /ref-update HTTP/1.1" 200 156 0.039432 10.0.0.19 - - [2026-06-11 01:48:16] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011379 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002070 10.0.0.19 - - [2026-06-11 01:48:16] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002351 10.0.0.19 - - [2026-06-11 01:48:16] "POST /tags HTTP/1.1" 409 210 0.001586 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002196 10.0.0.19 - - [2026-06-11 01:48:16] "GET /tag/c217dcac-98da-4b4e-8bcc-d3ce66710c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.012592 10.0.0.19 - - [2026-06-11 01:48:16] "POST /firewall-rules HTTP/1.1" 200 568 0.079192 10.0.0.19 - - [2026-06-11 01:48:16] "GET /firewall-rule/afe7ddba-4ef9-4415-82fc-c3a712fd6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.003737 10.0.0.19 - - [2026-06-11 01:48:16] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005002 10.0.0.19 - - [2026-06-11 01:48:16] "GET /firewall-rule/afe7ddba-4ef9-4415-82fc-c3a712fd6360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.002461 10.0.0.19 - - [2026-06-11 01:48:16] "POST /ref-update HTTP/1.1" 200 156 0.050247 10.0.0.19 - - [2026-06-11 01:48:16] "POST /tags HTTP/1.1" 409 237 0.014143 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.001939 10.0.0.19 - - [2026-06-11 01:48:16] "GET /tag/ab6669c7-a681-413f-aa29-7dbaa692c5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.012840 10.0.0.19 - - [2026-06-11 01:48:16] "POST /tags HTTP/1.1" 409 210 0.003813 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.19 - - [2026-06-11 01:48:16] "GET /tag/2999da01-b4cf-48a6-ae66-7ebfb0d80da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.014168 10.0.0.19 - - [2026-06-11 01:48:16] "POST /projects HTTP/1.1" 409 223 0.008914 10.0.0.19 - - [2026-06-11 01:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007336 10.0.0.19 - - [2026-06-11 01:48:17] "GET /project/33e2e263-29c8-420c-9a42-8a5ff90909d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.037425 10.0.0.19 - - [2026-06-11 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001539 10.0.0.19 - - [2026-06-11 01:48:17] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.003673 10.0.0.19 - - [2026-06-11 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001644 10.0.0.19 - - [2026-06-11 01:48:17] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004544 10.0.0.19 - - [2026-06-11 01:48:17] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.045692 10.0.0.19 - - [2026-06-11 01:48:17] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.057080 10.0.0.19 - - [2026-06-11 01:48:17] "POST /security-groups HTTP/1.1" 409 253 0.002392 10.0.0.19 - - [2026-06-11 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001523 10.0.0.19 - - [2026-06-11 01:48:17] "PUT /security-group/7bcbb669-e87d-4f0d-b480-d7ccc8f3b24e HTTP/1.1" 200 262 0.055826 10.0.0.19 - - [2026-06-11 01:48:17] "PUT /access-control-list/a9b9c599-e4d1-4bf9-beca-a3f502fc20ab HTTP/1.1" 200 272 0.014055 10.0.0.19 - - [2026-06-11 01:48:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.049356 10.0.0.19 - - [2026-06-11 01:48:17] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.015648 10.0.0.19 - - [2026-06-11 01:48:17] "PUT /access-control-list/7546a061-f26d-45ad-b611-f76a4013e7f2 HTTP/1.1" 200 272 0.048615 10.0.0.19 - - [2026-06-11 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002407 10.0.0.19 - - [2026-06-11 01:48:17] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002777 10.0.0.19 - - [2026-06-11 01:48:17] "POST /tags HTTP/1.1" 409 210 0.002209 10.0.0.19 - - [2026-06-11 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001950 10.0.0.19 - - [2026-06-11 01:48:17] "GET /tag/2999da01-b4cf-48a6-ae66-7ebfb0d80da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.010244 10.0.0.19 - - [2026-06-11 01:48:17] "POST /firewall-rules HTTP/1.1" 200 570 0.064895 10.0.0.19 - - [2026-06-11 01:48:17] "GET /firewall-rule/9783df9e-9f2e-48cc-bce0-6de00389801e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.008488 10.0.0.19 - - [2026-06-11 01:48:17] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3394 0.004176 10.0.0.19 - - [2026-06-11 01:48:17] "GET /firewall-rule/9783df9e-9f2e-48cc-bce0-6de00389801e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.002230 10.0.0.19 - - [2026-06-11 01:48:17] "POST /ref-update HTTP/1.1" 200 156 0.037495 10.0.0.19 - - [2026-06-11 01:48:17] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005452 10.0.0.19 - - [2026-06-11 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002086 10.0.0.19 - - [2026-06-11 01:48:17] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002448 10.0.0.19 - - [2026-06-11 01:48:17] "POST /tags HTTP/1.1" 409 210 0.001546 10.0.0.19 - - [2026-06-11 01:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.19 - - [2026-06-11 01:48:17] "GET /tag/2999da01-b4cf-48a6-ae66-7ebfb0d80da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.010719 10.0.0.19 - - [2026-06-11 01:48:17] "POST /firewall-rules HTTP/1.1" 200 568 0.074797 10.0.0.19 - - [2026-06-11 01:48:17] "GET /firewall-rule/94b70a17-a631-4ec7-a766-c6d279e605da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.003833 10.0.0.19 - - [2026-06-11 01:48:17] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3635 0.003472 10.0.0.19 - - [2026-06-11 01:48:17] "GET /firewall-rule/94b70a17-a631-4ec7-a766-c6d279e605da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.002146 10.0.0.19 - - [2026-06-11 01:48:18] "POST /ref-update HTTP/1.1" 200 156 0.049884 10.0.0.19 - - [2026-06-11 01:48:18] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007905 10.0.0.19 - - [2026-06-11 01:48:18] "POST /set-tag HTTP/1.1" 200 109 0.002172 10.0.0.242 - - [2026-06-11 01:49:01] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.242 - - [2026-06-11 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002093 10.0.0.242 - - [2026-06-11 01:49:01] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006035 10.0.0.242 - - [2026-06-11 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002011 10.0.0.242 - - [2026-06-11 01:49:01] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003558 10.0.0.242 - - [2026-06-11 01:49:01] "PUT /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0 HTTP/1.1" 200 274 0.009096 10.0.0.242 - - [2026-06-11 01:49:01] "POST /fqname-to-id HTTP/1.1" 404 216 0.006159 10.0.0.242 - - [2026-06-11 01:49:01] "POST /virtual-routers HTTP/1.1" 200 599 0.016210 10.0.0.242 - - [2026-06-11 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.015660 10.0.0.242 - - [2026-06-11 01:49:01] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.005279 10.0.0.242 - - [2026-06-11 01:49:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.002004 10.0.0.242 - - [2026-06-11 01:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001822 10.0.0.242 - - [2026-06-11 01:49:01] "GET /virtual-network/d1d40498-580c-4c07-91fb-27c41b13432f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1718 0.005300 10.0.0.242 - - [2026-06-11 01:49:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.068692 10.0.0.19 - - [2026-06-11 01:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.19 - - [2026-06-11 01:49:23] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004159 10.0.0.19 - - [2026-06-11 01:51:50] "GET /global-system-configs HTTP/1.1" 200 322 0.003428 10.0.0.19 - - [2026-06-11 01:51:51] "GET /global-system-configs HTTP/1.1" 200 322 0.001840 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:51:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000983 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:51:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001729 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:52:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000931 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:52:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000918 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:52:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001080 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:52:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000926 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:52:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000936 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:52:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000858 10.0.0.19 - - [2026-06-11 01:53:03] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003098 10.0.0.19 - - [2026-06-11 01:53:03] "POST /ref-update HTTP/1.1" 200 156 0.019886 10.0.0.19 - - [2026-06-11 01:53:10] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005425 10.0.0.19 - - [2026-06-11 01:53:10] "POST /set-tag HTTP/1.1" 200 109 0.003146 10.0.0.19 - - [2026-06-11 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001899 10.0.0.19 - - [2026-06-11 01:53:10] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.002304 10.0.0.19 - - [2026-06-11 01:53:13] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004781 10.0.0.19 - - [2026-06-11 01:53:13] "POST /set-tag HTTP/1.1" 200 109 0.002492 10.0.0.19 - - [2026-06-11 01:53:17] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.003989 10.0.0.19 - - [2026-06-11 01:53:17] "POST /set-tag HTTP/1.1" 200 109 0.005489 10.0.0.19 - - [2026-06-11 01:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.001907 10.0.0.19 - - [2026-06-11 01:53:17] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005034 10.0.0.19 - - [2026-06-11 01:53:17] "GET /loadbalancer-pool/795a0dd7-5f29-463c-9d1f-85ec0b2c85f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.003554 10.0.0.19 - - [2026-06-11 01:53:17] "POST /loadbalancer-members HTTP/1.1" 200 690 0.029070 10.0.0.19 - - [2026-06-11 01:53:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.037601 10.0.0.19 - - [2026-06-11 01:53:17] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.013363 10.0.0.19 - - [2026-06-11 01:53:17] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.011586 10.0.0.19 - - [2026-06-11 01:53:17] "POST /ref-update HTTP/1.1" 200 156 0.009694 10.0.0.19 - - [2026-06-11 01:53:17] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1773 0.017724 10.0.0.19 - - [2026-06-11 01:53:17] "POST /tags HTTP/1.1" 409 205 0.003692 10.0.0.19 - - [2026-06-11 01:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.19 - - [2026-06-11 01:53:17] "PUT /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22 HTTP/1.1" 200 256 0.022754 10.0.0.19 - - [2026-06-11 01:53:17] "GET /tag/e1b235b3-a2fb-4a3c-b614-fb801bf5ad75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1113 0.024053 10.0.0.19 - - [2026-06-11 01:53:17] "POST /set-tag HTTP/1.1" 200 109 0.095502 10.0.0.19 - - [2026-06-11 01:53:17] "GET /loadbalancer-pool/bb68b5a0-f4d3-435f-861a-d9ff0048c4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.011815 10.0.0.19 - - [2026-06-11 01:53:17] "POST /loadbalancer-members HTTP/1.1" 200 690 0.024558 10.0.0.19 - - [2026-06-11 01:53:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.010504 10.0.0.19 - - [2026-06-11 01:53:17] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.009215 10.0.0.19 - - [2026-06-11 01:53:17] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005520 10.0.0.19 - - [2026-06-11 01:53:17] "POST /set-tag HTTP/1.1" 200 109 0.004252 10.0.0.19 - - [2026-06-11 01:53:17] "POST /ref-update HTTP/1.1" 200 156 0.006396 10.0.0.19 - - [2026-06-11 01:53:17] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1918 0.008492 10.0.0.19 - - [2026-06-11 01:53:17] "PUT /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22 HTTP/1.1" 200 256 0.008332 10.0.0.19 - - [2026-06-11 01:53:17] "GET /loadbalancer-pool/31455b4b-c057-4b75-b6ff-61fb99ff11df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.012889 10.0.0.19 - - [2026-06-11 01:53:17] "POST /loadbalancer-members HTTP/1.1" 200 692 0.025121 10.0.0.19 - - [2026-06-11 01:53:17] "POST /prop-collection-update HTTP/1.1" 200 115 0.035631 10.0.0.19 - - [2026-06-11 01:53:17] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.020760 10.0.0.19 - - [2026-06-11 01:53:17] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004984 10.0.0.19 - - [2026-06-11 01:53:17] "POST /ref-update HTTP/1.1" 200 156 0.011328 10.0.0.19 - - [2026-06-11 01:53:17] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.017146 10.0.0.19 - - [2026-06-11 01:53:17] "POST /set-tag HTTP/1.1" 200 109 0.003711 10.0.0.19 - - [2026-06-11 01:53:17] "PUT /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22 HTTP/1.1" 200 256 0.029014 10.0.0.242 - - [2026-06-11 01:54:10] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.242 - - [2026-06-11 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.242 - - [2026-06-11 01:54:10] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004373 10.0.0.242 - - [2026-06-11 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008420 10.0.0.242 - - [2026-06-11 01:54:10] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002745 10.0.0.242 - - [2026-06-11 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.001932 10.0.0.242 - - [2026-06-11 01:54:10] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003305 10.0.0.242 - - [2026-06-11 01:54:10] "PUT /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368 HTTP/1.1" 200 262 0.008759 10.0.0.242 - - [2026-06-11 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002092 10.0.0.242 - - [2026-06-11 01:54:10] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005937 10.0.0.242 - - [2026-06-11 01:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.242 - - [2026-06-11 01:54:10] "GET /virtual-machine-interface/585fcd30-3b5a-463a-9110-db8066a9cd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1914 0.004426 10.0.0.242 - - [2026-06-11 01:54:10] "PUT /virtual-machine-interface/585fcd30-3b5a-463a-9110-db8066a9cd4c HTTP/1.1" 200 284 0.009471 10.0.0.19 - - [2026-06-11 01:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002128 10.0.0.19 - - [2026-06-11 01:54:23] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.002450 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:56:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000936 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:56:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001518 10.0.0.19 - - [2026-06-11 01:56:50] "GET /global-system-configs HTTP/1.1" 200 322 0.001865 10.0.0.19 - - [2026-06-11 01:56:51] "GET /global-system-configs HTTP/1.1" 200 322 0.001869 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:57:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001051 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:57:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001142 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:57:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001311 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:57:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001340 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:57:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000939 [Introspect:8084]10.0.0.19 - - [2026-06-11 01:57:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001027 10.0.0.19 - - [2026-06-11 01:57:18] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005239 10.0.0.19 - - [2026-06-11 01:57:18] "POST /set-tag HTTP/1.1" 200 109 0.002598 10.0.0.19 - - [2026-06-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001804 10.0.0.19 - - [2026-06-11 01:57:18] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.002502 10.0.0.19 - - [2026-06-11 01:57:18] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003560 10.0.0.19 - - [2026-06-11 01:57:18] "POST /set-tag HTTP/1.1" 200 109 0.023879 10.0.0.19 - - [2026-06-11 01:57:18] "DELETE /loadbalancer-member/b8bf4e0f-3c4e-4e15-ad1e-3be18aa5b61d HTTP/1.1" 200 115 0.021383 10.0.0.19 - - [2026-06-11 01:57:18] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.004970 10.0.0.19 - - [2026-06-11 01:57:18] "POST /set-tag HTTP/1.1" 200 109 0.002100 10.0.0.19 - - [2026-06-11 01:57:18] "DELETE /loadbalancer-member/fcdf977c-9289-4a70-a3da-f48fe10330e2 HTTP/1.1" 200 115 0.058195 10.0.0.19 - - [2026-06-11 01:57:18] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007865 10.0.0.19 - - [2026-06-11 01:57:18] "POST /set-tag HTTP/1.1" 200 109 0.004417 10.0.0.19 - - [2026-06-11 01:57:18] "DELETE /loadbalancer-member/88f217a0-3a8c-451d-b62e-f1da8878210f HTTP/1.1" 200 115 0.045916 10.0.0.19 - - [2026-06-11 01:57:18] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.014980 10.0.0.19 - - [2026-06-11 01:57:18] "POST /set-tag HTTP/1.1" 200 109 0.007189 10.0.0.19 - - [2026-06-11 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.19 - - [2026-06-11 01:57:18] "GET /loadbalancer/066da17e-b8d8-4f20-8183-9a72f4244a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.002431 10.0.0.19 - - [2026-06-11 01:57:18] "GET /loadbalancer-pool/795a0dd7-5f29-463c-9d1f-85ec0b2c85f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.002417 10.0.0.19 - - [2026-06-11 01:57:19] "POST /loadbalancer-members HTTP/1.1" 200 690 0.015652 10.0.0.19 - - [2026-06-11 01:57:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.012381 10.0.0.19 - - [2026-06-11 01:57:19] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.017653 10.0.0.19 - - [2026-06-11 01:57:19] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.024577 10.0.0.19 - - [2026-06-11 01:57:19] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005380 10.0.0.19 - - [2026-06-11 01:57:19] "POST /set-tag HTTP/1.1" 200 109 0.108481 10.0.0.19 - - [2026-06-11 01:57:19] "GET /loadbalancer-pool/bb68b5a0-f4d3-435f-861a-d9ff0048c4b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.007260 10.0.0.19 - - [2026-06-11 01:57:19] "POST /loadbalancer-members HTTP/1.1" 200 690 0.019099 10.0.0.19 - - [2026-06-11 01:57:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.018708 10.0.0.19 - - [2026-06-11 01:57:19] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.008738 10.0.0.19 - - [2026-06-11 01:57:19] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006003 10.0.0.19 - - [2026-06-11 01:57:19] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004520 10.0.0.19 - - [2026-06-11 01:57:19] "POST /set-tag HTTP/1.1" 200 109 0.002708 10.0.0.19 - - [2026-06-11 01:57:19] "GET /loadbalancer-pool/31455b4b-c057-4b75-b6ff-61fb99ff11df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1860 0.002687 10.0.0.19 - - [2026-06-11 01:57:19] "POST /loadbalancer-members HTTP/1.1" 200 692 0.028450 10.0.0.19 - - [2026-06-11 01:57:19] "POST /prop-collection-update HTTP/1.1" 200 115 0.006603 10.0.0.19 - - [2026-06-11 01:57:19] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005512 10.0.0.19 - - [2026-06-11 01:57:19] "POST /set-tag HTTP/1.1" 200 109 0.001811 10.0.0.19 - - [2026-06-11 01:57:19] "GET /virtual-machine-interface/98a2a710-6537-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004932 10.0.0.19 - - [2026-06-11 01:57:19] "GET /floating-ip/eb70df2f-9c38-4044-b3fd-d56ac1d0fa22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.002553 10.0.0.19 - - [2026-06-11 01:59:30] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.19 - - [2026-06-11 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.19 - - [2026-06-11 01:59:30] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.036943 10.0.0.19 - - [2026-06-11 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001968 10.0.0.19 - - [2026-06-11 01:59:30] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.021235 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002028 10.0.0.19 - - [2026-06-11 01:59:31] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.027112 10.0.0.19 - - [2026-06-11 01:59:31] "POST /tags HTTP/1.1" 200 333 0.032656 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001954 10.0.0.19 - - [2026-06-11 01:59:31] "GET /tag/09592541-666c-47c3-adee-150c4a273823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.014689 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.19 - - [2026-06-11 01:59:31] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.040520 10.0.0.19 - - [2026-06-11 01:59:31] "GET /virtual-networks?parent_id=9761e41a-fb24-4e17-a1af-97f130446968&detail=False&count=False&shared=False HTTP/1.1" 200 553 0.002326 10.0.0.19 - - [2026-06-11 01:59:31] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.052537 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.013846 10.0.0.19 - - [2026-06-11 01:59:31] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.005298 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001521 10.0.0.19 - - [2026-06-11 01:59:31] "POST /virtual-networks HTTP/1.1" 200 512 0.068530 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643 10.0.0.19 - - [2026-06-11 01:59:31] "GET /network-ipam/f5d7b322-8e63-40db-8c49-df8da03163ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010518 10.0.0.19 - - [2026-06-11 01:59:31] "GET /service-appliance-set/0afbedd5-9ebd-4180-ad1b-7961d2d52016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.003384 10.0.0.19 - - [2026-06-11 01:59:31] "POST /fqname-to-id HTTP/1.1" 404 254 0.002221 10.0.0.19 - - [2026-06-11 01:59:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 664 0.057614 10.0.0.19 - - [2026-06-11 01:59:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007610 10.0.0.19 - - [2026-06-11 01:59:31] "POST /ref-update HTTP/1.1" 200 156 0.083715 10.0.0.19 - - [2026-06-11 01:59:31] "GET /virtual-machine-interface/f114fd4b-ea5f-4afe-989f-1dca64c17e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.007798 10.0.0.19 - - [2026-06-11 01:59:31] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1850 0.004165 10.0.0.19 - - [2026-06-11 01:59:31] "GET /domains HTTP/1.1" 200 280 0.002024 10.0.0.19 - - [2026-06-11 01:59:31] "GET /domain/287ef304-3126-4da3-a2a3-b52c9ff51527 HTTP/1.1" 200 3086 0.014307 10.0.0.19 - - [2026-06-11 01:59:31] "POST /instance-ips HTTP/1.1" 200 409 0.036804 10.0.0.19 - - [2026-06-11 01:59:31] "GET /instance-ip/bd71b47a-242a-4afc-9d39-dc2648caf52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.018137 10.0.0.19 - - [2026-06-11 01:59:31] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968 HTTP/1.1" 200 5477 0.045339 10.0.0.19 - - [2026-06-11 01:59:32] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2079 0.005069 10.0.0.19 - - [2026-06-11 01:59:32] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2079 0.007045 10.0.0.19 - - [2026-06-11 01:59:32] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 200 1181 0.003059 10.0.0.19 - - [2026-06-11 01:59:32] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 200 1181 0.002608 10.0.0.19 - - [2026-06-11 01:59:32] "POST /loadbalancers HTTP/1.1" 200 610 0.068325 10.0.0.19 - - [2026-06-11 01:59:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.013780 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007407 10.0.0.19 - - [2026-06-11 01:59:32] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035556 10.0.0.19 - - [2026-06-11 01:59:32] "GET /instance-ip/bd71b47a-242a-4afc-9d39-dc2648caf52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.002309 10.0.0.19 - - [2026-06-11 01:59:32] "POST /floating-ips HTTP/1.1" 200 597 0.045195 10.0.0.19 - - [2026-06-11 01:59:32] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.049248 10.0.0.19 - - [2026-06-11 01:59:32] "GET /loadbalancer/e05155e5-7159-4ef3-bc3f-1ed505916b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.002656 10.0.0.19 - - [2026-06-11 01:59:32] "POST /route-targets HTTP/1.1" 200 327 0.032533 10.0.0.19 - - [2026-06-11 01:59:32] "POST /loadbalancer-listeners HTTP/1.1" 200 716 0.071011 10.0.0.19 - - [2026-06-11 01:59:32] "POST /ref-update HTTP/1.1" 200 156 0.038660 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.19 - - [2026-06-11 01:59:32] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.030723 10.0.0.19 - - [2026-06-11 01:59:32] "GET /loadbalancer-listener/fe1ad300-6f00-440b-ad56-c63470a36edf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1805 0.003979 10.0.0.19 - - [2026-06-11 01:59:32] "GET /loadbalancer-listener/fe1ad300-6f00-440b-ad56-c63470a36edf?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1224 0.003284 10.0.0.19 - - [2026-06-11 01:59:32] "POST /loadbalancer-pools HTTP/1.1" 200 708 0.022223 10.0.0.19 - - [2026-06-11 01:59:32] "GET /instance-ip/bd71b47a-242a-4afc-9d39-dc2648caf52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1651 0.003981 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.19 - - [2026-06-11 01:59:32] "GET /instance-ip/bd71b47a-242a-4afc-9d39-dc2648caf52a?fields=floating_ips HTTP/1.1" 200 1213 0.012795 10.0.0.19 - - [2026-06-11 01:59:32] "GET /floating-ip/35f68740-b143-42ec-a4dc-931b4c536f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.001872 10.0.0.19 - - [2026-06-11 01:59:32] "GET /loadbalancer/e05155e5-7159-4ef3-bc3f-1ed505916b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.002337 10.0.0.19 - - [2026-06-11 01:59:32] "POST /tags HTTP/1.1" 200 295 0.038522 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.19 - - [2026-06-11 01:59:32] "GET /tag/5ea4ff01-87d0-44d9-8e8d-fa156a09b25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1096 0.013814 10.0.0.19 - - [2026-06-11 01:59:32] "POST /tags HTTP/1.1" 409 233 0.001923 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001670 10.0.0.19 - - [2026-06-11 01:59:32] "GET /tag/87c20169-9a2e-4d00-a5f1-31a58888c7e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.011207 10.0.0.19 - - [2026-06-11 01:59:32] "POST /tags HTTP/1.1" 409 206 0.002135 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001470 10.0.0.19 - - [2026-06-11 01:59:32] "GET /tag/713a20a5-f98e-496c-a6bf-a2344ec958ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.010805 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001601 10.0.0.19 - - [2026-06-11 01:59:32] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.004326 10.0.0.19 - - [2026-06-11 01:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001592 10.0.0.19 - - [2026-06-11 01:59:32] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.028977 10.0.0.19 - - [2026-06-11 01:59:32] "POST /virtual-machines HTTP/1.1" 200 369 0.007967 10.0.0.19 - - [2026-06-11 01:59:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.007674 10.0.0.19 - - [2026-06-11 01:59:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.095719 10.0.0.19 - - [2026-06-11 01:59:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.024935 10.0.0.19 - - [2026-06-11 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004237 10.0.0.19 - - [2026-06-11 01:59:33] "POST /instance-ips HTTP/1.1" 200 409 0.021753 10.0.0.19 - - [2026-06-11 01:59:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.019942 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006694 10.0.0.19 - - [2026-06-11 01:59:33] "POST /set-tag HTTP/1.1" 200 109 0.014652 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.020927 10.0.0.19 - - [2026-06-11 01:59:33] "GET /instance-ip/30be5958-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.002578 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004047 10.0.0.19 - - [2026-06-11 01:59:33] "POST /set-tag HTTP/1.1" 200 109 0.004286 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.002373 10.0.0.19 - - [2026-06-11 01:59:33] "POST /ref-update HTTP/1.1" 200 156 0.017991 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.017567 10.0.0.19 - - [2026-06-11 01:59:33] "POST /set-tag HTTP/1.1" 200 109 0.004552 10.0.0.19 - - [2026-06-11 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001757 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.003424 10.0.0.19 - - [2026-06-11 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001345 10.0.0.19 - - [2026-06-11 01:59:33] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.029582 10.0.0.19 - - [2026-06-11 01:59:33] "POST /virtual-machines HTTP/1.1" 200 369 0.007476 10.0.0.19 - - [2026-06-11 01:59:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.015798 10.0.0.19 - - [2026-06-11 01:59:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 636 0.105913 10.0.0.19 - - [2026-06-11 01:59:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.018709 10.0.0.19 - - [2026-06-11 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008955 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005899 10.0.0.19 - - [2026-06-11 01:59:33] "POST /instance-ips HTTP/1.1" 200 409 0.017820 10.0.0.19 - - [2026-06-11 01:59:33] "POST /prop-collection-update HTTP/1.1" 200 115 0.021486 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.010001 10.0.0.19 - - [2026-06-11 01:59:33] "POST /set-tag HTTP/1.1" 200 109 0.014641 10.0.0.19 - - [2026-06-11 01:59:33] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.016142 10.0.0.19 - - [2026-06-11 01:59:33] "GET /instance-ip/312aa16c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003296 10.0.0.19 - - [2026-06-11 01:59:34] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.003993 10.0.0.19 - - [2026-06-11 01:59:34] "POST /set-tag HTTP/1.1" 200 109 0.001993 10.0.0.19 - - [2026-06-11 01:59:34] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1686 0.003296 10.0.0.19 - - [2026-06-11 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.010980 10.0.0.19 - - [2026-06-11 01:59:34] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004256 10.0.0.19 - - [2026-06-11 01:59:34] "POST /set-tag HTTP/1.1" 200 109 0.001804 10.0.0.19 - - [2026-06-11 01:59:34] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.003446 10.0.0.19 - - [2026-06-11 01:59:34] "POST /set-tag HTTP/1.1" 200 109 0.002171 10.0.0.19 - - [2026-06-11 01:59:34] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.003892 10.0.0.19 - - [2026-06-11 01:59:34] "POST /set-tag HTTP/1.1" 200 109 0.001795 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domains HTTP/1.1" 200 280 0.001842 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domain/287ef304-3126-4da3-a2a3-b52c9ff51527 HTTP/1.1" 200 3086 0.002560 10.0.0.19 - - [2026-06-11 01:59:37] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968 HTTP/1.1" 200 7065 0.030285 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2079 0.003479 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2079 0.003143 10.0.0.19 - - [2026-06-11 01:59:37] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 200 1402 0.002882 10.0.0.19 - - [2026-06-11 01:59:37] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 200 1402 0.001898 10.0.0.19 - - [2026-06-11 01:59:37] "GET /route-target/697c05e2-ccae-436c-b074-8a4e0e82293f HTTP/1.1" 200 1152 0.002772 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2079 0.003919 10.0.0.19 - - [2026-06-11 01:59:37] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 200 1402 0.002197 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1850 0.003518 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2079 0.004514 10.0.0.19 - - [2026-06-11 01:59:37] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 200 1402 0.002806 10.0.0.19 - - [2026-06-11 01:59:37] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 200 1402 0.002342 10.0.0.19 - - [2026-06-11 01:59:37] "GET /route-target/697c05e2-ccae-436c-b074-8a4e0e82293f HTTP/1.1" 200 1152 0.001976 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domains HTTP/1.1" 200 280 0.001679 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domain/287ef304-3126-4da3-a2a3-b52c9ff51527 HTTP/1.1" 200 3086 0.002236 10.0.0.19 - - [2026-06-11 01:59:37] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968 HTTP/1.1" 200 7065 0.029391 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2079 0.003553 10.0.0.19 - - [2026-06-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001764 10.0.0.19 - - [2026-06-11 01:59:37] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.027975 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1850 0.003983 10.0.0.19 - - [2026-06-11 01:59:37] "GET /floating-ip-pools?parent_id=3660bebb-0db3-40f7-90a9-88cc9e5ea9c0&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002022 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1850 0.003752 10.0.0.19 - - [2026-06-11 01:59:37] "POST /floating-ip-pools HTTP/1.1" 200 562 0.020632 10.0.0.19 - - [2026-06-11 01:59:37] "POST /ref-update HTTP/1.1" 200 156 0.008526 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1850 0.006423 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domains HTTP/1.1" 200 280 0.004132 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domain/287ef304-3126-4da3-a2a3-b52c9ff51527 HTTP/1.1" 200 3086 0.002768 10.0.0.19 - - [2026-06-11 01:59:37] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968 HTTP/1.1" 200 7321 0.028972 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2317 0.004427 10.0.0.19 - - [2026-06-11 01:59:37] "GET /floating-ip-pool/bca20fb3-75c3-4abd-b6db-93a799ea736b HTTP/1.1" 200 1315 0.001943 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domains HTTP/1.1" 200 280 0.001165 10.0.0.19 - - [2026-06-11 01:59:37] "GET /domain/287ef304-3126-4da3-a2a3-b52c9ff51527 HTTP/1.1" 200 3086 0.001997 10.0.0.19 - - [2026-06-11 01:59:37] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968 HTTP/1.1" 200 7321 0.035569 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 2317 0.008013 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1850 0.005134 10.0.0.19 - - [2026-06-11 01:59:37] "POST /tags HTTP/1.1" 200 365 0.047056 10.0.0.19 - - [2026-06-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.19 - - [2026-06-11 01:59:37] "GET /tag/05f4a761-8a1e-44f1-bfd4-7148769c5a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1240 0.013281 10.0.0.19 - - [2026-06-11 01:59:37] "POST /tags HTTP/1.1" 409 206 0.001595 10.0.0.19 - - [2026-06-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001882 10.0.0.19 - - [2026-06-11 01:59:37] "GET /tag/713a20a5-f98e-496c-a6bf-a2344ec958ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.011230 10.0.0.19 - - [2026-06-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.19 - - [2026-06-11 01:59:37] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.026275 10.0.0.19 - - [2026-06-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.008262 10.0.0.19 - - [2026-06-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001688 10.0.0.19 - - [2026-06-11 01:59:37] "GET /service-appliance-set/ffafe677-ba2d-427f-a70e-52cb2e65aeb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.003031 10.0.0.19 - - [2026-06-11 01:59:37] "POST /fqname-to-id HTTP/1.1" 404 258 0.001307 10.0.0.19 - - [2026-06-11 01:59:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 672 0.087568 10.0.0.19 - - [2026-06-11 01:59:37] "GET /virtual-machine-interface/d45830f7-9347-4f1e-b651-4dcb6c8695ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2345 0.019677 10.0.0.19 - - [2026-06-11 01:59:37] "POST /set-tag HTTP/1.1" 200 109 0.012973 10.0.0.19 - - [2026-06-11 01:59:38] "POST /instance-ips HTTP/1.1" 200 417 0.027734 10.0.0.19 - - [2026-06-11 01:59:38] "GET /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1665 0.012260 10.0.0.19 - - [2026-06-11 01:59:38] "POST /loadbalancers HTTP/1.1" 200 618 0.063957 10.0.0.19 - - [2026-06-11 01:59:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.018170 10.0.0.19 - - [2026-06-11 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007518 10.0.0.19 - - [2026-06-11 01:59:38] "POST /service-instances HTTP/1.1" 200 566 0.016458 10.0.0.19 - - [2026-06-11 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.011513 10.0.0.19 - - [2026-06-11 01:59:38] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.035549 10.0.0.19 - - [2026-06-11 01:59:38] "GET /virtual-machine-interface/d45830f7-9347-4f1e-b651-4dcb6c8695ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.003662 10.0.0.19 - - [2026-06-11 01:59:38] "GET /virtual-machine-interface/d45830f7-9347-4f1e-b651-4dcb6c8695ab?fields=floating_ip_back_refs HTTP/1.1" 200 1180 0.004626 10.0.0.19 - - [2026-06-11 01:59:38] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.019943 10.0.0.19 - - [2026-06-11 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010068 10.0.0.19 - - [2026-06-11 01:59:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.017864 10.0.0.19 - - [2026-06-11 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.19 - - [2026-06-11 01:59:38] "GET /floating-ip-pool/bca20fb3-75c3-4abd-b6db-93a799ea736b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.019177 10.0.0.19 - - [2026-06-11 01:59:38] "POST /virtual-machines HTTP/1.1" 200 429 0.023930 10.0.0.19 - - [2026-06-11 01:59:38] "POST /floating-ips HTTP/1.1" 200 671 0.135908 10.0.0.19 - - [2026-06-11 01:59:38] "POST /prop-collection-update HTTP/1.1" 200 115 0.014224 10.0.0.19 - - [2026-06-11 01:59:38] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.009151 10.0.0.19 - - [2026-06-11 01:59:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.168048 10.0.0.19 - - [2026-06-11 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009651 10.0.0.19 - - [2026-06-11 01:59:38] "POST /chown HTTP/1.1" 200 109 0.019908 10.0.0.19 - - [2026-06-11 01:59:38] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002591 10.0.0.19 - - [2026-06-11 01:59:38] "POST /tags HTTP/1.1" 409 221 0.001519 10.0.0.19 - - [2026-06-11 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.001192 10.0.0.19 - - [2026-06-11 01:59:38] "GET /tag/09592541-666c-47c3-adee-150c4a273823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.010088 10.0.0.19 - - [2026-06-11 01:59:38] "POST /tags HTTP/1.1" 409 238 0.001165 10.0.0.19 - - [2026-06-11 01:59:38] "POST /chown HTTP/1.1" 200 109 0.005775 10.0.0.19 - - [2026-06-11 01:59:38] "PUT /virtual-machine-interface/644fe6f0-f506-41c3-a88a-c18b825eaf05 HTTP/1.1" 200 284 0.019431 10.0.0.19 - - [2026-06-11 01:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.19 - - [2026-06-11 01:59:38] "GET /tag/05f4a761-8a1e-44f1-bfd4-7148769c5a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1240 0.009486 10.0.0.19 - - [2026-06-11 01:59:38] "PUT /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c HTTP/1.1" 200 256 0.045187 10.0.0.19 - - [2026-06-11 01:59:38] "POST /firewall-rules HTTP/1.1" 200 650 0.094831 10.0.0.19 - - [2026-06-11 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.083554 10.0.0.19 - - [2026-06-11 01:59:38] "GET /firewall-rule/363ff6b3-2b57-4245-8ff5-f5be7d5bdfa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.011281 10.0.0.19 - - [2026-06-11 01:59:38] "GET /firewall-policy/63543be0-4264-4597-bdd2-c283b9dafc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.005785 10.0.0.19 - - [2026-06-11 01:59:38] "GET /firewall-rule/363ff6b3-2b57-4245-8ff5-f5be7d5bdfa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.003415 10.0.0.19 - - [2026-06-11 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.024378 10.0.0.19 - - [2026-06-11 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.018757 10.0.0.19 - - [2026-06-11 01:59:38] "POST /ref-update HTTP/1.1" 200 156 0.026562 10.0.0.19 - - [2026-06-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011339 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.029173 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.024529 10.0.0.19 - - [2026-06-11 01:59:39] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.069417 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.029586 10.0.0.19 - - [2026-06-11 01:59:39] "GET /loadbalancer/d7e1f694-2e1f-49e5-ad5f-6347054efdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.002615 10.0.0.19 - - [2026-06-11 01:59:39] "POST /loadbalancer-listeners HTTP/1.1" 200 726 0.019331 10.0.0.19 - - [2026-06-11 01:59:39] "POST /virtual-machines HTTP/1.1" 200 429 0.013936 10.0.0.19 - - [2026-06-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.19 - - [2026-06-11 01:59:39] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.069206 10.0.0.19 - - [2026-06-11 01:59:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 668 0.121686 10.0.0.19 - - [2026-06-11 01:59:39] "GET /loadbalancer-listener/d446dc38-62ff-41fc-bc89-7ac2f0f6686b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.007932 10.0.0.19 - - [2026-06-11 01:59:39] "POST /chown HTTP/1.1" 200 109 0.012087 10.0.0.19 - - [2026-06-11 01:59:39] "GET /loadbalancer-listener/d446dc38-62ff-41fc-bc89-7ac2f0f6686b?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1234 0.009403 10.0.0.19 - - [2026-06-11 01:59:39] "POST /chown HTTP/1.1" 200 109 0.017040 10.0.0.19 - - [2026-06-11 01:59:39] "PUT /virtual-machine-interface/842f16fd-da88-4a70-a1a1-08d9940ee779 HTTP/1.1" 200 284 0.017072 10.0.0.19 - - [2026-06-11 01:59:39] "POST /loadbalancer-pools HTTP/1.1" 200 718 0.065861 10.0.0.19 - - [2026-06-11 01:59:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.010416 10.0.0.19 - - [2026-06-11 01:59:39] "PUT /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c HTTP/1.1" 200 256 0.048853 10.0.0.19 - - [2026-06-11 01:59:39] "GET /loadbalancer-pool/ae1d3f1f-0e06-41ab-93e0-70c0233048ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008279 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.012192 10.0.0.19 - - [2026-06-11 01:59:39] "POST /loadbalancer-members HTTP/1.1" 200 707 0.035182 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.033529 10.0.0.19 - - [2026-06-11 01:59:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.045726 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.057147 10.0.0.19 - - [2026-06-11 01:59:39] "GET /loadbalancer-member/1e260ef9-2f1f-4019-a6c2-5472c827b645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.017075 10.0.0.19 - - [2026-06-11 01:59:39] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004524 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.014463 10.0.0.19 - - [2026-06-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.015405 10.0.0.19 - - [2026-06-11 01:59:39] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.006604 10.0.0.19 - - [2026-06-11 01:59:39] "POST /ref-update HTTP/1.1" 200 156 0.019588 10.0.0.19 - - [2026-06-11 01:59:39] "POST /tags HTTP/1.1" 409 221 0.003472 10.0.0.19 - - [2026-06-11 01:59:39] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.012395 10.0.0.19 - - [2026-06-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.017637 10.0.0.19 - - [2026-06-11 01:59:39] "GET /tag/09592541-666c-47c3-adee-150c4a273823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.009670 10.0.0.19 - - [2026-06-11 01:59:39] "POST /prop-collection-update HTTP/1.1" 200 115 0.009924 10.0.0.19 - - [2026-06-11 01:59:39] "POST /tags HTTP/1.1" 409 238 0.001685 10.0.0.19 - - [2026-06-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.19 - - [2026-06-11 01:59:39] "GET /tag/05f4a761-8a1e-44f1-bfd4-7148769c5a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1240 0.015723 10.0.0.19 - - [2026-06-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.19 - - [2026-06-11 01:59:39] "POST /firewall-rules HTTP/1.1" 409 293 0.002472 10.0.0.19 - - [2026-06-11 01:59:39] "POST /chown HTTP/1.1" 200 109 0.015693 10.0.0.19 - - [2026-06-11 01:59:39] "POST /chown HTTP/1.1" 200 109 0.028552 10.0.0.19 - - [2026-06-11 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.19 - - [2026-06-11 01:59:39] "PUT /firewall-rule/363ff6b3-2b57-4245-8ff5-f5be7d5bdfa9 HTTP/1.1" 200 260 0.019448 10.0.0.19 - - [2026-06-11 01:59:39] "GET /firewall-rule/363ff6b3-2b57-4245-8ff5-f5be7d5bdfa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.010662 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c HTTP/1.1" 200 256 0.028357 10.0.0.19 - - [2026-06-11 01:59:40] "GET /firewall-policy/63543be0-4264-4597-bdd2-c283b9dafc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.017695 10.0.0.19 - - [2026-06-11 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.048360 10.0.0.19 - - [2026-06-11 01:59:40] "GET /firewall-rule/363ff6b3-2b57-4245-8ff5-f5be7d5bdfa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.009181 10.0.0.19 - - [2026-06-11 01:59:40] "POST /chown HTTP/1.1" 200 109 0.025167 10.0.0.19 - - [2026-06-11 01:59:40] "POST /chown HTTP/1.1" 200 109 0.008188 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c HTTP/1.1" 200 256 0.021451 10.0.0.19 - - [2026-06-11 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.016093 10.0.0.19 - - [2026-06-11 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.19 - - [2026-06-11 01:59:40] "POST /chown HTTP/1.1" 200 109 0.015471 10.0.0.19 - - [2026-06-11 01:59:40] "POST /chown HTTP/1.1" 200 109 0.015253 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c HTTP/1.1" 200 256 0.014559 10.0.0.19 - - [2026-06-11 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.019447 10.0.0.19 - - [2026-06-11 01:59:40] "POST /chown HTTP/1.1" 200 109 0.028315 10.0.0.19 - - [2026-06-11 01:59:40] "POST /chown HTTP/1.1" 200 109 0.005717 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c HTTP/1.1" 200 256 0.016796 10.0.0.19 - - [2026-06-11 01:59:40] "POST /ref-update HTTP/1.1" 200 156 0.015837 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.018602 10.0.0.19 - - [2026-06-11 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.012213 10.0.0.19 - - [2026-06-11 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.059865 10.0.0.19 - - [2026-06-11 01:59:40] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.003445 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.008189 10.0.0.19 - - [2026-06-11 01:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002089 10.0.0.19 - - [2026-06-11 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.018283 10.0.0.19 - - [2026-06-11 01:59:40] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.049470 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.019538 10.0.0.19 - - [2026-06-11 01:59:40] "POST /virtual-machines HTTP/1.1" 200 373 0.018868 10.0.0.19 - - [2026-06-11 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.016601 10.0.0.19 - - [2026-06-11 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.015682 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.013414 10.0.0.19 - - [2026-06-11 01:59:40] "POST /prop-collection-update HTTP/1.1" 200 115 0.014911 10.0.0.19 - - [2026-06-11 01:59:40] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.051091 10.0.0.19 - - [2026-06-11 01:59:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 640 0.150185 10.0.0.19 - - [2026-06-11 01:59:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.032407 10.0.0.19 - - [2026-06-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008522 10.0.0.19 - - [2026-06-11 01:59:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.031371 10.0.0.19 - - [2026-06-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001863 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.005727 10.0.0.19 - - [2026-06-11 01:59:41] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.018638 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.027687 10.0.0.19 - - [2026-06-11 01:59:41] "POST /instance-ips HTTP/1.1" 200 413 0.032113 10.0.0.19 - - [2026-06-11 01:59:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.024776 10.0.0.19 - - [2026-06-11 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.027365 10.0.0.19 - - [2026-06-11 01:59:41] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.014333 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.020790 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.025885 10.0.0.19 - - [2026-06-11 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.025924 10.0.0.19 - - [2026-06-11 01:59:41] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.008803 10.0.0.19 - - [2026-06-11 01:59:41] "GET /instance-ip/3583545c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.014470 10.0.0.19 - - [2026-06-11 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.011221 10.0.0.19 - - [2026-06-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.005875 10.0.0.19 - - [2026-06-11 01:59:41] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.003947 10.0.0.19 - - [2026-06-11 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.001960 10.0.0.19 - - [2026-06-11 01:59:41] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.003017 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.008529 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.013630 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.028360 10.0.0.19 - - [2026-06-11 01:59:41] "POST /ref-update HTTP/1.1" 200 156 0.024048 10.0.0.19 - - [2026-06-11 01:59:41] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.019133 10.0.0.19 - - [2026-06-11 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.001740 10.0.0.19 - - [2026-06-11 01:59:41] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004312 10.0.0.19 - - [2026-06-11 01:59:41] "POST /set-tag HTTP/1.1" 200 109 0.002065 10.0.0.19 - - [2026-06-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001461 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.005700 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.023849 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.020478 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.008081 10.0.0.19 - - [2026-06-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.006774 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.006766 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.018593 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.015441 10.0.0.19 - - [2026-06-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002239 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.005811 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.033310 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.008742 10.0.0.19 - - [2026-06-11 01:59:41] "POST /chown HTTP/1.1" 200 109 0.029775 10.0.0.19 - - [2026-06-11 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002015 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.007597 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.027620 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.013627 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.006081 10.0.0.19 - - [2026-06-11 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.007777 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.013511 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.031762 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.013906 10.0.0.19 - - [2026-06-11 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001604 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.013500 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.018125 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.019399 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.006993 10.0.0.19 - - [2026-06-11 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001767 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.005722 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.026049 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.005763 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.020353 10.0.0.19 - - [2026-06-11 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001558 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.006152 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.017169 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.020614 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.009685 10.0.0.19 - - [2026-06-11 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.008433 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.019529 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.007075 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.019775 10.0.0.19 - - [2026-06-11 01:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001677 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.006208 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.016105 10.0.0.19 - - [2026-06-11 01:59:42] "POST /chown HTTP/1.1" 200 109 0.014699 10.0.0.19 - - [2026-06-11 01:59:43] "POST /chown HTTP/1.1" 200 109 0.005643 10.0.0.19 - - [2026-06-11 01:59:43] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.006251 10.0.0.19 - - [2026-06-11 01:59:43] "POST /set-tag HTTP/1.1" 200 109 0.003771 10.0.0.19 - - [2026-06-11 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001943 10.0.0.19 - - [2026-06-11 01:59:43] "GET /loadbalancer/e05155e5-7159-4ef3-bc3f-1ed505916b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.002733 10.0.0.19 - - [2026-06-11 01:59:43] "GET /loadbalancer-pool/d7d08d30-a64a-4940-a945-d6f850078d1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.002480 10.0.0.19 - - [2026-06-11 01:59:43] "POST /loadbalancer-members HTTP/1.1" 200 702 0.024760 10.0.0.19 - - [2026-06-11 01:59:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.008099 10.0.0.19 - - [2026-06-11 01:59:43] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.007372 10.0.0.19 - - [2026-06-11 01:59:43] "POST /tags HTTP/1.1" 409 221 0.002538 10.0.0.19 - - [2026-06-11 01:59:43] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004488 10.0.0.19 - - [2026-06-11 01:59:43] "POST /ref-update HTTP/1.1" 200 156 0.005190 10.0.0.19 - - [2026-06-11 01:59:43] "GET /floating-ip/35f68740-b143-42ec-a4dc-931b4c536f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1778 0.012677 10.0.0.19 - - [2026-06-11 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001751 10.0.0.19 - - [2026-06-11 01:59:43] "GET /tag/09592541-666c-47c3-adee-150c4a273823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.011545 10.0.0.19 - - [2026-06-11 01:59:43] "PUT /floating-ip/35f68740-b143-42ec-a4dc-931b4c536f12 HTTP/1.1" 200 256 0.011098 10.0.0.19 - - [2026-06-11 01:59:43] "POST /set-tag HTTP/1.1" 200 109 0.036897 10.0.0.19 - - [2026-06-11 01:59:44] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.004764 10.0.0.19 - - [2026-06-11 01:59:44] "POST /set-tag HTTP/1.1" 200 109 0.002357 10.0.0.19 - - [2026-06-11 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002002 10.0.0.19 - - [2026-06-11 01:59:44] "GET /loadbalancer/e05155e5-7159-4ef3-bc3f-1ed505916b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.002010 10.0.0.19 - - [2026-06-11 01:59:44] "GET /loadbalancer-pool/d7d08d30-a64a-4940-a945-d6f850078d1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1909 0.002055 10.0.0.19 - - [2026-06-11 01:59:44] "POST /loadbalancer-members HTTP/1.1" 200 702 0.013577 10.0.0.19 - - [2026-06-11 01:59:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.018267 10.0.0.19 - - [2026-06-11 01:59:44] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.007788 10.0.0.19 - - [2026-06-11 01:59:44] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.008871 10.0.0.19 - - [2026-06-11 01:59:44] "POST /ref-update HTTP/1.1" 200 156 0.007693 10.0.0.19 - - [2026-06-11 01:59:44] "GET /floating-ip/35f68740-b143-42ec-a4dc-931b4c536f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005910 10.0.0.19 - - [2026-06-11 01:59:44] "POST /set-tag HTTP/1.1" 200 109 0.018740 10.0.0.19 - - [2026-06-11 01:59:45] "GET /virtual-machine/e310bd4e-f5eb-4114-a83f-a94e9643aee8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1217 0.002753 10.0.0.19 - - [2026-06-11 01:59:45] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.003995 10.0.0.19 - - [2026-06-11 01:59:45] "GET /virtual-machine/4311b7c6-8020-46f8-be8f-7d7fd1a5b574?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1216 0.003352 10.0.0.19 - - [2026-06-11 01:59:45] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004418 10.0.0.19 - - [2026-06-11 01:59:54] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004096 10.0.0.19 - - [2026-06-11 01:59:54] "POST /set-tag HTTP/1.1" 200 109 0.002228 10.0.0.19 - - [2026-06-11 01:59:55] "GET /virtual-machine/326e0070-e343-4460-8620-a3370721b211?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1221 0.031932 10.0.0.19 - - [2026-06-11 01:59:55] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.008763 10.0.0.19 - - [2026-06-11 01:59:56] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.004971 10.0.0.19 - - [2026-06-11 01:59:56] "POST /set-tag HTTP/1.1" 200 109 0.002094 10.0.0.19 - - [2026-06-11 02:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.001945 10.0.0.19 - - [2026-06-11 02:00:23] "POST /chown HTTP/1.1" 200 109 0.007144 10.0.0.19 - - [2026-06-11 02:00:23] "POST /chown HTTP/1.1" 200 109 0.031297 10.0.0.19 - - [2026-06-11 02:00:23] "POST /chown HTTP/1.1" 200 109 0.007110 10.0.0.19 - - [2026-06-11 02:00:23] "POST /chown HTTP/1.1" 200 109 0.008318 10.0.0.19 - - [2026-06-11 02:00:27] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.006807 10.0.0.19 - - [2026-06-11 02:00:27] "POST /set-tag HTTP/1.1" 200 109 0.002699 10.0.0.19 - - [2026-06-11 02:00:27] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.005373 10.0.0.19 - - [2026-06-11 02:00:27] "POST /set-tag HTTP/1.1" 200 109 0.002954 10.0.0.19 - - [2026-06-11 02:00:27] "GET /virtual-machine/326e0070-e343-4460-8620-a3370721b211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.002726 10.0.0.19 - - [2026-06-11 02:00:27] "POST /ref-update HTTP/1.1" 200 156 0.007859 10.0.0.19 - - [2026-06-11 02:00:27] "GET /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3235 0.011155 10.0.0.19 - - [2026-06-11 02:00:27] "POST /set-tag HTTP/1.1" 200 109 0.013140 10.0.0.19 - - [2026-06-11 02:00:27] "POST /set-tag HTTP/1.1" 200 109 0.018964 10.0.0.19 - - [2026-06-11 02:00:27] "DELETE /instance-ip/3583545c-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.040722 10.0.0.19 - - [2026-06-11 02:00:27] "DELETE /virtual-machine-interface/35663f48-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.035122 10.0.0.19 - - [2026-06-11 02:00:27] "DELETE /virtual-machine/326e0070-e343-4460-8620-a3370721b211 HTTP/1.1" 200 115 0.016455 10.0.0.19 - - [2026-06-11 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.19 - - [2026-06-11 02:00:31] "GET /tag/05f4a761-8a1e-44f1-bfd4-7148769c5a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1240 0.011685 10.0.0.19 - - [2026-06-11 02:00:31] "GET /tag/05f4a761-8a1e-44f1-bfd4-7148769c5a6f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1770 0.012161 10.0.0.19 - - [2026-06-11 02:00:31] "GET /virtual-machine-interface/644fe6f0-f506-41c3-a88a-c18b825eaf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.003875 10.0.0.19 - - [2026-06-11 02:00:31] "POST /set-tag HTTP/1.1" 200 109 0.018094 10.0.0.19 - - [2026-06-11 02:00:31] "GET /virtual-machine-interface/842f16fd-da88-4a70-a1a1-08d9940ee779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3132 0.009794 10.0.0.19 - - [2026-06-11 02:00:31] "POST /set-tag HTTP/1.1" 200 109 0.030613 10.0.0.19 - - [2026-06-11 02:00:31] "GET /virtual-machine-interface/d45830f7-9347-4f1e-b651-4dcb6c8695ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004918 10.0.0.19 - - [2026-06-11 02:00:31] "POST /set-tag HTTP/1.1" 200 109 0.014982 10.0.0.19 - - [2026-06-11 02:00:31] "GET /firewall-policy/63543be0-4264-4597-bdd2-c283b9dafc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1713 0.012900 10.0.0.19 - - [2026-06-11 02:00:31] "GET /firewall-rule/363ff6b3-2b57-4245-8ff5-f5be7d5bdfa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2417 0.003088 10.0.0.19 - - [2026-06-11 02:00:31] "POST /ref-update HTTP/1.1" 200 156 0.026116 10.0.0.19 - - [2026-06-11 02:00:31] "DELETE /firewall-rule/363ff6b3-2b57-4245-8ff5-f5be7d5bdfa9 HTTP/1.1" 200 115 0.034348 10.0.0.19 - - [2026-06-11 02:00:31] "DELETE /loadbalancer-member/1e260ef9-2f1f-4019-a6c2-5472c827b645 HTTP/1.1" 200 115 0.027615 10.0.0.19 - - [2026-06-11 02:00:31] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.013819 10.0.0.19 - - [2026-06-11 02:00:31] "POST /prop-collection-update HTTP/1.1" 200 115 0.019685 10.0.0.19 - - [2026-06-11 02:00:31] "DELETE /loadbalancer-pool/ae1d3f1f-0e06-41ab-93e0-70c0233048ef HTTP/1.1" 200 115 0.066051 10.0.0.19 - - [2026-06-11 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002067 10.0.0.19 - - [2026-06-11 02:00:31] "POST /chown HTTP/1.1" 200 109 0.014174 10.0.0.19 - - [2026-06-11 02:00:31] "DELETE /loadbalancer-listener/d446dc38-62ff-41fc-bc89-7ac2f0f6686b HTTP/1.1" 200 115 0.055016 10.0.0.19 - - [2026-06-11 02:00:31] "GET /floating-ip/d8fa030c-9f29-4ced-b2c3-5742d0101562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.002491 10.0.0.19 - - [2026-06-11 02:00:31] "POST /chown HTTP/1.1" 200 109 0.034158 10.0.0.19 - - [2026-06-11 02:00:31] "POST /chown HTTP/1.1" 200 109 0.009750 10.0.0.19 - - [2026-06-11 02:00:31] "POST /chown HTTP/1.1" 200 109 0.015785 10.0.0.19 - - [2026-06-11 02:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006805 10.0.0.19 - - [2026-06-11 02:00:31] "PUT /floating-ip/d8fa030c-9f29-4ced-b2c3-5742d0101562 HTTP/1.1" 200 256 0.054863 10.0.0.19 - - [2026-06-11 02:00:31] "POST /chown HTTP/1.1" 200 109 0.012190 10.0.0.19 - - [2026-06-11 02:00:31] "POST /chown HTTP/1.1" 200 109 0.027008 10.0.0.19 - - [2026-06-11 02:00:31] "DELETE /floating-ip/d8fa030c-9f29-4ced-b2c3-5742d0101562 HTTP/1.1" 200 115 0.089027 10.0.0.19 - - [2026-06-11 02:00:31] "POST /chown HTTP/1.1" 200 109 0.020621 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /loadbalancer/d7e1f694-2e1f-49e5-ad5f-6347054efdb3 HTTP/1.1" 200 115 0.072923 10.0.0.19 - - [2026-06-11 02:00:32] "POST /chown HTTP/1.1" 200 109 0.012595 10.0.0.19 - - [2026-06-11 02:00:32] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.007748 10.0.0.19 - - [2026-06-11 02:00:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.017250 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /instance-ip/f59232ba-15d5-4ad8-a426-44acc9b90b2c HTTP/1.1" 200 115 0.097432 10.0.0.19 - - [2026-06-11 02:00:32] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.014766 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /virtual-machine-interface/d45830f7-9347-4f1e-b651-4dcb6c8695ab HTTP/1.1" 200 115 0.049253 10.0.0.19 - - [2026-06-11 02:00:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.007097 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /tag/05f4a761-8a1e-44f1-bfd4-7148769c5a6f HTTP/1.1" 200 115 0.063028 10.0.0.19 - - [2026-06-11 02:00:32] "GET /floating-ip-pool/bca20fb3-75c3-4abd-b6db-93a799ea736b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1108 0.002598 10.0.0.19 - - [2026-06-11 02:00:32] "PUT /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 266 0.028115 10.0.0.19 - - [2026-06-11 02:00:32] "POST /ref-update HTTP/1.1" 200 156 0.036011 10.0.0.19 - - [2026-06-11 02:00:32] "POST /prop-collection-update HTTP/1.1" 200 115 0.014345 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /floating-ip-pool/bca20fb3-75c3-4abd-b6db-93a799ea736b HTTP/1.1" 200 115 0.086370 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /service-instance/0843aa64-5f0e-4979-a80a-fe8be2622f20 HTTP/1.1" 200 115 0.053556 10.0.0.19 - - [2026-06-11 02:00:32] "GET /virtual-machine-interface/644fe6f0-f506-41c3-a88a-c18b825eaf05?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1208 0.003952 10.0.0.19 - - [2026-06-11 02:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001904 10.0.0.19 - - [2026-06-11 02:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.001226 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /virtual-network/3660bebb-0db3-40f7-90a9-88cc9e5ea9c0 HTTP/1.1" 200 115 0.090643 10.0.0.19 - - [2026-06-11 02:00:32] "GET /routing-instance/3e01dbac-5c9b-4399-9fc0-84a760981a87 HTTP/1.1" 404 171 0.001744 10.0.0.19 - - [2026-06-11 02:00:32] "GET /domains HTTP/1.1" 200 280 0.001133 10.0.0.19 - - [2026-06-11 02:00:32] "GET /domain/287ef304-3126-4da3-a2a3-b52c9ff51527 HTTP/1.1" 200 3086 0.003567 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /virtual-machine-interface/644fe6f0-f506-41c3-a88a-c18b825eaf05 HTTP/1.1" 200 115 0.090892 10.0.0.19 - - [2026-06-11 02:00:32] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968 HTTP/1.1" 200 7143 0.101594 10.0.0.19 - - [2026-06-11 02:00:32] "POST /ref-update HTTP/1.1" 200 156 0.043642 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /virtual-machine/32ccb29c-a3ad-4c50-a1c5-a8fb6ded3f0a HTTP/1.1" 200 115 0.056113 10.0.0.19 - - [2026-06-11 02:00:32] "GET /virtual-machine-interface/842f16fd-da88-4a70-a1a1-08d9940ee779?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1208 0.017825 10.0.0.19 - - [2026-06-11 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008876 10.0.0.19 - - [2026-06-11 02:00:32] "GET /loadbalancer/e05155e5-7159-4ef3-bc3f-1ed505916b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.006381 10.0.0.19 - - [2026-06-11 02:00:32] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004058 10.0.0.19 - - [2026-06-11 02:00:32] "POST /set-tag HTTP/1.1" 200 109 0.030973 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /virtual-machine-interface/842f16fd-da88-4a70-a1a1-08d9940ee779 HTTP/1.1" 200 115 0.086555 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /virtual-machine/abf028cc-5bd4-4ed4-b043-cb2dee35589f HTTP/1.1" 200 115 0.061393 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /loadbalancer-member/4b98b07f-7bc4-49d5-adf6-1acf3edfffd7 HTTP/1.1" 200 115 0.088557 10.0.0.19 - - [2026-06-11 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.19 - - [2026-06-11 02:00:32] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.013295 10.0.0.19 - - [2026-06-11 02:00:32] "POST /set-tag HTTP/1.1" 200 109 0.004985 10.0.0.19 - - [2026-06-11 02:00:32] "DELETE /route-target/697c05e2-ccae-436c-b074-8a4e0e82293f HTTP/1.1" 200 115 0.023180 10.0.0.19 - - [2026-06-11 02:00:33] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.008760 10.0.0.19 - - [2026-06-11 02:00:33] "POST /set-tag HTTP/1.1" 200 109 0.003352 10.0.0.19 - - [2026-06-11 02:00:33] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.005773 10.0.0.19 - - [2026-06-11 02:00:33] "POST /set-tag HTTP/1.1" 200 109 0.002617 10.0.0.19 - - [2026-06-11 02:00:33] "GET /virtual-machine/4311b7c6-8020-46f8-be8f-7d7fd1a5b574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.002764 10.0.0.19 - - [2026-06-11 02:00:33] "POST /ref-update HTTP/1.1" 200 156 0.008775 10.0.0.19 - - [2026-06-11 02:00:33] "GET /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3388 0.013552 10.0.0.19 - - [2026-06-11 02:00:33] "POST /set-tag HTTP/1.1" 200 109 0.020980 10.0.0.19 - - [2026-06-11 02:00:33] "POST /set-tag HTTP/1.1" 200 109 0.021935 10.0.0.19 - - [2026-06-11 02:00:33] "POST /set-tag HTTP/1.1" 200 109 0.022867 10.0.0.19 - - [2026-06-11 02:00:33] "DELETE /instance-ip/312aa16c-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.029066 10.0.0.19 - - [2026-06-11 02:00:33] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.19 - - [2026-06-11 02:00:34] "DELETE /virtual-machine-interface/31105b22-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.037490 10.0.0.19 - - [2026-06-11 02:00:34] "DELETE /virtual-machine/4311b7c6-8020-46f8-be8f-7d7fd1a5b574 HTTP/1.1" 200 115 0.023372 10.0.0.19 - - [2026-06-11 02:00:37] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.006259 10.0.0.19 - - [2026-06-11 02:00:37] "POST /set-tag HTTP/1.1" 200 109 0.002681 10.0.0.19 - - [2026-06-11 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.001829 10.0.0.19 - - [2026-06-11 02:00:37] "GET /loadbalancer/e05155e5-7159-4ef3-bc3f-1ed505916b4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.002752 10.0.0.19 - - [2026-06-11 02:00:38] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004689 10.0.0.19 - - [2026-06-11 02:00:38] "POST /set-tag HTTP/1.1" 200 109 0.003583 10.0.0.19 - - [2026-06-11 02:00:38] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.004231 10.0.0.19 - - [2026-06-11 02:00:38] "POST /set-tag HTTP/1.1" 200 109 0.002213 10.0.0.19 - - [2026-06-11 02:00:38] "GET /virtual-machine/e310bd4e-f5eb-4114-a83f-a94e9643aee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.002360 10.0.0.19 - - [2026-06-11 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.017010 10.0.0.19 - - [2026-06-11 02:00:38] "GET /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3570 0.020967 10.0.0.19 - - [2026-06-11 02:00:38] "POST /set-tag HTTP/1.1" 200 109 0.016356 10.0.0.19 - - [2026-06-11 02:00:38] "POST /set-tag HTTP/1.1" 200 109 0.017786 10.0.0.19 - - [2026-06-11 02:00:38] "POST /set-tag HTTP/1.1" 200 109 0.022612 10.0.0.19 - - [2026-06-11 02:00:38] "DELETE /instance-ip/30be5958-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.046975 10.0.0.19 - - [2026-06-11 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.010587 10.0.0.19 - - [2026-06-11 02:00:39] "DELETE /virtual-machine-interface/30a82ba6-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.041251 10.0.0.19 - - [2026-06-11 02:00:39] "DELETE /virtual-machine/e310bd4e-f5eb-4114-a83f-a94e9643aee8 HTTP/1.1" 200 115 0.019476 10.0.0.19 - - [2026-06-11 02:00:39] "DELETE /tag/5ea4ff01-87d0-44d9-8e8d-fa156a09b25a HTTP/1.1" 200 115 0.078120 10.0.0.19 - - [2026-06-11 02:00:39] "DELETE /tag/87c20169-9a2e-4d00-a5f1-31a58888c7e8 HTTP/1.1" 200 115 0.043876 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.19 - - [2026-06-11 02:00:43] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.021383 10.0.0.19 - - [2026-06-11 02:00:43] "POST /tags HTTP/1.1" 200 393 0.028811 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009267 10.0.0.19 - - [2026-06-11 02:00:43] "GET /tag/4fa0d1ba-c1c1-42d7-a72b-1e1e09e5bc71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.011841 10.0.0.19 - - [2026-06-11 02:00:43] "POST /tags HTTP/1.1" 200 341 0.015487 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001882 10.0.0.19 - - [2026-06-11 02:00:43] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.010909 10.0.0.19 - - [2026-06-11 02:00:43] "POST /id-to-fqname HTTP/1.1" 200 192 0.001175 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.003910 10.0.0.19 - - [2026-06-11 02:00:43] "POST /security-groups HTTP/1.1" 200 589 0.070361 10.0.0.19 - - [2026-06-11 02:00:43] "POST /projects HTTP/1.1" 200 519 0.184681 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.001812 10.0.0.19 - - [2026-06-11 02:00:43] "POST /prop-collection-update HTTP/1.1" 200 115 0.015443 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006834 10.0.0.19 - - [2026-06-11 02:00:43] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.018084 10.0.0.19 - - [2026-06-11 02:00:43] "POST /access-control-lists HTTP/1.1" 200 598 0.081662 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.015696 10.0.0.19 - - [2026-06-11 02:00:43] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.004104 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.001684 10.0.0.19 - - [2026-06-11 02:00:43] "POST /access-control-lists HTTP/1.1" 200 596 0.097705 10.0.0.19 - - [2026-06-11 02:00:43] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.114565 10.0.0.19 - - [2026-06-11 02:00:43] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.059161 10.0.0.19 - - [2026-06-11 02:00:43] "POST /security-groups HTTP/1.1" 200 591 0.087536 10.0.0.19 - - [2026-06-11 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 270 0.003793 10.0.0.19 - - [2026-06-11 02:00:44] "POST /access-control-lists HTTP/1.1" 200 632 0.069122 10.0.0.19 - - [2026-06-11 02:00:44] "POST /prop-collection-update HTTP/1.1" 200 115 0.071541 10.0.0.19 - - [2026-06-11 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 269 0.002979 10.0.0.19 - - [2026-06-11 02:00:44] "POST /chown HTTP/1.1" 200 109 0.029278 10.0.0.19 - - [2026-06-11 02:00:44] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.007027 10.0.0.19 - - [2026-06-11 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001775 10.0.0.19 - - [2026-06-11 02:00:44] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.005214 10.0.0.19 - - [2026-06-11 02:00:44] "POST /access-control-lists HTTP/1.1" 200 630 0.071696 10.0.0.19 - - [2026-06-11 02:00:44] "POST /tags HTTP/1.1" 409 226 0.009124 10.0.0.19 - - [2026-06-11 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001413 10.0.0.19 - - [2026-06-11 02:00:44] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.011364 10.0.0.19 - - [2026-06-11 02:00:44] "POST /firewall-rules HTTP/1.1" 200 600 0.062732 10.0.0.19 - - [2026-06-11 02:00:44] "GET /firewall-rule/791fb6a9-bc44-4e1e-b5bc-8766cf490de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005224 10.0.0.19 - - [2026-06-11 02:00:44] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3875 0.004029 10.0.0.19 - - [2026-06-11 02:00:44] "GET /firewall-rule/791fb6a9-bc44-4e1e-b5bc-8766cf490de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.002584 10.0.0.19 - - [2026-06-11 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.046799 10.0.0.19 - - [2026-06-11 02:00:44] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002515 10.0.0.19 - - [2026-06-11 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010678 10.0.0.19 - - [2026-06-11 02:00:44] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002652 10.0.0.19 - - [2026-06-11 02:00:44] "POST /tags HTTP/1.1" 409 226 0.002004 10.0.0.19 - - [2026-06-11 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001773 10.0.0.19 - - [2026-06-11 02:00:44] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.010926 10.0.0.19 - - [2026-06-11 02:00:44] "POST /firewall-rules HTTP/1.1" 200 598 0.067677 10.0.0.19 - - [2026-06-11 02:00:44] "GET /firewall-rule/a9e6c129-8bb6-4ce4-a7c4-142cb13d2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.003976 10.0.0.19 - - [2026-06-11 02:00:44] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4131 0.003506 10.0.0.19 - - [2026-06-11 02:00:44] "GET /firewall-rule/a9e6c129-8bb6-4ce4-a7c4-142cb13d2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.002474 10.0.0.19 - - [2026-06-11 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.049661 10.0.0.19 - - [2026-06-11 02:00:46] "POST /tags HTTP/1.1" 200 393 0.034758 10.0.0.19 - - [2026-06-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002073 10.0.0.19 - - [2026-06-11 02:00:46] "GET /tag/1aebf661-9419-4e05-81b4-06ce79355806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.011657 10.0.0.19 - - [2026-06-11 02:00:46] "POST /tags HTTP/1.1" 200 341 0.040973 10.0.0.19 - - [2026-06-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.015645 10.0.0.19 - - [2026-06-11 02:00:46] "GET /tag/23a594d6-a5d2-4dc6-befd-61421122c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.017730 10.0.0.19 - - [2026-06-11 02:00:46] "POST /id-to-fqname HTTP/1.1" 200 192 0.001631 10.0.0.19 - - [2026-06-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.004001 10.0.0.19 - - [2026-06-11 02:00:46] "POST /security-groups HTTP/1.1" 200 589 0.063981 10.0.0.19 - - [2026-06-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002242 10.0.0.19 - - [2026-06-11 02:00:46] "POST /projects HTTP/1.1" 200 519 0.419254 10.0.0.19 - - [2026-06-11 02:00:46] "POST /access-control-lists HTTP/1.1" 200 598 0.061572 10.0.0.19 - - [2026-06-11 02:00:46] "POST /prop-collection-update HTTP/1.1" 200 115 0.056370 10.0.0.19 - - [2026-06-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012183 10.0.0.19 - - [2026-06-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.001635 10.0.0.19 - - [2026-06-11 02:00:46] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.025923 10.0.0.19 - - [2026-06-11 02:00:46] "POST /access-control-lists HTTP/1.1" 200 596 0.058482 10.0.0.19 - - [2026-06-11 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.018536 10.0.0.19 - - [2026-06-11 02:00:46] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.003837 10.0.0.19 - - [2026-06-11 02:00:47] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.051069 10.0.0.19 - - [2026-06-11 02:00:47] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.050407 10.0.0.19 - - [2026-06-11 02:00:47] "POST /security-groups HTTP/1.1" 200 591 0.075752 10.0.0.19 - - [2026-06-11 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 270 0.002038 10.0.0.19 - - [2026-06-11 02:00:47] "POST /access-control-lists HTTP/1.1" 200 632 0.060522 10.0.0.19 - - [2026-06-11 02:00:47] "POST /prop-collection-update HTTP/1.1" 200 115 0.056488 10.0.0.19 - - [2026-06-11 02:00:47] "POST /chown HTTP/1.1" 200 109 0.014390 10.0.0.19 - - [2026-06-11 02:00:47] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.012555 10.0.0.19 - - [2026-06-11 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 269 0.009721 10.0.0.19 - - [2026-06-11 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001702 10.0.0.19 - - [2026-06-11 02:00:47] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.020920 10.0.0.19 - - [2026-06-11 02:00:47] "POST /access-control-lists HTTP/1.1" 200 630 0.065699 10.0.0.19 - - [2026-06-11 02:00:47] "POST /tags HTTP/1.1" 409 226 0.008908 10.0.0.19 - - [2026-06-11 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005607 10.0.0.19 - - [2026-06-11 02:00:47] "GET /tag/23a594d6-a5d2-4dc6-befd-61421122c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.010269 10.0.0.19 - - [2026-06-11 02:00:47] "POST /firewall-rules HTTP/1.1" 200 600 0.064619 10.0.0.19 - - [2026-06-11 02:00:47] "GET /firewall-rule/55cec11c-4a3b-4697-893f-46ed972c2d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.004460 10.0.0.19 - - [2026-06-11 02:00:47] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.004007 10.0.0.19 - - [2026-06-11 02:00:47] "GET /firewall-rule/55cec11c-4a3b-4697-893f-46ed972c2d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.002408 10.0.0.19 - - [2026-06-11 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.072422 10.0.0.19 - - [2026-06-11 02:00:47] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002476 10.0.0.19 - - [2026-06-11 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002072 10.0.0.19 - - [2026-06-11 02:00:47] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003451 10.0.0.19 - - [2026-06-11 02:00:47] "POST /tags HTTP/1.1" 409 226 0.001657 10.0.0.19 - - [2026-06-11 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002246 10.0.0.19 - - [2026-06-11 02:00:47] "GET /tag/23a594d6-a5d2-4dc6-befd-61421122c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.012665 10.0.0.19 - - [2026-06-11 02:00:47] "POST /firewall-rules HTTP/1.1" 200 598 0.064497 10.0.0.19 - - [2026-06-11 02:00:47] "GET /firewall-rule/7ee89598-3adc-4aec-a449-6d9cbead224b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003882 10.0.0.19 - - [2026-06-11 02:00:47] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4642 0.003392 10.0.0.19 - - [2026-06-11 02:00:47] "GET /firewall-rule/7ee89598-3adc-4aec-a449-6d9cbead224b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.002834 10.0.0.19 - - [2026-06-11 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.046346 10.0.0.19 - - [2026-06-11 02:00:49] "POST /tags HTTP/1.1" 200 345 0.078242 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.19 - - [2026-06-11 02:00:49] "GET /tag/b68abf12-44d2-4037-9421-64ea5820a264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.019754 10.0.0.19 - - [2026-06-11 02:00:49] "POST /projects HTTP/1.1" 409 238 0.001844 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001982 10.0.0.19 - - [2026-06-11 02:00:49] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.044289 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002047 10.0.0.19 - - [2026-06-11 02:00:49] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004965 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001981 10.0.0.19 - - [2026-06-11 02:00:49] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.008244 10.0.0.19 - - [2026-06-11 02:00:49] "POST /security-groups HTTP/1.1" 409 285 0.002887 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002068 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001831 10.0.0.19 - - [2026-06-11 02:00:49] "PUT /security-group/c8610bcf-684c-419a-9ca5-3ad3a5b23684 HTTP/1.1" 200 262 0.065783 10.0.0.19 - - [2026-06-11 02:00:49] "POST /prop-collection-update HTTP/1.1" 200 115 0.057775 10.0.0.19 - - [2026-06-11 02:00:49] "PUT /access-control-list/2c6c3c66-3f8e-463b-a7e4-bde081c680e5 HTTP/1.1" 200 272 0.048701 10.0.0.19 - - [2026-06-11 02:00:49] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.139322 10.0.0.19 - - [2026-06-11 02:00:49] "POST /tags HTTP/1.1" 409 228 0.030197 10.0.0.19 - - [2026-06-11 02:00:49] "PUT /access-control-list/e8d21570-106b-4a08-ba7d-435a124cb394 HTTP/1.1" 200 272 0.054489 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007925 10.0.0.19 - - [2026-06-11 02:00:49] "GET /tag/b68abf12-44d2-4037-9421-64ea5820a264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.018285 10.0.0.19 - - [2026-06-11 02:00:49] "POST /tags HTTP/1.1" 200 345 0.047115 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005661 10.0.0.19 - - [2026-06-11 02:00:49] "GET /tag/f9db148c-6225-46a0-b8b7-0de7a5e55514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.015729 10.0.0.19 - - [2026-06-11 02:00:49] "POST /projects HTTP/1.1" 409 238 0.001771 10.0.0.19 - - [2026-06-11 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001906 10.0.0.19 - - [2026-06-11 02:00:49] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.038990 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007482 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.19 - - [2026-06-11 02:00:50] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003655 10.0.0.19 - - [2026-06-11 02:00:50] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.028247 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001911 10.0.0.19 - - [2026-06-11 02:00:50] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003834 10.0.0.19 - - [2026-06-11 02:00:50] "POST /security-groups HTTP/1.1" 409 285 0.002063 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001840 10.0.0.19 - - [2026-06-11 02:00:50] "PUT /security-group/f9d22657-13a7-46d8-8805-cda471235460 HTTP/1.1" 200 262 0.055162 10.0.0.19 - - [2026-06-11 02:00:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.022393 10.0.0.19 - - [2026-06-11 02:00:50] "POST /tags HTTP/1.1" 409 228 0.006301 10.0.0.19 - - [2026-06-11 02:00:50] "PUT /access-control-list/2c591d65-d006-43e9-be12-945c8f7b3981 HTTP/1.1" 200 272 0.034818 10.0.0.19 - - [2026-06-11 02:00:50] "PUT /access-control-list/8ab80b55-18c1-4741-916f-7565b960e79b HTTP/1.1" 200 272 0.012903 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001799 10.0.0.19 - - [2026-06-11 02:00:50] "GET /tag/f9db148c-6225-46a0-b8b7-0de7a5e55514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.009856 10.0.0.19 - - [2026-06-11 02:00:50] "POST /tags HTTP/1.1" 200 291 0.042705 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010458 10.0.0.19 - - [2026-06-11 02:00:50] "GET /tag/d4b1052c-621e-4aca-84dd-c9d44f943e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.013032 10.0.0.19 - - [2026-06-11 02:00:50] "POST /tags HTTP/1.1" 200 303 0.042030 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008377 10.0.0.19 - - [2026-06-11 02:00:50] "GET /tag/f2ce1aab-6688-4c5e-a8b2-03a4e39f9542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.016183 10.0.0.19 - - [2026-06-11 02:00:50] "POST /tags HTTP/1.1" 409 252 0.002211 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001844 10.0.0.19 - - [2026-06-11 02:00:50] "GET /tag/4fa0d1ba-c1c1-42d7-a72b-1e1e09e5bc71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.014560 10.0.0.19 - - [2026-06-11 02:00:50] "POST /tags HTTP/1.1" 409 226 0.003325 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.19 - - [2026-06-11 02:00:50] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.016605 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.19 - - [2026-06-11 02:00:50] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005994 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.19 - - [2026-06-11 02:00:50] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.032847 10.0.0.19 - - [2026-06-11 02:00:50] "POST /virtual-machines HTTP/1.1" 200 395 0.009243 10.0.0.19 - - [2026-06-11 02:00:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.033252 10.0.0.19 - - [2026-06-11 02:00:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.090895 10.0.0.19 - - [2026-06-11 02:00:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.009552 10.0.0.19 - - [2026-06-11 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.19 - - [2026-06-11 02:00:51] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.016500 10.0.0.19 - - [2026-06-11 02:00:51] "POST /instance-ips HTTP/1.1" 200 397 0.031162 10.0.0.19 - - [2026-06-11 02:00:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.018867 10.0.0.19 - - [2026-06-11 02:00:51] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.019280 10.0.0.19 - - [2026-06-11 02:00:51] "POST /set-tag HTTP/1.1" 200 109 0.083336 10.0.0.19 - - [2026-06-11 02:00:51] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.025828 10.0.0.19 - - [2026-06-11 02:00:51] "GET /instance-ip/5f2f7d4e-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003474 10.0.0.19 - - [2026-06-11 02:00:51] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.010956 10.0.0.19 - - [2026-06-11 02:00:51] "POST /set-tag HTTP/1.1" 200 109 0.007341 10.0.0.19 - - [2026-06-11 02:00:51] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.067814 10.0.0.19 - - [2026-06-11 02:00:51] "POST /ref-update HTTP/1.1" 200 156 0.010902 10.0.0.19 - - [2026-06-11 02:00:51] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004425 10.0.0.19 - - [2026-06-11 02:00:51] "POST /set-tag HTTP/1.1" 200 109 0.002742 10.0.0.19 - - [2026-06-11 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.19 - - [2026-06-11 02:00:51] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.006857 10.0.0.19 - - [2026-06-11 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002301 10.0.0.19 - - [2026-06-11 02:00:51] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.047892 10.0.0.19 - - [2026-06-11 02:00:51] "POST /virtual-machines HTTP/1.1" 200 395 0.012809 10.0.0.19 - - [2026-06-11 02:00:51] "POST /prop-collection-update HTTP/1.1" 200 115 0.025598 10.0.0.19 - - [2026-06-11 02:00:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.113902 10.0.0.19 - - [2026-06-11 02:00:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.011202 10.0.0.19 - - [2026-06-11 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.19 - - [2026-06-11 02:00:52] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.003650 10.0.0.19 - - [2026-06-11 02:00:52] "POST /instance-ips HTTP/1.1" 200 397 0.037596 10.0.0.19 - - [2026-06-11 02:00:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.031621 10.0.0.19 - - [2026-06-11 02:00:52] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.020172 10.0.0.19 - - [2026-06-11 02:00:52] "POST /set-tag HTTP/1.1" 200 109 0.064502 10.0.0.19 - - [2026-06-11 02:00:52] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.029550 10.0.0.19 - - [2026-06-11 02:00:52] "GET /instance-ip/5fe022ac-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003365 10.0.0.19 - - [2026-06-11 02:00:52] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.006034 10.0.0.19 - - [2026-06-11 02:00:52] "POST /set-tag HTTP/1.1" 200 109 0.003029 10.0.0.19 - - [2026-06-11 02:00:52] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.003798 10.0.0.19 - - [2026-06-11 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.19 - - [2026-06-11 02:00:52] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.011431 10.0.0.19 - - [2026-06-11 02:00:52] "POST /set-tag HTTP/1.1" 200 109 0.002630 10.0.0.19 - - [2026-06-11 02:00:52] "POST /tags HTTP/1.1" 200 291 0.016171 10.0.0.19 - - [2026-06-11 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.012447 10.0.0.19 - - [2026-06-11 02:00:52] "GET /tag/2bda7ecb-85e4-4260-b65c-d1e952320f1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.012965 10.0.0.19 - - [2026-06-11 02:00:52] "POST /tags HTTP/1.1" 409 252 0.001792 10.0.0.19 - - [2026-06-11 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001711 10.0.0.19 - - [2026-06-11 02:00:52] "GET /tag/1aebf661-9419-4e05-81b4-06ce79355806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.009830 10.0.0.19 - - [2026-06-11 02:00:52] "POST /tags HTTP/1.1" 409 226 0.001884 10.0.0.19 - - [2026-06-11 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.001790 10.0.0.19 - - [2026-06-11 02:00:52] "GET /tag/23a594d6-a5d2-4dc6-befd-61421122c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1195 0.017551 10.0.0.19 - - [2026-06-11 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002057 10.0.0.19 - - [2026-06-11 02:00:52] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.009392 10.0.0.19 - - [2026-06-11 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.19 - - [2026-06-11 02:00:52] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.069840 10.0.0.19 - - [2026-06-11 02:00:52] "POST /virtual-machines HTTP/1.1" 200 395 0.014977 10.0.0.19 - - [2026-06-11 02:00:52] "POST /prop-collection-update HTTP/1.1" 200 115 0.019181 10.0.0.19 - - [2026-06-11 02:00:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.098094 10.0.0.19 - - [2026-06-11 02:00:53] "POST /prop-collection-update HTTP/1.1" 200 115 0.009936 10.0.0.19 - - [2026-06-11 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009072 10.0.0.19 - - [2026-06-11 02:00:53] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.012883 10.0.0.19 - - [2026-06-11 02:00:53] "POST /instance-ips HTTP/1.1" 200 397 0.029858 10.0.0.19 - - [2026-06-11 02:00:53] "POST /prop-collection-update HTTP/1.1" 200 115 0.016400 10.0.0.19 - - [2026-06-11 02:00:53] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.013609 10.0.0.19 - - [2026-06-11 02:00:53] "POST /set-tag HTTP/1.1" 200 109 0.063764 10.0.0.19 - - [2026-06-11 02:00:53] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.026564 10.0.0.19 - - [2026-06-11 02:00:53] "GET /instance-ip/607eb0c0-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.004015 10.0.0.19 - - [2026-06-11 02:00:53] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003918 10.0.0.19 - - [2026-06-11 02:00:53] "POST /set-tag HTTP/1.1" 200 109 0.002195 10.0.0.19 - - [2026-06-11 02:00:53] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1912 0.003891 10.0.0.19 - - [2026-06-11 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.19 - - [2026-06-11 02:00:53] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.008790 10.0.0.19 - - [2026-06-11 02:00:53] "POST /set-tag HTTP/1.1" 200 109 0.003108 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:00:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000815 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:00:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000801 10.0.0.19 - - [2026-06-11 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.19 - - [2026-06-11 02:00:53] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.005543 10.0.0.19 - - [2026-06-11 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001781 10.0.0.19 - - [2026-06-11 02:00:53] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.037841 10.0.0.19 - - [2026-06-11 02:00:53] "POST /virtual-machines HTTP/1.1" 200 395 0.008497 10.0.0.19 - - [2026-06-11 02:00:53] "POST /prop-collection-update HTTP/1.1" 200 115 0.030185 10.0.0.19 - - [2026-06-11 02:00:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.161977 10.0.0.19 - - [2026-06-11 02:00:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.033806 10.0.0.19 - - [2026-06-11 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.041211 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.006861 10.0.0.19 - - [2026-06-11 02:00:54] "POST /instance-ips HTTP/1.1" 200 397 0.030474 10.0.0.19 - - [2026-06-11 02:00:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.022498 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.007364 10.0.0.19 - - [2026-06-11 02:00:54] "POST /set-tag HTTP/1.1" 200 109 0.059012 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.007821 10.0.0.19 - - [2026-06-11 02:00:54] "GET /instance-ip/61072054-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.009481 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005551 10.0.0.19 - - [2026-06-11 02:00:54] "POST /set-tag HTTP/1.1" 200 109 0.002362 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.003288 10.0.0.19 - - [2026-06-11 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.009110 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.011940 10.0.0.19 - - [2026-06-11 02:00:54] "POST /set-tag HTTP/1.1" 200 109 0.002352 10.0.0.19 - - [2026-06-11 02:00:54] "POST /tags HTTP/1.1" 200 299 0.015634 10.0.0.19 - - [2026-06-11 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006570 10.0.0.19 - - [2026-06-11 02:00:54] "GET /tag/f6028e3f-2ac1-4487-a674-3999abbdc7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1105 0.010971 10.0.0.19 - - [2026-06-11 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002075 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003718 10.0.0.19 - - [2026-06-11 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001436 10.0.0.19 - - [2026-06-11 02:00:54] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.028947 10.0.0.19 - - [2026-06-11 02:00:54] "POST /virtual-machines HTTP/1.1" 200 395 0.007516 10.0.0.19 - - [2026-06-11 02:00:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.020991 10.0.0.19 - - [2026-06-11 02:00:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.096037 10.0.0.19 - - [2026-06-11 02:00:54] "POST /prop-collection-update HTTP/1.1" 200 115 0.007657 10.0.0.19 - - [2026-06-11 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005403 10.0.0.19 - - [2026-06-11 02:00:54] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.009932 10.0.0.19 - - [2026-06-11 02:00:55] "POST /instance-ips HTTP/1.1" 200 397 0.026248 10.0.0.19 - - [2026-06-11 02:00:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.028107 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.011094 10.0.0.19 - - [2026-06-11 02:00:55] "POST /set-tag HTTP/1.1" 200 109 0.018006 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.011440 10.0.0.19 - - [2026-06-11 02:00:55] "GET /instance-ip/618acc10-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.006735 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003976 10.0.0.19 - - [2026-06-11 02:00:55] "POST /set-tag HTTP/1.1" 200 109 0.001872 10.0.0.19 - - [2026-06-11 02:00:55] "POST /tags HTTP/1.1" 200 299 0.016236 10.0.0.19 - - [2026-06-11 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.19 - - [2026-06-11 02:00:55] "GET /tag/6f13ac9c-9141-4306-906d-267a149f6d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.016234 10.0.0.19 - - [2026-06-11 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001909 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003884 10.0.0.19 - - [2026-06-11 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001669 10.0.0.19 - - [2026-06-11 02:00:55] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.030369 10.0.0.19 - - [2026-06-11 02:00:55] "POST /virtual-machines HTTP/1.1" 200 395 0.008959 10.0.0.19 - - [2026-06-11 02:00:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.006440 10.0.0.19 - - [2026-06-11 02:00:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.095902 10.0.0.19 - - [2026-06-11 02:00:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.006531 10.0.0.19 - - [2026-06-11 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009668 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005038 10.0.0.19 - - [2026-06-11 02:00:55] "POST /instance-ips HTTP/1.1" 200 397 0.017998 10.0.0.19 - - [2026-06-11 02:00:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.019596 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.016364 10.0.0.19 - - [2026-06-11 02:00:55] "POST /set-tag HTTP/1.1" 200 109 0.016658 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.015677 10.0.0.19 - - [2026-06-11 02:00:55] "GET /instance-ip/61ed8256-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.004162 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004164 10.0.0.19 - - [2026-06-11 02:00:55] "POST /set-tag HTTP/1.1" 200 109 0.001905 10.0.0.19 - - [2026-06-11 02:00:55] "POST /tags HTTP/1.1" 200 299 0.018372 10.0.0.19 - - [2026-06-11 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011886 10.0.0.19 - - [2026-06-11 02:00:55] "GET /tag/2741bb36-f8ef-43b8-9ec5-3595ca1b9795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.011714 10.0.0.19 - - [2026-06-11 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001725 10.0.0.19 - - [2026-06-11 02:00:55] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003747 10.0.0.19 - - [2026-06-11 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001745 10.0.0.19 - - [2026-06-11 02:00:56] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.032454 10.0.0.19 - - [2026-06-11 02:00:56] "POST /virtual-machines HTTP/1.1" 200 395 0.007704 10.0.0.19 - - [2026-06-11 02:00:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.026368 10.0.0.19 - - [2026-06-11 02:00:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.098453 10.0.0.19 - - [2026-06-11 02:00:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.007652 10.0.0.19 - - [2026-06-11 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011452 10.0.0.19 - - [2026-06-11 02:00:56] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004840 10.0.0.19 - - [2026-06-11 02:00:56] "POST /instance-ips HTTP/1.1" 200 397 0.018516 10.0.0.19 - - [2026-06-11 02:00:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.016775 10.0.0.19 - - [2026-06-11 02:00:56] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.014975 10.0.0.19 - - [2026-06-11 02:00:56] "POST /set-tag HTTP/1.1" 200 109 0.017270 10.0.0.19 - - [2026-06-11 02:00:56] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.015975 10.0.0.19 - - [2026-06-11 02:00:56] "GET /instance-ip/625301a8-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.002861 10.0.0.19 - - [2026-06-11 02:00:56] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004297 10.0.0.19 - - [2026-06-11 02:00:56] "POST /set-tag HTTP/1.1" 200 109 0.002103 10.0.0.19 - - [2026-06-11 02:00:56] "POST /tags HTTP/1.1" 200 299 0.024750 10.0.0.19 - - [2026-06-11 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001896 10.0.0.19 - - [2026-06-11 02:00:56] "GET /tag/3f24c124-d53c-4864-9460-7076fb331e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.011325 10.0.0.19 - - [2026-06-11 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001848 10.0.0.19 - - [2026-06-11 02:00:56] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.003468 10.0.0.19 - - [2026-06-11 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.19 - - [2026-06-11 02:00:56] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.035444 10.0.0.19 - - [2026-06-11 02:00:56] "POST /virtual-machines HTTP/1.1" 200 395 0.011869 10.0.0.19 - - [2026-06-11 02:00:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.011768 10.0.0.19 - - [2026-06-11 02:00:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 643 0.094328 10.0.0.19 - - [2026-06-11 02:00:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.014628 10.0.0.19 - - [2026-06-11 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008820 10.0.0.19 - - [2026-06-11 02:00:56] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004229 10.0.0.19 - - [2026-06-11 02:00:56] "POST /instance-ips HTTP/1.1" 200 397 0.017920 10.0.0.19 - - [2026-06-11 02:00:57] "POST /prop-collection-update HTTP/1.1" 200 115 0.025525 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.007877 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.016247 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.013114 10.0.0.19 - - [2026-06-11 02:00:57] "GET /instance-ip/62ba8ada-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.003951 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004182 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002207 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.003749 10.0.0.19 - - [2026-06-11 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.007736 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.009239 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002118 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004409 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.001954 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.003237 10.0.0.19 - - [2026-06-11 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.006812 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003946 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.001911 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.003854 10.0.0.19 - - [2026-06-11 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.010722 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.003189 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004037 10.0.0.19 - - [2026-06-11 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.006822 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.008835 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002368 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005726 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002481 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004030 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.001987 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004045 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.005793 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005949 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002566 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005862 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002162 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003598 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.001758 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003949 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.001979 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003654 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002181 10.0.0.19 - - [2026-06-11 02:00:57] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004117 10.0.0.19 - - [2026-06-11 02:00:57] "POST /set-tag HTTP/1.1" 200 109 0.002016 10.0.0.19 - - [2026-06-11 02:01:00] "GET /virtual-machine/2e858599-ba0e-4eba-8c91-2db86ceba242?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003112 10.0.0.19 - - [2026-06-11 02:01:00] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004457 10.0.0.19 - - [2026-06-11 02:01:01] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.006915 10.0.0.19 - - [2026-06-11 02:01:01] "POST /set-tag HTTP/1.1" 200 109 0.002657 10.0.0.19 - - [2026-06-11 02:01:02] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004700 10.0.0.19 - - [2026-06-11 02:01:02] "POST /set-tag HTTP/1.1" 200 109 0.002723 10.0.0.19 - - [2026-06-11 02:01:02] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005043 10.0.0.19 - - [2026-06-11 02:01:02] "POST /set-tag HTTP/1.1" 200 109 0.001982 10.0.0.19 - - [2026-06-11 02:01:02] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004013 10.0.0.19 - - [2026-06-11 02:01:02] "POST /set-tag HTTP/1.1" 200 109 0.002174 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine/6b2265db-e173-41be-8dc7-342ab37252c8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002825 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003845 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine/bbc7a74f-f6b5-48e9-9c0b-089a3fb3e800?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002739 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003952 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine/241a8bf6-5b3f-4940-9f01-b77ea20b903d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002656 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003702 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine/684441a7-2645-4335-a0f4-bca4afa89c07?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.002606 10.0.0.19 - - [2026-06-11 02:01:05] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003720 10.0.0.19 - - [2026-06-11 02:01:06] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005878 10.0.0.19 - - [2026-06-11 02:01:06] "POST /set-tag HTTP/1.1" 200 109 0.002156 10.0.0.19 - - [2026-06-11 02:01:07] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003997 10.0.0.19 - - [2026-06-11 02:01:07] "POST /set-tag HTTP/1.1" 200 109 0.002150 10.0.0.19 - - [2026-06-11 02:01:10] "GET /virtual-machine/f25a5110-ecbc-4ebc-8fae-3429ff735341?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002976 10.0.0.19 - - [2026-06-11 02:01:10] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004203 10.0.0.19 - - [2026-06-11 02:01:10] "GET /virtual-machine/8504901d-5d58-42dd-9d2b-ff42ac373624?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1255 0.003276 10.0.0.19 - - [2026-06-11 02:01:10] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003990 10.0.0.19 - - [2026-06-11 02:01:10] "GET /virtual-machine/ca5b1f1e-5237-454a-aee6-4c361864038e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1256 0.002733 10.0.0.19 - - [2026-06-11 02:01:10] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004479 10.0.0.19 - - [2026-06-11 02:01:11] "GET /loadbalancer/f65a7e7f-7efb-454a-9870-ba00c9d61af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007071 10.0.0.19 - - [2026-06-11 02:01:11] "POST /tags HTTP/1.1" 200 333 0.029230 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007540 10.0.0.19 - - [2026-06-11 02:01:11] "GET /tag/96419ccd-78f5-40b4-8e1a-0663c18c5acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.014099 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.19 - - [2026-06-11 02:01:11] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.036011 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002114 10.0.0.19 - - [2026-06-11 02:01:11] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.003936 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001724 10.0.0.19 - - [2026-06-11 02:01:11] "GET /service-appliance-set/0afbedd5-9ebd-4180-ad1b-7961d2d52016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1198 0.002266 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 404 273 0.002118 10.0.0.19 - - [2026-06-11 02:01:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 683 0.097617 10.0.0.19 - - [2026-06-11 02:01:11] "GET /virtual-machine-interface/dd9dfa81-48af-4ae7-b6bf-65cc44b9ee8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2421 0.008451 10.0.0.19 - - [2026-06-11 02:01:11] "POST /instance-ips HTTP/1.1" 200 409 0.031670 10.0.0.19 - - [2026-06-11 02:01:11] "GET /instance-ip/28e1fd52-e56d-49f6-ac9d-4269a72e429b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.011515 10.0.0.19 - - [2026-06-11 02:01:11] "POST /loadbalancers HTTP/1.1" 200 629 0.060996 10.0.0.19 - - [2026-06-11 02:01:11] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.039181 10.0.0.19 - - [2026-06-11 02:01:11] "GET /instance-ip/28e1fd52-e56d-49f6-ac9d-4269a72e429b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.004366 10.0.0.19 - - [2026-06-11 02:01:11] "POST /prop-collection-update HTTP/1.1" 200 115 0.035043 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010336 10.0.0.19 - - [2026-06-11 02:01:11] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.035259 10.0.0.19 - - [2026-06-11 02:01:11] "POST /floating-ips HTTP/1.1" 200 597 0.029203 10.0.0.19 - - [2026-06-11 02:01:11] "GET /loadbalancer/f65a7e7f-7efb-454a-9870-ba00c9d61af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002669 10.0.0.19 - - [2026-06-11 02:01:11] "POST /loadbalancer-listeners HTTP/1.1" 200 735 0.014991 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.19 - - [2026-06-11 02:01:11] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.028884 10.0.0.19 - - [2026-06-11 02:01:11] "GET /loadbalancer-listener/97888b0a-dc52-4244-9a8b-6057dac760bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1843 0.003551 10.0.0.19 - - [2026-06-11 02:01:11] "GET /loadbalancer-listener/97888b0a-dc52-4244-9a8b-6057dac760bd?fields=loadbalancer_pool_back_refs HTTP/1.1" 200 1243 0.004610 10.0.0.19 - - [2026-06-11 02:01:11] "POST /loadbalancer-pools HTTP/1.1" 200 727 0.017472 10.0.0.19 - - [2026-06-11 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001791 10.0.0.19 - - [2026-06-11 02:01:11] "GET /instance-ip/28e1fd52-e56d-49f6-ac9d-4269a72e429b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1671 0.002349 10.0.0.19 - - [2026-06-11 02:01:11] "GET /loadbalancer/f65a7e7f-7efb-454a-9870-ba00c9d61af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002076 10.0.0.19 - - [2026-06-11 02:01:11] "GET /loadbalancer-pool/3cd8fd3f-b399-4c00-98a6-475476180ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003593 10.0.0.19 - - [2026-06-11 02:01:11] "GET /instance-ip/28e1fd52-e56d-49f6-ac9d-4269a72e429b?fields=floating_ips HTTP/1.1" 200 1212 0.011683 10.0.0.19 - - [2026-06-11 02:01:11] "GET /floating-ip/ce3e1b7c-aa4b-42cc-8476-5e95aae6fa25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.002307 10.0.0.19 - - [2026-06-11 02:01:12] "POST /loadbalancer-members HTTP/1.1" 200 721 0.022360 10.0.0.19 - - [2026-06-11 02:01:12] "GET /loadbalancer/f65a7e7f-7efb-454a-9870-ba00c9d61af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.006260 10.0.0.19 - - [2026-06-11 02:01:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.015639 10.0.0.19 - - [2026-06-11 02:01:12] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.013928 10.0.0.19 - - [2026-06-11 02:01:12] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005226 10.0.0.19 - - [2026-06-11 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.007898 10.0.0.19 - - [2026-06-11 02:01:12] "GET /floating-ip/ce3e1b7c-aa4b-42cc-8476-5e95aae6fa25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.010499 10.0.0.19 - - [2026-06-11 02:01:12] "POST /tags HTTP/1.1" 409 221 0.002243 10.0.0.19 - - [2026-06-11 02:01:12] "PUT /floating-ip/ce3e1b7c-aa4b-42cc-8476-5e95aae6fa25 HTTP/1.1" 200 256 0.012875 10.0.0.19 - - [2026-06-11 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.19 - - [2026-06-11 02:01:12] "GET /tag/96419ccd-78f5-40b4-8e1a-0663c18c5acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.019965 10.0.0.19 - - [2026-06-11 02:01:12] "POST /set-tag HTTP/1.1" 200 109 0.059621 10.0.0.19 - - [2026-06-11 02:01:12] "GET /loadbalancer-pool/3cd8fd3f-b399-4c00-98a6-475476180ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.012763 10.0.0.19 - - [2026-06-11 02:01:12] "POST /loadbalancer-members HTTP/1.1" 200 721 0.022054 10.0.0.19 - - [2026-06-11 02:01:12] "POST /prop-collection-update HTTP/1.1" 200 115 0.009175 10.0.0.19 - - [2026-06-11 02:01:12] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003985 10.0.0.19 - - [2026-06-11 02:01:12] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.005839 10.0.0.19 - - [2026-06-11 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.19 - - [2026-06-11 02:01:12] "GET /floating-ip/ce3e1b7c-aa4b-42cc-8476-5e95aae6fa25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2237 0.012106 10.0.0.19 - - [2026-06-11 02:01:12] "POST /set-tag HTTP/1.1" 200 109 0.086278 10.0.0.19 - - [2026-06-11 02:01:12] "POST /tags HTTP/1.1" 409 206 0.002006 10.0.0.19 - - [2026-06-11 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.19 - - [2026-06-11 02:01:12] "GET /tag/f2ce1aab-6688-4c5e-a8b2-03a4e39f9542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.011531 10.0.0.19 - - [2026-06-11 02:01:12] "POST /tags HTTP/1.1" 409 204 0.002133 10.0.0.19 - - [2026-06-11 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011630 10.0.0.19 - - [2026-06-11 02:01:12] "GET /tag/6f13ac9c-9141-4306-906d-267a149f6d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.013994 10.0.0.19 - - [2026-06-11 02:01:12] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005037 10.0.0.19 - - [2026-06-11 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001872 10.0.0.19 - - [2026-06-11 02:01:12] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002956 10.0.0.19 - - [2026-06-11 02:01:12] "POST /tags HTTP/1.1" 409 206 0.001857 10.0.0.19 - - [2026-06-11 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001831 10.0.0.19 - - [2026-06-11 02:01:12] "GET /tag/f2ce1aab-6688-4c5e-a8b2-03a4e39f9542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.010572 10.0.0.19 - - [2026-06-11 02:01:12] "POST /tags HTTP/1.1" 409 226 0.002666 10.0.0.19 - - [2026-06-11 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001597 10.0.0.19 - - [2026-06-11 02:01:12] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.013295 10.0.0.19 - - [2026-06-11 02:01:12] "POST /tags HTTP/1.1" 409 204 0.001730 10.0.0.19 - - [2026-06-11 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001476 10.0.0.19 - - [2026-06-11 02:01:13] "GET /tag/6f13ac9c-9141-4306-906d-267a149f6d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.010194 10.0.0.19 - - [2026-06-11 02:01:13] "POST /tags HTTP/1.1" 409 226 0.001654 10.0.0.19 - - [2026-06-11 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001727 10.0.0.19 - - [2026-06-11 02:01:13] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.009726 10.0.0.19 - - [2026-06-11 02:01:13] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002060 10.0.0.19 - - [2026-06-11 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001506 10.0.0.19 - - [2026-06-11 02:01:13] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002015 10.0.0.19 - - [2026-06-11 02:01:13] "POST /firewall-rules HTTP/1.1" 200 626 0.067119 10.0.0.19 - - [2026-06-11 02:01:13] "POST /firewall-rules HTTP/1.1" 200 646 0.076645 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-rule/906ef6d7-79a1-48b7-b498-0ae117b3ded4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.011087 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.002458 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-rule/f6d609e1-bf5a-45fd-ad0c-61112fb0427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.005423 10.0.0.19 - - [2026-06-11 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.015737 10.0.0.19 - - [2026-06-11 02:01:13] "POST /firewall-policys HTTP/1.1" 200 606 0.036104 10.0.0.19 - - [2026-06-11 02:01:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.010566 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.009883 10.0.0.19 - - [2026-06-11 02:01:13] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.002865 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.002356 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/63543be0-4264-4597-bdd2-c283b9dafc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.003103 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002724 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.003997 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002110 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.001975 10.0.0.19 - - [2026-06-11 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.022795 10.0.0.19 - - [2026-06-11 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.023741 10.0.0.19 - - [2026-06-11 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.018708 10.0.0.19 - - [2026-06-11 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.031554 10.0.0.19 - - [2026-06-11 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.024576 10.0.0.19 - - [2026-06-11 02:01:13] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.002390 10.0.0.19 - - [2026-06-11 02:01:50] "GET /global-system-configs HTTP/1.1" 200 322 0.002170 10.0.0.19 - - [2026-06-11 02:01:51] "GET /global-system-configs HTTP/1.1" 200 322 0.001969 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:02:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001341 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:02:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001107 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:02:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000954 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:02:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000885 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:02:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000845 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:02:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000819 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 252 0.003340 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001791 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/1aebf661-9419-4e05-81b4-06ce79355806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.011386 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 228 0.001863 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001378 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/f9db148c-6225-46a0-b8b7-0de7a5e55514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.011044 10.0.0.19 - - [2026-06-11 02:03:12] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002977 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001221 10.0.0.19 - - [2026-06-11 02:03:12] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002692 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 206 0.001877 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001618 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/f2ce1aab-6688-4c5e-a8b2-03a4e39f9542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1114 0.010946 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 226 0.001822 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001544 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.010742 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 204 0.001701 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001450 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/6f13ac9c-9141-4306-906d-267a149f6d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1104 0.011228 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 226 0.001977 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001552 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1196 0.010270 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 228 0.001713 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001326 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/f9db148c-6225-46a0-b8b7-0de7a5e55514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.009145 10.0.0.19 - - [2026-06-11 02:03:12] "POST /tags HTTP/1.1" 409 252 0.001534 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001879 10.0.0.19 - - [2026-06-11 02:03:12] "GET /tag/1aebf661-9419-4e05-81b4-06ce79355806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.009768 10.0.0.19 - - [2026-06-11 02:03:12] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002073 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001306 10.0.0.19 - - [2026-06-11 02:03:12] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002566 10.0.0.19 - - [2026-06-11 02:03:12] "POST /firewall-rules HTTP/1.1" 409 281 0.001755 10.0.0.19 - - [2026-06-11 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001522 10.0.0.19 - - [2026-06-11 02:03:13] "PUT /firewall-rule/f6d609e1-bf5a-45fd-ad0c-61112fb0427a HTTP/1.1" 200 260 0.018041 10.0.0.19 - - [2026-06-11 02:03:13] "POST /firewall-rules HTTP/1.1" 409 291 0.008092 10.0.0.19 - - [2026-06-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001494 10.0.0.19 - - [2026-06-11 02:03:13] "PUT /firewall-rule/906ef6d7-79a1-48b7-b498-0ae117b3ded4 HTTP/1.1" 200 260 0.020599 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-rule/906ef6d7-79a1-48b7-b498-0ae117b3ded4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.013841 10.0.0.19 - - [2026-06-11 02:03:13] "POST /firewall-rules HTTP/1.1" 200 658 0.073781 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-rule/d1f24a3c-9aa8-4974-bf69-014ae14967c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.004023 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002738 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-rule/f6d609e1-bf5a-45fd-ad0c-61112fb0427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.003332 10.0.0.19 - - [2026-06-11 02:03:13] "POST /firewall-policys HTTP/1.1" 409 269 0.001990 10.0.0.19 - - [2026-06-11 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001808 10.0.0.19 - - [2026-06-11 02:03:13] "PUT /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585 HTTP/1.1" 200 264 0.017897 10.0.0.19 - - [2026-06-11 02:03:13] "POST /prop-collection-update HTTP/1.1" 200 115 0.024636 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008438 10.0.0.19 - - [2026-06-11 02:03:13] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002704 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.002121 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.002100 10.0.0.19 - - [2026-06-11 02:03:13] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.002499 10.0.0.19 - - [2026-06-11 02:04:14] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004201 10.0.0.19 - - [2026-06-11 02:04:14] "POST /set-tag HTTP/1.1" 200 109 0.008272 10.0.0.19 - - [2026-06-11 02:04:14] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.010680 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.002472 10.0.0.19 - - [2026-06-11 02:04:15] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003772 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.001789 10.0.0.19 - - [2026-06-11 02:04:15] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004190 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.002244 10.0.0.19 - - [2026-06-11 02:04:15] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003979 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.002364 10.0.0.19 - - [2026-06-11 02:04:15] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004269 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.002037 10.0.0.19 - - [2026-06-11 02:04:15] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004332 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.002783 10.0.0.19 - - [2026-06-11 02:04:15] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004987 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.002250 10.0.0.19 - - [2026-06-11 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002051 10.0.0.19 - - [2026-06-11 02:04:15] "GET /loadbalancer/f65a7e7f-7efb-454a-9870-ba00c9d61af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.003886 10.0.0.19 - - [2026-06-11 02:04:15] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004227 10.0.0.19 - - [2026-06-11 02:04:15] "POST /set-tag HTTP/1.1" 200 109 0.022577 10.0.0.19 - - [2026-06-11 02:04:15] "DELETE /loadbalancer-member/ceb59887-2299-4d2b-b03d-745d0ce39da6 HTTP/1.1" 200 115 0.036340 10.0.0.19 - - [2026-06-11 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.19 - - [2026-06-11 02:04:15] "GET /loadbalancer/f65a7e7f-7efb-454a-9870-ba00c9d61af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.002340 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.004344 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.006822 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.006202 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.003927 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine/6b2265db-e173-41be-8dc7-342ab37252c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.003991 10.0.0.19 - - [2026-06-11 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.014592 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4045 0.007842 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.018593 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.033840 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.028700 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.014160 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.027755 10.0.0.19 - - [2026-06-11 02:04:16] "DELETE /instance-ip/5fe022ac-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.038901 10.0.0.19 - - [2026-06-11 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.008380 10.0.0.19 - - [2026-06-11 02:04:16] "DELETE /virtual-machine-interface/5fc5fa12-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.036684 10.0.0.19 - - [2026-06-11 02:04:16] "DELETE /virtual-machine/6b2265db-e173-41be-8dc7-342ab37252c8 HTTP/1.1" 200 115 0.021378 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004989 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.002481 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003875 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.002135 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004070 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.001816 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine/241a8bf6-5b3f-4940-9f01-b77ea20b903d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.001975 10.0.0.19 - - [2026-06-11 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.007831 10.0.0.19 - - [2026-06-11 02:04:16] "GET /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.009030 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.016363 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.015456 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.021860 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.013056 10.0.0.19 - - [2026-06-11 02:04:16] "POST /set-tag HTTP/1.1" 200 109 0.022794 10.0.0.19 - - [2026-06-11 02:04:17] "DELETE /instance-ip/61072054-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.139388 10.0.0.19 - - [2026-06-11 02:04:17] "DELETE /virtual-machine-interface/60df860c-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.055314 10.0.0.19 - - [2026-06-11 02:04:17] "DELETE /virtual-machine/241a8bf6-5b3f-4940-9f01-b77ea20b903d HTTP/1.1" 200 115 0.023148 10.0.0.19 - - [2026-06-11 02:04:17] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004732 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.002300 10.0.0.19 - - [2026-06-11 02:04:17] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003900 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.001987 10.0.0.19 - - [2026-06-11 02:04:17] "GET /virtual-machine/2e858599-ba0e-4eba-8c91-2db86ceba242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1658 0.002582 10.0.0.19 - - [2026-06-11 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.19 - - [2026-06-11 02:04:17] "GET /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003897 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.023257 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.022739 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.027280 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.014411 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.026037 10.0.0.19 - - [2026-06-11 02:04:17] "DELETE /instance-ip/5f2f7d4e-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.040524 10.0.0.19 - - [2026-06-11 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.007360 10.0.0.19 - - [2026-06-11 02:04:17] "DELETE /virtual-machine-interface/5f180146-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.050502 10.0.0.19 - - [2026-06-11 02:04:17] "DELETE /virtual-machine/2e858599-ba0e-4eba-8c91-2db86ceba242 HTTP/1.1" 200 115 0.025502 10.0.0.19 - - [2026-06-11 02:04:17] "DELETE /tag/d4b1052c-621e-4aca-84dd-c9d44f943e12 HTTP/1.1" 200 115 0.037034 10.0.0.19 - - [2026-06-11 02:04:17] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.004624 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.002352 10.0.0.19 - - [2026-06-11 02:04:17] "GET /virtual-machine/bbc7a74f-f6b5-48e9-9c0b-089a3fb3e800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.002223 10.0.0.19 - - [2026-06-11 02:04:17] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.19 - - [2026-06-11 02:04:17] "GET /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3863 0.003992 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.020423 10.0.0.19 - - [2026-06-11 02:04:17] "POST /set-tag HTTP/1.1" 200 109 0.033086 10.0.0.19 - - [2026-06-11 02:04:18] "POST /set-tag HTTP/1.1" 200 109 0.014501 10.0.0.19 - - [2026-06-11 02:04:18] "POST /set-tag HTTP/1.1" 200 109 0.039097 10.0.0.19 - - [2026-06-11 02:04:18] "POST /set-tag HTTP/1.1" 200 109 0.027449 10.0.0.19 - - [2026-06-11 02:04:18] "DELETE /instance-ip/607eb0c0-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.036622 10.0.0.19 - - [2026-06-11 02:04:18] "DELETE /virtual-machine-interface/6064f6ee-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.039443 10.0.0.19 - - [2026-06-11 02:04:18] "DELETE /virtual-machine/bbc7a74f-f6b5-48e9-9c0b-089a3fb3e800 HTTP/1.1" 200 115 0.016756 10.0.0.19 - - [2026-06-11 02:04:18] "DELETE /tag/f2ce1aab-6688-4c5e-a8b2-03a4e39f9542 HTTP/1.1" 409 388 0.005059 10.0.0.19 - - [2026-06-11 02:04:18] "DELETE /tag/2bda7ecb-85e4-4260-b65c-d1e952320f1b HTTP/1.1" 200 115 0.034244 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004135 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.006044 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.005352 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.002192 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine/f25a5110-ecbc-4ebc-8fae-3429ff735341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.002177 10.0.0.19 - - [2026-06-11 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.007651 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004288 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.014452 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.028111 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.012500 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.019215 10.0.0.19 - - [2026-06-11 02:04:46] "DELETE /instance-ip/625301a8-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.040632 10.0.0.19 - - [2026-06-11 02:04:46] "DELETE /virtual-machine-interface/6239f186-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.043671 10.0.0.19 - - [2026-06-11 02:04:46] "DELETE /virtual-machine/f25a5110-ecbc-4ebc-8fae-3429ff735341 HTTP/1.1" 200 115 0.024993 10.0.0.19 - - [2026-06-11 02:04:46] "DELETE /tag/2741bb36-f8ef-43b8-9ec5-3595ca1b9795 HTTP/1.1" 200 115 0.029950 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.018936 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.002406 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003939 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.001988 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine/8504901d-5d58-42dd-9d2b-ff42ac373624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.003012 10.0.0.19 - - [2026-06-11 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.008097 10.0.0.19 - - [2026-06-11 02:04:46] "GET /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004139 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.014435 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.025369 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.020282 10.0.0.19 - - [2026-06-11 02:04:46] "POST /set-tag HTTP/1.1" 200 109 0.011532 10.0.0.19 - - [2026-06-11 02:04:46] "DELETE /instance-ip/61ed8256-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.033961 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /virtual-machine-interface/61d5a05a-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.035639 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /virtual-machine/8504901d-5d58-42dd-9d2b-ff42ac373624 HTTP/1.1" 200 115 0.016247 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /tag/6f13ac9c-9141-4306-906d-267a149f6d4e HTTP/1.1" 409 236 0.004050 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003859 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.002035 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004018 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.001676 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine/ca5b1f1e-5237-454a-aee6-4c361864038e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1635 0.003315 10.0.0.19 - - [2026-06-11 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.008669 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.014850 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.015353 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.018634 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.012003 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /instance-ip/62ba8ada-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.041312 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /virtual-machine-interface/62a75ec4-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.031648 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /virtual-machine/ca5b1f1e-5237-454a-aee6-4c361864038e HTTP/1.1" 200 115 0.015963 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /tag/1aebf661-9419-4e05-81b4-06ce79355806 HTTP/1.1" 409 236 0.004730 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /tag/3f24c124-d53c-4864-9460-7076fb331e95 HTTP/1.1" 200 115 0.027947 10.0.0.19 - - [2026-06-11 02:04:47] "DELETE /tag/f9db148c-6225-46a0-b8b7-0de7a5e55514 HTTP/1.1" 409 236 0.003395 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.004062 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.002401 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.003726 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.001947 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine/684441a7-2645-4335-a0f4-bca4afa89c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1634 0.002912 10.0.0.19 - - [2026-06-11 02:04:47] "POST /ref-update HTTP/1.1" 200 156 0.009447 10.0.0.19 - - [2026-06-11 02:04:47] "GET /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3700 0.010130 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.015248 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.030409 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.020025 10.0.0.19 - - [2026-06-11 02:04:47] "POST /set-tag HTTP/1.1" 200 109 0.011670 10.0.0.19 - - [2026-06-11 02:04:48] "DELETE /instance-ip/618acc10-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.233252 10.0.0.19 - - [2026-06-11 02:04:48] "DELETE /virtual-machine-interface/61733f46-6539-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.045803 10.0.0.19 - - [2026-06-11 02:04:48] "DELETE /virtual-machine/684441a7-2645-4335-a0f4-bca4afa89c07 HTTP/1.1" 200 115 0.019570 10.0.0.19 - - [2026-06-11 02:04:48] "DELETE /tag/b68abf12-44d2-4037-9421-64ea5820a264 HTTP/1.1" 200 115 0.030310 10.0.0.19 - - [2026-06-11 02:04:48] "DELETE /tag/4fa0d1ba-c1c1-42d7-a72b-1e1e09e5bc71 HTTP/1.1" 200 115 0.027992 10.0.0.19 - - [2026-06-11 02:04:48] "DELETE /tag/f6028e3f-2ac1-4487-a674-3999abbdc7ea HTTP/1.1" 200 115 0.027811 10.0.0.19 - - [2026-06-11 02:04:50] "POST /projects HTTP/1.1" 409 238 0.002152 10.0.0.19 - - [2026-06-11 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001859 10.0.0.19 - - [2026-06-11 02:04:50] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.031425 10.0.0.19 - - [2026-06-11 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.19 - - [2026-06-11 02:04:50] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004498 10.0.0.19 - - [2026-06-11 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001678 10.0.0.19 - - [2026-06-11 02:04:50] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004021 10.0.0.19 - - [2026-06-11 02:04:50] "POST /security-groups HTTP/1.1" 409 285 0.001766 10.0.0.19 - - [2026-06-11 02:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001829 10.0.0.19 - - [2026-06-11 02:04:50] "PUT /security-group/f9d22657-13a7-46d8-8805-cda471235460 HTTP/1.1" 200 262 0.055782 10.0.0.19 - - [2026-06-11 02:04:50] "PUT /access-control-list/2c591d65-d006-43e9-be12-945c8f7b3981 HTTP/1.1" 200 272 0.016266 10.0.0.19 - - [2026-06-11 02:04:50] "POST /prop-collection-update HTTP/1.1" 200 115 0.022921 10.0.0.19 - - [2026-06-11 02:04:50] "PUT /access-control-list/8ab80b55-18c1-4741-916f-7565b960e79b HTTP/1.1" 200 272 0.023405 10.0.0.19 - - [2026-06-11 02:04:55] "POST /projects HTTP/1.1" 409 238 0.001864 10.0.0.19 - - [2026-06-11 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001542 10.0.0.19 - - [2026-06-11 02:04:55] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.028132 10.0.0.19 - - [2026-06-11 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001505 10.0.0.19 - - [2026-06-11 02:04:55] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004835 10.0.0.19 - - [2026-06-11 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001811 10.0.0.19 - - [2026-06-11 02:04:55] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.013837 10.0.0.19 - - [2026-06-11 02:04:55] "POST /security-groups HTTP/1.1" 409 285 0.002234 10.0.0.19 - - [2026-06-11 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.001781 10.0.0.19 - - [2026-06-11 02:04:55] "PUT /security-group/f9d22657-13a7-46d8-8805-cda471235460 HTTP/1.1" 200 262 0.059497 10.0.0.19 - - [2026-06-11 02:04:55] "PUT /access-control-list/2c591d65-d006-43e9-be12-945c8f7b3981 HTTP/1.1" 200 272 0.013952 10.0.0.19 - - [2026-06-11 02:04:55] "POST /prop-collection-update HTTP/1.1" 200 115 0.034093 10.0.0.19 - - [2026-06-11 02:04:55] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4897 0.010055 10.0.0.19 - - [2026-06-11 02:04:55] "PUT /access-control-list/8ab80b55-18c1-4741-916f-7565b960e79b HTTP/1.1" 200 272 0.028259 10.0.0.19 - - [2026-06-11 02:04:55] "GET /firewall-rule/55cec11c-4a3b-4697-893f-46ed972c2d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.002692 10.0.0.19 - - [2026-06-11 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.056010 10.0.0.19 - - [2026-06-11 02:04:55] "DELETE /firewall-rule/55cec11c-4a3b-4697-893f-46ed972c2d30 HTTP/1.1" 200 115 0.046298 10.0.0.19 - - [2026-06-11 02:04:55] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4641 0.004635 10.0.0.19 - - [2026-06-11 02:04:55] "GET /firewall-rule/7ee89598-3adc-4aec-a449-6d9cbead224b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2088 0.003062 10.0.0.19 - - [2026-06-11 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.047985 10.0.0.19 - - [2026-06-11 02:04:55] "DELETE /firewall-rule/7ee89598-3adc-4aec-a449-6d9cbead224b HTTP/1.1" 200 115 0.042434 10.0.0.19 - - [2026-06-11 02:04:55] "DELETE /tag/1aebf661-9419-4e05-81b4-06ce79355806 HTTP/1.1" 409 236 0.005297 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /tag/f9db148c-6225-46a0-b8b7-0de7a5e55514 HTTP/1.1" 409 236 0.005353 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /tag/23a594d6-a5d2-4dc6-befd-61421122c7ff HTTP/1.1" 200 115 0.033148 10.0.0.19 - - [2026-06-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002003 10.0.0.19 - - [2026-06-11 02:04:56] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3168 0.004998 10.0.0.19 - - [2026-06-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001776 10.0.0.19 - - [2026-06-11 02:04:56] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3185 0.004201 10.0.0.19 - - [2026-06-11 02:04:56] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.037811 10.0.0.19 - - [2026-06-11 02:04:56] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.041599 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /security-group/f9d22657-13a7-46d8-8805-cda471235460 HTTP/1.1" 200 115 0.046018 10.0.0.19 - - [2026-06-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001909 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /access-control-list/2c591d65-d006-43e9-be12-945c8f7b3981 HTTP/1.1" 200 115 0.029056 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /access-control-list/8ab80b55-18c1-4741-916f-7565b960e79b HTTP/1.1" 200 115 0.022821 10.0.0.19 - - [2026-06-11 02:04:56] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.034434 10.0.0.19 - - [2026-06-11 02:04:56] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?fields=security_groups HTTP/1.1" 200 1353 0.025602 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /security-group/41311cd5-65b3-4f68-9594-ff7b4314b249 HTTP/1.1" 200 115 0.042315 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /access-control-list/e366e359-64c3-46e2-b528-729ef85d8b5c HTTP/1.1" 200 115 0.046134 10.0.0.19 - - [2026-06-11 02:04:56] "GET /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a?fields=application_policy_sets HTTP/1.1" 200 1392 0.048347 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /access-control-list/b60735a2-70d5-4d00-a701-fcb4d3c45435 HTTP/1.1" 200 115 0.034473 10.0.0.19 - - [2026-06-11 02:04:56] "DELETE /project/8c94c91f-63c2-4248-b9c9-0d63fb65b73a HTTP/1.1" 200 115 0.268129 10.0.0.19 - - [2026-06-11 02:04:56] "POST /projects HTTP/1.1" 409 238 0.001645 10.0.0.19 - - [2026-06-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001274 10.0.0.19 - - [2026-06-11 02:04:56] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.036374 10.0.0.19 - - [2026-06-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001920 10.0.0.19 - - [2026-06-11 02:04:56] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.003818 10.0.0.19 - - [2026-06-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002008 10.0.0.19 - - [2026-06-11 02:04:56] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004141 10.0.0.19 - - [2026-06-11 02:04:56] "POST /security-groups HTTP/1.1" 409 285 0.002090 10.0.0.19 - - [2026-06-11 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002135 10.0.0.19 - - [2026-06-11 02:04:56] "PUT /security-group/c8610bcf-684c-419a-9ca5-3ad3a5b23684 HTTP/1.1" 200 262 0.055182 10.0.0.19 - - [2026-06-11 02:04:56] "PUT /access-control-list/2c6c3c66-3f8e-463b-a7e4-bde081c680e5 HTTP/1.1" 200 272 0.018048 10.0.0.19 - - [2026-06-11 02:04:56] "POST /prop-collection-update HTTP/1.1" 200 115 0.026219 10.0.0.19 - - [2026-06-11 02:04:56] "PUT /access-control-list/e8d21570-106b-4a08-ba7d-435a124cb394 HTTP/1.1" 200 272 0.027186 10.0.0.19 - - [2026-06-11 02:05:01] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.002592 10.0.0.19 - - [2026-06-11 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.19 - - [2026-06-11 02:05:01] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.002658 10.0.0.19 - - [2026-06-11 02:05:01] "GET /firewall-policy/79a0c079-b6db-415c-b892-0375d8ed7088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1735 0.002773 10.0.0.19 - - [2026-06-11 02:05:01] "GET /firewall-rule/f6d609e1-bf5a-45fd-ad0c-61112fb0427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.003145 10.0.0.19 - - [2026-06-11 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.014996 10.0.0.19 - - [2026-06-11 02:05:01] "DELETE /firewall-rule/f6d609e1-bf5a-45fd-ad0c-61112fb0427a HTTP/1.1" 200 115 0.031257 10.0.0.19 - - [2026-06-11 02:05:01] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.002931 10.0.0.19 - - [2026-06-11 02:05:01] "GET /firewall-rule/906ef6d7-79a1-48b7-b498-0ae117b3ded4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.002633 10.0.0.19 - - [2026-06-11 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.013442 10.0.0.19 - - [2026-06-11 02:05:01] "DELETE /firewall-rule/906ef6d7-79a1-48b7-b498-0ae117b3ded4 HTTP/1.1" 200 115 0.030269 10.0.0.19 - - [2026-06-11 02:05:01] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004982 10.0.0.19 - - [2026-06-11 02:05:01] "GET /firewall-rule/d1f24a3c-9aa8-4974-bf69-014ae14967c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2910 0.002954 10.0.0.19 - - [2026-06-11 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.012349 10.0.0.19 - - [2026-06-11 02:05:01] "DELETE /firewall-rule/d1f24a3c-9aa8-4974-bf69-014ae14967c7 HTTP/1.1" 200 115 0.039717 10.0.0.19 - - [2026-06-11 02:05:01] "GET /application-policy-set/3021f11d-1418-49f9-9f5b-f750787f4c93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.003825 10.0.0.19 - - [2026-06-11 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.19 - - [2026-06-11 02:05:01] "GET /policy-management/aadb097c-fc85-4b0c-97d8-7e5958f008b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 861 0.003310 10.0.0.19 - - [2026-06-11 02:05:01] "GET /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004809 10.0.0.19 - - [2026-06-11 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.022707 10.0.0.19 - - [2026-06-11 02:05:01] "DELETE /firewall-policy/28cfecea-1583-46c0-83ec-0e7eda871585 HTTP/1.1" 200 115 0.039843 10.0.0.19 - - [2026-06-11 02:05:01] "DELETE /tag/1aebf661-9419-4e05-81b4-06ce79355806 HTTP/1.1" 200 115 0.034068 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /tag/f2ce1aab-6688-4c5e-a8b2-03a4e39f9542 HTTP/1.1" 200 115 0.062485 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /tag/f9db148c-6225-46a0-b8b7-0de7a5e55514 HTTP/1.1" 200 115 0.094091 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /tag/6f13ac9c-9141-4306-906d-267a149f6d4e HTTP/1.1" 200 115 0.061006 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /loadbalancer-member/0bc02eb4-f106-45d0-8dfa-69724b0ac67e HTTP/1.1" 200 115 0.026968 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /loadbalancer-pool/3cd8fd3f-b399-4c00-98a6-475476180ae7 HTTP/1.1" 200 115 0.023687 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /loadbalancer-listener/97888b0a-dc52-4244-9a8b-6057dac760bd HTTP/1.1" 200 115 0.075099 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /loadbalancer/f65a7e7f-7efb-454a-9870-ba00c9d61af1 HTTP/1.1" 200 115 0.082757 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /floating-ip/ce3e1b7c-aa4b-42cc-8476-5e95aae6fa25 HTTP/1.1" 200 115 0.041781 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /instance-ip/28e1fd52-e56d-49f6-ac9d-4269a72e429b HTTP/1.1" 200 115 0.046078 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /virtual-machine-interface/dd9dfa81-48af-4ae7-b6bf-65cc44b9ee8a HTTP/1.1" 200 115 0.065052 10.0.0.19 - - [2026-06-11 02:05:02] "DELETE /tag/96419ccd-78f5-40b4-8e1a-0663c18c5acc HTTP/1.1" 200 115 0.064521 10.0.0.19 - - [2026-06-11 02:05:02] "POST /projects HTTP/1.1" 409 238 0.007751 10.0.0.19 - - [2026-06-11 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002369 10.0.0.19 - - [2026-06-11 02:05:02] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.033460 10.0.0.19 - - [2026-06-11 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.19 - - [2026-06-11 02:05:02] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.003676 10.0.0.19 - - [2026-06-11 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.19 - - [2026-06-11 02:05:02] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.007911 10.0.0.19 - - [2026-06-11 02:05:02] "POST /security-groups HTTP/1.1" 409 285 0.003603 10.0.0.19 - - [2026-06-11 02:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001899 10.0.0.19 - - [2026-06-11 02:05:02] "PUT /security-group/c8610bcf-684c-419a-9ca5-3ad3a5b23684 HTTP/1.1" 200 262 0.055123 10.0.0.19 - - [2026-06-11 02:05:02] "PUT /access-control-list/2c6c3c66-3f8e-463b-a7e4-bde081c680e5 HTTP/1.1" 200 272 0.021530 10.0.0.19 - - [2026-06-11 02:05:02] "POST /prop-collection-update HTTP/1.1" 200 115 0.041307 10.0.0.19 - - [2026-06-11 02:05:02] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4386 0.035020 10.0.0.19 - - [2026-06-11 02:05:02] "PUT /access-control-list/e8d21570-106b-4a08-ba7d-435a124cb394 HTTP/1.1" 200 272 0.059805 10.0.0.19 - - [2026-06-11 02:05:03] "GET /firewall-rule/791fb6a9-bc44-4e1e-b5bc-8766cf490de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.003079 10.0.0.19 - - [2026-06-11 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.155768 10.0.0.19 - - [2026-06-11 02:05:03] "DELETE /firewall-rule/791fb6a9-bc44-4e1e-b5bc-8766cf490de5 HTTP/1.1" 200 115 0.092049 10.0.0.19 - - [2026-06-11 02:05:03] "GET /firewall-policy/80a15a33-350b-49c2-bf2f-fbdb819a71cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4130 0.015146 10.0.0.19 - - [2026-06-11 02:05:03] "GET /firewall-rule/a9e6c129-8bb6-4ce4-a7c4-142cb13d2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006503 10.0.0.19 - - [2026-06-11 02:05:03] "POST /ref-update HTTP/1.1" 200 156 0.048689 10.0.0.19 - - [2026-06-11 02:05:03] "DELETE /firewall-rule/a9e6c129-8bb6-4ce4-a7c4-142cb13d2322 HTTP/1.1" 200 115 0.099640 10.0.0.19 - - [2026-06-11 02:05:03] "DELETE /tag/c02a46ba-9182-4ac9-a49e-1de55d38bf03 HTTP/1.1" 200 115 0.051864 10.0.0.19 - - [2026-06-11 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010503 10.0.0.19 - - [2026-06-11 02:05:03] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.017305 10.0.0.19 - - [2026-06-11 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006667 10.0.0.19 - - [2026-06-11 02:05:03] "GET /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.007541 10.0.0.19 - - [2026-06-11 02:05:03] "PUT /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899 HTTP/1.1" 200 264 0.077259 10.0.0.19 - - [2026-06-11 02:05:03] "PUT /virtual-network/5fea8b13-72c6-482b-a3da-66ca2eb7dbde HTTP/1.1" 200 264 0.059886 10.0.0.19 - - [2026-06-11 02:05:03] "DELETE /security-group/c8610bcf-684c-419a-9ca5-3ad3a5b23684 HTTP/1.1" 200 115 0.045531 10.0.0.19 - - [2026-06-11 02:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.001741 10.0.0.19 - - [2026-06-11 02:05:03] "DELETE /access-control-list/2c6c3c66-3f8e-463b-a7e4-bde081c680e5 HTTP/1.1" 200 115 0.046755 10.0.0.19 - - [2026-06-11 02:05:03] "DELETE /access-control-list/e8d21570-106b-4a08-ba7d-435a124cb394 HTTP/1.1" 200 115 0.036932 10.0.0.19 - - [2026-06-11 02:05:04] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.043559 10.0.0.19 - - [2026-06-11 02:05:04] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?fields=security_groups HTTP/1.1" 200 1353 0.037768 10.0.0.19 - - [2026-06-11 02:05:04] "DELETE /security-group/75d74166-3344-4b44-b564-0b379bf9e2f8 HTTP/1.1" 200 115 0.054385 10.0.0.19 - - [2026-06-11 02:05:04] "DELETE /access-control-list/014bb0a8-2fc2-40bc-bc09-445443d45130 HTTP/1.1" 200 115 0.041832 10.0.0.19 - - [2026-06-11 02:05:04] "GET /project/a755e040-7a2e-452b-9e86-5e7319f46517?fields=application_policy_sets HTTP/1.1" 200 1392 0.049853 10.0.0.19 - - [2026-06-11 02:05:04] "DELETE /access-control-list/c85de258-f478-4521-847e-56f257a1b12f HTTP/1.1" 200 115 0.062675 10.0.0.19 - - [2026-06-11 02:05:04] "DELETE /project/a755e040-7a2e-452b-9e86-5e7319f46517 HTTP/1.1" 200 115 0.388432 10.0.0.19 - - [2026-06-11 02:05:50] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.19 - - [2026-06-11 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002038 10.0.0.19 - - [2026-06-11 02:05:50] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002593 10.0.0.19 - - [2026-06-11 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001793 10.0.0.19 - - [2026-06-11 02:05:50] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002330 10.0.0.19 - - [2026-06-11 02:06:07] "GET / HTTP/1.1" 200 35931 0.001591 10.0.0.19 - - [2026-06-11 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002121 10.0.0.19 - - [2026-06-11 02:06:07] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004926 10.0.0.19 - - [2026-06-11 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001814 10.0.0.19 - - [2026-06-11 02:06:07] "GET /config-node/ee76d4c4-0c58-42d6-b2a8-d0e3bcab6e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.002546 10.0.0.19 - - [2026-06-11 02:06:08] "GET / HTTP/1.1" 200 35931 0.001353 10.0.0.19 - - [2026-06-11 02:06:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001920 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002130 10.0.0.19 - - [2026-06-11 02:06:13] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002142 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001466 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.007446 10.0.0.19 - - [2026-06-11 02:06:13] "GET / HTTP/1.1" 200 35931 0.001933 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 264 0.002010 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001428 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/caba9e0c-393f-4267-a6e0-5244a58ac925 HTTP/1.1" 200 244 0.008694 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 261 0.001945 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001284 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/15baf6bd-468a-46f2-b2ce-506a6d5b51f7 HTTP/1.1" 200 244 0.011570 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 261 0.007814 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001452 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/cb1ceb5e-c802-4939-a7a9-b9c0ba94017b HTTP/1.1" 200 244 0.009152 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 253 0.007264 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001386 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/7276f8ec-3d63-417f-a946-bf000c4c6b82 HTTP/1.1" 200 244 0.009761 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 251 0.006278 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001370 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/32af8e28-0822-4614-8f4a-d1f51da4c66d HTTP/1.1" 200 244 0.010270 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 252 0.016630 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008762 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/de12949d-c494-45f9-8843-ce288862a145 HTTP/1.1" 200 244 0.009132 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 256 0.006279 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001632 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/1579c1ad-716e-47c5-adb6-f7bb5a090589 HTTP/1.1" 200 244 0.009547 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 248 0.007535 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/e34869d4-da6f-4128-accb-d306e42877c4 HTTP/1.1" 200 244 0.012248 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 252 0.009941 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/81174127-70bb-4c60-a51b-311099a2fd54 HTTP/1.1" 200 244 0.009339 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 257 0.006152 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.001509 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/7dd77a75-bc24-4380-89dc-dbae65e954f6 HTTP/1.1" 200 244 0.011153 10.0.0.19 - - [2026-06-11 02:06:13] "POST /alarms HTTP/1.1" 409 251 0.011937 10.0.0.19 - - [2026-06-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.19 - - [2026-06-11 02:06:13] "PUT /alarm/58b369dc-8886-4d5f-b11b-51e0666666ae HTTP/1.1" 200 244 0.009305 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 257 0.013197 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001775 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/3e77a8da-8a14-4ec0-ba97-9c68111874e7 HTTP/1.1" 200 244 0.011289 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 261 0.008675 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001498 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/100736c5-d7f7-4856-95e1-e6781e63e6d9 HTTP/1.1" 200 244 0.010815 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 258 0.016198 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006320 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/69ad8b9e-61ae-463c-8ae6-67d244d4af39 HTTP/1.1" 200 244 0.009722 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 254 0.004022 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001418 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/70188dcf-7301-445c-8904-3c41c365214d HTTP/1.1" 200 244 0.009580 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 254 0.002755 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/e9bd22d6-09a3-4b72-8311-adade21619c6 HTTP/1.1" 200 244 0.009440 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 254 0.004991 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.016608 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/551143b2-96b1-4cf4-8df7-434c236144be HTTP/1.1" 200 244 0.008922 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 247 0.003403 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002161 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/8c74a276-7859-4fa5-b342-642a45b2ccfb HTTP/1.1" 200 244 0.009569 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 272 0.007639 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001566 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/451a41a1-4e9f-4299-9dec-0c12674c5283 HTTP/1.1" 200 244 0.011261 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 261 0.005885 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/f0eb8064-f96b-4210-ae4d-8d42dff7a24f HTTP/1.1" 200 244 0.009447 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 259 0.004881 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001973 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/02fdf928-e96a-4bb6-8d41-975f90c84637 HTTP/1.1" 200 244 0.009129 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 265 0.002580 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001802 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/8cbc28db-535d-4f18-b0dd-579d3a669963 HTTP/1.1" 200 244 0.009290 10.0.0.19 - - [2026-06-11 02:06:14] "POST /alarms HTTP/1.1" 409 279 0.006916 10.0.0.19 - - [2026-06-11 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.001686 10.0.0.19 - - [2026-06-11 02:06:14] "PUT /alarm/fefc2771-95f8-48c9-a3b0-49c27ddd8545 HTTP/1.1" 200 244 0.009593 10.0.0.19 - - [2026-06-11 02:06:15] "GET / HTTP/1.1" 200 35931 0.001878 10.0.0.19 - - [2026-06-11 02:06:15] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.002037 10.0.0.19 - - [2026-06-11 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001509 10.0.0.19 - - [2026-06-11 02:06:15] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.006652 10.0.0.19 - - [2026-06-11 02:06:15] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.19 - - [2026-06-11 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001764 10.0.0.19 - - [2026-06-11 02:06:15] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002498 10.0.0.19 - - [2026-06-11 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001523 10.0.0.19 - - [2026-06-11 02:06:15] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.008691 10.0.0.19 - - [2026-06-11 02:06:15] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.19 - - [2026-06-11 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.001768 10.0.0.19 - - [2026-06-11 02:06:15] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003896 10.0.0.19 - - [2026-06-11 02:06:15] "PUT /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0 HTTP/1.1" 200 274 0.013711 10.0.0.19 - - [2026-06-11 02:06:19] "GET / HTTP/1.1" 200 35931 0.001236 10.0.0.19 - - [2026-06-11 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.001926 10.0.0.19 - - [2026-06-11 02:06:19] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002583 10.0.0.19 - - [2026-06-11 02:06:19] "POST /bgp-routers HTTP/1.1" 409 301 0.002361 10.0.0.19 - - [2026-06-11 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.19 - - [2026-06-11 02:06:19] "GET /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.005676 10.0.0.19 - - [2026-06-11 02:06:19] "PUT /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d HTTP/1.1" 200 254 0.010043 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:06:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001270 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:06:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001232 10.0.0.19 - - [2026-06-11 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.19 - - [2026-06-11 02:06:21] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.003819 10.0.0.19 - - [2026-06-11 02:06:34] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.19 - - [2026-06-11 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001853 10.0.0.19 - - [2026-06-11 02:06:35] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.010025 10.0.0.19 - - [2026-06-11 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.001673 10.0.0.19 - - [2026-06-11 02:06:35] "GET /config-node/ee76d4c4-0c58-42d6-b2a8-d0e3bcab6e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001874 10.0.0.19 - - [2026-06-11 02:06:46] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.19 - - [2026-06-11 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.19 - - [2026-06-11 02:06:46] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005350 10.0.0.19 - - [2026-06-11 02:06:46] "POST /bgp-routers HTTP/1.1" 409 301 0.002798 10.0.0.19 - - [2026-06-11 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.19 - - [2026-06-11 02:06:46] "GET /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1812 0.003829 10.0.0.19 - - [2026-06-11 02:06:46] "PUT /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d HTTP/1.1" 200 254 0.017055 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:06:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.004975 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:06:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000886 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:06:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000791 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:06:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000877 10.0.0.19 - - [2026-06-11 02:06:50] "GET /global-system-configs HTTP/1.1" 200 322 0.002397 10.0.0.19 - - [2026-06-11 02:06:51] "GET /global-system-configs HTTP/1.1" 200 322 0.005203 10.0.0.19 - - [2026-06-11 02:07:25] "GET / HTTP/1.1" 200 35931 0.001587 10.0.0.19 - - [2026-06-11 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001773 10.0.0.19 - - [2026-06-11 02:07:25] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004059 10.0.0.19 - - [2026-06-11 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001431 10.0.0.19 - - [2026-06-11 02:07:25] "GET /config-node/ee76d4c4-0c58-42d6-b2a8-d0e3bcab6e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001569 10.0.0.19 - - [2026-06-11 02:07:25] "GET / HTTP/1.1" 200 35931 0.001330 10.0.0.19 - - [2026-06-11 02:07:25] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001924 10.0.0.19 - - [2026-06-11 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002083 10.0.0.19 - - [2026-06-11 02:07:30] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002174 10.0.0.19 - - [2026-06-11 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001296 10.0.0.19 - - [2026-06-11 02:07:30] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.007778 10.0.0.19 - - [2026-06-11 02:07:31] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 264 0.002041 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001469 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/caba9e0c-393f-4267-a6e0-5244a58ac925 HTTP/1.1" 200 244 0.015265 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 261 0.006290 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001801 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/15baf6bd-468a-46f2-b2ce-506a6d5b51f7 HTTP/1.1" 200 244 0.013274 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 261 0.006367 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001268 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/cb1ceb5e-c802-4939-a7a9-b9c0ba94017b HTTP/1.1" 200 244 0.011173 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 253 0.006613 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001784 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/7276f8ec-3d63-417f-a946-bf000c4c6b82 HTTP/1.1" 200 244 0.009264 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 251 0.007616 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001724 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/32af8e28-0822-4614-8f4a-d1f51da4c66d HTTP/1.1" 200 244 0.008586 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 252 0.009308 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001499 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/de12949d-c494-45f9-8843-ce288862a145 HTTP/1.1" 200 244 0.010046 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 256 0.011019 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002247 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/1579c1ad-716e-47c5-adb6-f7bb5a090589 HTTP/1.1" 200 244 0.008753 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 248 0.002961 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/e34869d4-da6f-4128-accb-d306e42877c4 HTTP/1.1" 200 244 0.009648 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 252 0.011708 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001635 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/81174127-70bb-4c60-a51b-311099a2fd54 HTTP/1.1" 200 244 0.009655 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 257 0.004136 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002115 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/7dd77a75-bc24-4380-89dc-dbae65e954f6 HTTP/1.1" 200 244 0.008686 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 251 0.008548 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002043 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/58b369dc-8886-4d5f-b11b-51e0666666ae HTTP/1.1" 200 244 0.008840 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 257 0.010118 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001855 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/3e77a8da-8a14-4ec0-ba97-9c68111874e7 HTTP/1.1" 200 244 0.010353 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 261 0.006730 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001274 10.0.0.19 - - [2026-06-11 02:07:31] "PUT /alarm/100736c5-d7f7-4856-95e1-e6781e63e6d9 HTTP/1.1" 200 244 0.010168 10.0.0.19 - - [2026-06-11 02:07:31] "POST /alarms HTTP/1.1" 409 258 0.010807 10.0.0.19 - - [2026-06-11 02:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001605 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/69ad8b9e-61ae-463c-8ae6-67d244d4af39 HTTP/1.1" 200 244 0.009599 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 254 0.003872 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002121 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/70188dcf-7301-445c-8904-3c41c365214d HTTP/1.1" 200 244 0.018038 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 254 0.012928 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001862 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/e9bd22d6-09a3-4b72-8311-adade21619c6 HTTP/1.1" 200 244 0.008695 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 254 0.009043 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/551143b2-96b1-4cf4-8df7-434c236144be HTTP/1.1" 200 244 0.010800 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 247 0.007873 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/8c74a276-7859-4fa5-b342-642a45b2ccfb HTTP/1.1" 200 244 0.009739 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 272 0.008189 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001784 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/451a41a1-4e9f-4299-9dec-0c12674c5283 HTTP/1.1" 200 244 0.009752 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 261 0.001980 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/f0eb8064-f96b-4210-ae4d-8d42dff7a24f HTTP/1.1" 200 244 0.008856 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 259 0.007080 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001774 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/02fdf928-e96a-4bb6-8d41-975f90c84637 HTTP/1.1" 200 244 0.011553 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 265 0.012130 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/8cbc28db-535d-4f18-b0dd-579d3a669963 HTTP/1.1" 200 244 0.010447 10.0.0.19 - - [2026-06-11 02:07:32] "POST /alarms HTTP/1.1" 409 279 0.007529 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002307 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /alarm/fefc2771-95f8-48c9-a3b0-49c27ddd8545 HTTP/1.1" 200 244 0.009730 10.0.0.19 - - [2026-06-11 02:07:32] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.19 - - [2026-06-11 02:07:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.001885 10.0.0.19 - - [2026-06-11 02:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001663 10.0.0.19 - - [2026-06-11 02:07:32] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.006897 10.0.0.19 - - [2026-06-11 02:07:33] "GET / HTTP/1.1" 200 35931 0.001596 10.0.0.19 - - [2026-06-11 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.19 - - [2026-06-11 02:07:33] "GET /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.002304 10.0.0.19 - - [2026-06-11 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001340 10.0.0.19 - - [2026-06-11 02:07:33] "PUT /global-vrouter-config/cc9f3f35-35a1-45bf-81b4-467dbe8fbcba HTTP/1.1" 200 276 0.009337 10.0.0.19 - - [2026-06-11 02:07:33] "GET / HTTP/1.1" 200 35931 0.001539 10.0.0.19 - - [2026-06-11 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.001948 10.0.0.19 - - [2026-06-11 02:07:33] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004956 10.0.0.19 - - [2026-06-11 02:07:33] "PUT /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0 HTTP/1.1" 200 274 0.028863 10.0.0.19 - - [2026-06-11 02:07:36] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.19 - - [2026-06-11 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001954 10.0.0.19 - - [2026-06-11 02:07:36] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002354 10.0.0.19 - - [2026-06-11 02:07:36] "POST /bgp-routers HTTP/1.1" 409 301 0.001496 10.0.0.19 - - [2026-06-11 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.001900 10.0.0.19 - - [2026-06-11 02:07:36] "GET /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.002547 10.0.0.19 - - [2026-06-11 02:07:36] "PUT /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d HTTP/1.1" 200 254 0.018536 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:07:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000888 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:07:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000921 10.0.0.19 - - [2026-06-11 02:07:41] "POST /tags HTTP/1.1" 200 355 0.051249 10.0.0.19 - - [2026-06-11 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002016 10.0.0.19 - - [2026-06-11 02:07:41] "GET /tag/7e775d29-0b70-4f63-917f-9275e5447aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.025521 10.0.0.19 - - [2026-06-11 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001954 10.0.0.19 - - [2026-06-11 02:07:41] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.005038 10.0.0.19 - - [2026-06-11 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001635 10.0.0.19 - - [2026-06-11 02:07:41] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.072011 10.0.0.19 - - [2026-06-11 02:07:41] "POST /virtual-machines HTTP/1.1" 200 351 0.033541 10.0.0.19 - - [2026-06-11 02:07:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.052427 10.0.0.19 - - [2026-06-11 02:07:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 618 0.148882 10.0.0.19 - - [2026-06-11 02:07:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.028837 10.0.0.19 - - [2026-06-11 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.021121 10.0.0.19 - - [2026-06-11 02:07:41] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.010871 10.0.0.19 - - [2026-06-11 02:07:41] "POST /instance-ips HTTP/1.1" 200 391 0.022016 10.0.0.19 - - [2026-06-11 02:07:41] "POST /prop-collection-update HTTP/1.1" 200 115 0.015286 10.0.0.19 - - [2026-06-11 02:07:41] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.013709 10.0.0.19 - - [2026-06-11 02:07:41] "POST /set-tag HTTP/1.1" 200 109 0.018152 10.0.0.19 - - [2026-06-11 02:07:42] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.022557 10.0.0.19 - - [2026-06-11 02:07:42] "GET /instance-ip/540bf11c-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1907 0.007458 10.0.0.19 - - [2026-06-11 02:07:42] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005390 10.0.0.19 - - [2026-06-11 02:07:42] "POST /set-tag HTTP/1.1" 200 109 0.004444 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:07:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000705 10.0.0.19 - - [2026-06-11 02:07:42] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003978 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:07:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000985 10.0.0.19 - - [2026-06-11 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.19 - - [2026-06-11 02:07:42] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.017402 10.0.0.19 - - [2026-06-11 02:07:42] "POST /set-tag HTTP/1.1" 200 109 0.004943 10.0.0.19 - - [2026-06-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.19 - - [2026-06-11 02:07:42] "GET /virtual-network/5084557b-57ce-4e71-97ba-51ab2f7e4899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3024 0.005432 10.0.0.19 - - [2026-06-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001554 10.0.0.19 - - [2026-06-11 02:07:42] "GET /project/9761e41a-fb24-4e17-a1af-97f130446968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.046005 10.0.0.19 - - [2026-06-11 02:07:42] "POST /virtual-machines HTTP/1.1" 200 355 0.016718 10.0.0.19 - - [2026-06-11 02:07:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.026180 10.0.0.19 - - [2026-06-11 02:07:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 622 0.120291 10.0.0.19 - - [2026-06-11 02:07:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.101949 10.0.0.19 - - [2026-06-11 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010313 10.0.0.19 - - [2026-06-11 02:07:42] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.033601 10.0.0.19 - - [2026-06-11 02:07:42] "POST /instance-ips HTTP/1.1" 200 395 0.045137 10.0.0.19 - - [2026-06-11 02:07:42] "POST /prop-collection-update HTTP/1.1" 200 115 0.044863 10.0.0.19 - - [2026-06-11 02:07:42] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.021400 10.0.0.19 - - [2026-06-11 02:07:42] "POST /set-tag HTTP/1.1" 200 109 0.017060 10.0.0.19 - - [2026-06-11 02:07:43] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.018244 10.0.0.19 - - [2026-06-11 02:07:43] "GET /instance-ip/549717ec-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1917 0.005525 10.0.0.19 - - [2026-06-11 02:07:43] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004827 10.0.0.19 - - [2026-06-11 02:07:43] "POST /set-tag HTTP/1.1" 200 109 0.001817 10.0.0.19 - - [2026-06-11 02:07:43] "GET /virtual-router/614aa64d-0cdd-419a-90d0-43afb2bc6368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1677 0.003218 10.0.0.19 - - [2026-06-11 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.19 - - [2026-06-11 02:07:43] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005352 10.0.0.19 - - [2026-06-11 02:07:43] "POST /set-tag HTTP/1.1" 200 109 0.002033 10.0.0.19 - - [2026-06-11 02:07:43] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004435 10.0.0.19 - - [2026-06-11 02:07:43] "POST /set-tag HTTP/1.1" 200 109 0.005728 10.0.0.19 - - [2026-06-11 02:07:43] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005811 10.0.0.19 - - [2026-06-11 02:07:43] "POST /set-tag HTTP/1.1" 200 109 0.001995 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:07:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000878 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:07:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000968 10.0.0.19 - - [2026-06-11 02:07:58] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006063 10.0.0.19 - - [2026-06-11 02:07:58] "POST /set-tag HTTP/1.1" 200 109 0.002778 10.0.0.19 - - [2026-06-11 02:07:59] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005706 10.0.0.19 - - [2026-06-11 02:07:59] "POST /set-tag HTTP/1.1" 200 109 0.002211 10.0.0.19 - - [2026-06-11 02:07:59] "GET / HTTP/1.1" 200 35931 0.001568 10.0.0.19 - - [2026-06-11 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001905 10.0.0.19 - - [2026-06-11 02:07:59] "GET /global-system-config/fc14ebfc-ff05-4c09-aa77-f8c5f0ba3fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004442 10.0.0.19 - - [2026-06-11 02:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.001384 10.0.0.19 - - [2026-06-11 02:07:59] "GET /config-node/ee76d4c4-0c58-42d6-b2a8-d0e3bcab6e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.001723 10.0.0.19 - - [2026-06-11 02:08:00] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004543 10.0.0.19 - - [2026-06-11 02:08:00] "POST /set-tag HTTP/1.1" 200 109 0.002238 10.0.0.19 - - [2026-06-11 02:08:11] "GET / HTTP/1.1" 200 35931 0.001973 10.0.0.19 - - [2026-06-11 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.19 - - [2026-06-11 02:08:11] "GET /routing-instance/ca41db29-290e-46b7-aeef-bb4a9f32db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003512 10.0.0.19 - - [2026-06-11 02:08:11] "POST /bgp-routers HTTP/1.1" 409 301 0.002424 10.0.0.19 - - [2026-06-11 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.19 - - [2026-06-11 02:08:11] "GET /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1812 0.003954 10.0.0.19 - - [2026-06-11 02:08:11] "PUT /bgp-router/07b2a04e-3d59-4116-90a2-827904f25c7d HTTP/1.1" 200 254 0.014091 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:08:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000893 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:08:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.001015 10.0.0.19 - - [2026-06-11 02:08:31] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.004125 10.0.0.19 - - [2026-06-11 02:08:31] "POST /set-tag HTTP/1.1" 200 109 0.003497 10.0.0.19 - - [2026-06-11 02:08:31] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.003704 10.0.0.19 - - [2026-06-11 02:08:31] "POST /set-tag HTTP/1.1" 200 109 0.002702 10.0.0.19 - - [2026-06-11 02:08:31] "GET /virtual-machine/34871b92-47fc-494d-9131-659faf4f61e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.004239 10.0.0.19 - - [2026-06-11 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.016657 10.0.0.19 - - [2026-06-11 02:08:31] "GET /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.010948 10.0.0.19 - - [2026-06-11 02:08:31] "POST /set-tag HTTP/1.1" 200 109 0.021162 10.0.0.19 - - [2026-06-11 02:08:31] "POST /set-tag HTTP/1.1" 200 109 0.027237 10.0.0.19 - - [2026-06-11 02:08:31] "DELETE /instance-ip/540bf11c-653a-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.040026 10.0.0.19 - - [2026-06-11 02:08:31] "DELETE /virtual-machine-interface/53e9d172-653a-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.037796 10.0.0.19 - - [2026-06-11 02:08:31] "DELETE /virtual-machine/34871b92-47fc-494d-9131-659faf4f61e4 HTTP/1.1" 200 115 0.022923 10.0.0.19 - - [2026-06-11 02:08:31] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004094 10.0.0.19 - - [2026-06-11 02:08:31] "POST /set-tag HTTP/1.1" 200 109 0.002196 10.0.0.19 - - [2026-06-11 02:09:02] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.004350 10.0.0.19 - - [2026-06-11 02:09:02] "POST /set-tag HTTP/1.1" 200 109 0.006340 10.0.0.19 - - [2026-06-11 02:09:02] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.003729 10.0.0.19 - - [2026-06-11 02:09:02] "POST /set-tag HTTP/1.1" 200 109 0.002171 10.0.0.19 - - [2026-06-11 02:09:02] "GET /virtual-machine/a11f79c8-8578-4611-8071-73137f138006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.002316 10.0.0.19 - - [2026-06-11 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.008017 10.0.0.19 - - [2026-06-11 02:09:02] "GET /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.007406 10.0.0.19 - - [2026-06-11 02:09:02] "POST /set-tag HTTP/1.1" 200 109 0.016274 10.0.0.19 - - [2026-06-11 02:09:02] "POST /set-tag HTTP/1.1" 200 109 0.030931 10.0.0.19 - - [2026-06-11 02:09:02] "DELETE /instance-ip/549717ec-653a-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.052469 10.0.0.19 - - [2026-06-11 02:09:02] "DELETE /virtual-machine-interface/546ae06e-653a-11f1-9158-fa163e516e52 HTTP/1.1" 200 115 0.059242 10.0.0.19 - - [2026-06-11 02:09:02] "DELETE /virtual-machine/a11f79c8-8578-4611-8071-73137f138006 HTTP/1.1" 200 115 0.015173 10.0.0.19 - - [2026-06-11 02:09:02] "DELETE /tag/7e775d29-0b70-4f63-917f-9275e5447aed HTTP/1.1" 200 115 0.035649 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:09:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000808 [Introspect:8084]10.0.0.19 - - [2026-06-11 02:09:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2573 0.000838