++ 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 Feb 9 02:05:23 AM UTC 2026 ===================' INFO: =================== Mon Feb 9 02:05:23 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ head -n 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.19,10.0.0.33,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.33:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.33:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.33:8081 10.0.0.41:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.33:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.33:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.33:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.33:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.33:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.33:8086 10.0.0.41:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.33:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.33:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.33:8082 10.0.0.41:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.33:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.33:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.33:9161 10.0.0.41:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.33:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.33:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.33:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.33:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.33:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.33:2181,10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.33:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.33:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.33:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.33:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.33:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.33:5673,10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.33:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.33:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.33:6379 10.0.0.41:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.33:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.33:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.33:9092 10.0.0.41:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.19 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.19,10.0.0.33,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.19,10.0.0.33,10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.19 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.19,10.0.0.33,10.0.0.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.19,10.0.0.33,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.19,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ set ++ sort ++ 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:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 02/09/2026 02:05:31.606 7ff6bfbf6b40 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/09/2026 02:05:31.799 7ff6bfbf6b40 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 02/09/2026 02:05:31.810 7ff6bfbf6b40 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/09/2026 02:05:31.811 7ff6bfbf6b40 [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.19: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.33 - - [2026-02-09 02:06:13] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.33 - - [2026-02-09 02:06:13] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.19 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.19 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.41 - - [2026-02-09 02:06:14] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.19 - - [2026-02-09 02:06:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.426835 [API:8081]10.0.0.33 - - [2026-02-09 02:06:44] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-02-09 02:06:44] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.19 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.41 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.41 - - [2026-02-09 02:06:45] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.33 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.19 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2026-02-09 02:07:15] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.19 - - [2026-02-09 02:07:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.361066 [Introspect:8090]10.0.0.19 - - [2026-02-09 02:08:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001065 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.41 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2026-02-09 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.41 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.41 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000709 [API:8081]10.0.0.19 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-02-09 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2026-02-09 02:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-02-09 02:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [Introspect:8090]10.0.0.19 - - [2026-02-09 02:08:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001141 [API:8081]10.0.0.19 - - [2026-02-09 02:09:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.370666 [Introspect:8090]10.0.0.19 - - [2026-02-09 02:10:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001549 [Introspect:8090]10.0.0.19 - - [2026-02-09 02:10:19] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000539 [API:8081]10.0.0.19 - - [2026-02-09 02:10:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1:Control:contrail-control:0?flat HTTP/1.1" 200 38105 0.067900 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.060165 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2:Control:contrail-control:0?flat HTTP/1.1" 200 38099 0.064363 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.051223 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3:Control:contrail-control:0?flat HTTP/1.1" 200 35042 0.020932 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.017652 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017348 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017673 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.015719 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3375 0.016290 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011070 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.014403 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.012460 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.013546 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.012956 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012650 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011965 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011328 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.022640 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018795 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019944 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016339 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015405 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017152 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.022021 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.020006 [API:8081]10.0.0.19 - - [2026-02-09 02:10:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.033680 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018010 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.019771 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016941 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.016232 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023218 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.016824 [API:8081]10.0.0.19 - - [2026-02-09 02:10:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019981 [API:8081]10.0.0.19 - - [2026-02-09 02:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018168 [API:8081]10.0.0.19 - - [2026-02-09 02:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.013017 [API:8081]10.0.0.19 - - [2026-02-09 02:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023286 [API:8081]10.0.0.19 - - [2026-02-09 02:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.014519 [API:8081]10.0.0.19 - - [2026-02-09 02:10:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013195 [API:8081]10.0.0.19 - - [2026-02-09 02:10:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.016797 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013447 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012000 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.018348 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014251 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011664 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14825 0.020136 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014322 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016066 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.012925 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017311 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.012618 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014974 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3981 0.013143 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.013772 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.014360 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.012993 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1:Control:contrail-control:0?flat HTTP/1.1" 200 38105 0.021404 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012173 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.016249 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2:Control:contrail-control:0?flat HTTP/1.1" 200 38099 0.024997 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012984 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.015238 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3:Control:contrail-control:0?flat HTTP/1.1" 200 35042 0.021240 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011921 [API:8081]10.0.0.19 - - [2026-02-09 02:10:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5238-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.016257 [API:8081]10.0.0.19 - - [2026-02-09 02:10:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12040 0.022045 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?flat HTTP/1.1" 200 14053 0.019355 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?flat HTTP/1.1" 200 14891 0.021590 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?flat HTTP/1.1" 200 18083 0.018474 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?flat HTTP/1.1" 200 14053 0.019603 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?flat HTTP/1.1" 200 14891 0.021697 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?flat HTTP/1.1" 200 18083 0.017700 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?flat HTTP/1.1" 200 14053 0.023739 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?flat HTTP/1.1" 200 14891 0.024639 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?flat HTTP/1.1" 200 18083 0.025034 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?flat HTTP/1.1" 200 14053 0.018705 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?flat HTTP/1.1" 200 14891 0.025753 [API:8081]10.0.0.19 - - [2026-02-09 02:10:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?flat HTTP/1.1" 200 18083 0.022929 [API:8081]10.0.0.19 - - [2026-02-09 02:10:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 8007 0.016135 [API:8081]10.0.0.19 - - [2026-02-09 02:10:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 8007 0.015770 [API:8081]10.0.0.19 - - [2026-02-09 02:10:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-3?flat HTTP/1.1" 200 8005 0.012453 [API:8081]10.0.0.19 - - [2026-02-09 02:10:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-02-09 02:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.081080 [API:8081]10.0.0.19 - - [2026-02-09 02:10:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.372508 [API:8081]10.0.0.19 - - [2026-02-09 02:10:49] "POST /analytics/query HTTP/1.1" 200 54699 1.072708 [API:8081]10.0.0.19 - - [2026-02-09 02:10:51] "POST /analytics/query HTTP/1.1" 200 5875 1.037614 [API:8081]10.0.0.19 - - [2026-02-09 02:10:52] "POST /analytics/query HTTP/1.1" 200 871 1.117025 [API:8081]10.0.0.19 - - [2026-02-09 02:10:53] "POST /analytics/query HTTP/1.1" 200 5875 1.077851 [API:8081]10.0.0.19 - - [2026-02-09 02:10:54] "POST /analytics/query HTTP/1.1" 200 871 1.055211 [API:8081]10.0.0.19 - - [2026-02-09 02:11:05] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001074 [API:8081]10.0.0.19 - - [2026-02-09 02:12:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127046 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2026-02-09 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000813 [API:8081]10.0.0.41 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.19 - - [2026-02-09 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-02-09 02:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-02-09 02:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-02-09 02:13:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064858 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003353 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003156 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003064 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002509 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002972 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002425 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002379 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:15:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002622 [API:8081]10.0.0.19 - - [2026-02-09 02:15:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087945 [API:8081]10.0.0.19 - - [2026-02-09 02:15:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2026-02-09 02:15:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.085452 [API:8081]10.0.0.19 - - [2026-02-09 02:15:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.058336 [API:8081]10.0.0.19 - - [2026-02-09 02:16:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.125672 [API:8081]10.0.0.41 - - [2026-02-09 02:16:45] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2026-02-09 02:16:45] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.33 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.19 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-02-09 02:17:15] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.41 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2026-02-09 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.41 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.19 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-02-09 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.19 - - [2026-02-09 02:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.19 - - [2026-02-09 02:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.19 - - [2026-02-09 02:18:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081073 [API:8081]10.0.0.19 - - [2026-02-09 02:19:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060436 [API:8081]10.0.0.19 - - [2026-02-09 02:21:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2026-02-09 02:21:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.059747 [API:8081]10.0.0.19 - - [2026-02-09 02:21:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.068391 [API:8081]10.0.0.19 - - [2026-02-09 02:21:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053674 [API:8081]10.0.0.19 - - [2026-02-09 02:22:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.059222 [API:8081]10.0.0.19 - - [2026-02-09 02:23:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.009321 [API:8081]10.0.0.19 - - [2026-02-09 02:23:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.059431 [API:8081]10.0.0.19 - - [2026-02-09 02:23:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.009123 [API:8081]10.0.0.19 - - [2026-02-09 02:23:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.008198 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-02-09 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2026-02-09 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2026-02-09 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2026-02-09 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.19 - - [2026-02-09 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-02-09 02:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-02-09 02:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-02-09 02:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-02-09 02:24:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054342 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003242 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003121 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003086 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003116 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003258 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002783 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004140 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:25:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003886 [API:8081]10.0.0.19 - - [2026-02-09 02:25:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.065221 [API:8081]10.0.0.19 - - [2026-02-09 02:26:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.068068 [API:8081]10.0.0.19 - - [2026-02-09 02:26:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.016849 [API:8081]10.0.0.19 - - [2026-02-09 02:26:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.063692 [API:8081]10.0.0.19 - - [2026-02-09 02:26:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-98504825:ctest-vnet1-18410955?flat HTTP/1.1" 200 8246 0.013229 [API:8081]10.0.0.19 - - [2026-02-09 02:26:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008354 [API:8081]10.0.0.19 - - [2026-02-09 02:26:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.017764 [API:8081]10.0.0.19 - - [2026-02-09 02:26:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.017830 [API:8081]10.0.0.41 - - [2026-02-09 02:26:45] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2026-02-09 02:26:45] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.19 - - [2026-02-09 02:26:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.018445 [API:8081]10.0.0.19 - - [2026-02-09 02:26:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.017686 [API:8081]10.0.0.19 - - [2026-02-09 02:26:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.018182 [API:8081]10.0.0.19 - - [2026-02-09 02:26:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.017168 [API:8081]10.0.0.19 - - [2026-02-09 02:27:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.018589 [API:8081]10.0.0.19 - - [2026-02-09 02:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.018689 [API:8081]10.0.0.19 - - [2026-02-09 02:27:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.022544 [API:8081]10.0.0.19 - - [2026-02-09 02:27:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020307 [API:8081]10.0.0.19 - - [2026-02-09 02:27:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-98504825:ctest-vnet0-98884490?flat HTTP/1.1" 200 8246 0.013790 [API:8081]10.0.0.19 - - [2026-02-09 02:27:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009027 [API:8081]10.0.0.33 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.19 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2026-02-09 02:27:15] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.19 - - [2026-02-09 02:27:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008587 [API:8081]10.0.0.19 - - [2026-02-09 02:27:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056875 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.41 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2026-02-09 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2026-02-09 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-02-09 02:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-02-09 02:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-02-09 02:28:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055258 [API:8081]10.0.0.19 - - [2026-02-09 02:29:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-02-09 02:29:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.058289 [API:8081]10.0.0.19 - - [2026-02-09 02:30:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.068101 [API:8081]10.0.0.19 - - [2026-02-09 02:30:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.060880 [API:8081]10.0.0.19 - - [2026-02-09 02:30:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018063 [API:8081]10.0.0.19 - - [2026-02-09 02:30:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018582 [API:8081]10.0.0.19 - - [2026-02-09 02:30:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017228 [API:8081]10.0.0.19 - - [2026-02-09 02:30:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-49499343:ctest-vnet0-92388041?flat HTTP/1.1" 200 7203 0.012875 [API:8081]10.0.0.19 - - [2026-02-09 02:30:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009268 [API:8081]10.0.0.19 - - [2026-02-09 02:30:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.359979 [API:8081]10.0.0.19 - - [2026-02-09 02:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-02-09 02:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.054800 [API:8081]10.0.0.19 - - [2026-02-09 02:31:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2026-02-09 02:31:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.056045 [API:8081]10.0.0.19 - - [2026-02-09 02:31:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.064784 [API:8081]10.0.0.19 - - [2026-02-09 02:31:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.055345 [API:8081]10.0.0.19 - - [2026-02-09 02:31:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.071250 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:0e28dc66-1e83-4048-ab69-51c3f6432c1e?flat HTTP/1.1" 200 5226 0.013933 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:0e28dc66-1e83-4048-ab69-51c3f6432c1e?flat HTTP/1.1" 200 5226 0.012748 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:0e28dc66-1e83-4048-ab69-51c3f6432c1e?flat HTTP/1.1" 200 5226 0.011735 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-96092447:ctest-VN1-83112503?flat HTTP/1.1" 200 8553 0.012945 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017822 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017391 [API:8081]10.0.0.19 - - [2026-02-09 02:32:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008371 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:683866fb-c44c-4c42-9adf-87cc21461fb2?flat HTTP/1.1" 200 5485 0.016728 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:683866fb-c44c-4c42-9adf-87cc21461fb2?flat HTTP/1.1" 200 5485 0.022711 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:683866fb-c44c-4c42-9adf-87cc21461fb2?flat HTTP/1.1" 200 5485 0.020622 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-96092447:ctest-VN2-74923453?flat HTTP/1.1" 200 9541 0.027472 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.032733 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.020539 [API:8081]10.0.0.19 - - [2026-02-09 02:32:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009324 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:ebf516b2-771d-4248-b9dc-d9d704236cad?flat HTTP/1.1" 200 5097 0.015547 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:ebf516b2-771d-4248-b9dc-d9d704236cad?flat HTTP/1.1" 200 5097 0.015231 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-96092447:ebf516b2-771d-4248-b9dc-d9d704236cad?flat HTTP/1.1" 200 5097 0.017897 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-96092447:ctest-VN3-20706734?flat HTTP/1.1" 200 7442 0.016637 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017847 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018554 [API:8081]10.0.0.19 - - [2026-02-09 02:32:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010361 [API:8081]10.0.0.19 - - [2026-02-09 02:32:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.017380 [API:8081]10.0.0.19 - - [2026-02-09 02:32:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.017803 [API:8081]10.0.0.19 - - [2026-02-09 02:33:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.018899 [API:8081]10.0.0.19 - - [2026-02-09 02:33:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.023363 [API:8081]10.0.0.19 - - [2026-02-09 02:33:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.019516 [API:8081]10.0.0.19 - - [2026-02-09 02:33:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-96092447:ctest-VN3-20706734?flat HTTP/1.1" 200 6214 0.014234 [API:8081]10.0.0.19 - - [2026-02-09 02:33:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014073 [API:8081]10.0.0.19 - - [2026-02-09 02:33:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.016813 [API:8081]10.0.0.19 - - [2026-02-09 02:33:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025729 [API:8081]10.0.0.19 - - [2026-02-09 02:33:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.016682 [API:8081]10.0.0.19 - - [2026-02-09 02:33:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017478 [API:8081]10.0.0.19 - - [2026-02-09 02:33:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018786 [API:8081]10.0.0.19 - - [2026-02-09 02:33:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.016425 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.41 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2026-02-09 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2026-02-09 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.41 - - [2026-02-09 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2026-02-09 02:33:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018108 [API:8081]10.0.0.19 - - [2026-02-09 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-02-09 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-02-09 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.19 - - [2026-02-09 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-02-09 02:33:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018506 [API:8081]10.0.0.19 - - [2026-02-09 02:33:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025731 [API:8081]10.0.0.19 - - [2026-02-09 02:33:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017313 [API:8081]10.0.0.19 - - [2026-02-09 02:33:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-96092447:ctest-VN2-74923453?flat HTTP/1.1" 200 6557 0.012625 [API:8081]10.0.0.19 - - [2026-02-09 02:33:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008156 [API:8081]10.0.0.19 - - [2026-02-09 02:33:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018064 [API:8081]10.0.0.19 - - [2026-02-09 02:33:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018031 [API:8081]10.0.0.19 - - [2026-02-09 02:33:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018503 [API:8081]10.0.0.19 - - [2026-02-09 02:33:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.029318 [API:8081]10.0.0.19 - - [2026-02-09 02:33:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066007 [API:8081]10.0.0.19 - - [2026-02-09 02:33:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017318 [API:8081]10.0.0.19 - - [2026-02-09 02:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019520 [API:8081]10.0.0.19 - - [2026-02-09 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018913 [API:8081]10.0.0.19 - - [2026-02-09 02:34:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019404 [API:8081]10.0.0.19 - - [2026-02-09 02:34:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.016620 [API:8081]10.0.0.19 - - [2026-02-09 02:34:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019343 [API:8081]10.0.0.19 - - [2026-02-09 02:34:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-96092447:ctest-VN1-83112503?flat HTTP/1.1" 200 6767 0.012245 [API:8081]10.0.0.19 - - [2026-02-09 02:34:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008810 [API:8081]10.0.0.19 - - [2026-02-09 02:34:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-02-09 02:34:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.057467 [API:8081]10.0.0.19 - - [2026-02-09 02:34:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.060140 [API:8081]10.0.0.19 - - [2026-02-09 02:34:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.084178 [API:8081]10.0.0.19 - - [2026-02-09 02:34:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.074054 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:e23e6581-13e2-4a4c-b2b6-fdca0e3c25de?flat HTTP/1.1" 200 5363 0.012419 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:e23e6581-13e2-4a4c-b2b6-fdca0e3c25de?flat HTTP/1.1" 200 5363 0.011899 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:e23e6581-13e2-4a4c-b2b6-fdca0e3c25de?flat HTTP/1.1" 200 5363 0.012649 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:e23e6581-13e2-4a4c-b2b6-fdca0e3c25de?flat HTTP/1.1" 200 5363 0.011786 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-30467303:ctest-VN1-93978145?flat HTTP/1.1" 200 9451 0.014230 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.016832 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.016083 [API:8081]10.0.0.19 - - [2026-02-09 02:35:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008970 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:52a7823a-702e-464f-8546-4d964afbd83d?flat HTTP/1.1" 200 5226 0.013198 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:52a7823a-702e-464f-8546-4d964afbd83d?flat HTTP/1.1" 200 5226 0.013404 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:52a7823a-702e-464f-8546-4d964afbd83d?flat HTTP/1.1" 200 5226 0.013968 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:52a7823a-702e-464f-8546-4d964afbd83d?flat HTTP/1.1" 200 5226 0.015209 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-30467303:ctest-VN2-76558993?flat HTTP/1.1" 200 8642 0.017178 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021146 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018484 [API:8081]10.0.0.19 - - [2026-02-09 02:35:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007795 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:77e26009-b040-4a2b-ae35-ef256ece1528?flat HTTP/1.1" 200 5222 0.013070 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:77e26009-b040-4a2b-ae35-ef256ece1528?flat HTTP/1.1" 200 5222 0.013117 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:77e26009-b040-4a2b-ae35-ef256ece1528?flat HTTP/1.1" 200 5222 0.012705 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-30467303:77e26009-b040-4a2b-ae35-ef256ece1528?flat HTTP/1.1" 200 5222 0.012688 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-30467303:ctest-VN3-54462897?flat HTTP/1.1" 200 8203 0.013982 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019375 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.017509 [API:8081]10.0.0.19 - - [2026-02-09 02:35:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009745 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:31] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003510 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003825 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003458 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002553 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003144 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002685 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002650 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002661 [API:8081]10.0.0.19 - - [2026-02-09 02:36:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.022891 [API:8081]10.0.0.19 - - [2026-02-09 02:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.033581 [API:8081]10.0.0.19 - - [2026-02-09 02:36:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019867 [API:8081]10.0.0.19 - - [2026-02-09 02:36:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.017306 [API:8081]10.0.0.19 - - [2026-02-09 02:36:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.018619 [API:8081]10.0.0.19 - - [2026-02-09 02:36:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.017521 [API:8081]10.0.0.19 - - [2026-02-09 02:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019758 [API:8081]10.0.0.19 - - [2026-02-09 02:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019842 [API:8081]10.0.0.19 - - [2026-02-09 02:36:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.017319 [API:8081]10.0.0.19 - - [2026-02-09 02:36:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-30467303:ctest-VN3-54462897?flat HTTP/1.1" 200 6964 0.011620 [API:8081]10.0.0.19 - - [2026-02-09 02:36:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008394 [API:8081]10.0.0.19 - - [2026-02-09 02:36:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020863 [API:8081]10.0.0.19 - - [2026-02-09 02:36:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021620 [API:8081]10.0.0.41 - - [2026-02-09 02:36:45] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2026-02-09 02:36:45] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.19 - - [2026-02-09 02:36:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017673 [API:8081]10.0.0.19 - - [2026-02-09 02:36:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017904 [API:8081]10.0.0.19 - - [2026-02-09 02:36:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017817 [API:8081]10.0.0.19 - - [2026-02-09 02:36:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055738 [API:8081]10.0.0.19 - - [2026-02-09 02:36:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019333 [API:8081]10.0.0.19 - - [2026-02-09 02:36:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019249 [API:8081]10.0.0.19 - - [2026-02-09 02:37:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.036361 [API:8081]10.0.0.19 - - [2026-02-09 02:37:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.054273 [API:8081]10.0.0.19 - - [2026-02-09 02:37:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017171 [API:8081]10.0.0.19 - - [2026-02-09 02:37:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-30467303:ctest-VN2-76558993?flat HTTP/1.1" 200 7318 0.013587 [API:8081]10.0.0.19 - - [2026-02-09 02:37:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009707 [API:8081]10.0.0.19 - - [2026-02-09 02:37:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017607 [API:8081]10.0.0.19 - - [2026-02-09 02:37:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017685 [API:8081]10.0.0.33 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.19 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-02-09 02:37:15] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.19 - - [2026-02-09 02:37:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.018724 [API:8081]10.0.0.19 - - [2026-02-09 02:37:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.028768 [API:8081]10.0.0.19 - - [2026-02-09 02:37:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.030657 [API:8081]10.0.0.19 - - [2026-02-09 02:37:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017705 [API:8081]10.0.0.19 - - [2026-02-09 02:37:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017549 [API:8081]10.0.0.19 - - [2026-02-09 02:37:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.019304 [API:8081]10.0.0.19 - - [2026-02-09 02:37:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.017751 [API:8081]10.0.0.19 - - [2026-02-09 02:37:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.018020 [API:8081]10.0.0.19 - - [2026-02-09 02:37:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-30467303:ctest-VN1-93978145?flat HTTP/1.1" 200 7644 0.012468 [API:8081]10.0.0.19 - - [2026-02-09 02:37:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008904 [API:8081]10.0.0.19 - - [2026-02-09 02:37:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-02-09 02:37:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.059268 [API:8081]10.0.0.19 - - [2026-02-09 02:37:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.079723 [API:8081]10.0.0.19 - - [2026-02-09 02:37:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.091419 [API:8081]10.0.0.33 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.33 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2026-02-09 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.41 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.19 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-02-09 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.19 - - [2026-02-09 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-02-09 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-02-09 02:39:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-02-09 02:39:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.057154 [API:8081]10.0.0.19 - - [2026-02-09 02:39:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062361 [API:8081]10.0.0.19 - - [2026-02-09 02:40:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060634 [API:8081]10.0.0.19 - - [2026-02-09 02:41:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.018289 [API:8081]10.0.0.19 - - [2026-02-09 02:41:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.061466 [API:8081]10.0.0.19 - - [2026-02-09 02:41:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.111589 [API:8081]10.0.0.19 - - [2026-02-09 02:41:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.016798 [API:8081]10.0.0.19 - - [2026-02-09 02:41:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.017608 [API:8081]10.0.0.19 - - [2026-02-09 02:42:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.023444 [API:8081]10.0.0.19 - - [2026-02-09 02:42:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.019012 [API:8081]10.0.0.19 - - [2026-02-09 02:42:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25222 0.017725 [API:8081]10.0.0.19 - - [2026-02-09 02:42:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25224 0.021105 [API:8081]10.0.0.19 - - [2026-02-09 02:42:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-16001864:ctest-vnet0-07766138?flat HTTP/1.1" 200 7967 0.011910 [API:8081]10.0.0.19 - - [2026-02-09 02:42:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008806 [API:8081]10.0.0.19 - - [2026-02-09 02:42:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.19 - - [2026-02-09 02:42:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.074988 [API:8081]10.0.0.19 - - [2026-02-09 02:42:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.070453 [API:8081]10.0.0.19 - - [2026-02-09 02:43:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066535 [API:8081]10.0.0.33 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.33 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.33 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.33 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2026-02-09 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.41 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.19 - - [2026-02-09 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.19 - - [2026-02-09 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.19 - - [2026-02-09 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-02-09 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-02-09 02:44:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.061809 [API:8081]10.0.0.19 - - [2026-02-09 02:45:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.019455 [API:8081]10.0.0.19 - - [2026-02-09 02:45:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.065131 [API:8081]10.0.0.19 - - [2026-02-09 02:45:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-21702685:ctest-vnet1-58648332?flat HTTP/1.1" 200 7306 0.015178 [API:8081]10.0.0.19 - - [2026-02-09 02:45:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009010 [API:8081]10.0.0.19 - - [2026-02-09 02:45:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.021209 [API:8081]10.0.0.19 - - [2026-02-09 02:45:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.017901 [API:8081]10.0.0.19 - - [2026-02-09 02:45:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.027768 [API:8081]10.0.0.19 - - [2026-02-09 02:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.018151 [API:8081]10.0.0.19 - - [2026-02-09 02:45:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.017658 [API:8081]10.0.0.19 - - [2026-02-09 02:45:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.019235 [API:8081]10.0.0.19 - - [2026-02-09 02:45:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.020715 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003488 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003525 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003757 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003820 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004389 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002918 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002634 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002620 [API:8081]10.0.0.19 - - [2026-02-09 02:45:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.025795 [API:8081]10.0.0.19 - - [2026-02-09 02:45:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25235 0.017485 [API:8081]10.0.0.19 - - [2026-02-09 02:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25236 0.017585 [API:8081]10.0.0.19 - - [2026-02-09 02:45:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-21702685:ctest-vnet0-53817890?flat HTTP/1.1" 200 6959 0.012970 [API:8081]10.0.0.19 - - [2026-02-09 02:45:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008265 [API:8081]10.0.0.19 - - [2026-02-09 02:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-02-09 02:45:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.057828 [API:8081]10.0.0.19 - - [2026-02-09 02:45:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.063104 [API:8081]10.0.0.19 - - [2026-02-09 02:46:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090171 [API:8081]10.0.0.41 - - [2026-02-09 02:46:45] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2026-02-09 02:46:45] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.19 - - [2026-02-09 02:47:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064681 [API:8081]10.0.0.33 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.19 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2026-02-09 02:47:15] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2026-02-09 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2026-02-09 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2026-02-09 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-02-09 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.19 - - [2026-02-09 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.19 - - [2026-02-09 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-02-09 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.19 - - [2026-02-09 02:48:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.031780 [API:8081]10.0.0.19 - - [2026-02-09 02:48:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.067025 [API:8081]10.0.0.19 - - [2026-02-09 02:49:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.025451 [API:8081]10.0.0.19 - - [2026-02-09 02:49:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020306 [API:8081]10.0.0.19 - - [2026-02-09 02:49:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060272 [API:8081]10.0.0.19 - - [2026-02-09 02:49:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.017959 [API:8081]10.0.0.19 - - [2026-02-09 02:49:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.042924 [API:8081]10.0.0.19 - - [2026-02-09 02:49:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-81674264:ctest-vnet1-72646091?flat HTTP/1.1" 200 8068 0.014520 [API:8081]10.0.0.19 - - [2026-02-09 02:49:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012574 [API:8081]10.0.0.19 - - [2026-02-09 02:49:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.018227 [API:8081]10.0.0.19 - - [2026-02-09 02:49:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.025063 [API:8081]10.0.0.19 - - [2026-02-09 02:49:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.018329 [API:8081]10.0.0.19 - - [2026-02-09 02:49:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.020965 [API:8081]10.0.0.19 - - [2026-02-09 02:49:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.017520 [API:8081]10.0.0.19 - - [2026-02-09 02:49:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.018149 [API:8081]10.0.0.19 - - [2026-02-09 02:49:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.018100 [API:8081]10.0.0.19 - - [2026-02-09 02:49:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.027592 [API:8081]10.0.0.19 - - [2026-02-09 02:49:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.020068 [API:8081]10.0.0.19 - - [2026-02-09 02:49:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25247 0.031424 [API:8081]10.0.0.19 - - [2026-02-09 02:49:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-81674264:ctest-vnet0-29760834?flat HTTP/1.1" 200 7710 0.023904 [API:8081]10.0.0.19 - - [2026-02-09 02:49:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.017359 [API:8081]10.0.0.19 - - [2026-02-09 02:50:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063877 [API:8081]10.0.0.19 - - [2026-02-09 02:52:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062174 [API:8081]10.0.0.19 - - [2026-02-09 02:53:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.059577 [API:8081]10.0.0.19 - - [2026-02-09 02:53:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2026-02-09 02:53:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.055400 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.41 - - [2026-02-09 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2026-02-09 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.41 - - [2026-02-09 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2026-02-09 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.19 - - [2026-02-09 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.19 - - [2026-02-09 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.19 - - [2026-02-09 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-02-09 02:54:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.048931 [API:8081]10.0.0.19 - - [2026-02-09 02:55:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055248 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003970 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003303 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002975 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003166 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004057 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002998 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002693 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 02:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002466 [API:8081]10.0.0.19 - - [2026-02-09 02:56:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-02-09 02:56:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.066172 [API:8081]10.0.0.19 - - [2026-02-09 02:56:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.372456 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:1e40dd25-ffc9-465c-8345-b4f735068ff2?flat HTTP/1.1" 200 5821 0.065591 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:1e40dd25-ffc9-465c-8345-b4f735068ff2?flat HTTP/1.1" 200 5821 0.013644 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:1e40dd25-ffc9-465c-8345-b4f735068ff2?flat HTTP/1.1" 200 5821 0.064113 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807-29957754?flat HTTP/1.1" 200 10808 0.016358 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.017534 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.017305 [API:8081]10.0.0.19 - - [2026-02-09 02:56:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009327 [API:8081]10.0.0.41 - - [2026-02-09 02:56:45] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2026-02-09 02:56:45] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:326e1c7b-f798-4979-8010-2ed9b6cb21a0?flat HTTP/1.1" 200 5681 0.026443 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:326e1c7b-f798-4979-8010-2ed9b6cb21a0?flat HTTP/1.1" 200 5681 0.013122 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:326e1c7b-f798-4979-8010-2ed9b6cb21a0?flat HTTP/1.1" 200 5681 0.012800 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807-29957754?flat HTTP/1.1" 200 10808 0.014074 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.015798 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.018289 [API:8081]10.0.0.19 - - [2026-02-09 02:57:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009058 [API:8081]10.0.0.33 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.33 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.19 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-02-09 02:57:15] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.19 - - [2026-02-09 02:58:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067261 [API:8081]10.0.0.19 - - [2026-02-09 02:58:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.018859 [API:8081]10.0.0.19 - - [2026-02-09 02:58:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.017177 [API:8081]10.0.0.19 - - [2026-02-09 02:58:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.026926 [API:8081]10.0.0.19 - - [2026-02-09 02:58:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.020057 [API:8081]10.0.0.19 - - [2026-02-09 02:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.016977 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.41 - - [2026-02-09 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.41 - - [2026-02-09 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2026-02-09 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-02-09 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-02-09 02:58:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.019613 [API:8081]10.0.0.19 - - [2026-02-09 02:58:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.026602 [API:8081]10.0.0.19 - - [2026-02-09 02:58:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.017165 [API:8081]10.0.0.19 - - [2026-02-09 02:58:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.017690 [API:8081]10.0.0.19 - - [2026-02-09 02:58:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807-29957754?flat HTTP/1.1" 200 11712 0.014651 [API:8081]10.0.0.19 - - [2026-02-09 02:58:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009088 [API:8081]10.0.0.19 - - [2026-02-09 02:58:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017196 [API:8081]10.0.0.19 - - [2026-02-09 02:58:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.016386 [API:8081]10.0.0.19 - - [2026-02-09 02:58:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.020725 [API:8081]10.0.0.19 - - [2026-02-09 02:58:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.026396 [API:8081]10.0.0.19 - - [2026-02-09 02:58:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018449 [API:8081]10.0.0.19 - - [2026-02-09 02:58:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.016994 [API:8081]10.0.0.19 - - [2026-02-09 02:59:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.020343 [API:8081]10.0.0.19 - - [2026-02-09 02:59:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017553 [API:8081]10.0.0.19 - - [2026-02-09 02:59:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018117 [API:8081]10.0.0.19 - - [2026-02-09 02:59:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018717 [API:8081]10.0.0.19 - - [2026-02-09 02:59:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807:ctest-SecurityGroupBasicRegressionTests1Ipv6-23843807-29957754?flat HTTP/1.1" 200 8798 0.013498 [API:8081]10.0.0.19 - - [2026-02-09 02:59:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009368 [API:8081]10.0.0.19 - - [2026-02-09 02:59:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.346212 [API:8081]10.0.0.19 - - [2026-02-09 02:59:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.19 - - [2026-02-09 02:59:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.056223 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:8e117439-cdb8-48f0-af61-7176b97c6868?flat HTTP/1.1" 200 5806 0.080156 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:8e117439-cdb8-48f0-af61-7176b97c6868?flat HTTP/1.1" 200 5806 0.059416 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:8e117439-cdb8-48f0-af61-7176b97c6868?flat HTTP/1.1" 200 5806 0.013088 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836-13333312?flat HTTP/1.1" 200 4447 0.014606 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.029631 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018343 [API:8081]10.0.0.19 - - [2026-02-09 03:00:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010000 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:dd79f7c9-3746-4128-a6fa-3722cad52ed3?flat HTTP/1.1" 200 5675 0.013721 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:dd79f7c9-3746-4128-a6fa-3722cad52ed3?flat HTTP/1.1" 200 5675 0.014390 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:dd79f7c9-3746-4128-a6fa-3722cad52ed3?flat HTTP/1.1" 200 5675 0.013145 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836-13333312?flat HTTP/1.1" 200 11519 0.015325 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.024213 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.017688 [API:8081]10.0.0.19 - - [2026-02-09 03:00:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010587 [API:8081]10.0.0.19 - - [2026-02-09 03:01:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060057 [API:8081]10.0.0.19 - - [2026-02-09 03:02:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058648 [API:8081]10.0.0.19 - - [2026-02-09 03:02:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.015983 [API:8081]10.0.0.19 - - [2026-02-09 03:02:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.016294 [API:8081]10.0.0.19 - - [2026-02-09 03:02:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019732 [API:8081]10.0.0.19 - - [2026-02-09 03:02:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.019944 [API:8081]10.0.0.19 - - [2026-02-09 03:02:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.017816 [API:8081]10.0.0.19 - - [2026-02-09 03:02:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.017775 [API:8081]10.0.0.19 - - [2026-02-09 03:02:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.017795 [API:8081]10.0.0.19 - - [2026-02-09 03:02:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.022299 [API:8081]10.0.0.19 - - [2026-02-09 03:02:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836-13333312?flat HTTP/1.1" 200 11579 0.015123 [API:8081]10.0.0.19 - - [2026-02-09 03:02:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007517 [API:8081]10.0.0.19 - - [2026-02-09 03:02:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018292 [API:8081]10.0.0.19 - - [2026-02-09 03:02:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017913 [API:8081]10.0.0.19 - - [2026-02-09 03:02:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018425 [API:8081]10.0.0.19 - - [2026-02-09 03:02:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018014 [API:8081]10.0.0.19 - - [2026-02-09 03:02:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.027764 [API:8081]10.0.0.19 - - [2026-02-09 03:02:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.023926 [API:8081]10.0.0.19 - - [2026-02-09 03:02:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.018678 [API:8081]10.0.0.19 - - [2026-02-09 03:03:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.025436 [API:8081]10.0.0.19 - - [2026-02-09 03:03:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.016590 [API:8081]10.0.0.19 - - [2026-02-09 03:03:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.022115 [API:8081]10.0.0.19 - - [2026-02-09 03:03:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836:ctest-SecurityGroupBasicRegressionTests1_contrail-68765836-13333312?flat HTTP/1.1" 200 8425 0.013759 [API:8081]10.0.0.19 - - [2026-02-09 03:03:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007747 [API:8081]10.0.0.19 - - [2026-02-09 03:03:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-02-09 03:03:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.056441 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2026-02-09 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2026-02-09 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2026-02-09 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-02-09 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:34309726-b02e-459d-9009-93152cc1f06f?flat HTTP/1.1" 200 5679 0.056203 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:34309726-b02e-459d-9009-93152cc1f06f?flat HTTP/1.1" 200 5679 0.061021 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:34309726-b02e-459d-9009-93152cc1f06f?flat HTTP/1.1" 200 5679 0.011748 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:ctest-SecurityGroupBasicRegressionTests1-22399175-66428796?flat HTTP/1.1" 200 4339 0.020241 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019002 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019011 [API:8081]10.0.0.19 - - [2026-02-09 03:04:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010923 [API:8081]10.0.0.19 - - [2026-02-09 03:04:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059665 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:7c44a57b-d67e-4e94-9d9e-ac960abec053?flat HTTP/1.1" 200 5548 0.011382 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:7c44a57b-d67e-4e94-9d9e-ac960abec053?flat HTTP/1.1" 200 5548 0.011580 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:7c44a57b-d67e-4e94-9d9e-ac960abec053?flat HTTP/1.1" 200 5548 0.011606 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:ctest-SecurityGroupBasicRegressionTests1-22399175-66428796?flat HTTP/1.1" 200 10067 0.016829 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.016641 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.015521 [API:8081]10.0.0.19 - - [2026-02-09 03:04:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008871 [API:8081]10.0.0.19 - - [2026-02-09 03:05:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.056969 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002840 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003450 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003870 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003369 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003584 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003178 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003065 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004709 [API:8081]10.0.0.19 - - [2026-02-09 03:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.016103 [API:8081]10.0.0.19 - - [2026-02-09 03:05:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.016846 [API:8081]10.0.0.19 - - [2026-02-09 03:05:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:ctest-SecurityGroupBasicRegressionTests1-22399175-66428796?flat HTTP/1.1" 200 10832 0.018238 [API:8081]10.0.0.19 - - [2026-02-09 03:05:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008057 [API:8081]10.0.0.19 - - [2026-02-09 03:05:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019505 [API:8081]10.0.0.19 - - [2026-02-09 03:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019205 [API:8081]10.0.0.19 - - [2026-02-09 03:05:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.016073 [API:8081]10.0.0.19 - - [2026-02-09 03:05:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.026652 [API:8081]10.0.0.19 - - [2026-02-09 03:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019748 [API:8081]10.0.0.19 - - [2026-02-09 03:05:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.015960 [API:8081]10.0.0.19 - - [2026-02-09 03:05:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019311 [API:8081]10.0.0.19 - - [2026-02-09 03:06:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019150 [API:8081]10.0.0.19 - - [2026-02-09 03:06:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017425 [API:8081]10.0.0.19 - - [2026-02-09 03:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.017324 [API:8081]10.0.0.19 - - [2026-02-09 03:06:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-22399175:ctest-SecurityGroupBasicRegressionTests1-22399175-66428796?flat HTTP/1.1" 200 7960 0.013255 [API:8081]10.0.0.19 - - [2026-02-09 03:06:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008460 [API:8081]10.0.0.19 - - [2026-02-09 03:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.19 - - [2026-02-09 03:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.066364 [API:8081]10.0.0.19 - - [2026-02-09 03:06:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.052192 [API:8081]10.0.0.19 - - [2026-02-09 03:06:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.050193 [API:8081]10.0.0.19 - - [2026-02-09 03:06:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008855 [API:8081]10.0.0.19 - - [2026-02-09 03:06:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008929 [API:8081]10.0.0.19 - - [2026-02-09 03:06:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.007896 [API:8081]10.0.0.19 - - [2026-02-09 03:06:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.008451 [API:8081]10.0.0.19 - - [2026-02-09 03:06:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.009733 [API:8081]10.0.0.41 - - [2026-02-09 03:06:45] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2026-02-09 03:06:45] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.19 - - [2026-02-09 03:06:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.19 - - [2026-02-09 03:06:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.051238 [API:8081]10.0.0.19 - - [2026-02-09 03:07:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.083695 [API:8081]10.0.0.19 - - [2026-02-09 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.062384 [API:8081]10.0.0.19 - - [2026-02-09 03:07:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.007850 [API:8081]10.0.0.19 - - [2026-02-09 03:07:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008958 [API:8081]10.0.0.19 - - [2026-02-09 03:07:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.011181 [API:8081]10.0.0.33 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.33 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.19 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.19 - - [2026-02-09 03:07:15] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.19 - - [2026-02-09 03:07:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073073 [API:8081]10.0.0.19 - - [2026-02-09 03:07:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-02-09 03:07:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.054189 [API:8081]10.0.0.19 - - [2026-02-09 03:07:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.057025 [API:8081]10.0.0.19 - - [2026-02-09 03:07:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.069562 [API:8081]10.0.0.19 - - [2026-02-09 03:07:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009508 [API:8081]10.0.0.19 - - [2026-02-09 03:07:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.009604 [API:8081]10.0.0.19 - - [2026-02-09 03:07:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009738 [API:8081]10.0.0.19 - - [2026-02-09 03:07:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.008287 [API:8081]10.0.0.19 - - [2026-02-09 03:07:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009097 [API:8081]10.0.0.19 - - [2026-02-09 03:08:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-02-09 03:08:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.056433 [API:8081]10.0.0.19 - - [2026-02-09 03:08:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.057844 [API:8081]10.0.0.19 - - [2026-02-09 03:08:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.057918 [API:8081]10.0.0.19 - - [2026-02-09 03:08:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.008149 [API:8081]10.0.0.19 - - [2026-02-09 03:08:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.008618 [API:8081]10.0.0.19 - - [2026-02-09 03:08:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057878 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.41 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.41 - - [2026-02-09 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.41 - - [2026-02-09 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2026-02-09 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-02-09 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.19 - - [2026-02-09 03:10:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059329 [API:8081]10.0.0.19 - - [2026-02-09 03:11:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.080148 [API:8081]10.0.0.19 - - [2026-02-09 03:13:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078398 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2026-02-09 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2026-02-09 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2026-02-09 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2026-02-09 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.19 - - [2026-02-09 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-02-09 03:14:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.19 - - [2026-02-09 03:14:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.055671 [API:8081]10.0.0.19 - - [2026-02-09 03:14:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.077353 [API:8081]10.0.0.19 - - [2026-02-09 03:14:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.114833 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004113 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003457 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002706 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003417 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003039 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002289 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002334 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002204 [API:8081]10.0.0.19 - - [2026-02-09 03:16:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056755 [API:8081]10.0.0.41 - - [2026-02-09 03:16:45] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.41 - - [2026-02-09 03:16:45] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.33 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.19 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2026-02-09 03:17:15] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.19 - - [2026-02-09 03:17:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.110565 [API:8081]10.0.0.19 - - [2026-02-09 03:18:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-02-09 03:18:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.074371 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.33 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2026-02-09 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.41 - - [2026-02-09 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.41 - - [2026-02-09 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.41 - - [2026-02-09 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-02-09 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-02-09 03:18:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-02-09 03:18:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.065553 [API:8081]10.0.0.19 - - [2026-02-09 03:19:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059315 [API:8081]10.0.0.19 - - [2026-02-09 03:20:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.067296 [API:8081]10.0.0.19 - - [2026-02-09 03:22:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063890 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.33 - - [2026-02-09 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2026-02-09 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-02-09 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-02-09 03:23:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.119430 [API:8081]10.0.0.19 - - [2026-02-09 03:24:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-02-09 03:24:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.060433 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003409 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002891 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003195 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003444 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005013 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003081 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002962 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002899 [API:8081]10.0.0.19 - - [2026-02-09 03:25:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060779 [API:8081]10.0.0.19 - - [2026-02-09 03:26:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064151 [API:8081]10.0.0.41 - - [2026-02-09 03:26:45] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2026-02-09 03:26:45] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.33 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.19 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2026-02-09 03:27:15] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2026-02-09 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2026-02-09 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.41 - - [2026-02-09 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2026-02-09 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-02-09 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-02-09 03:28:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069175 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-96074637:f547bbeb-0d43-4c6f-88a5-92e3f04477a0?flat HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-96074637:f547bbeb-0d43-4c6f-88a5-92e3f04477a0?flat HTTP/1.1" 200 5120 0.054571 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-96074637:f547bbeb-0d43-4c6f-88a5-92e3f04477a0?flat HTTP/1.1" 200 5120 0.063405 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-96074637:f547bbeb-0d43-4c6f-88a5-92e3f04477a0?flat HTTP/1.1" 200 5120 0.054325 [API:8081]10.0.0.19 - - [2026-02-09 03:29:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-96074637:ctest-random-28474326?flat HTTP/1.1" 200 7613 0.013043 [API:8081]10.0.0.19 - - [2026-02-09 03:29:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.017605 [API:8081]10.0.0.19 - - [2026-02-09 03:29:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.017203 [API:8081]10.0.0.19 - - [2026-02-09 03:29:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012403 [API:8081]10.0.0.19 - - [2026-02-09 03:29:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010240 [API:8081]10.0.0.19 - - [2026-02-09 03:29:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.020498 [API:8081]10.0.0.19 - - [2026-02-09 03:29:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.017257 [API:8081]10.0.0.19 - - [2026-02-09 03:29:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018325 [API:8081]10.0.0.19 - - [2026-02-09 03:29:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.027839 [API:8081]10.0.0.19 - - [2026-02-09 03:29:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.026957 [API:8081]10.0.0.19 - - [2026-02-09 03:29:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.065227 [API:8081]10.0.0.19 - - [2026-02-09 03:29:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.021026 [API:8081]10.0.0.19 - - [2026-02-09 03:29:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.025606 [API:8081]10.0.0.19 - - [2026-02-09 03:29:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-96074637:ctest-random-28474326?flat HTTP/1.1" 200 8151 0.017058 [API:8081]10.0.0.19 - - [2026-02-09 03:29:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012335 [API:8081]10.0.0.19 - - [2026-02-09 03:31:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069410 [API:8081]10.0.0.19 - - [2026-02-09 03:32:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060758 [API:8081]10.0.0.19 - - [2026-02-09 03:33:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2026-02-09 03:33:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.056939 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2026-02-09 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2026-02-09 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.41 - - [2026-02-09 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2026-02-09 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-02-09 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-02-09 03:34:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059588 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004141 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004275 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002910 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003029 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003869 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002665 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:35:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002595 [API:8081]10.0.0.19 - - [2026-02-09 03:35:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.059799 [API:8081]10.0.0.19 - - [2026-02-09 03:36:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-02-09 03:36:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.059348 [API:8081]10.0.0.41 - - [2026-02-09 03:36:45] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.41 - - [2026-02-09 03:36:45] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.33 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.33 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.19 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.19 - - [2026-02-09 03:37:15] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.19 - - [2026-02-09 03:37:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067469 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.41 - - [2026-02-09 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2026-02-09 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.41 - - [2026-02-09 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2026-02-09 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-02-09 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-02-09 03:38:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-02-09 03:38:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.059012 [API:8081]10.0.0.19 - - [2026-02-09 03:38:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.074206 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:08] "POST /analytics/query HTTP/1.1" 202 179 0.005755 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:08] "GET /analytics/query/e3f0cade-0568-11f1-8b3c-00000a000013 HTTP/1.1" 200 221 0.002007 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:08] "GET /analytics/query/e3f0cade-0568-11f1-8b3c-00000a000013 HTTP/1.1" 200 221 0.002115 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:09] "GET /analytics/query/e3f0cade-0568-11f1-8b3c-00000a000013 HTTP/1.1" 200 338 0.001944 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:09] "GET /analytics/query/e3f0cade-0568-11f1-8b3c-00000a000013/chunk-final/0 HTTP/1.1" 200 856 0.001717 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:10] "POST /analytics/query HTTP/1.1" 202 179 0.006146 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:10] "GET /analytics/query/e4eff4eb-0568-11f1-bd0e-00000a000013 HTTP/1.1" 200 221 0.002891 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:10] "GET /analytics/query/e4eff4eb-0568-11f1-bd0e-00000a000013 HTTP/1.1" 200 221 0.002055 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:11] "GET /analytics/query/e4eff4eb-0568-11f1-bd0e-00000a000013 HTTP/1.1" 200 338 0.002252 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:11] "GET /analytics/query/e4eff4eb-0568-11f1-bd0e-00000a000013/chunk-final/0 HTTP/1.1" 200 856 0.002273 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:11] "POST /analytics/query HTTP/1.1" 202 179 0.011261 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:11] "GET /analytics/query/e5e5bc46-0568-11f1-b656-00000a000013 HTTP/1.1" 200 221 0.002356 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:12] "GET /analytics/query/e5e5bc46-0568-11f1-b656-00000a000013 HTTP/1.1" 200 339 0.002385 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:12] "GET /analytics/query/e5e5bc46-0568-11f1-b656-00000a000013/chunk-final/0 HTTP/1.1" 200 20370 0.002339 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:12] "POST /analytics/query HTTP/1.1" 202 179 0.004346 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:12] "GET /analytics/query/e697d027-0568-11f1-be70-00000a000013 HTTP/1.1" 200 221 0.001517 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:13] "GET /analytics/query/e697d027-0568-11f1-be70-00000a000013 HTTP/1.1" 200 339 0.001764 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:13] "GET /analytics/query/e697d027-0568-11f1-be70-00000a000013/chunk-final/0 HTTP/1.1" 200 23026 0.003905 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:13] "POST /analytics/query HTTP/1.1" 202 179 0.004610 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:13] "GET /analytics/query/e73fc91c-0568-11f1-bc4c-00000a000013 HTTP/1.1" 200 221 0.001521 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:14] "GET /analytics/query/e73fc91c-0568-11f1-bc4c-00000a000013 HTTP/1.1" 200 339 0.001865 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:14] "GET /analytics/query/e73fc91c-0568-11f1-bc4c-00000a000013/chunk-final/0 HTTP/1.1" 200 10389 0.002346 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.005057 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:18] "POST /analytics/query HTTP/1.1" 202 179 0.024976 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:18] "GET /analytics/query/e9d19751-0568-11f1-ada3-00000a000013 HTTP/1.1" 200 221 0.012823 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:18] "GET /analytics/query/e9d19751-0568-11f1-ada3-00000a000013 HTTP/1.1" 200 340 0.002026 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:18] "GET /analytics/query/e9d19751-0568-11f1-ada3-00000a000013/chunk-final/0 HTTP/1.1" 200 320431 0.015359 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.003436 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003568 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:20] "POST /analytics/query HTTP/1.1" 202 179 0.006316 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:20] "GET /analytics/query/eafaf737-0568-11f1-8189-00000a000013 HTTP/1.1" 200 221 0.002512 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:20] "GET /analytics/query/eafaf737-0568-11f1-8189-00000a000013 HTTP/1.1" 200 338 0.002578 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:20] "GET /analytics/query/eafaf737-0568-11f1-8189-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.003896 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:20] "POST /analytics/query HTTP/1.1" 202 179 0.005457 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:20] "GET /analytics/query/eb4e5f40-0568-11f1-9d72-00000a000013 HTTP/1.1" 200 221 0.003266 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "GET /analytics/query/eb4e5f40-0568-11f1-9d72-00000a000013 HTTP/1.1" 200 338 0.002787 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "GET /analytics/query/eb4e5f40-0568-11f1-9d72-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002081 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "POST /analytics/query HTTP/1.1" 202 179 0.015393 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "GET /analytics/query/eb9f9a3b-0568-11f1-b8ad-00000a000013 HTTP/1.1" 200 221 0.004319 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "GET /analytics/query/eb9f9a3b-0568-11f1-b8ad-00000a000013 HTTP/1.1" 200 338 0.001899 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "GET /analytics/query/eb9f9a3b-0568-11f1-b8ad-00000a000013/chunk-final/0 HTTP/1.1" 200 11738 0.002278 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "POST /analytics/query HTTP/1.1" 202 179 0.005247 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:21] "GET /analytics/query/ebf28ad9-0568-11f1-b2a9-00000a000013 HTTP/1.1" 200 221 0.002152 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "GET /analytics/query/ebf28ad9-0568-11f1-b2a9-00000a000013 HTTP/1.1" 200 338 0.001863 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "GET /analytics/query/ebf28ad9-0568-11f1-b2a9-00000a000013/chunk-final/0 HTTP/1.1" 200 4013 0.001972 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "POST /analytics/query HTTP/1.1" 202 179 0.004057 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "GET /analytics/query/ec430da9-0568-11f1-b4d6-00000a000013 HTTP/1.1" 200 221 0.002062 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "GET /analytics/query/ec430da9-0568-11f1-b4d6-00000a000013 HTTP/1.1" 200 338 0.002367 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "GET /analytics/query/ec430da9-0568-11f1-b4d6-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002043 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "POST /analytics/query HTTP/1.1" 202 179 0.009420 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:22] "GET /analytics/query/ec9327ca-0568-11f1-a506-00000a000013 HTTP/1.1" 200 221 0.002894 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:23] "GET /analytics/query/ec9327ca-0568-11f1-a506-00000a000013 HTTP/1.1" 200 338 0.002089 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:23] "GET /analytics/query/ec9327ca-0568-11f1-a506-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001996 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:23] "POST /analytics/query HTTP/1.1" 202 179 0.014554 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:23] "GET /analytics/query/ece4ca7b-0568-11f1-bd66-00000a000013 HTTP/1.1" 200 221 0.010713 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:23] "GET /analytics/query/ece4ca7b-0568-11f1-bd66-00000a000013 HTTP/1.1" 200 338 0.002014 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:23] "GET /analytics/query/ece4ca7b-0568-11f1-bd66-00000a000013/chunk-final/0 HTTP/1.1" 200 2082 0.002244 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:23] "POST /analytics/query HTTP/1.1" 202 179 0.004710 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:24] "GET /analytics/query/ed382cd0-0568-11f1-9329-00000a000013 HTTP/1.1" 200 221 0.004101 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:24] "GET /analytics/query/ed382cd0-0568-11f1-9329-00000a000013 HTTP/1.1" 200 338 0.002309 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:24] "GET /analytics/query/ed382cd0-0568-11f1-9329-00000a000013/chunk-final/0 HTTP/1.1" 200 2082 0.002486 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:24] "POST /analytics/query HTTP/1.1" 202 179 0.012585 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:24] "GET /analytics/query/ed8a046a-0568-11f1-93d1-00000a000013 HTTP/1.1" 200 221 0.003750 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "GET /analytics/query/ed8a046a-0568-11f1-93d1-00000a000013 HTTP/1.1" 200 338 0.002327 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "GET /analytics/query/ed8a046a-0568-11f1-93d1-00000a000013/chunk-final/0 HTTP/1.1" 200 4013 0.001981 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "POST /analytics/query HTTP/1.1" 202 179 0.004783 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "GET /analytics/query/eddd428a-0568-11f1-9de9-00000a000013 HTTP/1.1" 200 221 0.002310 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "GET /analytics/query/eddd428a-0568-11f1-9de9-00000a000013 HTTP/1.1" 200 338 0.001753 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "GET /analytics/query/eddd428a-0568-11f1-9de9-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001524 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "POST /analytics/query HTTP/1.1" 202 179 0.004313 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:25] "GET /analytics/query/ee2d3445-0568-11f1-80d5-00000a000013 HTTP/1.1" 200 221 0.002420 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:26] "GET /analytics/query/ee2d3445-0568-11f1-80d5-00000a000013 HTTP/1.1" 200 338 0.001816 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:26] "GET /analytics/query/ee2d3445-0568-11f1-80d5-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001893 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:26] "POST /analytics/query HTTP/1.1" 202 179 0.011926 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:26] "GET /analytics/query/ee7d49b8-0568-11f1-8658-00000a000013 HTTP/1.1" 200 221 0.003027 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:26] "GET /analytics/query/ee7d49b8-0568-11f1-8658-00000a000013 HTTP/1.1" 200 338 0.001895 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:26] "GET /analytics/query/ee7d49b8-0568-11f1-8658-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001621 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003577 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003443 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:27] "POST /analytics/query HTTP/1.1" 202 179 0.005315 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:27] "GET /analytics/query/ef8267a9-0568-11f1-9013-00000a000013 HTTP/1.1" 200 221 0.001478 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:28] "GET /analytics/query/ef8267a9-0568-11f1-9013-00000a000013 HTTP/1.1" 200 340 0.002350 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:28] "GET /analytics/query/ef8267a9-0568-11f1-9013-00000a000013/chunk-final/0 HTTP/1.1" 200 1531779 0.022224 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:28] "POST /analytics/query HTTP/1.1" 202 179 0.004911 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:28] "GET /analytics/query/efdb7dd9-0568-11f1-8d2d-00000a000013 HTTP/1.1" 200 221 0.001997 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:28] "GET /analytics/query/efdb7dd9-0568-11f1-8d2d-00000a000013 HTTP/1.1" 200 340 0.001774 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:28] "GET /analytics/query/efdb7dd9-0568-11f1-8d2d-00000a000013/chunk-final/0 HTTP/1.1" 200 1533178 0.014701 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.003705 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003873 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003654 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003967 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003449 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:32] "POST /analytics/query HTTP/1.1" 202 179 0.012090 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:32] "GET /analytics/query/f2151b92-0568-11f1-bbda-00000a000013 HTTP/1.1" 200 221 0.002611 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:32] "GET /analytics/query/f2151b92-0568-11f1-bbda-00000a000013 HTTP/1.1" 200 339 0.001930 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:32] "GET /analytics/query/f2151b92-0568-11f1-bbda-00000a000013/chunk-final/0 HTTP/1.1" 200 52056 0.003091 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003678 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:33] "POST /analytics/query HTTP/1.1" 202 179 0.005889 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:33] "GET /analytics/query/f2c1a908-0568-11f1-8a53-00000a000013 HTTP/1.1" 200 221 0.006857 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:33] "GET /analytics/query/f2c1a908-0568-11f1-8a53-00000a000013 HTTP/1.1" 200 341 0.001810 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:33] "GET /analytics/query/f2c1a908-0568-11f1-8a53-00000a000013/chunk-final/0 HTTP/1.1" 200 1021297 0.027638 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003445 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004033 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003620 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:39] "POST /analytics/query HTTP/1.1" 200 145 1.009996 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.005242 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:40] "POST /analytics/query HTTP/1.1" 200 2309 1.029849 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.004381 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:42] "POST /analytics/query HTTP/1.1" 200 709 1.011684 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003495 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:44] "POST /analytics/query HTTP/1.1" 200 2832 1.011090 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003554 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:45] "POST /analytics/query HTTP/1.1" 200 206 1.028301 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.003449 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:47] "POST /analytics/query HTTP/1.1" 200 1401 1.010234 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.003808 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:49] "POST /analytics/query HTTP/1.1" 200 2832 1.010027 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003727 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:50] "POST /analytics/query HTTP/1.1" 200 825 1.019105 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003478 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:52] "POST /analytics/query HTTP/1.1" 200 141381 1.021675 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003559 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:53] "POST /analytics/query HTTP/1.1" 200 630 1.012312 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004625 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:55] "POST /analytics/query HTTP/1.1" 200 206 1.009845 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003438 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:57] "POST /analytics/query HTTP/1.1" 200 596 1.011079 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003818 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:58] "POST /analytics/query HTTP/1.1" 200 1251 1.010138 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:39:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003638 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:40:00] "POST /analytics/query HTTP/1.1" 200 596 1.026886 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:40:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.003391 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:40:02] "POST /analytics/query HTTP/1.1" 200 236 1.010315 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:40:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003877 [API:8081]10.0.0.19 - - [2026-02-09 03:40:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-02-09 03:40:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1458 0.065024 [API:8081]10.0.0.19 - - [2026-02-09 03:40:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088217 [API:8081]10.0.0.19 - - [2026-02-09 03:40:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.103136 [API:8081]10.0.0.19 - - [2026-02-09 03:40:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011557 [API:8081]10.0.0.19 - - [2026-02-09 03:40:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.060606 [API:8081]10.0.0.19 - - [2026-02-09 03:41:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011531 [API:8081]10.0.0.19 - - [2026-02-09 03:41:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008526 [API:8081]10.0.0.19 - - [2026-02-09 03:41:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009785 [API:8081]10.0.0.19 - - [2026-02-09 03:41:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008822 [API:8081]10.0.0.19 - - [2026-02-09 03:41:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.095839 [API:8081]10.0.0.19 - - [2026-02-09 03:41:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010782 [API:8081]10.0.0.19 - - [2026-02-09 03:42:00] "POST /analytics/query HTTP/1.1" 200 222 1.017092 [API:8081]10.0.0.19 - - [2026-02-09 03:42:01] "POST /analytics/query HTTP/1.1" 200 222 1.016559 [API:8081]10.0.0.19 - - [2026-02-09 03:42:02] "POST /analytics/query HTTP/1.1" 200 353 1.020298 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.33 - - [2026-02-09 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.41 - - [2026-02-09 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000974 [API:8081]10.0.0.19 - - [2026-02-09 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000460 [API:8081]10.0.0.19 - - [2026-02-09 03:43:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057878 [API:8081]10.0.0.19 - - [2026-02-09 03:44:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.071514 [API:8081]10.0.0.19 - - [2026-02-09 03:45:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26211 0.018696 [API:8081]10.0.0.19 - - [2026-02-09 03:45:23] "POST /analytics/query HTTP/1.1" 200 507 1.016685 [API:8081]10.0.0.19 - - [2026-02-09 03:45:24] "POST /analytics/query HTTP/1.1" 200 353 1.066082 [API:8081]10.0.0.19 - - [2026-02-09 03:45:25] "POST /analytics/query HTTP/1.1" 200 353 1.017495 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003244 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003008 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003153 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003202 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002808 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002503 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:45:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002548 [API:8081]10.0.0.41 - - [2026-02-09 03:46:45] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.41 - - [2026-02-09 03:46:45] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2026-02-09 03:46:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061660 [API:8081]10.0.0.33 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.33 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.19 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-02-09 03:47:15] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.19 - - [2026-02-09 03:47:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.066666 [API:8081]10.0.0.33 - - [2026-02-09 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-02-09 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.33 - - [2026-02-09 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2026-02-09 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2026-02-09 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-02-09 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-02-09 03:49:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070476 [API:8081]10.0.0.19 - - [2026-02-09 03:50:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.081918 [API:8081]10.0.0.19 - - [2026-02-09 03:52:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062231 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-02-09 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2026-02-09 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-02-09 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-02-09 03:53:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.088511 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003133 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003360 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003300 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003721 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003804 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003780 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003261 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 03:55:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002785 [API:8081]10.0.0.19 - - [2026-02-09 03:55:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073046 [API:8081]10.0.0.41 - - [2026-02-09 03:56:45] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2026-02-09 03:56:45] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.19 - - [2026-02-09 03:56:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.075835 [API:8081]10.0.0.19 - - [2026-02-09 03:57:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-02-09 03:57:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1632 0.069909 [API:8081]10.0.0.33 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.33 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.19 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-02-09 03:57:15] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:cc0780e0-500b-408f-a3e1-e2ddbe6e3156?flat HTTP/1.1" 200 5204 0.068264 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:cc0780e0-500b-408f-a3e1-e2ddbe6e3156?flat HTTP/1.1" 200 5204 0.056123 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:cc0780e0-500b-408f-a3e1-e2ddbe6e3156?flat HTTP/1.1" 200 5204 0.012015 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87348792:EVPN-VN1?flat HTTP/1.1" 200 7835 0.016125 [API:8081]10.0.0.19 - - [2026-02-09 03:57:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.020430 [API:8081]10.0.0.19 - - [2026-02-09 03:57:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.017783 [API:8081]10.0.0.19 - - [2026-02-09 03:57:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009905 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:dfff5c39-b071-48d4-b9c1-5f82d5f788de?flat HTTP/1.1" 200 5066 0.015066 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:dfff5c39-b071-48d4-b9c1-5f82d5f788de?flat HTTP/1.1" 200 5066 0.014722 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:dfff5c39-b071-48d4-b9c1-5f82d5f788de?flat HTTP/1.1" 200 5066 0.013539 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87348792:EVPN-VN1?flat HTTP/1.1" 200 7835 0.015921 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.031638 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.018349 [API:8081]10.0.0.19 - - [2026-02-09 03:57:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008907 [API:8081]10.0.0.33 - - [2026-02-09 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.33 - - [2026-02-09 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2026-02-09 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2026-02-09 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.19 - - [2026-02-09 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.19 - - [2026-02-09 03:58:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062917 [API:8081]10.0.0.19 - - [2026-02-09 03:59:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.067569 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:cc0780e0-500b-408f-a3e1-e2ddbe6e3156?flat HTTP/1.1" 200 5314 0.024214 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:cc0780e0-500b-408f-a3e1-e2ddbe6e3156?flat HTTP/1.1" 200 5314 0.029318 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:cc0780e0-500b-408f-a3e1-e2ddbe6e3156?flat HTTP/1.1" 200 5314 0.018819 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87348792:EVPN-VN1?flat HTTP/1.1" 200 8301 0.020181 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28480 0.036965 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 11939 0.030021 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 28480 0.042612 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 11939 0.023050 [API:8081]10.0.0.19 - - [2026-02-09 04:00:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.015315 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:dfff5c39-b071-48d4-b9c1-5f82d5f788de?flat HTTP/1.1" 200 5319 0.014160 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:dfff5c39-b071-48d4-b9c1-5f82d5f788de?flat HTTP/1.1" 200 5319 0.013492 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-87348792:dfff5c39-b071-48d4-b9c1-5f82d5f788de?flat HTTP/1.1" 200 5319 0.015235 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87348792:EVPN-VN1?flat HTTP/1.1" 200 9433 0.019647 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.018735 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.036179 [API:8081]10.0.0.19 - - [2026-02-09 04:00:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014768 [API:8081]10.0.0.19 - - [2026-02-09 04:01:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32159 0.023265 [API:8081]10.0.0.19 - - [2026-02-09 04:01:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87348792:EVPN-VN1?flat HTTP/1.1" 200 8514 0.026621 [API:8081]10.0.0.19 - - [2026-02-09 04:01:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008558 [API:8081]10.0.0.19 - - [2026-02-09 04:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33100 0.027810 [API:8081]10.0.0.19 - - [2026-02-09 04:01:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12725 0.031460 [API:8081]10.0.0.19 - - [2026-02-09 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33101 0.024401 [API:8081]10.0.0.19 - - [2026-02-09 04:01:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12343 0.020698 [API:8081]10.0.0.19 - - [2026-02-09 04:01:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-87348792:EVPN-VN1?flat HTTP/1.1" 200 5989 0.015706 [API:8081]10.0.0.19 - - [2026-02-09 04:01:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008122 [API:8081]10.0.0.19 - - [2026-02-09 04:02:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074630 [API:8081]10.0.0.19 - - [2026-02-09 04:03:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.105043 [API:8081]10.0.0.33 - - [2026-02-09 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2026-02-09 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.33 - - [2026-02-09 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000968 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2026-02-09 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-02-09 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.19 - - [2026-02-09 04:03:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-38390366:ctest-TestRbac-38390366-60338915?flat HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-02-09 04:03:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-38390366:ctest-TestRbac-38390366-60338915?flat HTTP/1.1" 200 2077 0.432387 [API:8081]10.0.0.19 - - [2026-02-09 04:03:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.126446 [API:8081]10.0.0.19 - - [2026-02-09 04:03:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-38390366:ctest-TestRbac-38390366-60338915?flat HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.19 - - [2026-02-09 04:03:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-38390366:ctest-TestRbac-38390366-60338915?flat HTTP/1.1" 200 2077 0.140217 [API:8081]10.0.0.19 - - [2026-02-09 04:03:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.077183 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48347179:e59f470d-a174-44ba-bd17-c88ed75bbd8a?flat HTTP/1.1" 200 5320 0.113504 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48347179:e59f470d-a174-44ba-bd17-c88ed75bbd8a?flat HTTP/1.1" 200 5320 0.061689 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-48347179:e59f470d-a174-44ba-bd17-c88ed75bbd8a?flat HTTP/1.1" 200 5320 0.054901 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-38390366:ctest-TestRbac-38390366-60338915?flat HTTP/1.1" 200 3953 0.056423 [API:8081]10.0.0.19 - - [2026-02-09 04:04:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033512 [API:8081]10.0.0.19 - - [2026-02-09 04:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.156393 [API:8081]10.0.0.19 - - [2026-02-09 04:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-02-09 04:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.073375 [API:8081]10.0.0.19 - - [2026-02-09 04:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040405 [API:8081]10.0.0.19 - - [2026-02-09 04:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.188904 [API:8081]10.0.0.19 - - [2026-02-09 04:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.117687 [API:8081]10.0.0.19 - - [2026-02-09 04:04:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.037853 [API:8081]10.0.0.19 - - [2026-02-09 04:04:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.085411 [API:8081]10.0.0.19 - - [2026-02-09 04:04:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.161089 [API:8081]10.0.0.19 - - [2026-02-09 04:04:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.029079 [API:8081]10.0.0.19 - - [2026-02-09 04:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.079874 [API:8081]10.0.0.19 - - [2026-02-09 04:04:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.024942 [API:8081]10.0.0.19 - - [2026-02-09 04:04:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.022954 [API:8081]10.0.0.19 - - [2026-02-09 04:04:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.023035 [API:8081]10.0.0.19 - - [2026-02-09 04:04:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.025902 [API:8081]10.0.0.19 - - [2026-02-09 04:04:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.021844 [API:8081]10.0.0.19 - - [2026-02-09 04:04:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32536 0.032590 [API:8081]10.0.0.19 - - [2026-02-09 04:04:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.023866 [API:8081]10.0.0.19 - - [2026-02-09 04:04:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-38390366:ctest-TestRbac-38390366-60338915?flat HTTP/1.1" 200 6495 0.011841 [API:8081]10.0.0.19 - - [2026-02-09 04:04:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008710 [API:8081]10.0.0.19 - - [2026-02-09 04:05:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095123 [API:8081]10.0.0.19 - - [2026-02-09 04:05:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-02-09 04:05:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 200 2121 0.096555 [API:8081]10.0.0.19 - - [2026-02-09 04:05:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 401 205 0.000315 --- 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-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14374516' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project '2a26dbe3b6b74baa806f54edd7313bbb' 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-22850876', 'ctest-TestRbacBasic-22850876-93455974'], 'virtual_network', 'ec7be05c-a835-4bdc-aa31-b76164508ad8', "Permission Denied for ['ctest-TestRbacBasic-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-14374516' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project '2a26dbe3b6b74baa806f54edd7313bbb'"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 403 198 0.107922 [API:8081]10.0.0.19 - - [2026-02-09 04:05:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-02-09 04:05:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 200 2121 0.053727 [API:8081]10.0.0.19 - - [2026-02-09 04:05:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.083698 [API:8081]10.0.0.19 - - [2026-02-09 04:05:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.091032 [API:8081]10.0.0.19 - - [2026-02-09 04:05:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.054894 --- 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-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-22850876' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project 'b1dc5d7eb0d04314b025f3cfdaad080d' 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-22850876', 'ctest-TestRbacBasic-22850876-93455974'], 'virtual_network', 'ec7be05c-a835-4bdc-aa31-b76164508ad8', "Permission Denied for ['ctest-TestRbacBasic-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-22850876' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project 'b1dc5d7eb0d04314b025f3cfdaad080d'"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 403 198 0.041525 --- 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-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-22850876' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project 'b1dc5d7eb0d04314b025f3cfdaad080d' 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-22850876', 'ctest-TestRbacBasic-22850876-93455974'], 'virtual_network', 'ec7be05c-a835-4bdc-aa31-b76164508ad8', "Permission Denied for ['ctest-TestRbacBasic-38015255'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-22850876' RBAC: ctest-TestRbacBasic-50717276 doesn't have read permission in project 'b1dc5d7eb0d04314b025f3cfdaad080d'"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 403 198 0.095901 [API:8081]10.0.0.19 - - [2026-02-09 04:05:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 200 2125 0.052993 [API:8081]10.0.0.19 - - [2026-02-09 04:05:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-22850876:ctest-TestRbacBasic-22850876-93455974?flat HTTP/1.1" 200 2125 0.010251 [API:8081]10.0.0.19 - - [2026-02-09 04:05:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.080169 [API:8081]10.0.0.19 - - [2026-02-09 04:05:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.052538 [API:8081]10.0.0.19 - - [2026-02-09 04:05:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.010241 [API:8081]10.0.0.19 - - [2026-02-09 04:05:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.007769 [API:8081]10.0.0.19 - - [2026-02-09 04:05:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 401 205 0.000361 --- 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-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.093031 [API:8081]10.0.0.19 - - [2026-02-09 04:05:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.060977 [API:8081]10.0.0.19 - - [2026-02-09 04:05:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 200 2121 0.053334 [API:8081]10.0.0.19 - - [2026-02-09 04:05:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.050344 --- 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-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.045973 --- 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-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-15264157 as ['ctest-TestRbacBasic-77847799'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.099247 [API:8081]10.0.0.19 - - [2026-02-09 04:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.060958 [API:8081]10.0.0.19 - - [2026-02-09 04:05:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 200 2121 0.054573 [API:8081]10.0.0.19 - - [2026-02-09 04:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.063812 [API:8081]10.0.0.19 - - [2026-02-09 04:05:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 401 205 0.000264 --- 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-50717276 as ['ctest-TestRbacBasic-38015255'] to R virtual-network in ctest-TestRbacBasic-01547502 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-01547502', 'ctest-TestRbacBasic-01547502-54785524'], 'virtual_network', 'e10b6d6e-4bab-48e9-bb37-47cfbe30e201', "Permission Denied for ctest-TestRbacBasic-50717276 as ['ctest-TestRbacBasic-38015255'] to R virtual-network in ctest-TestRbacBasic-01547502"),) [API:8081]10.0.0.19 - - [2026-02-09 04:05:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 403 198 0.086717 [API:8081]10.0.0.19 - - [2026-02-09 04:05:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.051250 [API:8081]10.0.0.19 - - [2026-02-09 04:05:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-54785524?flat HTTP/1.1" 200 2121 0.046321 [API:8081]10.0.0.19 - - [2026-02-09 04:05:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.045378 [API:8081]10.0.0.19 - - [2026-02-09 04:05:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.058066 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002852 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003961 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003219 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003537 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003843 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003343 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003737 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:05:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003593 [API:8081]10.0.0.19 - - [2026-02-09 04:05:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.009607 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-01547502:26241788-8de1-45dc-9d0f-7050255eb003?flat HTTP/1.1" 200 5244 0.068215 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-01547502:26241788-8de1-45dc-9d0f-7050255eb003?flat HTTP/1.1" 200 5244 0.075607 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-01547502:26241788-8de1-45dc-9d0f-7050255eb003?flat HTTP/1.1" 200 5244 0.062327 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-13475371?flat HTTP/1.1" 200 3509 0.060456 [API:8081]10.0.0.19 - - [2026-02-09 04:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039577 [API:8081]10.0.0.19 - - [2026-02-09 04:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.118779 [API:8081]10.0.0.19 - - [2026-02-09 04:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.062440 [API:8081]10.0.0.19 - - [2026-02-09 04:05:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.051836 [API:8081]10.0.0.19 - - [2026-02-09 04:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.121211 [API:8081]10.0.0.19 - - [2026-02-09 04:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.034303 [API:8081]10.0.0.19 - - [2026-02-09 04:05:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.044233 [API:8081]10.0.0.19 - - [2026-02-09 04:05:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-13475371?flat HTTP/1.1" 200 3509 0.090466 [API:8081]10.0.0.19 - - [2026-02-09 04:05:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.055598 [API:8081]10.0.0.19 - - [2026-02-09 04:05:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.038883 [API:8081]10.0.0.19 - - [2026-02-09 04:05:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.082820 [API:8081]10.0.0.19 - - [2026-02-09 04:05:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.022545 [API:8081]10.0.0.19 - - [2026-02-09 04:06:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.043258 [API:8081]10.0.0.19 - - [2026-02-09 04:06:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062461 [API:8081]10.0.0.19 - - [2026-02-09 04:06:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.022604 [API:8081]10.0.0.19 - - [2026-02-09 04:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.023705 [API:8081]10.0.0.19 - - [2026-02-09 04:06:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.025058 [API:8081]10.0.0.19 - - [2026-02-09 04:06:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.026307 [API:8081]10.0.0.19 - - [2026-02-09 04:06:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-01547502:ctest-TestRbacBasic-01547502-13475371?flat HTTP/1.1" 200 2244 0.015581 [API:8081]10.0.0.19 - - [2026-02-09 04:06:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009240 [Introspect:8090]10.0.0.19 - - [2026-02-09 04:06:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001115 [API:8081]10.0.0.19 - - [2026-02-09 04:06:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2026-02-09 04:06:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.062223 [API:8081]10.0.0.41 - - [2026-02-09 04:06:45] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.41 - - [2026-02-09 04:06:45] "GET /analytics HTTP/1.1" 401 205 0.000123 [API:8081]10.0.0.33 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.19 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-02-09 04:07:15] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.19 - - [2026-02-09 04:08:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061855 [API:8081]10.0.0.33 - - [2026-02-09 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.33 - - [2026-02-09 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-02-09 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2026-02-09 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2026-02-09 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:ec7d0d8f-009c-4414-8467-0d1e5f31af17?flat HTTP/1.1" 200 5501 0.069864 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:ec7d0d8f-009c-4414-8467-0d1e5f31af17?flat HTTP/1.1" 200 5501 0.013248 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:ec7d0d8f-009c-4414-8467-0d1e5f31af17?flat HTTP/1.1" 200 5501 0.067652 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn1-74528590?flat HTTP/1.1" 200 9544 0.030969 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.022488 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12963 0.020473 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.024687 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12963 0.023917 [API:8081]10.0.0.19 - - [2026-02-09 04:08:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008491 [API:8081]10.0.0.19 - - [2026-02-09 04:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:8cfc7a53-a1ce-4af7-8cf0-8003660e07ad?flat HTTP/1.1" 200 5369 0.014828 [API:8081]10.0.0.19 - - [2026-02-09 04:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:8cfc7a53-a1ce-4af7-8cf0-8003660e07ad?flat HTTP/1.1" 200 5369 0.012201 [API:8081]10.0.0.19 - - [2026-02-09 04:08:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:8cfc7a53-a1ce-4af7-8cf0-8003660e07ad?flat HTTP/1.1" 200 5369 0.013809 [API:8081]10.0.0.19 - - [2026-02-09 04:08:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn1-74528590?flat HTTP/1.1" 200 9544 0.019959 [API:8081]10.0.0.19 - - [2026-02-09 04:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.020421 [API:8081]10.0.0.19 - - [2026-02-09 04:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.022688 [API:8081]10.0.0.19 - - [2026-02-09 04:08:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008771 [API:8081]10.0.0.19 - - [2026-02-09 04:09:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.021870 [API:8081]10.0.0.19 - - [2026-02-09 04:09:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.061494 [API:8081]10.0.0.19 - - [2026-02-09 04:09:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.023967 [API:8081]10.0.0.19 - - [2026-02-09 04:09:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.023541 [API:8081]10.0.0.19 - - [2026-02-09 04:09:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.025823 [API:8081]10.0.0.19 - - [2026-02-09 04:09:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn1-74528590?flat HTTP/1.1" 200 7733 0.017006 [API:8081]10.0.0.19 - - [2026-02-09 04:09:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008344 [API:8081]10.0.0.19 - - [2026-02-09 04:09:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.025517 [API:8081]10.0.0.19 - - [2026-02-09 04:09:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12964 0.025871 [API:8081]10.0.0.19 - - [2026-02-09 04:09:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.032780 [API:8081]10.0.0.19 - - [2026-02-09 04:09:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12964 0.021610 [API:8081]10.0.0.19 - - [2026-02-09 04:09:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.028140 [API:8081]10.0.0.19 - - [2026-02-09 04:09:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12964 0.019243 [API:8081]10.0.0.19 - - [2026-02-09 04:09:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.024255 [API:8081]10.0.0.19 - - [2026-02-09 04:09:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12964 0.019722 [API:8081]10.0.0.19 - - [2026-02-09 04:09:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.022974 [API:8081]10.0.0.19 - - [2026-02-09 04:09:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12964 0.023275 [API:8081]10.0.0.19 - - [2026-02-09 04:09:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.023806 [API:8081]10.0.0.19 - - [2026-02-09 04:09:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12964 0.018832 [API:8081]10.0.0.19 - - [2026-02-09 04:09:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33182 0.023834 [API:8081]10.0.0.19 - - [2026-02-09 04:09:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12588 0.022992 [API:8081]10.0.0.19 - - [2026-02-09 04:09:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn1-74528590?flat HTTP/1.1" 200 4921 0.010888 [API:8081]10.0.0.19 - - [2026-02-09 04:09:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008014 [API:8081]10.0.0.19 - - [2026-02-09 04:09:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.009325 [API:8081]10.0.0.19 - - [2026-02-09 04:09:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.009176 [API:8081]10.0.0.19 - - [2026-02-09 04:11:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.050518 [API:8081]10.0.0.19 - - [2026-02-09 04:12:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.095568 [Introspect:8090]10.0.0.19 - - [2026-02-09 04:12:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000984 [API:8081]10.0.0.19 - - [2026-02-09 04:12:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 11957 0.360420 [API:8081]10.0.0.19 - - [2026-02-09 04:12:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 6055 0.055605 [API:8081]10.0.0.19 - - [2026-02-09 04:12:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-2?flat HTTP/1.1" 200 6069 0.363939 [API:8081]10.0.0.19 - - [2026-02-09 04:12:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5238-3?flat HTTP/1.1" 200 3948 0.010313 [API:8081]10.0.0.19 - - [2026-02-09 04:12:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?flat HTTP/1.1" 200 7614 0.012737 [API:8081]10.0.0.19 - - [2026-02-09 04:12:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?flat HTTP/1.1" 200 6129 0.012558 [API:8081]10.0.0.19 - - [2026-02-09 04:12:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?flat HTTP/1.1" 200 6128 0.011840 [API:8081]10.0.0.19 - - [2026-02-09 04:12:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.007862 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:9d6c36d5-848a-4a95-875d-a2d3f07b1b53?flat HTTP/1.1" 200 5249 0.013036 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:9d6c36d5-848a-4a95-875d-a2d3f07b1b53?flat HTTP/1.1" 200 5249 0.012220 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:9d6c36d5-848a-4a95-875d-a2d3f07b1b53?flat HTTP/1.1" 200 5249 0.012954 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn1-45903998?flat HTTP/1.1" 200 7104 0.015574 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.022986 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12372 0.022266 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32545 0.025407 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12372 0.019129 [API:8081]10.0.0.19 - - [2026-02-09 04:13:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008918 [API:8081]10.0.0.33 - - [2026-02-09 04:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2026-02-09 04:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-02-09 04:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.33 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2026-02-09 04:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2026-02-09 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:f64d40f6-d38e-4938-82dc-074808b6c50f?flat HTTP/1.1" 200 5245 0.015762 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:f64d40f6-d38e-4938-82dc-074808b6c50f?flat HTTP/1.1" 200 5245 0.013754 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-66222607:f64d40f6-d38e-4938-82dc-074808b6c50f?flat HTTP/1.1" 200 5245 0.014373 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn2-10979588?flat HTTP/1.1" 200 6992 0.016249 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32541 0.023741 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32541 0.029640 [API:8081]10.0.0.19 - - [2026-02-09 04:13:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010266 [API:8081]10.0.0.19 - - [2026-02-09 04:14:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068939 [API:8081]10.0.0.19 - - [2026-02-09 04:15:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.023040 [API:8081]10.0.0.19 - - [2026-02-09 04:15:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.026904 [API:8081]10.0.0.19 - - [2026-02-09 04:15:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.023054 [API:8081]10.0.0.19 - - [2026-02-09 04:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.027440 [API:8081]10.0.0.19 - - [2026-02-09 04:15:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.068841 [API:8081]10.0.0.19 - - [2026-02-09 04:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.024067 [API:8081]10.0.0.19 - - [2026-02-09 04:15:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.024403 [API:8081]10.0.0.19 - - [2026-02-09 04:15:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32547 0.035810 [API:8081]10.0.0.19 - - [2026-02-09 04:15:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32549 0.028549 [API:8081]10.0.0.19 - - [2026-02-09 04:15:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn2-10979588?flat HTTP/1.1" 200 7863 0.020965 [API:8081]10.0.0.19 - - [2026-02-09 04:15:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010137 [API:8081]10.0.0.19 - - [2026-02-09 04:15:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.026077 [API:8081]10.0.0.19 - - [2026-02-09 04:15:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12909 0.021441 [API:8081]10.0.0.19 - - [2026-02-09 04:15:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.031864 [API:8081]10.0.0.19 - - [2026-02-09 04:15:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12909 0.022766 [API:8081]10.0.0.19 - - [2026-02-09 04:15:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.026374 [API:8081]10.0.0.19 - - [2026-02-09 04:15:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12909 0.024695 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002878 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002798 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002915 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002719 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004382 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002881 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:15:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003164 [API:8081]10.0.0.19 - - [2026-02-09 04:15:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.023238 [API:8081]10.0.0.19 - - [2026-02-09 04:15:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12909 0.022138 [API:8081]10.0.0.19 - - [2026-02-09 04:15:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.026732 [API:8081]10.0.0.19 - - [2026-02-09 04:15:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12909 0.027239 [API:8081]10.0.0.19 - - [2026-02-09 04:15:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.024923 [API:8081]10.0.0.19 - - [2026-02-09 04:15:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12909 0.020769 [API:8081]10.0.0.19 - - [2026-02-09 04:15:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.023564 [API:8081]10.0.0.19 - - [2026-02-09 04:15:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12788 0.024555 [API:8081]10.0.0.19 - - [2026-02-09 04:15:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-66222607:ctest-vn1-45903998?flat HTTP/1.1" 200 7769 0.017725 [API:8081]10.0.0.19 - - [2026-02-09 04:15:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008271 [API:8081]10.0.0.19 - - [2026-02-09 04:16:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-89883678:123fd364-894b-4333-99cd-a61ae4b276c8?flat HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.19 - - [2026-02-09 04:16:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-89883678:123fd364-894b-4333-99cd-a61ae4b276c8?flat HTTP/1.1" 200 5232 0.063055 [API:8081]10.0.0.19 - - [2026-02-09 04:16:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-89883678:123fd364-894b-4333-99cd-a61ae4b276c8?flat HTTP/1.1" 200 5232 0.071729 [API:8081]10.0.0.19 - - [2026-02-09 04:16:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-89883678:123fd364-894b-4333-99cd-a61ae4b276c8?flat HTTP/1.1" 200 5232 0.058270 [API:8081]10.0.0.19 - - [2026-02-09 04:16:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-89883678:ctest-vn-80307902?flat HTTP/1.1" 200 8035 0.016883 [API:8081]10.0.0.19 - - [2026-02-09 04:16:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32580 0.024107 [API:8081]10.0.0.19 - - [2026-02-09 04:16:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12885 0.059882 [API:8081]10.0.0.19 - - [2026-02-09 04:16:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32580 0.026147 [API:8081]10.0.0.19 - - [2026-02-09 04:16:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12885 0.022667 [API:8081]10.0.0.19 - - [2026-02-09 04:16:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009530 [API:8081]10.0.0.41 - - [2026-02-09 04:16:45] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.41 - - [2026-02-09 04:16:45] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-89883678:953bb433-eabb-4f67-8b00-b44c92dfaaa4?flat HTTP/1.1" 200 5247 0.014259 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-89883678:953bb433-eabb-4f67-8b00-b44c92dfaaa4?flat HTTP/1.1" 200 5247 0.013750 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-89883678:953bb433-eabb-4f67-8b00-b44c92dfaaa4?flat HTTP/1.1" 200 5247 0.013390 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-89883678:ctest-vn-52494947?flat HTTP/1.1" 200 8048 0.017422 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.023022 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.032442 [API:8081]10.0.0.19 - - [2026-02-09 04:16:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009999 [API:8081]10.0.0.19 - - [2026-02-09 04:17:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067627 [API:8081]10.0.0.19 - - [2026-02-09 04:17:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.024137 [API:8081]10.0.0.33 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.19 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-02-09 04:17:15] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.19 - - [2026-02-09 04:17:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.026503 [API:8081]10.0.0.19 - - [2026-02-09 04:17:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.026171 [API:8081]10.0.0.19 - - [2026-02-09 04:17:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-89883678:ctest-vn-52494947?flat HTTP/1.1" 200 6186 0.015224 [API:8081]10.0.0.19 - - [2026-02-09 04:17:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010009 [API:8081]10.0.0.19 - - [2026-02-09 04:17:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.075469 [API:8081]10.0.0.19 - - [2026-02-09 04:17:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12890 0.021179 [API:8081]10.0.0.19 - - [2026-02-09 04:17:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.024203 [API:8081]10.0.0.19 - - [2026-02-09 04:17:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12890 0.026893 [API:8081]10.0.0.19 - - [2026-02-09 04:17:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.032042 [API:8081]10.0.0.19 - - [2026-02-09 04:17:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12890 0.022143 [API:8081]10.0.0.19 - - [2026-02-09 04:17:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.043196 [API:8081]10.0.0.19 - - [2026-02-09 04:17:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12890 0.026953 [API:8081]10.0.0.19 - - [2026-02-09 04:17:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.024486 [API:8081]10.0.0.19 - - [2026-02-09 04:17:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12890 0.020639 [API:8081]10.0.0.19 - - [2026-02-09 04:17:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.037038 [API:8081]10.0.0.19 - - [2026-02-09 04:17:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12890 0.022187 [API:8081]10.0.0.19 - - [2026-02-09 04:17:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5238-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32582 0.027782 [API:8081]10.0.0.19 - - [2026-02-09 04:17:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5238-1?flat HTTP/1.1" 200 12500 0.021237 [API:8081]10.0.0.19 - - [2026-02-09 04:17:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-89883678:ctest-vn-80307902?flat HTTP/1.1" 200 6183 0.014544 [API:8081]10.0.0.19 - - [2026-02-09 04:17:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009123 [API:8081]10.0.0.19 - - [2026-02-09 04:17:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-02-09 04:17:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.161131 [API:8081]10.0.0.19 - - [2026-02-09 04:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.069175 [API:8081]10.0.0.19 - - [2026-02-09 04:18:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.074336 [API:8081]10.0.0.33 - - [2026-02-09 04:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.33 - - [2026-02-09 04:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.33 - - [2026-02-09 04:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2026-02-09 04:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-02-09 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-02-09 04:20:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062415 [API:8081]10.0.0.19 - - [2026-02-09 04:21:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.071298 [API:8081]10.0.0.19 - - [2026-02-09 04:23:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074330 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2026-02-09 04:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-02-09 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000456 [API:8081]10.0.0.19 - - [2026-02-09 04:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.19 - - [2026-02-09 04:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1872 0.065603 [API:8081]10.0.0.19 - - [2026-02-09 04:24:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.066951 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004950 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003550 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002915 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003407 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003550 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003139 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003121 [LOCAL API:8181]127.0.0.1 - - [2026-02-09 04:25:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5238-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003767 [API:8081]10.0.0.19 - - [2026-02-09 04:26:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070189 [API:8081]10.0.0.41 - - [2026-02-09 04:26:45] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2026-02-09 04:26:45] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.33 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.19 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-02-09 04:27:15] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.19 - - [2026-02-09 04:27:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.076675 [API:8081]10.0.0.33 - - [2026-02-09 04:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2026-02-09 04:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2026-02-09 04:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-02-09 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [Introspect:8090]10.0.0.19 - - [2026-02-09 04:29:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001612