++ 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: =================== Mon Oct 13 02:01:34 AM UTC 2025 ===================' INFO: =================== Mon Oct 13 02:01:34 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.22 ++ 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 '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ 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.22,10.0.0.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ 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.22,10.0.0.19,10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /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 ++ cut -d , -f 1 ++ echo 10.0.0.22,10.0.0.19,10.0.0.41 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.22 9041 + echo -e '\035\nquit' + 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.22,10.0.0.19,10.0.0.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.22,10.0.0.19,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort +++ local local_ips=,10.0.0.22,10.20.0.193,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.22,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ echo 10.0.0.22 1 +++ return ++ local ip=10.0.0.22 ++ [[ -z 10.0.0.22 ]] ++ echo 10.0.0.22 + host_ip=10.0.0.22 + 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 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + 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/13/2025 02:01:42.223 7fe0f4512840 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/13/2025 02:01:42.390 7fe0f4512840 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/13/2025 02:01:42.400 7fe0f4512840 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/13/2025 02:01:42.400 7fe0f4512840 [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.22: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.19 - - [2025-10-13 02:01:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.055191 [API:8081]10.0.0.41 - - [2025-10-13 02:02:17] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-10-13 02:02:17] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.19 - - [2025-10-13 02:02:18] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.19 - - [2025-10-13 02:02:18] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.22 - - [2025-10-13 02:02:18] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-10-13 02:02:18] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.41 - - [2025-10-13 02:02:48] "GET /analytics HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.41 - - [2025-10-13 02:02:48] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.19 - - [2025-10-13 02:02:49] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2025-10-13 02:02:49] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.22 - - [2025-10-13 02:02:49] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-10-13 02:02:49] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.41 - - [2025-10-13 02:03:19] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.41 - - [2025-10-13 02:03:19] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.19 - - [2025-10-13 02:03:19] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2025-10-13 02:03:19] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.19 - - [2025-10-13 02:03:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.059062 [Introspect:8090]10.0.0.22 - - [2025-10-13 02:04:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001164 [Introspect:8090]10.0.0.22 - - [2025-10-13 02:04:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001039 [API:8081]10.0.0.19 - - [2025-10-13 02:04:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069244 [API:8081]10.0.0.19 - - [2025-10-13 02:04:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2025-10-13 02:04:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-10-13 02:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-10-13 02:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.41 - - [2025-10-13 02:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.41 - - [2025-10-13 02:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000530 [API:8081]10.0.0.19 - - [2025-10-13 02:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.19 - - [2025-10-13 02:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000864 [API:8081]10.0.0.22 - - [2025-10-13 02:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-10-13 02:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000664 [API:8081]10.0.0.22 - - [2025-10-13 02:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-13 02:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [Introspect:8090]10.0.0.22 - - [2025-10-13 02:05:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001101 [Introspect:8090]10.0.0.22 - - [2025-10-13 02:05:50] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000593 [API:8081]10.0.0.22 - - [2025-10-13 02:05:50] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1:Control:contrail-control:0?flat HTTP/1.1" 200 27597 0.064919 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.065976 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2:Control:contrail-control:0?flat HTTP/1.1" 200 37988 0.054793 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.017185 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3:Control:contrail-control:0?flat HTTP/1.1" 200 37989 0.019950 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13597 0.018402 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20170 0.016263 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20170 0.064882 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.011248 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.011582 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009083 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.018062 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.017307 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.015183 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011392 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010236 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014176 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014982 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017187 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011258 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014005 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.011438 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012997 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014193 [API:8081]10.0.0.22 - - [2025-10-13 02:05:51] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14815 0.019538 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021410 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.024799 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021759 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.019951 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.023236 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20170 0.023587 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.039019 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.026600 [API:8081]10.0.0.22 - - [2025-10-13 02:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.021965 [API:8081]10.0.0.22 - - [2025-10-13 02:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.021333 [API:8081]10.0.0.22 - - [2025-10-13 02:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.018126 [API:8081]10.0.0.22 - - [2025-10-13 02:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019227 [API:8081]10.0.0.22 - - [2025-10-13 02:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.017867 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.019953 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14815 0.024804 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014969 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013937 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.016521 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012395 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.010569 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.014756 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014419 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015516 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.014488 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.013647 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.012717 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015239 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.011764 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.011882 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.012671 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.012108 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1:Control:contrail-control:0?flat HTTP/1.1" 200 27604 0.027422 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.020009 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.020511 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2:Control:contrail-control:0?flat HTTP/1.1" 200 38000 0.019746 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012241 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16350 0.017806 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3:Control:contrail-control:0?flat HTTP/1.1" 200 38000 0.023781 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013309 [API:8081]10.0.0.22 - - [2025-10-13 02:05:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4296-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13597 0.017428 [API:8081]10.0.0.22 - - [2025-10-13 02:05:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 12093 0.021816 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?flat HTTP/1.1" 200 13691 0.017261 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?flat HTTP/1.1" 200 15830 0.016592 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?flat HTTP/1.1" 200 18615 0.018801 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?flat HTTP/1.1" 200 13691 0.018787 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?flat HTTP/1.1" 200 15830 0.017345 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?flat HTTP/1.1" 200 18615 0.016351 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?flat HTTP/1.1" 200 13691 0.018320 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?flat HTTP/1.1" 200 15830 0.017203 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?flat HTTP/1.1" 200 18615 0.017647 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?flat HTTP/1.1" 200 13691 0.017178 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?flat HTTP/1.1" 200 15830 0.018578 [API:8081]10.0.0.22 - - [2025-10-13 02:05:57] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?flat HTTP/1.1" 200 18615 0.016789 [API:8081]10.0.0.22 - - [2025-10-13 02:05:58] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 8139 0.014584 [API:8081]10.0.0.22 - - [2025-10-13 02:05:58] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4296-2?flat HTTP/1.1" 200 8137 0.012949 [API:8081]10.0.0.22 - - [2025-10-13 02:05:58] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4296-3?flat HTTP/1.1" 200 8136 0.012465 [API:8081]10.0.0.22 - - [2025-10-13 02:06:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.22 - - [2025-10-13 02:06:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.058514 [API:8081]10.0.0.22 - - [2025-10-13 02:06:15] "POST /analytics/query HTTP/1.1" 200 54209 1.065896 [API:8081]10.0.0.22 - - [2025-10-13 02:06:16] "POST /analytics/query HTTP/1.1" 200 5875 1.057914 [API:8081]10.0.0.22 - - [2025-10-13 02:06:17] "POST /analytics/query HTTP/1.1" 200 871 1.021378 [API:8081]10.0.0.22 - - [2025-10-13 02:06:18] "POST /analytics/query HTTP/1.1" 200 5875 1.021798 [API:8081]10.0.0.22 - - [2025-10-13 02:06:19] "POST /analytics/query HTTP/1.1" 200 871 1.017061 [API:8081]10.0.0.22 - - [2025-10-13 02:06:29] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000864 [API:8081]10.0.0.19 - - [2025-10-13 02:06:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.143336 [API:8081]10.0.0.19 - - [2025-10-13 02:07:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.128325 [API:8081]10.0.0.19 - - [2025-10-13 02:09:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.19 - - [2025-10-13 02:09:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2025-10-13 02:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-10-13 02:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-10-13 02:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-10-13 02:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000636 [API:8081]10.0.0.19 - - [2025-10-13 02:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-10-13 02:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-13 02:09:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-10-13 02:09:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.059384 [API:8081]10.0.0.19 - - [2025-10-13 02:09:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076746 [API:8081]10.0.0.22 - - [2025-10-13 02:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-10-13 02:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2025-10-13 02:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-10-13 02:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-10-13 02:09:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.050383 [API:8081]10.0.0.19 - - [2025-10-13 02:10:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055297 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:11:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002559 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002277 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002198 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:11:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001854 [API:8081]10.0.0.22 - - [2025-10-13 02:12:49] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-10-13 02:12:49] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.19 - - [2025-10-13 02:12:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086988 [API:8081]10.0.0.41 - - [2025-10-13 02:13:19] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-10-13 02:13:19] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.19 - - [2025-10-13 02:13:19] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.19 - - [2025-10-13 02:13:19] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.19 - - [2025-10-13 02:13:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054714 [API:8081]10.0.0.19 - - [2025-10-13 02:14:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2025-10-13 02:14:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-10-13 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-10-13 02:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-10-13 02:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-10-13 02:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2025-10-13 02:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.19 - - [2025-10-13 02:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.22 - - [2025-10-13 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-10-13 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-10-13 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-10-13 02:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-10-13 02:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-10-13 02:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.055156 [API:8081]10.0.0.22 - - [2025-10-13 02:15:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.051393 [API:8081]10.0.0.19 - - [2025-10-13 02:16:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074036 [API:8081]10.0.0.19 - - [2025-10-13 02:17:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059406 [API:8081]10.0.0.22 - - [2025-10-13 02:17:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.010144 [API:8081]10.0.0.22 - - [2025-10-13 02:17:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.047782 [API:8081]10.0.0.22 - - [2025-10-13 02:17:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.008933 [API:8081]10.0.0.22 - - [2025-10-13 02:17:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.008858 [API:8081]10.0.0.19 - - [2025-10-13 02:19:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065104 [API:8081]10.0.0.19 - - [2025-10-13 02:19:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2025-10-13 02:19:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-10-13 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-10-13 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-10-13 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-13 02:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2025-10-13 02:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000497 [API:8081]10.0.0.19 - - [2025-10-13 02:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2025-10-13 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.22 - - [2025-10-13 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.22 - - [2025-10-13 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-13 02:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2025-10-13 02:20:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077799 [API:8081]10.0.0.22 - - [2025-10-13 02:20:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25181 0.017637 [API:8081]10.0.0.22 - - [2025-10-13 02:20:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25181 0.017585 [API:8081]10.0.0.22 - - [2025-10-13 02:20:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25181 0.016310 [API:8081]10.0.0.22 - - [2025-10-13 02:20:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-68613537:ctest-vnet1-37960249?flat HTTP/1.1" 200 8246 0.011440 [API:8081]10.0.0.22 - - [2025-10-13 02:20:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007669 [API:8081]10.0.0.22 - - [2025-10-13 02:20:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.017214 [API:8081]10.0.0.22 - - [2025-10-13 02:20:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.060600 [API:8081]10.0.0.22 - - [2025-10-13 02:20:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.026333 [API:8081]10.0.0.22 - - [2025-10-13 02:20:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.062075 [API:8081]10.0.0.22 - - [2025-10-13 02:20:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.017774 [API:8081]10.0.0.22 - - [2025-10-13 02:20:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.018988 [API:8081]10.0.0.22 - - [2025-10-13 02:20:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.019478 [API:8081]10.0.0.22 - - [2025-10-13 02:20:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.017577 [API:8081]10.0.0.22 - - [2025-10-13 02:20:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.017597 [API:8081]10.0.0.22 - - [2025-10-13 02:20:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.017681 [API:8081]10.0.0.22 - - [2025-10-13 02:20:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-68613537:ctest-vnet0-48556212?flat HTTP/1.1" 200 8240 0.011068 [API:8081]10.0.0.22 - - [2025-10-13 02:20:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009415 [API:8081]10.0.0.22 - - [2025-10-13 02:21:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.011007 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:21:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002491 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003127 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002289 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002483 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:21:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001883 [API:8081]10.0.0.19 - - [2025-10-13 02:22:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055773 [API:8081]10.0.0.22 - - [2025-10-13 02:22:49] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-13 02:22:49] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.22 - - [2025-10-13 02:22:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-10-13 02:22:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.051451 [API:8081]10.0.0.19 - - [2025-10-13 02:23:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060633 [API:8081]10.0.0.41 - - [2025-10-13 02:23:19] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.41 - - [2025-10-13 02:23:19] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.19 - - [2025-10-13 02:23:19] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.19 - - [2025-10-13 02:23:19] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.22 - - [2025-10-13 02:24:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.068192 [API:8081]10.0.0.22 - - [2025-10-13 02:24:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017885 [API:8081]10.0.0.22 - - [2025-10-13 02:24:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.072724 [API:8081]10.0.0.22 - - [2025-10-13 02:24:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017295 [API:8081]10.0.0.22 - - [2025-10-13 02:24:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018880 [API:8081]10.0.0.22 - - [2025-10-13 02:24:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016484 [API:8081]10.0.0.22 - - [2025-10-13 02:24:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-81525375:ctest-vnet0-06506420?flat HTTP/1.1" 200 7196 0.011940 [API:8081]10.0.0.22 - - [2025-10-13 02:24:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007766 [API:8081]10.0.0.22 - - [2025-10-13 02:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.22 - - [2025-10-13 02:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.050635 [API:8081]10.0.0.19 - - [2025-10-13 02:24:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-13 02:24:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-10-13 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-10-13 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-10-13 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-10-13 02:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 02:24:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-10-13 02:24:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.049579 [API:8081]10.0.0.19 - - [2025-10-13 02:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2025-10-13 02:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.22 - - [2025-10-13 02:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.060294 [API:8081]10.0.0.22 - - [2025-10-13 02:24:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.047350 [API:8081]10.0.0.22 - - [2025-10-13 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.22 - - [2025-10-13 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-10-13 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-10-13 02:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2025-10-13 02:25:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058512 [API:8081]10.0.0.22 - - [2025-10-13 02:25:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:960ce36a-f8bf-429a-924b-06d7d81ecf2f?flat HTTP/1.1" 200 5238 0.012830 [API:8081]10.0.0.22 - - [2025-10-13 02:25:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:960ce36a-f8bf-429a-924b-06d7d81ecf2f?flat HTTP/1.1" 200 5238 0.010897 [API:8081]10.0.0.22 - - [2025-10-13 02:25:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:960ce36a-f8bf-429a-924b-06d7d81ecf2f?flat HTTP/1.1" 200 5238 0.012380 [API:8081]10.0.0.22 - - [2025-10-13 02:25:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56827226:ctest-VN1-19204817?flat HTTP/1.1" 200 8565 0.014533 [API:8081]10.0.0.22 - - [2025-10-13 02:25:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.015867 [API:8081]10.0.0.22 - - [2025-10-13 02:25:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018317 [API:8081]10.0.0.22 - - [2025-10-13 02:25:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008384 [API:8081]10.0.0.22 - - [2025-10-13 02:25:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:8c568de7-44b1-42cd-929a-313b85b8c78a?flat HTTP/1.1" 200 5090 0.012567 [API:8081]10.0.0.22 - - [2025-10-13 02:25:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:8c568de7-44b1-42cd-929a-313b85b8c78a?flat HTTP/1.1" 200 5090 0.013219 [API:8081]10.0.0.22 - - [2025-10-13 02:25:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:8c568de7-44b1-42cd-929a-313b85b8c78a?flat HTTP/1.1" 200 5090 0.013074 [API:8081]10.0.0.22 - - [2025-10-13 02:25:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56827226:ctest-VN2-46363676?flat HTTP/1.1" 200 7854 0.013669 [API:8081]10.0.0.22 - - [2025-10-13 02:25:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25188 0.017031 [API:8081]10.0.0.22 - - [2025-10-13 02:25:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25188 0.016826 [API:8081]10.0.0.22 - - [2025-10-13 02:25:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008016 [API:8081]10.0.0.22 - - [2025-10-13 02:25:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:cb01f5c9-8740-411a-b1f3-a364508ec925?flat HTTP/1.1" 200 5088 0.015297 [API:8081]10.0.0.22 - - [2025-10-13 02:25:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:cb01f5c9-8740-411a-b1f3-a364508ec925?flat HTTP/1.1" 200 5088 0.011014 [API:8081]10.0.0.22 - - [2025-10-13 02:25:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56827226:cb01f5c9-8740-411a-b1f3-a364508ec925?flat HTTP/1.1" 200 5088 0.015759 [API:8081]10.0.0.22 - - [2025-10-13 02:25:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56827226:ctest-VN3-64334383?flat HTTP/1.1" 200 7439 0.017626 [API:8081]10.0.0.22 - - [2025-10-13 02:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020863 [API:8081]10.0.0.22 - - [2025-10-13 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020928 [API:8081]10.0.0.22 - - [2025-10-13 02:25:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008606 [API:8081]10.0.0.19 - - [2025-10-13 02:26:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053833 [API:8081]10.0.0.22 - - [2025-10-13 02:27:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.032027 [API:8081]10.0.0.22 - - [2025-10-13 02:27:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017347 [API:8081]10.0.0.22 - - [2025-10-13 02:27:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019243 [API:8081]10.0.0.22 - - [2025-10-13 02:27:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016658 [API:8081]10.0.0.22 - - [2025-10-13 02:27:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017180 [API:8081]10.0.0.22 - - [2025-10-13 02:27:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016263 [API:8081]10.0.0.22 - - [2025-10-13 02:27:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017413 [API:8081]10.0.0.22 - - [2025-10-13 02:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.030368 [API:8081]10.0.0.22 - - [2025-10-13 02:27:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56827226:ctest-VN3-64334383?flat HTTP/1.1" 200 6212 0.012214 [API:8081]10.0.0.22 - - [2025-10-13 02:27:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008988 [API:8081]10.0.0.22 - - [2025-10-13 02:27:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.017448 [API:8081]10.0.0.22 - - [2025-10-13 02:27:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.017164 [API:8081]10.0.0.22 - - [2025-10-13 02:27:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.017278 [API:8081]10.0.0.22 - - [2025-10-13 02:27:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.017052 [API:8081]10.0.0.22 - - [2025-10-13 02:27:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.018867 [API:8081]10.0.0.22 - - [2025-10-13 02:27:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.018641 [API:8081]10.0.0.22 - - [2025-10-13 02:27:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.020797 [API:8081]10.0.0.22 - - [2025-10-13 02:27:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.025308 [API:8081]10.0.0.22 - - [2025-10-13 02:27:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.028116 [API:8081]10.0.0.22 - - [2025-10-13 02:27:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017835 [API:8081]10.0.0.22 - - [2025-10-13 02:27:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56827226:ctest-VN2-46363676?flat HTTP/1.1" 200 6548 0.014069 [API:8081]10.0.0.22 - - [2025-10-13 02:27:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008790 [API:8081]10.0.0.22 - - [2025-10-13 02:27:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019644 [API:8081]10.0.0.22 - - [2025-10-13 02:28:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018765 [API:8081]10.0.0.22 - - [2025-10-13 02:28:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019986 [API:8081]10.0.0.22 - - [2025-10-13 02:28:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018836 [API:8081]10.0.0.19 - - [2025-10-13 02:28:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068354 [API:8081]10.0.0.22 - - [2025-10-13 02:28:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017740 [API:8081]10.0.0.22 - - [2025-10-13 02:28:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017701 [API:8081]10.0.0.22 - - [2025-10-13 02:28:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019724 [API:8081]10.0.0.22 - - [2025-10-13 02:28:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017305 [API:8081]10.0.0.22 - - [2025-10-13 02:28:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.027378 [API:8081]10.0.0.22 - - [2025-10-13 02:28:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019945 [API:8081]10.0.0.22 - - [2025-10-13 02:28:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56827226:ctest-VN1-19204817?flat HTTP/1.1" 200 6779 0.011890 [API:8081]10.0.0.22 - - [2025-10-13 02:28:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008489 [API:8081]10.0.0.22 - - [2025-10-13 02:28:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2025-10-13 02:28:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.051697 [API:8081]10.0.0.22 - - [2025-10-13 02:28:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.051620 [API:8081]10.0.0.22 - - [2025-10-13 02:28:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.056134 [API:8081]10.0.0.19 - - [2025-10-13 02:29:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.056609 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:4b43cb0b-f901-407d-bfb0-e2becb277d46?flat HTTP/1.1" 200 5364 0.013462 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:4b43cb0b-f901-407d-bfb0-e2becb277d46?flat HTTP/1.1" 200 5364 0.017814 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:4b43cb0b-f901-407d-bfb0-e2becb277d46?flat HTTP/1.1" 200 5364 0.012593 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:4b43cb0b-f901-407d-bfb0-e2becb277d46?flat HTTP/1.1" 200 5364 0.012827 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-75700696:ctest-VN1-83245666?flat HTTP/1.1" 200 9454 0.015784 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026269 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021333 [API:8081]10.0.0.22 - - [2025-10-13 02:29:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009678 [API:8081]10.0.0.22 - - [2025-10-13 02:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:64bd4dec-3c24-4305-9715-0d40f3a0df01?flat HTTP/1.1" 200 5227 0.011983 [API:8081]10.0.0.22 - - [2025-10-13 02:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:64bd4dec-3c24-4305-9715-0d40f3a0df01?flat HTTP/1.1" 200 5227 0.011378 [API:8081]10.0.0.22 - - [2025-10-13 02:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:64bd4dec-3c24-4305-9715-0d40f3a0df01?flat HTTP/1.1" 200 5227 0.011065 [API:8081]10.0.0.22 - - [2025-10-13 02:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:64bd4dec-3c24-4305-9715-0d40f3a0df01?flat HTTP/1.1" 200 5227 0.011832 [API:8081]10.0.0.22 - - [2025-10-13 02:29:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-75700696:ctest-VN2-03051116?flat HTTP/1.1" 200 8639 0.013035 [API:8081]10.0.0.22 - - [2025-10-13 02:29:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.016827 [API:8081]10.0.0.22 - - [2025-10-13 02:29:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.016382 [API:8081]10.0.0.22 - - [2025-10-13 02:29:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008193 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:eec42685-f9ff-4119-a031-0805a39bec58?flat HTTP/1.1" 200 5225 0.014163 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:eec42685-f9ff-4119-a031-0805a39bec58?flat HTTP/1.1" 200 5225 0.016697 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:eec42685-f9ff-4119-a031-0805a39bec58?flat HTTP/1.1" 200 5225 0.012770 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-75700696:eec42685-f9ff-4119-a031-0805a39bec58?flat HTTP/1.1" 200 5225 0.013191 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-75700696:ctest-VN3-79554101?flat HTTP/1.1" 200 8207 0.012451 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.017324 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.016726 [API:8081]10.0.0.22 - - [2025-10-13 02:29:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008865 [API:8081]10.0.0.19 - - [2025-10-13 02:29:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2025-10-13 02:29:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-10-13 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-10-13 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-10-13 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-10-13 02:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2025-10-13 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.19 - - [2025-10-13 02:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.22 - - [2025-10-13 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2025-10-13 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-10-13 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-10-13 02:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-10-13 02:30:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017715 [API:8081]10.0.0.22 - - [2025-10-13 02:30:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016554 [API:8081]10.0.0.22 - - [2025-10-13 02:30:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.026380 [API:8081]10.0.0.22 - - [2025-10-13 02:30:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-75700696:ctest-VN3-79554101?flat HTTP/1.1" 200 6968 0.011909 [API:8081]10.0.0.22 - - [2025-10-13 02:30:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012057 [API:8081]10.0.0.22 - - [2025-10-13 02:30:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018507 [API:8081]10.0.0.22 - - [2025-10-13 02:30:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.025883 [API:8081]10.0.0.22 - - [2025-10-13 02:30:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019908 [API:8081]10.0.0.22 - - [2025-10-13 02:30:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018037 [API:8081]10.0.0.22 - - [2025-10-13 02:30:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017270 [API:8081]10.0.0.22 - - [2025-10-13 02:30:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018910 [API:8081]10.0.0.22 - - [2025-10-13 02:30:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018424 [API:8081]10.0.0.22 - - [2025-10-13 02:30:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019376 [API:8081]10.0.0.22 - - [2025-10-13 02:30:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017891 [API:8081]10.0.0.22 - - [2025-10-13 02:30:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-75700696:ctest-VN2-03051116?flat HTTP/1.1" 200 7315 0.012489 [API:8081]10.0.0.22 - - [2025-10-13 02:30:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007694 [API:8081]10.0.0.22 - - [2025-10-13 02:30:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019300 [API:8081]10.0.0.22 - - [2025-10-13 02:31:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.024378 [API:8081]10.0.0.22 - - [2025-10-13 02:31:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018595 [API:8081]10.0.0.22 - - [2025-10-13 02:31:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017069 [API:8081]10.0.0.22 - - [2025-10-13 02:31:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016807 [API:8081]10.0.0.19 - - [2025-10-13 02:31:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052114 [API:8081]10.0.0.22 - - [2025-10-13 02:31:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016139 [API:8081]10.0.0.22 - - [2025-10-13 02:31:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019173 [API:8081]10.0.0.22 - - [2025-10-13 02:31:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.016980 [API:8081]10.0.0.22 - - [2025-10-13 02:31:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017641 [API:8081]10.0.0.22 - - [2025-10-13 02:31:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.020946 [API:8081]10.0.0.22 - - [2025-10-13 02:31:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017318 [API:8081]10.0.0.22 - - [2025-10-13 02:31:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-75700696:ctest-VN1-83245666?flat HTTP/1.1" 200 7647 0.012430 [API:8081]10.0.0.22 - - [2025-10-13 02:31:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008341 [API:8081]10.0.0.22 - - [2025-10-13 02:31:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-10-13 02:31:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.047795 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:31:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002390 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002622 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002740 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002515 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:31:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002428 [API:8081]10.0.0.22 - - [2025-10-13 02:31:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.048169 [API:8081]10.0.0.19 - - [2025-10-13 02:32:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076757 [API:8081]10.0.0.22 - - [2025-10-13 02:32:49] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-13 02:32:49] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.41 - - [2025-10-13 02:33:19] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.41 - - [2025-10-13 02:33:19] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.19 - - [2025-10-13 02:33:19] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.19 - - [2025-10-13 02:33:19] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.22 - - [2025-10-13 02:33:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-10-13 02:33:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.047472 [API:8081]10.0.0.19 - - [2025-10-13 02:34:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062883 [API:8081]10.0.0.19 - - [2025-10-13 02:34:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.19 - - [2025-10-13 02:34:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2025-10-13 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-10-13 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2025-10-13 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-10-13 02:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2025-10-13 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2025-10-13 02:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-10-13 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-10-13 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.22 - - [2025-10-13 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 02:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2025-10-13 02:35:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054183 [API:8081]10.0.0.22 - - [2025-10-13 02:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.021298 [API:8081]10.0.0.22 - - [2025-10-13 02:35:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.066458 [API:8081]10.0.0.22 - - [2025-10-13 02:35:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.067885 [API:8081]10.0.0.22 - - [2025-10-13 02:35:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.016400 [API:8081]10.0.0.22 - - [2025-10-13 02:35:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.016860 [API:8081]10.0.0.22 - - [2025-10-13 02:35:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.023329 [API:8081]10.0.0.22 - - [2025-10-13 02:35:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.016309 [API:8081]10.0.0.22 - - [2025-10-13 02:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.018898 [API:8081]10.0.0.22 - - [2025-10-13 02:35:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.030529 [API:8081]10.0.0.22 - - [2025-10-13 02:35:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.024585 [API:8081]10.0.0.22 - - [2025-10-13 02:35:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-75608558:ctest-vnet0-09162430?flat HTTP/1.1" 200 7966 0.014780 [API:8081]10.0.0.22 - - [2025-10-13 02:35:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008679 [API:8081]10.0.0.22 - - [2025-10-13 02:36:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2025-10-13 02:36:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.048499 [API:8081]10.0.0.22 - - [2025-10-13 02:36:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.304660 [API:8081]10.0.0.19 - - [2025-10-13 02:37:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057976 [API:8081]10.0.0.19 - - [2025-10-13 02:38:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072743 [API:8081]10.0.0.22 - - [2025-10-13 02:39:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017652 [API:8081]10.0.0.22 - - [2025-10-13 02:39:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-36397304:ctest-vnet1-71887454?flat HTTP/1.1" 200 7306 0.048201 [API:8081]10.0.0.22 - - [2025-10-13 02:39:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007304 [API:8081]10.0.0.22 - - [2025-10-13 02:39:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.016654 [API:8081]10.0.0.22 - - [2025-10-13 02:39:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.017846 [API:8081]10.0.0.22 - - [2025-10-13 02:39:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.016718 [API:8081]10.0.0.22 - - [2025-10-13 02:39:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.017216 [API:8081]10.0.0.22 - - [2025-10-13 02:39:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.017008 [API:8081]10.0.0.22 - - [2025-10-13 02:39:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.024724 [API:8081]10.0.0.22 - - [2025-10-13 02:39:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.020427 [API:8081]10.0.0.22 - - [2025-10-13 02:39:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.016660 [API:8081]10.0.0.19 - - [2025-10-13 02:39:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2025-10-13 02:39:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-10-13 02:39:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.020506 [API:8081]10.0.0.41 - - [2025-10-13 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-10-13 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-10-13 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-10-13 02:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-10-13 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.19 - - [2025-10-13 02:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.22 - - [2025-10-13 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-10-13 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-10-13 02:39:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.017764 [API:8081]10.0.0.22 - - [2025-10-13 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-10-13 02:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-10-13 02:39:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-36397304:ctest-vnet0-69142055?flat HTTP/1.1" 200 6959 0.016949 [API:8081]10.0.0.22 - - [2025-10-13 02:39:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009300 [API:8081]10.0.0.22 - - [2025-10-13 02:40:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-10-13 02:40:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.053287 [API:8081]10.0.0.22 - - [2025-10-13 02:40:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.053938 [API:8081]10.0.0.19 - - [2025-10-13 02:40:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085396 [API:8081]10.0.0.19 - - [2025-10-13 02:41:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058370 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:41:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002756 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002548 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002836 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002479 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:41:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002114 [API:8081]10.0.0.22 - - [2025-10-13 02:42:49] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-10-13 02:42:49] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.22 - - [2025-10-13 02:43:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.030905 [API:8081]10.0.0.22 - - [2025-10-13 02:43:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.055985 [API:8081]10.0.0.22 - - [2025-10-13 02:43:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.017257 [API:8081]10.0.0.22 - - [2025-10-13 02:43:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.021093 [API:8081]10.0.0.41 - - [2025-10-13 02:43:19] "GET /analytics HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.41 - - [2025-10-13 02:43:19] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.19 - - [2025-10-13 02:43:19] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2025-10-13 02:43:19] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.22 - - [2025-10-13 02:43:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.021639 [API:8081]10.0.0.19 - - [2025-10-13 02:43:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064368 [API:8081]10.0.0.22 - - [2025-10-13 02:43:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.027583 [API:8081]10.0.0.22 - - [2025-10-13 02:43:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.017419 [API:8081]10.0.0.22 - - [2025-10-13 02:43:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-21542431:ctest-vnet1-80065533?flat HTTP/1.1" 200 8066 0.014676 [API:8081]10.0.0.22 - - [2025-10-13 02:43:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010216 [API:8081]10.0.0.22 - - [2025-10-13 02:43:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016129 [API:8081]10.0.0.22 - - [2025-10-13 02:43:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.018269 [API:8081]10.0.0.22 - - [2025-10-13 02:43:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.018544 [API:8081]10.0.0.22 - - [2025-10-13 02:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.035050 [API:8081]10.0.0.22 - - [2025-10-13 02:43:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.031924 [API:8081]10.0.0.22 - - [2025-10-13 02:43:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019124 [API:8081]10.0.0.22 - - [2025-10-13 02:43:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016952 [API:8081]10.0.0.22 - - [2025-10-13 02:43:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.017074 [API:8081]10.0.0.22 - - [2025-10-13 02:43:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017282 [API:8081]10.0.0.22 - - [2025-10-13 02:43:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018160 [API:8081]10.0.0.22 - - [2025-10-13 02:43:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-21542431:ctest-vnet0-79599402?flat HTTP/1.1" 200 7704 0.011211 [API:8081]10.0.0.22 - - [2025-10-13 02:43:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007550 [API:8081]10.0.0.19 - - [2025-10-13 02:44:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053670 [API:8081]10.0.0.19 - - [2025-10-13 02:44:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-13 02:44:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-10-13 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2025-10-13 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-10-13 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2025-10-13 02:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2025-10-13 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-13 02:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.22 - - [2025-10-13 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-10-13 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-10-13 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-10-13 02:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2025-10-13 02:46:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052029 [API:8081]10.0.0.19 - - [2025-10-13 02:47:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073967 [API:8081]10.0.0.22 - - [2025-10-13 02:47:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-10-13 02:47:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.058076 [API:8081]10.0.0.22 - - [2025-10-13 02:49:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.050424 [API:8081]10.0.0.19 - - [2025-10-13 02:49:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051049 [API:8081]10.0.0.19 - - [2025-10-13 02:49:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2025-10-13 02:49:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-13 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-10-13 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-10-13 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-10-13 02:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000752 [API:8081]10.0.0.19 - - [2025-10-13 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2025-10-13 02:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-10-13 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.22 - - [2025-10-13 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2025-10-13 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-10-13 02:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2025-10-13 02:50:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059011 [API:8081]10.0.0.22 - - [2025-10-13 02:50:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-10-13 02:50:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1478 0.059609 [API:8081]10.0.0.22 - - [2025-10-13 02:51:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:9d04c480-3002-4769-a5df-640722137bfa?flat HTTP/1.1" 200 5830 0.057562 [API:8081]10.0.0.22 - - [2025-10-13 02:51:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:9d04c480-3002-4769-a5df-640722137bfa?flat HTTP/1.1" 200 5830 0.063760 [API:8081]10.0.0.22 - - [2025-10-13 02:51:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:9d04c480-3002-4769-a5df-640722137bfa?flat HTTP/1.1" 200 5830 0.015296 [API:8081]10.0.0.22 - - [2025-10-13 02:51:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621-10636489?flat HTTP/1.1" 200 5029 0.013478 [API:8081]10.0.0.22 - - [2025-10-13 02:51:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017093 [API:8081]10.0.0.22 - - [2025-10-13 02:51:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.016222 [API:8081]10.0.0.22 - - [2025-10-13 02:51:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008293 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:51:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002323 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002884 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002387 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002254 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 02:51:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001720 [API:8081]10.0.0.22 - - [2025-10-13 02:51:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:bdd37ad7-6863-42b9-8c64-9112e60e01c7?flat HTTP/1.1" 200 5686 0.014569 [API:8081]10.0.0.22 - - [2025-10-13 02:51:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:bdd37ad7-6863-42b9-8c64-9112e60e01c7?flat HTTP/1.1" 200 5686 0.012879 [API:8081]10.0.0.22 - - [2025-10-13 02:51:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:bdd37ad7-6863-42b9-8c64-9112e60e01c7?flat HTTP/1.1" 200 5686 0.013178 [API:8081]10.0.0.22 - - [2025-10-13 02:51:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621-10636489?flat HTTP/1.1" 200 10802 0.017242 [API:8081]10.0.0.22 - - [2025-10-13 02:51:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25243 0.016035 [API:8081]10.0.0.22 - - [2025-10-13 02:51:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25243 0.018086 [API:8081]10.0.0.22 - - [2025-10-13 02:51:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008864 [API:8081]10.0.0.19 - - [2025-10-13 02:52:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056290 [API:8081]10.0.0.22 - - [2025-10-13 02:52:49] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-10-13 02:52:49] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.41 - - [2025-10-13 02:53:19] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-13 02:53:19] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.19 - - [2025-10-13 02:53:19] "GET /analytics HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.19 - - [2025-10-13 02:53:19] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.19 - - [2025-10-13 02:53:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057097 [API:8081]10.0.0.22 - - [2025-10-13 02:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.018432 [API:8081]10.0.0.22 - - [2025-10-13 02:54:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.017786 [API:8081]10.0.0.22 - - [2025-10-13 02:54:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.017969 [API:8081]10.0.0.22 - - [2025-10-13 02:54:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621-10636489?flat HTTP/1.1" 200 11951 0.020272 [API:8081]10.0.0.22 - - [2025-10-13 02:54:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008185 [API:8081]10.0.0.22 - - [2025-10-13 02:54:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019447 [API:8081]10.0.0.22 - - [2025-10-13 02:54:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029623 [API:8081]10.0.0.22 - - [2025-10-13 02:54:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.016820 [API:8081]10.0.0.22 - - [2025-10-13 02:54:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019063 [API:8081]10.0.0.22 - - [2025-10-13 02:54:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021686 [API:8081]10.0.0.22 - - [2025-10-13 02:54:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.016551 [API:8081]10.0.0.22 - - [2025-10-13 02:54:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017201 [API:8081]10.0.0.22 - - [2025-10-13 02:54:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.018559 [API:8081]10.0.0.19 - - [2025-10-13 02:54:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2025-10-13 02:54:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-10-13 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2025-10-13 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-10-13 02:54:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018086 [API:8081]10.0.0.41 - - [2025-10-13 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.41 - - [2025-10-13 02:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2025-10-13 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2025-10-13 02:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.22 - - [2025-10-13 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-10-13 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-10-13 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2025-10-13 02:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-10-13 02:54:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017896 [API:8081]10.0.0.22 - - [2025-10-13 02:54:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621:ctest-SecurityGroupBasicRegressionTests1Ipv6-37028621-10636489?flat HTTP/1.1" 200 8796 0.011988 [API:8081]10.0.0.22 - - [2025-10-13 02:54:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007532 [API:8081]10.0.0.22 - - [2025-10-13 02:55:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-10-13 02:55:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.049661 [API:8081]10.0.0.19 - - [2025-10-13 02:55:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057727 [API:8081]10.0.0.22 - - [2025-10-13 02:55:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:065b337f-5a99-4d78-879b-770b0340e1fc?flat HTTP/1.1" 200 5803 0.052858 [API:8081]10.0.0.22 - - [2025-10-13 02:55:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:065b337f-5a99-4d78-879b-770b0340e1fc?flat HTTP/1.1" 200 5803 0.012938 [API:8081]10.0.0.22 - - [2025-10-13 02:55:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:065b337f-5a99-4d78-879b-770b0340e1fc?flat HTTP/1.1" 200 5803 0.047439 [API:8081]10.0.0.22 - - [2025-10-13 02:55:50] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462-50004931?flat HTTP/1.1" 200 10440 0.013924 [API:8081]10.0.0.22 - - [2025-10-13 02:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016430 [API:8081]10.0.0.22 - - [2025-10-13 02:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.027622 [API:8081]10.0.0.22 - - [2025-10-13 02:55:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007523 [API:8081]10.0.0.22 - - [2025-10-13 02:56:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:a123f83f-11a9-4b47-93d8-bd8542d5b81f?flat HTTP/1.1" 200 5918 0.012308 [API:8081]10.0.0.22 - - [2025-10-13 02:56:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:a123f83f-11a9-4b47-93d8-bd8542d5b81f?flat HTTP/1.1" 200 5918 0.011796 [API:8081]10.0.0.22 - - [2025-10-13 02:56:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:a123f83f-11a9-4b47-93d8-bd8542d5b81f?flat HTTP/1.1" 200 5918 0.012305 [API:8081]10.0.0.22 - - [2025-10-13 02:56:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462-50004931?flat HTTP/1.1" 200 12700 0.016805 [API:8081]10.0.0.22 - - [2025-10-13 02:56:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.019092 [API:8081]10.0.0.22 - - [2025-10-13 02:56:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.017962 [API:8081]10.0.0.22 - - [2025-10-13 02:56:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014905 [API:8081]10.0.0.19 - - [2025-10-13 02:56:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059124 [API:8081]10.0.0.19 - - [2025-10-13 02:58:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057439 [API:8081]10.0.0.22 - - [2025-10-13 02:59:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.017540 [API:8081]10.0.0.22 - - [2025-10-13 02:59:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.027360 [API:8081]10.0.0.22 - - [2025-10-13 02:59:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019033 [API:8081]10.0.0.22 - - [2025-10-13 02:59:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020007 [API:8081]10.0.0.22 - - [2025-10-13 02:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019872 [API:8081]10.0.0.22 - - [2025-10-13 02:59:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.016479 [API:8081]10.0.0.22 - - [2025-10-13 02:59:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.023578 [API:8081]10.0.0.22 - - [2025-10-13 02:59:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.023523 [API:8081]10.0.0.22 - - [2025-10-13 02:59:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.018305 [API:8081]10.0.0.22 - - [2025-10-13 02:59:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462-50004931?flat HTTP/1.1" 200 11583 0.014537 [API:8081]10.0.0.22 - - [2025-10-13 02:59:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007586 [API:8081]10.0.0.22 - - [2025-10-13 02:59:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016253 [API:8081]10.0.0.22 - - [2025-10-13 02:59:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017043 [API:8081]10.0.0.19 - - [2025-10-13 02:59:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.050325 [API:8081]10.0.0.22 - - [2025-10-13 02:59:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.029194 [API:8081]10.0.0.22 - - [2025-10-13 02:59:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016556 [API:8081]10.0.0.22 - - [2025-10-13 02:59:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019574 [API:8081]10.0.0.22 - - [2025-10-13 02:59:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019095 [API:8081]10.0.0.22 - - [2025-10-13 02:59:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017669 [API:8081]10.0.0.22 - - [2025-10-13 02:59:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.015860 [API:8081]10.0.0.19 - - [2025-10-13 02:59:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2025-10-13 02:59:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.22 - - [2025-10-13 02:59:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.028647 [API:8081]10.0.0.41 - - [2025-10-13 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2025-10-13 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-10-13 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-10-13 02:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2025-10-13 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2025-10-13 02:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 02:59:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017610 [API:8081]10.0.0.22 - - [2025-10-13 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-10-13 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2025-10-13 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 02:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-10-13 02:59:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020354 [API:8081]10.0.0.22 - - [2025-10-13 02:59:59] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462:ctest-SecurityGroupBasicRegressionTests1_contrail-86523462-50004931?flat HTTP/1.1" 200 8424 0.013190 [API:8081]10.0.0.22 - - [2025-10-13 02:59:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008180 [API:8081]10.0.0.22 - - [2025-10-13 03:00:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-10-13 03:00:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.060823 [API:8081]10.0.0.22 - - [2025-10-13 03:00:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:429eb17f-a04a-4345-9152-1be0544c921e?flat HTTP/1.1" 200 5679 0.054158 [API:8081]10.0.0.22 - - [2025-10-13 03:00:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:429eb17f-a04a-4345-9152-1be0544c921e?flat HTTP/1.1" 200 5679 0.052643 [API:8081]10.0.0.22 - - [2025-10-13 03:00:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:429eb17f-a04a-4345-9152-1be0544c921e?flat HTTP/1.1" 200 5679 0.012749 [API:8081]10.0.0.22 - - [2025-10-13 03:00:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:ctest-SecurityGroupBasicRegressionTests1-81820172-81050194?flat HTTP/1.1" 200 9926 0.015617 [API:8081]10.0.0.22 - - [2025-10-13 03:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018660 [API:8081]10.0.0.22 - - [2025-10-13 03:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017202 [API:8081]10.0.0.22 - - [2025-10-13 03:00:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008884 [API:8081]10.0.0.22 - - [2025-10-13 03:01:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:e142f709-8ce9-4fb7-94fc-c1b8deecf0cd?flat HTTP/1.1" 200 5548 0.013103 [API:8081]10.0.0.22 - - [2025-10-13 03:01:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:e142f709-8ce9-4fb7-94fc-c1b8deecf0cd?flat HTTP/1.1" 200 5548 0.012639 [API:8081]10.0.0.22 - - [2025-10-13 03:01:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:e142f709-8ce9-4fb7-94fc-c1b8deecf0cd?flat HTTP/1.1" 200 5548 0.015759 [API:8081]10.0.0.22 - - [2025-10-13 03:01:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:ctest-SecurityGroupBasicRegressionTests1-81820172-81050194?flat HTTP/1.1" 200 10066 0.019846 [API:8081]10.0.0.22 - - [2025-10-13 03:01:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.029561 [API:8081]10.0.0.22 - - [2025-10-13 03:01:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018901 [API:8081]10.0.0.22 - - [2025-10-13 03:01:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009220 [API:8081]10.0.0.19 - - [2025-10-13 03:01:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058560 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:01:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002315 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002355 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002763 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002595 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:01:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002338 [API:8081]10.0.0.19 - - [2025-10-13 03:02:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062800 [API:8081]10.0.0.22 - - [2025-10-13 03:02:49] "GET /analytics HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.22 - - [2025-10-13 03:02:49] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.41 - - [2025-10-13 03:03:19] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-10-13 03:03:19] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.19 - - [2025-10-13 03:03:19] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2025-10-13 03:03:19] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.19 - - [2025-10-13 03:04:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057926 [API:8081]10.0.0.22 - - [2025-10-13 03:04:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.017052 [API:8081]10.0.0.22 - - [2025-10-13 03:04:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.025661 [API:8081]10.0.0.19 - - [2025-10-13 03:04:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2025-10-13 03:04:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-10-13 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-10-13 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-10-13 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-10-13 03:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2025-10-13 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2025-10-13 03:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-10-13 03:04:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019917 [API:8081]10.0.0.22 - - [2025-10-13 03:04:55] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:ctest-SecurityGroupBasicRegressionTests1-81820172-81050194?flat HTTP/1.1" 200 10742 0.013464 [API:8081]10.0.0.22 - - [2025-10-13 03:04:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008405 [API:8081]10.0.0.22 - - [2025-10-13 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-10-13 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2025-10-13 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2025-10-13 03:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.22 - - [2025-10-13 03:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.026156 [API:8081]10.0.0.22 - - [2025-10-13 03:05:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024263 [API:8081]10.0.0.22 - - [2025-10-13 03:05:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.031718 [API:8081]10.0.0.22 - - [2025-10-13 03:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024017 [API:8081]10.0.0.22 - - [2025-10-13 03:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017298 [API:8081]10.0.0.22 - - [2025-10-13 03:05:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021890 [API:8081]10.0.0.22 - - [2025-10-13 03:05:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023984 [API:8081]10.0.0.22 - - [2025-10-13 03:05:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.075532 [API:8081]10.0.0.22 - - [2025-10-13 03:05:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017247 [API:8081]10.0.0.22 - - [2025-10-13 03:05:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.031370 [API:8081]10.0.0.22 - - [2025-10-13 03:05:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-81820172:ctest-SecurityGroupBasicRegressionTests1-81820172-81050194?flat HTTP/1.1" 200 7957 0.011249 [API:8081]10.0.0.22 - - [2025-10-13 03:05:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008482 [API:8081]10.0.0.19 - - [2025-10-13 03:05:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.052835 [API:8081]10.0.0.22 - - [2025-10-13 03:05:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-10-13 03:05:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.055704 [API:8081]10.0.0.22 - - [2025-10-13 03:05:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.056015 [API:8081]10.0.0.22 - - [2025-10-13 03:05:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.056944 [API:8081]10.0.0.22 - - [2025-10-13 03:05:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.011139 [API:8081]10.0.0.22 - - [2025-10-13 03:05:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.007732 [API:8081]10.0.0.22 - - [2025-10-13 03:05:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009132 [API:8081]10.0.0.22 - - [2025-10-13 03:06:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.007795 [API:8081]10.0.0.22 - - [2025-10-13 03:06:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.009224 [API:8081]10.0.0.22 - - [2025-10-13 03:06:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.22 - - [2025-10-13 03:06:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.049848 [API:8081]10.0.0.22 - - [2025-10-13 03:06:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.048970 [API:8081]10.0.0.22 - - [2025-10-13 03:06:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.056759 [API:8081]10.0.0.22 - - [2025-10-13 03:06:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.008410 [API:8081]10.0.0.22 - - [2025-10-13 03:06:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.011940 [API:8081]10.0.0.22 - - [2025-10-13 03:06:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008467 [API:8081]10.0.0.22 - - [2025-10-13 03:06:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-10-13 03:06:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.051511 [API:8081]10.0.0.22 - - [2025-10-13 03:06:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.051240 [API:8081]10.0.0.22 - - [2025-10-13 03:06:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.047271 [API:8081]10.0.0.22 - - [2025-10-13 03:06:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008143 [API:8081]10.0.0.22 - - [2025-10-13 03:06:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.007576 [API:8081]10.0.0.22 - - [2025-10-13 03:07:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008303 [API:8081]10.0.0.22 - - [2025-10-13 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.008018 [API:8081]10.0.0.22 - - [2025-10-13 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.009698 [API:8081]10.0.0.22 - - [2025-10-13 03:07:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-10-13 03:07:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.065765 [API:8081]10.0.0.22 - - [2025-10-13 03:07:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.052393 [API:8081]10.0.0.22 - - [2025-10-13 03:07:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.046305 [API:8081]10.0.0.22 - - [2025-10-13 03:07:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.008680 [API:8081]10.0.0.22 - - [2025-10-13 03:07:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.008239 [API:8081]10.0.0.19 - - [2025-10-13 03:07:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048954 [API:8081]10.0.0.19 - - [2025-10-13 03:08:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054976 [API:8081]10.0.0.19 - - [2025-10-13 03:09:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2025-10-13 03:09:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-10-13 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-10-13 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-10-13 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-10-13 03:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.19 - - [2025-10-13 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001407 [API:8081]10.0.0.19 - - [2025-10-13 03:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-10-13 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-10-13 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2025-10-13 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-10-13 03:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2025-10-13 03:10:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057194 [API:8081]10.0.0.19 - - [2025-10-13 03:11:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.050786 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:11:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003123 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002545 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002294 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002158 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:11:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001888 [API:8081]10.0.0.22 - - [2025-10-13 03:12:49] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-10-13 03:12:49] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.41 - - [2025-10-13 03:13:19] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.41 - - [2025-10-13 03:13:19] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.19 - - [2025-10-13 03:13:19] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2025-10-13 03:13:19] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.22 - - [2025-10-13 03:13:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-10-13 03:13:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.053624 [API:8081]10.0.0.22 - - [2025-10-13 03:13:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.054384 [API:8081]10.0.0.19 - - [2025-10-13 03:13:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088651 [API:8081]10.0.0.19 - - [2025-10-13 03:14:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061657 [API:8081]10.0.0.19 - - [2025-10-13 03:14:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.19 - - [2025-10-13 03:14:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-10-13 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-13 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-13 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-13 03:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2025-10-13 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2025-10-13 03:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-13 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.22 - - [2025-10-13 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-10-13 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-10-13 03:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2025-10-13 03:16:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067094 [API:8081]10.0.0.22 - - [2025-10-13 03:17:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-10-13 03:17:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.064944 [API:8081]10.0.0.19 - - [2025-10-13 03:17:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053893 [API:8081]10.0.0.22 - - [2025-10-13 03:18:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-10-13 03:18:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.067308 [API:8081]10.0.0.19 - - [2025-10-13 03:19:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050492 [API:8081]10.0.0.19 - - [2025-10-13 03:19:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2025-10-13 03:19:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-10-13 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-10-13 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-10-13 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-10-13 03:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2025-10-13 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2025-10-13 03:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.22 - - [2025-10-13 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-10-13 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-10-13 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.22 - - [2025-10-13 03:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2025-10-13 03:20:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053219 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:21:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002327 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002366 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002239 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002083 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:21:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001728 [API:8081]10.0.0.22 - - [2025-10-13 03:22:49] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.22 - - [2025-10-13 03:22:49] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.19 - - [2025-10-13 03:22:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056807 [API:8081]10.0.0.22 - - [2025-10-13 03:23:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-10-13 03:23:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.056027 [API:8081]10.0.0.41 - - [2025-10-13 03:23:19] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-10-13 03:23:19] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.19 - - [2025-10-13 03:23:19] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.19 - - [2025-10-13 03:23:19] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.19 - - [2025-10-13 03:23:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.056029 [API:8081]10.0.0.19 - - [2025-10-13 03:24:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2025-10-13 03:24:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.41 - - [2025-10-13 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-10-13 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-10-13 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-10-13 03:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2025-10-13 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2025-10-13 03:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-10-13 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.22 - - [2025-10-13 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.22 - - [2025-10-13 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-10-13 03:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.19 - - [2025-10-13 03:25:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053263 [API:8081]10.0.0.19 - - [2025-10-13 03:26:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054667 [API:8081]10.0.0.22 - - [2025-10-13 03:28:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-84138463:1169f0cb-16cf-400a-ace4-3fc6e91e298e?flat HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.22 - - [2025-10-13 03:28:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-84138463:1169f0cb-16cf-400a-ace4-3fc6e91e298e?flat HTTP/1.1" 200 5270 0.056166 [API:8081]10.0.0.22 - - [2025-10-13 03:28:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-84138463:1169f0cb-16cf-400a-ace4-3fc6e91e298e?flat HTTP/1.1" 200 5270 0.051775 [API:8081]10.0.0.22 - - [2025-10-13 03:28:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-84138463:1169f0cb-16cf-400a-ace4-3fc6e91e298e?flat HTTP/1.1" 200 5270 0.053833 [API:8081]10.0.0.22 - - [2025-10-13 03:28:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-84138463:ctest-random-72256192?flat HTTP/1.1" 200 4967 0.012803 [API:8081]10.0.0.22 - - [2025-10-13 03:28:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.016860 [API:8081]10.0.0.22 - - [2025-10-13 03:28:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021710 [API:8081]10.0.0.22 - - [2025-10-13 03:28:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008951 [API:8081]10.0.0.22 - - [2025-10-13 03:28:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008462 [API:8081]10.0.0.22 - - [2025-10-13 03:28:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020851 [API:8081]10.0.0.22 - - [2025-10-13 03:28:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.016831 [API:8081]10.0.0.22 - - [2025-10-13 03:28:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.018855 [API:8081]10.0.0.22 - - [2025-10-13 03:28:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.016752 [API:8081]10.0.0.22 - - [2025-10-13 03:28:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.017885 [API:8081]10.0.0.22 - - [2025-10-13 03:28:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022205 [API:8081]10.0.0.22 - - [2025-10-13 03:28:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020696 [API:8081]10.0.0.22 - - [2025-10-13 03:28:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.017801 [API:8081]10.0.0.19 - - [2025-10-13 03:28:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055551 [API:8081]10.0.0.22 - - [2025-10-13 03:28:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.017015 [API:8081]10.0.0.22 - - [2025-10-13 03:28:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-84138463:ctest-random-72256192?flat HTTP/1.1" 200 8131 0.015097 [API:8081]10.0.0.22 - - [2025-10-13 03:28:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009261 [API:8081]10.0.0.19 - - [2025-10-13 03:29:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2025-10-13 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-10-13 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-10-13 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2025-10-13 03:29:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-10-13 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2025-10-13 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2025-10-13 03:29:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.19 - - [2025-10-13 03:29:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057440 [API:8081]10.0.0.22 - - [2025-10-13 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-10-13 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-10-13 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2025-10-13 03:29:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:31:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002462 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002505 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002586 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:31:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002727 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:31:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001895 [API:8081]10.0.0.22 - - [2025-10-13 03:31:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-10-13 03:31:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.058912 [API:8081]10.0.0.19 - - [2025-10-13 03:31:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078138 [API:8081]10.0.0.22 - - [2025-10-13 03:32:49] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-10-13 03:32:49] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.19 - - [2025-10-13 03:32:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055205 [API:8081]10.0.0.41 - - [2025-10-13 03:33:19] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-13 03:33:19] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.19 - - [2025-10-13 03:33:19] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-13 03:33:19] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.22 - - [2025-10-13 03:34:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.22 - - [2025-10-13 03:34:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.060988 [API:8081]10.0.0.19 - - [2025-10-13 03:34:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2025-10-13 03:34:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-10-13 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2025-10-13 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-10-13 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-13 03:34:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2025-10-13 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2025-10-13 03:34:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-10-13 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-10-13 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.22 - - [2025-10-13 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.22 - - [2025-10-13 03:34:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.19 - - [2025-10-13 03:34:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059080 [API:8081]10.0.0.19 - - [2025-10-13 03:36:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059149 [API:8081]10.0.0.22 - - [2025-10-13 03:36:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-10-13 03:36:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.058218 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:21] "POST /analytics/query HTTP/1.1" 202 179 0.005430 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:21] "GET /analytics/query/ecd499e7-a7e5-11f0-ab9e-00000a000016 HTTP/1.1" 200 221 0.002035 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:21] "GET /analytics/query/ecd499e7-a7e5-11f0-ab9e-00000a000016 HTTP/1.1" 200 221 0.002067 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:22] "GET /analytics/query/ecd499e7-a7e5-11f0-ab9e-00000a000016 HTTP/1.1" 200 338 0.002273 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:22] "GET /analytics/query/ecd499e7-a7e5-11f0-ab9e-00000a000016/chunk-final/0 HTTP/1.1" 200 858 0.002984 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:22] "POST /analytics/query HTTP/1.1" 202 179 0.018470 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:22] "GET /analytics/query/edd7d504-a7e5-11f0-82ac-00000a000016 HTTP/1.1" 200 221 0.001961 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:23] "GET /analytics/query/edd7d504-a7e5-11f0-82ac-00000a000016 HTTP/1.1" 200 221 0.002002 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:23] "GET /analytics/query/edd7d504-a7e5-11f0-82ac-00000a000016 HTTP/1.1" 200 338 0.001932 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:23] "GET /analytics/query/edd7d504-a7e5-11f0-82ac-00000a000016/chunk-final/0 HTTP/1.1" 200 858 0.001840 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:24] "POST /analytics/query HTTP/1.1" 202 179 0.004904 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:24] "GET /analytics/query/eed34266-a7e5-11f0-81e3-00000a000016 HTTP/1.1" 200 221 0.001715 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:24] "GET /analytics/query/eed34266-a7e5-11f0-81e3-00000a000016 HTTP/1.1" 200 339 0.002118 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:24] "GET /analytics/query/eed34266-a7e5-11f0-81e3-00000a000016/chunk-final/0 HTTP/1.1" 200 15092 0.002804 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:25] "POST /analytics/query HTTP/1.1" 202 179 0.005123 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:25] "GET /analytics/query/ef7e01b2-a7e5-11f0-ae82-00000a000016 HTTP/1.1" 200 221 0.002343 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:26] "GET /analytics/query/ef7e01b2-a7e5-11f0-ae82-00000a000016 HTTP/1.1" 200 339 0.002080 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:26] "GET /analytics/query/ef7e01b2-a7e5-11f0-ae82-00000a000016/chunk-final/0 HTTP/1.1" 200 15092 0.002261 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:26] "POST /analytics/query HTTP/1.1" 202 179 0.012709 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:26] "GET /analytics/query/f03d61c4-a7e5-11f0-97c3-00000a000016 HTTP/1.1" 200 221 0.003577 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:27] "GET /analytics/query/f03d61c4-a7e5-11f0-97c3-00000a000016 HTTP/1.1" 200 339 0.001843 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:27] "GET /analytics/query/f03d61c4-a7e5-11f0-97c3-00000a000016/chunk-final/0 HTTP/1.1" 200 7007 0.001729 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003842 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:31] "POST /analytics/query HTTP/1.1" 202 179 0.004640 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:31] "GET /analytics/query/f2d7f708-a7e5-11f0-b5c5-00000a000016 HTTP/1.1" 200 221 0.002125 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:31] "GET /analytics/query/f2d7f708-a7e5-11f0-b5c5-00000a000016 HTTP/1.1" 200 340 0.002154 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:31] "GET /analytics/query/f2d7f708-a7e5-11f0-b5c5-00000a000016/chunk-final/0 HTTP/1.1" 200 321799 0.009435 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003413 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004653 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:33] "POST /analytics/query HTTP/1.1" 202 179 0.005634 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:33] "GET /analytics/query/f3f6bf06-a7e5-11f0-9f91-00000a000016 HTTP/1.1" 200 221 0.003148 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:33] "GET /analytics/query/f3f6bf06-a7e5-11f0-9f91-00000a000016 HTTP/1.1" 200 338 0.002766 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:33] "GET /analytics/query/f3f6bf06-a7e5-11f0-9f91-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.002875 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:33] "POST /analytics/query HTTP/1.1" 202 179 0.014769 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:33] "GET /analytics/query/f44932d4-a7e5-11f0-8c4c-00000a000016 HTTP/1.1" 200 221 0.009669 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "GET /analytics/query/f44932d4-a7e5-11f0-8c4c-00000a000016 HTTP/1.1" 200 338 0.004542 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "GET /analytics/query/f44932d4-a7e5-11f0-8c4c-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.007779 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "POST /analytics/query HTTP/1.1" 202 179 0.004185 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "GET /analytics/query/f49c1df1-a7e5-11f0-8490-00000a000016 HTTP/1.1" 200 221 0.013564 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "GET /analytics/query/f49c1df1-a7e5-11f0-8490-00000a000016 HTTP/1.1" 200 338 0.002765 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "GET /analytics/query/f49c1df1-a7e5-11f0-8490-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.002275 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "POST /analytics/query HTTP/1.1" 202 179 0.007695 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:34] "GET /analytics/query/f4ef4a82-a7e5-11f0-9a91-00000a000016 HTTP/1.1" 200 221 0.003011 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "GET /analytics/query/f4ef4a82-a7e5-11f0-9a91-00000a000016 HTTP/1.1" 200 338 0.001830 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "GET /analytics/query/f4ef4a82-a7e5-11f0-9a91-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001428 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "POST /analytics/query HTTP/1.1" 202 179 0.003912 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "GET /analytics/query/f5410b79-a7e5-11f0-8d53-00000a000016 HTTP/1.1" 200 221 0.011777 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "GET /analytics/query/f5410b79-a7e5-11f0-8d53-00000a000016 HTTP/1.1" 200 338 0.001781 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "GET /analytics/query/f5410b79-a7e5-11f0-8d53-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001401 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "POST /analytics/query HTTP/1.1" 202 179 0.005253 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:35] "GET /analytics/query/f593abbc-a7e5-11f0-bc1d-00000a000016 HTTP/1.1" 200 221 0.001820 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "GET /analytics/query/f593abbc-a7e5-11f0-bc1d-00000a000016 HTTP/1.1" 200 338 0.001889 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "GET /analytics/query/f593abbc-a7e5-11f0-bc1d-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.002059 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "POST /analytics/query HTTP/1.1" 202 179 0.008847 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "GET /analytics/query/f5e61920-a7e5-11f0-8aea-00000a000016 HTTP/1.1" 200 221 0.004688 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "GET /analytics/query/f5e61920-a7e5-11f0-8aea-00000a000016 HTTP/1.1" 200 338 0.001892 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "GET /analytics/query/f5e61920-a7e5-11f0-8aea-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001670 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "POST /analytics/query HTTP/1.1" 202 179 0.011279 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:36] "GET /analytics/query/f638e3f1-a7e5-11f0-91c6-00000a000016 HTTP/1.1" 200 221 0.003363 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "GET /analytics/query/f638e3f1-a7e5-11f0-91c6-00000a000016 HTTP/1.1" 200 338 0.001840 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "GET /analytics/query/f638e3f1-a7e5-11f0-91c6-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001652 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "POST /analytics/query HTTP/1.1" 202 179 0.004037 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "GET /analytics/query/f68a9629-a7e5-11f0-bf13-00000a000016 HTTP/1.1" 200 221 0.002374 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "GET /analytics/query/f68a9629-a7e5-11f0-bf13-00000a000016 HTTP/1.1" 200 338 0.001913 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "GET /analytics/query/f68a9629-a7e5-11f0-bf13-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001626 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "POST /analytics/query HTTP/1.1" 202 179 0.004398 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:37] "GET /analytics/query/f6dab172-a7e5-11f0-bfc0-00000a000016 HTTP/1.1" 200 221 0.003601 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:38] "GET /analytics/query/f6dab172-a7e5-11f0-bfc0-00000a000016 HTTP/1.1" 200 338 0.001887 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:38] "GET /analytics/query/f6dab172-a7e5-11f0-bfc0-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001752 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:38] "POST /analytics/query HTTP/1.1" 202 179 0.015237 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:38] "GET /analytics/query/f72b3b4d-a7e5-11f0-acc2-00000a000016 HTTP/1.1" 200 221 0.003248 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:38] "GET /analytics/query/f72b3b4d-a7e5-11f0-acc2-00000a000016 HTTP/1.1" 200 338 0.002437 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:38] "GET /analytics/query/f72b3b4d-a7e5-11f0-acc2-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.002584 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:39] "POST /analytics/query HTTP/1.1" 202 179 0.005993 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:39] "GET /analytics/query/f77e17a4-a7e5-11f0-8002-00000a000016 HTTP/1.1" 200 221 0.001750 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:39] "GET /analytics/query/f77e17a4-a7e5-11f0-8002-00000a000016 HTTP/1.1" 200 338 0.002174 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:39] "GET /analytics/query/f77e17a4-a7e5-11f0-8002-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001592 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004202 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003491 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:40] "POST /analytics/query HTTP/1.1" 202 179 0.018585 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:40] "GET /analytics/query/f8908f81-a7e5-11f0-8b75-00000a000016 HTTP/1.1" 200 221 0.001765 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:41] "GET /analytics/query/f8908f81-a7e5-11f0-8b75-00000a000016 HTTP/1.1" 200 340 0.002315 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:41] "GET /analytics/query/f8908f81-a7e5-11f0-8b75-00000a000016/chunk-final/0 HTTP/1.1" 200 1531779 0.019211 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:41] "POST /analytics/query HTTP/1.1" 202 179 0.005668 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:41] "GET /analytics/query/f8ec7749-a7e5-11f0-a697-00000a000016 HTTP/1.1" 200 221 0.009678 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:41] "GET /analytics/query/f8ec7749-a7e5-11f0-a697-00000a000016 HTTP/1.1" 200 340 0.002350 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:41] "GET /analytics/query/f8ec7749-a7e5-11f0-a697-00000a000016/chunk-final/0 HTTP/1.1" 200 1533178 0.021138 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003254 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004613 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.010111 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003734 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003533 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:45] "POST /analytics/query HTTP/1.1" 202 179 0.004361 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:45] "GET /analytics/query/fb52a136-a7e5-11f0-be5d-00000a000016 HTTP/1.1" 200 221 0.002667 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:45] "GET /analytics/query/fb52a136-a7e5-11f0-be5d-00000a000016 HTTP/1.1" 200 339 0.002587 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:45] "GET /analytics/query/fb52a136-a7e5-11f0-be5d-00000a000016/chunk-final/0 HTTP/1.1" 200 75026 0.008332 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.003985 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:46] "POST /analytics/query HTTP/1.1" 202 179 0.004911 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:46] "GET /analytics/query/fc07a178-a7e5-11f0-ba65-00000a000016 HTTP/1.1" 200 221 0.003106 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:47] "GET /analytics/query/fc07a178-a7e5-11f0-ba65-00000a000016 HTTP/1.1" 200 341 0.002342 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:47] "GET /analytics/query/fc07a178-a7e5-11f0-ba65-00000a000016/chunk-final/0 HTTP/1.1" 200 931933 0.030538 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004308 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.003829 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003392 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:52] "POST /analytics/query HTTP/1.1" 200 145 1.018112 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004565 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:54] "POST /analytics/query HTTP/1.1" 200 2158 1.012025 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004108 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:56] "POST /analytics/query HTTP/1.1" 200 763 1.013273 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004118 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:57] "POST /analytics/query HTTP/1.1" 200 2831 1.016593 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003518 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:37:59] "POST /analytics/query HTTP/1.1" 200 258 1.010125 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003564 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:01] "POST /analytics/query HTTP/1.1" 200 1455 1.013172 [API:8081]10.0.0.19 - - [2025-10-13 03:38:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066998 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003622 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:02] "POST /analytics/query HTTP/1.1" 200 2831 1.030643 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.004136 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:04] "POST /analytics/query HTTP/1.1" 200 840 1.026290 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.005562 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:06] "POST /analytics/query HTTP/1.1" 200 141429 1.037685 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003335 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:07] "POST /analytics/query HTTP/1.1" 200 923 1.013027 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003577 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:09] "POST /analytics/query HTTP/1.1" 200 258 1.010661 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003591 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:11] "POST /analytics/query HTTP/1.1" 200 596 1.010926 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.003236 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:12] "POST /analytics/query HTTP/1.1" 200 1427 1.013907 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.004044 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:14] "POST /analytics/query HTTP/1.1" 200 596 1.012627 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.003861 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:16] "POST /analytics/query HTTP/1.1" 200 236 1.027128 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:38:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003865 [API:8081]10.0.0.22 - - [2025-10-13 03:38:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-10-13 03:38:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.055237 [API:8081]10.0.0.19 - - [2025-10-13 03:39:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077465 [API:8081]10.0.0.22 - - [2025-10-13 03:39:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.090313 [API:8081]10.0.0.22 - - [2025-10-13 03:39:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.017340 [API:8081]10.0.0.22 - - [2025-10-13 03:39:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.050002 [API:8081]10.0.0.22 - - [2025-10-13 03:39:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.019297 [API:8081]10.0.0.22 - - [2025-10-13 03:39:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009212 [API:8081]10.0.0.22 - - [2025-10-13 03:39:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009074 [API:8081]10.0.0.22 - - [2025-10-13 03:39:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008419 [API:8081]10.0.0.22 - - [2025-10-13 03:39:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.007898 [API:8081]10.0.0.19 - - [2025-10-13 03:39:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.19 - - [2025-10-13 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-10-13 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-10-13 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-10-13 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-10-13 03:39:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2025-10-13 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2025-10-13 03:39:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.22 - - [2025-10-13 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.22 - - [2025-10-13 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2025-10-13 03:39:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2025-10-13 03:39:58] "POST /analytics/query HTTP/1.1" 200 222 1.020808 [API:8081]10.0.0.22 - - [2025-10-13 03:39:59] "POST /analytics/query HTTP/1.1" 200 222 1.018413 [API:8081]10.0.0.22 - - [2025-10-13 03:40:00] "POST /analytics/query HTTP/1.1" 200 353 1.025120 [API:8081]10.0.0.19 - - [2025-10-13 03:41:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053908 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:41:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002451 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002483 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002168 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:41:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002362 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:41:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001948 [API:8081]10.0.0.19 - - [2025-10-13 03:42:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063215 [API:8081]10.0.0.22 - - [2025-10-13 03:42:49] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-10-13 03:42:49] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.41 - - [2025-10-13 03:43:19] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-10-13 03:43:19] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.19 - - [2025-10-13 03:43:19] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2025-10-13 03:43:19] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.22 - - [2025-10-13 03:43:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.017866 [API:8081]10.0.0.22 - - [2025-10-13 03:43:22] "POST /analytics/query HTTP/1.1" 200 507 1.018422 [API:8081]10.0.0.22 - - [2025-10-13 03:43:23] "POST /analytics/query HTTP/1.1" 200 353 1.020176 [API:8081]10.0.0.22 - - [2025-10-13 03:43:24] "POST /analytics/query HTTP/1.1" 200 353 1.015858 [API:8081]10.0.0.19 - - [2025-10-13 03:44:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071320 [API:8081]10.0.0.19 - - [2025-10-13 03:44:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-10-13 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-10-13 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-10-13 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2025-10-13 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2025-10-13 03:44:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2025-10-13 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2025-10-13 03:44:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-10-13 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-10-13 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-10-13 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-10-13 03:44:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2025-10-13 03:45:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057575 [API:8081]10.0.0.19 - - [2025-10-13 03:47:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056134 [API:8081]10.0.0.19 - - [2025-10-13 03:48:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062377 [API:8081]10.0.0.19 - - [2025-10-13 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.19 - - [2025-10-13 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.41 - - [2025-10-13 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-10-13 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-10-13 03:49:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2025-10-13 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.19 - - [2025-10-13 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.19 - - [2025-10-13 03:49:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.22 - - [2025-10-13 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.22 - - [2025-10-13 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2025-10-13 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-10-13 03:49:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2025-10-13 03:50:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059211 [API:8081]10.0.0.19 - - [2025-10-13 03:51:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.081555 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:51:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003746 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003006 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002546 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:51:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002549 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 03:51:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001945 [API:8081]10.0.0.22 - - [2025-10-13 03:52:49] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.22 - - [2025-10-13 03:52:49] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2025-10-13 03:53:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060042 [API:8081]10.0.0.41 - - [2025-10-13 03:53:19] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-10-13 03:53:19] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.19 - - [2025-10-13 03:53:19] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2025-10-13 03:53:19] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.19 - - [2025-10-13 03:54:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055149 [API:8081]10.0.0.22 - - [2025-10-13 03:54:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-10-13 03:54:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.060475 [API:8081]10.0.0.19 - - [2025-10-13 03:54:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2025-10-13 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2025-10-13 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-10-13 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.41 - - [2025-10-13 03:54:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.41 - - [2025-10-13 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.19 - - [2025-10-13 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2025-10-13 03:54:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-10-13 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.22 - - [2025-10-13 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.22 - - [2025-10-13 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.22 - - [2025-10-13 03:54:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.22 - - [2025-10-13 03:55:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:009b49aa-692f-49f0-a117-56d452414292?flat HTTP/1.1" 200 5200 0.075498 [API:8081]10.0.0.22 - - [2025-10-13 03:55:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:009b49aa-692f-49f0-a117-56d452414292?flat HTTP/1.1" 200 5200 0.061207 [API:8081]10.0.0.22 - - [2025-10-13 03:55:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:009b49aa-692f-49f0-a117-56d452414292?flat HTTP/1.1" 200 5200 0.015173 [API:8081]10.0.0.22 - - [2025-10-13 03:55:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06274902:EVPN-VN1?flat HTTP/1.1" 200 3937 0.014755 [API:8081]10.0.0.22 - - [2025-10-13 03:55:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.018249 [API:8081]10.0.0.22 - - [2025-10-13 03:55:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.017386 [API:8081]10.0.0.22 - - [2025-10-13 03:55:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008829 [API:8081]10.0.0.22 - - [2025-10-13 03:55:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:143ed35a-1be1-413f-a236-ab8315873ebc?flat HTTP/1.1" 200 5128 0.013146 [API:8081]10.0.0.22 - - [2025-10-13 03:55:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:143ed35a-1be1-413f-a236-ab8315873ebc?flat HTTP/1.1" 200 5128 0.012113 [API:8081]10.0.0.22 - - [2025-10-13 03:55:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:143ed35a-1be1-413f-a236-ab8315873ebc?flat HTTP/1.1" 200 5128 0.014425 [API:8081]10.0.0.22 - - [2025-10-13 03:55:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06274902:EVPN-VN1?flat HTTP/1.1" 200 3951 0.012995 [API:8081]10.0.0.22 - - [2025-10-13 03:55:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.018582 [API:8081]10.0.0.22 - - [2025-10-13 03:55:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.021962 [API:8081]10.0.0.22 - - [2025-10-13 03:55:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008008 [API:8081]10.0.0.19 - - [2025-10-13 03:56:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051835 [API:8081]10.0.0.19 - - [2025-10-13 03:57:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2647 0.059057 [API:8081]10.0.0.22 - - [2025-10-13 03:57:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:009b49aa-692f-49f0-a117-56d452414292?flat HTTP/1.1" 200 5306 0.014398 [API:8081]10.0.0.22 - - [2025-10-13 03:57:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:009b49aa-692f-49f0-a117-56d452414292?flat HTTP/1.1" 200 5306 0.013283 [API:8081]10.0.0.22 - - [2025-10-13 03:57:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:009b49aa-692f-49f0-a117-56d452414292?flat HTTP/1.1" 200 5306 0.012857 [API:8081]10.0.0.22 - - [2025-10-13 03:57:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06274902:EVPN-VN1?flat HTTP/1.1" 200 8292 0.015909 [API:8081]10.0.0.22 - - [2025-10-13 03:57:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23893 0.020503 [API:8081]10.0.0.22 - - [2025-10-13 03:57:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 11999 0.020049 [API:8081]10.0.0.22 - - [2025-10-13 03:57:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23893 0.019342 [API:8081]10.0.0.22 - - [2025-10-13 03:57:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 11999 0.026921 [API:8081]10.0.0.22 - - [2025-10-13 03:57:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008299 [API:8081]10.0.0.22 - - [2025-10-13 03:57:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:143ed35a-1be1-413f-a236-ab8315873ebc?flat HTTP/1.1" 200 5317 0.012384 [API:8081]10.0.0.22 - - [2025-10-13 03:57:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:143ed35a-1be1-413f-a236-ab8315873ebc?flat HTTP/1.1" 200 5317 0.012194 [API:8081]10.0.0.22 - - [2025-10-13 03:57:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06274902:143ed35a-1be1-413f-a236-ab8315873ebc?flat HTTP/1.1" 200 5317 0.012506 [API:8081]10.0.0.22 - - [2025-10-13 03:57:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06274902:EVPN-VN1?flat HTTP/1.1" 200 9424 0.023851 [API:8081]10.0.0.22 - - [2025-10-13 03:57:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23098 0.019393 [API:8081]10.0.0.22 - - [2025-10-13 03:57:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23098 0.018623 [API:8081]10.0.0.22 - - [2025-10-13 03:57:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009159 [API:8081]10.0.0.22 - - [2025-10-13 03:58:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24463 0.027831 [API:8081]10.0.0.22 - - [2025-10-13 03:58:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06274902:EVPN-VN1?flat HTTP/1.1" 200 8507 0.018227 [API:8081]10.0.0.22 - - [2025-10-13 03:58:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010632 [API:8081]10.0.0.22 - - [2025-10-13 03:59:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33108 0.023813 [API:8081]10.0.0.22 - - [2025-10-13 03:59:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 12781 0.022913 [API:8081]10.0.0.22 - - [2025-10-13 03:59:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33109 0.025416 [API:8081]10.0.0.22 - - [2025-10-13 03:59:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 12404 0.020179 [API:8081]10.0.0.22 - - [2025-10-13 03:59:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06274902:EVPN-VN1?flat HTTP/1.1" 200 5988 0.011521 [API:8081]10.0.0.22 - - [2025-10-13 03:59:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007715 [API:8081]10.0.0.19 - - [2025-10-13 03:59:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073103 [API:8081]10.0.0.19 - - [2025-10-13 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.19 - - [2025-10-13 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-10-13 03:59:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-10-13 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-10-13 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-10-13 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-13 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2025-10-13 03:59:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-10-13 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-10-13 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-10-13 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.22 - - [2025-10-13 03:59:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2025-10-13 04:00:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.058620 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:01:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002168 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002502 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002295 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:01:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002308 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:01:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001636 [API:8081]10.0.0.22 - - [2025-10-13 04:01:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-53855334:e5bc8433-9ee1-4d28-9986-5ce635504145?flat HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 04:01:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-53855334:e5bc8433-9ee1-4d28-9986-5ce635504145?flat HTTP/1.1" 200 5316 0.419136 [API:8081]10.0.0.22 - - [2025-10-13 04:01:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-53855334:e5bc8433-9ee1-4d28-9986-5ce635504145?flat HTTP/1.1" 200 5316 0.101308 [API:8081]10.0.0.22 - - [2025-10-13 04:01:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-53855334:e5bc8433-9ee1-4d28-9986-5ce635504145?flat HTTP/1.1" 200 5316 0.048708 [API:8081]10.0.0.22 - - [2025-10-13 04:01:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-40770353:ctest-TestRbac-40770353-53869182?flat HTTP/1.1" 200 8366 0.055800 [API:8081]10.0.0.22 - - [2025-10-13 04:01:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.079390 [API:8081]10.0.0.22 - - [2025-10-13 04:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.127960 [API:8081]10.0.0.22 - - [2025-10-13 04:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-10-13 04:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24706 0.071038 [API:8081]10.0.0.22 - - [2025-10-13 04:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.034431 [API:8081]10.0.0.22 - - [2025-10-13 04:01:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.126571 [API:8081]10.0.0.22 - - [2025-10-13 04:01:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24706 0.058529 [API:8081]10.0.0.22 - - [2025-10-13 04:01:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.044362 [API:8081]10.0.0.22 - - [2025-10-13 04:01:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.100729 [API:8081]10.0.0.22 - - [2025-10-13 04:01:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.119128 [API:8081]10.0.0.22 - - [2025-10-13 04:01:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.016631 [API:8081]10.0.0.22 - - [2025-10-13 04:01:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.056570 [API:8081]10.0.0.22 - - [2025-10-13 04:02:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.017094 [API:8081]10.0.0.22 - - [2025-10-13 04:02:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.018079 [API:8081]10.0.0.22 - - [2025-10-13 04:02:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.020746 [API:8081]10.0.0.22 - - [2025-10-13 04:02:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.018831 [API:8081]10.0.0.22 - - [2025-10-13 04:02:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.016830 [API:8081]10.0.0.22 - - [2025-10-13 04:02:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24715 0.025242 [API:8081]10.0.0.22 - - [2025-10-13 04:02:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-40770353:ctest-TestRbac-40770353-53869182?flat HTTP/1.1" 200 6492 0.011537 [API:8081]10.0.0.22 - - [2025-10-13 04:02:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009719 [API:8081]10.0.0.19 - - [2025-10-13 04:02:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.130791 [API:8081]10.0.0.22 - - [2025-10-13 04:02:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-10-13 04:02:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.053559 [API:8081]10.0.0.22 - - [2025-10-13 04:02:49] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2025-10-13 04:02:49] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.22 - - [2025-10-13 04:02:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.055365 [API:8081]10.0.0.22 - - [2025-10-13 04:02:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.119046 [API:8081]10.0.0.22 - - [2025-10-13 04:03:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-98242756:ced40e0d-8b14-4bca-becf-390faea761f4?flat HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-10-13 04:03:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-98242756:ced40e0d-8b14-4bca-becf-390faea761f4?flat HTTP/1.1" 200 5389 0.106754 [API:8081]10.0.0.22 - - [2025-10-13 04:03:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-98242756:ced40e0d-8b14-4bca-becf-390faea761f4?flat HTTP/1.1" 200 5389 0.051670 [API:8081]10.0.0.22 - - [2025-10-13 04:03:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-98242756:ced40e0d-8b14-4bca-becf-390faea761f4?flat HTTP/1.1" 200 5389 0.051712 [API:8081]10.0.0.22 - - [2025-10-13 04:03:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98242756:ctest-TestRbacBasic-98242756-15230391?flat HTTP/1.1" 200 4131 0.051647 [API:8081]10.0.0.22 - - [2025-10-13 04:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.048729 [API:8081]10.0.0.22 - - [2025-10-13 04:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.073671 [API:8081]10.0.0.22 - - [2025-10-13 04:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.018499 [API:8081]10.0.0.22 - - [2025-10-13 04:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.028009 [API:8081]10.0.0.22 - - [2025-10-13 04:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.077752 [API:8081]10.0.0.22 - - [2025-10-13 04:03:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.016926 [API:8081]10.0.0.22 - - [2025-10-13 04:03:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.037154 [API:8081]10.0.0.41 - - [2025-10-13 04:03:19] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-10-13 04:03:19] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.19 - - [2025-10-13 04:03:19] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2025-10-13 04:03:19] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.19 - - [2025-10-13 04:03:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.058507 [API:8081]10.0.0.22 - - [2025-10-13 04:03:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.032684 [API:8081]10.0.0.22 - - [2025-10-13 04:03:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.075995 [API:8081]10.0.0.22 - - [2025-10-13 04:03:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.017518 [API:8081]10.0.0.22 - - [2025-10-13 04:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.031680 [API:8081]10.0.0.22 - - [2025-10-13 04:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019138 [API:8081]10.0.0.22 - - [2025-10-13 04:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.028896 [API:8081]10.0.0.22 - - [2025-10-13 04:03:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.018377 [API:8081]10.0.0.22 - - [2025-10-13 04:03:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019079 [API:8081]10.0.0.22 - - [2025-10-13 04:03:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.018124 [API:8081]10.0.0.22 - - [2025-10-13 04:03:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019727 [API:8081]10.0.0.22 - - [2025-10-13 04:03:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98242756:ctest-TestRbacBasic-98242756-15230391?flat HTTP/1.1" 200 6884 0.012534 [API:8081]10.0.0.22 - - [2025-10-13 04:03:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009093 [Introspect:8090]10.0.0.22 - - [2025-10-13 04:03:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001066 [API:8081]10.0.0.22 - - [2025-10-13 04:03:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-10-13 04:03:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.062404 [API:8081]10.0.0.19 - - [2025-10-13 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.19 - - [2025-10-13 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-10-13 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-10-13 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-10-13 04:04:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-10-13 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2025-10-13 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-13 04:04:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-10-13 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-10-13 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-10-13 04:04:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2025-10-13 04:05:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052923 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:44fdd587-0533-4cc6-8ad4-48d11d2a8f75?flat HTTP/1.1" 200 5373 0.056574 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:44fdd587-0533-4cc6-8ad4-48d11d2a8f75?flat HTTP/1.1" 200 5373 0.012348 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:44fdd587-0533-4cc6-8ad4-48d11d2a8f75?flat HTTP/1.1" 200 5373 0.055686 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn1-75719787?flat HTTP/1.1" 200 9411 0.021529 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.030998 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13034 0.024030 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.026853 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13034 0.024480 [API:8081]10.0.0.22 - - [2025-10-13 04:06:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008549 [API:8081]10.0.0.19 - - [2025-10-13 04:06:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.053852 [API:8081]10.0.0.22 - - [2025-10-13 04:06:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:66a25e9b-4ecb-4274-a165-67bac64e527c?flat HTTP/1.1" 200 5359 0.012694 [API:8081]10.0.0.22 - - [2025-10-13 04:06:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:66a25e9b-4ecb-4274-a165-67bac64e527c?flat HTTP/1.1" 200 5359 0.012824 [API:8081]10.0.0.22 - - [2025-10-13 04:06:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:66a25e9b-4ecb-4274-a165-67bac64e527c?flat HTTP/1.1" 200 5359 0.013694 [API:8081]10.0.0.22 - - [2025-10-13 04:06:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn1-75719787?flat HTTP/1.1" 200 9411 0.025087 [API:8081]10.0.0.22 - - [2025-10-13 04:06:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017378 [API:8081]10.0.0.22 - - [2025-10-13 04:06:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017533 [API:8081]10.0.0.22 - - [2025-10-13 04:06:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008786 [API:8081]10.0.0.22 - - [2025-10-13 04:06:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019059 [API:8081]10.0.0.22 - - [2025-10-13 04:06:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.029613 [API:8081]10.0.0.22 - - [2025-10-13 04:06:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017014 [API:8081]10.0.0.22 - - [2025-10-13 04:06:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019976 [API:8081]10.0.0.22 - - [2025-10-13 04:06:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019230 [API:8081]10.0.0.22 - - [2025-10-13 04:06:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017220 [API:8081]10.0.0.22 - - [2025-10-13 04:06:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn1-75719787?flat HTTP/1.1" 200 7736 0.016523 [API:8081]10.0.0.22 - - [2025-10-13 04:06:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008307 [API:8081]10.0.0.22 - - [2025-10-13 04:06:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.038930 [API:8081]10.0.0.22 - - [2025-10-13 04:06:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13034 0.020970 [API:8081]10.0.0.22 - - [2025-10-13 04:06:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.031366 [API:8081]10.0.0.22 - - [2025-10-13 04:06:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13034 0.028319 [API:8081]10.0.0.22 - - [2025-10-13 04:06:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.028763 [API:8081]10.0.0.22 - - [2025-10-13 04:06:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13034 0.029138 [API:8081]10.0.0.22 - - [2025-10-13 04:07:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.023158 [API:8081]10.0.0.22 - - [2025-10-13 04:07:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13034 0.021012 [API:8081]10.0.0.22 - - [2025-10-13 04:07:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.024527 [API:8081]10.0.0.22 - - [2025-10-13 04:07:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13033 0.022183 [API:8081]10.0.0.22 - - [2025-10-13 04:07:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.024986 [API:8081]10.0.0.22 - - [2025-10-13 04:07:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 13033 0.019128 [API:8081]10.0.0.22 - - [2025-10-13 04:07:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.026576 [API:8081]10.0.0.22 - - [2025-10-13 04:07:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 12616 0.021611 [API:8081]10.0.0.22 - - [2025-10-13 04:07:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn1-75719787?flat HTTP/1.1" 200 4920 0.011039 [API:8081]10.0.0.22 - - [2025-10-13 04:07:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007694 [API:8081]10.0.0.22 - - [2025-10-13 04:07:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.008389 [API:8081]10.0.0.22 - - [2025-10-13 04:07:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.008940 [API:8081]10.0.0.19 - - [2025-10-13 04:08:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059653 [API:8081]10.0.0.19 - - [2025-10-13 04:09:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070845 [API:8081]10.0.0.19 - - [2025-10-13 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2025-10-13 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-10-13 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2025-10-13 04:09:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2025-10-13 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-10-13 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2025-10-13 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2025-10-13 04:09:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-10-13 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-10-13 04:09:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-10-13 04:09:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2025-10-13 04:09:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [Introspect:8090]10.0.0.22 - - [2025-10-13 04:10:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001127 [API:8081]10.0.0.22 - - [2025-10-13 04:10:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 12006 0.407140 [API:8081]10.0.0.22 - - [2025-10-13 04:10:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4296-1?flat HTTP/1.1" 200 6198 0.062813 [API:8081]10.0.0.22 - - [2025-10-13 04:10:03] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4296-2?flat HTTP/1.1" 200 6196 0.358571 [API:8081]10.0.0.22 - - [2025-10-13 04:10:03] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4296-3?flat HTTP/1.1" 200 4109 0.024995 [API:8081]10.0.0.22 - - [2025-10-13 04:10:03] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?flat HTTP/1.1" 200 5896 0.015168 [API:8081]10.0.0.22 - - [2025-10-13 04:10:03] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?flat HTTP/1.1" 200 6165 0.013601 [API:8081]10.0.0.22 - - [2025-10-13 04:10:03] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?flat HTTP/1.1" 200 7114 0.013230 [API:8081]10.0.0.22 - - [2025-10-13 04:10:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.013379 [API:8081]10.0.0.22 - - [2025-10-13 04:10:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:bc95d664-4724-44bc-8dba-4f0738b797b2?flat HTTP/1.1" 200 5249 0.013969 [API:8081]10.0.0.22 - - [2025-10-13 04:10:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:bc95d664-4724-44bc-8dba-4f0738b797b2?flat HTTP/1.1" 200 5249 0.021236 [API:8081]10.0.0.22 - - [2025-10-13 04:10:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:bc95d664-4724-44bc-8dba-4f0738b797b2?flat HTTP/1.1" 200 5249 0.012332 [API:8081]10.0.0.22 - - [2025-10-13 04:10:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn1-10601456?flat HTTP/1.1" 200 7099 0.014686 [API:8081]10.0.0.22 - - [2025-10-13 04:10:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32908 0.024364 [API:8081]10.0.0.22 - - [2025-10-13 04:10:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32908 0.022215 [API:8081]10.0.0.22 - - [2025-10-13 04:10:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008082 [API:8081]10.0.0.19 - - [2025-10-13 04:11:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064184 [API:8081]10.0.0.22 - - [2025-10-13 04:11:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:6e95457b-ffc9-4a41-8fae-0ffb8d69a847?flat HTTP/1.1" 200 5244 0.013263 [API:8081]10.0.0.22 - - [2025-10-13 04:11:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:6e95457b-ffc9-4a41-8fae-0ffb8d69a847?flat HTTP/1.1" 200 5244 0.013068 [API:8081]10.0.0.22 - - [2025-10-13 04:11:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-00021720:6e95457b-ffc9-4a41-8fae-0ffb8d69a847?flat HTTP/1.1" 200 5244 0.012254 [API:8081]10.0.0.22 - - [2025-10-13 04:11:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn2-02208509?flat HTTP/1.1" 200 7115 0.012389 [API:8081]10.0.0.22 - - [2025-10-13 04:11:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25302 0.030321 [API:8081]10.0.0.22 - - [2025-10-13 04:11:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25302 0.019967 [API:8081]10.0.0.22 - - [2025-10-13 04:11:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008420 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:11:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003399 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003034 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:11:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002473 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:11:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001682 [API:8081]10.0.0.19 - - [2025-10-13 04:12:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062433 [API:8081]10.0.0.22 - - [2025-10-13 04:12:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.020261 [API:8081]10.0.0.22 - - [2025-10-13 04:12:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.017818 [API:8081]10.0.0.22 - - [2025-10-13 04:12:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.017732 [API:8081]10.0.0.22 - - [2025-10-13 04:12:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.017540 [API:8081]10.0.0.22 - - [2025-10-13 04:12:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.019997 [API:8081]10.0.0.22 - - [2025-10-13 04:12:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.018043 [API:8081]10.0.0.22 - - [2025-10-13 04:12:49] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.22 - - [2025-10-13 04:12:49] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.22 - - [2025-10-13 04:12:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.018595 [API:8081]10.0.0.22 - - [2025-10-13 04:12:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25315 0.017686 [API:8081]10.0.0.22 - - [2025-10-13 04:12:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn2-02208509?flat HTTP/1.1" 200 7845 0.014286 [API:8081]10.0.0.22 - - [2025-10-13 04:12:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008275 [API:8081]10.0.0.22 - - [2025-10-13 04:12:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32933 0.023338 [API:8081]10.0.0.22 - - [2025-10-13 04:12:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32933 0.033149 [API:8081]10.0.0.22 - - [2025-10-13 04:13:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32933 0.036692 [API:8081]10.0.0.22 - - [2025-10-13 04:13:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32933 0.032411 [API:8081]10.0.0.22 - - [2025-10-13 04:13:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32933 0.033803 [API:8081]10.0.0.22 - - [2025-10-13 04:13:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32933 0.022845 [API:8081]10.0.0.22 - - [2025-10-13 04:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32933 0.023258 [API:8081]10.0.0.22 - - [2025-10-13 04:13:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-00021720:ctest-vn1-10601456?flat HTTP/1.1" 200 7776 0.013674 [API:8081]10.0.0.22 - - [2025-10-13 04:13:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.020977 [API:8081]10.0.0.41 - - [2025-10-13 04:13:19] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-10-13 04:13:19] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2025-10-13 04:13:19] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.19 - - [2025-10-13 04:13:19] "GET /analytics HTTP/1.1" 401 205 0.000123 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73066034:69b27071-8d49-4934-9544-d3a841844cbe?flat HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73066034:69b27071-8d49-4934-9544-d3a841844cbe?flat HTTP/1.1" 200 5224 0.060874 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73066034:69b27071-8d49-4934-9544-d3a841844cbe?flat HTTP/1.1" 200 5224 0.057522 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73066034:69b27071-8d49-4934-9544-d3a841844cbe?flat HTTP/1.1" 200 5224 0.052703 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73066034:ctest-vn-03028240?flat HTTP/1.1" 200 6587 0.014132 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32940 0.022203 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32940 0.029830 [API:8081]10.0.0.22 - - [2025-10-13 04:14:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008406 [API:8081]10.0.0.22 - - [2025-10-13 04:14:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73066034:e91ddca3-f9c9-4307-bb05-326edd42cad3?flat HTTP/1.1" 200 5239 0.011825 [API:8081]10.0.0.22 - - [2025-10-13 04:14:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73066034:e91ddca3-f9c9-4307-bb05-326edd42cad3?flat HTTP/1.1" 200 5239 0.012255 [API:8081]10.0.0.22 - - [2025-10-13 04:14:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73066034:e91ddca3-f9c9-4307-bb05-326edd42cad3?flat HTTP/1.1" 200 5239 0.011333 [API:8081]10.0.0.22 - - [2025-10-13 04:14:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73066034:ctest-vn-83580844?flat HTTP/1.1" 200 6746 0.016217 [API:8081]10.0.0.22 - - [2025-10-13 04:14:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.018943 [API:8081]10.0.0.22 - - [2025-10-13 04:14:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.017190 [API:8081]10.0.0.22 - - [2025-10-13 04:14:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011091 [API:8081]10.0.0.19 - - [2025-10-13 04:14:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060420 [API:8081]10.0.0.22 - - [2025-10-13 04:14:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.025377 [API:8081]10.0.0.22 - - [2025-10-13 04:14:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.018130 [API:8081]10.0.0.19 - - [2025-10-13 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-10-13 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-10-13 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.41 - - [2025-10-13 04:14:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-10-13 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-10-13 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.22 - - [2025-10-13 04:14:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25329 0.033114 [API:8081]10.0.0.22 - - [2025-10-13 04:14:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73066034:ctest-vn-83580844?flat HTTP/1.1" 200 4894 0.011118 [API:8081]10.0.0.22 - - [2025-10-13 04:14:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008026 [API:8081]10.0.0.19 - - [2025-10-13 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2025-10-13 04:14:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-10-13 04:14:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32946 0.026655 [API:8081]10.0.0.22 - - [2025-10-13 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.004822 [API:8081]10.0.0.22 - - [2025-10-13 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.22 - - [2025-10-13 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-10-13 04:14:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2025-10-13 04:14:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32946 0.021337 [API:8081]10.0.0.22 - - [2025-10-13 04:15:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32946 0.049948 [API:8081]10.0.0.22 - - [2025-10-13 04:15:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32946 0.032116 [API:8081]10.0.0.22 - - [2025-10-13 04:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32946 0.022801 [API:8081]10.0.0.22 - - [2025-10-13 04:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32946 0.025255 [API:8081]10.0.0.22 - - [2025-10-13 04:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4296-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32947 0.031796 [API:8081]10.0.0.22 - - [2025-10-13 04:15:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73066034:ctest-vn-03028240?flat HTTP/1.1" 200 6182 0.012440 [API:8081]10.0.0.22 - - [2025-10-13 04:15:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009434 [API:8081]10.0.0.22 - - [2025-10-13 04:15:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-10-13 04:15:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.065259 [API:8081]10.0.0.22 - - [2025-10-13 04:15:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.057287 [API:8081]10.0.0.19 - - [2025-10-13 04:15:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.056497 [API:8081]10.0.0.19 - - [2025-10-13 04:17:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057487 [API:8081]10.0.0.19 - - [2025-10-13 04:18:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060088 [API:8081]10.0.0.19 - - [2025-10-13 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2025-10-13 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2025-10-13 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-10-13 04:19:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-10-13 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-10-13 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2025-10-13 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2025-10-13 04:19:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.22 - - [2025-10-13 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-10-13 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-10-13 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-10-13 04:19:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2025-10-13 04:20:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057393 [API:8081]10.0.0.22 - - [2025-10-13 04:20:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.22 - - [2025-10-13 04:20:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.055241 [API:8081]10.0.0.19 - - [2025-10-13 04:21:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059751 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:21:42] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002490 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002917 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002444 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:21:42] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4296-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003988 [LOCAL API:8181]127.0.0.1 - - [2025-10-13 04:21:42] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002026 [API:8081]10.0.0.22 - - [2025-10-13 04:22:49] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-10-13 04:22:49] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.41 - - [2025-10-13 04:23:19] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.41 - - [2025-10-13 04:23:19] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.19 - - [2025-10-13 04:23:19] "GET /analytics HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.19 - - [2025-10-13 04:23:19] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.19 - - [2025-10-13 04:23:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054039 [API:8081]10.0.0.19 - - [2025-10-13 04:24:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067791 [API:8081]10.0.0.19 - - [2025-10-13 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2025-10-13 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-10-13 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-10-13 04:24:53] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-10-13 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.41 - - [2025-10-13 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-10-13 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2025-10-13 04:24:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-10-13 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.22 - - [2025-10-13 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-10-13 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.22 - - [2025-10-13 04:24:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [Introspect:8090]10.0.0.22 - - [2025-10-13 04:25:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001063