++ 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 Jun 8 02:14:15 AM UTC 2026 ===================' INFO: =================== Mon Jun 8 02:14:15 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ 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 ' +++ '[' -n '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ 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 ' +++ '[' -n '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ 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 ' +++ '[' -n '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ 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 ' +++ '[' -n '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ 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 ' +++ '[' -n '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ 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 ' +++ '[' -n '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27: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.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ 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, +++ '[' -n 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ 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 ' +++ '[' -n '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ 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, +++ '[' -n 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ 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 ' +++ '[' -n '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ 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 ' +++ '[' -n '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.249:9092 10.0.0.27: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.33 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.33,10.0.0.249,10.0.0.27 ++ 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.33,10.0.0.249,10.0.0.27 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.33 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.33,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.33,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ uniq ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.33,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.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + 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 ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 + 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:1001: 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:1012: 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:1017: 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:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 06/08/2026 02:14:24.000 7f3357a87300 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/08/2026 02:14:24.170 7f3357a87300 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/08/2026 02:14:24.180 7f3357a87300 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/08/2026 02:14:24.181 7f3357a87300 [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.33: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.249 - - [2026-06-08 02:15:07] "GET /analytics HTTP/1.1" 401 205 0.001476 [API:8081]10.0.0.249 - - [2026-06-08 02:15:07] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.27 - - [2026-06-08 02:15:07] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-06-08 02:15:07] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.33 - - [2026-06-08 02:15:09] "GET /analytics HTTP/1.1" 401 205 0.001271 [API:8081]10.0.0.33 - - [2026-06-08 02:15:09] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.249 - - [2026-06-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-06-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.27 - - [2026-06-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-06-08 02:15:38] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.33 - - [2026-06-08 02:15:40] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-06-08 02:15:40] "GET /analytics HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.249 - - [2026-06-08 02:16:08] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.249 - - [2026-06-08 02:16:08] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.27 - - [2026-06-08 02:16:08] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-08 02:16:08] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.249 - - [2026-06-08 02:17:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.249 - - [2026-06-08 02:17:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000492 [API:8081]10.0.0.249 - - [2026-06-08 02:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.249 - - [2026-06-08 02:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-06-08 02:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-06-08 02:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-06-08 02:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-08 02:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000529 [API:8081]10.0.0.33 - - [2026-06-08 02:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.33 - - [2026-06-08 02:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-06-08 02:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-06-08 02:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2026-06-08 02:22:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 1.504493 [API:8081]10.0.0.249 - - [2026-06-08 02:22:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.249 - - [2026-06-08 02:22:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.249 - - [2026-06-08 02:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-06-08 02:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-08 02:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-08 02:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2026-06-08 02:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-06-08 02:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-06-08 02:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2026-06-08 02:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-06-08 02:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-06-08 02:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [Introspect:8090]10.0.0.33 - - [2026-06-08 02:22:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001462 [Introspect:8090]10.0.0.33 - - [2026-06-08 02:22:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001024 [API:8081]10.0.0.33 - - [2026-06-08 02:23:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.392910 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005380 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.011814 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009504 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006229 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.009889 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003158 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002964 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002439 [Introspect:8090]10.0.0.33 - - [2026-06-08 02:24:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001477 [Introspect:8090]10.0.0.33 - - [2026-06-08 02:24:30] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000813 [API:8081]10.0.0.33 - - [2026-06-08 02:24:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.33 - - [2026-06-08 02:24:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1:Control:contrail-control:0?flat HTTP/1.1" 200 41563 0.069818 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1:Control:contrail-dns:0?flat HTTP/1.1" 200 18400 0.074709 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2:Control:contrail-control:0?flat HTTP/1.1" 200 41562 0.070019 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2:Control:contrail-dns:0?flat HTTP/1.1" 200 18400 0.015425 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3:Control:contrail-control:0?flat HTTP/1.1" 200 38509 0.022099 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14726 0.020080 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21176 0.019430 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.023599 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 6706 0.015179 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3364 0.014560 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012559 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Config:contrail-api:0?flat HTTP/1.1" 200 8792 0.022268 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Config:contrail-api:0?flat HTTP/1.1" 200 7182 0.017401 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Config:contrail-api:0?flat HTTP/1.1" 200 9565 0.024669 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012879 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012283 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016285 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014420 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013418 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013832 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013333 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013423 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015996 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012887 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14815 0.016688 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.014783 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.016657 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015304 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14819 0.019912 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.013839 [API:8081]10.0.0.33 - - [2026-06-08 02:24:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21176 0.019577 [API:8081]10.0.0.33 - - [2026-06-08 02:24:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.019843 [API:8081]10.0.0.33 - - [2026-06-08 02:24:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21176 0.024080 [API:8081]10.0.0.33 - - [2026-06-08 02:24:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.017077 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21176 0.020888 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3274 0.012883 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21175 0.021513 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3274 0.016495 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.011987 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14815 0.017097 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016117 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.015980 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 15124 0.016744 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3997 0.013111 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.011423 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14819 0.014187 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3997 0.013714 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015059 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3988 0.012993 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.033103 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3988 0.022970 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11117 0.016104 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3988 0.019110 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1.:Config:contrail-api:0?flat HTTP/1.1" 200 8794 0.023368 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2.:Config:contrail-api:0?flat HTTP/1.1" 200 7182 0.018795 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3.:Config:contrail-api:0?flat HTTP/1.1" 200 9570 0.018344 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1:Control:contrail-control:0?flat HTTP/1.1" 200 41565 0.029061 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.013633 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-1:Control:contrail-dns:0?flat HTTP/1.1" 200 18403 0.019793 [API:8081]10.0.0.33 - - [2026-06-08 02:24:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2:Control:contrail-control:0?flat HTTP/1.1" 200 41564 0.031204 [API:8081]10.0.0.33 - - [2026-06-08 02:24:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.014212 [API:8081]10.0.0.33 - - [2026-06-08 02:24:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-2:Control:contrail-dns:0?flat HTTP/1.1" 200 18403 0.017371 [API:8081]10.0.0.33 - - [2026-06-08 02:24:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3:Control:contrail-control:0?flat HTTP/1.1" 200 38511 0.024107 [API:8081]10.0.0.33 - - [2026-06-08 02:24:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.012848 [API:8081]10.0.0.33 - - [2026-06-08 02:24:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5901-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14729 0.019357 [API:8081]10.0.0.33 - - [2026-06-08 02:24:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-1?flat HTTP/1.1" 200 12888 0.020741 [API:8081]10.0.0.33 - - [2026-06-08 02:24:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?flat HTTP/1.1" 200 13144 0.019355 [API:8081]10.0.0.33 - - [2026-06-08 02:24:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?flat HTTP/1.1" 200 16029 0.024394 [API:8081]10.0.0.33 - - [2026-06-08 02:24:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?flat HTTP/1.1" 200 19893 0.020854 [API:8081]10.0.0.33 - - [2026-06-08 02:24:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?flat HTTP/1.1" 200 13144 0.023116 [API:8081]10.0.0.33 - - [2026-06-08 02:24:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?flat HTTP/1.1" 200 16029 0.024288 [API:8081]10.0.0.33 - - [2026-06-08 02:24:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?flat HTTP/1.1" 200 19893 0.020709 [API:8081]10.0.0.33 - - [2026-06-08 02:24:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?flat HTTP/1.1" 200 13144 0.022169 [API:8081]10.0.0.33 - - [2026-06-08 02:24:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?flat HTTP/1.1" 200 16029 0.021328 [API:8081]10.0.0.33 - - [2026-06-08 02:24:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?flat HTTP/1.1" 200 19893 0.021624 [API:8081]10.0.0.33 - - [2026-06-08 02:24:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?flat HTTP/1.1" 200 13144 0.023495 [API:8081]10.0.0.33 - - [2026-06-08 02:24:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?flat HTTP/1.1" 200 16029 0.022255 [API:8081]10.0.0.33 - - [2026-06-08 02:24:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?flat HTTP/1.1" 200 19893 0.020009 [API:8081]10.0.0.33 - - [2026-06-08 02:24:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5901-1?flat HTTP/1.1" 200 7999 0.016808 [API:8081]10.0.0.33 - - [2026-06-08 02:24:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 8001 0.017318 [API:8081]10.0.0.33 - - [2026-06-08 02:24:39] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5901-3?flat HTTP/1.1" 200 7995 0.016394 [API:8081]10.0.0.33 - - [2026-06-08 02:24:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-08 02:24:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.071208 [API:8081]10.0.0.33 - - [2026-06-08 02:25:01] "POST /analytics/query HTTP/1.1" 200 54761 1.087850 [API:8081]10.0.0.33 - - [2026-06-08 02:25:02] "POST /analytics/query HTTP/1.1" 200 5875 1.073901 [API:8081]10.0.0.33 - - [2026-06-08 02:25:03] "POST /analytics/query HTTP/1.1" 200 871 1.021106 [API:8081]10.0.0.33 - - [2026-06-08 02:25:04] "POST /analytics/query HTTP/1.1" 200 5875 1.019022 [API:8081]10.0.0.33 - - [2026-06-08 02:25:05] "POST /analytics/query HTTP/1.1" 200 871 1.021704 [API:8081]10.0.0.33 - - [2026-06-08 02:25:17] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000962 [API:8081]10.0.0.33 - - [2026-06-08 02:25:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107977 [API:8081]10.0.0.33 - - [2026-06-08 02:25:40] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-06-08 02:25:40] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.249 - - [2026-06-08 02:26:08] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-06-08 02:26:08] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.27 - - [2026-06-08 02:26:08] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-08 02:26:08] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.33 - - [2026-06-08 02:26:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077396 [API:8081]10.0.0.249 - - [2026-06-08 02:27:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-06-08 02:27:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.249 - - [2026-06-08 02:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.249 - - [2026-06-08 02:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-06-08 02:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.33 - - [2026-06-08 02:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-06-08 02:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.27 - - [2026-06-08 02:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2026-06-08 02:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-06-08 02:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.33 - - [2026-06-08 02:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-06-08 02:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-08 02:28:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090988 [API:8081]10.0.0.33 - - [2026-06-08 02:28:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2026-06-08 02:28:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.061757 [API:8081]10.0.0.33 - - [2026-06-08 02:28:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.071186 [API:8081]10.0.0.33 - - [2026-06-08 02:29:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.062396 [API:8081]10.0.0.33 - - [2026-06-08 02:31:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.356541 [API:8081]10.0.0.33 - - [2026-06-08 02:32:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069409 [API:8081]10.0.0.249 - - [2026-06-08 02:32:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.249 - - [2026-06-08 02:32:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.249 - - [2026-06-08 02:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.249 - - [2026-06-08 02:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-08 02:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-06-08 02:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-06-08 02:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-08 02:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2026-06-08 02:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2026-06-08 02:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-06-08 02:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-06-08 02:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002407 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003114 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004554 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005023 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003639 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003964 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005229 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003981 [API:8081]10.0.0.33 - - [2026-06-08 02:34:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-06-08 02:34:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.066453 [API:8081]10.0.0.33 - - [2026-06-08 02:34:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.070361 [API:8081]10.0.0.33 - - [2026-06-08 02:34:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066691 [API:8081]10.0.0.33 - - [2026-06-08 02:35:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077208 [API:8081]10.0.0.33 - - [2026-06-08 02:35:40] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-08 02:35:40] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.249 - - [2026-06-08 02:36:08] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-06-08 02:36:08] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.27 - - [2026-06-08 02:36:08] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.27 - - [2026-06-08 02:36:08] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.33 - - [2026-06-08 02:37:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009069 [API:8081]10.0.0.33 - - [2026-06-08 02:37:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.065561 [API:8081]10.0.0.33 - - [2026-06-08 02:37:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.009897 [API:8081]10.0.0.33 - - [2026-06-08 02:37:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009631 [API:8081]10.0.0.249 - - [2026-06-08 02:37:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-06-08 02:37:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-06-08 02:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.249 - - [2026-06-08 02:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-08 02:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-06-08 02:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.27 - - [2026-06-08 02:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-06-08 02:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-06-08 02:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-08 02:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-08 02:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-06-08 02:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-06-08 02:37:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077105 [API:8081]10.0.0.33 - - [2026-06-08 02:38:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.066696 [API:8081]10.0.0.33 - - [2026-06-08 02:40:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.078050 [API:8081]10.0.0.33 - - [2026-06-08 02:40:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.018706 [API:8081]10.0.0.33 - - [2026-06-08 02:40:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.067456 [API:8081]10.0.0.33 - - [2026-06-08 02:40:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070387 [API:8081]10.0.0.33 - - [2026-06-08 02:40:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25225 0.028651 [API:8081]10.0.0.33 - - [2026-06-08 02:40:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-74171683:ctest-vnet1-69454497?flat HTTP/1.1" 200 8247 0.012152 [API:8081]10.0.0.33 - - [2026-06-08 02:40:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007988 [API:8081]10.0.0.33 - - [2026-06-08 02:40:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.024182 [API:8081]10.0.0.33 - - [2026-06-08 02:40:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.017270 [API:8081]10.0.0.33 - - [2026-06-08 02:40:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.018970 [API:8081]10.0.0.33 - - [2026-06-08 02:40:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.017865 [API:8081]10.0.0.33 - - [2026-06-08 02:40:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.020697 [API:8081]10.0.0.33 - - [2026-06-08 02:41:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.021303 [API:8081]10.0.0.33 - - [2026-06-08 02:41:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.043742 [API:8081]10.0.0.33 - - [2026-06-08 02:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.019667 [API:8081]10.0.0.33 - - [2026-06-08 02:41:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.022007 [API:8081]10.0.0.33 - - [2026-06-08 02:41:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25226 0.022737 [API:8081]10.0.0.33 - - [2026-06-08 02:41:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-74171683:ctest-vnet0-18862175?flat HTTP/1.1" 200 8241 0.012383 [API:8081]10.0.0.33 - - [2026-06-08 02:41:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009195 [API:8081]10.0.0.33 - - [2026-06-08 02:41:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008986 [API:8081]10.0.0.33 - - [2026-06-08 02:41:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061184 [API:8081]10.0.0.249 - - [2026-06-08 02:42:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.249 - - [2026-06-08 02:42:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.249 - - [2026-06-08 02:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-06-08 02:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000478 [API:8081]10.0.0.33 - - [2026-06-08 02:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.33 - - [2026-06-08 02:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-06-08 02:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.27 - - [2026-06-08 02:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2026-06-08 02:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-06-08 02:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-06-08 02:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-08 02:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2026-06-08 02:43:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-06-08 02:43:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.059285 [API:8081]10.0.0.33 - - [2026-06-08 02:43:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081908 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003323 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002722 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002576 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002449 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003006 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002682 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002625 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002407 [API:8081]10.0.0.33 - - [2026-06-08 02:44:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.130680 [API:8081]10.0.0.33 - - [2026-06-08 02:44:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018812 [API:8081]10.0.0.33 - - [2026-06-08 02:44:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.075331 [API:8081]10.0.0.33 - - [2026-06-08 02:44:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.071090 [API:8081]10.0.0.33 - - [2026-06-08 02:44:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018120 [API:8081]10.0.0.33 - - [2026-06-08 02:45:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.024798 [API:8081]10.0.0.33 - - [2026-06-08 02:45:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.024633 [API:8081]10.0.0.33 - - [2026-06-08 02:45:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.022969 [API:8081]10.0.0.33 - - [2026-06-08 02:45:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.031664 [API:8081]10.0.0.33 - - [2026-06-08 02:45:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018269 [API:8081]10.0.0.33 - - [2026-06-08 02:45:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-92121071:ctest-vnet0-70110258?flat HTTP/1.1" 200 7197 0.014073 [API:8081]10.0.0.33 - - [2026-06-08 02:45:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011076 [API:8081]10.0.0.33 - - [2026-06-08 02:45:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-06-08 02:45:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.075612 [API:8081]10.0.0.33 - - [2026-06-08 02:45:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-08 02:45:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.060643 [API:8081]10.0.0.33 - - [2026-06-08 02:45:40] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.33 - - [2026-06-08 02:45:40] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.33 - - [2026-06-08 02:45:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.070025 [API:8081]10.0.0.33 - - [2026-06-08 02:45:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.053163 [API:8081]10.0.0.249 - - [2026-06-08 02:46:08] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.249 - - [2026-06-08 02:46:08] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.27 - - [2026-06-08 02:46:08] "GET /analytics HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-06-08 02:46:08] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.33 - - [2026-06-08 02:46:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:f0a81eb5-e658-4667-a886-372ffc843693?flat HTTP/1.1" 200 5233 0.012973 [API:8081]10.0.0.33 - - [2026-06-08 02:46:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:f0a81eb5-e658-4667-a886-372ffc843693?flat HTTP/1.1" 200 5233 0.014921 [API:8081]10.0.0.33 - - [2026-06-08 02:46:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:f0a81eb5-e658-4667-a886-372ffc843693?flat HTTP/1.1" 200 5233 0.012403 [API:8081]10.0.0.33 - - [2026-06-08 02:46:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56590479:ctest-VN1-93485738?flat HTTP/1.1" 200 8558 0.015178 [API:8081]10.0.0.33 - - [2026-06-08 02:46:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.019568 [API:8081]10.0.0.33 - - [2026-06-08 02:46:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018377 [API:8081]10.0.0.33 - - [2026-06-08 02:46:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009539 [API:8081]10.0.0.33 - - [2026-06-08 02:46:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:05e3fa36-c686-4e11-a22c-72b28267d756?flat HTTP/1.1" 200 5087 0.015604 [API:8081]10.0.0.33 - - [2026-06-08 02:46:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:05e3fa36-c686-4e11-a22c-72b28267d756?flat HTTP/1.1" 200 5087 0.027354 [API:8081]10.0.0.33 - - [2026-06-08 02:46:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:05e3fa36-c686-4e11-a22c-72b28267d756?flat HTTP/1.1" 200 5087 0.013695 [API:8081]10.0.0.33 - - [2026-06-08 02:46:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56590479:ctest-VN2-53207202?flat HTTP/1.1" 200 7853 0.018405 [API:8081]10.0.0.33 - - [2026-06-08 02:46:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.020350 [API:8081]10.0.0.33 - - [2026-06-08 02:46:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.019276 [API:8081]10.0.0.33 - - [2026-06-08 02:46:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008238 [API:8081]10.0.0.33 - - [2026-06-08 02:46:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:76daf8a5-118d-443b-a645-f3c82a23960a?flat HTTP/1.1" 200 5096 0.013401 [API:8081]10.0.0.33 - - [2026-06-08 02:46:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:76daf8a5-118d-443b-a645-f3c82a23960a?flat HTTP/1.1" 200 5096 0.020140 [API:8081]10.0.0.33 - - [2026-06-08 02:46:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56590479:76daf8a5-118d-443b-a645-f3c82a23960a?flat HTTP/1.1" 200 5096 0.016275 [API:8081]10.0.0.33 - - [2026-06-08 02:46:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56590479:ctest-VN3-64063234?flat HTTP/1.1" 200 7441 0.014809 [API:8081]10.0.0.33 - - [2026-06-08 02:46:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018737 [API:8081]10.0.0.33 - - [2026-06-08 02:46:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018963 [API:8081]10.0.0.33 - - [2026-06-08 02:46:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014907 [API:8081]10.0.0.33 - - [2026-06-08 02:46:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069906 [API:8081]10.0.0.33 - - [2026-06-08 02:47:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.020777 [API:8081]10.0.0.33 - - [2026-06-08 02:47:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.067437 [API:8081]10.0.0.33 - - [2026-06-08 02:47:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.024884 [API:8081]10.0.0.249 - - [2026-06-08 02:47:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.249 - - [2026-06-08 02:47:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.249 - - [2026-06-08 02:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-06-08 02:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-08 02:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-08 02:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-06-08 02:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.27 - - [2026-06-08 02:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-06-08 02:47:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018778 [API:8081]10.0.0.33 - - [2026-06-08 02:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000515 [API:8081]10.0.0.33 - - [2026-06-08 02:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-06-08 02:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2026-06-08 02:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-08 02:47:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.021689 [API:8081]10.0.0.33 - - [2026-06-08 02:47:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56590479:ctest-VN3-64063234?flat HTTP/1.1" 200 6213 0.013474 [API:8081]10.0.0.33 - - [2026-06-08 02:47:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010616 [API:8081]10.0.0.33 - - [2026-06-08 02:47:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.021992 [API:8081]10.0.0.33 - - [2026-06-08 02:47:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.037944 [API:8081]10.0.0.33 - - [2026-06-08 02:47:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069282 [API:8081]10.0.0.33 - - [2026-06-08 02:47:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.018635 [API:8081]10.0.0.33 - - [2026-06-08 02:47:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.033351 [API:8081]10.0.0.33 - - [2026-06-08 02:47:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.018301 [API:8081]10.0.0.33 - - [2026-06-08 02:47:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.024397 [API:8081]10.0.0.33 - - [2026-06-08 02:48:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.019796 [API:8081]10.0.0.33 - - [2026-06-08 02:48:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.021546 [API:8081]10.0.0.33 - - [2026-06-08 02:48:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.022814 [API:8081]10.0.0.33 - - [2026-06-08 02:48:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25232 0.022506 [API:8081]10.0.0.33 - - [2026-06-08 02:48:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56590479:ctest-VN2-53207202?flat HTTP/1.1" 200 6547 0.025970 [API:8081]10.0.0.33 - - [2026-06-08 02:48:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007715 [API:8081]10.0.0.33 - - [2026-06-08 02:48:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.022733 [API:8081]10.0.0.33 - - [2026-06-08 02:48:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.020929 [API:8081]10.0.0.33 - - [2026-06-08 02:48:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018579 [API:8081]10.0.0.33 - - [2026-06-08 02:48:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.029217 [API:8081]10.0.0.33 - - [2026-06-08 02:48:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.025328 [API:8081]10.0.0.33 - - [2026-06-08 02:48:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.018696 [API:8081]10.0.0.33 - - [2026-06-08 02:48:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25233 0.025593 [API:8081]10.0.0.33 - - [2026-06-08 02:48:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.022254 [API:8081]10.0.0.33 - - [2026-06-08 02:48:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.018214 [API:8081]10.0.0.33 - - [2026-06-08 02:48:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.020902 [API:8081]10.0.0.33 - - [2026-06-08 02:48:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56590479:ctest-VN1-93485738?flat HTTP/1.1" 200 6774 0.012892 [API:8081]10.0.0.33 - - [2026-06-08 02:48:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007698 [API:8081]10.0.0.33 - - [2026-06-08 02:48:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.33 - - [2026-06-08 02:48:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.055024 [API:8081]10.0.0.33 - - [2026-06-08 02:48:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.061027 [API:8081]10.0.0.33 - - [2026-06-08 02:48:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.059022 [API:8081]10.0.0.33 - - [2026-06-08 02:49:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077913 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:7968ed19-dcb1-406a-9240-dddc819a1352?flat HTTP/1.1" 200 5365 0.016992 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:7968ed19-dcb1-406a-9240-dddc819a1352?flat HTTP/1.1" 200 5365 0.012983 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:7968ed19-dcb1-406a-9240-dddc819a1352?flat HTTP/1.1" 200 5365 0.012763 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:7968ed19-dcb1-406a-9240-dddc819a1352?flat HTTP/1.1" 200 5365 0.016156 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-89159681:ctest-VN1-18419960?flat HTTP/1.1" 200 9454 0.014106 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25237 0.021415 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25237 0.018101 [API:8081]10.0.0.33 - - [2026-06-08 02:49:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008525 [API:8081]10.0.0.33 - - [2026-06-08 02:50:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.065011 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:208c6788-4dbc-47f6-a3e8-fa8d33a991a1?flat HTTP/1.1" 200 5370 0.013035 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:208c6788-4dbc-47f6-a3e8-fa8d33a991a1?flat HTTP/1.1" 200 5370 0.014514 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:208c6788-4dbc-47f6-a3e8-fa8d33a991a1?flat HTTP/1.1" 200 5370 0.015264 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:208c6788-4dbc-47f6-a3e8-fa8d33a991a1?flat HTTP/1.1" 200 5370 0.014552 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-89159681:ctest-VN2-58755406?flat HTTP/1.1" 200 9124 0.015547 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25234 0.018649 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25234 0.020210 [API:8081]10.0.0.33 - - [2026-06-08 02:51:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008982 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3?flat HTTP/1.1" 200 5486 0.016273 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3?flat HTTP/1.1" 200 5486 0.014631 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3?flat HTTP/1.1" 200 5486 0.012415 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-89159681:25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3?flat HTTP/1.1" 200 5486 0.014129 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-89159681:ctest-VN3-13241132?flat HTTP/1.1" 200 9721 0.021919 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.025268 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25241 0.021040 [API:8081]10.0.0.33 - - [2026-06-08 02:51:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009066 [API:8081]10.0.0.33 - - [2026-06-08 02:52:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.018987 [API:8081]10.0.0.249 - - [2026-06-08 02:52:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-06-08 02:52:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.249 - - [2026-06-08 02:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-06-08 02:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2026-06-08 02:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.33 - - [2026-06-08 02:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-06-08 02:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-06-08 02:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-06-08 02:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.33 - - [2026-06-08 02:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-08 02:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-08 02:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-08 02:52:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.018897 [API:8081]10.0.0.33 - - [2026-06-08 02:52:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.022969 [API:8081]10.0.0.33 - - [2026-06-08 02:52:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-89159681:ctest-VN3-13241132?flat HTTP/1.1" 200 6954 0.012889 [API:8081]10.0.0.33 - - [2026-06-08 02:52:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008894 [API:8081]10.0.0.33 - - [2026-06-08 02:52:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.019359 [API:8081]10.0.0.33 - - [2026-06-08 02:52:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.021315 [API:8081]10.0.0.33 - - [2026-06-08 02:52:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063934 [API:8081]10.0.0.33 - - [2026-06-08 02:52:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.021819 [API:8081]10.0.0.33 - - [2026-06-08 02:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.018468 [API:8081]10.0.0.33 - - [2026-06-08 02:52:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.021763 [API:8081]10.0.0.33 - - [2026-06-08 02:53:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.021207 [API:8081]10.0.0.33 - - [2026-06-08 02:53:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.019955 [API:8081]10.0.0.33 - - [2026-06-08 02:53:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.022681 [API:8081]10.0.0.33 - - [2026-06-08 02:53:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.037853 [API:8081]10.0.0.33 - - [2026-06-08 02:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.031198 [API:8081]10.0.0.33 - - [2026-06-08 02:53:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-89159681:ctest-VN2-58755406?flat HTTP/1.1" 200 7316 0.012069 [API:8081]10.0.0.33 - - [2026-06-08 02:53:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010001 [API:8081]10.0.0.33 - - [2026-06-08 02:53:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.020073 [API:8081]10.0.0.33 - - [2026-06-08 02:53:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.021369 [API:8081]10.0.0.33 - - [2026-06-08 02:53:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.023453 [API:8081]10.0.0.33 - - [2026-06-08 02:53:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.017005 [API:8081]10.0.0.33 - - [2026-06-08 02:53:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.019051 [API:8081]10.0.0.33 - - [2026-06-08 02:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.018222 [API:8081]10.0.0.33 - - [2026-06-08 02:53:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.018347 [API:8081]10.0.0.33 - - [2026-06-08 02:53:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.017888 [API:8081]10.0.0.33 - - [2026-06-08 02:53:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.018153 [API:8081]10.0.0.33 - - [2026-06-08 02:53:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.017154 [API:8081]10.0.0.33 - - [2026-06-08 02:53:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-89159681:ctest-VN1-18419960?flat HTTP/1.1" 200 7647 0.011495 [API:8081]10.0.0.33 - - [2026-06-08 02:53:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008921 [API:8081]10.0.0.33 - - [2026-06-08 02:53:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.117061 [API:8081]10.0.0.33 - - [2026-06-08 02:53:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2026-06-08 02:53:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.060252 [API:8081]10.0.0.33 - - [2026-06-08 02:53:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.063380 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002752 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002936 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002788 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002729 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003300 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002993 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003039 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 02:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002559 [API:8081]10.0.0.33 - - [2026-06-08 02:55:40] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-06-08 02:55:40] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.33 - - [2026-06-08 02:55:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2026-06-08 02:55:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.068630 [API:8081]10.0.0.33 - - [2026-06-08 02:55:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101068 [API:8081]10.0.0.249 - - [2026-06-08 02:56:08] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.249 - - [2026-06-08 02:56:08] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.27 - - [2026-06-08 02:56:08] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-06-08 02:56:08] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.33 - - [2026-06-08 02:56:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064260 [API:8081]10.0.0.249 - - [2026-06-08 02:57:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.249 - - [2026-06-08 02:57:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.249 - - [2026-06-08 02:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.249 - - [2026-06-08 02:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-08 02:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-06-08 02:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-06-08 02:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2026-06-08 02:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.33 - - [2026-06-08 02:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-08 02:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-06-08 02:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-08 02:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-06-08 02:57:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.016816 [API:8081]10.0.0.33 - - [2026-06-08 02:58:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.068179 [API:8081]10.0.0.33 - - [2026-06-08 02:58:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.072572 [API:8081]10.0.0.33 - - [2026-06-08 02:58:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.029117 [API:8081]10.0.0.33 - - [2026-06-08 02:58:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25256 0.022594 [API:8081]10.0.0.33 - - [2026-06-08 02:58:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-20086345:ctest-vnet0-72341609?flat HTTP/1.1" 200 7968 0.015939 [API:8081]10.0.0.33 - - [2026-06-08 02:58:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008557 [API:8081]10.0.0.33 - - [2026-06-08 02:58:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2026-06-08 02:58:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.058342 [API:8081]10.0.0.33 - - [2026-06-08 02:58:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.078237 [API:8081]10.0.0.33 - - [2026-06-08 02:58:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072144 [API:8081]10.0.0.33 - - [2026-06-08 02:59:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060273 [API:8081]10.0.0.33 - - [2026-06-08 03:01:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.021185 [API:8081]10.0.0.33 - - [2026-06-08 03:01:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.083183 [API:8081]10.0.0.33 - - [2026-06-08 03:01:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.022068 [API:8081]10.0.0.33 - - [2026-06-08 03:01:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.025522 [API:8081]10.0.0.33 - - [2026-06-08 03:01:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.024197 [API:8081]10.0.0.33 - - [2026-06-08 03:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.026066 [API:8081]10.0.0.33 - - [2026-06-08 03:01:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.021038 [API:8081]10.0.0.33 - - [2026-06-08 03:01:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25249 0.021013 [API:8081]10.0.0.33 - - [2026-06-08 03:01:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-32742842:ctest-vnet1-26641442?flat HTTP/1.1" 200 7307 0.012224 [API:8081]10.0.0.33 - - [2026-06-08 03:01:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008789 [API:8081]10.0.0.33 - - [2026-06-08 03:01:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.017513 [API:8081]10.0.0.33 - - [2026-06-08 03:01:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.028970 [API:8081]10.0.0.33 - - [2026-06-08 03:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018771 [API:8081]10.0.0.33 - - [2026-06-08 03:01:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.019493 [API:8081]10.0.0.33 - - [2026-06-08 03:01:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.019298 [API:8081]10.0.0.33 - - [2026-06-08 03:01:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071559 [API:8081]10.0.0.33 - - [2026-06-08 03:01:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.021806 [API:8081]10.0.0.33 - - [2026-06-08 03:02:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.019249 [API:8081]10.0.0.33 - - [2026-06-08 03:02:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.025577 [API:8081]10.0.0.33 - - [2026-06-08 03:02:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018478 [API:8081]10.0.0.33 - - [2026-06-08 03:02:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.030780 [API:8081]10.0.0.33 - - [2026-06-08 03:02:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-32742842:ctest-vnet0-75693667?flat HTTP/1.1" 200 6960 0.012995 [API:8081]10.0.0.33 - - [2026-06-08 03:02:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008422 [API:8081]10.0.0.33 - - [2026-06-08 03:02:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.33 - - [2026-06-08 03:02:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.214839 [API:8081]10.0.0.33 - - [2026-06-08 03:02:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.066637 [API:8081]10.0.0.249 - - [2026-06-08 03:02:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.249 - - [2026-06-08 03:02:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-06-08 03:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.249 - - [2026-06-08 03:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-06-08 03:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.33 - - [2026-06-08 03:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-06-08 03:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000455 [API:8081]10.0.0.27 - - [2026-06-08 03:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2026-06-08 03:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-08 03:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.27 - - [2026-06-08 03:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-06-08 03:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.33 - - [2026-06-08 03:02:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.066911 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002612 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002844 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002711 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002584 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002467 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002470 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002203 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002079 [API:8081]10.0.0.33 - - [2026-06-08 03:05:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067650 [API:8081]10.0.0.33 - - [2026-06-08 03:05:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.021271 [API:8081]10.0.0.33 - - [2026-06-08 03:05:40] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.33 - - [2026-06-08 03:05:40] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.33 - - [2026-06-08 03:05:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.101463 [API:8081]10.0.0.33 - - [2026-06-08 03:05:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-97632899:ctest-vnet1-58205255?flat HTTP/1.1" 200 8066 0.014513 [API:8081]10.0.0.33 - - [2026-06-08 03:05:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010542 [API:8081]10.0.0.33 - - [2026-06-08 03:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.017210 [API:8081]10.0.0.33 - - [2026-06-08 03:05:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.017908 [API:8081]10.0.0.33 - - [2026-06-08 03:05:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.018221 [API:8081]10.0.0.33 - - [2026-06-08 03:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.020202 [API:8081]10.0.0.33 - - [2026-06-08 03:05:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.024111 [API:8081]10.0.0.33 - - [2026-06-08 03:05:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.021708 [API:8081]10.0.0.33 - - [2026-06-08 03:06:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.062944 [API:8081]10.0.0.33 - - [2026-06-08 03:06:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.033925 [API:8081]10.0.0.33 - - [2026-06-08 03:06:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.023494 [API:8081]10.0.0.249 - - [2026-06-08 03:06:08] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-06-08 03:06:08] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.27 - - [2026-06-08 03:06:08] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.27 - - [2026-06-08 03:06:08] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.33 - - [2026-06-08 03:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.030417 [API:8081]10.0.0.33 - - [2026-06-08 03:06:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.021296 [API:8081]10.0.0.33 - - [2026-06-08 03:06:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-97632899:ctest-vnet0-81723320?flat HTTP/1.1" 200 7710 0.013391 [API:8081]10.0.0.33 - - [2026-06-08 03:06:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008767 [API:8081]10.0.0.249 - - [2026-06-08 03:07:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-06-08 03:07:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.249 - - [2026-06-08 03:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.249 - - [2026-06-08 03:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-06-08 03:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-08 03:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-06-08 03:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-06-08 03:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.33 - - [2026-06-08 03:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-06-08 03:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-06-08 03:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-06-08 03:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-08 03:08:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067953 [API:8081]10.0.0.33 - - [2026-06-08 03:09:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069307 [API:8081]10.0.0.33 - - [2026-06-08 03:10:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.33 - - [2026-06-08 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.058330 [API:8081]10.0.0.33 - - [2026-06-08 03:11:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062346 [API:8081]10.0.0.33 - - [2026-06-08 03:11:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.059797 [API:8081]10.0.0.33 - - [2026-06-08 03:12:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067942 [API:8081]10.0.0.249 - - [2026-06-08 03:12:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.249 - - [2026-06-08 03:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-06-08 03:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.249 - - [2026-06-08 03:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-06-08 03:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-06-08 03:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-06-08 03:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-06-08 03:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.33 - - [2026-06-08 03:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.33 - - [2026-06-08 03:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-08 03:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-06-08 03:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.33 - - [2026-06-08 03:12:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-06-08 03:12:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1478 0.062627 [API:8081]10.0.0.33 - - [2026-06-08 03:13:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:f8576794-a9d7-4a72-9241-a283fc0b6c94?flat HTTP/1.1" 200 5829 0.067651 [API:8081]10.0.0.33 - - [2026-06-08 03:13:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:f8576794-a9d7-4a72-9241-a283fc0b6c94?flat HTTP/1.1" 200 5829 0.058329 [API:8081]10.0.0.33 - - [2026-06-08 03:13:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:f8576794-a9d7-4a72-9241-a283fc0b6c94?flat HTTP/1.1" 200 5829 0.013422 [API:8081]10.0.0.33 - - [2026-06-08 03:13:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374-06493964?flat HTTP/1.1" 200 10807 0.019051 [API:8081]10.0.0.33 - - [2026-06-08 03:13:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25276 0.021194 [API:8081]10.0.0.33 - - [2026-06-08 03:13:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25276 0.017486 [API:8081]10.0.0.33 - - [2026-06-08 03:13:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011551 [API:8081]10.0.0.33 - - [2026-06-08 03:14:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064550 [API:8081]10.0.0.33 - - [2026-06-08 03:14:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:b84479da-d4c7-4a58-9f43-2d0c3a22c5df?flat HTTP/1.1" 200 5683 0.012052 [API:8081]10.0.0.33 - - [2026-06-08 03:14:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:b84479da-d4c7-4a58-9f43-2d0c3a22c5df?flat HTTP/1.1" 200 5683 0.013207 [API:8081]10.0.0.33 - - [2026-06-08 03:14:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:b84479da-d4c7-4a58-9f43-2d0c3a22c5df?flat HTTP/1.1" 200 5683 0.012796 [API:8081]10.0.0.33 - - [2026-06-08 03:14:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374:ctest-SecurityGroupBasicRegressionTests1Ipv6-50251374-06493964?flat HTTP/1.1" 200 10807 0.018439 [API:8081]10.0.0.33 - - [2026-06-08 03:14:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25272 0.029842 [API:8081]10.0.0.33 - - [2026-06-08 03:14:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25272 0.022309 [API:8081]10.0.0.33 - - [2026-06-08 03:14:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009116 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003523 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003813 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003451 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003045 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004457 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004177 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002703 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002879 [API:8081]10.0.0.33 - - [2026-06-08 03:15:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.073781 [API:8081]10.0.0.33 - - [2026-06-08 03:15:40] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-06-08 03:15:40] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.249 - - [2026-06-08 03:16:08] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-06-08 03:16:08] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.27 - - [2026-06-08 03:16:08] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-06-08 03:16:08] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.33 - - [2026-06-08 03:17:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-08 03:17:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.058594 [API:8081]10.0.0.33 - - [2026-06-08 03:17:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.130107 [API:8081]10.0.0.249 - - [2026-06-08 03:17:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.249 - - [2026-06-08 03:17:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.249 - - [2026-06-08 03:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.249 - - [2026-06-08 03:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.33 - - [2026-06-08 03:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-08 03:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-06-08 03:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-06-08 03:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-06-08 03:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.33 - - [2026-06-08 03:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-06-08 03:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-06-08 03:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.33 - - [2026-06-08 03:17:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed?flat HTTP/1.1" 200 5800 0.065490 [API:8081]10.0.0.33 - - [2026-06-08 03:17:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed?flat HTTP/1.1" 200 5800 0.012079 [API:8081]10.0.0.33 - - [2026-06-08 03:17:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed?flat HTTP/1.1" 200 5800 0.062916 [API:8081]10.0.0.33 - - [2026-06-08 03:17:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559-81752118?flat HTTP/1.1" 200 10439 0.018957 [API:8081]10.0.0.33 - - [2026-06-08 03:17:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.016484 [API:8081]10.0.0.33 - - [2026-06-08 03:17:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.025902 [API:8081]10.0.0.33 - - [2026-06-08 03:17:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010585 [API:8081]10.0.0.33 - - [2026-06-08 03:18:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.068923 [API:8081]10.0.0.33 - - [2026-06-08 03:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:c69206cc-d1bf-470a-ae03-6603910535a5?flat HTTP/1.1" 200 6045 0.013510 [API:8081]10.0.0.33 - - [2026-06-08 03:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:c69206cc-d1bf-470a-ae03-6603910535a5?flat HTTP/1.1" 200 6045 0.015068 [API:8081]10.0.0.33 - - [2026-06-08 03:18:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:c69206cc-d1bf-470a-ae03-6603910535a5?flat HTTP/1.1" 200 6045 0.015120 [API:8081]10.0.0.33 - - [2026-06-08 03:18:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559-81752118?flat HTTP/1.1" 200 13572 0.022963 [API:8081]10.0.0.33 - - [2026-06-08 03:18:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.021094 [API:8081]10.0.0.33 - - [2026-06-08 03:18:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.024763 [API:8081]10.0.0.33 - - [2026-06-08 03:18:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009954 [API:8081]10.0.0.33 - - [2026-06-08 03:19:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.029867 [API:8081]10.0.0.33 - - [2026-06-08 03:19:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.021656 [API:8081]10.0.0.33 - - [2026-06-08 03:19:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.018207 [API:8081]10.0.0.33 - - [2026-06-08 03:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.023486 [API:8081]10.0.0.33 - - [2026-06-08 03:19:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559-81752118?flat HTTP/1.1" 200 11634 0.019964 [API:8081]10.0.0.33 - - [2026-06-08 03:19:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008866 [API:8081]10.0.0.33 - - [2026-06-08 03:19:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.023270 [API:8081]10.0.0.33 - - [2026-06-08 03:19:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.017789 [API:8081]10.0.0.33 - - [2026-06-08 03:19:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.020272 [API:8081]10.0.0.33 - - [2026-06-08 03:19:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.021313 [API:8081]10.0.0.33 - - [2026-06-08 03:19:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.018117 [API:8081]10.0.0.33 - - [2026-06-08 03:19:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.032592 [API:8081]10.0.0.33 - - [2026-06-08 03:20:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.017239 [API:8081]10.0.0.33 - - [2026-06-08 03:20:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.020838 [API:8081]10.0.0.33 - - [2026-06-08 03:20:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.037823 [API:8081]10.0.0.33 - - [2026-06-08 03:20:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.017434 [API:8081]10.0.0.33 - - [2026-06-08 03:20:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559:ctest-SecurityGroupBasicRegressionTests1_contrail-94550559-81752118?flat HTTP/1.1" 200 8419 0.012505 [API:8081]10.0.0.33 - - [2026-06-08 03:20:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008284 [API:8081]10.0.0.33 - - [2026-06-08 03:20:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.142555 [API:8081]10.0.0.33 - - [2026-06-08 03:20:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-08 03:20:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1590 0.060011 [API:8081]10.0.0.33 - - [2026-06-08 03:21:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:88166015-d16d-4b05-8ce3-e7d19d3de8af?flat HTTP/1.1" 200 5683 0.077411 [API:8081]10.0.0.33 - - [2026-06-08 03:21:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:88166015-d16d-4b05-8ce3-e7d19d3de8af?flat HTTP/1.1" 200 5683 0.067259 [API:8081]10.0.0.33 - - [2026-06-08 03:21:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:88166015-d16d-4b05-8ce3-e7d19d3de8af?flat HTTP/1.1" 200 5683 0.013346 [API:8081]10.0.0.33 - - [2026-06-08 03:21:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:ctest-SecurityGroupBasicRegressionTests1-87906748-15796240?flat HTTP/1.1" 200 9935 0.017643 [API:8081]10.0.0.33 - - [2026-06-08 03:21:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.032089 [API:8081]10.0.0.33 - - [2026-06-08 03:21:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25279 0.021559 [API:8081]10.0.0.33 - - [2026-06-08 03:21:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008783 [API:8081]10.0.0.33 - - [2026-06-08 03:21:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.062019 [API:8081]10.0.0.33 - - [2026-06-08 03:21:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:4bd9d48e-be1b-4246-b2cc-f498bc555784?flat HTTP/1.1" 200 5685 0.012226 [API:8081]10.0.0.33 - - [2026-06-08 03:21:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:4bd9d48e-be1b-4246-b2cc-f498bc555784?flat HTTP/1.1" 200 5685 0.013166 [API:8081]10.0.0.33 - - [2026-06-08 03:21:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:4bd9d48e-be1b-4246-b2cc-f498bc555784?flat HTTP/1.1" 200 5685 0.015167 [API:8081]10.0.0.33 - - [2026-06-08 03:21:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-87906748:ctest-SecurityGroupBasicRegressionTests1-87906748-15796240?flat HTTP/1.1" 200 11353 0.017570 [API:8081]10.0.0.33 - - [2026-06-08 03:21:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.020294 [API:8081]10.0.0.33 - - [2026-06-08 03:21:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.021528 [API:8081]10.0.0.33 - - [2026-06-08 03:21:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.007879 [API:8081]10.0.0.249 - - [2026-06-08 03:22:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-06-08 03:22:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.249 - - [2026-06-08 03:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.249 - - [2026-06-08 03:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.33 - - [2026-06-08 03:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-06-08 03:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-08 03:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.27 - - [2026-06-08 03:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2026-06-08 03:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-06-08 03:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-06-08 03:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-06-08 03:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-08 03:23:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063609 [API:8081]10.0.0.33 - - [2026-06-08 03:24:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.078210 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003614 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004135 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003553 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003463 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003980 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003257 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003255 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002669 [API:8081]10.0.0.33 - - [2026-06-08 03:25:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-06-08 03:25:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2016 0.063392 [API:8081]10.0.0.33 - - [2026-06-08 03:25:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.056385 [API:8081]10.0.0.33 - - [2026-06-08 03:25:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2442 0.068437 [API:8081]10.0.0.33 - - [2026-06-08 03:25:40] "GET /analytics HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.33 - - [2026-06-08 03:25:40] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.33 - - [2026-06-08 03:25:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.012946 [API:8081]10.0.0.33 - - [2026-06-08 03:25:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2014 0.009584 [API:8081]10.0.0.33 - - [2026-06-08 03:25:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.012604 [API:8081]10.0.0.33 - - [2026-06-08 03:25:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.009729 [API:8081]10.0.0.33 - - [2026-06-08 03:25:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2678 0.009988 [API:8081]10.0.0.33 - - [2026-06-08 03:26:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-06-08 03:26:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.070851 [API:8081]10.0.0.33 - - [2026-06-08 03:26:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2018 0.073698 [API:8081]10.0.0.33 - - [2026-06-08 03:26:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2236 0.068766 [API:8081]10.0.0.249 - - [2026-06-08 03:26:08] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.249 - - [2026-06-08 03:26:08] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.27 - - [2026-06-08 03:26:08] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-08 03:26:08] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.33 - - [2026-06-08 03:26:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065099 [API:8081]10.0.0.33 - - [2026-06-08 03:26:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.008898 [API:8081]10.0.0.33 - - [2026-06-08 03:26:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2014 0.009615 [API:8081]10.0.0.33 - - [2026-06-08 03:26:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.009966 [API:8081]10.0.0.33 - - [2026-06-08 03:26:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-06-08 03:26:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.057334 [API:8081]10.0.0.33 - - [2026-06-08 03:26:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.054504 [API:8081]10.0.0.33 - - [2026-06-08 03:26:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.058599 [API:8081]10.0.0.33 - - [2026-06-08 03:26:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.009772 [API:8081]10.0.0.33 - - [2026-06-08 03:26:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.009022 [API:8081]10.0.0.33 - - [2026-06-08 03:26:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.009086 [API:8081]10.0.0.33 - - [2026-06-08 03:26:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2436 0.010042 [API:8081]10.0.0.33 - - [2026-06-08 03:26:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2658 0.009538 [API:8081]10.0.0.33 - - [2026-06-08 03:27:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2026-06-08 03:27:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1804 0.062839 [API:8081]10.0.0.33 - - [2026-06-08 03:27:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064259 [API:8081]10.0.0.33 - - [2026-06-08 03:27:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.063521 [API:8081]10.0.0.33 - - [2026-06-08 03:27:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2240 0.010432 [API:8081]10.0.0.33 - - [2026-06-08 03:27:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2472 0.060049 [API:8081]10.0.0.33 - - [2026-06-08 03:27:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.008415 [API:8081]10.0.0.249 - - [2026-06-08 03:27:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-06-08 03:27:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.249 - - [2026-06-08 03:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-06-08 03:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.33 - - [2026-06-08 03:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-06-08 03:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-06-08 03:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-06-08 03:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-06-08 03:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.33 - - [2026-06-08 03:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2026-06-08 03:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-06-08 03:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-06-08 03:29:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067084 [API:8081]10.0.0.33 - - [2026-06-08 03:30:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061146 [API:8081]10.0.0.33 - - [2026-06-08 03:32:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071884 [API:8081]10.0.0.249 - - [2026-06-08 03:32:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.249 - - [2026-06-08 03:32:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.249 - - [2026-06-08 03:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.249 - - [2026-06-08 03:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.33 - - [2026-06-08 03:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.33 - - [2026-06-08 03:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2026-06-08 03:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2026-06-08 03:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-08 03:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-06-08 03:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-06-08 03:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-06-08 03:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-08 03:33:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.086565 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002561 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002502 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002233 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002302 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002520 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002425 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002464 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:34:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002521 [API:8081]10.0.0.33 - - [2026-06-08 03:35:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061218 [API:8081]10.0.0.33 - - [2026-06-08 03:35:40] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-08 03:35:40] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.249 - - [2026-06-08 03:36:08] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-06-08 03:36:08] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.27 - - [2026-06-08 03:36:08] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.27 - - [2026-06-08 03:36:08] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.33 - - [2026-06-08 03:36:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070359 [API:8081]10.0.0.249 - - [2026-06-08 03:37:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.249 - - [2026-06-08 03:37:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.249 - - [2026-06-08 03:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.249 - - [2026-06-08 03:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.33 - - [2026-06-08 03:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-08 03:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-06-08 03:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-08 03:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-08 03:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-08 03:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2026-06-08 03:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.27 - - [2026-06-08 03:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-08 03:37:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-08 03:37:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.077161 [API:8081]10.0.0.33 - - [2026-06-08 03:37:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2230 0.059341 [API:8081]10.0.0.33 - - [2026-06-08 03:38:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059564 [API:8081]10.0.0.33 - - [2026-06-08 03:39:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.075002 [API:8081]10.0.0.33 - - [2026-06-08 03:41:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.134459 [API:8081]10.0.0.33 - - [2026-06-08 03:42:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2026-06-08 03:42:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.079618 [API:8081]10.0.0.33 - - [2026-06-08 03:42:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069650 [API:8081]10.0.0.249 - - [2026-06-08 03:42:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-06-08 03:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.249 - - [2026-06-08 03:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-06-08 03:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-08 03:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.33 - - [2026-06-08 03:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-06-08 03:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-06-08 03:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2026-06-08 03:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-08 03:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.27 - - [2026-06-08 03:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2026-06-08 03:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-08 03:43:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2026-06-08 03:43:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2018 0.072845 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002604 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002789 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002389 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002609 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002852 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002481 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003171 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:44:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002409 [API:8081]10.0.0.33 - - [2026-06-08 03:44:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066650 [API:8081]10.0.0.33 - - [2026-06-08 03:45:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.090294 [API:8081]10.0.0.33 - - [2026-06-08 03:45:40] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.33 - - [2026-06-08 03:45:40] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.249 - - [2026-06-08 03:46:08] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.249 - - [2026-06-08 03:46:08] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.27 - - [2026-06-08 03:46:08] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-06-08 03:46:08] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.33 - - [2026-06-08 03:47:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062812 [API:8081]10.0.0.249 - - [2026-06-08 03:47:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.249 - - [2026-06-08 03:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.249 - - [2026-06-08 03:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.249 - - [2026-06-08 03:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-06-08 03:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.33 - - [2026-06-08 03:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-06-08 03:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.27 - - [2026-06-08 03:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-08 03:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2026-06-08 03:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-06-08 03:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-06-08 03:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-06-08 03:48:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.082548 [API:8081]10.0.0.33 - - [2026-06-08 03:49:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-06-08 03:49:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1792 0.062587 [API:8081]10.0.0.33 - - [2026-06-08 03:50:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067183 [API:8081]10.0.0.33 - - [2026-06-08 03:51:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.072929 [API:8081]10.0.0.249 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.249 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.33 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.249 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-08 03:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-06-08 03:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-06-08 03:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-06-08 03:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.27 - - [2026-06-08 03:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.33 - - [2026-06-08 03:53:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083628 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002987 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002605 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003379 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003447 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003482 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002848 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002945 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 03:54:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002599 [API:8081]10.0.0.33 - - [2026-06-08 03:54:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.107140 [API:8081]10.0.0.33 - - [2026-06-08 03:54:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-12084275:c27de24f-e0ad-46b0-bde2-1a3816ee25f6?flat HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.33 - - [2026-06-08 03:54:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-12084275:c27de24f-e0ad-46b0-bde2-1a3816ee25f6?flat HTTP/1.1" 200 5258 0.068708 [API:8081]10.0.0.33 - - [2026-06-08 03:54:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-12084275:c27de24f-e0ad-46b0-bde2-1a3816ee25f6?flat HTTP/1.1" 200 5258 0.075051 [API:8081]10.0.0.33 - - [2026-06-08 03:54:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-12084275:c27de24f-e0ad-46b0-bde2-1a3816ee25f6?flat HTTP/1.1" 200 5258 0.063144 [API:8081]10.0.0.33 - - [2026-06-08 03:54:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-12084275:ctest-random-33702619?flat HTTP/1.1" 200 3959 0.013925 [API:8081]10.0.0.33 - - [2026-06-08 03:54:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.020944 [API:8081]10.0.0.33 - - [2026-06-08 03:54:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.017270 [API:8081]10.0.0.33 - - [2026-06-08 03:54:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009027 [API:8081]10.0.0.33 - - [2026-06-08 03:54:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.010641 [API:8081]10.0.0.33 - - [2026-06-08 03:54:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.022919 [API:8081]10.0.0.33 - - [2026-06-08 03:54:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.042515 [API:8081]10.0.0.33 - - [2026-06-08 03:54:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.018525 [API:8081]10.0.0.33 - - [2026-06-08 03:55:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.020395 [API:8081]10.0.0.33 - - [2026-06-08 03:55:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.019480 [API:8081]10.0.0.33 - - [2026-06-08 03:55:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.025136 [API:8081]10.0.0.33 - - [2026-06-08 03:55:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.019213 [API:8081]10.0.0.33 - - [2026-06-08 03:55:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-12084275:ctest-random-33702619?flat HTTP/1.1" 200 8140 0.015342 [API:8081]10.0.0.33 - - [2026-06-08 03:55:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009605 [API:8081]10.0.0.33 - - [2026-06-08 03:55:40] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-06-08 03:55:40] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.249 - - [2026-06-08 03:56:08] "GET /analytics HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.249 - - [2026-06-08 03:56:08] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.27 - - [2026-06-08 03:56:08] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-06-08 03:56:08] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.33 - - [2026-06-08 03:56:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063102 [API:8081]10.0.0.249 - - [2026-06-08 03:57:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-06-08 03:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.249 - - [2026-06-08 03:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-06-08 03:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2026-06-08 03:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-06-08 03:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-06-08 03:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-06-08 03:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-06-08 03:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000521 [API:8081]10.0.0.33 - - [2026-06-08 03:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.27 - - [2026-06-08 03:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.27 - - [2026-06-08 03:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-08 03:57:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.073576 [API:8081]10.0.0.33 - - [2026-06-08 03:58:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.33 - - [2026-06-08 03:58:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2436 0.072378 [API:8081]10.0.0.33 - - [2026-06-08 03:59:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066805 [API:8081]10.0.0.33 - - [2026-06-08 04:00:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.081895 [API:8081]10.0.0.33 - - [2026-06-08 04:02:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-06-08 04:02:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1998 0.064242 [API:8081]10.0.0.249 - - [2026-06-08 04:02:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-06-08 04:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.249 - - [2026-06-08 04:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.249 - - [2026-06-08 04:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-08 04:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.33 - - [2026-06-08 04:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-06-08 04:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-06-08 04:02:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.33 - - [2026-06-08 04:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2026-06-08 04:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-06-08 04:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-06-08 04:02:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.33 - - [2026-06-08 04:02:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070508 [API:8081]10.0.0.33 - - [2026-06-08 04:03:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.082181 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003482 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002622 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002836 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002705 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002792 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002578 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002734 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:04:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002599 [API:8081]10.0.0.33 - - [2026-06-08 04:05:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.33 - - [2026-06-08 04:05:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1824 0.091643 [API:8081]10.0.0.33 - - [2026-06-08 04:05:40] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.33 - - [2026-06-08 04:05:40] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.33 - - [2026-06-08 04:05:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074581 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:03] "POST /analytics/query HTTP/1.1" 202 179 0.017550 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:03] "GET /analytics/query/5dcca7ed-62ef-11f1-9625-00000a000021 HTTP/1.1" 200 221 0.002060 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:04] "GET /analytics/query/5dcca7ed-62ef-11f1-9625-00000a000021 HTTP/1.1" 200 221 0.001841 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:04] "GET /analytics/query/5dcca7ed-62ef-11f1-9625-00000a000021 HTTP/1.1" 200 338 0.002304 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:04] "GET /analytics/query/5dcca7ed-62ef-11f1-9625-00000a000021/chunk-final/0 HTTP/1.1" 200 856 0.002178 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:05] "POST /analytics/query HTTP/1.1" 202 179 0.016187 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:05] "GET /analytics/query/5eca99fe-62ef-11f1-9d28-00000a000021 HTTP/1.1" 200 221 0.002448 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:05] "GET /analytics/query/5eca99fe-62ef-11f1-9d28-00000a000021 HTTP/1.1" 200 221 0.002136 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:06] "GET /analytics/query/5eca99fe-62ef-11f1-9d28-00000a000021 HTTP/1.1" 200 221 0.002059 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:06] "GET /analytics/query/5eca99fe-62ef-11f1-9d28-00000a000021 HTTP/1.1" 200 338 0.002173 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:06] "GET /analytics/query/5eca99fe-62ef-11f1-9d28-00000a000021/chunk-final/0 HTTP/1.1" 200 856 0.003156 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:07] "POST /analytics/query HTTP/1.1" 202 179 0.006076 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:07] "GET /analytics/query/601c92e9-62ef-11f1-a562-00000a000021 HTTP/1.1" 200 221 0.009741 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:07] "GET /analytics/query/601c92e9-62ef-11f1-a562-00000a000021 HTTP/1.1" 200 339 0.002152 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:07] "GET /analytics/query/601c92e9-62ef-11f1-a562-00000a000021/chunk-final/0 HTTP/1.1" 200 19651 0.002516 [API:8081]10.0.0.249 - - [2026-06-08 04:06:08] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.249 - - [2026-06-08 04:06:08] "GET /analytics HTTP/1.1" 401 205 0.000168 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:08] "POST /analytics/query HTTP/1.1" 202 179 0.008427 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:08] "GET /analytics/query/60c94845-62ef-11f1-bd23-00000a000021 HTTP/1.1" 200 221 0.003935 [API:8081]10.0.0.27 - - [2026-06-08 04:06:08] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.27 - - [2026-06-08 04:06:08] "GET /analytics HTTP/1.1" 401 205 0.000145 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:09] "GET /analytics/query/60c94845-62ef-11f1-bd23-00000a000021 HTTP/1.1" 200 339 0.001975 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:09] "GET /analytics/query/60c94845-62ef-11f1-bd23-00000a000021/chunk-final/0 HTTP/1.1" 200 19651 0.004691 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:09] "POST /analytics/query HTTP/1.1" 202 179 0.004158 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:09] "GET /analytics/query/61845919-62ef-11f1-b402-00000a000021 HTTP/1.1" 200 221 0.001822 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:10] "GET /analytics/query/61845919-62ef-11f1-b402-00000a000021 HTTP/1.1" 200 221 0.002412 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:10] "GET /analytics/query/61845919-62ef-11f1-b402-00000a000021 HTTP/1.1" 200 339 0.002368 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:10] "GET /analytics/query/61845919-62ef-11f1-b402-00000a000021/chunk-final/0 HTTP/1.1" 200 7655 0.003116 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004786 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:14] "POST /analytics/query HTTP/1.1" 202 179 0.006297 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:14] "GET /analytics/query/64889616-62ef-11f1-bc1c-00000a000021 HTTP/1.1" 200 221 0.002545 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:15] "GET /analytics/query/64889616-62ef-11f1-bc1c-00000a000021 HTTP/1.1" 200 340 0.002025 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:15] "GET /analytics/query/64889616-62ef-11f1-bc1c-00000a000021/chunk-final/0 HTTP/1.1" 200 344013 0.010008 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.005065 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003681 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:16] "POST /analytics/query HTTP/1.1" 202 179 0.005540 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:16] "GET /analytics/query/65a87934-62ef-11f1-a578-00000a000021 HTTP/1.1" 200 221 0.001648 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "GET /analytics/query/65a87934-62ef-11f1-a578-00000a000021 HTTP/1.1" 200 338 0.001815 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "GET /analytics/query/65a87934-62ef-11f1-a578-00000a000021/chunk-final/0 HTTP/1.1" 200 7876 0.001950 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "POST /analytics/query HTTP/1.1" 202 179 0.015785 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "GET /analytics/query/65f85720-62ef-11f1-bdd9-00000a000021 HTTP/1.1" 200 221 0.001856 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "GET /analytics/query/65f85720-62ef-11f1-bdd9-00000a000021 HTTP/1.1" 200 338 0.002028 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "GET /analytics/query/65f85720-62ef-11f1-bdd9-00000a000021/chunk-final/0 HTTP/1.1" 200 2082 0.002328 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "POST /analytics/query HTTP/1.1" 202 179 0.005034 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:17] "GET /analytics/query/664aa6de-62ef-11f1-a199-00000a000021 HTTP/1.1" 200 221 0.001908 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "GET /analytics/query/664aa6de-62ef-11f1-a199-00000a000021 HTTP/1.1" 200 338 0.001884 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "GET /analytics/query/664aa6de-62ef-11f1-a199-00000a000021/chunk-final/0 HTTP/1.1" 200 5945 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "POST /analytics/query HTTP/1.1" 202 179 0.005167 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "GET /analytics/query/669cad63-62ef-11f1-8e2d-00000a000021 HTTP/1.1" 200 221 0.003343 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "GET /analytics/query/669cad63-62ef-11f1-8e2d-00000a000021 HTTP/1.1" 200 338 0.002150 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "GET /analytics/query/669cad63-62ef-11f1-8e2d-00000a000021/chunk-final/0 HTTP/1.1" 200 145 0.001792 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "POST /analytics/query HTTP/1.1" 202 179 0.015971 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:18] "GET /analytics/query/66ef4528-62ef-11f1-a14b-00000a000021 HTTP/1.1" 200 221 0.004516 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "GET /analytics/query/66ef4528-62ef-11f1-a14b-00000a000021 HTTP/1.1" 200 338 0.002475 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "GET /analytics/query/66ef4528-62ef-11f1-a14b-00000a000021/chunk-final/0 HTTP/1.1" 200 145 0.001779 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "POST /analytics/query HTTP/1.1" 202 179 0.023061 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "GET /analytics/query/67419b26-62ef-11f1-805e-00000a000021 HTTP/1.1" 200 221 0.003728 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "GET /analytics/query/67419b26-62ef-11f1-805e-00000a000021 HTTP/1.1" 200 338 0.002096 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "GET /analytics/query/67419b26-62ef-11f1-805e-00000a000021/chunk-final/0 HTTP/1.1" 200 4014 0.002320 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "POST /analytics/query HTTP/1.1" 202 179 0.006761 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:19] "GET /analytics/query/6796ecec-62ef-11f1-93a1-00000a000021 HTTP/1.1" 200 221 0.003063 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:20] "GET /analytics/query/6796ecec-62ef-11f1-93a1-00000a000021 HTTP/1.1" 200 338 0.002010 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:20] "GET /analytics/query/6796ecec-62ef-11f1-93a1-00000a000021/chunk-final/0 HTTP/1.1" 200 145 0.002029 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:20] "POST /analytics/query HTTP/1.1" 202 179 0.004500 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:20] "GET /analytics/query/67e7a3d7-62ef-11f1-a4a4-00000a000021 HTTP/1.1" 200 221 0.005102 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "GET /analytics/query/67e7a3d7-62ef-11f1-a4a4-00000a000021 HTTP/1.1" 200 338 0.002139 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "GET /analytics/query/67e7a3d7-62ef-11f1-a4a4-00000a000021/chunk-final/0 HTTP/1.1" 200 2083 0.002699 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "POST /analytics/query HTTP/1.1" 202 179 0.005018 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "GET /analytics/query/6839f6b7-62ef-11f1-83c6-00000a000021 HTTP/1.1" 200 221 0.003443 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "GET /analytics/query/6839f6b7-62ef-11f1-83c6-00000a000021 HTTP/1.1" 200 338 0.002020 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "GET /analytics/query/6839f6b7-62ef-11f1-83c6-00000a000021/chunk-final/0 HTTP/1.1" 200 5945 0.002284 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "POST /analytics/query HTTP/1.1" 202 179 0.012287 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:21] "GET /analytics/query/688a6a51-62ef-11f1-99ef-00000a000021 HTTP/1.1" 200 221 0.005440 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "GET /analytics/query/688a6a51-62ef-11f1-99ef-00000a000021 HTTP/1.1" 200 338 0.001788 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "GET /analytics/query/688a6a51-62ef-11f1-99ef-00000a000021/chunk-final/0 HTTP/1.1" 200 145 0.001617 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "POST /analytics/query HTTP/1.1" 202 179 0.010997 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "GET /analytics/query/68dca5b3-62ef-11f1-9d73-00000a000021 HTTP/1.1" 200 221 0.002242 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "GET /analytics/query/68dca5b3-62ef-11f1-9d73-00000a000021 HTTP/1.1" 200 338 0.001831 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "GET /analytics/query/68dca5b3-62ef-11f1-9d73-00000a000021/chunk-final/0 HTTP/1.1" 200 145 0.001837 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "POST /analytics/query HTTP/1.1" 202 179 0.004371 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:22] "GET /analytics/query/692de7ff-62ef-11f1-9fc6-00000a000021 HTTP/1.1" 200 221 0.001997 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:23] "GET /analytics/query/692de7ff-62ef-11f1-9fc6-00000a000021 HTTP/1.1" 200 338 0.002333 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:23] "GET /analytics/query/692de7ff-62ef-11f1-9fc6-00000a000021/chunk-final/0 HTTP/1.1" 200 7877 0.002770 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004077 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.004783 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:24] "POST /analytics/query HTTP/1.1" 202 179 0.006350 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:24] "GET /analytics/query/6a39ee23-62ef-11f1-84ef-00000a000021 HTTP/1.1" 200 221 0.004153 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:24] "GET /analytics/query/6a39ee23-62ef-11f1-84ef-00000a000021 HTTP/1.1" 200 340 0.002104 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:24] "GET /analytics/query/6a39ee23-62ef-11f1-84ef-00000a000021/chunk-final/0 HTTP/1.1" 200 1558585 0.018950 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:25] "POST /analytics/query HTTP/1.1" 202 179 0.004838 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:25] "GET /analytics/query/6a93fb19-62ef-11f1-bafb-00000a000021 HTTP/1.1" 200 221 0.002529 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:25] "GET /analytics/query/6a93fb19-62ef-11f1-bafb-00000a000021 HTTP/1.1" 200 340 0.001932 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:25] "GET /analytics/query/6a93fb19-62ef-11f1-bafb-00000a000021/chunk-final/0 HTTP/1.1" 200 1561315 0.014617 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.004015 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.003961 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003677 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004629 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004952 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:28] "POST /analytics/query HTTP/1.1" 202 179 0.006193 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:28] "GET /analytics/query/6cd78797-62ef-11f1-854f-00000a000021 HTTP/1.1" 200 221 0.002537 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:29] "GET /analytics/query/6cd78797-62ef-11f1-854f-00000a000021 HTTP/1.1" 200 339 0.002198 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:29] "GET /analytics/query/6cd78797-62ef-11f1-854f-00000a000021/chunk-final/0 HTTP/1.1" 200 43917 0.004647 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004405 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:30] "POST /analytics/query HTTP/1.1" 202 179 0.005359 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:30] "GET /analytics/query/6d97cc12-62ef-11f1-a9a4-00000a000021 HTTP/1.1" 200 221 0.001860 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:30] "GET /analytics/query/6d97cc12-62ef-11f1-a9a4-00000a000021 HTTP/1.1" 200 341 0.001848 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:30] "GET /analytics/query/6d97cc12-62ef-11f1-a9a4-00000a000021/chunk-final/0 HTTP/1.1" 200 1014426 0.031950 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003901 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003617 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004043 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:36] "POST /analytics/query HTTP/1.1" 200 145 1.025515 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003500 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:37] "POST /analytics/query HTTP/1.1" 200 2299 1.010742 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.004389 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:39] "POST /analytics/query HTTP/1.1" 200 764 1.011092 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004084 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:41] "POST /analytics/query HTTP/1.1" 200 2899 1.009959 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003693 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:42] "POST /analytics/query HTTP/1.1" 200 261 1.009951 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004613 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:44] "POST /analytics/query HTTP/1.1" 200 1269 1.013208 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004221 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:46] "POST /analytics/query HTTP/1.1" 200 2899 1.024835 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.007212 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:47] "POST /analytics/query HTTP/1.1" 200 826 1.010228 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004276 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:49] "POST /analytics/query HTTP/1.1" 200 140930 1.020379 [API:8081]10.0.0.33 - - [2026-06-08 04:06:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.089877 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.004311 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:51] "POST /analytics/query HTTP/1.1" 200 619 1.014096 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003775 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:52] "POST /analytics/query HTTP/1.1" 200 261 1.010922 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003819 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:54] "POST /analytics/query HTTP/1.1" 200 596 1.011556 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003709 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:55] "POST /analytics/query HTTP/1.1" 200 1431 1.012502 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004435 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:57] "POST /analytics/query HTTP/1.1" 200 596 1.012019 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004491 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:59] "POST /analytics/query HTTP/1.1" 200 236 1.017018 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:06:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003670 [API:8081]10.0.0.33 - - [2026-06-08 04:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.33 - - [2026-06-08 04:07:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1834 0.070755 [API:8081]10.0.0.249 - - [2026-06-08 04:07:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.249 - - [2026-06-08 04:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.249 - - [2026-06-08 04:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.249 - - [2026-06-08 04:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2026-06-08 04:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-08 04:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-06-08 04:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-06-08 04:07:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-08 04:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.33 - - [2026-06-08 04:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-06-08 04:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-06-08 04:07:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-06-08 04:07:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.095562 [API:8081]10.0.0.33 - - [2026-06-08 04:07:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.068184 [API:8081]10.0.0.33 - - [2026-06-08 04:07:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.018216 [API:8081]10.0.0.33 - - [2026-06-08 04:08:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.008231 [API:8081]10.0.0.33 - - [2026-06-08 04:08:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.009577 [API:8081]10.0.0.33 - - [2026-06-08 04:08:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.011324 [API:8081]10.0.0.33 - - [2026-06-08 04:08:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.008284 [API:8081]10.0.0.33 - - [2026-06-08 04:08:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.010530 [API:8081]10.0.0.33 - - [2026-06-08 04:08:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061357 [API:8081]10.0.0.33 - - [2026-06-08 04:08:58] "POST /analytics/query HTTP/1.1" 200 222 1.019104 [API:8081]10.0.0.33 - - [2026-06-08 04:08:59] "POST /analytics/query HTTP/1.1" 200 222 1.018506 [API:8081]10.0.0.33 - - [2026-06-08 04:09:00] "POST /analytics/query HTTP/1.1" 200 353 1.018514 [API:8081]10.0.0.33 - - [2026-06-08 04:09:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064835 [API:8081]10.0.0.33 - - [2026-06-08 04:11:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064121 [API:8081]10.0.0.33 - - [2026-06-08 04:12:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26241 0.075787 [API:8081]10.0.0.249 - - [2026-06-08 04:12:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.249 - - [2026-06-08 04:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.249 - - [2026-06-08 04:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.249 - - [2026-06-08 04:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-08 04:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000454 [API:8081]10.0.0.33 - - [2026-06-08 04:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-06-08 04:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-06-08 04:12:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-08 04:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2026-06-08 04:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-08 04:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2026-06-08 04:12:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2026-06-08 04:12:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.089889 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003051 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002579 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002865 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003007 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003317 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002433 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002859 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:14:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002434 [API:8081]10.0.0.33 - - [2026-06-08 04:14:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074529 [API:8081]10.0.0.33 - - [2026-06-08 04:15:40] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-06-08 04:15:40] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.33 - - [2026-06-08 04:15:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.072484 [API:8081]10.0.0.249 - - [2026-06-08 04:16:08] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.249 - - [2026-06-08 04:16:08] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.27 - - [2026-06-08 04:16:08] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.27 - - [2026-06-08 04:16:08] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.249 - - [2026-06-08 04:17:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-06-08 04:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.249 - - [2026-06-08 04:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.249 - - [2026-06-08 04:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.33 - - [2026-06-08 04:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-08 04:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-06-08 04:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-06-08 04:17:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.33 - - [2026-06-08 04:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-06-08 04:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-06-08 04:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-06-08 04:17:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-08 04:17:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059790 [API:8081]10.0.0.33 - - [2026-06-08 04:18:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.078904 [API:8081]10.0.0.33 - - [2026-06-08 04:20:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065500 [API:8081]10.0.0.33 - - [2026-06-08 04:22:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.078387 [API:8081]10.0.0.249 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.249 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.249 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.249 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.33 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-06-08 04:22:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-08 04:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-08 04:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.27 - - [2026-06-08 04:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-06-08 04:22:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-06-08 04:24:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062792 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002847 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004049 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003458 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002714 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:25] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003406 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002841 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002554 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:24:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002446 [API:8081]10.0.0.33 - - [2026-06-08 04:25:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.074603 [API:8081]10.0.0.33 - - [2026-06-08 04:25:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-06-08 04:25:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1792 0.058705 [API:8081]10.0.0.33 - - [2026-06-08 04:25:40] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.33 - - [2026-06-08 04:25:40] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.33 - - [2026-06-08 04:26:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:a9fb4c29-132c-42e4-8714-ff411c0997de?flat HTTP/1.1" 200 5200 0.059649 [API:8081]10.0.0.33 - - [2026-06-08 04:26:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:a9fb4c29-132c-42e4-8714-ff411c0997de?flat HTTP/1.1" 200 5200 0.059686 [API:8081]10.0.0.33 - - [2026-06-08 04:26:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:a9fb4c29-132c-42e4-8714-ff411c0997de?flat HTTP/1.1" 200 5200 0.012376 [API:8081]10.0.0.33 - - [2026-06-08 04:26:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81457253:EVPN-VN1?flat HTTP/1.1" 200 3940 0.014251 [API:8081]10.0.0.33 - - [2026-06-08 04:26:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26252 0.019943 [API:8081]10.0.0.33 - - [2026-06-08 04:26:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26252 0.020862 [API:8081]10.0.0.33 - - [2026-06-08 04:26:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009191 [API:8081]10.0.0.249 - - [2026-06-08 04:26:08] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.249 - - [2026-06-08 04:26:08] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.27 - - [2026-06-08 04:26:08] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.27 - - [2026-06-08 04:26:08] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.33 - - [2026-06-08 04:26:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:efb847b1-ec1b-4be1-be55-612068427a4f?flat HTTP/1.1" 200 5209 0.015680 [API:8081]10.0.0.33 - - [2026-06-08 04:26:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:efb847b1-ec1b-4be1-be55-612068427a4f?flat HTTP/1.1" 200 5209 0.012739 [API:8081]10.0.0.33 - - [2026-06-08 04:26:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:efb847b1-ec1b-4be1-be55-612068427a4f?flat HTTP/1.1" 200 5209 0.012475 [API:8081]10.0.0.33 - - [2026-06-08 04:26:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81457253:EVPN-VN1?flat HTTP/1.1" 200 8918 0.017720 [API:8081]10.0.0.33 - - [2026-06-08 04:26:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26229 0.020703 [API:8081]10.0.0.33 - - [2026-06-08 04:26:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26229 0.022001 [API:8081]10.0.0.33 - - [2026-06-08 04:26:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014230 [API:8081]10.0.0.33 - - [2026-06-08 04:27:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059974 [API:8081]10.0.0.249 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.249 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.249 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.249 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-06-08 04:27:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.33 - - [2026-06-08 04:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-06-08 04:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-06-08 04:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-06-08 04:27:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2026-06-08 04:28:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1752 0.077291 [API:8081]10.0.0.33 - - [2026-06-08 04:28:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:a9fb4c29-132c-42e4-8714-ff411c0997de?flat HTTP/1.1" 200 5306 0.016739 [API:8081]10.0.0.33 - - [2026-06-08 04:28:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:a9fb4c29-132c-42e4-8714-ff411c0997de?flat HTTP/1.1" 200 5306 0.013332 [API:8081]10.0.0.33 - - [2026-06-08 04:28:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:a9fb4c29-132c-42e4-8714-ff411c0997de?flat HTTP/1.1" 200 5306 0.015644 [API:8081]10.0.0.33 - - [2026-06-08 04:28:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81457253:EVPN-VN1?flat HTTP/1.1" 200 9407 0.019913 [API:8081]10.0.0.33 - - [2026-06-08 04:28:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21064 0.018229 [API:8081]10.0.0.33 - - [2026-06-08 04:28:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21064 0.021318 [API:8081]10.0.0.33 - - [2026-06-08 04:28:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011820 [API:8081]10.0.0.33 - - [2026-06-08 04:28:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:efb847b1-ec1b-4be1-be55-612068427a4f?flat HTTP/1.1" 200 5207 0.012706 [API:8081]10.0.0.33 - - [2026-06-08 04:28:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:efb847b1-ec1b-4be1-be55-612068427a4f?flat HTTP/1.1" 200 5207 0.012098 [API:8081]10.0.0.33 - - [2026-06-08 04:28:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81457253:efb847b1-ec1b-4be1-be55-612068427a4f?flat HTTP/1.1" 200 5207 0.013309 [API:8081]10.0.0.33 - - [2026-06-08 04:28:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81457253:EVPN-VN1?flat HTTP/1.1" 200 9407 0.017188 [API:8081]10.0.0.33 - - [2026-06-08 04:28:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30354 0.024738 [API:8081]10.0.0.33 - - [2026-06-08 04:28:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30354 0.021095 [API:8081]10.0.0.33 - - [2026-06-08 04:28:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009817 [API:8081]10.0.0.33 - - [2026-06-08 04:29:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32522 0.029016 [API:8081]10.0.0.33 - - [2026-06-08 04:29:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32522 0.024392 [API:8081]10.0.0.33 - - [2026-06-08 04:30:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32523 0.023417 [API:8081]10.0.0.33 - - [2026-06-08 04:30:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81457253:EVPN-VN1?flat HTTP/1.1" 200 8531 0.014714 [API:8081]10.0.0.33 - - [2026-06-08 04:30:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010656 [API:8081]10.0.0.33 - - [2026-06-08 04:30:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069342 [API:8081]10.0.0.33 - - [2026-06-08 04:30:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24695 0.020222 [API:8081]10.0.0.33 - - [2026-06-08 04:30:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81457253:EVPN-VN1?flat HTTP/1.1" 200 5989 0.015103 [API:8081]10.0.0.33 - - [2026-06-08 04:30:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.008368 [API:8081]10.0.0.33 - - [2026-06-08 04:31:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.067313 [API:8081]10.0.0.33 - - [2026-06-08 04:32:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20372695:ctest-TestRbac-20372695-24658006?flat HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.33 - - [2026-06-08 04:32:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20372695:ctest-TestRbac-20372695-24658006?flat HTTP/1.1" 200 2076 0.515123 [API:8081]10.0.0.33 - - [2026-06-08 04:32:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.128615 [API:8081]10.0.0.33 - - [2026-06-08 04:32:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20372695:ctest-TestRbac-20372695-24658006?flat HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-06-08 04:32:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20372695:ctest-TestRbac-20372695-24658006?flat HTTP/1.1" 200 2076 0.157937 [API:8081]10.0.0.33 - - [2026-06-08 04:32:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.078875 [API:8081]10.0.0.249 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.249 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.249 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.249 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-06-08 04:32:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-06-08 04:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.33 - - [2026-06-08 04:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-06-08 04:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-06-08 04:32:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2026-06-08 04:32:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-70627803:0cd0d6a1-9580-4cb9-bdd8-60ddf59dcfee?flat HTTP/1.1" 200 5168 0.129113 [API:8081]10.0.0.33 - - [2026-06-08 04:32:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-70627803:0cd0d6a1-9580-4cb9-bdd8-60ddf59dcfee?flat HTTP/1.1" 200 5168 0.071414 [API:8081]10.0.0.33 - - [2026-06-08 04:32:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-70627803:0cd0d6a1-9580-4cb9-bdd8-60ddf59dcfee?flat HTTP/1.1" 200 5168 0.064817 [API:8081]10.0.0.33 - - [2026-06-08 04:32:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20372695:ctest-TestRbac-20372695-24658006?flat HTTP/1.1" 200 3322 0.077868 [API:8081]10.0.0.33 - - [2026-06-08 04:32:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.046037 [API:8081]10.0.0.33 - - [2026-06-08 04:32:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.211509 [API:8081]10.0.0.33 - - [2026-06-08 04:32:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-06-08 04:32:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.093183 [API:8081]10.0.0.33 - - [2026-06-08 04:32:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033984 [API:8081]10.0.0.33 - - [2026-06-08 04:32:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.149206 [API:8081]10.0.0.33 - - [2026-06-08 04:32:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.087492 [API:8081]10.0.0.33 - - [2026-06-08 04:32:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.068662 [API:8081]10.0.0.33 - - [2026-06-08 04:32:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.096014 [API:8081]10.0.0.33 - - [2026-06-08 04:32:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.128083 [API:8081]10.0.0.33 - - [2026-06-08 04:32:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.017970 [API:8081]10.0.0.33 - - [2026-06-08 04:32:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.061625 [API:8081]10.0.0.33 - - [2026-06-08 04:32:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.021443 [API:8081]10.0.0.33 - - [2026-06-08 04:33:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.022275 [API:8081]10.0.0.33 - - [2026-06-08 04:33:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.018314 [API:8081]10.0.0.33 - - [2026-06-08 04:33:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.017520 [API:8081]10.0.0.33 - - [2026-06-08 04:33:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-20372695:ctest-TestRbac-20372695-24658006?flat HTTP/1.1" 200 2076 0.010348 [API:8081]10.0.0.33 - - [2026-06-08 04:33:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.016309 [API:8081]10.0.0.33 - - [2026-06-08 04:33:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097396 [API:8081]10.0.0.33 - - [2026-06-08 04:33:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-06-08 04:33:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 200 2124 0.101269 [API:8081]10.0.0.33 - - [2026-06-08 04:33:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 401 205 0.000240 --- 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-22326038'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-20591391' RBAC: ctest-TestRbacBasic-63824055 doesn't have read permission in project 'efc10fc7b9da47ef86bb0b6ee934727c' 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-42534716', 'ctest-TestRbacBasic-42534716-84222157'], 'virtual_network', '5bd42cd7-d6ad-4847-b782-fa7a21c39699', "Permission Denied for ['ctest-TestRbacBasic-22326038'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-20591391' RBAC: ctest-TestRbacBasic-63824055 doesn't have read permission in project 'efc10fc7b9da47ef86bb0b6ee934727c'"),) [API:8081]10.0.0.33 - - [2026-06-08 04:33:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 403 198 0.118119 [API:8081]10.0.0.33 - - [2026-06-08 04:33:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-06-08 04:33:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 200 2124 0.064228 [API:8081]10.0.0.33 - - [2026-06-08 04:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.075100 [API:8081]10.0.0.33 - - [2026-06-08 04:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.077506 [API:8081]10.0.0.33 - - [2026-06-08 04:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.058717 --- 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-22326038'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42534716' RBAC: ctest-TestRbacBasic-63824055 doesn't have read permission in project '9ba426c8a2ef43c4873cfec24e5bae8d' 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-42534716', 'ctest-TestRbacBasic-42534716-84222157'], 'virtual_network', '5bd42cd7-d6ad-4847-b782-fa7a21c39699', "Permission Denied for ['ctest-TestRbacBasic-22326038'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42534716' RBAC: ctest-TestRbacBasic-63824055 doesn't have read permission in project '9ba426c8a2ef43c4873cfec24e5bae8d'"),) [API:8081]10.0.0.33 - - [2026-06-08 04:33:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 403 198 0.064870 --- 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-22326038'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42534716' RBAC: ctest-TestRbacBasic-63824055 doesn't have read permission in project '9ba426c8a2ef43c4873cfec24e5bae8d' 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-42534716', 'ctest-TestRbacBasic-42534716-84222157'], 'virtual_network', '5bd42cd7-d6ad-4847-b782-fa7a21c39699', "Permission Denied for ['ctest-TestRbacBasic-22326038'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42534716' RBAC: ctest-TestRbacBasic-63824055 doesn't have read permission in project '9ba426c8a2ef43c4873cfec24e5bae8d'"),) [API:8081]10.0.0.33 - - [2026-06-08 04:33:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 403 198 0.099799 [API:8081]10.0.0.33 - - [2026-06-08 04:33:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 200 2128 0.059360 [API:8081]10.0.0.33 - - [2026-06-08 04:33:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42534716:ctest-TestRbacBasic-42534716-84222157?flat HTTP/1.1" 200 2128 0.015830 [API:8081]10.0.0.33 - - [2026-06-08 04:33:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.081981 [API:8081]10.0.0.33 - - [2026-06-08 04:33:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.071804 [API:8081]10.0.0.33 - - [2026-06-08 04:33:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.009246 [API:8081]10.0.0.33 - - [2026-06-08 04:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1836 0.009027 [API:8081]10.0.0.33 - - [2026-06-08 04:33:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 401 205 0.000251 --- 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-09149691 as ['ctest-TestRbacBasic-98001597'] to R virtual-network in ctest-TestRbacBasic-85242416 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-85242416', 'ctest-TestRbacBasic-85242416-43168286'], 'virtual_network', '04733cc5-d888-45f2-90f7-9392ac96342e', "Permission Denied for ctest-TestRbacBasic-09149691 as ['ctest-TestRbacBasic-98001597'] to R virtual-network in ctest-TestRbacBasic-85242416"),) [API:8081]10.0.0.33 - - [2026-06-08 04:33:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 403 198 0.123172 [API:8081]10.0.0.33 - - [2026-06-08 04:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.096957 [API:8081]10.0.0.33 - - [2026-06-08 04:33:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 200 2123 0.060121 [API:8081]10.0.0.33 - - [2026-06-08 04:33:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.079917 --- 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-09149691 as ['ctest-TestRbacBasic-98001597'] to R virtual-network in ctest-TestRbacBasic-85242416 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-85242416', 'ctest-TestRbacBasic-85242416-43168286'], 'virtual_network', '04733cc5-d888-45f2-90f7-9392ac96342e', "Permission Denied for ctest-TestRbacBasic-09149691 as ['ctest-TestRbacBasic-98001597'] to R virtual-network in ctest-TestRbacBasic-85242416"),) [API:8081]10.0.0.33 - - [2026-06-08 04:33:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 403 198 0.056990 --- 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-09149691 as ['ctest-TestRbacBasic-98001597'] to R virtual-network in ctest-TestRbacBasic-85242416 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-85242416', 'ctest-TestRbacBasic-85242416-43168286'], 'virtual_network', '04733cc5-d888-45f2-90f7-9392ac96342e', "Permission Denied for ctest-TestRbacBasic-09149691 as ['ctest-TestRbacBasic-98001597'] to R virtual-network in ctest-TestRbacBasic-85242416"),) [API:8081]10.0.0.33 - - [2026-06-08 04:33:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 403 198 0.091099 [API:8081]10.0.0.33 - - [2026-06-08 04:33:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.117694 [API:8081]10.0.0.33 - - [2026-06-08 04:33:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 200 2123 0.275521 [API:8081]10.0.0.33 - - [2026-06-08 04:33:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.229719 [API:8081]10.0.0.33 - - [2026-06-08 04:33:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 401 205 0.000303 --- 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-63824055 as ['ctest-TestRbacBasic-22326038'] to R virtual-network in ctest-TestRbacBasic-85242416 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-85242416', 'ctest-TestRbacBasic-85242416-43168286'], 'virtual_network', '04733cc5-d888-45f2-90f7-9392ac96342e', "Permission Denied for ctest-TestRbacBasic-63824055 as ['ctest-TestRbacBasic-22326038'] to R virtual-network in ctest-TestRbacBasic-85242416"),) [API:8081]10.0.0.33 - - [2026-06-08 04:33:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 403 198 0.104143 [API:8081]10.0.0.33 - - [2026-06-08 04:33:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.057530 [API:8081]10.0.0.33 - - [2026-06-08 04:33:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-43168286?flat HTTP/1.1" 200 2123 0.052356 [API:8081]10.0.0.33 - - [2026-06-08 04:33:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.071826 [API:8081]10.0.0.33 - - [2026-06-08 04:33:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1836 0.064793 [API:8081]10.0.0.33 - - [2026-06-08 04:33:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.008316 [API:8081]10.0.0.33 - - [2026-06-08 04:34:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.398825 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002603 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002652 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002620 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002940 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002584 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002745 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:34:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003256 [API:8081]10.0.0.33 - - [2026-06-08 04:34:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-85242416:6b7807a0-f86b-4147-b8a6-352a5752636b?flat HTTP/1.1" 200 5397 0.062061 [API:8081]10.0.0.33 - - [2026-06-08 04:34:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-85242416:6b7807a0-f86b-4147-b8a6-352a5752636b?flat HTTP/1.1" 200 5397 0.053723 [API:8081]10.0.0.33 - - [2026-06-08 04:34:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-85242416:6b7807a0-f86b-4147-b8a6-352a5752636b?flat HTTP/1.1" 200 5397 0.054553 [API:8081]10.0.0.33 - - [2026-06-08 04:34:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-35410393?flat HTTP/1.1" 200 8787 0.061911 [API:8081]10.0.0.33 - - [2026-06-08 04:34:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.030785 [API:8081]10.0.0.33 - - [2026-06-08 04:34:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087249 [API:8081]10.0.0.33 - - [2026-06-08 04:34:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32577 0.034484 [API:8081]10.0.0.33 - - [2026-06-08 04:34:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031972 [API:8081]10.0.0.33 - - [2026-06-08 04:34:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.089302 [API:8081]10.0.0.33 - - [2026-06-08 04:34:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32577 0.032858 [API:8081]10.0.0.33 - - [2026-06-08 04:34:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.063477 [API:8081]10.0.0.33 - - [2026-06-08 04:34:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-35410393?flat HTTP/1.1" 200 8787 0.085682 [API:8081]10.0.0.33 - - [2026-06-08 04:34:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.057354 [API:8081]10.0.0.33 - - [2026-06-08 04:34:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033326 [API:8081]10.0.0.33 - - [2026-06-08 04:34:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.085941 [API:8081]10.0.0.33 - - [2026-06-08 04:34:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.022098 [API:8081]10.0.0.33 - - [2026-06-08 04:34:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.022683 [API:8081]10.0.0.33 - - [2026-06-08 04:34:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.028210 [API:8081]10.0.0.33 - - [2026-06-08 04:34:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.023318 [API:8081]10.0.0.33 - - [2026-06-08 04:34:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.022665 [API:8081]10.0.0.33 - - [2026-06-08 04:34:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.028731 [API:8081]10.0.0.33 - - [2026-06-08 04:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.026265 [API:8081]10.0.0.33 - - [2026-06-08 04:34:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32579 0.023034 [API:8081]10.0.0.33 - - [2026-06-08 04:34:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-85242416:ctest-TestRbacBasic-85242416-35410393?flat HTTP/1.1" 200 6889 0.014875 [API:8081]10.0.0.33 - - [2026-06-08 04:34:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.010021 [Introspect:8090]10.0.0.33 - - [2026-06-08 04:35:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001069 [API:8081]10.0.0.33 - - [2026-06-08 04:35:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-06-08 04:35:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.063512 [API:8081]10.0.0.33 - - [2026-06-08 04:35:41] "GET /analytics HTTP/1.1" 401 205 0.000687 [API:8081]10.0.0.33 - - [2026-06-08 04:35:41] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.249 - - [2026-06-08 04:36:08] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.249 - - [2026-06-08 04:36:08] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.27 - - [2026-06-08 04:36:08] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-06-08 04:36:08] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.33 - - [2026-06-08 04:36:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086213 [API:8081]10.0.0.33 - - [2026-06-08 04:37:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058445 [API:8081]10.0.0.249 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.249 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.33 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.27 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.27 - - [2026-06-08 04:37:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-06-08 04:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.33 - - [2026-06-08 04:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-06-08 04:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.27 - - [2026-06-08 04:37:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2026-06-08 04:38:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:2e62b249-33ce-4a16-8774-7d2f5174e37e?flat HTTP/1.1" 200 5503 0.014847 [API:8081]10.0.0.33 - - [2026-06-08 04:38:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:2e62b249-33ce-4a16-8774-7d2f5174e37e?flat HTTP/1.1" 200 5503 0.075767 [API:8081]10.0.0.33 - - [2026-06-08 04:38:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:2e62b249-33ce-4a16-8774-7d2f5174e37e?flat HTTP/1.1" 200 5503 0.072763 [API:8081]10.0.0.33 - - [2026-06-08 04:38:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn1-36037568?flat HTTP/1.1" 200 9565 0.018471 [API:8081]10.0.0.33 - - [2026-06-08 04:38:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24739 0.020621 [API:8081]10.0.0.33 - - [2026-06-08 04:38:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24739 0.017216 [API:8081]10.0.0.33 - - [2026-06-08 04:38:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009667 [API:8081]10.0.0.33 - - [2026-06-08 04:38:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:a6713efd-bff7-4692-ac88-cc1828b06979?flat HTTP/1.1" 200 5376 0.014173 [API:8081]10.0.0.33 - - [2026-06-08 04:38:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:a6713efd-bff7-4692-ac88-cc1828b06979?flat HTTP/1.1" 200 5376 0.018993 [API:8081]10.0.0.33 - - [2026-06-08 04:38:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:a6713efd-bff7-4692-ac88-cc1828b06979?flat HTTP/1.1" 200 5376 0.013195 [API:8081]10.0.0.33 - - [2026-06-08 04:38:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn1-36037568?flat HTTP/1.1" 200 9508 0.021752 [API:8081]10.0.0.33 - - [2026-06-08 04:38:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32589 0.029285 [API:8081]10.0.0.33 - - [2026-06-08 04:38:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32589 0.024824 [API:8081]10.0.0.33 - - [2026-06-08 04:38:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.017727 [API:8081]10.0.0.33 - - [2026-06-08 04:38:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32589 0.022092 [API:8081]10.0.0.33 - - [2026-06-08 04:38:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32589 0.025618 [API:8081]10.0.0.33 - - [2026-06-08 04:38:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32589 0.025223 [API:8081]10.0.0.33 - - [2026-06-08 04:38:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32589 0.024902 [API:8081]10.0.0.33 - - [2026-06-08 04:38:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32590 0.025019 [API:8081]10.0.0.33 - - [2026-06-08 04:38:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn1-36037568?flat HTTP/1.1" 200 7673 0.019504 [API:8081]10.0.0.33 - - [2026-06-08 04:38:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.015723 [API:8081]10.0.0.33 - - [2026-06-08 04:38:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24739 0.018494 [API:8081]10.0.0.33 - - [2026-06-08 04:38:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24740 0.018660 [API:8081]10.0.0.33 - - [2026-06-08 04:38:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24741 0.018018 [API:8081]10.0.0.33 - - [2026-06-08 04:38:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn1-36037568?flat HTTP/1.1" 200 4922 0.011837 [API:8081]10.0.0.33 - - [2026-06-08 04:38:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.008497 [API:8081]10.0.0.33 - - [2026-06-08 04:38:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.008497 [API:8081]10.0.0.33 - - [2026-06-08 04:38:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2010 0.013335 [API:8081]10.0.0.33 - - [2026-06-08 04:39:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056982 [API:8081]10.0.0.33 - - [2026-06-08 04:40:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.068461 [Introspect:8090]10.0.0.33 - - [2026-06-08 04:41:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001539 [API:8081]10.0.0.33 - - [2026-06-08 04:41:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-1?flat HTTP/1.1" 200 13192 0.431101 [API:8081]10.0.0.33 - - [2026-06-08 04:41:48] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5901-1?flat HTTP/1.1" 200 6058 0.525495 [API:8081]10.0.0.33 - - [2026-06-08 04:41:48] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 6060 0.086982 [API:8081]10.0.0.33 - - [2026-06-08 04:41:48] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5901-3?flat HTTP/1.1" 200 3951 0.010919 [API:8081]10.0.0.33 - - [2026-06-08 04:41:48] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?flat HTTP/1.1" 200 6411 0.017627 [API:8081]10.0.0.33 - - [2026-06-08 04:41:48] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?flat HTTP/1.1" 200 7362 0.036829 [API:8081]10.0.0.33 - - [2026-06-08 04:41:48] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?flat HTTP/1.1" 200 6139 0.036577 [API:8081]10.0.0.33 - - [2026-06-08 04:41:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2220 0.010682 [API:8081]10.0.0.33 - - [2026-06-08 04:42:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056751 [API:8081]10.0.0.249 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.249 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.249 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.249 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.33 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-06-08 04:42:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2026-06-08 04:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-06-08 04:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-06-08 04:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2026-06-08 04:42:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-06-08 04:42:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:1f149fd5-d2bc-4eca-aa24-c1884a80d457?flat HTTP/1.1" 200 5246 0.014270 [API:8081]10.0.0.33 - - [2026-06-08 04:42:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:1f149fd5-d2bc-4eca-aa24-c1884a80d457?flat HTTP/1.1" 200 5246 0.014067 [API:8081]10.0.0.33 - - [2026-06-08 04:42:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:1f149fd5-d2bc-4eca-aa24-c1884a80d457?flat HTTP/1.1" 200 5246 0.014605 [API:8081]10.0.0.33 - - [2026-06-08 04:42:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn1-73774762?flat HTTP/1.1" 200 7120 0.020493 [API:8081]10.0.0.33 - - [2026-06-08 04:42:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32293 0.032837 [API:8081]10.0.0.33 - - [2026-06-08 04:42:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 13519 0.023897 [API:8081]10.0.0.33 - - [2026-06-08 04:42:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32293 0.036318 [API:8081]10.0.0.33 - - [2026-06-08 04:42:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 13519 0.022449 [API:8081]10.0.0.33 - - [2026-06-08 04:42:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009093 [API:8081]10.0.0.33 - - [2026-06-08 04:43:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.065709 [API:8081]10.0.0.33 - - [2026-06-08 04:43:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:a8598ded-66c3-408e-8f35-43b07c4613e6?flat HTTP/1.1" 200 5286 0.014440 [API:8081]10.0.0.33 - - [2026-06-08 04:43:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:a8598ded-66c3-408e-8f35-43b07c4613e6?flat HTTP/1.1" 200 5286 0.012030 [API:8081]10.0.0.33 - - [2026-06-08 04:43:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-91688504:a8598ded-66c3-408e-8f35-43b07c4613e6?flat HTTP/1.1" 200 5286 0.020445 [API:8081]10.0.0.33 - - [2026-06-08 04:43:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn2-78499580?flat HTTP/1.1" 200 6975 0.016426 [API:8081]10.0.0.33 - - [2026-06-08 04:43:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33196 0.022794 [API:8081]10.0.0.33 - - [2026-06-08 04:43:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33196 0.021775 [API:8081]10.0.0.33 - - [2026-06-08 04:43:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.008352 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002388 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003037 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002365 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003253 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002106 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002268 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:44:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002175 [API:8081]10.0.0.33 - - [2026-06-08 04:44:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.027188 [API:8081]10.0.0.33 - - [2026-06-08 04:44:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.032813 [API:8081]10.0.0.33 - - [2026-06-08 04:44:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.024091 [API:8081]10.0.0.33 - - [2026-06-08 04:44:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.025703 [API:8081]10.0.0.33 - - [2026-06-08 04:44:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.022896 [API:8081]10.0.0.33 - - [2026-06-08 04:44:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33204 0.023808 [API:8081]10.0.0.33 - - [2026-06-08 04:44:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn2-78499580?flat HTTP/1.1" 200 7735 0.014416 [API:8081]10.0.0.33 - - [2026-06-08 04:44:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.007962 [API:8081]10.0.0.33 - - [2026-06-08 04:45:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.030308 [API:8081]10.0.0.33 - - [2026-06-08 04:45:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 14043 0.020575 [API:8081]10.0.0.33 - - [2026-06-08 04:45:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.039276 [API:8081]10.0.0.33 - - [2026-06-08 04:45:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 14043 0.030343 [API:8081]10.0.0.33 - - [2026-06-08 04:45:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32311 0.032733 [API:8081]10.0.0.33 - - [2026-06-08 04:45:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 13921 0.024678 [API:8081]10.0.0.33 - - [2026-06-08 04:45:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-91688504:ctest-vn1-73774762?flat HTTP/1.1" 200 7919 0.020522 [API:8081]10.0.0.33 - - [2026-06-08 04:45:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010556 [API:8081]10.0.0.33 - - [2026-06-08 04:45:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066152 [API:8081]10.0.0.33 - - [2026-06-08 04:45:41] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2026-06-08 04:45:41] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.249 - - [2026-06-08 04:46:08] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.249 - - [2026-06-08 04:46:08] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.27 - - [2026-06-08 04:46:08] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-06-08 04:46:08] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.33 - - [2026-06-08 04:46:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-09210277:0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679?flat HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2026-06-08 04:46:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-09210277:0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679?flat HTTP/1.1" 200 5225 0.122107 [API:8081]10.0.0.33 - - [2026-06-08 04:46:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-09210277:0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679?flat HTTP/1.1" 200 5225 0.080188 [API:8081]10.0.0.33 - - [2026-06-08 04:46:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-09210277:0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679?flat HTTP/1.1" 200 5225 0.068038 [API:8081]10.0.0.33 - - [2026-06-08 04:46:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-09210277:ctest-vn-88307570?flat HTTP/1.1" 200 6591 0.015096 [API:8081]10.0.0.33 - - [2026-06-08 04:46:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33209 0.034402 [API:8081]10.0.0.33 - - [2026-06-08 04:46:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33209 0.025439 [API:8081]10.0.0.33 - - [2026-06-08 04:46:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010293 [API:8081]10.0.0.33 - - [2026-06-08 04:46:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-09210277:38f1a386-2f21-47fc-b228-57dff9720256?flat HTTP/1.1" 200 5234 0.019301 [API:8081]10.0.0.33 - - [2026-06-08 04:46:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-09210277:38f1a386-2f21-47fc-b228-57dff9720256?flat HTTP/1.1" 200 5234 0.021100 [API:8081]10.0.0.33 - - [2026-06-08 04:46:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-09210277:38f1a386-2f21-47fc-b228-57dff9720256?flat HTTP/1.1" 200 5234 0.013188 [API:8081]10.0.0.33 - - [2026-06-08 04:46:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-09210277:ctest-vn-75564440?flat HTTP/1.1" 200 6745 0.018253 [API:8081]10.0.0.33 - - [2026-06-08 04:46:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.028206 [API:8081]10.0.0.33 - - [2026-06-08 04:46:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 14034 0.028741 [API:8081]10.0.0.33 - - [2026-06-08 04:46:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.029462 [API:8081]10.0.0.33 - - [2026-06-08 04:46:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 14034 0.033422 [API:8081]10.0.0.33 - - [2026-06-08 04:46:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010257 [API:8081]10.0.0.33 - - [2026-06-08 04:46:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062790 [API:8081]10.0.0.33 - - [2026-06-08 04:46:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.031170 [API:8081]10.0.0.33 - - [2026-06-08 04:46:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 14034 0.023838 [API:8081]10.0.0.33 - - [2026-06-08 04:46:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.024331 [API:8081]10.0.0.33 - - [2026-06-08 04:46:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 14034 0.025582 [API:8081]10.0.0.33 - - [2026-06-08 04:46:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.028876 [API:8081]10.0.0.33 - - [2026-06-08 04:46:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5901-2?flat HTTP/1.1" 200 13654 0.021048 [API:8081]10.0.0.33 - - [2026-06-08 04:46:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-09210277:ctest-vn-75564440?flat HTTP/1.1" 200 4892 0.012510 [API:8081]10.0.0.33 - - [2026-06-08 04:46:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.010217 [API:8081]10.0.0.33 - - [2026-06-08 04:46:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33214 0.026696 [API:8081]10.0.0.33 - - [2026-06-08 04:46:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33214 0.024433 [API:8081]10.0.0.33 - - [2026-06-08 04:46:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33214 0.031518 [API:8081]10.0.0.33 - - [2026-06-08 04:46:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33214 0.028338 [API:8081]10.0.0.33 - - [2026-06-08 04:46:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33214 0.033066 [API:8081]10.0.0.33 - - [2026-06-08 04:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33214 0.023474 [API:8081]10.0.0.33 - - [2026-06-08 04:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5901-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33215 0.026245 [API:8081]10.0.0.33 - - [2026-06-08 04:46:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-09210277:ctest-vn-88307570?flat HTTP/1.1" 200 6186 0.013312 [API:8081]10.0.0.33 - - [2026-06-08 04:46:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011376 [API:8081]10.0.0.33 - - [2026-06-08 04:47:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-08 04:47:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2034 0.071922 [API:8081]10.0.0.33 - - [2026-06-08 04:47:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2034 0.063915 [API:8081]10.0.0.249 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-06-08 04:47:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2026-06-08 04:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.33 - - [2026-06-08 04:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2026-06-08 04:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.27 - - [2026-06-08 04:47:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2026-06-08 04:48:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068757 [API:8081]10.0.0.33 - - [2026-06-08 04:49:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.075307 [API:8081]10.0.0.33 - - [2026-06-08 04:51:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068293 [API:8081]10.0.0.33 - - [2026-06-08 04:52:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069715 [API:8081]10.0.0.249 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.249 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.249 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.249 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-06-08 04:52:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-08 04:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2026-06-08 04:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-06-08 04:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2026-06-08 04:52:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-08 04:53:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-06-08 04:53:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2248 0.062865 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002952 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002712 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004058 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003410 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003648 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002819 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003431 [LOCAL API:8181]127.0.0.1 - - [2026-06-08 04:54:25] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5901-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002477 [API:8081]10.0.0.33 - - [2026-06-08 04:54:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062880 [API:8081]10.0.0.33 - - [2026-06-08 04:55:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.066126 [API:8081]10.0.0.33 - - [2026-06-08 04:55:41] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2026-06-08 04:55:41] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.249 - - [2026-06-08 04:56:08] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.249 - - [2026-06-08 04:56:08] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.27 - - [2026-06-08 04:56:08] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-06-08 04:56:08] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.33 - - [2026-06-08 04:57:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059393 [API:8081]10.0.0.249 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.249 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.249 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.27 - - [2026-06-08 04:57:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000531 [API:8081]10.0.0.33 - - [2026-06-08 04:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.33 - - [2026-06-08 04:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-06-08 04:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-06-08 04:57:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.33 - - [2026-06-08 04:58:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.088728 [API:8081]10.0.0.33 - - [2026-06-08 05:00:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075160 [API:8081]10.0.0.33 - - [2026-06-08 05:01:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.071458 [Introspect:8090]10.0.0.33 - - [2026-06-08 05:02:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001024