++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 23 01:59:51 AM UTC 2025 ===================' INFO: =================== Thu Oct 23 01:59:51 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ 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 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' +++ cut -d / -f 1 +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ 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=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.73:9041 10.0.0.133: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.20.0.129,10.20.0.14,10.20.0.130 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.130 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.73:9092 10.0.0.133: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=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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 ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ 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_redis_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_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41,10.0.0.73,10.0.0.133 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.73,10.0.0.133 +++ local servers=10.0.0.41,10.0.0.73,10.0.0.133 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + 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 ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -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-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -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-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 10/23/2025 02:00:00.104 7f996ae60540 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/23/2025 02:00:00.359 7f996ae60540 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/23/2025 02:00:00.376 7f996ae60540 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/23/2025 02:00:00.376 7f996ae60540 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.41:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.133 - - [2025-10-23 02:00:41] "GET /analytics HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.133 - - [2025-10-23 02:00:41] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.73 - - [2025-10-23 02:00:42] "GET /analytics HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.73 - - [2025-10-23 02:00:42] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.41 - - [2025-10-23 02:00:44] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-10-23 02:00:44] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.133 - - [2025-10-23 02:00:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.439501 [API:8081]10.0.0.133 - - [2025-10-23 02:01:12] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.133 - - [2025-10-23 02:01:12] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.73 - - [2025-10-23 02:01:13] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.73 - - [2025-10-23 02:01:13] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.41 - - [2025-10-23 02:01:15] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.41 - - [2025-10-23 02:01:15] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.133 - - [2025-10-23 02:01:42] "GET /analytics HTTP/1.1" 401 205 0.000530 [API:8081]10.0.0.133 - - [2025-10-23 02:01:42] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.73 - - [2025-10-23 02:01:43] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.73 - - [2025-10-23 02:01:43] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.133 - - [2025-10-23 02:01:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.411188 [API:8081]10.0.0.133 - - [2025-10-23 02:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.133 - - [2025-10-23 02:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.133 - - [2025-10-23 02:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.133 - - [2025-10-23 02:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.73 - - [2025-10-23 02:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.73 - - [2025-10-23 02:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2025-10-23 02:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.73 - - [2025-10-23 02:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.41 - - [2025-10-23 02:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000816 [API:8081]10.0.0.41 - - [2025-10-23 02:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.41 - - [2025-10-23 02:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.41 - - [2025-10-23 02:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [Introspect:8090]10.0.0.41 - - [2025-10-23 02:03:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001524 [API:8081]10.0.0.133 - - [2025-10-23 02:03:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.417458 [Introspect:8090]10.0.0.41 - - [2025-10-23 02:03:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001648 [API:8081]10.0.0.133 - - [2025-10-23 02:04:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.072277 [Introspect:8090]10.0.0.41 - - [2025-10-23 02:05:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001741 [Introspect:8090]10.0.0.41 - - [2025-10-23 02:05:25] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000918 [API:8081]10.0.0.41 - - [2025-10-23 02:05:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000458 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.089150 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.076066 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2:Control:contrail-control:0?flat HTTP/1.1" 200 38728 0.080876 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.017715 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3:Control:contrail-control:0?flat HTTP/1.1" 200 27712 0.022582 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13605 0.020453 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.021415 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.083726 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3357 0.018895 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3358 0.014677 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011193 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.014807 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.013085 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.014097 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011087 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014619 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.018694 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015032 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014840 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014822 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015815 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014027 [API:8081]10.0.0.41 - - [2025-10-23 02:05:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014459 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016682 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.019811 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.025128 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.017328 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.022380 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.024021 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.027816 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.019170 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.026357 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.018890 [API:8081]10.0.0.41 - - [2025-10-23 02:05:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.020019 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.021505 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.014163 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.019361 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.015292 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.013736 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.019871 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015463 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.014112 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.018688 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014664 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013633 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.015585 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014046 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.021628 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.013583 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.017182 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.016651 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.017289 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.013589 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.014547 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.013465 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.016151 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.025562 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.013087 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.018745 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2:Control:contrail-control:0?flat HTTP/1.1" 200 38728 0.023017 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.011986 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.016813 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3:Control:contrail-control:0?flat HTTP/1.1" 200 27712 0.019752 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.014393 [API:8081]10.0.0.41 - - [2025-10-23 02:05:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4448-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13605 0.015887 [API:8081]10.0.0.41 - - [2025-10-23 02:05:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12095 0.025397 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?flat HTTP/1.1" 200 16381 0.023725 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?flat HTTP/1.1" 200 13445 0.024420 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?flat HTTP/1.1" 200 18110 0.022471 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?flat HTTP/1.1" 200 16381 0.022015 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?flat HTTP/1.1" 200 13445 0.023049 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?flat HTTP/1.1" 200 18110 0.023555 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?flat HTTP/1.1" 200 16381 0.027438 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?flat HTTP/1.1" 200 13445 0.022192 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?flat HTTP/1.1" 200 18110 0.027085 [API:8081]10.0.0.41 - - [2025-10-23 02:05:32] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?flat HTTP/1.1" 200 16381 0.030667 [API:8081]10.0.0.41 - - [2025-10-23 02:05:33] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?flat HTTP/1.1" 200 13445 0.023263 [API:8081]10.0.0.41 - - [2025-10-23 02:05:33] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?flat HTTP/1.1" 200 18110 0.024287 [API:8081]10.0.0.41 - - [2025-10-23 02:05:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 8144 0.017754 [API:8081]10.0.0.41 - - [2025-10-23 02:05:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 8140 0.017334 [API:8081]10.0.0.41 - - [2025-10-23 02:05:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4448-3?flat HTTP/1.1" 200 8137 0.017720 [API:8081]10.0.0.41 - - [2025-10-23 02:05:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.41 - - [2025-10-23 02:05:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.104540 [API:8081]10.0.0.41 - - [2025-10-23 02:05:57] "POST /analytics/query HTTP/1.1" 200 68158 1.084119 [API:8081]10.0.0.41 - - [2025-10-23 02:05:58] "POST /analytics/query HTTP/1.1" 200 6787 1.078986 [API:8081]10.0.0.41 - - [2025-10-23 02:05:59] "POST /analytics/query HTTP/1.1" 200 871 1.056065 [API:8081]10.0.0.41 - - [2025-10-23 02:06:00] "POST /analytics/query HTTP/1.1" 200 6787 1.034445 [API:8081]10.0.0.41 - - [2025-10-23 02:06:01] "POST /analytics/query HTTP/1.1" 200 871 1.024582 [API:8081]10.0.0.41 - - [2025-10-23 02:06:13] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001225 [API:8081]10.0.0.133 - - [2025-10-23 02:06:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.441789 [API:8081]10.0.0.133 - - [2025-10-23 02:07:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.129101 [API:8081]10.0.0.133 - - [2025-10-23 02:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.133 - - [2025-10-23 02:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.133 - - [2025-10-23 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.133 - - [2025-10-23 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.73 - - [2025-10-23 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.73 - - [2025-10-23 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.73 - - [2025-10-23 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001044 [API:8081]10.0.0.73 - - [2025-10-23 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.41 - - [2025-10-23 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-10-23 02:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.41 - - [2025-10-23 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.41 - - [2025-10-23 02:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.133 - - [2025-10-23 02:09:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101227 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003799 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003174 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004949 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004599 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003732 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002886 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003061 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:10:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.013480 [API:8081]10.0.0.41 - - [2025-10-23 02:10:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.41 - - [2025-10-23 02:10:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.069781 [API:8081]10.0.0.41 - - [2025-10-23 02:10:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1682 0.062800 [API:8081]10.0.0.133 - - [2025-10-23 02:10:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.121928 [API:8081]10.0.0.41 - - [2025-10-23 02:11:15] "GET /analytics HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.41 - - [2025-10-23 02:11:15] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.133 - - [2025-10-23 02:11:42] "GET /analytics HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.133 - - [2025-10-23 02:11:42] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.73 - - [2025-10-23 02:11:43] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2025-10-23 02:11:43] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.133 - - [2025-10-23 02:12:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070441 [API:8081]10.0.0.133 - - [2025-10-23 02:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.133 - - [2025-10-23 02:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.133 - - [2025-10-23 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.133 - - [2025-10-23 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.73 - - [2025-10-23 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2025-10-23 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.73 - - [2025-10-23 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.73 - - [2025-10-23 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-23 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.41 - - [2025-10-23 02:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-10-23 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.41 - - [2025-10-23 02:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.133 - - [2025-10-23 02:13:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.141517 [API:8081]10.0.0.133 - - [2025-10-23 02:16:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074924 [API:8081]10.0.0.41 - - [2025-10-23 02:16:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.41 - - [2025-10-23 02:16:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.055510 [API:8081]10.0.0.41 - - [2025-10-23 02:17:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.402271 [API:8081]10.0.0.133 - - [2025-10-23 02:17:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.099205 [API:8081]10.0.0.133 - - [2025-10-23 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.133 - - [2025-10-23 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.133 - - [2025-10-23 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.133 - - [2025-10-23 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000484 [API:8081]10.0.0.73 - - [2025-10-23 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.73 - - [2025-10-23 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.73 - - [2025-10-23 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000441 [API:8081]10.0.0.73 - - [2025-10-23 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.41 - - [2025-10-23 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.41 - - [2025-10-23 02:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-10-23 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-23 02:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.41 - - [2025-10-23 02:18:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1142 0.010443 [API:8081]10.0.0.41 - - [2025-10-23 02:18:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1370 0.008420 [API:8081]10.0.0.41 - - [2025-10-23 02:18:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1598 0.058700 [API:8081]10.0.0.41 - - [2025-10-23 02:18:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.008398 [API:8081]10.0.0.133 - - [2025-10-23 02:19:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073986 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.020244 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.009554 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.013020 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.013923 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.028266 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016051 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.013629 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:20:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.023746 [API:8081]10.0.0.133 - - [2025-10-23 02:20:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.064541 [API:8081]10.0.0.41 - - [2025-10-23 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-10-23 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.133 - - [2025-10-23 02:21:42] "GET /analytics HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.133 - - [2025-10-23 02:21:42] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.73 - - [2025-10-23 02:21:43] "GET /analytics HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.73 - - [2025-10-23 02:21:43] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.133 - - [2025-10-23 02:22:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062616 [API:8081]10.0.0.41 - - [2025-10-23 02:22:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.080976 [API:8081]10.0.0.41 - - [2025-10-23 02:22:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.032503 [API:8081]10.0.0.41 - - [2025-10-23 02:22:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-36085073:ctest-vnet1-79899747?flat HTTP/1.1" 200 8243 0.071938 [API:8081]10.0.0.41 - - [2025-10-23 02:22:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.017655 [API:8081]10.0.0.41 - - [2025-10-23 02:22:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.019665 [API:8081]10.0.0.41 - - [2025-10-23 02:22:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.019971 [API:8081]10.0.0.41 - - [2025-10-23 02:22:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.020509 [API:8081]10.0.0.41 - - [2025-10-23 02:22:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.025522 [API:8081]10.0.0.41 - - [2025-10-23 02:22:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.018621 [API:8081]10.0.0.41 - - [2025-10-23 02:22:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.035908 [API:8081]10.0.0.41 - - [2025-10-23 02:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.019776 [API:8081]10.0.0.41 - - [2025-10-23 02:22:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.017939 [API:8081]10.0.0.41 - - [2025-10-23 02:22:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25193 0.021432 [API:8081]10.0.0.41 - - [2025-10-23 02:22:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25197 0.018646 [API:8081]10.0.0.41 - - [2025-10-23 02:22:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-36085073:ctest-vnet0-15509769?flat HTTP/1.1" 200 8243 0.014739 [API:8081]10.0.0.41 - - [2025-10-23 02:22:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008200 [API:8081]10.0.0.133 - - [2025-10-23 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.133 - - [2025-10-23 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.133 - - [2025-10-23 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.133 - - [2025-10-23 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.73 - - [2025-10-23 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.73 - - [2025-10-23 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.73 - - [2025-10-23 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2025-10-23 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-10-23 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.41 - - [2025-10-23 02:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-10-23 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-10-23 02:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-10-23 02:23:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.009773 [API:8081]10.0.0.133 - - [2025-10-23 02:23:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.100873 [API:8081]10.0.0.41 - - [2025-10-23 02:25:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.41 - - [2025-10-23 02:25:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.055160 [API:8081]10.0.0.133 - - [2025-10-23 02:25:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.103316 [API:8081]10.0.0.133 - - [2025-10-23 02:26:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.057080 [API:8081]10.0.0.41 - - [2025-10-23 02:26:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.020278 [API:8081]10.0.0.41 - - [2025-10-23 02:26:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.067252 [API:8081]10.0.0.41 - - [2025-10-23 02:26:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.060527 [API:8081]10.0.0.41 - - [2025-10-23 02:26:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.023318 [API:8081]10.0.0.41 - - [2025-10-23 02:26:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.019296 [API:8081]10.0.0.41 - - [2025-10-23 02:26:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.019752 [API:8081]10.0.0.41 - - [2025-10-23 02:26:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.019308 [API:8081]10.0.0.41 - - [2025-10-23 02:26:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.018807 [API:8081]10.0.0.41 - - [2025-10-23 02:26:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.020172 [API:8081]10.0.0.41 - - [2025-10-23 02:26:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-96467317:ctest-vnet0-39454032?flat HTTP/1.1" 200 7193 0.012837 [API:8081]10.0.0.41 - - [2025-10-23 02:26:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008391 [API:8081]10.0.0.41 - - [2025-10-23 02:27:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-10-23 02:27:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.052022 [API:8081]10.0.0.41 - - [2025-10-23 02:27:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-10-23 02:27:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.058914 [API:8081]10.0.0.41 - - [2025-10-23 02:27:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.056343 [API:8081]10.0.0.41 - - [2025-10-23 02:27:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.061004 [API:8081]10.0.0.133 - - [2025-10-23 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.133 - - [2025-10-23 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.133 - - [2025-10-23 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.133 - - [2025-10-23 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2025-10-23 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.73 - - [2025-10-23 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2025-10-23 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.73 - - [2025-10-23 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-10-23 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-10-23 02:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000551 [API:8081]10.0.0.41 - - [2025-10-23 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.41 - - [2025-10-23 02:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.133 - - [2025-10-23 02:28:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056491 [API:8081]10.0.0.41 - - [2025-10-23 02:28:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:9b259c4d-67d3-4a3a-8b26-85bfc9812735?flat HTTP/1.1" 200 5236 0.018588 [API:8081]10.0.0.41 - - [2025-10-23 02:28:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:9b259c4d-67d3-4a3a-8b26-85bfc9812735?flat HTTP/1.1" 200 5236 0.022907 [API:8081]10.0.0.41 - - [2025-10-23 02:28:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:9b259c4d-67d3-4a3a-8b26-85bfc9812735?flat HTTP/1.1" 200 5236 0.022933 [API:8081]10.0.0.41 - - [2025-10-23 02:28:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10941357:ctest-VN1-03406681?flat HTTP/1.1" 200 8560 0.024431 [API:8081]10.0.0.41 - - [2025-10-23 02:28:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.041154 [API:8081]10.0.0.41 - - [2025-10-23 02:28:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25208 0.022400 [API:8081]10.0.0.41 - - [2025-10-23 02:28:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010058 [API:8081]10.0.0.41 - - [2025-10-23 02:28:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:d5456c30-2f50-4a0b-94b9-25dfcfb19f24?flat HTTP/1.1" 200 5456 0.018263 [API:8081]10.0.0.41 - - [2025-10-23 02:28:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:d5456c30-2f50-4a0b-94b9-25dfcfb19f24?flat HTTP/1.1" 200 5456 0.015490 [API:8081]10.0.0.41 - - [2025-10-23 02:28:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:d5456c30-2f50-4a0b-94b9-25dfcfb19f24?flat HTTP/1.1" 200 5456 0.018691 [API:8081]10.0.0.41 - - [2025-10-23 02:28:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10941357:ctest-VN2-96361499?flat HTTP/1.1" 200 9343 0.021449 [API:8081]10.0.0.41 - - [2025-10-23 02:28:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026335 [API:8081]10.0.0.41 - - [2025-10-23 02:28:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023303 [API:8081]10.0.0.41 - - [2025-10-23 02:28:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010799 [API:8081]10.0.0.41 - - [2025-10-23 02:28:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:902e4adc-dfcd-4819-bf40-2102a7f14b0f?flat HTTP/1.1" 200 5094 0.019207 [API:8081]10.0.0.41 - - [2025-10-23 02:28:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:902e4adc-dfcd-4819-bf40-2102a7f14b0f?flat HTTP/1.1" 200 5094 0.018484 [API:8081]10.0.0.41 - - [2025-10-23 02:28:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-10941357:902e4adc-dfcd-4819-bf40-2102a7f14b0f?flat HTTP/1.1" 200 5094 0.013087 [API:8081]10.0.0.41 - - [2025-10-23 02:28:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10941357:ctest-VN3-16870791?flat HTTP/1.1" 200 7440 0.014453 [API:8081]10.0.0.41 - - [2025-10-23 02:28:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019638 [API:8081]10.0.0.41 - - [2025-10-23 02:28:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019778 [API:8081]10.0.0.41 - - [2025-10-23 02:28:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009691 [API:8081]10.0.0.133 - - [2025-10-23 02:29:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.066713 [API:8081]10.0.0.41 - - [2025-10-23 02:29:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019703 [API:8081]10.0.0.41 - - [2025-10-23 02:29:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019147 [API:8081]10.0.0.41 - - [2025-10-23 02:29:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021385 [API:8081]10.0.0.41 - - [2025-10-23 02:29:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.017853 [API:8081]10.0.0.41 - - [2025-10-23 02:29:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10941357:ctest-VN3-16870791?flat HTTP/1.1" 200 6213 0.012105 [API:8081]10.0.0.41 - - [2025-10-23 02:29:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009318 [API:8081]10.0.0.41 - - [2025-10-23 02:29:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019103 [API:8081]10.0.0.41 - - [2025-10-23 02:29:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017660 [API:8081]10.0.0.41 - - [2025-10-23 02:29:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018418 [API:8081]10.0.0.41 - - [2025-10-23 02:29:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.034284 [API:8081]10.0.0.41 - - [2025-10-23 02:29:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018732 [API:8081]10.0.0.41 - - [2025-10-23 02:29:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019323 [API:8081]10.0.0.41 - - [2025-10-23 02:29:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022178 [API:8081]10.0.0.41 - - [2025-10-23 02:29:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018010 [API:8081]10.0.0.41 - - [2025-10-23 02:29:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019054 [API:8081]10.0.0.41 - - [2025-10-23 02:29:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019114 [API:8081]10.0.0.41 - - [2025-10-23 02:29:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10941357:ctest-VN2-96361499?flat HTTP/1.1" 200 6553 0.014289 [API:8081]10.0.0.41 - - [2025-10-23 02:29:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009374 [API:8081]10.0.0.41 - - [2025-10-23 02:29:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.017423 [API:8081]10.0.0.41 - - [2025-10-23 02:30:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020719 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003770 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003207 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003748 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004182 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003334 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003703 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003079 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:30:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003083 [API:8081]10.0.0.41 - - [2025-10-23 02:30:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022525 [API:8081]10.0.0.41 - - [2025-10-23 02:30:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020973 [API:8081]10.0.0.41 - - [2025-10-23 02:30:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.018584 [API:8081]10.0.0.41 - - [2025-10-23 02:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.023178 [API:8081]10.0.0.41 - - [2025-10-23 02:30:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019303 [API:8081]10.0.0.41 - - [2025-10-23 02:30:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.029526 [API:8081]10.0.0.41 - - [2025-10-23 02:30:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.024489 [API:8081]10.0.0.41 - - [2025-10-23 02:30:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-10941357:ctest-VN1-03406681?flat HTTP/1.1" 200 6776 0.016290 [API:8081]10.0.0.41 - - [2025-10-23 02:30:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010529 [API:8081]10.0.0.41 - - [2025-10-23 02:30:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-10-23 02:30:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.068820 [API:8081]10.0.0.41 - - [2025-10-23 02:30:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.054521 [API:8081]10.0.0.41 - - [2025-10-23 02:30:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.062853 [API:8081]10.0.0.133 - - [2025-10-23 02:31:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055340 [API:8081]10.0.0.41 - - [2025-10-23 02:31:15] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-10-23 02:31:15] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:240a0c13-4825-417f-9168-c56985bf58ab?flat HTTP/1.1" 200 5360 0.016618 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:240a0c13-4825-417f-9168-c56985bf58ab?flat HTTP/1.1" 200 5360 0.016587 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:240a0c13-4825-417f-9168-c56985bf58ab?flat HTTP/1.1" 200 5360 0.016253 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:240a0c13-4825-417f-9168-c56985bf58ab?flat HTTP/1.1" 200 5360 0.013866 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55315712:ctest-VN1-82654501?flat HTTP/1.1" 200 9448 0.014724 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.020468 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017976 [API:8081]10.0.0.41 - - [2025-10-23 02:31:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009065 [API:8081]10.0.0.133 - - [2025-10-23 02:31:42] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.133 - - [2025-10-23 02:31:42] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.73 - - [2025-10-23 02:31:43] "GET /analytics HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.73 - - [2025-10-23 02:31:43] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.41 - - [2025-10-23 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:cd7443d8-7f1f-4f73-9fd8-51db77db005d?flat HTTP/1.1" 200 5225 0.017226 [API:8081]10.0.0.41 - - [2025-10-23 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:cd7443d8-7f1f-4f73-9fd8-51db77db005d?flat HTTP/1.1" 200 5225 0.013950 [API:8081]10.0.0.41 - - [2025-10-23 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:cd7443d8-7f1f-4f73-9fd8-51db77db005d?flat HTTP/1.1" 200 5225 0.017908 [API:8081]10.0.0.41 - - [2025-10-23 02:31:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:cd7443d8-7f1f-4f73-9fd8-51db77db005d?flat HTTP/1.1" 200 5225 0.018256 [API:8081]10.0.0.41 - - [2025-10-23 02:31:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55315712:ctest-VN2-05351287?flat HTTP/1.1" 200 8639 0.028246 [API:8081]10.0.0.41 - - [2025-10-23 02:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032370 [API:8081]10.0.0.41 - - [2025-10-23 02:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.036532 [API:8081]10.0.0.41 - - [2025-10-23 02:31:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009226 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:8a5ccf89-2e8e-4927-87dd-94889306180b?flat HTTP/1.1" 200 5224 0.012823 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:8a5ccf89-2e8e-4927-87dd-94889306180b?flat HTTP/1.1" 200 5224 0.015599 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:8a5ccf89-2e8e-4927-87dd-94889306180b?flat HTTP/1.1" 200 5224 0.013166 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-55315712:8a5ccf89-2e8e-4927-87dd-94889306180b?flat HTTP/1.1" 200 5224 0.014498 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55315712:ctest-VN3-86060541?flat HTTP/1.1" 200 8209 0.015745 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.018992 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017576 [API:8081]10.0.0.41 - - [2025-10-23 02:31:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009205 [API:8081]10.0.0.133 - - [2025-10-23 02:32:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.066251 [API:8081]10.0.0.133 - - [2025-10-23 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.133 - - [2025-10-23 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.133 - - [2025-10-23 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.133 - - [2025-10-23 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.73 - - [2025-10-23 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.73 - - [2025-10-23 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.73 - - [2025-10-23 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.73 - - [2025-10-23 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-10-23 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-10-23 02:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.41 - - [2025-10-23 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.41 - - [2025-10-23 02:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.133 - - [2025-10-23 02:34:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056831 [API:8081]10.0.0.41 - - [2025-10-23 02:34:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.019177 [API:8081]10.0.0.41 - - [2025-10-23 02:34:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.021299 [API:8081]10.0.0.41 - - [2025-10-23 02:34:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.018618 [API:8081]10.0.0.41 - - [2025-10-23 02:34:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.018877 [API:8081]10.0.0.41 - - [2025-10-23 02:34:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.020610 [API:8081]10.0.0.41 - - [2025-10-23 02:34:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.019855 [API:8081]10.0.0.41 - - [2025-10-23 02:34:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.019383 [API:8081]10.0.0.41 - - [2025-10-23 02:34:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.021170 [API:8081]10.0.0.41 - - [2025-10-23 02:34:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.018183 [API:8081]10.0.0.41 - - [2025-10-23 02:34:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55315712:ctest-VN3-86060541?flat HTTP/1.1" 200 6970 0.012927 [API:8081]10.0.0.41 - - [2025-10-23 02:34:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007698 [API:8081]10.0.0.41 - - [2025-10-23 02:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018254 [API:8081]10.0.0.41 - - [2025-10-23 02:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019439 [API:8081]10.0.0.41 - - [2025-10-23 02:35:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026317 [API:8081]10.0.0.41 - - [2025-10-23 02:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019046 [API:8081]10.0.0.41 - - [2025-10-23 02:35:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.029000 [API:8081]10.0.0.41 - - [2025-10-23 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032308 [API:8081]10.0.0.41 - - [2025-10-23 02:35:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018768 [API:8081]10.0.0.41 - - [2025-10-23 02:35:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021442 [API:8081]10.0.0.133 - - [2025-10-23 02:35:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.067722 [API:8081]10.0.0.41 - - [2025-10-23 02:35:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.030266 [API:8081]10.0.0.41 - - [2025-10-23 02:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.035782 [API:8081]10.0.0.41 - - [2025-10-23 02:35:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55315712:ctest-VN2-05351287?flat HTTP/1.1" 200 7315 0.014833 [API:8081]10.0.0.41 - - [2025-10-23 02:35:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012382 [API:8081]10.0.0.41 - - [2025-10-23 02:35:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.018344 [API:8081]10.0.0.41 - - [2025-10-23 02:35:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.018821 [API:8081]10.0.0.41 - - [2025-10-23 02:35:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.018709 [API:8081]10.0.0.41 - - [2025-10-23 02:35:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.018133 [API:8081]10.0.0.41 - - [2025-10-23 02:35:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.020006 [API:8081]10.0.0.41 - - [2025-10-23 02:35:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.073003 [API:8081]10.0.0.41 - - [2025-10-23 02:35:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.068050 [API:8081]10.0.0.41 - - [2025-10-23 02:35:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.063031 [API:8081]10.0.0.41 - - [2025-10-23 02:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.020394 [API:8081]10.0.0.41 - - [2025-10-23 02:35:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.019351 [API:8081]10.0.0.41 - - [2025-10-23 02:35:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-55315712:ctest-VN1-82654501?flat HTTP/1.1" 200 7641 0.013200 [API:8081]10.0.0.41 - - [2025-10-23 02:35:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008590 [API:8081]10.0.0.41 - - [2025-10-23 02:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-10-23 02:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.055960 [API:8081]10.0.0.41 - - [2025-10-23 02:36:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.054068 [API:8081]10.0.0.133 - - [2025-10-23 02:37:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068805 [API:8081]10.0.0.133 - - [2025-10-23 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000501 [API:8081]10.0.0.133 - - [2025-10-23 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.133 - - [2025-10-23 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.133 - - [2025-10-23 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2025-10-23 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2025-10-23 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.73 - - [2025-10-23 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2025-10-23 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.41 - - [2025-10-23 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.41 - - [2025-10-23 02:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-10-23 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000516 [API:8081]10.0.0.41 - - [2025-10-23 02:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-10-23 02:38:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-10-23 02:38:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.066525 [API:8081]10.0.0.133 - - [2025-10-23 02:38:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084443 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002661 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.004609 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004722 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004649 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003955 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005373 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004640 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:40:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004014 [API:8081]10.0.0.41 - - [2025-10-23 02:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25234 0.066858 [API:8081]10.0.0.41 - - [2025-10-23 02:40:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25234 0.024800 [API:8081]10.0.0.41 - - [2025-10-23 02:40:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25234 0.085677 [API:8081]10.0.0.133 - - [2025-10-23 02:40:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077133 [API:8081]10.0.0.41 - - [2025-10-23 02:40:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25237 0.019377 [API:8081]10.0.0.41 - - [2025-10-23 02:40:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-45288792:ctest-vnet0-63359937?flat HTTP/1.1" 200 7965 0.013193 [API:8081]10.0.0.41 - - [2025-10-23 02:40:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008589 [API:8081]10.0.0.41 - - [2025-10-23 02:40:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-23 02:40:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.063376 [API:8081]10.0.0.41 - - [2025-10-23 02:40:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.056500 [API:8081]10.0.0.41 - - [2025-10-23 02:41:15] "GET /analytics HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.41 - - [2025-10-23 02:41:15] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.133 - - [2025-10-23 02:41:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.064972 [API:8081]10.0.0.133 - - [2025-10-23 02:41:42] "GET /analytics HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.133 - - [2025-10-23 02:41:42] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.73 - - [2025-10-23 02:41:43] "GET /analytics HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.73 - - [2025-10-23 02:41:43] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.133 - - [2025-10-23 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.133 - - [2025-10-23 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.133 - - [2025-10-23 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.133 - - [2025-10-23 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2025-10-23 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.73 - - [2025-10-23 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.73 - - [2025-10-23 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.73 - - [2025-10-23 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.41 - - [2025-10-23 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-10-23 02:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-10-23 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.41 - - [2025-10-23 02:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.133 - - [2025-10-23 02:43:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080355 [API:8081]10.0.0.41 - - [2025-10-23 02:43:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018376 [API:8081]10.0.0.41 - - [2025-10-23 02:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.068313 [API:8081]10.0.0.41 - - [2025-10-23 02:43:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019315 [API:8081]10.0.0.41 - - [2025-10-23 02:43:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019506 [API:8081]10.0.0.41 - - [2025-10-23 02:43:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017730 [API:8081]10.0.0.41 - - [2025-10-23 02:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020960 [API:8081]10.0.0.41 - - [2025-10-23 02:43:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017813 [API:8081]10.0.0.41 - - [2025-10-23 02:43:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-36423961:ctest-vnet1-02261052?flat HTTP/1.1" 200 7307 0.013024 [API:8081]10.0.0.41 - - [2025-10-23 02:43:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008733 [API:8081]10.0.0.41 - - [2025-10-23 02:43:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.017967 [API:8081]10.0.0.41 - - [2025-10-23 02:43:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018777 [API:8081]10.0.0.41 - - [2025-10-23 02:44:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018645 [API:8081]10.0.0.41 - - [2025-10-23 02:44:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018633 [API:8081]10.0.0.41 - - [2025-10-23 02:44:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018975 [API:8081]10.0.0.41 - - [2025-10-23 02:44:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020219 [API:8081]10.0.0.41 - - [2025-10-23 02:44:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018957 [API:8081]10.0.0.41 - - [2025-10-23 02:44:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018882 [API:8081]10.0.0.41 - - [2025-10-23 02:44:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018712 [API:8081]10.0.0.41 - - [2025-10-23 02:44:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021892 [API:8081]10.0.0.41 - - [2025-10-23 02:44:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-36423961:ctest-vnet0-94414862?flat HTTP/1.1" 200 6960 0.015798 [API:8081]10.0.0.41 - - [2025-10-23 02:44:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009376 [API:8081]10.0.0.133 - - [2025-10-23 02:44:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.088139 [API:8081]10.0.0.41 - - [2025-10-23 02:44:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.41 - - [2025-10-23 02:44:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.055159 [API:8081]10.0.0.41 - - [2025-10-23 02:44:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.057255 [API:8081]10.0.0.133 - - [2025-10-23 02:46:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063003 [API:8081]10.0.0.133 - - [2025-10-23 02:47:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.067821 [API:8081]10.0.0.133 - - [2025-10-23 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.133 - - [2025-10-23 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.133 - - [2025-10-23 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.133 - - [2025-10-23 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2025-10-23 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2025-10-23 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.73 - - [2025-10-23 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.73 - - [2025-10-23 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-10-23 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.41 - - [2025-10-23 02:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-10-23 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-23 02:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-10-23 02:48:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.018993 [API:8081]10.0.0.41 - - [2025-10-23 02:48:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.087176 [API:8081]10.0.0.41 - - [2025-10-23 02:48:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.020789 [API:8081]10.0.0.41 - - [2025-10-23 02:48:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.018078 [API:8081]10.0.0.41 - - [2025-10-23 02:48:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.017593 [API:8081]10.0.0.41 - - [2025-10-23 02:48:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.018095 [API:8081]10.0.0.41 - - [2025-10-23 02:48:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-76238353:ctest-vnet1-47956796?flat HTTP/1.1" 200 8068 0.012846 [API:8081]10.0.0.41 - - [2025-10-23 02:48:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007616 [API:8081]10.0.0.41 - - [2025-10-23 02:48:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.019516 [API:8081]10.0.0.41 - - [2025-10-23 02:48:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020404 [API:8081]10.0.0.41 - - [2025-10-23 02:49:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020149 [API:8081]10.0.0.41 - - [2025-10-23 02:49:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021476 [API:8081]10.0.0.41 - - [2025-10-23 02:49:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.019590 [API:8081]10.0.0.41 - - [2025-10-23 02:49:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.020178 [API:8081]10.0.0.41 - - [2025-10-23 02:49:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.027682 [API:8081]10.0.0.41 - - [2025-10-23 02:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.043858 [API:8081]10.0.0.41 - - [2025-10-23 02:49:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019521 [API:8081]10.0.0.41 - - [2025-10-23 02:49:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.020700 [API:8081]10.0.0.41 - - [2025-10-23 02:49:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-76238353:ctest-vnet0-22369531?flat HTTP/1.1" 200 7706 0.013139 [API:8081]10.0.0.41 - - [2025-10-23 02:49:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008351 [API:8081]10.0.0.133 - - [2025-10-23 02:49:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069892 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002963 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002995 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002865 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002939 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002919 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002858 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 02:50:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003347 [API:8081]10.0.0.133 - - [2025-10-23 02:50:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.060194 [API:8081]10.0.0.41 - - [2025-10-23 02:51:15] "GET /analytics HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.41 - - [2025-10-23 02:51:15] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.133 - - [2025-10-23 02:51:42] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.133 - - [2025-10-23 02:51:42] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.73 - - [2025-10-23 02:51:43] "GET /analytics HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.73 - - [2025-10-23 02:51:43] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.133 - - [2025-10-23 02:52:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060094 [API:8081]10.0.0.133 - - [2025-10-23 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.133 - - [2025-10-23 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.133 - - [2025-10-23 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.133 - - [2025-10-23 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.73 - - [2025-10-23 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000535 [API:8081]10.0.0.73 - - [2025-10-23 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.73 - - [2025-10-23 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.73 - - [2025-10-23 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-10-23 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.41 - - [2025-10-23 02:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2025-10-23 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.41 - - [2025-10-23 02:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.41 - - [2025-10-23 02:53:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2025-10-23 02:53:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.064653 [API:8081]10.0.0.133 - - [2025-10-23 02:53:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.065153 [API:8081]10.0.0.41 - - [2025-10-23 02:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.068912 [API:8081]10.0.0.133 - - [2025-10-23 02:55:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061434 [API:8081]10.0.0.133 - - [2025-10-23 02:56:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.066363 [API:8081]10.0.0.133 - - [2025-10-23 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.133 - - [2025-10-23 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.133 - - [2025-10-23 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.133 - - [2025-10-23 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2025-10-23 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2025-10-23 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2025-10-23 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.73 - - [2025-10-23 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-10-23 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.41 - - [2025-10-23 02:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-10-23 02:58:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-10-23 02:58:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.062644 [API:8081]10.0.0.41 - - [2025-10-23 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-23 02:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.133 - - [2025-10-23 02:58:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057466 [API:8081]10.0.0.41 - - [2025-10-23 02:58:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:438b6756-d34e-48c9-a649-7e5161e55d5d?flat HTTP/1.1" 200 5836 0.078505 [API:8081]10.0.0.41 - - [2025-10-23 02:58:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:438b6756-d34e-48c9-a649-7e5161e55d5d?flat HTTP/1.1" 200 5836 0.019387 [API:8081]10.0.0.41 - - [2025-10-23 02:58:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:438b6756-d34e-48c9-a649-7e5161e55d5d?flat HTTP/1.1" 200 5836 0.060521 [API:8081]10.0.0.41 - - [2025-10-23 02:58:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023-85565098?flat HTTP/1.1" 200 10812 0.021313 [API:8081]10.0.0.41 - - [2025-10-23 02:58:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.024117 [API:8081]10.0.0.41 - - [2025-10-23 02:58:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.029242 [API:8081]10.0.0.41 - - [2025-10-23 02:58:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009825 [API:8081]10.0.0.41 - - [2025-10-23 02:59:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:ae01ffa9-0048-46e4-a82b-540b3759fa7d?flat HTTP/1.1" 200 5693 0.014417 [API:8081]10.0.0.41 - - [2025-10-23 02:59:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:ae01ffa9-0048-46e4-a82b-540b3759fa7d?flat HTTP/1.1" 200 5693 0.013669 [API:8081]10.0.0.41 - - [2025-10-23 02:59:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:ae01ffa9-0048-46e4-a82b-540b3759fa7d?flat HTTP/1.1" 200 5693 0.013158 [API:8081]10.0.0.41 - - [2025-10-23 02:59:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023-85565098?flat HTTP/1.1" 200 10812 0.015796 [API:8081]10.0.0.41 - - [2025-10-23 02:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.028150 [API:8081]10.0.0.41 - - [2025-10-23 02:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023855 [API:8081]10.0.0.41 - - [2025-10-23 02:59:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008592 [API:8081]10.0.0.133 - - [2025-10-23 02:59:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062752 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003377 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004023 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004033 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004110 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003503 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003363 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002737 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003859 [API:8081]10.0.0.41 - - [2025-10-23 03:00:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018844 [API:8081]10.0.0.41 - - [2025-10-23 03:00:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018212 [API:8081]10.0.0.41 - - [2025-10-23 03:00:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022157 [API:8081]10.0.0.41 - - [2025-10-23 03:00:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018577 [API:8081]10.0.0.41 - - [2025-10-23 03:00:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018745 [API:8081]10.0.0.41 - - [2025-10-23 03:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020864 [API:8081]10.0.0.41 - - [2025-10-23 03:00:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023-85565098?flat HTTP/1.1" 200 11699 0.016695 [API:8081]10.0.0.41 - - [2025-10-23 03:00:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009276 [API:8081]10.0.0.41 - - [2025-10-23 03:00:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018231 [API:8081]10.0.0.41 - - [2025-10-23 03:00:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021486 [API:8081]10.0.0.41 - - [2025-10-23 03:01:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018939 [API:8081]10.0.0.41 - - [2025-10-23 03:01:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.029083 [API:8081]10.0.0.41 - - [2025-10-23 03:01:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019030 [API:8081]10.0.0.41 - - [2025-10-23 03:01:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022696 [API:8081]10.0.0.41 - - [2025-10-23 03:01:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.017903 [API:8081]10.0.0.41 - - [2025-10-23 03:01:15] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-10-23 03:01:15] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.41 - - [2025-10-23 03:01:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018555 [API:8081]10.0.0.41 - - [2025-10-23 03:01:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020064 [API:8081]10.0.0.41 - - [2025-10-23 03:01:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018635 [API:8081]10.0.0.41 - - [2025-10-23 03:01:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023:ctest-SecurityGroupBasicRegressionTests1Ipv6-10396023-85565098?flat HTTP/1.1" 200 8803 0.013586 [API:8081]10.0.0.41 - - [2025-10-23 03:01:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010033 [API:8081]10.0.0.41 - - [2025-10-23 03:01:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-23 03:01:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.056520 [API:8081]10.0.0.133 - - [2025-10-23 03:01:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071902 [API:8081]10.0.0.133 - - [2025-10-23 03:01:42] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.133 - - [2025-10-23 03:01:42] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.73 - - [2025-10-23 03:01:43] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.73 - - [2025-10-23 03:01:43] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.41 - - [2025-10-23 03:02:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:a0ea991c-1acd-49d9-a7a7-67cb906aa2dd?flat HTTP/1.1" 200 5817 0.056759 [API:8081]10.0.0.41 - - [2025-10-23 03:02:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:a0ea991c-1acd-49d9-a7a7-67cb906aa2dd?flat HTTP/1.1" 200 5817 0.013939 [API:8081]10.0.0.41 - - [2025-10-23 03:02:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:a0ea991c-1acd-49d9-a7a7-67cb906aa2dd?flat HTTP/1.1" 200 5817 0.061062 [API:8081]10.0.0.41 - - [2025-10-23 03:02:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000-47826826?flat HTTP/1.1" 200 10450 0.016633 [API:8081]10.0.0.41 - - [2025-10-23 03:02:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020367 [API:8081]10.0.0.41 - - [2025-10-23 03:02:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020056 [API:8081]10.0.0.41 - - [2025-10-23 03:02:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008868 [API:8081]10.0.0.133 - - [2025-10-23 03:02:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059204 [API:8081]10.0.0.41 - - [2025-10-23 03:02:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:72f2fce3-610d-47b1-8117-cc39485ffeeb?flat HTTP/1.1" 200 5674 0.015083 [API:8081]10.0.0.41 - - [2025-10-23 03:02:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:72f2fce3-610d-47b1-8117-cc39485ffeeb?flat HTTP/1.1" 200 5674 0.020941 [API:8081]10.0.0.41 - - [2025-10-23 03:02:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:72f2fce3-610d-47b1-8117-cc39485ffeeb?flat HTTP/1.1" 200 5674 0.021426 [API:8081]10.0.0.41 - - [2025-10-23 03:02:50] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000-47826826?flat HTTP/1.1" 200 10450 0.026487 [API:8081]10.0.0.41 - - [2025-10-23 03:02:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019788 [API:8081]10.0.0.41 - - [2025-10-23 03:02:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.034054 [API:8081]10.0.0.41 - - [2025-10-23 03:02:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010103 [API:8081]10.0.0.133 - - [2025-10-23 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.133 - - [2025-10-23 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.133 - - [2025-10-23 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.133 - - [2025-10-23 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.73 - - [2025-10-23 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2025-10-23 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.73 - - [2025-10-23 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000599 [API:8081]10.0.0.73 - - [2025-10-23 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-10-23 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-10-23 03:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-10-23 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.41 - - [2025-10-23 03:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.133 - - [2025-10-23 03:04:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055050 [API:8081]10.0.0.41 - - [2025-10-23 03:04:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022151 [API:8081]10.0.0.41 - - [2025-10-23 03:04:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021847 [API:8081]10.0.0.41 - - [2025-10-23 03:04:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018380 [API:8081]10.0.0.41 - - [2025-10-23 03:04:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017854 [API:8081]10.0.0.41 - - [2025-10-23 03:04:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000-47826826?flat HTTP/1.1" 200 11654 0.017267 [API:8081]10.0.0.41 - - [2025-10-23 03:04:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008442 [API:8081]10.0.0.41 - - [2025-10-23 03:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.023251 [API:8081]10.0.0.41 - - [2025-10-23 03:05:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019046 [API:8081]10.0.0.41 - - [2025-10-23 03:05:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.032227 [API:8081]10.0.0.41 - - [2025-10-23 03:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019230 [API:8081]10.0.0.41 - - [2025-10-23 03:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018588 [API:8081]10.0.0.41 - - [2025-10-23 03:05:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019154 [API:8081]10.0.0.41 - - [2025-10-23 03:05:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.025074 [API:8081]10.0.0.41 - - [2025-10-23 03:05:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.031562 [API:8081]10.0.0.41 - - [2025-10-23 03:05:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019117 [API:8081]10.0.0.41 - - [2025-10-23 03:05:22] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000:ctest-SecurityGroupBasicRegressionTests1_contrail-89359000-47826826?flat HTTP/1.1" 200 8429 0.013786 [API:8081]10.0.0.41 - - [2025-10-23 03:05:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012727 [API:8081]10.0.0.41 - - [2025-10-23 03:05:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-10-23 03:05:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.061079 [API:8081]10.0.0.133 - - [2025-10-23 03:05:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059216 [API:8081]10.0.0.41 - - [2025-10-23 03:06:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:9fce6768-a084-4776-b5c2-51f5e0a9c17e?flat HTTP/1.1" 200 5677 0.057488 [API:8081]10.0.0.41 - - [2025-10-23 03:06:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:9fce6768-a084-4776-b5c2-51f5e0a9c17e?flat HTTP/1.1" 200 5677 0.012382 [API:8081]10.0.0.41 - - [2025-10-23 03:06:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:9fce6768-a084-4776-b5c2-51f5e0a9c17e?flat HTTP/1.1" 200 5677 0.061593 [API:8081]10.0.0.41 - - [2025-10-23 03:06:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:ctest-SecurityGroupBasicRegressionTests1-68574023-56458779?flat HTTP/1.1" 200 9925 0.015990 [API:8081]10.0.0.41 - - [2025-10-23 03:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020161 [API:8081]10.0.0.41 - - [2025-10-23 03:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018579 [API:8081]10.0.0.41 - - [2025-10-23 03:06:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010168 [API:8081]10.0.0.41 - - [2025-10-23 03:06:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:b746610f-8077-4cae-b1f9-1badb7cd052d?flat HTTP/1.1" 200 5812 0.012729 [API:8081]10.0.0.41 - - [2025-10-23 03:06:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:b746610f-8077-4cae-b1f9-1badb7cd052d?flat HTTP/1.1" 200 5812 0.013108 [API:8081]10.0.0.41 - - [2025-10-23 03:06:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:b746610f-8077-4cae-b1f9-1badb7cd052d?flat HTTP/1.1" 200 5812 0.013031 [API:8081]10.0.0.41 - - [2025-10-23 03:06:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:ctest-SecurityGroupBasicRegressionTests1-68574023-56458779?flat HTTP/1.1" 200 12502 0.025683 [API:8081]10.0.0.41 - - [2025-10-23 03:06:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.018554 [API:8081]10.0.0.41 - - [2025-10-23 03:06:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.019362 [API:8081]10.0.0.41 - - [2025-10-23 03:06:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008486 [API:8081]10.0.0.133 - - [2025-10-23 03:07:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060590 [API:8081]10.0.0.133 - - [2025-10-23 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.133 - - [2025-10-23 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.133 - - [2025-10-23 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.133 - - [2025-10-23 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2025-10-23 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.73 - - [2025-10-23 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.73 - - [2025-10-23 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.73 - - [2025-10-23 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-10-23 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.41 - - [2025-10-23 03:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-10-23 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.41 - - [2025-10-23 03:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.41 - - [2025-10-23 03:08:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.018878 [API:8081]10.0.0.41 - - [2025-10-23 03:08:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.020003 [API:8081]10.0.0.41 - - [2025-10-23 03:08:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.038445 [API:8081]10.0.0.41 - - [2025-10-23 03:08:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.022876 [API:8081]10.0.0.41 - - [2025-10-23 03:08:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.029081 [API:8081]10.0.0.41 - - [2025-10-23 03:08:23] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:ctest-SecurityGroupBasicRegressionTests1-68574023-56458779?flat HTTP/1.1" 200 10830 0.017594 [API:8081]10.0.0.41 - - [2025-10-23 03:08:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012648 [API:8081]10.0.0.41 - - [2025-10-23 03:08:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018439 [API:8081]10.0.0.41 - - [2025-10-23 03:08:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018502 [API:8081]10.0.0.41 - - [2025-10-23 03:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019020 [API:8081]10.0.0.41 - - [2025-10-23 03:08:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020993 [API:8081]10.0.0.41 - - [2025-10-23 03:08:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019903 [API:8081]10.0.0.41 - - [2025-10-23 03:08:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019984 [API:8081]10.0.0.41 - - [2025-10-23 03:08:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.017845 [API:8081]10.0.0.133 - - [2025-10-23 03:08:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061767 [API:8081]10.0.0.41 - - [2025-10-23 03:08:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019020 [API:8081]10.0.0.41 - - [2025-10-23 03:08:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021779 [API:8081]10.0.0.41 - - [2025-10-23 03:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.024102 [API:8081]10.0.0.41 - - [2025-10-23 03:08:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-68574023:ctest-SecurityGroupBasicRegressionTests1-68574023-56458779?flat HTTP/1.1" 200 7948 0.016160 [API:8081]10.0.0.41 - - [2025-10-23 03:08:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010911 [API:8081]10.0.0.41 - - [2025-10-23 03:09:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-10-23 03:09:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.057552 [API:8081]10.0.0.41 - - [2025-10-23 03:09:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.067848 [API:8081]10.0.0.41 - - [2025-10-23 03:09:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.054897 [API:8081]10.0.0.41 - - [2025-10-23 03:09:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.011095 [API:8081]10.0.0.41 - - [2025-10-23 03:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009293 [API:8081]10.0.0.41 - - [2025-10-23 03:09:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.010093 [API:8081]10.0.0.41 - - [2025-10-23 03:09:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1990 0.010412 [API:8081]10.0.0.41 - - [2025-10-23 03:09:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.009843 [API:8081]10.0.0.41 - - [2025-10-23 03:09:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-10-23 03:09:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.054644 [API:8081]10.0.0.41 - - [2025-10-23 03:09:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.054628 [API:8081]10.0.0.41 - - [2025-10-23 03:09:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1774 0.052684 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003099 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004317 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003422 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003304 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003811 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003492 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003224 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003290 [API:8081]10.0.0.41 - - [2025-10-23 03:10:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.010072 [API:8081]10.0.0.41 - - [2025-10-23 03:10:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008779 [API:8081]10.0.0.41 - - [2025-10-23 03:10:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009871 [API:8081]10.0.0.41 - - [2025-10-23 03:10:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-23 03:10:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.073497 [API:8081]10.0.0.41 - - [2025-10-23 03:10:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.063442 [API:8081]10.0.0.41 - - [2025-10-23 03:10:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.077497 [API:8081]10.0.0.41 - - [2025-10-23 03:10:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008443 [API:8081]10.0.0.41 - - [2025-10-23 03:10:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.016494 [API:8081]10.0.0.41 - - [2025-10-23 03:10:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.009118 [API:8081]10.0.0.41 - - [2025-10-23 03:10:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009255 [API:8081]10.0.0.41 - - [2025-10-23 03:10:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.010200 [API:8081]10.0.0.133 - - [2025-10-23 03:10:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065136 [API:8081]10.0.0.41 - - [2025-10-23 03:10:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-10-23 03:10:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.055583 [API:8081]10.0.0.41 - - [2025-10-23 03:10:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.052550 [API:8081]10.0.0.41 - - [2025-10-23 03:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.052645 [API:8081]10.0.0.41 - - [2025-10-23 03:11:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.011160 [API:8081]10.0.0.41 - - [2025-10-23 03:11:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008134 [API:8081]10.0.0.41 - - [2025-10-23 03:11:15] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-10-23 03:11:15] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.133 - - [2025-10-23 03:11:42] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.133 - - [2025-10-23 03:11:42] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.73 - - [2025-10-23 03:11:43] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.73 - - [2025-10-23 03:11:43] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.133 - - [2025-10-23 03:11:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.056458 [API:8081]10.0.0.133 - - [2025-10-23 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.133 - - [2025-10-23 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.133 - - [2025-10-23 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.133 - - [2025-10-23 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.73 - - [2025-10-23 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000545 [API:8081]10.0.0.73 - - [2025-10-23 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.73 - - [2025-10-23 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.73 - - [2025-10-23 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.41 - - [2025-10-23 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.41 - - [2025-10-23 03:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001581 [API:8081]10.0.0.41 - - [2025-10-23 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-10-23 03:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.133 - - [2025-10-23 03:13:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057878 [API:8081]10.0.0.133 - - [2025-10-23 03:14:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.072232 [API:8081]10.0.0.133 - - [2025-10-23 03:16:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056540 [API:8081]10.0.0.133 - - [2025-10-23 03:17:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059098 [API:8081]10.0.0.133 - - [2025-10-23 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.133 - - [2025-10-23 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.133 - - [2025-10-23 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.133 - - [2025-10-23 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2025-10-23 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2025-10-23 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.73 - - [2025-10-23 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2025-10-23 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-23 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.41 - - [2025-10-23 03:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-10-23 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.41 - - [2025-10-23 03:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.41 - - [2025-10-23 03:18:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-23 03:18:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.054210 [API:8081]10.0.0.41 - - [2025-10-23 03:18:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.060535 [API:8081]10.0.0.133 - - [2025-10-23 03:19:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056875 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002489 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003139 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002773 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002468 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002697 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002761 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002699 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003131 [API:8081]10.0.0.133 - - [2025-10-23 03:20:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.055702 [API:8081]10.0.0.41 - - [2025-10-23 03:21:15] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.41 - - [2025-10-23 03:21:15] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.133 - - [2025-10-23 03:21:42] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.133 - - [2025-10-23 03:21:42] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.73 - - [2025-10-23 03:21:43] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.73 - - [2025-10-23 03:21:43] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.133 - - [2025-10-23 03:22:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079816 [API:8081]10.0.0.133 - - [2025-10-23 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.133 - - [2025-10-23 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.133 - - [2025-10-23 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.133 - - [2025-10-23 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.73 - - [2025-10-23 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2025-10-23 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.73 - - [2025-10-23 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2025-10-23 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-10-23 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-10-23 03:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2025-10-23 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-10-23 03:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-23 03:23:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-10-23 03:23:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.061521 [API:8081]10.0.0.41 - - [2025-10-23 03:23:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.133 - - [2025-10-23 03:23:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.569391 [API:8081]10.0.0.41 - - [2025-10-23 03:23:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1136 0.073463 [API:8081]10.0.0.133 - - [2025-10-23 03:26:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064981 [API:8081]10.0.0.133 - - [2025-10-23 03:27:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062666 [API:8081]10.0.0.133 - - [2025-10-23 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.133 - - [2025-10-23 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.133 - - [2025-10-23 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.133 - - [2025-10-23 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2025-10-23 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.73 - - [2025-10-23 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.73 - - [2025-10-23 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.73 - - [2025-10-23 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-10-23 03:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.41 - - [2025-10-23 03:28:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-10-23 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-10-23 03:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.133 - - [2025-10-23 03:29:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069884 [API:8081]10.0.0.41 - - [2025-10-23 03:30:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004489 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005039 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005062 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004292 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003515 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.010351 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016226 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003905 [API:8081]10.0.0.41 - - [2025-10-23 03:30:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.101694 [API:8081]10.0.0.133 - - [2025-10-23 03:30:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.123182 [API:8081]10.0.0.41 - - [2025-10-23 03:31:15] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2025-10-23 03:31:15] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.133 - - [2025-10-23 03:31:42] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.133 - - [2025-10-23 03:31:42] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.73 - - [2025-10-23 03:31:43] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.73 - - [2025-10-23 03:31:43] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.133 - - [2025-10-23 03:32:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067262 [API:8081]10.0.0.133 - - [2025-10-23 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.133 - - [2025-10-23 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.133 - - [2025-10-23 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.133 - - [2025-10-23 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2025-10-23 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.73 - - [2025-10-23 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.73 - - [2025-10-23 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2025-10-23 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-10-23 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-10-23 03:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-10-23 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-10-23 03:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.133 - - [2025-10-23 03:33:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.080236 [API:8081]10.0.0.133 - - [2025-10-23 03:35:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059269 [API:8081]10.0.0.41 - - [2025-10-23 03:35:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82441670:eb520012-222a-4125-b20b-64771a44dd8a?flat HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-10-23 03:35:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82441670:eb520012-222a-4125-b20b-64771a44dd8a?flat HTTP/1.1" 200 5266 0.063375 [API:8081]10.0.0.41 - - [2025-10-23 03:35:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82441670:eb520012-222a-4125-b20b-64771a44dd8a?flat HTTP/1.1" 200 5266 0.067529 [API:8081]10.0.0.41 - - [2025-10-23 03:35:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82441670:eb520012-222a-4125-b20b-64771a44dd8a?flat HTTP/1.1" 200 5266 0.063873 [API:8081]10.0.0.41 - - [2025-10-23 03:35:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-82441670:ctest-random-17267431?flat HTTP/1.1" 200 9072 0.016459 [API:8081]10.0.0.41 - - [2025-10-23 03:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.023078 [API:8081]10.0.0.41 - - [2025-10-23 03:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.018658 [API:8081]10.0.0.41 - - [2025-10-23 03:35:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009676 [API:8081]10.0.0.41 - - [2025-10-23 03:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.010036 [API:8081]10.0.0.41 - - [2025-10-23 03:35:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.020282 [API:8081]10.0.0.41 - - [2025-10-23 03:36:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.019861 [API:8081]10.0.0.41 - - [2025-10-23 03:36:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.035435 [API:8081]10.0.0.41 - - [2025-10-23 03:36:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.018483 [API:8081]10.0.0.133 - - [2025-10-23 03:36:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.067553 [API:8081]10.0.0.41 - - [2025-10-23 03:36:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.018976 [API:8081]10.0.0.41 - - [2025-10-23 03:36:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.020696 [API:8081]10.0.0.41 - - [2025-10-23 03:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.030174 [API:8081]10.0.0.41 - - [2025-10-23 03:36:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.029713 [API:8081]10.0.0.41 - - [2025-10-23 03:36:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25273 0.020361 [API:8081]10.0.0.41 - - [2025-10-23 03:36:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-82441670:ctest-random-17267431?flat HTTP/1.1" 200 8108 0.019381 [API:8081]10.0.0.41 - - [2025-10-23 03:36:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009220 [API:8081]10.0.0.133 - - [2025-10-23 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.133 - - [2025-10-23 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.133 - - [2025-10-23 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.133 - - [2025-10-23 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2025-10-23 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.73 - - [2025-10-23 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.73 - - [2025-10-23 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.73 - - [2025-10-23 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2025-10-23 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-23 03:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.41 - - [2025-10-23 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-10-23 03:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.133 - - [2025-10-23 03:38:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059897 [API:8081]10.0.0.133 - - [2025-10-23 03:39:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069809 [API:8081]10.0.0.41 - - [2025-10-23 03:39:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-10-23 03:39:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.060621 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003889 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003567 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003519 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003050 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003210 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003100 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003670 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003249 [API:8081]10.0.0.133 - - [2025-10-23 03:41:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067378 [API:8081]10.0.0.41 - - [2025-10-23 03:41:15] "GET /analytics HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-10-23 03:41:15] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.133 - - [2025-10-23 03:41:43] "GET /analytics HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.133 - - [2025-10-23 03:41:43] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2025-10-23 03:41:43] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.73 - - [2025-10-23 03:41:43] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.133 - - [2025-10-23 03:42:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.068184 [API:8081]10.0.0.41 - - [2025-10-23 03:42:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2025-10-23 03:42:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.059120 [API:8081]10.0.0.133 - - [2025-10-23 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.133 - - [2025-10-23 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.133 - - [2025-10-23 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.133 - - [2025-10-23 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.73 - - [2025-10-23 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.73 - - [2025-10-23 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2025-10-23 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.73 - - [2025-10-23 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-23 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-23 03:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-10-23 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-10-23 03:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.133 - - [2025-10-23 03:44:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055137 [API:8081]10.0.0.133 - - [2025-10-23 03:45:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.092971 [API:8081]10.0.0.41 - - [2025-10-23 03:45:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-23 03:45:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.057943 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:09] "POST /analytics/query HTTP/1.1" 202 179 0.025668 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:09] "GET /analytics/query/cfa97dad-afc2-11f0-bddd-00000a000029 HTTP/1.1" 200 221 0.011792 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:09] "GET /analytics/query/cfa97dad-afc2-11f0-bddd-00000a000029 HTTP/1.1" 200 221 0.003651 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:10] "GET /analytics/query/cfa97dad-afc2-11f0-bddd-00000a000029 HTTP/1.1" 200 338 0.002147 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:10] "GET /analytics/query/cfa97dad-afc2-11f0-bddd-00000a000029/chunk-final/0 HTTP/1.1" 200 858 0.002119 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:10] "POST /analytics/query HTTP/1.1" 202 179 0.005577 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:10] "GET /analytics/query/d0bae5ba-afc2-11f0-88e1-00000a000029 HTTP/1.1" 200 221 0.001943 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:11] "GET /analytics/query/d0bae5ba-afc2-11f0-88e1-00000a000029 HTTP/1.1" 200 221 0.003334 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:11] "GET /analytics/query/d0bae5ba-afc2-11f0-88e1-00000a000029 HTTP/1.1" 200 221 0.002141 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:12] "GET /analytics/query/d0bae5ba-afc2-11f0-88e1-00000a000029 HTTP/1.1" 200 338 0.002091 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:12] "GET /analytics/query/d0bae5ba-afc2-11f0-88e1-00000a000029/chunk-final/0 HTTP/1.1" 200 858 0.002140 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:13] "POST /analytics/query HTTP/1.1" 202 179 0.005741 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:13] "GET /analytics/query/d209a552-afc2-11f0-a51b-00000a000029 HTTP/1.1" 200 221 0.002374 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:13] "GET /analytics/query/d209a552-afc2-11f0-a51b-00000a000029 HTTP/1.1" 200 339 0.002190 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:13] "GET /analytics/query/d209a552-afc2-11f0-a51b-00000a000029/chunk-final/0 HTTP/1.1" 200 16415 0.002728 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:14] "POST /analytics/query HTTP/1.1" 202 179 0.004510 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:14] "GET /analytics/query/d2c00db7-afc2-11f0-8821-00000a000029 HTTP/1.1" 200 221 0.006455 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:14] "GET /analytics/query/d2c00db7-afc2-11f0-8821-00000a000029 HTTP/1.1" 200 339 0.002565 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:14] "GET /analytics/query/d2c00db7-afc2-11f0-8821-00000a000029/chunk-final/0 HTTP/1.1" 200 16415 0.002932 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:15] "POST /analytics/query HTTP/1.1" 202 179 0.005135 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:15] "GET /analytics/query/d3885a8e-afc2-11f0-ae96-00000a000029 HTTP/1.1" 200 221 0.002616 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:16] "GET /analytics/query/d3885a8e-afc2-11f0-ae96-00000a000029 HTTP/1.1" 200 221 0.002371 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:16] "GET /analytics/query/d3885a8e-afc2-11f0-ae96-00000a000029 HTTP/1.1" 200 339 0.003155 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:16] "GET /analytics/query/d3885a8e-afc2-11f0-ae96-00000a000029/chunk-final/0 HTTP/1.1" 200 7677 0.003192 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.014524 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:20] "POST /analytics/query HTTP/1.1" 202 179 0.007422 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:20] "GET /analytics/query/d6a5e901-afc2-11f0-889e-00000a000029 HTTP/1.1" 200 221 0.010453 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:21] "GET /analytics/query/d6a5e901-afc2-11f0-889e-00000a000029 HTTP/1.1" 200 340 0.001966 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:21] "GET /analytics/query/d6a5e901-afc2-11f0-889e-00000a000029/chunk-final/0 HTTP/1.1" 200 323696 0.010258 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004748 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004085 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:23] "POST /analytics/query HTTP/1.1" 202 179 0.010493 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:23] "GET /analytics/query/d7fbd92b-afc2-11f0-823f-00000a000029 HTTP/1.1" 200 221 0.007799 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:23] "GET /analytics/query/d7fbd92b-afc2-11f0-823f-00000a000029 HTTP/1.1" 200 338 0.002211 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:23] "GET /analytics/query/d7fbd92b-afc2-11f0-823f-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001772 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:23] "POST /analytics/query HTTP/1.1" 202 179 0.005266 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:23] "GET /analytics/query/d84e5bf4-afc2-11f0-ad1e-00000a000029 HTTP/1.1" 200 221 0.004771 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "GET /analytics/query/d84e5bf4-afc2-11f0-ad1e-00000a000029 HTTP/1.1" 200 338 0.002141 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "GET /analytics/query/d84e5bf4-afc2-11f0-ad1e-00000a000029/chunk-final/0 HTTP/1.1" 200 9808 0.002507 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "POST /analytics/query HTTP/1.1" 202 179 0.005146 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "GET /analytics/query/d8a0e4f6-afc2-11f0-8afa-00000a000029 HTTP/1.1" 200 221 0.004702 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "GET /analytics/query/d8a0e4f6-afc2-11f0-8afa-00000a000029 HTTP/1.1" 200 338 0.002701 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "GET /analytics/query/d8a0e4f6-afc2-11f0-8afa-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002192 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "POST /analytics/query HTTP/1.1" 202 179 0.003945 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:24] "GET /analytics/query/d8f2e4cb-afc2-11f0-b6f8-00000a000029 HTTP/1.1" 200 221 0.003278 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "GET /analytics/query/d8f2e4cb-afc2-11f0-b6f8-00000a000029 HTTP/1.1" 200 338 0.002103 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "GET /analytics/query/d8f2e4cb-afc2-11f0-b6f8-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.002054 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "POST /analytics/query HTTP/1.1" 202 179 0.004680 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "GET /analytics/query/d94414f0-afc2-11f0-a6b6-00000a000029 HTTP/1.1" 200 221 0.002198 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "GET /analytics/query/d94414f0-afc2-11f0-a6b6-00000a000029 HTTP/1.1" 200 338 0.002106 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "GET /analytics/query/d94414f0-afc2-11f0-a6b6-00000a000029/chunk-final/0 HTTP/1.1" 200 11738 0.003227 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "POST /analytics/query HTTP/1.1" 202 179 0.004872 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:25] "GET /analytics/query/d995dc01-afc2-11f0-85a2-00000a000029 HTTP/1.1" 200 221 0.013843 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "GET /analytics/query/d995dc01-afc2-11f0-85a2-00000a000029 HTTP/1.1" 200 338 0.002243 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "GET /analytics/query/d995dc01-afc2-11f0-85a2-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.004441 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "POST /analytics/query HTTP/1.1" 202 179 0.005495 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "GET /analytics/query/d9e98629-afc2-11f0-897a-00000a000029 HTTP/1.1" 200 221 0.002676 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "GET /analytics/query/d9e98629-afc2-11f0-897a-00000a000029 HTTP/1.1" 200 338 0.002059 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "GET /analytics/query/d9e98629-afc2-11f0-897a-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001708 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "POST /analytics/query HTTP/1.1" 202 179 0.011609 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:26] "GET /analytics/query/da3de336-afc2-11f0-b6e9-00000a000029 HTTP/1.1" 200 221 0.003212 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "GET /analytics/query/da3de336-afc2-11f0-b6e9-00000a000029 HTTP/1.1" 200 338 0.002059 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "GET /analytics/query/da3de336-afc2-11f0-b6e9-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001625 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "POST /analytics/query HTTP/1.1" 202 179 0.004174 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "GET /analytics/query/da909e31-afc2-11f0-a38a-00000a000029 HTTP/1.1" 200 221 0.003912 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "GET /analytics/query/da909e31-afc2-11f0-a38a-00000a000029 HTTP/1.1" 200 338 0.002139 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "GET /analytics/query/da909e31-afc2-11f0-a38a-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001855 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "POST /analytics/query HTTP/1.1" 202 179 0.010463 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:27] "GET /analytics/query/dae126f3-afc2-11f0-88bd-00000a000029 HTTP/1.1" 200 221 0.002043 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:28] "GET /analytics/query/dae126f3-afc2-11f0-88bd-00000a000029 HTTP/1.1" 200 338 0.001967 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:28] "GET /analytics/query/dae126f3-afc2-11f0-88bd-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001765 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:28] "POST /analytics/query HTTP/1.1" 202 179 0.004477 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:28] "GET /analytics/query/db340638-afc2-11f0-aa78-00000a000029 HTTP/1.1" 200 221 0.008558 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:28] "GET /analytics/query/db340638-afc2-11f0-aa78-00000a000029 HTTP/1.1" 200 338 0.002225 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:28] "GET /analytics/query/db340638-afc2-11f0-aa78-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.001572 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:28] "POST /analytics/query HTTP/1.1" 202 179 0.004255 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:29] "GET /analytics/query/db8564e9-afc2-11f0-abc9-00000a000029 HTTP/1.1" 200 221 0.003543 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:29] "GET /analytics/query/db8564e9-afc2-11f0-abc9-00000a000029 HTTP/1.1" 200 338 0.002184 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:29] "GET /analytics/query/db8564e9-afc2-11f0-abc9-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.002256 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003654 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003473 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:31] "POST /analytics/query HTTP/1.1" 202 179 0.015862 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:31] "GET /analytics/query/dcb8d06f-afc2-11f0-8bf4-00000a000029 HTTP/1.1" 200 221 0.007822 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:31] "GET /analytics/query/dcb8d06f-afc2-11f0-8bf4-00000a000029 HTTP/1.1" 200 340 0.002741 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:31] "GET /analytics/query/dcb8d06f-afc2-11f0-8bf4-00000a000029/chunk-final/0 HTTP/1.1" 200 1531899 0.024172 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:31] "POST /analytics/query HTTP/1.1" 202 179 0.005437 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:31] "GET /analytics/query/dd1a5440-afc2-11f0-b86c-00000a000029 HTTP/1.1" 200 221 0.002622 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:32] "GET /analytics/query/dd1a5440-afc2-11f0-b86c-00000a000029 HTTP/1.1" 200 340 0.002135 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:32] "GET /analytics/query/dd1a5440-afc2-11f0-b86c-00000a000029/chunk-final/0 HTTP/1.1" 200 1533278 0.017422 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003879 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004794 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003988 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003875 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003822 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:35] "POST /analytics/query HTTP/1.1" 202 179 0.005048 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:35] "GET /analytics/query/df9723e8-afc2-11f0-956e-00000a000029 HTTP/1.1" 200 221 0.014509 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:36] "GET /analytics/query/df9723e8-afc2-11f0-956e-00000a000029 HTTP/1.1" 200 339 0.002086 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:36] "GET /analytics/query/df9723e8-afc2-11f0-956e-00000a000029/chunk-final/0 HTTP/1.1" 200 43927 0.003558 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003626 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:37] "POST /analytics/query HTTP/1.1" 202 179 0.008792 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:37] "GET /analytics/query/e0523e12-afc2-11f0-9a24-00000a000029 HTTP/1.1" 200 221 0.006801 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:37] "GET /analytics/query/e0523e12-afc2-11f0-9a24-00000a000029 HTTP/1.1" 200 341 0.002314 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:37] "GET /analytics/query/e0523e12-afc2-11f0-9a24-00000a000029/chunk-final/0 HTTP/1.1" 200 836161 0.027957 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003789 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004212 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004006 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:43] "POST /analytics/query HTTP/1.1" 200 145 1.013532 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003666 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:45] "POST /analytics/query HTTP/1.1" 200 2306 1.010076 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004087 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:46] "POST /analytics/query HTTP/1.1" 200 762 1.032558 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004414 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:48] "POST /analytics/query HTTP/1.1" 200 2896 1.012455 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003525 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:50] "POST /analytics/query HTTP/1.1" 200 262 1.010896 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003782 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:51] "POST /analytics/query HTTP/1.1" 200 1451 1.012203 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003515 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:53] "POST /analytics/query HTTP/1.1" 200 2896 1.011325 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003506 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:55] "POST /analytics/query HTTP/1.1" 200 825 1.011623 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.003859 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:56] "POST /analytics/query HTTP/1.1" 200 141385 1.032138 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004311 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:58] "POST /analytics/query HTTP/1.1" 200 631 1.012563 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:46:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003588 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:00] "POST /analytics/query HTTP/1.1" 200 262 1.011666 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.005987 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:02] "POST /analytics/query HTTP/1.1" 200 596 1.014869 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003930 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:03] "POST /analytics/query HTTP/1.1" 200 1797 1.011177 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.004023 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:05] "POST /analytics/query HTTP/1.1" 200 596 1.010938 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003608 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:07] "POST /analytics/query HTTP/1.1" 200 236 1.030018 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:47:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.003942 [API:8081]10.0.0.133 - - [2025-10-23 03:47:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.122968 [API:8081]10.0.0.41 - - [2025-10-23 03:47:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.41 - - [2025-10-23 03:47:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.067026 [API:8081]10.0.0.133 - - [2025-10-23 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.133 - - [2025-10-23 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.133 - - [2025-10-23 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.133 - - [2025-10-23 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.73 - - [2025-10-23 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.73 - - [2025-10-23 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2025-10-23 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.73 - - [2025-10-23 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-23 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-10-23 03:48:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.41 - - [2025-10-23 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-10-23 03:48:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-10-23 03:48:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.063137 [API:8081]10.0.0.41 - - [2025-10-23 03:48:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.084039 [API:8081]10.0.0.41 - - [2025-10-23 03:48:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.011618 [API:8081]10.0.0.133 - - [2025-10-23 03:48:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069004 [API:8081]10.0.0.41 - - [2025-10-23 03:48:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009695 [API:8081]10.0.0.41 - - [2025-10-23 03:48:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009151 [API:8081]10.0.0.41 - - [2025-10-23 03:48:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009682 [API:8081]10.0.0.41 - - [2025-10-23 03:48:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008657 [API:8081]10.0.0.41 - - [2025-10-23 03:48:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009527 [API:8081]10.0.0.41 - - [2025-10-23 03:49:09] "POST /analytics/query HTTP/1.1" 200 222 1.023964 [API:8081]10.0.0.41 - - [2025-10-23 03:49:10] "POST /analytics/query HTTP/1.1" 200 222 1.017465 [API:8081]10.0.0.41 - - [2025-10-23 03:49:11] "POST /analytics/query HTTP/1.1" 200 353 1.017174 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003232 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003020 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003620 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002771 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003078 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003304 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002850 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 03:50:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003308 [API:8081]10.0.0.133 - - [2025-10-23 03:50:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059314 [API:8081]10.0.0.41 - - [2025-10-23 03:51:15] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.41 - - [2025-10-23 03:51:15] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.133 - - [2025-10-23 03:51:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.089805 [API:8081]10.0.0.133 - - [2025-10-23 03:51:43] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.133 - - [2025-10-23 03:51:43] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.73 - - [2025-10-23 03:51:43] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.73 - - [2025-10-23 03:51:43] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.41 - - [2025-10-23 03:52:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26213 0.069514 [API:8081]10.0.0.41 - - [2025-10-23 03:52:32] "POST /analytics/query HTTP/1.1" 200 507 1.017911 [API:8081]10.0.0.41 - - [2025-10-23 03:52:33] "POST /analytics/query HTTP/1.1" 200 353 1.017013 [API:8081]10.0.0.41 - - [2025-10-23 03:52:34] "POST /analytics/query HTTP/1.1" 200 353 1.019052 [API:8081]10.0.0.133 - - [2025-10-23 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.133 - - [2025-10-23 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.133 - - [2025-10-23 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.133 - - [2025-10-23 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.73 - - [2025-10-23 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.73 - - [2025-10-23 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.73 - - [2025-10-23 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.73 - - [2025-10-23 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2025-10-23 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-10-23 03:53:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.41 - - [2025-10-23 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.41 - - [2025-10-23 03:53:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.133 - - [2025-10-23 03:53:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.141625 [API:8081]10.0.0.133 - - [2025-10-23 03:54:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.072949 [API:8081]10.0.0.133 - - [2025-10-23 03:56:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056755 [API:8081]10.0.0.133 - - [2025-10-23 03:57:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061998 [API:8081]10.0.0.133 - - [2025-10-23 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.133 - - [2025-10-23 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.133 - - [2025-10-23 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.133 - - [2025-10-23 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.73 - - [2025-10-23 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2025-10-23 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.73 - - [2025-10-23 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.73 - - [2025-10-23 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.41 - - [2025-10-23 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-10-23 03:58:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-10-23 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2025-10-23 03:58:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.133 - - [2025-10-23 03:59:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056544 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002739 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002929 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003235 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003077 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004690 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003203 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003141 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:00:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003326 [API:8081]10.0.0.133 - - [2025-10-23 04:00:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061292 [API:8081]10.0.0.41 - - [2025-10-23 04:01:15] "GET /analytics HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.41 - - [2025-10-23 04:01:15] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.133 - - [2025-10-23 04:01:43] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.133 - - [2025-10-23 04:01:43] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.73 - - [2025-10-23 04:01:43] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.73 - - [2025-10-23 04:01:43] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.133 - - [2025-10-23 04:02:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058844 [API:8081]10.0.0.133 - - [2025-10-23 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.133 - - [2025-10-23 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.133 - - [2025-10-23 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.133 - - [2025-10-23 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.73 - - [2025-10-23 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.73 - - [2025-10-23 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.73 - - [2025-10-23 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.73 - - [2025-10-23 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-10-23 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-10-23 04:03:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.41 - - [2025-10-23 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-10-23 04:03:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.133 - - [2025-10-23 04:03:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059115 [API:8081]10.0.0.41 - - [2025-10-23 04:05:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.41 - - [2025-10-23 04:05:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.066400 [API:8081]10.0.0.133 - - [2025-10-23 04:05:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092771 [API:8081]10.0.0.41 - - [2025-10-23 04:06:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:eb0a2926-19c0-49bd-8793-d29cefb12169?flat HTTP/1.1" 200 5204 0.069862 [API:8081]10.0.0.41 - - [2025-10-23 04:06:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:eb0a2926-19c0-49bd-8793-d29cefb12169?flat HTTP/1.1" 200 5204 0.017797 [API:8081]10.0.0.41 - - [2025-10-23 04:06:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:eb0a2926-19c0-49bd-8793-d29cefb12169?flat HTTP/1.1" 200 5204 0.066581 [API:8081]10.0.0.41 - - [2025-10-23 04:06:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47286279:EVPN-VN1?flat HTTP/1.1" 200 7819 0.016729 [API:8081]10.0.0.41 - - [2025-10-23 04:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26218 0.018835 [API:8081]10.0.0.41 - - [2025-10-23 04:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26218 0.027650 [API:8081]10.0.0.41 - - [2025-10-23 04:06:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011097 [API:8081]10.0.0.133 - - [2025-10-23 04:06:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.071091 [API:8081]10.0.0.41 - - [2025-10-23 04:07:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:63f441f8-5dc2-4219-98cd-85839a89f972?flat HTTP/1.1" 200 5212 0.013187 [API:8081]10.0.0.41 - - [2025-10-23 04:07:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:63f441f8-5dc2-4219-98cd-85839a89f972?flat HTTP/1.1" 200 5212 0.013237 [API:8081]10.0.0.41 - - [2025-10-23 04:07:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:63f441f8-5dc2-4219-98cd-85839a89f972?flat HTTP/1.1" 200 5212 0.012819 [API:8081]10.0.0.41 - - [2025-10-23 04:07:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47286279:EVPN-VN1?flat HTTP/1.1" 200 9248 0.016180 [API:8081]10.0.0.41 - - [2025-10-23 04:07:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.020023 [API:8081]10.0.0.41 - - [2025-10-23 04:07:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.018397 [API:8081]10.0.0.41 - - [2025-10-23 04:07:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009421 [API:8081]10.0.0.133 - - [2025-10-23 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.133 - - [2025-10-23 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.133 - - [2025-10-23 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.133 - - [2025-10-23 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.73 - - [2025-10-23 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2025-10-23 04:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2025-10-23 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2025-10-23 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-10-23 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-10-23 04:08:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2025-10-23 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-10-23 04:08:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.133 - - [2025-10-23 04:08:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059717 [API:8081]10.0.0.133 - - [2025-10-23 04:09:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.056408 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003196 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003184 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003122 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004112 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002941 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003120 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002904 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:10:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002721 [API:8081]10.0.0.41 - - [2025-10-23 04:11:15] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-10-23 04:11:15] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.133 - - [2025-10-23 04:11:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061259 [API:8081]10.0.0.133 - - [2025-10-23 04:11:43] "GET /analytics HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.133 - - [2025-10-23 04:11:43] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.73 - - [2025-10-23 04:11:43] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.73 - - [2025-10-23 04:11:43] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.133 - - [2025-10-23 04:12:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063974 [API:8081]10.0.0.133 - - [2025-10-23 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.133 - - [2025-10-23 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.133 - - [2025-10-23 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.133 - - [2025-10-23 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2025-10-23 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.73 - - [2025-10-23 04:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.73 - - [2025-10-23 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.73 - - [2025-10-23 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.41 - - [2025-10-23 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-10-23 04:13:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.41 - - [2025-10-23 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.41 - - [2025-10-23 04:13:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-10-23 04:13:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:eb0a2926-19c0-49bd-8793-d29cefb12169?flat HTTP/1.1" 200 5316 0.062144 [API:8081]10.0.0.41 - - [2025-10-23 04:13:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:eb0a2926-19c0-49bd-8793-d29cefb12169?flat HTTP/1.1" 200 5316 0.054839 [API:8081]10.0.0.41 - - [2025-10-23 04:13:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:eb0a2926-19c0-49bd-8793-d29cefb12169?flat HTTP/1.1" 200 5316 0.059877 [API:8081]10.0.0.41 - - [2025-10-23 04:13:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47286279:EVPN-VN1?flat HTTP/1.1" 200 9430 0.019104 [API:8081]10.0.0.41 - - [2025-10-23 04:13:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23721 0.017144 [API:8081]10.0.0.41 - - [2025-10-23 04:13:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23721 0.017691 [API:8081]10.0.0.41 - - [2025-10-23 04:13:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011196 [API:8081]10.0.0.41 - - [2025-10-23 04:13:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:63f441f8-5dc2-4219-98cd-85839a89f972?flat HTTP/1.1" 200 5209 0.014428 [API:8081]10.0.0.41 - - [2025-10-23 04:13:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:63f441f8-5dc2-4219-98cd-85839a89f972?flat HTTP/1.1" 200 5209 0.012905 [API:8081]10.0.0.41 - - [2025-10-23 04:13:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-47286279:63f441f8-5dc2-4219-98cd-85839a89f972?flat HTTP/1.1" 200 5209 0.014012 [API:8081]10.0.0.41 - - [2025-10-23 04:13:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47286279:EVPN-VN1?flat HTTP/1.1" 200 9430 0.016435 [API:8081]10.0.0.41 - - [2025-10-23 04:13:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23715 0.025873 [API:8081]10.0.0.41 - - [2025-10-23 04:13:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23715 0.021109 [API:8081]10.0.0.41 - - [2025-10-23 04:13:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008150 [API:8081]10.0.0.41 - - [2025-10-23 04:14:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25290 0.018965 [API:8081]10.0.0.41 - - [2025-10-23 04:14:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47286279:EVPN-VN1?flat HTTP/1.1" 200 8521 0.015442 [API:8081]10.0.0.41 - - [2025-10-23 04:14:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007809 [API:8081]10.0.0.41 - - [2025-10-23 04:14:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.026204 [API:8081]10.0.0.41 - - [2025-10-23 04:14:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.020235 [API:8081]10.0.0.41 - - [2025-10-23 04:14:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.026512 [API:8081]10.0.0.41 - - [2025-10-23 04:14:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25293 0.025052 [API:8081]10.0.0.41 - - [2025-10-23 04:14:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-47286279:EVPN-VN1?flat HTTP/1.1" 200 5993 0.014884 [API:8081]10.0.0.41 - - [2025-10-23 04:14:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012684 [API:8081]10.0.0.133 - - [2025-10-23 04:14:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079658 [API:8081]10.0.0.133 - - [2025-10-23 04:15:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065243 [API:8081]10.0.0.41 - - [2025-10-23 04:17:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-17874800:6b191e2c-578d-4b39-9d5a-9bfd50346677?flat HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-10-23 04:17:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-17874800:6b191e2c-578d-4b39-9d5a-9bfd50346677?flat HTTP/1.1" 200 5310 0.465712 [API:8081]10.0.0.41 - - [2025-10-23 04:17:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-17874800:6b191e2c-578d-4b39-9d5a-9bfd50346677?flat HTTP/1.1" 200 5310 0.105555 [API:8081]10.0.0.41 - - [2025-10-23 04:17:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-17874800:6b191e2c-578d-4b39-9d5a-9bfd50346677?flat HTTP/1.1" 200 5310 0.054638 [API:8081]10.0.0.41 - - [2025-10-23 04:17:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-15999056:ctest-TestRbac-15999056-17276141?flat HTTP/1.1" 200 3798 0.051181 [API:8081]10.0.0.41 - - [2025-10-23 04:17:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.104292 [API:8081]10.0.0.41 - - [2025-10-23 04:17:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.159446 [API:8081]10.0.0.41 - - [2025-10-23 04:17:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.41 - - [2025-10-23 04:17:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.067214 [API:8081]10.0.0.41 - - [2025-10-23 04:17:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037082 [API:8081]10.0.0.41 - - [2025-10-23 04:17:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.139497 [API:8081]10.0.0.41 - - [2025-10-23 04:17:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.065113 [API:8081]10.0.0.41 - - [2025-10-23 04:17:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.039541 [API:8081]10.0.0.41 - - [2025-10-23 04:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.107406 [API:8081]10.0.0.41 - - [2025-10-23 04:17:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.138740 [API:8081]10.0.0.41 - - [2025-10-23 04:17:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.018850 [API:8081]10.0.0.41 - - [2025-10-23 04:17:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.063350 [API:8081]10.0.0.41 - - [2025-10-23 04:17:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.029073 [API:8081]10.0.0.41 - - [2025-10-23 04:17:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.021487 [API:8081]10.0.0.41 - - [2025-10-23 04:17:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.034719 [API:8081]10.0.0.41 - - [2025-10-23 04:17:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.020679 [API:8081]10.0.0.41 - - [2025-10-23 04:17:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.019297 [API:8081]10.0.0.41 - - [2025-10-23 04:17:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-15999056:ctest-TestRbac-15999056-17276141?flat HTTP/1.1" 200 2077 0.010709 [API:8081]10.0.0.41 - - [2025-10-23 04:17:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009426 [API:8081]10.0.0.133 - - [2025-10-23 04:17:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110104 [API:8081]10.0.0.133 - - [2025-10-23 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.133 - - [2025-10-23 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.133 - - [2025-10-23 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.133 - - [2025-10-23 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.73 - - [2025-10-23 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.73 - - [2025-10-23 04:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2025-10-23 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.73 - - [2025-10-23 04:18:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-10-23 04:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.41 - - [2025-10-23 04:18:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.41 - - [2025-10-23 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-10-23 04:18:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-10-23 04:18:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-10-23 04:18:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.065678 [API:8081]10.0.0.41 - - [2025-10-23 04:18:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.074904 [API:8081]10.0.0.41 - - [2025-10-23 04:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.131092 [API:8081]10.0.0.41 - - [2025-10-23 04:18:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-31262298:e4cfc7ef-13d1-4abe-bfb0-d3097874e290?flat HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.41 - - [2025-10-23 04:18:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-31262298:e4cfc7ef-13d1-4abe-bfb0-d3097874e290?flat HTTP/1.1" 200 5396 0.132972 [API:8081]10.0.0.41 - - [2025-10-23 04:18:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-31262298:e4cfc7ef-13d1-4abe-bfb0-d3097874e290?flat HTTP/1.1" 200 5396 0.059531 [API:8081]10.0.0.41 - - [2025-10-23 04:18:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-31262298:e4cfc7ef-13d1-4abe-bfb0-d3097874e290?flat HTTP/1.1" 200 5396 0.070310 [API:8081]10.0.0.41 - - [2025-10-23 04:18:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-31262298:ctest-TestRbacBasic-31262298-69824817?flat HTTP/1.1" 200 4145 0.054822 [API:8081]10.0.0.41 - - [2025-10-23 04:18:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.054518 [API:8081]10.0.0.41 - - [2025-10-23 04:18:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.086834 [API:8081]10.0.0.41 - - [2025-10-23 04:18:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.032416 [API:8081]10.0.0.41 - - [2025-10-23 04:18:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.032475 [API:8081]10.0.0.41 - - [2025-10-23 04:18:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.122950 [API:8081]10.0.0.41 - - [2025-10-23 04:18:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.026882 [API:8081]10.0.0.41 - - [2025-10-23 04:18:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.040819 [API:8081]10.0.0.41 - - [2025-10-23 04:18:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.063290 [API:8081]10.0.0.41 - - [2025-10-23 04:18:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.088610 [API:8081]10.0.0.41 - - [2025-10-23 04:18:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.024227 [API:8081]10.0.0.133 - - [2025-10-23 04:18:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059180 [API:8081]10.0.0.41 - - [2025-10-23 04:18:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.026081 [API:8081]10.0.0.41 - - [2025-10-23 04:18:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.019079 [API:8081]10.0.0.41 - - [2025-10-23 04:18:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.019350 [API:8081]10.0.0.41 - - [2025-10-23 04:18:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020928 [API:8081]10.0.0.41 - - [2025-10-23 04:19:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.018574 [API:8081]10.0.0.41 - - [2025-10-23 04:19:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020562 [API:8081]10.0.0.41 - - [2025-10-23 04:19:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020935 [API:8081]10.0.0.41 - - [2025-10-23 04:19:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-31262298:ctest-TestRbacBasic-31262298-69824817?flat HTTP/1.1" 200 6883 0.013381 [API:8081]10.0.0.41 - - [2025-10-23 04:19:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010338 [Introspect:8090]10.0.0.41 - - [2025-10-23 04:19:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001265 [API:8081]10.0.0.41 - - [2025-10-23 04:19:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.41 - - [2025-10-23 04:19:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.065612 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002997 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003360 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003096 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003052 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003297 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003016 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003187 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:20:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003475 [API:8081]10.0.0.133 - - [2025-10-23 04:20:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066607 [API:8081]10.0.0.41 - - [2025-10-23 04:21:15] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-10-23 04:21:15] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.133 - - [2025-10-23 04:21:43] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.133 - - [2025-10-23 04:21:43] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.73 - - [2025-10-23 04:21:43] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.73 - - [2025-10-23 04:21:43] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.133 - - [2025-10-23 04:21:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067948 [API:8081]10.0.0.41 - - [2025-10-23 04:22:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:2f0f9cf1-227d-4f06-a396-f00c0b7e058b?flat HTTP/1.1" 200 5377 0.017118 [API:8081]10.0.0.41 - - [2025-10-23 04:22:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:2f0f9cf1-227d-4f06-a396-f00c0b7e058b?flat HTTP/1.1" 200 5377 0.063625 [API:8081]10.0.0.41 - - [2025-10-23 04:22:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:2f0f9cf1-227d-4f06-a396-f00c0b7e058b?flat HTTP/1.1" 200 5377 0.057349 [API:8081]10.0.0.41 - - [2025-10-23 04:22:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn1-40546390?flat HTTP/1.1" 200 9421 0.016781 [API:8081]10.0.0.41 - - [2025-10-23 04:22:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.018725 [API:8081]10.0.0.41 - - [2025-10-23 04:22:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.018044 [API:8081]10.0.0.41 - - [2025-10-23 04:22:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012744 [API:8081]10.0.0.41 - - [2025-10-23 04:22:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:e9ad054b-089f-498e-948a-4359504cc4b8?flat HTTP/1.1" 200 5371 0.015078 [API:8081]10.0.0.41 - - [2025-10-23 04:22:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:e9ad054b-089f-498e-948a-4359504cc4b8?flat HTTP/1.1" 200 5371 0.017249 [API:8081]10.0.0.41 - - [2025-10-23 04:22:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:e9ad054b-089f-498e-948a-4359504cc4b8?flat HTTP/1.1" 200 5371 0.013873 [API:8081]10.0.0.41 - - [2025-10-23 04:22:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn1-40546390?flat HTTP/1.1" 200 9421 0.020344 [API:8081]10.0.0.41 - - [2025-10-23 04:22:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.018711 [API:8081]10.0.0.41 - - [2025-10-23 04:22:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.017653 [API:8081]10.0.0.41 - - [2025-10-23 04:22:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009107 [API:8081]10.0.0.41 - - [2025-10-23 04:22:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020720 [API:8081]10.0.0.41 - - [2025-10-23 04:22:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.023628 [API:8081]10.0.0.41 - - [2025-10-23 04:22:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020618 [API:8081]10.0.0.41 - - [2025-10-23 04:22:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.022095 [API:8081]10.0.0.41 - - [2025-10-23 04:22:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn1-40546390?flat HTTP/1.1" 200 7656 0.018062 [API:8081]10.0.0.41 - - [2025-10-23 04:22:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010423 [API:8081]10.0.0.41 - - [2025-10-23 04:22:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.019379 [API:8081]10.0.0.41 - - [2025-10-23 04:22:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.019357 [API:8081]10.0.0.41 - - [2025-10-23 04:22:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25343 0.022760 [API:8081]10.0.0.41 - - [2025-10-23 04:22:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn1-40546390?flat HTTP/1.1" 200 4922 0.016674 [API:8081]10.0.0.41 - - [2025-10-23 04:22:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009732 [API:8081]10.0.0.41 - - [2025-10-23 04:22:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.009685 [API:8081]10.0.0.41 - - [2025-10-23 04:22:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.010245 [API:8081]10.0.0.133 - - [2025-10-23 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.133 - - [2025-10-23 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.133 - - [2025-10-23 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.133 - - [2025-10-23 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2025-10-23 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2025-10-23 04:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.73 - - [2025-10-23 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2025-10-23 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-10-23 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2025-10-23 04:23:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-10-23 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-10-23 04:23:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.133 - - [2025-10-23 04:23:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063971 [API:8081]10.0.0.133 - - [2025-10-23 04:24:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2591 0.061116 [Introspect:8090]10.0.0.41 - - [2025-10-23 04:25:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001184 [API:8081]10.0.0.41 - - [2025-10-23 04:25:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12011 0.431779 [API:8081]10.0.0.41 - - [2025-10-23 04:25:46] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 6200 0.447448 [API:8081]10.0.0.41 - - [2025-10-23 04:25:46] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 6199 0.418513 [API:8081]10.0.0.41 - - [2025-10-23 04:25:46] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4448-3?flat HTTP/1.1" 200 4123 0.014999 [API:8081]10.0.0.41 - - [2025-10-23 04:25:46] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?flat HTTP/1.1" 200 5908 0.016228 [API:8081]10.0.0.41 - - [2025-10-23 04:25:46] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?flat HTTP/1.1" 200 6205 0.014783 [API:8081]10.0.0.41 - - [2025-10-23 04:25:46] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?flat HTTP/1.1" 200 7101 0.016271 [API:8081]10.0.0.41 - - [2025-10-23 04:25:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.011161 [API:8081]10.0.0.41 - - [2025-10-23 04:26:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:e4766ea5-bd09-4374-8fef-ac2b5d8853f9?flat HTTP/1.1" 200 5253 0.028421 [API:8081]10.0.0.41 - - [2025-10-23 04:26:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:e4766ea5-bd09-4374-8fef-ac2b5d8853f9?flat HTTP/1.1" 200 5253 0.026503 [API:8081]10.0.0.41 - - [2025-10-23 04:26:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:e4766ea5-bd09-4374-8fef-ac2b5d8853f9?flat HTTP/1.1" 200 5253 0.014238 [API:8081]10.0.0.41 - - [2025-10-23 04:26:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn1-00285740?flat HTTP/1.1" 200 7111 0.031384 [API:8081]10.0.0.41 - - [2025-10-23 04:26:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32262 0.027283 [API:8081]10.0.0.41 - - [2025-10-23 04:26:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12460 0.023223 [API:8081]10.0.0.41 - - [2025-10-23 04:26:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32262 0.030366 [API:8081]10.0.0.41 - - [2025-10-23 04:26:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12460 0.020423 [API:8081]10.0.0.41 - - [2025-10-23 04:26:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008892 [API:8081]10.0.0.133 - - [2025-10-23 04:26:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057168 [API:8081]10.0.0.41 - - [2025-10-23 04:27:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:4e0fe905-7a8d-4258-bfcb-22cbd2041cb4?flat HTTP/1.1" 200 5250 0.016199 [API:8081]10.0.0.41 - - [2025-10-23 04:27:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:4e0fe905-7a8d-4258-bfcb-22cbd2041cb4?flat HTTP/1.1" 200 5250 0.014512 [API:8081]10.0.0.41 - - [2025-10-23 04:27:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-17455490:4e0fe905-7a8d-4258-bfcb-22cbd2041cb4?flat HTTP/1.1" 200 5250 0.015303 [API:8081]10.0.0.41 - - [2025-10-23 04:27:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn2-33972597?flat HTTP/1.1" 200 6979 0.017537 [API:8081]10.0.0.41 - - [2025-10-23 04:27:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32267 0.031060 [API:8081]10.0.0.41 - - [2025-10-23 04:27:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12459 0.026453 [API:8081]10.0.0.41 - - [2025-10-23 04:27:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32267 0.025537 [API:8081]10.0.0.41 - - [2025-10-23 04:27:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12459 0.024883 [API:8081]10.0.0.41 - - [2025-10-23 04:27:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008494 [API:8081]10.0.0.133 - - [2025-10-23 04:27:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061114 [API:8081]10.0.0.133 - - [2025-10-23 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.133 - - [2025-10-23 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.133 - - [2025-10-23 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.133 - - [2025-10-23 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.73 - - [2025-10-23 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.73 - - [2025-10-23 04:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.73 - - [2025-10-23 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.73 - - [2025-10-23 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.41 - - [2025-10-23 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-10-23 04:28:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-10-23 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-10-23 04:28:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.41 - - [2025-10-23 04:28:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.025351 [API:8081]10.0.0.41 - - [2025-10-23 04:28:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12985 0.023066 [API:8081]10.0.0.41 - - [2025-10-23 04:28:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.026053 [API:8081]10.0.0.41 - - [2025-10-23 04:28:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12985 0.021770 [API:8081]10.0.0.41 - - [2025-10-23 04:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.031669 [API:8081]10.0.0.41 - - [2025-10-23 04:28:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12985 0.027136 [API:8081]10.0.0.41 - - [2025-10-23 04:28:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.031412 [API:8081]10.0.0.41 - - [2025-10-23 04:28:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12985 0.022471 [API:8081]10.0.0.41 - - [2025-10-23 04:28:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.028016 [API:8081]10.0.0.41 - - [2025-10-23 04:28:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12985 0.022204 [API:8081]10.0.0.41 - - [2025-10-23 04:28:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.029723 [API:8081]10.0.0.41 - - [2025-10-23 04:28:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12985 0.031529 [API:8081]10.0.0.41 - - [2025-10-23 04:28:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32279 0.028249 [API:8081]10.0.0.41 - - [2025-10-23 04:28:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12859 0.022592 [API:8081]10.0.0.41 - - [2025-10-23 04:28:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn2-33972597?flat HTTP/1.1" 200 7836 0.018204 [API:8081]10.0.0.41 - - [2025-10-23 04:28:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008796 [API:8081]10.0.0.41 - - [2025-10-23 04:29:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32287 0.025552 [API:8081]10.0.0.41 - - [2025-10-23 04:29:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12974 0.023119 [API:8081]10.0.0.41 - - [2025-10-23 04:29:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32287 0.029519 [API:8081]10.0.0.41 - - [2025-10-23 04:29:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12852 0.026111 [API:8081]10.0.0.41 - - [2025-10-23 04:29:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-17455490:ctest-vn1-00285740?flat HTTP/1.1" 200 7927 0.026240 [API:8081]10.0.0.41 - - [2025-10-23 04:29:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010321 [API:8081]10.0.0.133 - - [2025-10-23 04:29:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.142319 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002628 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003248 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004687 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003936 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003551 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003145 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002931 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:30:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003148 [API:8081]10.0.0.41 - - [2025-10-23 04:30:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-56186696:33b9789b-e3ba-448e-96dc-c58469b85742?flat HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-56186696:33b9789b-e3ba-448e-96dc-c58469b85742?flat HTTP/1.1" 200 4867 0.085150 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-56186696:33b9789b-e3ba-448e-96dc-c58469b85742?flat HTTP/1.1" 200 4867 0.067295 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-56186696:33b9789b-e3ba-448e-96dc-c58469b85742?flat HTTP/1.1" 200 4867 0.071238 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-56186696:ctest-vn-21310614?flat HTTP/1.1" 200 3368 0.017533 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32305 0.027189 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12940 0.028387 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32305 0.029255 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12940 0.037215 [API:8081]10.0.0.41 - - [2025-10-23 04:30:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011262 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-56186696:9ddb5c3a-5ed9-4b5c-8f25-477de0bb6538?flat HTTP/1.1" 200 5088 0.015551 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-56186696:9ddb5c3a-5ed9-4b5c-8f25-477de0bb6538?flat HTTP/1.1" 200 5088 0.014634 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-56186696:9ddb5c3a-5ed9-4b5c-8f25-477de0bb6538?flat HTTP/1.1" 200 5088 0.021908 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-56186696:ctest-vn-98706373?flat HTTP/1.1" 200 3369 0.019845 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.032386 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12952 0.029121 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.033290 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12952 0.033417 [API:8081]10.0.0.41 - - [2025-10-23 04:30:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010401 [API:8081]10.0.0.133 - - [2025-10-23 04:30:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061909 [API:8081]10.0.0.41 - - [2025-10-23 04:31:15] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-10-23 04:31:15] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.133 - - [2025-10-23 04:31:43] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.133 - - [2025-10-23 04:31:43] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.73 - - [2025-10-23 04:31:43] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.73 - - [2025-10-23 04:31:43] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.41 - - [2025-10-23 04:32:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.028398 [API:8081]10.0.0.41 - - [2025-10-23 04:32:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12949 0.025907 [API:8081]10.0.0.41 - - [2025-10-23 04:32:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.026985 [API:8081]10.0.0.41 - - [2025-10-23 04:32:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-2?flat HTTP/1.1" 200 12735 0.023863 [API:8081]10.0.0.41 - - [2025-10-23 04:32:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-56186696:ctest-vn-98706373?flat HTTP/1.1" 200 6187 0.019044 [API:8081]10.0.0.41 - - [2025-10-23 04:32:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011403 [API:8081]10.0.0.41 - - [2025-10-23 04:32:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.026488 [API:8081]10.0.0.41 - - [2025-10-23 04:32:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12964 0.022223 [API:8081]10.0.0.41 - - [2025-10-23 04:32:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.039364 [API:8081]10.0.0.41 - - [2025-10-23 04:32:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12964 0.026753 [API:8081]10.0.0.41 - - [2025-10-23 04:32:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.026247 [API:8081]10.0.0.41 - - [2025-10-23 04:32:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12964 0.022941 [API:8081]10.0.0.41 - - [2025-10-23 04:32:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.026704 [API:8081]10.0.0.41 - - [2025-10-23 04:32:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12964 0.024169 [API:8081]10.0.0.41 - - [2025-10-23 04:32:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.026496 [API:8081]10.0.0.41 - - [2025-10-23 04:32:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12964 0.027915 [API:8081]10.0.0.41 - - [2025-10-23 04:32:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.028304 [API:8081]10.0.0.41 - - [2025-10-23 04:32:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12964 0.022413 [API:8081]10.0.0.41 - - [2025-10-23 04:32:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.025620 [API:8081]10.0.0.41 - - [2025-10-23 04:32:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12964 0.022556 [API:8081]10.0.0.133 - - [2025-10-23 04:32:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076060 [API:8081]10.0.0.41 - - [2025-10-23 04:32:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4448-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32312 0.026883 [API:8081]10.0.0.41 - - [2025-10-23 04:32:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4448-1?flat HTTP/1.1" 200 12580 0.021904 [API:8081]10.0.0.41 - - [2025-10-23 04:32:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-56186696:ctest-vn-21310614?flat HTTP/1.1" 200 6186 0.013820 [API:8081]10.0.0.41 - - [2025-10-23 04:32:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008747 [API:8081]10.0.0.133 - - [2025-10-23 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.133 - - [2025-10-23 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.133 - - [2025-10-23 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.133 - - [2025-10-23 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.73 - - [2025-10-23 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2025-10-23 04:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.73 - - [2025-10-23 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2025-10-23 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-10-23 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-10-23 04:33:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-10-23 04:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-10-23 04:33:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-10-23 04:33:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-10-23 04:33:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.057338 [API:8081]10.0.0.41 - - [2025-10-23 04:33:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.058371 [API:8081]10.0.0.133 - - [2025-10-23 04:33:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.057815 [API:8081]10.0.0.133 - - [2025-10-23 04:36:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067146 [API:8081]10.0.0.133 - - [2025-10-23 04:37:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.064262 [API:8081]10.0.0.133 - - [2025-10-23 04:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.133 - - [2025-10-23 04:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.133 - - [2025-10-23 04:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.133 - - [2025-10-23 04:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.73 - - [2025-10-23 04:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2025-10-23 04:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.73 - - [2025-10-23 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.73 - - [2025-10-23 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.41 - - [2025-10-23 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.41 - - [2025-10-23 04:38:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.41 - - [2025-10-23 04:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-10-23 04:38:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.133 - - [2025-10-23 04:39:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056963 [API:8081]10.0.0.41 - - [2025-10-23 04:39:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-10-23 04:39:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.057545 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003153 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003171 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003191 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003289 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002898 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002646 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002721 [LOCAL API:8181]127.0.0.1 - - [2025-10-23 04:40:01] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4448-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002607 [API:8081]10.0.0.133 - - [2025-10-23 04:40:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.060762 [API:8081]10.0.0.41 - - [2025-10-23 04:41:15] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2025-10-23 04:41:15] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.133 - - [2025-10-23 04:41:43] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.133 - - [2025-10-23 04:41:43] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.73 - - [2025-10-23 04:41:43] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.73 - - [2025-10-23 04:41:43] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.133 - - [2025-10-23 04:42:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057149 [API:8081]10.0.0.133 - - [2025-10-23 04:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.133 - - [2025-10-23 04:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.133 - - [2025-10-23 04:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.133 - - [2025-10-23 04:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.73 - - [2025-10-23 04:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.73 - - [2025-10-23 04:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.73 - - [2025-10-23 04:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.73 - - [2025-10-23 04:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2025-10-23 04:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.41 - - [2025-10-23 04:43:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.41 - - [2025-10-23 04:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-10-23 04:43:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.133 - - [2025-10-23 04:43:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059300 [API:8081]10.0.0.133 - - [2025-10-23 04:45:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071844 [API:8081]10.0.0.133 - - [2025-10-23 04:46:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062358 [Introspect:8090]10.0.0.41 - - [2025-10-23 04:47:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001183