++ 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 Jan 19 02:04:05 AM UTC 2026 ===================' INFO: =================== Mon Jan 19 02:04:05 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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 '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23: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.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23: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.27 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.50,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.27,10.20.0.25,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + 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=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ set -o posix ++ set ++ 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 01/19/2026 02:04:13.288 7fa3d421d800 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/19/2026 02:04:13.452 7fa3d421d800 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 01/19/2026 02:04:13.463 7fa3d421d800 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/19/2026 02:04:13.463 7fa3d421d800 [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.27: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.50 - - [2026-01-19 02:04:49] "GET /analytics HTTP/1.1" 401 205 0.000484 [API:8081]10.0.0.50 - - [2026-01-19 02:04:49] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.23 - - [2026-01-19 02:04:50] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-01-19 02:04:50] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-01-19 02:04:50] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-01-19 02:04:50] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.27 - - [2026-01-19 02:05:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.378309 [API:8081]10.0.0.50 - - [2026-01-19 02:05:20] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.50 - - [2026-01-19 02:05:20] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.23 - - [2026-01-19 02:05:21] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-01-19 02:05:21] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.27 - - [2026-01-19 02:05:21] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-01-19 02:05:21] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.50 - - [2026-01-19 02:05:50] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2026-01-19 02:05:50] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.23 - - [2026-01-19 02:05:51] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-01-19 02:05:51] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.27 - - [2026-01-19 02:06:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.373322 [Introspect:8090]10.0.0.27 - - [2026-01-19 02:06:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001060 [Introspect:8090]10.0.0.27 - - [2026-01-19 02:07:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001256 [API:8081]10.0.0.50 - - [2026-01-19 02:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2026-01-19 02:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-01-19 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-01-19 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2026-01-19 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2026-01-19 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.27 - - [2026-01-19 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.27 - - [2026-01-19 02:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-01-19 02:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2026-01-19 02:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.27 - - [2026-01-19 02:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000750 [API:8081]10.0.0.27 - - [2026-01-19 02:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2026-01-19 02:08:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.472508 [Introspect:8090]10.0.0.27 - - [2026-01-19 02:08:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001012 [Introspect:8090]10.0.0.27 - - [2026-01-19 02:08:28] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000527 [API:8081]10.0.0.27 - - [2026-01-19 02:08:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1:Control:contrail-control:0?flat HTTP/1.1" 200 37999 0.071556 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.065908 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2:Control:contrail-control:0?flat HTTP/1.1" 200 34934 0.070194 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.015596 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3:Control:contrail-control:0?flat HTTP/1.1" 200 37990 0.022636 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13495 0.017098 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018929 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019598 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.021979 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3376 0.022213 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011774 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.011366 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.014684 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.014417 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010910 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013078 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012333 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012259 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014997 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016130 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011360 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013462 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013115 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.022342 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14817 0.054946 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014889 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.016936 [API:8081]10.0.0.27 - - [2026-01-19 02:08:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015191 [API:8081]10.0.0.27 - - [2026-01-19 02:08:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.016351 [API:8081]10.0.0.27 - - [2026-01-19 02:08:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.012465 [API:8081]10.0.0.27 - - [2026-01-19 02:08:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019019 [API:8081]10.0.0.27 - - [2026-01-19 02:08:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.020710 [API:8081]10.0.0.27 - - [2026-01-19 02:08:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.025078 [API:8081]10.0.0.27 - - [2026-01-19 02:08:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.020217 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.022493 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.015403 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.017879 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.018907 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015149 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14817 0.020233 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012170 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011617 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.015724 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013869 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.010815 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.017573 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013941 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.012445 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.011160 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015554 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.011935 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.013459 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.012204 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.010780 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.012556 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.012640 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1:Control:contrail-control:0?flat HTTP/1.1" 200 37999 0.021539 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012303 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.020072 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2:Control:contrail-control:0?flat HTTP/1.1" 200 34934 0.022721 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013841 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.016306 [API:8081]10.0.0.27 - - [2026-01-19 02:08:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3:Control:contrail-control:0?flat HTTP/1.1" 200 37990 0.023052 [API:8081]10.0.0.27 - - [2026-01-19 02:08:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013757 [API:8081]10.0.0.27 - - [2026-01-19 02:08:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5040-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.017483 [API:8081]10.0.0.27 - - [2026-01-19 02:08:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-1?flat HTTP/1.1" 200 12048 0.019301 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?flat HTTP/1.1" 200 13233 0.024712 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?flat HTTP/1.1" 200 17002 0.017951 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?flat HTTP/1.1" 200 17156 0.019905 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?flat HTTP/1.1" 200 13233 0.018937 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?flat HTTP/1.1" 200 17002 0.021214 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?flat HTTP/1.1" 200 17156 0.018923 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?flat HTTP/1.1" 200 13233 0.019074 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?flat HTTP/1.1" 200 17002 0.019379 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?flat HTTP/1.1" 200 17156 0.018147 [API:8081]10.0.0.27 - - [2026-01-19 02:08:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?flat HTTP/1.1" 200 13233 0.020072 [API:8081]10.0.0.27 - - [2026-01-19 02:08:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?flat HTTP/1.1" 200 17002 0.018944 [API:8081]10.0.0.27 - - [2026-01-19 02:08:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?flat HTTP/1.1" 200 17156 0.017482 [API:8081]10.0.0.27 - - [2026-01-19 02:08:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5040-1?flat HTTP/1.1" 200 8005 0.014763 [API:8081]10.0.0.27 - - [2026-01-19 02:08:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 8004 0.014277 [API:8081]10.0.0.27 - - [2026-01-19 02:08:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5040-3?flat HTTP/1.1" 200 8009 0.014901 [API:8081]10.0.0.27 - - [2026-01-19 02:08:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-01-19 02:08:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.065101 [API:8081]10.0.0.27 - - [2026-01-19 02:08:54] "POST /analytics/query HTTP/1.1" 200 54723 1.077606 [API:8081]10.0.0.27 - - [2026-01-19 02:08:55] "POST /analytics/query HTTP/1.1" 200 5875 1.063574 [API:8081]10.0.0.27 - - [2026-01-19 02:08:56] "POST /analytics/query HTTP/1.1" 200 871 1.020073 [API:8081]10.0.0.27 - - [2026-01-19 02:08:57] "POST /analytics/query HTTP/1.1" 200 5875 1.019546 [API:8081]10.0.0.27 - - [2026-01-19 02:08:58] "POST /analytics/query HTTP/1.1" 200 871 1.017991 [API:8081]10.0.0.27 - - [2026-01-19 02:09:09] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000922 [API:8081]10.0.0.27 - - [2026-01-19 02:09:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059269 [API:8081]10.0.0.27 - - [2026-01-19 02:11:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062349 [API:8081]10.0.0.27 - - [2026-01-19 02:12:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.061267 [API:8081]10.0.0.50 - - [2026-01-19 02:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.50 - - [2026-01-19 02:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-01-19 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-01-19 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-01-19 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2026-01-19 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-01-19 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000653 [API:8081]10.0.0.27 - - [2026-01-19 02:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-01-19 02:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-01-19 02:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2026-01-19 02:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-01-19 02:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-01-19 02:13:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-01-19 02:13:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2024 0.082756 [API:8081]10.0.0.27 - - [2026-01-19 02:13:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2256 0.057654 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003958 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003674 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002872 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003266 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003318 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002859 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002909 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002276 [API:8081]10.0.0.27 - - [2026-01-19 02:14:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090468 [API:8081]10.0.0.27 - - [2026-01-19 02:15:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057703 [API:8081]10.0.0.27 - - [2026-01-19 02:15:21] "GET /analytics HTTP/1.1" 401 205 0.000490 [API:8081]10.0.0.27 - - [2026-01-19 02:15:21] "GET /analytics HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.50 - - [2026-01-19 02:15:50] "GET /analytics HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.50 - - [2026-01-19 02:15:50] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-01-19 02:15:51] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-01-19 02:15:51] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.50 - - [2026-01-19 02:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-01-19 02:17:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074432 [API:8081]10.0.0.50 - - [2026-01-19 02:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-01-19 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-01-19 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2026-01-19 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2026-01-19 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-01-19 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-01-19 02:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-01-19 02:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-01-19 02:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 02:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-01-19 02:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-01-19 02:18:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.127591 [API:8081]10.0.0.27 - - [2026-01-19 02:20:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.27 - - [2026-01-19 02:20:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.084887 [API:8081]10.0.0.27 - - [2026-01-19 02:20:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.055022 [API:8081]10.0.0.27 - - [2026-01-19 02:20:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.405627 [API:8081]10.0.0.27 - - [2026-01-19 02:21:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063898 [API:8081]10.0.0.27 - - [2026-01-19 02:21:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.009421 [API:8081]10.0.0.27 - - [2026-01-19 02:21:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.051959 [API:8081]10.0.0.27 - - [2026-01-19 02:21:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.009271 [API:8081]10.0.0.27 - - [2026-01-19 02:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.010247 [API:8081]10.0.0.50 - - [2026-01-19 02:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.50 - - [2026-01-19 02:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-01-19 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-01-19 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2026-01-19 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.50 - - [2026-01-19 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.27 - - [2026-01-19 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-01-19 02:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-01-19 02:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000479 [API:8081]10.0.0.23 - - [2026-01-19 02:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-01-19 02:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-01-19 02:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-01-19 02:23:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065423 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002668 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002569 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002998 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002439 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003731 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002868 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004888 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009942 [API:8081]10.0.0.27 - - [2026-01-19 02:24:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056617 [API:8081]10.0.0.27 - - [2026-01-19 02:25:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.024520 [API:8081]10.0.0.27 - - [2026-01-19 02:25:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.019818 [API:8081]10.0.0.27 - - [2026-01-19 02:25:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.073448 [API:8081]10.0.0.27 - - [2026-01-19 02:25:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.079030 [API:8081]10.0.0.27 - - [2026-01-19 02:25:21] "GET /analytics HTTP/1.1" 401 205 0.000698 [API:8081]10.0.0.27 - - [2026-01-19 02:25:21] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2026-01-19 02:25:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.017953 [API:8081]10.0.0.27 - - [2026-01-19 02:25:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.019362 [API:8081]10.0.0.27 - - [2026-01-19 02:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.021027 [API:8081]10.0.0.27 - - [2026-01-19 02:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.018049 [API:8081]10.0.0.27 - - [2026-01-19 02:25:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-93363178:ctest-vnet1-02056993?flat HTTP/1.1" 200 8244 0.012617 [API:8081]10.0.0.27 - - [2026-01-19 02:25:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008281 [API:8081]10.0.0.27 - - [2026-01-19 02:25:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.030010 [API:8081]10.0.0.27 - - [2026-01-19 02:25:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.029447 [API:8081]10.0.0.27 - - [2026-01-19 02:25:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020544 [API:8081]10.0.0.27 - - [2026-01-19 02:25:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.021186 [API:8081]10.0.0.27 - - [2026-01-19 02:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020190 [API:8081]10.0.0.50 - - [2026-01-19 02:25:50] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2026-01-19 02:25:50] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.27 - - [2026-01-19 02:25:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.021125 [API:8081]10.0.0.23 - - [2026-01-19 02:25:51] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-01-19 02:25:51] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.27 - - [2026-01-19 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.021556 [API:8081]10.0.0.27 - - [2026-01-19 02:25:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019253 [API:8081]10.0.0.27 - - [2026-01-19 02:26:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.023540 [API:8081]10.0.0.27 - - [2026-01-19 02:26:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-93363178:ctest-vnet0-38372593?flat HTTP/1.1" 200 8245 0.011514 [API:8081]10.0.0.27 - - [2026-01-19 02:26:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.015221 [API:8081]10.0.0.27 - - [2026-01-19 02:26:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008838 [API:8081]10.0.0.27 - - [2026-01-19 02:26:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057898 [API:8081]10.0.0.50 - - [2026-01-19 02:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-01-19 02:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-01-19 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-01-19 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2026-01-19 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.50 - - [2026-01-19 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2026-01-19 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-01-19 02:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-01-19 02:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000534 [API:8081]10.0.0.23 - - [2026-01-19 02:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-01-19 02:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-01-19 02:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-01-19 02:27:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.061920 [API:8081]10.0.0.27 - - [2026-01-19 02:27:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.27 - - [2026-01-19 02:27:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.075730 [API:8081]10.0.0.27 - - [2026-01-19 02:29:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.114551 [API:8081]10.0.0.27 - - [2026-01-19 02:29:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.075032 [API:8081]10.0.0.27 - - [2026-01-19 02:29:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019461 [API:8081]10.0.0.27 - - [2026-01-19 02:29:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020213 [API:8081]10.0.0.27 - - [2026-01-19 02:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018970 [API:8081]10.0.0.27 - - [2026-01-19 02:29:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058884 [API:8081]10.0.0.27 - - [2026-01-19 02:29:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022038 [API:8081]10.0.0.27 - - [2026-01-19 02:29:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-12739858:ctest-vnet0-30806302?flat HTTP/1.1" 200 7203 0.012047 [API:8081]10.0.0.27 - - [2026-01-19 02:29:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.024275 [API:8081]10.0.0.27 - - [2026-01-19 02:29:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2026-01-19 02:29:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.068128 [API:8081]10.0.0.27 - - [2026-01-19 02:29:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2026-01-19 02:29:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.069070 [API:8081]10.0.0.27 - - [2026-01-19 02:30:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.059068 [API:8081]10.0.0.27 - - [2026-01-19 02:30:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.061981 [API:8081]10.0.0.27 - - [2026-01-19 02:30:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.069288 [API:8081]10.0.0.27 - - [2026-01-19 02:30:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:cbd7a385-017b-473e-a9fe-eaf33b5e4427?flat HTTP/1.1" 200 5236 0.012908 [API:8081]10.0.0.27 - - [2026-01-19 02:30:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:cbd7a385-017b-473e-a9fe-eaf33b5e4427?flat HTTP/1.1" 200 5236 0.012259 [API:8081]10.0.0.27 - - [2026-01-19 02:30:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:cbd7a385-017b-473e-a9fe-eaf33b5e4427?flat HTTP/1.1" 200 5236 0.013471 [API:8081]10.0.0.27 - - [2026-01-19 02:30:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52250598:ctest-VN1-79817368?flat HTTP/1.1" 200 8559 0.014364 [API:8081]10.0.0.27 - - [2026-01-19 02:30:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017500 [API:8081]10.0.0.27 - - [2026-01-19 02:30:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.025701 [API:8081]10.0.0.27 - - [2026-01-19 02:30:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008822 [API:8081]10.0.0.27 - - [2026-01-19 02:30:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:b45d77f3-4511-490a-b30a-a963f5ef6a6e?flat HTTP/1.1" 200 5094 0.012805 [API:8081]10.0.0.27 - - [2026-01-19 02:30:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:b45d77f3-4511-490a-b30a-a963f5ef6a6e?flat HTTP/1.1" 200 5094 0.012976 [API:8081]10.0.0.27 - - [2026-01-19 02:30:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:b45d77f3-4511-490a-b30a-a963f5ef6a6e?flat HTTP/1.1" 200 5094 0.012522 [API:8081]10.0.0.27 - - [2026-01-19 02:30:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52250598:ctest-VN2-46867544?flat HTTP/1.1" 200 7859 0.015372 [API:8081]10.0.0.27 - - [2026-01-19 02:30:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018689 [API:8081]10.0.0.27 - - [2026-01-19 02:30:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018584 [API:8081]10.0.0.27 - - [2026-01-19 02:30:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009389 [API:8081]10.0.0.27 - - [2026-01-19 02:30:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:5e634e14-224c-4f0a-a500-01788c2850d1?flat HTTP/1.1" 200 5088 0.017218 [API:8081]10.0.0.27 - - [2026-01-19 02:30:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:5e634e14-224c-4f0a-a500-01788c2850d1?flat HTTP/1.1" 200 5088 0.013419 [API:8081]10.0.0.27 - - [2026-01-19 02:30:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52250598:5e634e14-224c-4f0a-a500-01788c2850d1?flat HTTP/1.1" 200 5088 0.017055 [API:8081]10.0.0.27 - - [2026-01-19 02:30:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52250598:ctest-VN3-19097884?flat HTTP/1.1" 200 7441 0.016161 [API:8081]10.0.0.27 - - [2026-01-19 02:30:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.023608 [API:8081]10.0.0.27 - - [2026-01-19 02:30:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021643 [API:8081]10.0.0.27 - - [2026-01-19 02:30:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007932 [API:8081]10.0.0.27 - - [2026-01-19 02:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025238 [API:8081]10.0.0.27 - - [2026-01-19 02:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.029218 [API:8081]10.0.0.27 - - [2026-01-19 02:31:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.027224 [API:8081]10.0.0.27 - - [2026-01-19 02:31:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020801 [API:8081]10.0.0.27 - - [2026-01-19 02:31:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022494 [API:8081]10.0.0.27 - - [2026-01-19 02:31:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018960 [API:8081]10.0.0.27 - - [2026-01-19 02:31:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019563 [API:8081]10.0.0.27 - - [2026-01-19 02:32:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028674 [API:8081]10.0.0.27 - - [2026-01-19 02:32:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52250598:ctest-VN3-19097884?flat HTTP/1.1" 200 6214 0.012199 [API:8081]10.0.0.27 - - [2026-01-19 02:32:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007960 [API:8081]10.0.0.27 - - [2026-01-19 02:32:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019200 [API:8081]10.0.0.27 - - [2026-01-19 02:32:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.033081 [API:8081]10.0.0.27 - - [2026-01-19 02:32:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019730 [API:8081]10.0.0.27 - - [2026-01-19 02:32:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018598 [API:8081]10.0.0.27 - - [2026-01-19 02:32:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019150 [API:8081]10.0.0.27 - - [2026-01-19 02:32:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.027982 [API:8081]10.0.0.50 - - [2026-01-19 02:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.50 - - [2026-01-19 02:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-01-19 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2026-01-19 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.50 - - [2026-01-19 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000660 [API:8081]10.0.0.50 - - [2026-01-19 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-01-19 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-01-19 02:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-01-19 02:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-01-19 02:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-01-19 02:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-01-19 02:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.27 - - [2026-01-19 02:32:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021337 [API:8081]10.0.0.27 - - [2026-01-19 02:32:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018850 [API:8081]10.0.0.27 - - [2026-01-19 02:32:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019790 [API:8081]10.0.0.27 - - [2026-01-19 02:32:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058159 [API:8081]10.0.0.27 - - [2026-01-19 02:32:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022125 [API:8081]10.0.0.27 - - [2026-01-19 02:32:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52250598:ctest-VN2-46867544?flat HTTP/1.1" 200 6553 0.013085 [API:8081]10.0.0.27 - - [2026-01-19 02:32:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007913 [API:8081]10.0.0.27 - - [2026-01-19 02:32:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028692 [API:8081]10.0.0.27 - - [2026-01-19 02:32:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020522 [API:8081]10.0.0.27 - - [2026-01-19 02:32:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021855 [API:8081]10.0.0.27 - - [2026-01-19 02:32:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019160 [API:8081]10.0.0.27 - - [2026-01-19 02:32:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021659 [API:8081]10.0.0.27 - - [2026-01-19 02:32:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.019474 [API:8081]10.0.0.27 - - [2026-01-19 02:32:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020143 [API:8081]10.0.0.27 - - [2026-01-19 02:32:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021820 [API:8081]10.0.0.27 - - [2026-01-19 02:33:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024565 [API:8081]10.0.0.27 - - [2026-01-19 02:33:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52250598:ctest-VN1-79817368?flat HTTP/1.1" 200 6775 0.011510 [API:8081]10.0.0.27 - - [2026-01-19 02:33:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008708 [API:8081]10.0.0.27 - - [2026-01-19 02:33:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-01-19 02:33:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.050507 [API:8081]10.0.0.27 - - [2026-01-19 02:33:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.051581 [API:8081]10.0.0.27 - - [2026-01-19 02:33:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.061519 [API:8081]10.0.0.27 - - [2026-01-19 02:33:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060092 [API:8081]10.0.0.27 - - [2026-01-19 02:34:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:c3305dbe-496a-4c65-9e6c-3db82e6b379b?flat HTTP/1.1" 200 5361 0.012376 [API:8081]10.0.0.27 - - [2026-01-19 02:34:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:c3305dbe-496a-4c65-9e6c-3db82e6b379b?flat HTTP/1.1" 200 5361 0.012011 [API:8081]10.0.0.27 - - [2026-01-19 02:34:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:c3305dbe-496a-4c65-9e6c-3db82e6b379b?flat HTTP/1.1" 200 5361 0.012059 [API:8081]10.0.0.27 - - [2026-01-19 02:34:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:c3305dbe-496a-4c65-9e6c-3db82e6b379b?flat HTTP/1.1" 200 5361 0.018032 [API:8081]10.0.0.27 - - [2026-01-19 02:34:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-05770492:ctest-VN1-73074251?flat HTTP/1.1" 200 9448 0.021522 [API:8081]10.0.0.27 - - [2026-01-19 02:34:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020605 [API:8081]10.0.0.27 - - [2026-01-19 02:34:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020406 [API:8081]10.0.0.27 - - [2026-01-19 02:34:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009625 [API:8081]10.0.0.27 - - [2026-01-19 02:34:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:4dd6756d-b912-4c5d-8d45-7087207c939b?flat HTTP/1.1" 200 5227 0.011954 [API:8081]10.0.0.27 - - [2026-01-19 02:34:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:4dd6756d-b912-4c5d-8d45-7087207c939b?flat HTTP/1.1" 200 5227 0.013624 [API:8081]10.0.0.27 - - [2026-01-19 02:34:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:4dd6756d-b912-4c5d-8d45-7087207c939b?flat HTTP/1.1" 200 5227 0.012250 [API:8081]10.0.0.27 - - [2026-01-19 02:34:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:4dd6756d-b912-4c5d-8d45-7087207c939b?flat HTTP/1.1" 200 5227 0.011617 [API:8081]10.0.0.27 - - [2026-01-19 02:34:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-05770492:ctest-VN2-35954398?flat HTTP/1.1" 200 8634 0.012533 [API:8081]10.0.0.27 - - [2026-01-19 02:34:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021528 [API:8081]10.0.0.27 - - [2026-01-19 02:34:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019299 [API:8081]10.0.0.27 - - [2026-01-19 02:34:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008411 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003128 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003308 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002878 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003013 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004024 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002688 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002664 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:34:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002467 [API:8081]10.0.0.27 - - [2026-01-19 02:35:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:23a9c907-5bcf-4159-b5cf-300ff7a425f1?flat HTTP/1.1" 200 5367 0.015133 [API:8081]10.0.0.27 - - [2026-01-19 02:35:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:23a9c907-5bcf-4159-b5cf-300ff7a425f1?flat HTTP/1.1" 200 5367 0.013836 [API:8081]10.0.0.27 - - [2026-01-19 02:35:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:23a9c907-5bcf-4159-b5cf-300ff7a425f1?flat HTTP/1.1" 200 5367 0.014726 [API:8081]10.0.0.27 - - [2026-01-19 02:35:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-05770492:23a9c907-5bcf-4159-b5cf-300ff7a425f1?flat HTTP/1.1" 200 5367 0.014663 [API:8081]10.0.0.27 - - [2026-01-19 02:35:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-05770492:ctest-VN3-58206357?flat HTTP/1.1" 200 8691 0.015504 [API:8081]10.0.0.27 - - [2026-01-19 02:35:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022271 [API:8081]10.0.0.27 - - [2026-01-19 02:35:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.028098 [API:8081]10.0.0.27 - - [2026-01-19 02:35:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007816 [API:8081]10.0.0.27 - - [2026-01-19 02:35:21] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-01-19 02:35:21] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.27 - - [2026-01-19 02:35:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068734 [API:8081]10.0.0.50 - - [2026-01-19 02:35:50] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2026-01-19 02:35:50] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2026-01-19 02:35:51] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.23 - - [2026-01-19 02:35:51] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.27 - - [2026-01-19 02:36:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059741 [API:8081]10.0.0.27 - - [2026-01-19 02:36:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020793 [API:8081]10.0.0.27 - - [2026-01-19 02:36:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.030083 [API:8081]10.0.0.27 - - [2026-01-19 02:36:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.019246 [API:8081]10.0.0.27 - - [2026-01-19 02:36:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017565 [API:8081]10.0.0.27 - - [2026-01-19 02:36:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021925 [API:8081]10.0.0.27 - - [2026-01-19 02:36:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.019114 [API:8081]10.0.0.27 - - [2026-01-19 02:37:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021354 [API:8081]10.0.0.27 - - [2026-01-19 02:37:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-05770492:ctest-VN3-58206357?flat HTTP/1.1" 200 6968 0.014255 [API:8081]10.0.0.27 - - [2026-01-19 02:37:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010223 [API:8081]10.0.0.27 - - [2026-01-19 02:37:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019786 [API:8081]10.0.0.27 - - [2026-01-19 02:37:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019486 [API:8081]10.0.0.27 - - [2026-01-19 02:37:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020415 [API:8081]10.0.0.27 - - [2026-01-19 02:37:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021372 [API:8081]10.0.0.27 - - [2026-01-19 02:37:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023010 [API:8081]10.0.0.27 - - [2026-01-19 02:37:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019496 [API:8081]10.0.0.50 - - [2026-01-19 02:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2026-01-19 02:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-01-19 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-01-19 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2026-01-19 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-01-19 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-01-19 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-01-19 02:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-01-19 02:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-01-19 02:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-01-19 02:37:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022124 [API:8081]10.0.0.27 - - [2026-01-19 02:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-01-19 02:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-01-19 02:37:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021425 [API:8081]10.0.0.27 - - [2026-01-19 02:37:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018880 [API:8081]10.0.0.27 - - [2026-01-19 02:37:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018948 [API:8081]10.0.0.27 - - [2026-01-19 02:37:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-05770492:ctest-VN2-35954398?flat HTTP/1.1" 200 7309 0.011530 [API:8081]10.0.0.27 - - [2026-01-19 02:37:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008453 [API:8081]10.0.0.27 - - [2026-01-19 02:37:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.022831 [API:8081]10.0.0.27 - - [2026-01-19 02:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.020008 [API:8081]10.0.0.27 - - [2026-01-19 02:37:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.021193 [API:8081]10.0.0.27 - - [2026-01-19 02:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.020809 [API:8081]10.0.0.27 - - [2026-01-19 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.018192 [API:8081]10.0.0.27 - - [2026-01-19 02:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.021733 [API:8081]10.0.0.27 - - [2026-01-19 02:37:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.019004 [API:8081]10.0.0.27 - - [2026-01-19 02:37:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.019133 [API:8081]10.0.0.27 - - [2026-01-19 02:37:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.019802 [API:8081]10.0.0.27 - - [2026-01-19 02:38:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.020076 [API:8081]10.0.0.27 - - [2026-01-19 02:38:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-05770492:ctest-VN1-73074251?flat HTTP/1.1" 200 7641 0.012290 [API:8081]10.0.0.27 - - [2026-01-19 02:38:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012924 [API:8081]10.0.0.27 - - [2026-01-19 02:38:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 02:38:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.052658 [API:8081]10.0.0.27 - - [2026-01-19 02:38:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.058151 [API:8081]10.0.0.27 - - [2026-01-19 02:38:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058649 [API:8081]10.0.0.27 - - [2026-01-19 02:39:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.061134 [API:8081]10.0.0.27 - - [2026-01-19 02:40:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-01-19 02:40:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.053678 [API:8081]10.0.0.27 - - [2026-01-19 02:41:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065530 [API:8081]10.0.0.27 - - [2026-01-19 02:42:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.065394 [API:8081]10.0.0.27 - - [2026-01-19 02:42:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.018423 [API:8081]10.0.0.27 - - [2026-01-19 02:42:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.064656 [API:8081]10.0.0.27 - - [2026-01-19 02:42:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020115 [API:8081]10.0.0.27 - - [2026-01-19 02:42:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.022045 [API:8081]10.0.0.50 - - [2026-01-19 02:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2026-01-19 02:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-01-19 02:42:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019399 [API:8081]10.0.0.23 - - [2026-01-19 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-01-19 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2026-01-19 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-01-19 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.27 - - [2026-01-19 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-01-19 02:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-01-19 02:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-01-19 02:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 02:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-01-19 02:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.27 - - [2026-01-19 02:42:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.028350 [API:8081]10.0.0.27 - - [2026-01-19 02:42:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.019480 [API:8081]10.0.0.27 - - [2026-01-19 02:42:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.019690 [API:8081]10.0.0.27 - - [2026-01-19 02:42:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-99772504:ctest-vnet0-43016514?flat HTTP/1.1" 200 7965 0.012478 [API:8081]10.0.0.27 - - [2026-01-19 02:42:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007995 [API:8081]10.0.0.27 - - [2026-01-19 02:42:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.078542 [API:8081]10.0.0.27 - - [2026-01-19 02:42:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-01-19 02:42:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.056349 [API:8081]10.0.0.27 - - [2026-01-19 02:42:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.061403 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002844 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002675 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003938 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002667 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003039 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002372 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002438 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:44:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002669 [API:8081]10.0.0.27 - - [2026-01-19 02:44:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062333 [API:8081]10.0.0.27 - - [2026-01-19 02:45:21] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-01-19 02:45:21] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-01-19 02:45:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.019001 [API:8081]10.0.0.27 - - [2026-01-19 02:45:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.019340 [API:8081]10.0.0.27 - - [2026-01-19 02:45:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.078395 [API:8081]10.0.0.27 - - [2026-01-19 02:45:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-88863737:ctest-vnet1-79859911?flat HTTP/1.1" 200 7307 0.011854 [API:8081]10.0.0.27 - - [2026-01-19 02:45:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008152 [API:8081]10.0.0.27 - - [2026-01-19 02:45:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.019145 [API:8081]10.0.0.27 - - [2026-01-19 02:45:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.019320 [API:8081]10.0.0.27 - - [2026-01-19 02:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.019377 [API:8081]10.0.0.27 - - [2026-01-19 02:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.019119 [API:8081]10.0.0.27 - - [2026-01-19 02:45:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062738 [API:8081]10.0.0.27 - - [2026-01-19 02:45:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.018764 [API:8081]10.0.0.27 - - [2026-01-19 02:45:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.023013 [API:8081]10.0.0.50 - - [2026-01-19 02:45:50] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2026-01-19 02:45:50] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.23 - - [2026-01-19 02:45:51] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-01-19 02:45:51] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.27 - - [2026-01-19 02:45:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022144 [API:8081]10.0.0.27 - - [2026-01-19 02:45:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.021904 [API:8081]10.0.0.27 - - [2026-01-19 02:45:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.019010 [API:8081]10.0.0.27 - - [2026-01-19 02:46:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.018387 [API:8081]10.0.0.27 - - [2026-01-19 02:46:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-88863737:ctest-vnet0-23805275?flat HTTP/1.1" 200 6960 0.012124 [API:8081]10.0.0.27 - - [2026-01-19 02:46:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011378 [API:8081]10.0.0.27 - - [2026-01-19 02:46:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-01-19 02:46:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.055045 [API:8081]10.0.0.27 - - [2026-01-19 02:46:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.065666 [API:8081]10.0.0.50 - - [2026-01-19 02:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2026-01-19 02:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-01-19 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-01-19 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2026-01-19 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-01-19 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-01-19 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-01-19 02:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-01-19 02:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-01-19 02:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-01-19 02:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.27 - - [2026-01-19 02:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.27 - - [2026-01-19 02:47:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072829 [API:8081]10.0.0.27 - - [2026-01-19 02:48:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059303 [API:8081]10.0.0.27 - - [2026-01-19 02:49:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.022453 [API:8081]10.0.0.27 - - [2026-01-19 02:49:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.089374 [API:8081]10.0.0.27 - - [2026-01-19 02:49:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019122 [API:8081]10.0.0.27 - - [2026-01-19 02:49:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017612 [API:8081]10.0.0.27 - - [2026-01-19 02:49:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.019402 [API:8081]10.0.0.27 - - [2026-01-19 02:49:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018574 [API:8081]10.0.0.27 - - [2026-01-19 02:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017339 [API:8081]10.0.0.27 - - [2026-01-19 02:49:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018453 [API:8081]10.0.0.27 - - [2026-01-19 02:49:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018368 [API:8081]10.0.0.27 - - [2026-01-19 02:50:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.034438 [API:8081]10.0.0.27 - - [2026-01-19 02:50:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-14690172:ctest-vnet1-43842364?flat HTTP/1.1" 200 8068 0.013178 [API:8081]10.0.0.27 - - [2026-01-19 02:50:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010429 [API:8081]10.0.0.27 - - [2026-01-19 02:50:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.019027 [API:8081]10.0.0.27 - - [2026-01-19 02:50:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.021233 [API:8081]10.0.0.27 - - [2026-01-19 02:50:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.018572 [API:8081]10.0.0.27 - - [2026-01-19 02:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.017870 [API:8081]10.0.0.27 - - [2026-01-19 02:50:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.019172 [API:8081]10.0.0.27 - - [2026-01-19 02:50:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.018602 [API:8081]10.0.0.27 - - [2026-01-19 02:50:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.020378 [API:8081]10.0.0.27 - - [2026-01-19 02:50:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.021520 [API:8081]10.0.0.27 - - [2026-01-19 02:50:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.020395 [API:8081]10.0.0.27 - - [2026-01-19 02:50:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.033855 [API:8081]10.0.0.27 - - [2026-01-19 02:50:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-14690172:ctest-vnet0-99217706?flat HTTP/1.1" 200 7708 0.012488 [API:8081]10.0.0.27 - - [2026-01-19 02:50:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008344 [API:8081]10.0.0.27 - - [2026-01-19 02:50:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098545 [API:8081]10.0.0.27 - - [2026-01-19 02:51:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.073151 [API:8081]10.0.0.50 - - [2026-01-19 02:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-01-19 02:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-01-19 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2026-01-19 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-01-19 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-01-19 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-01-19 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.27 - - [2026-01-19 02:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-01-19 02:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-01-19 02:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.27 - - [2026-01-19 02:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-01-19 02:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-01-19 02:53:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.125280 [API:8081]10.0.0.27 - - [2026-01-19 02:53:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-01-19 02:53:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.054565 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003335 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002646 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002569 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002545 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003182 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002316 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002514 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 02:54:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002428 [API:8081]10.0.0.27 - - [2026-01-19 02:54:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.083281 [API:8081]10.0.0.27 - - [2026-01-19 02:55:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.081828 [API:8081]10.0.0.27 - - [2026-01-19 02:55:21] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-01-19 02:55:21] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.50 - - [2026-01-19 02:55:50] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.50 - - [2026-01-19 02:55:50] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.23 - - [2026-01-19 02:55:51] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-01-19 02:55:51] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.27 - - [2026-01-19 02:56:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-01-19 02:56:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.059860 [API:8081]10.0.0.27 - - [2026-01-19 02:56:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065869 [API:8081]10.0.0.27 - - [2026-01-19 02:57:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:3c3eb3b1-1ce0-42a6-9bf4-628541a93460?flat HTTP/1.1" 200 5825 0.064418 [API:8081]10.0.0.27 - - [2026-01-19 02:57:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:3c3eb3b1-1ce0-42a6-9bf4-628541a93460?flat HTTP/1.1" 200 5825 0.012351 [API:8081]10.0.0.27 - - [2026-01-19 02:57:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:3c3eb3b1-1ce0-42a6-9bf4-628541a93460?flat HTTP/1.1" 200 5825 0.061241 [API:8081]10.0.0.27 - - [2026-01-19 02:57:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118-14691182?flat HTTP/1.1" 200 10800 0.015723 [API:8081]10.0.0.27 - - [2026-01-19 02:57:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.018481 [API:8081]10.0.0.27 - - [2026-01-19 02:57:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022252 [API:8081]10.0.0.27 - - [2026-01-19 02:57:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008030 [API:8081]10.0.0.50 - - [2026-01-19 02:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2026-01-19 02:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-01-19 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-01-19 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2026-01-19 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2026-01-19 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.27 - - [2026-01-19 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-01-19 02:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-01-19 02:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000906 [API:8081]10.0.0.23 - - [2026-01-19 02:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-01-19 02:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.27 - - [2026-01-19 02:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-01-19 02:57:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:4274c505-1432-4031-bdfd-45614afa078e?flat HTTP/1.1" 200 5964 0.012514 [API:8081]10.0.0.27 - - [2026-01-19 02:57:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:4274c505-1432-4031-bdfd-45614afa078e?flat HTTP/1.1" 200 5964 0.012697 [API:8081]10.0.0.27 - - [2026-01-19 02:57:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:4274c505-1432-4031-bdfd-45614afa078e?flat HTTP/1.1" 200 5964 0.012157 [API:8081]10.0.0.27 - - [2026-01-19 02:57:40] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118-14691182?flat HTTP/1.1" 200 13407 0.016397 [API:8081]10.0.0.27 - - [2026-01-19 02:57:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.023257 [API:8081]10.0.0.27 - - [2026-01-19 02:57:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.017567 [API:8081]10.0.0.27 - - [2026-01-19 02:57:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009314 [API:8081]10.0.0.27 - - [2026-01-19 02:57:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.068443 [API:8081]10.0.0.27 - - [2026-01-19 02:59:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020387 [API:8081]10.0.0.27 - - [2026-01-19 02:59:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018952 [API:8081]10.0.0.27 - - [2026-01-19 02:59:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019155 [API:8081]10.0.0.27 - - [2026-01-19 02:59:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019593 [API:8081]10.0.0.27 - - [2026-01-19 02:59:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.023728 [API:8081]10.0.0.27 - - [2026-01-19 02:59:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.020785 [API:8081]10.0.0.27 - - [2026-01-19 02:59:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019548 [API:8081]10.0.0.27 - - [2026-01-19 02:59:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019300 [API:8081]10.0.0.27 - - [2026-01-19 02:59:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118-14691182?flat HTTP/1.1" 200 11980 0.021469 [API:8081]10.0.0.27 - - [2026-01-19 02:59:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009175 [API:8081]10.0.0.27 - - [2026-01-19 02:59:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023175 [API:8081]10.0.0.27 - - [2026-01-19 02:59:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021050 [API:8081]10.0.0.27 - - [2026-01-19 02:59:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017982 [API:8081]10.0.0.27 - - [2026-01-19 02:59:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019023 [API:8081]10.0.0.27 - - [2026-01-19 02:59:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019224 [API:8081]10.0.0.27 - - [2026-01-19 02:59:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017595 [API:8081]10.0.0.27 - - [2026-01-19 02:59:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062011 [API:8081]10.0.0.27 - - [2026-01-19 02:59:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020991 [API:8081]10.0.0.27 - - [2026-01-19 02:59:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019043 [API:8081]10.0.0.27 - - [2026-01-19 03:00:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.027177 [API:8081]10.0.0.27 - - [2026-01-19 03:00:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118:ctest-SecurityGroupBasicRegressionTests1Ipv6-76614118-14691182?flat HTTP/1.1" 200 8811 0.012691 [API:8081]10.0.0.27 - - [2026-01-19 03:00:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008964 [API:8081]10.0.0.27 - - [2026-01-19 03:00:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-01-19 03:00:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.060041 [API:8081]10.0.0.27 - - [2026-01-19 03:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b?flat HTTP/1.1" 200 5808 0.060793 [API:8081]10.0.0.27 - - [2026-01-19 03:00:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b?flat HTTP/1.1" 200 5808 0.062965 [API:8081]10.0.0.27 - - [2026-01-19 03:00:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b?flat HTTP/1.1" 200 5808 0.014151 [API:8081]10.0.0.27 - - [2026-01-19 03:00:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529-88619627?flat HTTP/1.1" 200 4449 0.016049 [API:8081]10.0.0.27 - - [2026-01-19 03:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021570 [API:8081]10.0.0.27 - - [2026-01-19 03:00:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.085540 [API:8081]10.0.0.27 - - [2026-01-19 03:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017849 [API:8081]10.0.0.27 - - [2026-01-19 03:00:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008661 [API:8081]10.0.0.27 - - [2026-01-19 03:01:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:bb579014-c6ac-4656-8df8-7a0cae706328?flat HTTP/1.1" 200 5927 0.014341 [API:8081]10.0.0.27 - - [2026-01-19 03:01:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:bb579014-c6ac-4656-8df8-7a0cae706328?flat HTTP/1.1" 200 5927 0.017177 [API:8081]10.0.0.27 - - [2026-01-19 03:01:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:bb579014-c6ac-4656-8df8-7a0cae706328?flat HTTP/1.1" 200 5927 0.015619 [API:8081]10.0.0.27 - - [2026-01-19 03:01:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529-88619627?flat HTTP/1.1" 200 12722 0.021272 [API:8081]10.0.0.27 - - [2026-01-19 03:01:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021034 [API:8081]10.0.0.27 - - [2026-01-19 03:01:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.022064 [API:8081]10.0.0.27 - - [2026-01-19 03:01:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009185 [API:8081]10.0.0.50 - - [2026-01-19 03:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2026-01-19 03:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-01-19 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-01-19 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2026-01-19 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2026-01-19 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-01-19 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-01-19 03:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-01-19 03:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-01-19 03:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-01-19 03:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2026-01-19 03:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2026-01-19 03:02:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070767 [API:8081]10.0.0.27 - - [2026-01-19 03:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018400 [API:8081]10.0.0.27 - - [2026-01-19 03:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021664 [API:8081]10.0.0.27 - - [2026-01-19 03:03:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021800 [API:8081]10.0.0.27 - - [2026-01-19 03:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019168 [API:8081]10.0.0.27 - - [2026-01-19 03:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019618 [API:8081]10.0.0.27 - - [2026-01-19 03:03:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529-88619627?flat HTTP/1.1" 200 11656 0.015763 [API:8081]10.0.0.27 - - [2026-01-19 03:03:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008615 [API:8081]10.0.0.27 - - [2026-01-19 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.033995 [API:8081]10.0.0.27 - - [2026-01-19 03:03:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.031021 [API:8081]10.0.0.27 - - [2026-01-19 03:03:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019109 [API:8081]10.0.0.27 - - [2026-01-19 03:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.036375 [API:8081]10.0.0.27 - - [2026-01-19 03:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.026744 [API:8081]10.0.0.27 - - [2026-01-19 03:03:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018314 [API:8081]10.0.0.27 - - [2026-01-19 03:03:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019197 [API:8081]10.0.0.27 - - [2026-01-19 03:03:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.026297 [API:8081]10.0.0.27 - - [2026-01-19 03:03:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.079805 [API:8081]10.0.0.27 - - [2026-01-19 03:03:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023701 [API:8081]10.0.0.27 - - [2026-01-19 03:04:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020391 [API:8081]10.0.0.27 - - [2026-01-19 03:04:02] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529:ctest-SecurityGroupBasicRegressionTests1_contrail-03328529-88619627?flat HTTP/1.1" 200 8427 0.011803 [API:8081]10.0.0.27 - - [2026-01-19 03:04:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008845 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002510 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002810 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003052 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003039 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003210 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002853 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002850 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:04:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002954 [API:8081]10.0.0.27 - - [2026-01-19 03:04:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-01-19 03:04:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.060860 [API:8081]10.0.0.27 - - [2026-01-19 03:04:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:1a455b84-71c0-424b-b018-c5d495bad2a1?flat HTTP/1.1" 200 5676 0.069128 [API:8081]10.0.0.27 - - [2026-01-19 03:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:1a455b84-71c0-424b-b018-c5d495bad2a1?flat HTTP/1.1" 200 5676 0.061028 [API:8081]10.0.0.27 - - [2026-01-19 03:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:1a455b84-71c0-424b-b018-c5d495bad2a1?flat HTTP/1.1" 200 5676 0.017626 [API:8081]10.0.0.27 - - [2026-01-19 03:04:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:ctest-SecurityGroupBasicRegressionTests1-13955573-21273280?flat HTTP/1.1" 200 4336 0.015679 [API:8081]10.0.0.27 - - [2026-01-19 03:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017834 [API:8081]10.0.0.27 - - [2026-01-19 03:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.030261 [API:8081]10.0.0.27 - - [2026-01-19 03:04:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012369 [API:8081]10.0.0.27 - - [2026-01-19 03:05:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:4fdad9f8-015d-4c0d-bc2b-91468aecd7fb?flat HTTP/1.1" 200 5545 0.016463 [API:8081]10.0.0.27 - - [2026-01-19 03:05:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:4fdad9f8-015d-4c0d-bc2b-91468aecd7fb?flat HTTP/1.1" 200 5545 0.013760 [API:8081]10.0.0.27 - - [2026-01-19 03:05:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:4fdad9f8-015d-4c0d-bc2b-91468aecd7fb?flat HTTP/1.1" 200 5545 0.012760 [API:8081]10.0.0.27 - - [2026-01-19 03:05:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:ctest-SecurityGroupBasicRegressionTests1-13955573-21273280?flat HTTP/1.1" 200 10139 0.017217 [API:8081]10.0.0.27 - - [2026-01-19 03:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023983 [API:8081]10.0.0.27 - - [2026-01-19 03:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.028193 [API:8081]10.0.0.27 - - [2026-01-19 03:05:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009739 [API:8081]10.0.0.27 - - [2026-01-19 03:05:21] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-01-19 03:05:21] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.50 - - [2026-01-19 03:05:50] "GET /analytics HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.50 - - [2026-01-19 03:05:50] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.23 - - [2026-01-19 03:05:51] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-01-19 03:05:51] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.27 - - [2026-01-19 03:05:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080261 [API:8081]10.0.0.27 - - [2026-01-19 03:06:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019005 [API:8081]10.0.0.27 - - [2026-01-19 03:06:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020922 [API:8081]10.0.0.27 - - [2026-01-19 03:06:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023232 [API:8081]10.0.0.27 - - [2026-01-19 03:06:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.067267 [API:8081]10.0.0.27 - - [2026-01-19 03:07:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.029207 [API:8081]10.0.0.27 - - [2026-01-19 03:07:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:ctest-SecurityGroupBasicRegressionTests1-13955573-21273280?flat HTTP/1.1" 200 10810 0.020237 [API:8081]10.0.0.27 - - [2026-01-19 03:07:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013134 [API:8081]10.0.0.27 - - [2026-01-19 03:07:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020859 [API:8081]10.0.0.27 - - [2026-01-19 03:07:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023250 [API:8081]10.0.0.27 - - [2026-01-19 03:07:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021288 [API:8081]10.0.0.27 - - [2026-01-19 03:07:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019773 [API:8081]10.0.0.27 - - [2026-01-19 03:07:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024149 [API:8081]10.0.0.27 - - [2026-01-19 03:07:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019852 [API:8081]10.0.0.50 - - [2026-01-19 03:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2026-01-19 03:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-01-19 03:07:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.028744 [API:8081]10.0.0.23 - - [2026-01-19 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-01-19 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.50 - - [2026-01-19 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-01-19 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-01-19 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-01-19 03:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-01-19 03:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-01-19 03:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-01-19 03:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.27 - - [2026-01-19 03:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-01-19 03:07:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.035604 [API:8081]10.0.0.27 - - [2026-01-19 03:07:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019969 [API:8081]10.0.0.27 - - [2026-01-19 03:07:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.028120 [API:8081]10.0.0.27 - - [2026-01-19 03:07:31] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-13955573:ctest-SecurityGroupBasicRegressionTests1-13955573-21273280?flat HTTP/1.1" 200 7954 0.012581 [API:8081]10.0.0.27 - - [2026-01-19 03:07:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008123 [API:8081]10.0.0.27 - - [2026-01-19 03:07:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 03:07:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.061002 [API:8081]10.0.0.27 - - [2026-01-19 03:07:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.064916 [API:8081]10.0.0.27 - - [2026-01-19 03:07:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.057370 [API:8081]10.0.0.27 - - [2026-01-19 03:08:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.011127 [API:8081]10.0.0.27 - - [2026-01-19 03:08:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.008964 [API:8081]10.0.0.27 - - [2026-01-19 03:08:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2280 0.009885 [API:8081]10.0.0.27 - - [2026-01-19 03:08:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2504 0.009479 [API:8081]10.0.0.27 - - [2026-01-19 03:08:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2730 0.011562 [API:8081]10.0.0.27 - - [2026-01-19 03:08:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.27 - - [2026-01-19 03:08:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.058605 [API:8081]10.0.0.27 - - [2026-01-19 03:08:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.074122 [API:8081]10.0.0.27 - - [2026-01-19 03:08:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.074911 [API:8081]10.0.0.27 - - [2026-01-19 03:08:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009402 [API:8081]10.0.0.27 - - [2026-01-19 03:08:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008711 [API:8081]10.0.0.27 - - [2026-01-19 03:08:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.010481 [API:8081]10.0.0.27 - - [2026-01-19 03:08:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2026-01-19 03:08:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.056920 [API:8081]10.0.0.27 - - [2026-01-19 03:09:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097813 [API:8081]10.0.0.27 - - [2026-01-19 03:09:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.088411 [API:8081]10.0.0.27 - - [2026-01-19 03:09:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.007551 [API:8081]10.0.0.27 - - [2026-01-19 03:09:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.059896 [API:8081]10.0.0.27 - - [2026-01-19 03:09:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.010329 [API:8081]10.0.0.27 - - [2026-01-19 03:09:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009405 [API:8081]10.0.0.27 - - [2026-01-19 03:09:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.008503 [API:8081]10.0.0.27 - - [2026-01-19 03:09:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009856 [API:8081]10.0.0.27 - - [2026-01-19 03:09:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-01-19 03:09:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.057434 [API:8081]10.0.0.27 - - [2026-01-19 03:09:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.058691 [API:8081]10.0.0.27 - - [2026-01-19 03:09:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.074851 [API:8081]10.0.0.27 - - [2026-01-19 03:09:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.008883 [API:8081]10.0.0.27 - - [2026-01-19 03:09:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.008520 [API:8081]10.0.0.27 - - [2026-01-19 03:10:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.070813 [API:8081]10.0.0.27 - - [2026-01-19 03:12:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060339 [API:8081]10.0.0.50 - - [2026-01-19 03:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-01-19 03:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-01-19 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2026-01-19 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2026-01-19 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2026-01-19 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2026-01-19 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2026-01-19 03:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-01-19 03:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-01-19 03:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2026-01-19 03:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-01-19 03:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.27 - - [2026-01-19 03:13:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.068059 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002588 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002819 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002540 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002469 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003894 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002449 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002463 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:14:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002428 [API:8081]10.0.0.27 - - [2026-01-19 03:15:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068427 [API:8081]10.0.0.27 - - [2026-01-19 03:15:21] "GET /analytics HTTP/1.1" 401 205 0.001617 [API:8081]10.0.0.27 - - [2026-01-19 03:15:21] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.27 - - [2026-01-19 03:15:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-01-19 03:15:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.061736 [API:8081]10.0.0.27 - - [2026-01-19 03:15:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.074159 [API:8081]10.0.0.50 - - [2026-01-19 03:15:50] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.50 - - [2026-01-19 03:15:50] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.23 - - [2026-01-19 03:15:51] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.23 - - [2026-01-19 03:15:51] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.27 - - [2026-01-19 03:16:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.064318 [API:8081]10.0.0.50 - - [2026-01-19 03:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.50 - - [2026-01-19 03:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-01-19 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-01-19 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2026-01-19 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2026-01-19 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-01-19 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2026-01-19 03:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-01-19 03:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-01-19 03:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-01-19 03:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-01-19 03:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-01-19 03:18:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075371 [API:8081]10.0.0.27 - - [2026-01-19 03:19:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.071826 [API:8081]10.0.0.27 - - [2026-01-19 03:19:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-01-19 03:19:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.063648 [API:8081]10.0.0.27 - - [2026-01-19 03:20:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.27 - - [2026-01-19 03:20:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.074387 [API:8081]10.0.0.27 - - [2026-01-19 03:21:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065611 [API:8081]10.0.0.27 - - [2026-01-19 03:22:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.084270 [API:8081]10.0.0.50 - - [2026-01-19 03:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2026-01-19 03:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-01-19 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.23 - - [2026-01-19 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-01-19 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2026-01-19 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-01-19 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-01-19 03:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-01-19 03:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2026-01-19 03:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2026-01-19 03:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 03:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-01-19 03:24:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066965 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003218 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002843 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003008 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002878 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002840 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002684 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:24:13] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002887 [API:8081]10.0.0.27 - - [2026-01-19 03:25:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.064360 [API:8081]10.0.0.27 - - [2026-01-19 03:25:21] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-01-19 03:25:21] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.50 - - [2026-01-19 03:25:50] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-01-19 03:25:50] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.23 - - [2026-01-19 03:25:51] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-01-19 03:25:51] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.27 - - [2026-01-19 03:26:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-01-19 03:26:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.062128 [API:8081]10.0.0.27 - - [2026-01-19 03:27:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070021 [API:8081]10.0.0.50 - - [2026-01-19 03:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-01-19 03:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-01-19 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.23 - - [2026-01-19 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-01-19 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-01-19 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-01-19 03:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-01-19 03:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-01-19 03:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-01-19 03:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-01-19 03:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-01-19 03:28:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060900 [API:8081]10.0.0.27 - - [2026-01-19 03:30:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083616 [API:8081]10.0.0.27 - - [2026-01-19 03:31:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-45887189:67dc721a-33cb-4e3b-9c89-8792e0709765?flat HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-01-19 03:31:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-45887189:67dc721a-33cb-4e3b-9c89-8792e0709765?flat HTTP/1.1" 200 5118 0.077462 [API:8081]10.0.0.27 - - [2026-01-19 03:31:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-45887189:67dc721a-33cb-4e3b-9c89-8792e0709765?flat HTTP/1.1" 200 5118 0.059062 [API:8081]10.0.0.27 - - [2026-01-19 03:31:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-45887189:67dc721a-33cb-4e3b-9c89-8792e0709765?flat HTTP/1.1" 200 5118 0.070538 [API:8081]10.0.0.27 - - [2026-01-19 03:31:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-45887189:ctest-random-23388911?flat HTTP/1.1" 200 7610 0.017895 [API:8081]10.0.0.27 - - [2026-01-19 03:31:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021075 [API:8081]10.0.0.27 - - [2026-01-19 03:31:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019818 [API:8081]10.0.0.27 - - [2026-01-19 03:31:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009019 [API:8081]10.0.0.27 - - [2026-01-19 03:31:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.008725 [API:8081]10.0.0.27 - - [2026-01-19 03:31:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021198 [API:8081]10.0.0.27 - - [2026-01-19 03:31:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066698 [API:8081]10.0.0.27 - - [2026-01-19 03:31:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021698 [API:8081]10.0.0.27 - - [2026-01-19 03:31:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.029583 [API:8081]10.0.0.27 - - [2026-01-19 03:31:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.023382 [API:8081]10.0.0.27 - - [2026-01-19 03:31:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.018429 [API:8081]10.0.0.27 - - [2026-01-19 03:31:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.061304 [API:8081]10.0.0.27 - - [2026-01-19 03:31:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-45887189:ctest-random-23388911?flat HTTP/1.1" 200 8122 0.024449 [API:8081]10.0.0.27 - - [2026-01-19 03:31:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010245 [API:8081]10.0.0.50 - - [2026-01-19 03:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2026-01-19 03:32:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-01-19 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-01-19 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2026-01-19 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2026-01-19 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-01-19 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-01-19 03:32:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-01-19 03:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-01-19 03:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-01-19 03:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-01-19 03:32:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2026-01-19 03:33:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071460 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003676 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006521 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003157 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004108 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006213 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002563 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002469 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:34:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002383 [API:8081]10.0.0.27 - - [2026-01-19 03:34:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.065154 [API:8081]10.0.0.27 - - [2026-01-19 03:34:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-01-19 03:34:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.077468 [API:8081]10.0.0.27 - - [2026-01-19 03:35:21] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-01-19 03:35:21] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.50 - - [2026-01-19 03:35:50] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2026-01-19 03:35:50] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2026-01-19 03:35:51] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-01-19 03:35:51] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.27 - - [2026-01-19 03:36:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063976 [API:8081]10.0.0.27 - - [2026-01-19 03:37:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-01-19 03:37:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.056602 [API:8081]10.0.0.50 - - [2026-01-19 03:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2026-01-19 03:37:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-01-19 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-01-19 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.27 - - [2026-01-19 03:37:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.126744 [API:8081]10.0.0.50 - - [2026-01-19 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-01-19 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-01-19 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-01-19 03:37:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-01-19 03:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-01-19 03:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.27 - - [2026-01-19 03:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2026-01-19 03:37:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2026-01-19 03:39:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-01-19 03:39:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.060454 [API:8081]10.0.0.27 - - [2026-01-19 03:39:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057415 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:50] "POST /analytics/query HTTP/1.1" 202 179 0.010860 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:50] "GET /analytics/query/8295cd9e-f4e8-11f0-ba05-00000a00001b HTTP/1.1" 200 221 0.013134 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:51] "GET /analytics/query/8295cd9e-f4e8-11f0-ba05-00000a00001b HTTP/1.1" 200 221 0.002433 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:51] "GET /analytics/query/8295cd9e-f4e8-11f0-ba05-00000a00001b HTTP/1.1" 200 338 0.001854 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:51] "GET /analytics/query/8295cd9e-f4e8-11f0-ba05-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.002102 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:52] "POST /analytics/query HTTP/1.1" 202 179 0.005845 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:52] "GET /analytics/query/8399ee40-f4e8-11f0-bd7b-00000a00001b HTTP/1.1" 200 221 0.002002 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:53] "GET /analytics/query/8399ee40-f4e8-11f0-bd7b-00000a00001b HTTP/1.1" 200 221 0.002016 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:53] "GET /analytics/query/8399ee40-f4e8-11f0-bd7b-00000a00001b HTTP/1.1" 200 338 0.002243 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:53] "GET /analytics/query/8399ee40-f4e8-11f0-bd7b-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.002586 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:54] "POST /analytics/query HTTP/1.1" 202 179 0.014753 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:54] "GET /analytics/query/8491d8c8-f4e8-11f0-853e-00000a00001b HTTP/1.1" 200 221 0.006851 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:54] "GET /analytics/query/8491d8c8-f4e8-11f0-853e-00000a00001b HTTP/1.1" 200 339 0.002090 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:54] "GET /analytics/query/8491d8c8-f4e8-11f0-853e-00000a00001b/chunk-final/0 HTTP/1.1" 200 23253 0.003177 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:55] "POST /analytics/query HTTP/1.1" 202 179 0.012022 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:55] "GET /analytics/query/85444275-f4e8-11f0-b177-00000a00001b HTTP/1.1" 200 221 0.009305 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:55] "GET /analytics/query/85444275-f4e8-11f0-b177-00000a00001b HTTP/1.1" 200 339 0.002730 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:55] "GET /analytics/query/85444275-f4e8-11f0-b177-00000a00001b/chunk-final/0 HTTP/1.1" 200 24629 0.006162 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:56] "POST /analytics/query HTTP/1.1" 202 179 0.004861 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:56] "GET /analytics/query/85f5c838-f4e8-11f0-af58-00000a00001b HTTP/1.1" 200 221 0.002029 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:57] "GET /analytics/query/85f5c838-f4e8-11f0-af58-00000a00001b HTTP/1.1" 200 339 0.001952 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:39:57] "GET /analytics/query/85f5c838-f4e8-11f0-af58-00000a00001b/chunk-final/0 HTTP/1.1" 200 10489 0.001901 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.005992 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:01] "POST /analytics/query HTTP/1.1" 202 179 0.008748 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:01] "GET /analytics/query/88a79384-f4e8-11f0-965a-00000a00001b HTTP/1.1" 200 221 0.008194 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:01] "GET /analytics/query/88a79384-f4e8-11f0-965a-00000a00001b HTTP/1.1" 200 340 0.002050 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:01] "GET /analytics/query/88a79384-f4e8-11f0-965a-00000a00001b/chunk-final/0 HTTP/1.1" 200 322663 0.028820 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003412 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003743 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:03] "POST /analytics/query HTTP/1.1" 202 179 0.020591 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:03] "GET /analytics/query/89d5d0ec-f4e8-11f0-89b1-00000a00001b HTTP/1.1" 200 221 0.002533 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:03] "GET /analytics/query/89d5d0ec-f4e8-11f0-89b1-00000a00001b HTTP/1.1" 200 338 0.002407 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:03] "GET /analytics/query/89d5d0ec-f4e8-11f0-89b1-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002160 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:03] "POST /analytics/query HTTP/1.1" 202 179 0.010378 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:03] "GET /analytics/query/8a2915ef-f4e8-11f0-a614-00000a00001b HTTP/1.1" 200 221 0.003788 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "GET /analytics/query/8a2915ef-f4e8-11f0-a614-00000a00001b HTTP/1.1" 200 338 0.002326 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "GET /analytics/query/8a2915ef-f4e8-11f0-a614-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001610 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "POST /analytics/query HTTP/1.1" 202 179 0.005182 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "GET /analytics/query/8a7a564e-f4e8-11f0-abbd-00000a00001b HTTP/1.1" 200 221 0.014952 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "GET /analytics/query/8a7a564e-f4e8-11f0-abbd-00000a00001b HTTP/1.1" 200 338 0.003100 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "GET /analytics/query/8a7a564e-f4e8-11f0-abbd-00000a00001b/chunk-final/0 HTTP/1.1" 200 11869 0.003550 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "POST /analytics/query HTTP/1.1" 202 179 0.005760 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:04] "GET /analytics/query/8acd21cf-f4e8-11f0-bdee-00000a00001b HTTP/1.1" 200 221 0.005155 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "GET /analytics/query/8acd21cf-f4e8-11f0-bdee-00000a00001b HTTP/1.1" 200 338 0.001949 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "GET /analytics/query/8acd21cf-f4e8-11f0-bdee-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.002354 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "POST /analytics/query HTTP/1.1" 202 179 0.004509 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "GET /analytics/query/8b206ecc-f4e8-11f0-a7f5-00000a00001b HTTP/1.1" 200 221 0.012096 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "GET /analytics/query/8b206ecc-f4e8-11f0-a7f5-00000a00001b HTTP/1.1" 200 338 0.002302 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "GET /analytics/query/8b206ecc-f4e8-11f0-a7f5-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002377 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "POST /analytics/query HTTP/1.1" 202 179 0.007256 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:05] "GET /analytics/query/8b72d87b-f4e8-11f0-a2dc-00000a00001b HTTP/1.1" 200 221 0.001548 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "GET /analytics/query/8b72d87b-f4e8-11f0-a2dc-00000a00001b HTTP/1.1" 200 338 0.001865 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "GET /analytics/query/8b72d87b-f4e8-11f0-a2dc-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.005718 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "POST /analytics/query HTTP/1.1" 202 179 0.017186 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "GET /analytics/query/8bc623e1-f4e8-11f0-aba1-00000a00001b HTTP/1.1" 200 221 0.003164 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "GET /analytics/query/8bc623e1-f4e8-11f0-aba1-00000a00001b HTTP/1.1" 200 338 0.001965 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "GET /analytics/query/8bc623e1-f4e8-11f0-aba1-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.007726 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "POST /analytics/query HTTP/1.1" 202 179 0.004462 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:06] "GET /analytics/query/8c193ad1-f4e8-11f0-a966-00000a00001b HTTP/1.1" 200 221 0.002752 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "GET /analytics/query/8c193ad1-f4e8-11f0-a966-00000a00001b HTTP/1.1" 200 338 0.002290 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "GET /analytics/query/8c193ad1-f4e8-11f0-a966-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001764 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "POST /analytics/query HTTP/1.1" 202 179 0.005482 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "GET /analytics/query/8c6a1077-f4e8-11f0-9a87-00000a00001b HTTP/1.1" 200 221 0.003322 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "GET /analytics/query/8c6a1077-f4e8-11f0-9a87-00000a00001b HTTP/1.1" 200 338 0.002119 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "GET /analytics/query/8c6a1077-f4e8-11f0-9a87-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.002545 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "POST /analytics/query HTTP/1.1" 202 179 0.011013 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:07] "GET /analytics/query/8cbb81e7-f4e8-11f0-9f88-00000a00001b HTTP/1.1" 200 221 0.002632 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "GET /analytics/query/8cbb81e7-f4e8-11f0-9f88-00000a00001b HTTP/1.1" 200 338 0.001871 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "GET /analytics/query/8cbb81e7-f4e8-11f0-9f88-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001825 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "POST /analytics/query HTTP/1.1" 202 179 0.004703 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "GET /analytics/query/8d0daefa-f4e8-11f0-bed7-00000a00001b HTTP/1.1" 200 221 0.001792 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "GET /analytics/query/8d0daefa-f4e8-11f0-bed7-00000a00001b HTTP/1.1" 200 338 0.002179 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "GET /analytics/query/8d0daefa-f4e8-11f0-bed7-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002402 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "POST /analytics/query HTTP/1.1" 202 179 0.006155 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:08] "GET /analytics/query/8d5e0323-f4e8-11f0-807c-00000a00001b HTTP/1.1" 200 221 0.002002 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:09] "GET /analytics/query/8d5e0323-f4e8-11f0-807c-00000a00001b HTTP/1.1" 200 338 0.002499 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:09] "GET /analytics/query/8d5e0323-f4e8-11f0-807c-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002223 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003427 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003821 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:10] "POST /analytics/query HTTP/1.1" 202 179 0.011888 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:10] "GET /analytics/query/8e7634d3-f4e8-11f0-8d11-00000a00001b HTTP/1.1" 200 221 0.010241 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:11] "GET /analytics/query/8e7634d3-f4e8-11f0-8d11-00000a00001b HTTP/1.1" 200 340 0.002162 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:11] "GET /analytics/query/8e7634d3-f4e8-11f0-8d11-00000a00001b/chunk-final/0 HTTP/1.1" 200 1505163 0.016261 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:11] "POST /analytics/query HTTP/1.1" 202 179 0.004918 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:11] "GET /analytics/query/8ed16f1d-f4e8-11f0-84d5-00000a00001b HTTP/1.1" 200 221 0.007018 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:11] "GET /analytics/query/8ed16f1d-f4e8-11f0-84d5-00000a00001b HTTP/1.1" 200 340 0.002332 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:11] "GET /analytics/query/8ed16f1d-f4e8-11f0-84d5-00000a00001b/chunk-final/0 HTTP/1.1" 200 1506554 0.016497 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.004209 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003571 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.005365 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003783 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.003755 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:15] "POST /analytics/query HTTP/1.1" 202 179 0.005208 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:15] "GET /analytics/query/9133f5e9-f4e8-11f0-8aaf-00000a00001b HTTP/1.1" 200 221 0.004089 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:15] "GET /analytics/query/9133f5e9-f4e8-11f0-8aaf-00000a00001b HTTP/1.1" 200 339 0.002085 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:15] "GET /analytics/query/9133f5e9-f4e8-11f0-8aaf-00000a00001b/chunk-final/0 HTTP/1.1" 200 71959 0.004545 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003655 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:16] "POST /analytics/query HTTP/1.1" 202 179 0.006061 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:16] "GET /analytics/query/91e62066-f4e8-11f0-b522-00000a00001b HTTP/1.1" 200 221 0.019766 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:17] "GET /analytics/query/91e62066-f4e8-11f0-b522-00000a00001b HTTP/1.1" 200 341 0.002383 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:17] "GET /analytics/query/91e62066-f4e8-11f0-b522-00000a00001b/chunk-final/0 HTTP/1.1" 200 1042261 0.034071 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003752 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003340 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.004151 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:22] "POST /analytics/query HTTP/1.1" 200 145 1.012902 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.003604 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:24] "POST /analytics/query HTTP/1.1" 200 2331 1.014129 [API:8081]10.0.0.27 - - [2026-01-19 03:40:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.083395 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.003882 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:26] "POST /analytics/query HTTP/1.1" 200 764 1.011608 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.003557 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:27] "POST /analytics/query HTTP/1.1" 200 2831 1.011992 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003409 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:29] "POST /analytics/query HTTP/1.1" 200 258 1.012911 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004299 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:31] "POST /analytics/query HTTP/1.1" 200 1469 1.015070 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003652 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:32] "POST /analytics/query HTTP/1.1" 200 2831 1.011190 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004385 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:34] "POST /analytics/query HTTP/1.1" 200 834 1.011368 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003673 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:36] "POST /analytics/query HTTP/1.1" 200 141413 1.034888 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003640 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:37] "POST /analytics/query HTTP/1.1" 200 1091 1.019875 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003395 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:39] "POST /analytics/query HTTP/1.1" 200 258 1.011035 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003951 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:41] "POST /analytics/query HTTP/1.1" 200 596 1.019588 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003421 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:42] "POST /analytics/query HTTP/1.1" 200 1427 1.010356 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003543 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:44] "POST /analytics/query HTTP/1.1" 200 596 1.010393 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003885 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:46] "POST /analytics/query HTTP/1.1" 200 236 1.009968 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:40:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.008644 [API:8081]10.0.0.27 - - [2026-01-19 03:40:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-01-19 03:40:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.066849 [API:8081]10.0.0.27 - - [2026-01-19 03:41:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.110485 [API:8081]10.0.0.27 - - [2026-01-19 03:41:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.065873 [API:8081]10.0.0.27 - - [2026-01-19 03:41:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008998 [API:8081]10.0.0.27 - - [2026-01-19 03:42:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011778 [API:8081]10.0.0.27 - - [2026-01-19 03:42:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009413 [API:8081]10.0.0.27 - - [2026-01-19 03:42:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009548 [API:8081]10.0.0.27 - - [2026-01-19 03:42:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009923 [API:8081]10.0.0.27 - - [2026-01-19 03:42:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009374 [API:8081]10.0.0.50 - - [2026-01-19 03:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2026-01-19 03:42:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-01-19 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-01-19 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-01-19 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2026-01-19 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-01-19 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-01-19 03:42:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-01-19 03:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-01-19 03:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-01-19 03:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-01-19 03:42:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-01-19 03:42:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068174 [API:8081]10.0.0.27 - - [2026-01-19 03:42:33] "POST /analytics/query HTTP/1.1" 200 222 1.018572 [API:8081]10.0.0.27 - - [2026-01-19 03:42:34] "POST /analytics/query HTTP/1.1" 200 222 1.027563 [API:8081]10.0.0.27 - - [2026-01-19 03:42:35] "POST /analytics/query HTTP/1.1" 200 353 1.019111 [API:8081]10.0.0.27 - - [2026-01-19 03:43:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060077 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002677 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003038 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003282 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002925 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004046 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002667 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002560 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:44:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002532 [API:8081]10.0.0.27 - - [2026-01-19 03:45:21] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-01-19 03:45:21] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.27 - - [2026-01-19 03:45:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058740 [API:8081]10.0.0.50 - - [2026-01-19 03:45:50] "GET /analytics HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.50 - - [2026-01-19 03:45:50] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2026-01-19 03:45:51] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-01-19 03:45:51] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.27 - - [2026-01-19 03:45:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.025643 [API:8081]10.0.0.27 - - [2026-01-19 03:45:57] "POST /analytics/query HTTP/1.1" 200 507 1.020217 [API:8081]10.0.0.27 - - [2026-01-19 03:45:58] "POST /analytics/query HTTP/1.1" 200 353 1.019037 [API:8081]10.0.0.27 - - [2026-01-19 03:45:59] "POST /analytics/query HTTP/1.1" 200 353 1.071673 [API:8081]10.0.0.27 - - [2026-01-19 03:46:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066872 [API:8081]10.0.0.50 - - [2026-01-19 03:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.50 - - [2026-01-19 03:47:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-01-19 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-01-19 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2026-01-19 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.50 - - [2026-01-19 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-01-19 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-01-19 03:47:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-01-19 03:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-01-19 03:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-01-19 03:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-01-19 03:47:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2026-01-19 03:48:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087982 [API:8081]10.0.0.27 - - [2026-01-19 03:49:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.070443 [API:8081]10.0.0.27 - - [2026-01-19 03:51:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073499 [API:8081]10.0.0.50 - - [2026-01-19 03:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-01-19 03:52:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-01-19 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-01-19 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-01-19 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2026-01-19 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-01-19 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 03:52:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-01-19 03:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001410 [API:8081]10.0.0.23 - - [2026-01-19 03:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.27 - - [2026-01-19 03:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2026-01-19 03:52:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-01-19 03:52:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066832 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002770 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002903 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002745 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002716 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003169 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002780 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002492 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 03:54:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002532 [API:8081]10.0.0.27 - - [2026-01-19 03:54:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068875 [API:8081]10.0.0.27 - - [2026-01-19 03:55:21] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.27 - - [2026-01-19 03:55:21] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-01-19 03:55:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063535 [API:8081]10.0.0.50 - - [2026-01-19 03:55:50] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2026-01-19 03:55:50] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.23 - - [2026-01-19 03:55:51] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.23 - - [2026-01-19 03:55:51] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.27 - - [2026-01-19 03:57:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-01-19 03:57:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.070930 [API:8081]10.0.0.50 - - [2026-01-19 03:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2026-01-19 03:57:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-01-19 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-01-19 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2026-01-19 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.50 - - [2026-01-19 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-01-19 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-01-19 03:57:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-01-19 03:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-01-19 03:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.27 - - [2026-01-19 03:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-01-19 03:57:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-01-19 03:57:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.253814 [API:8081]10.0.0.27 - - [2026-01-19 03:57:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:13f37ae2-50b8-40c6-826a-3b79db2b8d7f?flat HTTP/1.1" 200 5201 0.057790 [API:8081]10.0.0.27 - - [2026-01-19 03:57:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:13f37ae2-50b8-40c6-826a-3b79db2b8d7f?flat HTTP/1.1" 200 5201 0.013703 [API:8081]10.0.0.27 - - [2026-01-19 03:57:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:13f37ae2-50b8-40c6-826a-3b79db2b8d7f?flat HTTP/1.1" 200 5201 0.072532 [API:8081]10.0.0.27 - - [2026-01-19 03:57:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31331483:EVPN-VN1?flat HTTP/1.1" 200 3939 0.013674 [API:8081]10.0.0.27 - - [2026-01-19 03:57:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.029541 [API:8081]10.0.0.27 - - [2026-01-19 03:57:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.020255 [API:8081]10.0.0.27 - - [2026-01-19 03:57:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009156 [API:8081]10.0.0.27 - - [2026-01-19 03:57:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:26f2e854-a3eb-4106-b97f-e996ebd40185?flat HTTP/1.1" 200 5064 0.014455 [API:8081]10.0.0.27 - - [2026-01-19 03:57:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:26f2e854-a3eb-4106-b97f-e996ebd40185?flat HTTP/1.1" 200 5064 0.030880 [API:8081]10.0.0.27 - - [2026-01-19 03:57:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:26f2e854-a3eb-4106-b97f-e996ebd40185?flat HTTP/1.1" 200 5064 0.016073 [API:8081]10.0.0.27 - - [2026-01-19 03:57:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31331483:EVPN-VN1?flat HTTP/1.1" 200 3939 0.018732 [API:8081]10.0.0.27 - - [2026-01-19 03:57:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.023807 [API:8081]10.0.0.27 - - [2026-01-19 03:57:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.021660 [API:8081]10.0.0.27 - - [2026-01-19 03:57:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010050 [API:8081]10.0.0.27 - - [2026-01-19 03:58:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063937 [API:8081]10.0.0.27 - - [2026-01-19 04:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:13f37ae2-50b8-40c6-826a-3b79db2b8d7f?flat HTTP/1.1" 200 5324 0.015321 [API:8081]10.0.0.27 - - [2026-01-19 04:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:13f37ae2-50b8-40c6-826a-3b79db2b8d7f?flat HTTP/1.1" 200 5324 0.015111 [API:8081]10.0.0.27 - - [2026-01-19 04:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:13f37ae2-50b8-40c6-826a-3b79db2b8d7f?flat HTTP/1.1" 200 5324 0.014710 [API:8081]10.0.0.27 - - [2026-01-19 04:00:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31331483:EVPN-VN1?flat HTTP/1.1" 200 8322 0.014289 [API:8081]10.0.0.27 - - [2026-01-19 04:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23276 0.020154 [API:8081]10.0.0.27 - - [2026-01-19 04:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23276 0.031578 [API:8081]10.0.0.27 - - [2026-01-19 04:00:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008348 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:26f2e854-a3eb-4106-b97f-e996ebd40185?flat HTTP/1.1" 200 5321 0.013753 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:26f2e854-a3eb-4106-b97f-e996ebd40185?flat HTTP/1.1" 200 5321 0.015862 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-31331483:26f2e854-a3eb-4106-b97f-e996ebd40185?flat HTTP/1.1" 200 5321 0.014350 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31331483:EVPN-VN1?flat HTTP/1.1" 200 9518 0.016958 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23273 0.020406 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 11948 0.019489 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23273 0.022395 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 11948 0.026613 [API:8081]10.0.0.27 - - [2026-01-19 04:00:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010017 [API:8081]10.0.0.27 - - [2026-01-19 04:00:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079963 [API:8081]10.0.0.27 - - [2026-01-19 04:01:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32161 0.028200 [API:8081]10.0.0.27 - - [2026-01-19 04:01:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12222 0.023555 [API:8081]10.0.0.27 - - [2026-01-19 04:01:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31331483:EVPN-VN1?flat HTTP/1.1" 200 8545 0.014652 [API:8081]10.0.0.27 - - [2026-01-19 04:01:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008909 [API:8081]10.0.0.27 - - [2026-01-19 04:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32491 0.025985 [API:8081]10.0.0.27 - - [2026-01-19 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32492 0.025873 [API:8081]10.0.0.27 - - [2026-01-19 04:01:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-31331483:EVPN-VN1?flat HTTP/1.1" 200 5990 0.012794 [API:8081]10.0.0.27 - - [2026-01-19 04:01:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008605 [API:8081]10.0.0.27 - - [2026-01-19 04:01:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.064322 [API:8081]10.0.0.50 - - [2026-01-19 04:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.50 - - [2026-01-19 04:02:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-01-19 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-01-19 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-01-19 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.50 - - [2026-01-19 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.27 - - [2026-01-19 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2026-01-19 04:02:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-01-19 04:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-01-19 04:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-01-19 04:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-01-19 04:02:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2026-01-19 04:03:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00903704:ctest-TestRbac-00903704-77429133?flat HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-01-19 04:03:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00903704:ctest-TestRbac-00903704-77429133?flat HTTP/1.1" 200 2082 0.429727 [API:8081]10.0.0.27 - - [2026-01-19 04:03:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.143730 [API:8081]10.0.0.27 - - [2026-01-19 04:03:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00903704:ctest-TestRbac-00903704-77429133?flat HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-01-19 04:03:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00903704:ctest-TestRbac-00903704-77429133?flat HTTP/1.1" 200 2082 0.221616 [API:8081]10.0.0.27 - - [2026-01-19 04:03:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.100417 [API:8081]10.0.0.27 - - [2026-01-19 04:03:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.377767 [API:8081]10.0.0.27 - - [2026-01-19 04:04:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-68046027:147242a7-5008-4e29-ac97-9829d67be78a?flat HTTP/1.1" 200 5322 0.056155 [API:8081]10.0.0.27 - - [2026-01-19 04:04:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-68046027:147242a7-5008-4e29-ac97-9829d67be78a?flat HTTP/1.1" 200 5322 0.061244 [API:8081]10.0.0.27 - - [2026-01-19 04:04:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-68046027:147242a7-5008-4e29-ac97-9829d67be78a?flat HTTP/1.1" 200 5322 0.060997 [API:8081]10.0.0.27 - - [2026-01-19 04:04:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00903704:ctest-TestRbac-00903704-77429133?flat HTTP/1.1" 200 8370 0.057949 [API:8081]10.0.0.27 - - [2026-01-19 04:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.059100 [API:8081]10.0.0.27 - - [2026-01-19 04:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.153330 [API:8081]10.0.0.27 - - [2026-01-19 04:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.27 - - [2026-01-19 04:04:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.090075 [API:8081]10.0.0.27 - - [2026-01-19 04:04:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041280 [API:8081]10.0.0.27 - - [2026-01-19 04:04:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.145342 [API:8081]10.0.0.27 - - [2026-01-19 04:04:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.085412 [API:8081]10.0.0.27 - - [2026-01-19 04:04:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.044956 [API:8081]10.0.0.27 - - [2026-01-19 04:04:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.094894 [API:8081]10.0.0.27 - - [2026-01-19 04:04:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.136009 [API:8081]10.0.0.27 - - [2026-01-19 04:04:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.022977 [API:8081]10.0.0.27 - - [2026-01-19 04:04:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.102200 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003309 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003021 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002961 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002504 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003609 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003294 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003111 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:04:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003452 [API:8081]10.0.0.27 - - [2026-01-19 04:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.023784 [API:8081]10.0.0.27 - - [2026-01-19 04:04:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.026948 [API:8081]10.0.0.27 - - [2026-01-19 04:04:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32548 0.033423 [API:8081]10.0.0.27 - - [2026-01-19 04:04:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.026566 [API:8081]10.0.0.27 - - [2026-01-19 04:04:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.027468 [API:8081]10.0.0.27 - - [2026-01-19 04:04:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.022773 [API:8081]10.0.0.27 - - [2026-01-19 04:04:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32560 0.033647 [API:8081]10.0.0.27 - - [2026-01-19 04:04:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00903704:ctest-TestRbac-00903704-77429133?flat HTTP/1.1" 200 6500 0.013171 [API:8081]10.0.0.27 - - [2026-01-19 04:04:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009019 [API:8081]10.0.0.27 - - [2026-01-19 04:04:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.108196 [API:8081]10.0.0.27 - - [2026-01-19 04:04:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-01-19 04:04:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 200 2121 0.093522 [API:8081]10.0.0.27 - - [2026-01-19 04:04:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 401 205 0.000222 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-04907094'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-51240066' RBAC: ctest-TestRbacBasic-92324702 doesn't have read permission in project '4909f8f4f60744ef96a2c37c927b6ae4' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-70905439', 'ctest-TestRbacBasic-70905439-04162253'], 'virtual_network', '3ad3fac4-c917-42bd-91b8-e7cd6798c9f7', "Permission Denied for ['ctest-TestRbacBasic-04907094'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-51240066' RBAC: ctest-TestRbacBasic-92324702 doesn't have read permission in project '4909f8f4f60744ef96a2c37c927b6ae4'"),) [API:8081]10.0.0.27 - - [2026-01-19 04:04:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 403 198 0.109059 [API:8081]10.0.0.27 - - [2026-01-19 04:04:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-01-19 04:04:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 200 2121 0.059764 [API:8081]10.0.0.27 - - [2026-01-19 04:04:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.076418 [API:8081]10.0.0.27 - - [2026-01-19 04:04:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.068409 [API:8081]10.0.0.27 - - [2026-01-19 04:04:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.058448 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-04907094'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-70905439' RBAC: ctest-TestRbacBasic-92324702 doesn't have read permission in project '4893f9a481724ea594bd1842f5ff07e7' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-70905439', 'ctest-TestRbacBasic-70905439-04162253'], 'virtual_network', '3ad3fac4-c917-42bd-91b8-e7cd6798c9f7', "Permission Denied for ['ctest-TestRbacBasic-04907094'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-70905439' RBAC: ctest-TestRbacBasic-92324702 doesn't have read permission in project '4893f9a481724ea594bd1842f5ff07e7'"),) [API:8081]10.0.0.27 - - [2026-01-19 04:04:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 403 198 0.041505 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-04907094'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-70905439' RBAC: ctest-TestRbacBasic-92324702 doesn't have read permission in project '4893f9a481724ea594bd1842f5ff07e7' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-70905439', 'ctest-TestRbacBasic-70905439-04162253'], 'virtual_network', '3ad3fac4-c917-42bd-91b8-e7cd6798c9f7', "Permission Denied for ['ctest-TestRbacBasic-04907094'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-70905439' RBAC: ctest-TestRbacBasic-92324702 doesn't have read permission in project '4893f9a481724ea594bd1842f5ff07e7'"),) [API:8081]10.0.0.27 - - [2026-01-19 04:04:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 403 198 0.098263 [API:8081]10.0.0.27 - - [2026-01-19 04:04:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 200 2125 0.047527 [API:8081]10.0.0.27 - - [2026-01-19 04:04:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70905439:ctest-TestRbacBasic-70905439-04162253?flat HTTP/1.1" 200 2125 0.055593 [API:8081]10.0.0.27 - - [2026-01-19 04:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073257 [API:8081]10.0.0.27 - - [2026-01-19 04:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.047699 [API:8081]10.0.0.27 - - [2026-01-19 04:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.010043 [API:8081]10.0.0.27 - - [2026-01-19 04:05:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.011605 [API:8081]10.0.0.27 - - [2026-01-19 04:05:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 401 205 0.000262 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-45964041 as ['ctest-TestRbacBasic-26037737'] to R virtual-network in ctest-TestRbacBasic-74477222 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-74477222', 'ctest-TestRbacBasic-74477222-20461004'], 'virtual_network', 'e220dce5-e408-4a39-bc48-3b321c977b10', "Permission Denied for ctest-TestRbacBasic-45964041 as ['ctest-TestRbacBasic-26037737'] to R virtual-network in ctest-TestRbacBasic-74477222"),) [API:8081]10.0.0.27 - - [2026-01-19 04:05:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 403 198 0.156022 [API:8081]10.0.0.27 - - [2026-01-19 04:05:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.071077 [API:8081]10.0.0.27 - - [2026-01-19 04:05:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 200 2118 0.052375 [API:8081]10.0.0.27 - - [2026-01-19 04:05:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.058771 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-45964041 as ['ctest-TestRbacBasic-26037737'] to R virtual-network in ctest-TestRbacBasic-74477222 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-74477222', 'ctest-TestRbacBasic-74477222-20461004'], 'virtual_network', 'e220dce5-e408-4a39-bc48-3b321c977b10', "Permission Denied for ctest-TestRbacBasic-45964041 as ['ctest-TestRbacBasic-26037737'] to R virtual-network in ctest-TestRbacBasic-74477222"),) [API:8081]10.0.0.27 - - [2026-01-19 04:05:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 403 198 0.053577 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-45964041 as ['ctest-TestRbacBasic-26037737'] to R virtual-network in ctest-TestRbacBasic-74477222 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-74477222', 'ctest-TestRbacBasic-74477222-20461004'], 'virtual_network', 'e220dce5-e408-4a39-bc48-3b321c977b10', "Permission Denied for ctest-TestRbacBasic-45964041 as ['ctest-TestRbacBasic-26037737'] to R virtual-network in ctest-TestRbacBasic-74477222"),) [API:8081]10.0.0.27 - - [2026-01-19 04:05:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 403 198 0.091406 [API:8081]10.0.0.27 - - [2026-01-19 04:05:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.061617 [API:8081]10.0.0.27 - - [2026-01-19 04:05:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 200 2118 0.061335 [API:8081]10.0.0.27 - - [2026-01-19 04:05:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.069770 [API:8081]10.0.0.27 - - [2026-01-19 04:05:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 401 205 0.000299 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-92324702 as ['ctest-TestRbacBasic-04907094'] to R virtual-network in ctest-TestRbacBasic-74477222 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-74477222', 'ctest-TestRbacBasic-74477222-20461004'], 'virtual_network', 'e220dce5-e408-4a39-bc48-3b321c977b10', "Permission Denied for ctest-TestRbacBasic-92324702 as ['ctest-TestRbacBasic-04907094'] to R virtual-network in ctest-TestRbacBasic-74477222"),) [API:8081]10.0.0.27 - - [2026-01-19 04:05:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 403 198 0.093282 [API:8081]10.0.0.27 - - [2026-01-19 04:05:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.049671 [API:8081]10.0.0.27 - - [2026-01-19 04:05:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-20461004?flat HTTP/1.1" 200 2118 0.053358 [API:8081]10.0.0.27 - - [2026-01-19 04:05:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.056228 [API:8081]10.0.0.27 - - [2026-01-19 04:05:21] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-01-19 04:05:21] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.27 - - [2026-01-19 04:05:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.073087 [API:8081]10.0.0.27 - - [2026-01-19 04:05:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.015314 [API:8081]10.0.0.27 - - [2026-01-19 04:05:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-74477222:1d9370bd-47c2-45e9-8bf4-de626c01eb51?flat HTTP/1.1" 200 5243 0.050934 [API:8081]10.0.0.27 - - [2026-01-19 04:05:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-74477222:1d9370bd-47c2-45e9-8bf4-de626c01eb51?flat HTTP/1.1" 200 5243 0.054409 [API:8081]10.0.0.27 - - [2026-01-19 04:05:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-74477222:1d9370bd-47c2-45e9-8bf4-de626c01eb51?flat HTTP/1.1" 200 5243 0.054015 [API:8081]10.0.0.27 - - [2026-01-19 04:05:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-08710369?flat HTTP/1.1" 200 3509 0.052191 [API:8081]10.0.0.27 - - [2026-01-19 04:05:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.032778 [API:8081]10.0.0.27 - - [2026-01-19 04:05:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.114851 [API:8081]10.0.0.27 - - [2026-01-19 04:05:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.024262 [API:8081]10.0.0.27 - - [2026-01-19 04:05:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040977 [API:8081]10.0.0.27 - - [2026-01-19 04:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.084830 [API:8081]10.0.0.27 - - [2026-01-19 04:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.029003 [API:8081]10.0.0.27 - - [2026-01-19 04:05:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.043875 [API:8081]10.0.0.27 - - [2026-01-19 04:05:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-08710369?flat HTTP/1.1" 200 3509 0.099273 [API:8081]10.0.0.27 - - [2026-01-19 04:05:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.069734 [API:8081]10.0.0.27 - - [2026-01-19 04:05:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040467 [API:8081]10.0.0.27 - - [2026-01-19 04:05:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.107992 [API:8081]10.0.0.27 - - [2026-01-19 04:05:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.033786 [API:8081]10.0.0.50 - - [2026-01-19 04:05:50] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2026-01-19 04:05:50] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.23 - - [2026-01-19 04:05:51] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2026-01-19 04:05:51] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.27 - - [2026-01-19 04:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.025208 [API:8081]10.0.0.27 - - [2026-01-19 04:05:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.025253 [API:8081]10.0.0.27 - - [2026-01-19 04:05:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.024454 [API:8081]10.0.0.27 - - [2026-01-19 04:06:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.026084 [API:8081]10.0.0.27 - - [2026-01-19 04:06:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.023308 [API:8081]10.0.0.27 - - [2026-01-19 04:06:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-74477222:ctest-TestRbacBasic-74477222-08710369?flat HTTP/1.1" 200 6887 0.011504 [API:8081]10.0.0.27 - - [2026-01-19 04:06:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010226 [Introspect:8090]10.0.0.27 - - [2026-01-19 04:06:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001044 [API:8081]10.0.0.27 - - [2026-01-19 04:06:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-01-19 04:06:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.063522 [API:8081]10.0.0.27 - - [2026-01-19 04:06:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058097 [API:8081]10.0.0.50 - - [2026-01-19 04:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2026-01-19 04:07:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-01-19 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-01-19 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2026-01-19 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2026-01-19 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.27 - - [2026-01-19 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-01-19 04:07:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-01-19 04:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-01-19 04:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-01-19 04:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-01-19 04:07:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-01-19 04:07:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.067037 [API:8081]10.0.0.27 - - [2026-01-19 04:08:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:c0e0fe75-a8c5-4368-9cb2-056118eddd0b?flat HTTP/1.1" 200 5367 0.014956 [API:8081]10.0.0.27 - - [2026-01-19 04:08:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:c0e0fe75-a8c5-4368-9cb2-056118eddd0b?flat HTTP/1.1" 200 5367 0.085275 [API:8081]10.0.0.27 - - [2026-01-19 04:08:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:c0e0fe75-a8c5-4368-9cb2-056118eddd0b?flat HTTP/1.1" 200 5367 0.080560 [API:8081]10.0.0.27 - - [2026-01-19 04:08:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn1-37701351?flat HTTP/1.1" 200 9484 0.028304 [API:8081]10.0.0.27 - - [2026-01-19 04:08:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.035173 [API:8081]10.0.0.27 - - [2026-01-19 04:08:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.027246 [API:8081]10.0.0.27 - - [2026-01-19 04:08:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009821 [API:8081]10.0.0.27 - - [2026-01-19 04:08:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:0a71d292-335b-4a13-b6da-c7d957d309d8?flat HTTP/1.1" 200 5442 0.014238 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:0a71d292-335b-4a13-b6da-c7d957d309d8?flat HTTP/1.1" 200 5442 0.015350 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:0a71d292-335b-4a13-b6da-c7d957d309d8?flat HTTP/1.1" 200 5442 0.014908 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn1-37701351?flat HTTP/1.1" 200 9484 0.022231 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.030278 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12925 0.026320 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.027059 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12925 0.019173 [API:8081]10.0.0.27 - - [2026-01-19 04:08:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010541 [API:8081]10.0.0.27 - - [2026-01-19 04:08:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.026992 [API:8081]10.0.0.27 - - [2026-01-19 04:08:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.021808 [API:8081]10.0.0.27 - - [2026-01-19 04:08:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.033688 [API:8081]10.0.0.27 - - [2026-01-19 04:08:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.022565 [API:8081]10.0.0.27 - - [2026-01-19 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.026727 [API:8081]10.0.0.27 - - [2026-01-19 04:08:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.021590 [API:8081]10.0.0.27 - - [2026-01-19 04:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.028144 [API:8081]10.0.0.27 - - [2026-01-19 04:08:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.022829 [API:8081]10.0.0.27 - - [2026-01-19 04:08:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.025938 [API:8081]10.0.0.27 - - [2026-01-19 04:08:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.024959 [API:8081]10.0.0.27 - - [2026-01-19 04:09:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.028244 [API:8081]10.0.0.27 - - [2026-01-19 04:09:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.023220 [API:8081]10.0.0.27 - - [2026-01-19 04:09:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.034120 [API:8081]10.0.0.27 - - [2026-01-19 04:09:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.027435 [API:8081]10.0.0.27 - - [2026-01-19 04:09:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.028636 [API:8081]10.0.0.27 - - [2026-01-19 04:09:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12940 0.020936 [API:8081]10.0.0.27 - - [2026-01-19 04:09:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32562 0.023432 [API:8081]10.0.0.27 - - [2026-01-19 04:09:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 12722 0.024576 [API:8081]10.0.0.27 - - [2026-01-19 04:09:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn1-37701351?flat HTTP/1.1" 200 7724 0.014333 [API:8081]10.0.0.27 - - [2026-01-19 04:09:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010093 [API:8081]10.0.0.27 - - [2026-01-19 04:09:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.023506 [API:8081]10.0.0.27 - - [2026-01-19 04:09:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.028402 [API:8081]10.0.0.27 - - [2026-01-19 04:09:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.026461 [API:8081]10.0.0.27 - - [2026-01-19 04:09:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.025753 [API:8081]10.0.0.27 - - [2026-01-19 04:09:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.025596 [API:8081]10.0.0.27 - - [2026-01-19 04:09:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.026582 [API:8081]10.0.0.27 - - [2026-01-19 04:09:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.022519 [API:8081]10.0.0.27 - - [2026-01-19 04:09:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn1-37701351?flat HTTP/1.1" 200 6231 0.011976 [API:8081]10.0.0.27 - - [2026-01-19 04:09:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007782 [API:8081]10.0.0.27 - - [2026-01-19 04:09:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.011281 [API:8081]10.0.0.27 - - [2026-01-19 04:09:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.008590 [API:8081]10.0.0.27 - - [2026-01-19 04:09:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058010 [API:8081]10.0.0.27 - - [2026-01-19 04:10:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.071067 [API:8081]10.0.0.50 - - [2026-01-19 04:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2026-01-19 04:12:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-01-19 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-01-19 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.50 - - [2026-01-19 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.50 - - [2026-01-19 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.27 - - [2026-01-19 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.27 - - [2026-01-19 04:12:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.23 - - [2026-01-19 04:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-01-19 04:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.27 - - [2026-01-19 04:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.27 - - [2026-01-19 04:12:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [Introspect:8090]10.0.0.27 - - [2026-01-19 04:12:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001001 [API:8081]10.0.0.27 - - [2026-01-19 04:12:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5040-1?flat HTTP/1.1" 200 11923 0.069235 [API:8081]10.0.0.27 - - [2026-01-19 04:12:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5040-1?flat HTTP/1.1" 200 6055 0.385358 [API:8081]10.0.0.27 - - [2026-01-19 04:12:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5040-2?flat HTTP/1.1" 200 6053 0.407445 [API:8081]10.0.0.27 - - [2026-01-19 04:12:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5040-3?flat HTTP/1.1" 200 3963 0.015388 [API:8081]10.0.0.27 - - [2026-01-19 04:12:27] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?flat HTTP/1.1" 200 6692 0.026623 [API:8081]10.0.0.27 - - [2026-01-19 04:12:27] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?flat HTTP/1.1" 200 7049 0.021129 [API:8081]10.0.0.27 - - [2026-01-19 04:12:27] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?flat HTTP/1.1" 200 6131 0.019962 [API:8081]10.0.0.27 - - [2026-01-19 04:12:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.009338 [API:8081]10.0.0.27 - - [2026-01-19 04:12:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084481 [API:8081]10.0.0.27 - - [2026-01-19 04:13:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:fabcddbe-b09b-44ea-b71f-1a1f5e7c836f?flat HTTP/1.1" 200 5250 0.012942 [API:8081]10.0.0.27 - - [2026-01-19 04:13:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:fabcddbe-b09b-44ea-b71f-1a1f5e7c836f?flat HTTP/1.1" 200 5250 0.013652 [API:8081]10.0.0.27 - - [2026-01-19 04:13:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:fabcddbe-b09b-44ea-b71f-1a1f5e7c836f?flat HTTP/1.1" 200 5250 0.013919 [API:8081]10.0.0.27 - - [2026-01-19 04:13:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn1-56688583?flat HTTP/1.1" 200 7109 0.013788 [API:8081]10.0.0.27 - - [2026-01-19 04:13:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32540 0.021564 [API:8081]10.0.0.27 - - [2026-01-19 04:13:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32540 0.024255 [API:8081]10.0.0.27 - - [2026-01-19 04:13:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008687 [API:8081]10.0.0.27 - - [2026-01-19 04:13:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.070045 [API:8081]10.0.0.27 - - [2026-01-19 04:13:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:829d79ec-9889-4fd3-aeab-93c47d27501b?flat HTTP/1.1" 200 5245 0.014401 [API:8081]10.0.0.27 - - [2026-01-19 04:13:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:829d79ec-9889-4fd3-aeab-93c47d27501b?flat HTTP/1.1" 200 5245 0.012062 [API:8081]10.0.0.27 - - [2026-01-19 04:13:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-83017551:829d79ec-9889-4fd3-aeab-93c47d27501b?flat HTTP/1.1" 200 5245 0.015685 [API:8081]10.0.0.27 - - [2026-01-19 04:13:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn2-55794601?flat HTTP/1.1" 200 6986 0.013060 [API:8081]10.0.0.27 - - [2026-01-19 04:13:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40484 0.025285 [API:8081]10.0.0.27 - - [2026-01-19 04:13:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40484 0.028434 [API:8081]10.0.0.27 - - [2026-01-19 04:13:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009532 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003155 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003494 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002989 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003087 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004710 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002698 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003183 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:14:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002681 [API:8081]10.0.0.27 - - [2026-01-19 04:14:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.028553 [API:8081]10.0.0.27 - - [2026-01-19 04:14:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.026565 [API:8081]10.0.0.27 - - [2026-01-19 04:15:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.044153 [API:8081]10.0.0.27 - - [2026-01-19 04:15:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.044730 [API:8081]10.0.0.27 - - [2026-01-19 04:15:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.041204 [API:8081]10.0.0.27 - - [2026-01-19 04:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.043703 [API:8081]10.0.0.27 - - [2026-01-19 04:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.025799 [API:8081]10.0.0.27 - - [2026-01-19 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40493 0.030757 [API:8081]10.0.0.27 - - [2026-01-19 04:15:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40496 0.034124 [API:8081]10.0.0.27 - - [2026-01-19 04:15:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn2-55794601?flat HTTP/1.1" 200 7855 0.025840 [API:8081]10.0.0.27 - - [2026-01-19 04:15:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013233 [API:8081]10.0.0.27 - - [2026-01-19 04:15:21] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-01-19 04:15:21] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.27 - - [2026-01-19 04:15:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.034618 [API:8081]10.0.0.27 - - [2026-01-19 04:15:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.023464 [API:8081]10.0.0.27 - - [2026-01-19 04:15:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.024630 [API:8081]10.0.0.27 - - [2026-01-19 04:15:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.068979 [API:8081]10.0.0.27 - - [2026-01-19 04:15:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.021841 [API:8081]10.0.0.27 - - [2026-01-19 04:15:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.028142 [API:8081]10.0.0.27 - - [2026-01-19 04:15:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.023620 [API:8081]10.0.0.27 - - [2026-01-19 04:15:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-83017551:ctest-vn1-56688583?flat HTTP/1.1" 200 7779 0.018075 [API:8081]10.0.0.27 - - [2026-01-19 04:15:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008230 [API:8081]10.0.0.50 - - [2026-01-19 04:15:50] "GET /analytics HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.50 - - [2026-01-19 04:15:50] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.23 - - [2026-01-19 04:15:51] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-01-19 04:15:51] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.27 - - [2026-01-19 04:15:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062845 [API:8081]10.0.0.27 - - [2026-01-19 04:16:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-77500504:efeacc00-3f25-4005-9fd2-8af5ca127b9b?flat HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.27 - - [2026-01-19 04:16:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-77500504:efeacc00-3f25-4005-9fd2-8af5ca127b9b?flat HTTP/1.1" 200 5237 0.067954 [API:8081]10.0.0.27 - - [2026-01-19 04:16:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-77500504:efeacc00-3f25-4005-9fd2-8af5ca127b9b?flat HTTP/1.1" 200 5237 0.075011 [API:8081]10.0.0.27 - - [2026-01-19 04:16:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-77500504:efeacc00-3f25-4005-9fd2-8af5ca127b9b?flat HTTP/1.1" 200 5237 0.066867 [API:8081]10.0.0.27 - - [2026-01-19 04:16:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-77500504:ctest-vn-88318740?flat HTTP/1.1" 200 8041 0.018098 [API:8081]10.0.0.27 - - [2026-01-19 04:16:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.025432 [API:8081]10.0.0.27 - - [2026-01-19 04:16:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.036917 [API:8081]10.0.0.27 - - [2026-01-19 04:16:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011778 [API:8081]10.0.0.27 - - [2026-01-19 04:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-77500504:0c01b813-0510-4714-992b-b314c1f728cf?flat HTTP/1.1" 200 5233 0.012302 [API:8081]10.0.0.27 - - [2026-01-19 04:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-77500504:0c01b813-0510-4714-992b-b314c1f728cf?flat HTTP/1.1" 200 5233 0.013157 [API:8081]10.0.0.27 - - [2026-01-19 04:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-77500504:0c01b813-0510-4714-992b-b314c1f728cf?flat HTTP/1.1" 200 5233 0.012204 [API:8081]10.0.0.27 - - [2026-01-19 04:16:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-77500504:ctest-vn-87757378?flat HTTP/1.1" 200 8040 0.014550 [API:8081]10.0.0.27 - - [2026-01-19 04:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40522 0.031721 [API:8081]10.0.0.27 - - [2026-01-19 04:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40522 0.033284 [API:8081]10.0.0.27 - - [2026-01-19 04:16:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010255 [API:8081]10.0.0.27 - - [2026-01-19 04:16:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.068551 [API:8081]10.0.0.27 - - [2026-01-19 04:17:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40522 0.027446 [API:8081]10.0.0.27 - - [2026-01-19 04:17:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40522 0.028413 [API:8081]10.0.0.27 - - [2026-01-19 04:17:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40523 0.047963 [API:8081]10.0.0.27 - - [2026-01-19 04:17:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-77500504:ctest-vn-87757378?flat HTTP/1.1" 200 6180 0.013306 [API:8081]10.0.0.27 - - [2026-01-19 04:17:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009233 [API:8081]10.0.0.50 - - [2026-01-19 04:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-01-19 04:17:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 04:17:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32580 0.025328 [API:8081]10.0.0.23 - - [2026-01-19 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-01-19 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2026-01-19 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.50 - - [2026-01-19 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.27 - - [2026-01-19 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2026-01-19 04:17:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.23 - - [2026-01-19 04:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-01-19 04:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2026-01-19 04:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-01-19 04:17:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-01-19 04:17:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.023269 [API:8081]10.0.0.27 - - [2026-01-19 04:17:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.023308 [API:8081]10.0.0.27 - - [2026-01-19 04:17:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.038615 [API:8081]10.0.0.27 - - [2026-01-19 04:17:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.034191 [API:8081]10.0.0.27 - - [2026-01-19 04:17:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.032699 [API:8081]10.0.0.27 - - [2026-01-19 04:17:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5040-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32582 0.023704 [API:8081]10.0.0.27 - - [2026-01-19 04:17:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-77500504:ctest-vn-88318740?flat HTTP/1.1" 200 6184 0.015498 [API:8081]10.0.0.27 - - [2026-01-19 04:17:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010688 [API:8081]10.0.0.27 - - [2026-01-19 04:17:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-01-19 04:17:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.061498 [API:8081]10.0.0.27 - - [2026-01-19 04:17:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.074833 [API:8081]10.0.0.27 - - [2026-01-19 04:18:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062917 [API:8081]10.0.0.27 - - [2026-01-19 04:19:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.079744 [API:8081]10.0.0.27 - - [2026-01-19 04:21:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060367 [API:8081]10.0.0.50 - - [2026-01-19 04:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-01-19 04:22:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-01-19 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-01-19 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2026-01-19 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-01-19 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.27 - - [2026-01-19 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-01-19 04:22:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-01-19 04:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-01-19 04:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.27 - - [2026-01-19 04:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2026-01-19 04:22:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-01-19 04:22:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.067297 [API:8081]10.0.0.27 - - [2026-01-19 04:23:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-01-19 04:23:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.065879 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007896 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004089 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006359 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004491 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006149 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007574 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004489 [LOCAL API:8181]127.0.0.1 - - [2026-01-19 04:24:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5040-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005062 [API:8081]10.0.0.27 - - [2026-01-19 04:25:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100718 [API:8081]10.0.0.27 - - [2026-01-19 04:25:21] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-01-19 04:25:21] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.50 - - [2026-01-19 04:25:50] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2026-01-19 04:25:50] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.23 - - [2026-01-19 04:25:51] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-01-19 04:25:51] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.27 - - [2026-01-19 04:26:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.091682 [API:8081]10.0.0.50 - - [2026-01-19 04:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2026-01-19 04:27:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-01-19 04:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-01-19 04:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2026-01-19 04:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.50 - - [2026-01-19 04:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-01-19 04:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-01-19 04:27:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-01-19 04:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-01-19 04:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-01-19 04:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-01-19 04:27:23] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-01-19 04:28:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073093 [API:8081]10.0.0.27 - - [2026-01-19 04:29:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.077880 [Introspect:8090]10.0.0.27 - - [2026-01-19 04:29:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001219