++ 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 Apr 27 02:33:23 AM UTC 2026 ===================' INFO: =================== Mon Apr 27 02:33: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.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.249:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.249:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.249:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.249:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.249:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.249:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.249:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.249:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.249:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.249:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.249:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.249:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.249:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.249:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.249:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.249:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.249:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.249:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.249:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.249:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.249:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.249:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.249:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.249:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.249:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.249:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.249:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.249:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.249:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.249:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.249:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.249:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.249:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.249,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41,10.0.0.249,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.41 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.41,10.0.0.249,10.0.0.23 +++ local servers=10.0.0.41,10.0.0.249,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,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.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ cut -d = -f 1 ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 04/27/2026 02:33:31.402 7f86e94ae180 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/27/2026 02:33:31.590 7f86e94ae180 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 04/27/2026 02:33:31.604 7f86e94ae180 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/27/2026 02:33:31.604 7f86e94ae180 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.41:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.249 - - [2026-04-27 02:34:19] "GET /analytics HTTP/1.1" 401 205 0.000690 [API:8081]10.0.0.249 - - [2026-04-27 02:34:19] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-27 02:34:19] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-27 02:34:19] "GET /analytics HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.41 - - [2026-04-27 02:34:19] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.41 - - [2026-04-27 02:34:19] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.249 - - [2026-04-27 02:34:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.437260 [API:8081]10.0.0.249 - - [2026-04-27 02:34:50] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.249 - - [2026-04-27 02:34:50] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.23 - - [2026-04-27 02:34:50] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-04-27 02:34:50] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.41 - - [2026-04-27 02:34:50] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2026-04-27 02:34:50] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.249 - - [2026-04-27 02:35:20] "GET /analytics HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.249 - - [2026-04-27 02:35:20] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-04-27 02:35:20] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-04-27 02:35:20] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.249 - - [2026-04-27 02:35:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.425195 [API:8081]10.0.0.249 - - [2026-04-27 02:36:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.249 - - [2026-04-27 02:36:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.249 - - [2026-04-27 02:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.249 - - [2026-04-27 02:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2026-04-27 02:36:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2026-04-27 02:36:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2026-04-27 02:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.23 - - [2026-04-27 02:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.23 - - [2026-04-27 02:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.41 - - [2026-04-27 02:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2026-04-27 02:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001115 [API:8081]10.0.0.41 - - [2026-04-27 02:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000776 [Introspect:8090]10.0.0.41 - - [2026-04-27 02:37:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001456 [API:8081]10.0.0.249 - - [2026-04-27 02:37:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.453631 [Introspect:8090]10.0.0.41 - - [2026-04-27 02:37:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001390 [API:8081]10.0.0.249 - - [2026-04-27 02:38:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.091949 [Introspect:8090]10.0.0.41 - - [2026-04-27 02:39:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001321 [Introspect:8090]10.0.0.41 - - [2026-04-27 02:39:18] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000581 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000509 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1:Control:contrail-control:0?flat HTTP/1.1" 200 38106 0.094238 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.078164 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.094108 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.022387 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3:Control:contrail-control:0?flat HTTP/1.1" 200 35671 0.067431 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.020773 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.025346 [API:8081]10.0.0.41 - - [2026-04-27 02:39:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.032779 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3357 0.019030 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3357 0.018054 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011457 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.017990 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.014716 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.013452 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.016778 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.018853 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013770 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.017787 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015224 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013746 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.017694 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.019323 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.019084 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.019533 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.023799 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.023192 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14206 0.021791 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.018731 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.022096 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.023077 [API:8081]10.0.0.41 - - [2026-04-27 02:39:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.023380 [API:8081]10.0.0.41 - - [2026-04-27 02:39:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.021071 [API:8081]10.0.0.41 - - [2026-04-27 02:39:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.025059 [API:8081]10.0.0.41 - - [2026-04-27 02:39:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.021523 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.023292 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.016999 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.024275 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.018127 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.021829 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.026470 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.019760 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.016794 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14206 0.020313 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015268 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013365 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.020628 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.020402 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.020769 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.014731 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.019096 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.017696 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.019251 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.015936 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.016196 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.015754 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.019141 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1:Control:contrail-control:0?flat HTTP/1.1" 200 38106 0.025440 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.015227 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.018831 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.026744 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.015445 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.020009 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3:Control:contrail-control:0?flat HTTP/1.1" 200 35671 0.026443 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.014323 [API:8081]10.0.0.41 - - [2026-04-27 02:39:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5690-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.016785 [API:8081]10.0.0.41 - - [2026-04-27 02:39:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-1?flat HTTP/1.1" 200 12052 0.023738 [API:8081]10.0.0.41 - - [2026-04-27 02:39:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?flat HTTP/1.1" 200 16156 0.022887 [API:8081]10.0.0.41 - - [2026-04-27 02:39:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?flat HTTP/1.1" 200 14936 0.026626 [API:8081]10.0.0.41 - - [2026-04-27 02:39:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?flat HTTP/1.1" 200 16653 0.023242 [API:8081]10.0.0.41 - - [2026-04-27 02:39:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?flat HTTP/1.1" 200 16156 0.025371 [API:8081]10.0.0.41 - - [2026-04-27 02:39:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?flat HTTP/1.1" 200 14936 0.021336 [API:8081]10.0.0.41 - - [2026-04-27 02:39:25] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?flat HTTP/1.1" 200 16653 0.025379 [API:8081]10.0.0.41 - - [2026-04-27 02:39:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?flat HTTP/1.1" 200 16156 0.036863 [API:8081]10.0.0.41 - - [2026-04-27 02:39:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?flat HTTP/1.1" 200 14936 0.021521 [API:8081]10.0.0.41 - - [2026-04-27 02:39:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?flat HTTP/1.1" 200 16653 0.027977 [API:8081]10.0.0.41 - - [2026-04-27 02:39:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?flat HTTP/1.1" 200 16156 0.026494 [API:8081]10.0.0.41 - - [2026-04-27 02:39:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?flat HTTP/1.1" 200 14936 0.022755 [API:8081]10.0.0.41 - - [2026-04-27 02:39:26] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?flat HTTP/1.1" 200 16653 0.029405 [API:8081]10.0.0.41 - - [2026-04-27 02:39:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5690-1?flat HTTP/1.1" 200 7998 0.021542 [API:8081]10.0.0.41 - - [2026-04-27 02:39:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 8001 0.023497 [API:8081]10.0.0.41 - - [2026-04-27 02:39:27] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5690-3?flat HTTP/1.1" 200 7996 0.018493 [API:8081]10.0.0.41 - - [2026-04-27 02:39:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2026-04-27 02:39:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.112348 [API:8081]10.0.0.41 - - [2026-04-27 02:39:51] "POST /analytics/query HTTP/1.1" 200 54738 1.105427 [API:8081]10.0.0.41 - - [2026-04-27 02:39:52] "POST /analytics/query HTTP/1.1" 200 5875 1.108237 [API:8081]10.0.0.41 - - [2026-04-27 02:39:53] "POST /analytics/query HTTP/1.1" 200 871 1.042838 [API:8081]10.0.0.41 - - [2026-04-27 02:39:54] "POST /analytics/query HTTP/1.1" 200 5875 1.034487 [API:8081]10.0.0.41 - - [2026-04-27 02:39:55] "POST /analytics/query HTTP/1.1" 200 871 1.047485 [API:8081]10.0.0.41 - - [2026-04-27 02:40:09] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001065 [API:8081]10.0.0.249 - - [2026-04-27 02:40:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.112671 [API:8081]10.0.0.249 - - [2026-04-27 02:41:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.149305 [API:8081]10.0.0.249 - - [2026-04-27 02:41:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.249 - - [2026-04-27 02:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.249 - - [2026-04-27 02:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-04-27 02:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2026-04-27 02:41:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2026-04-27 02:41:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-04-27 02:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000955 [API:8081]10.0.0.23 - - [2026-04-27 02:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.23 - - [2026-04-27 02:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2026-04-27 02:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2026-04-27 02:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2026-04-27 02:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005074 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004811 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004209 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004207 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004107 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003763 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003757 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:43:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004651 [API:8081]10.0.0.249 - - [2026-04-27 02:43:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100898 [API:8081]10.0.0.249 - - [2026-04-27 02:44:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.136960 [API:8081]10.0.0.41 - - [2026-04-27 02:44:50] "GET /analytics HTTP/1.1" 401 205 0.000577 [API:8081]10.0.0.41 - - [2026-04-27 02:44:50] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.249 - - [2026-04-27 02:45:20] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.249 - - [2026-04-27 02:45:20] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.23 - - [2026-04-27 02:45:20] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-04-27 02:45:20] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.41 - - [2026-04-27 02:45:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2026-04-27 02:45:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1752 0.100087 [API:8081]10.0.0.41 - - [2026-04-27 02:45:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1984 0.079963 [API:8081]10.0.0.249 - - [2026-04-27 02:46:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-04-27 02:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.249 - - [2026-04-27 02:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.249 - - [2026-04-27 02:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2026-04-27 02:46:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2026-04-27 02:46:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-27 02:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-04-27 02:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2026-04-27 02:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2026-04-27 02:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-04-27 02:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2026-04-27 02:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.249 - - [2026-04-27 02:46:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.228696 [API:8081]10.0.0.249 - - [2026-04-27 02:47:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.085777 [API:8081]10.0.0.249 - - [2026-04-27 02:49:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087582 [API:8081]10.0.0.249 - - [2026-04-27 02:50:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.076118 [API:8081]10.0.0.249 - - [2026-04-27 02:51:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.249 - - [2026-04-27 02:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.249 - - [2026-04-27 02:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.249 - - [2026-04-27 02:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2026-04-27 02:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.41 - - [2026-04-27 02:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-27 02:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-27 02:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.23 - - [2026-04-27 02:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2026-04-27 02:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-04-27 02:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2026-04-27 02:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2026-04-27 02:52:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2026-04-27 02:52:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.085291 [API:8081]10.0.0.41 - - [2026-04-27 02:52:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.069841 [API:8081]10.0.0.249 - - [2026-04-27 02:52:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070646 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003978 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004131 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004013 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003487 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004699 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003859 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003438 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 02:53:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003032 [API:8081]10.0.0.249 - - [2026-04-27 02:53:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070302 [API:8081]10.0.0.41 - - [2026-04-27 02:54:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.011903 [API:8081]10.0.0.41 - - [2026-04-27 02:54:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1892 0.073372 [API:8081]10.0.0.41 - - [2026-04-27 02:54:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.012638 [API:8081]10.0.0.41 - - [2026-04-27 02:54:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.012367 [API:8081]10.0.0.41 - - [2026-04-27 02:54:50] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.41 - - [2026-04-27 02:54:50] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.249 - - [2026-04-27 02:55:20] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-04-27 02:55:20] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.23 - - [2026-04-27 02:55:20] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-04-27 02:55:20] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.249 - - [2026-04-27 02:55:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.177321 [API:8081]10.0.0.249 - - [2026-04-27 02:56:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.249 - - [2026-04-27 02:56:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-27 02:56:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.249 - - [2026-04-27 02:56:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2026-04-27 02:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2026-04-27 02:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-04-27 02:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-04-27 02:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-04-27 02:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2026-04-27 02:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-04-27 02:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2026-04-27 02:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.249 - - [2026-04-27 02:56:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.082676 [API:8081]10.0.0.41 - - [2026-04-27 02:58:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.084641 [API:8081]10.0.0.41 - - [2026-04-27 02:58:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.025164 [API:8081]10.0.0.41 - - [2026-04-27 02:58:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.084604 [API:8081]10.0.0.41 - - [2026-04-27 02:58:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.022873 [API:8081]10.0.0.41 - - [2026-04-27 02:58:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.023206 [API:8081]10.0.0.41 - - [2026-04-27 02:58:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.022307 [API:8081]10.0.0.41 - - [2026-04-27 02:58:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.028118 [API:8081]10.0.0.41 - - [2026-04-27 02:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.026226 [API:8081]10.0.0.41 - - [2026-04-27 02:58:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-72688880:ctest-vnet1-92252981?flat HTTP/1.1" 200 8247 0.015118 [API:8081]10.0.0.41 - - [2026-04-27 02:58:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011735 [API:8081]10.0.0.41 - - [2026-04-27 02:58:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25195 0.022724 [API:8081]10.0.0.41 - - [2026-04-27 02:58:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-72688880:ctest-vnet0-57135170?flat HTTP/1.1" 200 8241 0.015764 [API:8081]10.0.0.41 - - [2026-04-27 02:58:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010478 [API:8081]10.0.0.41 - - [2026-04-27 02:58:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.015170 [API:8081]10.0.0.249 - - [2026-04-27 02:58:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087454 [API:8081]10.0.0.249 - - [2026-04-27 02:59:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.084499 [API:8081]10.0.0.41 - - [2026-04-27 03:00:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.41 - - [2026-04-27 03:00:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.073206 [API:8081]10.0.0.249 - - [2026-04-27 03:01:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.249 - - [2026-04-27 03:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.249 - - [2026-04-27 03:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.249 - - [2026-04-27 03:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2026-04-27 03:01:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000496 [API:8081]10.0.0.41 - - [2026-04-27 03:01:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-04-27 03:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-27 03:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-04-27 03:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2026-04-27 03:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2026-04-27 03:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2026-04-27 03:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2026-04-27 03:01:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.160122 [API:8081]10.0.0.249 - - [2026-04-27 03:01:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.121261 [API:8081]10.0.0.41 - - [2026-04-27 03:01:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.037259 [API:8081]10.0.0.41 - - [2026-04-27 03:02:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-94793882:ctest-vnet0-20235076?flat HTTP/1.1" 200 7194 0.016492 [API:8081]10.0.0.41 - - [2026-04-27 03:02:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.088295 [API:8081]10.0.0.41 - - [2026-04-27 03:02:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2026-04-27 03:02:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.070738 [API:8081]10.0.0.41 - - [2026-04-27 03:02:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000592 [API:8081]10.0.0.41 - - [2026-04-27 03:02:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.076355 [API:8081]10.0.0.41 - - [2026-04-27 03:02:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.100734 [API:8081]10.0.0.41 - - [2026-04-27 03:02:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.070166 [API:8081]10.0.0.249 - - [2026-04-27 03:02:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.089141 [API:8081]10.0.0.41 - - [2026-04-27 03:03:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:d78f0f8f-8b10-4fc2-afa4-bc78ef112209?flat HTTP/1.1" 200 5229 0.019216 [API:8081]10.0.0.41 - - [2026-04-27 03:03:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:d78f0f8f-8b10-4fc2-afa4-bc78ef112209?flat HTTP/1.1" 200 5229 0.019617 [API:8081]10.0.0.41 - - [2026-04-27 03:03:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:d78f0f8f-8b10-4fc2-afa4-bc78ef112209?flat HTTP/1.1" 200 5229 0.017398 [API:8081]10.0.0.41 - - [2026-04-27 03:03:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38621724:ctest-VN1-16277703?flat HTTP/1.1" 200 8552 0.022094 [API:8081]10.0.0.41 - - [2026-04-27 03:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.025948 [API:8081]10.0.0.41 - - [2026-04-27 03:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.024644 [API:8081]10.0.0.41 - - [2026-04-27 03:03:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014840 [API:8081]10.0.0.41 - - [2026-04-27 03:03:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:aacab6e6-336d-43f1-ae19-2a9e168702cf?flat HTTP/1.1" 200 5099 0.020419 [API:8081]10.0.0.41 - - [2026-04-27 03:03:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:aacab6e6-336d-43f1-ae19-2a9e168702cf?flat HTTP/1.1" 200 5099 0.017395 [API:8081]10.0.0.41 - - [2026-04-27 03:03:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:aacab6e6-336d-43f1-ae19-2a9e168702cf?flat HTTP/1.1" 200 5099 0.022594 [API:8081]10.0.0.41 - - [2026-04-27 03:03:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38621724:ctest-VN2-42819243?flat HTTP/1.1" 200 7856 0.019464 [API:8081]10.0.0.41 - - [2026-04-27 03:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022914 [API:8081]10.0.0.41 - - [2026-04-27 03:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024674 [API:8081]10.0.0.41 - - [2026-04-27 03:03:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011426 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004213 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004389 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004300 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003928 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005276 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004236 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003708 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:03:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004083 [API:8081]10.0.0.41 - - [2026-04-27 03:03:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:2fa8b3a0-b649-42a6-a266-ddacf5491a89?flat HTTP/1.1" 200 5099 0.016806 [API:8081]10.0.0.41 - - [2026-04-27 03:03:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:2fa8b3a0-b649-42a6-a266-ddacf5491a89?flat HTTP/1.1" 200 5099 0.020148 [API:8081]10.0.0.41 - - [2026-04-27 03:03:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-38621724:2fa8b3a0-b649-42a6-a266-ddacf5491a89?flat HTTP/1.1" 200 5099 0.021359 [API:8081]10.0.0.41 - - [2026-04-27 03:03:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38621724:ctest-VN3-17387704?flat HTTP/1.1" 200 7445 0.020138 [API:8081]10.0.0.41 - - [2026-04-27 03:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.039065 [API:8081]10.0.0.41 - - [2026-04-27 03:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.036984 [API:8081]10.0.0.41 - - [2026-04-27 03:03:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012309 [API:8081]10.0.0.41 - - [2026-04-27 03:04:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.026668 [API:8081]10.0.0.41 - - [2026-04-27 03:04:50] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2026-04-27 03:04:50] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.41 - - [2026-04-27 03:04:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.027369 [API:8081]10.0.0.41 - - [2026-04-27 03:04:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.027770 [API:8081]10.0.0.41 - - [2026-04-27 03:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.028317 [API:8081]10.0.0.249 - - [2026-04-27 03:04:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100765 [API:8081]10.0.0.41 - - [2026-04-27 03:05:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.032163 [API:8081]10.0.0.41 - - [2026-04-27 03:05:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38621724:ctest-VN3-17387704?flat HTTP/1.1" 200 6217 0.021079 [API:8081]10.0.0.41 - - [2026-04-27 03:05:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013016 [API:8081]10.0.0.41 - - [2026-04-27 03:05:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025713 [API:8081]10.0.0.41 - - [2026-04-27 03:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025197 [API:8081]10.0.0.41 - - [2026-04-27 03:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.033208 [API:8081]10.0.0.41 - - [2026-04-27 03:05:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026442 [API:8081]10.0.0.41 - - [2026-04-27 03:05:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.033227 [API:8081]10.0.0.41 - - [2026-04-27 03:05:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024294 [API:8081]10.0.0.249 - - [2026-04-27 03:05:20] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.249 - - [2026-04-27 03:05:20] "GET /analytics HTTP/1.1" 401 205 0.000614 [API:8081]10.0.0.23 - - [2026-04-27 03:05:20] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-04-27 03:05:20] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2026-04-27 03:05:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024094 [API:8081]10.0.0.41 - - [2026-04-27 03:05:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028871 [API:8081]10.0.0.41 - - [2026-04-27 03:05:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38621724:ctest-VN2-42819243?flat HTTP/1.1" 200 6550 0.017178 [API:8081]10.0.0.41 - - [2026-04-27 03:05:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011025 [API:8081]10.0.0.41 - - [2026-04-27 03:05:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.026789 [API:8081]10.0.0.41 - - [2026-04-27 03:05:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.028424 [API:8081]10.0.0.41 - - [2026-04-27 03:05:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-38621724:ctest-VN1-16277703?flat HTTP/1.1" 200 6771 0.017033 [API:8081]10.0.0.41 - - [2026-04-27 03:05:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012567 [API:8081]10.0.0.41 - - [2026-04-27 03:05:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.41 - - [2026-04-27 03:05:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.086159 [API:8081]10.0.0.41 - - [2026-04-27 03:05:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.076656 [API:8081]10.0.0.41 - - [2026-04-27 03:05:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.096693 [API:8081]10.0.0.249 - - [2026-04-27 03:06:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.149752 [API:8081]10.0.0.249 - - [2026-04-27 03:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.249 - - [2026-04-27 03:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.249 - - [2026-04-27 03:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.249 - - [2026-04-27 03:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.41 - - [2026-04-27 03:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.41 - - [2026-04-27 03:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-04-27 03:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-04-27 03:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2026-04-27 03:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2026-04-27 03:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.23 - - [2026-04-27 03:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2026-04-27 03:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:fb405fa6-3d22-46be-b393-90418cf466c8?flat HTTP/1.1" 200 5358 0.020209 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:fb405fa6-3d22-46be-b393-90418cf466c8?flat HTTP/1.1" 200 5358 0.022943 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:fb405fa6-3d22-46be-b393-90418cf466c8?flat HTTP/1.1" 200 5358 0.020696 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:fb405fa6-3d22-46be-b393-90418cf466c8?flat HTTP/1.1" 200 5358 0.026722 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-31180776:ctest-VN1-44224748?flat HTTP/1.1" 200 9445 0.029451 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.027294 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.025358 [API:8081]10.0.0.41 - - [2026-04-27 03:06:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012215 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:03cd4149-145e-4a0a-8954-e0b878e1a783?flat HTTP/1.1" 200 5217 0.017580 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:03cd4149-145e-4a0a-8954-e0b878e1a783?flat HTTP/1.1" 200 5217 0.022446 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:03cd4149-145e-4a0a-8954-e0b878e1a783?flat HTTP/1.1" 200 5217 0.020489 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:03cd4149-145e-4a0a-8954-e0b878e1a783?flat HTTP/1.1" 200 5217 0.025639 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-31180776:ctest-VN2-36333573?flat HTTP/1.1" 200 8637 0.022903 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.046598 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032858 [API:8081]10.0.0.41 - - [2026-04-27 03:06:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011814 [API:8081]10.0.0.41 - - [2026-04-27 03:06:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:42ea3218-5cd3-4f16-af2e-21da0c4478b7?flat HTTP/1.1" 200 5214 0.023202 [API:8081]10.0.0.41 - - [2026-04-27 03:06:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:42ea3218-5cd3-4f16-af2e-21da0c4478b7?flat HTTP/1.1" 200 5214 0.018563 [API:8081]10.0.0.41 - - [2026-04-27 03:06:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:42ea3218-5cd3-4f16-af2e-21da0c4478b7?flat HTTP/1.1" 200 5214 0.027900 [API:8081]10.0.0.41 - - [2026-04-27 03:06:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-31180776:42ea3218-5cd3-4f16-af2e-21da0c4478b7?flat HTTP/1.1" 200 5214 0.017774 [API:8081]10.0.0.41 - - [2026-04-27 03:06:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-31180776:ctest-VN3-09517299?flat HTTP/1.1" 200 8200 0.022294 [API:8081]10.0.0.41 - - [2026-04-27 03:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.022755 [API:8081]10.0.0.41 - - [2026-04-27 03:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.028576 [API:8081]10.0.0.41 - - [2026-04-27 03:06:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013603 [API:8081]10.0.0.41 - - [2026-04-27 03:07:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25213 0.034595 [API:8081]10.0.0.41 - - [2026-04-27 03:07:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.025392 [API:8081]10.0.0.41 - - [2026-04-27 03:07:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.029780 [API:8081]10.0.0.41 - - [2026-04-27 03:07:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.027022 [API:8081]10.0.0.41 - - [2026-04-27 03:07:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.036659 [API:8081]10.0.0.41 - - [2026-04-27 03:07:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25215 0.023913 [API:8081]10.0.0.41 - - [2026-04-27 03:08:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.034141 [API:8081]10.0.0.41 - - [2026-04-27 03:08:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-31180776:ctest-VN3-09517299?flat HTTP/1.1" 200 6961 0.015415 [API:8081]10.0.0.41 - - [2026-04-27 03:08:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013327 [API:8081]10.0.0.249 - - [2026-04-27 03:08:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.129609 [API:8081]10.0.0.41 - - [2026-04-27 03:08:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025925 [API:8081]10.0.0.41 - - [2026-04-27 03:08:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026118 [API:8081]10.0.0.41 - - [2026-04-27 03:08:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026728 [API:8081]10.0.0.41 - - [2026-04-27 03:08:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025108 [API:8081]10.0.0.41 - - [2026-04-27 03:08:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.027578 [API:8081]10.0.0.41 - - [2026-04-27 03:08:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023105 [API:8081]10.0.0.41 - - [2026-04-27 03:08:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.029452 [API:8081]10.0.0.41 - - [2026-04-27 03:08:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.040963 [API:8081]10.0.0.41 - - [2026-04-27 03:08:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-31180776:ctest-VN2-36333573?flat HTTP/1.1" 200 7313 0.015477 [API:8081]10.0.0.41 - - [2026-04-27 03:08:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012846 [API:8081]10.0.0.41 - - [2026-04-27 03:08:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.030026 [API:8081]10.0.0.41 - - [2026-04-27 03:08:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.024525 [API:8081]10.0.0.41 - - [2026-04-27 03:08:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-31180776:ctest-VN1-44224748?flat HTTP/1.1" 200 7638 0.018505 [API:8081]10.0.0.41 - - [2026-04-27 03:08:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013382 [API:8081]10.0.0.41 - - [2026-04-27 03:08:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2026-04-27 03:08:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.068319 [API:8081]10.0.0.41 - - [2026-04-27 03:08:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.076538 [API:8081]10.0.0.249 - - [2026-04-27 03:09:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.076178 [API:8081]10.0.0.249 - - [2026-04-27 03:11:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081955 [API:8081]10.0.0.41 - - [2026-04-27 03:11:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2026-04-27 03:11:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1870 0.079507 [API:8081]10.0.0.249 - - [2026-04-27 03:11:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.249 - - [2026-04-27 03:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.249 - - [2026-04-27 03:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-27 03:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.41 - - [2026-04-27 03:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2026-04-27 03:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-27 03:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-04-27 03:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.41 - - [2026-04-27 03:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-27 03:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-04-27 03:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2026-04-27 03:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-27 03:12:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.088456 [API:8081]10.0.0.41 - - [2026-04-27 03:13:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.091110 [API:8081]10.0.0.41 - - [2026-04-27 03:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.024656 [API:8081]10.0.0.41 - - [2026-04-27 03:13:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-85463096:ctest-vnet0-50372542?flat HTTP/1.1" 200 7967 0.096320 [API:8081]10.0.0.41 - - [2026-04-27 03:13:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013381 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:31] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005894 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005618 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007713 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.008111 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:31] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005474 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003644 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:31] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003913 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004112 [API:8081]10.0.0.41 - - [2026-04-27 03:13:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2026-04-27 03:13:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.087060 [API:8081]10.0.0.41 - - [2026-04-27 03:13:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.070992 [API:8081]10.0.0.249 - - [2026-04-27 03:14:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.441043 [API:8081]10.0.0.41 - - [2026-04-27 03:14:50] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2026-04-27 03:14:50] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.249 - - [2026-04-27 03:15:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.091901 [API:8081]10.0.0.249 - - [2026-04-27 03:15:20] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-04-27 03:15:20] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.23 - - [2026-04-27 03:15:20] "GET /analytics HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.23 - - [2026-04-27 03:15:20] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.249 - - [2026-04-27 03:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.249 - - [2026-04-27 03:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-27 03:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.249 - - [2026-04-27 03:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.41 - - [2026-04-27 03:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2026-04-27 03:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000467 [API:8081]10.0.0.23 - - [2026-04-27 03:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-27 03:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-04-27 03:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.41 - - [2026-04-27 03:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-04-27 03:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000490 [API:8081]10.0.0.41 - - [2026-04-27 03:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.249 - - [2026-04-27 03:17:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092269 [API:8081]10.0.0.41 - - [2026-04-27 03:17:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.087706 [API:8081]10.0.0.41 - - [2026-04-27 03:17:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.026551 [API:8081]10.0.0.41 - - [2026-04-27 03:17:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.027054 [API:8081]10.0.0.41 - - [2026-04-27 03:17:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.032468 [API:8081]10.0.0.41 - - [2026-04-27 03:17:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-41369470:ctest-vnet1-65506795?flat HTTP/1.1" 200 7305 0.015654 [API:8081]10.0.0.41 - - [2026-04-27 03:17:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010885 [API:8081]10.0.0.41 - - [2026-04-27 03:17:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25244 0.026004 [API:8081]10.0.0.41 - - [2026-04-27 03:17:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25245 0.028051 [API:8081]10.0.0.41 - - [2026-04-27 03:17:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-41369470:ctest-vnet0-56944354?flat HTTP/1.1" 200 6959 0.016172 [API:8081]10.0.0.41 - - [2026-04-27 03:17:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011249 [API:8081]10.0.0.41 - - [2026-04-27 03:17:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2026-04-27 03:17:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.078148 [API:8081]10.0.0.41 - - [2026-04-27 03:17:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.098808 [API:8081]10.0.0.249 - - [2026-04-27 03:18:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.095449 [API:8081]10.0.0.249 - - [2026-04-27 03:20:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087991 [API:8081]10.0.0.41 - - [2026-04-27 03:20:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.038597 [API:8081]10.0.0.41 - - [2026-04-27 03:21:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.099308 [API:8081]10.0.0.41 - - [2026-04-27 03:21:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.028309 [API:8081]10.0.0.41 - - [2026-04-27 03:21:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.030298 [API:8081]10.0.0.41 - - [2026-04-27 03:21:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.025910 [API:8081]10.0.0.249 - - [2026-04-27 03:21:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.093415 [API:8081]10.0.0.41 - - [2026-04-27 03:21:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.030519 [API:8081]10.0.0.41 - - [2026-04-27 03:21:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.024839 [API:8081]10.0.0.41 - - [2026-04-27 03:21:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.034029 [API:8081]10.0.0.41 - - [2026-04-27 03:21:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24611 0.035154 [API:8081]10.0.0.41 - - [2026-04-27 03:21:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-50962270:ctest-vnet1-09333658?flat HTTP/1.1" 200 8068 0.022060 [API:8081]10.0.0.41 - - [2026-04-27 03:21:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.014517 [API:8081]10.0.0.41 - - [2026-04-27 03:21:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.024985 [API:8081]10.0.0.41 - - [2026-04-27 03:21:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.026213 [API:8081]10.0.0.41 - - [2026-04-27 03:21:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-50962270:ctest-vnet0-31902802?flat HTTP/1.1" 200 7706 0.016827 [API:8081]10.0.0.41 - - [2026-04-27 03:21:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010586 [API:8081]10.0.0.249 - - [2026-04-27 03:21:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.249 - - [2026-04-27 03:21:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.249 - - [2026-04-27 03:21:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.249 - - [2026-04-27 03:21:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2026-04-27 03:21:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2026-04-27 03:21:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-04-27 03:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-04-27 03:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2026-04-27 03:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000652 [API:8081]10.0.0.23 - - [2026-04-27 03:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-04-27 03:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2026-04-27 03:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.249 - - [2026-04-27 03:23:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091316 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006006 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005290 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005689 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003740 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005230 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005285 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004097 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003793 [API:8081]10.0.0.249 - - [2026-04-27 03:24:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.098489 [API:8081]10.0.0.41 - - [2026-04-27 03:24:50] "GET /analytics HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.41 - - [2026-04-27 03:24:50] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.249 - - [2026-04-27 03:25:20] "GET /analytics HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.249 - - [2026-04-27 03:25:20] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.23 - - [2026-04-27 03:25:20] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-04-27 03:25:20] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.41 - - [2026-04-27 03:26:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.41 - - [2026-04-27 03:26:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.091361 [API:8081]10.0.0.249 - - [2026-04-27 03:26:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096280 [API:8081]10.0.0.249 - - [2026-04-27 03:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.249 - - [2026-04-27 03:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000499 [API:8081]10.0.0.249 - - [2026-04-27 03:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.249 - - [2026-04-27 03:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000502 [API:8081]10.0.0.41 - - [2026-04-27 03:26:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.41 - - [2026-04-27 03:26:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-27 03:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-04-27 03:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-04-27 03:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000484 [API:8081]10.0.0.41 - - [2026-04-27 03:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.23 - - [2026-04-27 03:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2026-04-27 03:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.249 - - [2026-04-27 03:27:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.104386 [API:8081]10.0.0.41 - - [2026-04-27 03:27:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.012590 [API:8081]10.0.0.41 - - [2026-04-27 03:29:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.41 - - [2026-04-27 03:29:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.090660 [API:8081]10.0.0.249 - - [2026-04-27 03:29:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087016 [API:8081]10.0.0.41 - - [2026-04-27 03:29:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:a86a06bc-df48-42b1-98c8-97deffb4b9fd?flat HTTP/1.1" 200 5826 0.098046 [API:8081]10.0.0.41 - - [2026-04-27 03:29:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:a86a06bc-df48-42b1-98c8-97deffb4b9fd?flat HTTP/1.1" 200 5826 0.015672 [API:8081]10.0.0.41 - - [2026-04-27 03:29:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:a86a06bc-df48-42b1-98c8-97deffb4b9fd?flat HTTP/1.1" 200 5836 0.106353 [API:8081]10.0.0.41 - - [2026-04-27 03:29:59] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739-12119179?flat HTTP/1.1" 200 10811 0.031630 [API:8081]10.0.0.41 - - [2026-04-27 03:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.029650 [API:8081]10.0.0.41 - - [2026-04-27 03:30:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.032945 [API:8081]10.0.0.41 - - [2026-04-27 03:30:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014227 [API:8081]10.0.0.41 - - [2026-04-27 03:30:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:b33ab84a-41fc-40d7-b199-259fe1d28ea1?flat HTTP/1.1" 200 5690 0.019473 [API:8081]10.0.0.41 - - [2026-04-27 03:30:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:b33ab84a-41fc-40d7-b199-259fe1d28ea1?flat HTTP/1.1" 200 5690 0.019734 [API:8081]10.0.0.41 - - [2026-04-27 03:30:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:b33ab84a-41fc-40d7-b199-259fe1d28ea1?flat HTTP/1.1" 200 5690 0.018188 [API:8081]10.0.0.41 - - [2026-04-27 03:30:21] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739:ctest-SecurityGroupBasicRegressionTests1Ipv6-29815739-12119179?flat HTTP/1.1" 200 10818 0.028883 [API:8081]10.0.0.41 - - [2026-04-27 03:30:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.043121 [API:8081]10.0.0.41 - - [2026-04-27 03:30:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.027663 [API:8081]10.0.0.41 - - [2026-04-27 03:30:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.013412 [API:8081]10.0.0.249 - - [2026-04-27 03:30:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.098887 [API:8081]10.0.0.249 - - [2026-04-27 03:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.249 - - [2026-04-27 03:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.249 - - [2026-04-27 03:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.249 - - [2026-04-27 03:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2026-04-27 03:31:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000512 [API:8081]10.0.0.41 - - [2026-04-27 03:31:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2026-04-27 03:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-27 03:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2026-04-27 03:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2026-04-27 03:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2026-04-27 03:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.41 - - [2026-04-27 03:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000669 [API:8081]10.0.0.249 - - [2026-04-27 03:32:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086811 [API:8081]10.0.0.249 - - [2026-04-27 03:33:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.193072 [API:8081]10.0.0.41 - - [2026-04-27 03:33:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2026-04-27 03:33:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1926 0.105324 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005879 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007293 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003928 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009381 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.009826 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005635 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006779 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004541 [API:8081]10.0.0.41 - - [2026-04-27 03:34:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:7f7b50c7-67cc-4d1c-865f-6075d3078716?flat HTTP/1.1" 200 5802 0.082374 [API:8081]10.0.0.41 - - [2026-04-27 03:34:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:7f7b50c7-67cc-4d1c-865f-6075d3078716?flat HTTP/1.1" 200 5802 0.081905 [API:8081]10.0.0.41 - - [2026-04-27 03:34:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:7f7b50c7-67cc-4d1c-865f-6075d3078716?flat HTTP/1.1" 200 5802 0.020288 [API:8081]10.0.0.41 - - [2026-04-27 03:34:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019-46180215?flat HTTP/1.1" 200 4448 0.021847 [API:8081]10.0.0.41 - - [2026-04-27 03:34:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.027047 [API:8081]10.0.0.41 - - [2026-04-27 03:34:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.026774 [API:8081]10.0.0.41 - - [2026-04-27 03:34:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012767 [API:8081]10.0.0.41 - - [2026-04-27 03:34:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:06e6ba8b-9a56-418d-a9fa-b4e75a6fdb14?flat HTTP/1.1" 200 5671 0.018529 [API:8081]10.0.0.41 - - [2026-04-27 03:34:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:06e6ba8b-9a56-418d-a9fa-b4e75a6fdb14?flat HTTP/1.1" 200 5671 0.018099 [API:8081]10.0.0.41 - - [2026-04-27 03:34:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:06e6ba8b-9a56-418d-a9fa-b4e75a6fdb14?flat HTTP/1.1" 200 5671 0.016396 [API:8081]10.0.0.41 - - [2026-04-27 03:34:34] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019-46180215?flat HTTP/1.1" 200 11818 0.023954 [API:8081]10.0.0.41 - - [2026-04-27 03:34:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023302 [API:8081]10.0.0.41 - - [2026-04-27 03:34:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.026330 [API:8081]10.0.0.41 - - [2026-04-27 03:34:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.013041 [API:8081]10.0.0.41 - - [2026-04-27 03:34:50] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2026-04-27 03:34:50] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.249 - - [2026-04-27 03:35:20] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.249 - - [2026-04-27 03:35:20] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.23 - - [2026-04-27 03:35:20] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-04-27 03:35:20] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.249 - - [2026-04-27 03:35:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095273 [API:8081]10.0.0.249 - - [2026-04-27 03:36:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077722 [API:8081]10.0.0.249 - - [2026-04-27 03:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.249 - - [2026-04-27 03:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.249 - - [2026-04-27 03:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000504 [API:8081]10.0.0.249 - - [2026-04-27 03:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2026-04-27 03:36:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2026-04-27 03:36:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.23 - - [2026-04-27 03:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-04-27 03:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-04-27 03:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2026-04-27 03:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-04-27 03:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.41 - - [2026-04-27 03:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.41 - - [2026-04-27 03:37:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023187 [API:8081]10.0.0.41 - - [2026-04-27 03:37:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025547 [API:8081]10.0.0.41 - - [2026-04-27 03:37:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.029268 [API:8081]10.0.0.41 - - [2026-04-27 03:37:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.032779 [API:8081]10.0.0.41 - - [2026-04-27 03:37:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019-46180215?flat HTTP/1.1" 200 11554 0.023659 [API:8081]10.0.0.41 - - [2026-04-27 03:37:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.015386 [API:8081]10.0.0.41 - - [2026-04-27 03:37:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.028979 [API:8081]10.0.0.41 - - [2026-04-27 03:37:29] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019:ctest-SecurityGroupBasicRegressionTests1_contrail-18139019-46180215?flat HTTP/1.1" 200 8427 0.015406 [API:8081]10.0.0.41 - - [2026-04-27 03:37:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012146 [API:8081]10.0.0.41 - - [2026-04-27 03:37:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2026-04-27 03:37:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1890 0.127113 [API:8081]10.0.0.249 - - [2026-04-27 03:38:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086598 [API:8081]10.0.0.41 - - [2026-04-27 03:38:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:a281077b-a38a-4372-a868-db7f99f48f1b?flat HTTP/1.1" 200 5689 0.092303 [API:8081]10.0.0.41 - - [2026-04-27 03:38:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:a281077b-a38a-4372-a868-db7f99f48f1b?flat HTTP/1.1" 200 5689 0.016388 [API:8081]10.0.0.41 - - [2026-04-27 03:38:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:a281077b-a38a-4372-a868-db7f99f48f1b?flat HTTP/1.1" 200 5689 0.096253 [API:8081]10.0.0.41 - - [2026-04-27 03:38:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:ctest-SecurityGroupBasicRegressionTests1-08675643-15648117?flat HTTP/1.1" 200 9940 0.026309 [API:8081]10.0.0.41 - - [2026-04-27 03:38:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.025771 [API:8081]10.0.0.41 - - [2026-04-27 03:38:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.026669 [API:8081]10.0.0.41 - - [2026-04-27 03:38:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012868 [API:8081]10.0.0.41 - - [2026-04-27 03:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:fa0fb85e-f963-45ff-b78b-7ab12428d298?flat HTTP/1.1" 200 5544 0.021559 [API:8081]10.0.0.41 - - [2026-04-27 03:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:fa0fb85e-f963-45ff-b78b-7ab12428d298?flat HTTP/1.1" 200 5544 0.022039 [API:8081]10.0.0.41 - - [2026-04-27 03:38:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:fa0fb85e-f963-45ff-b78b-7ab12428d298?flat HTTP/1.1" 200 5544 0.018328 [API:8081]10.0.0.41 - - [2026-04-27 03:38:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-08675643:ctest-SecurityGroupBasicRegressionTests1-08675643-15648117?flat HTTP/1.1" 200 9940 0.027706 [API:8081]10.0.0.41 - - [2026-04-27 03:38:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.037138 [API:8081]10.0.0.41 - - [2026-04-27 03:38:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029230 [API:8081]10.0.0.41 - - [2026-04-27 03:38:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010757 [API:8081]10.0.0.249 - - [2026-04-27 03:39:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.094491 [API:8081]10.0.0.249 - - [2026-04-27 03:41:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085006 [API:8081]10.0.0.249 - - [2026-04-27 03:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.249 - - [2026-04-27 03:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.249 - - [2026-04-27 03:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.249 - - [2026-04-27 03:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.41 - - [2026-04-27 03:41:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2026-04-27 03:41:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-04-27 03:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.23 - - [2026-04-27 03:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-04-27 03:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2026-04-27 03:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.23 - - [2026-04-27 03:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2026-04-27 03:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.41 - - [2026-04-27 03:42:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2026-04-27 03:42:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.089099 [API:8081]10.0.0.41 - - [2026-04-27 03:42:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.078832 [API:8081]10.0.0.41 - - [2026-04-27 03:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.089335 [API:8081]10.0.0.41 - - [2026-04-27 03:42:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.014397 [API:8081]10.0.0.41 - - [2026-04-27 03:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.013542 [API:8081]10.0.0.41 - - [2026-04-27 03:42:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.015698 [API:8081]10.0.0.41 - - [2026-04-27 03:42:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2752 0.013459 [API:8081]10.0.0.41 - - [2026-04-27 03:42:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2978 0.021810 [API:8081]10.0.0.249 - - [2026-04-27 03:42:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.123433 [API:8081]10.0.0.41 - - [2026-04-27 03:42:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.41 - - [2026-04-27 03:42:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.232299 [API:8081]10.0.0.41 - - [2026-04-27 03:42:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.102643 [API:8081]10.0.0.41 - - [2026-04-27 03:42:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2536 0.106876 [API:8081]10.0.0.41 - - [2026-04-27 03:43:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.012019 [API:8081]10.0.0.41 - - [2026-04-27 03:43:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.013509 [API:8081]10.0.0.41 - - [2026-04-27 03:43:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2744 0.015218 [API:8081]10.0.0.41 - - [2026-04-27 03:43:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000470 [API:8081]10.0.0.41 - - [2026-04-27 03:43:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.073723 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006974 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.008074 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.016294 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005326 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005234 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005193 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006803 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004717 [API:8081]10.0.0.41 - - [2026-04-27 03:43:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.108169 [API:8081]10.0.0.41 - - [2026-04-27 03:43:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.081921 [API:8081]10.0.0.41 - - [2026-04-27 03:43:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.012203 [API:8081]10.0.0.41 - - [2026-04-27 03:43:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.012932 [API:8081]10.0.0.41 - - [2026-04-27 03:43:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.012155 [API:8081]10.0.0.41 - - [2026-04-27 03:43:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.013555 [API:8081]10.0.0.41 - - [2026-04-27 03:43:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2958 0.013006 [API:8081]10.0.0.41 - - [2026-04-27 03:44:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2026-04-27 03:44:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.084404 [API:8081]10.0.0.41 - - [2026-04-27 03:44:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.076004 [API:8081]10.0.0.41 - - [2026-04-27 03:44:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2750 0.101375 [API:8081]10.0.0.41 - - [2026-04-27 03:44:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2982 0.013379 [API:8081]10.0.0.41 - - [2026-04-27 03:44:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3216 0.012997 [API:8081]10.0.0.249 - - [2026-04-27 03:44:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075953 [API:8081]10.0.0.41 - - [2026-04-27 03:44:50] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2026-04-27 03:44:50] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.249 - - [2026-04-27 03:45:20] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.249 - - [2026-04-27 03:45:20] "GET /analytics HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.23 - - [2026-04-27 03:45:20] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-04-27 03:45:20] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.249 - - [2026-04-27 03:45:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.091185 [API:8081]10.0.0.249 - - [2026-04-27 03:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.249 - - [2026-04-27 03:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.249 - - [2026-04-27 03:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.249 - - [2026-04-27 03:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2026-04-27 03:46:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2026-04-27 03:46:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.23 - - [2026-04-27 03:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-04-27 03:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-04-27 03:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-27 03:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2026-04-27 03:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2026-04-27 03:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.249 - - [2026-04-27 03:47:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078891 [API:8081]10.0.0.249 - - [2026-04-27 03:48:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.219288 [API:8081]10.0.0.249 - - [2026-04-27 03:50:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084594 [API:8081]10.0.0.249 - - [2026-04-27 03:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.249 - - [2026-04-27 03:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000502 [API:8081]10.0.0.249 - - [2026-04-27 03:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.249 - - [2026-04-27 03:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.41 - - [2026-04-27 03:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2026-04-27 03:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.249 - - [2026-04-27 03:51:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.091666 [API:8081]10.0.0.23 - - [2026-04-27 03:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-27 03:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2026-04-27 03:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-04-27 03:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-27 03:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2026-04-27 03:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2026-04-27 03:52:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2026-04-27 03:52:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.085839 [API:8081]10.0.0.41 - - [2026-04-27 03:52:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.090024 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005309 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003855 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003460 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003973 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005338 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003841 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003462 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004723 [API:8081]10.0.0.249 - - [2026-04-27 03:53:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094252 [API:8081]10.0.0.249 - - [2026-04-27 03:54:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.096294 [API:8081]10.0.0.41 - - [2026-04-27 03:54:50] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2026-04-27 03:54:50] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.249 - - [2026-04-27 03:55:20] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.249 - - [2026-04-27 03:55:20] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.23 - - [2026-04-27 03:55:20] "GET /analytics HTTP/1.1" 401 205 0.000522 [API:8081]10.0.0.23 - - [2026-04-27 03:55:20] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.249 - - [2026-04-27 03:56:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.249 - - [2026-04-27 03:56:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.249 - - [2026-04-27 03:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-04-27 03:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2026-04-27 03:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2026-04-27 03:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.23 - - [2026-04-27 03:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2026-04-27 03:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000965 [API:8081]10.0.0.23 - - [2026-04-27 03:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2026-04-27 03:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.23 - - [2026-04-27 03:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2026-04-27 03:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.249 - - [2026-04-27 03:56:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108361 [API:8081]10.0.0.41 - - [2026-04-27 03:57:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2026-04-27 03:57:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.110707 [API:8081]10.0.0.249 - - [2026-04-27 03:57:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.100329 [API:8081]10.0.0.41 - - [2026-04-27 03:58:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.41 - - [2026-04-27 03:58:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.085631 [API:8081]10.0.0.249 - - [2026-04-27 03:59:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081239 [API:8081]10.0.0.249 - - [2026-04-27 04:00:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.094750 [API:8081]10.0.0.249 - - [2026-04-27 04:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.249 - - [2026-04-27 04:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.249 - - [2026-04-27 04:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.249 - - [2026-04-27 04:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2026-04-27 04:01:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.41 - - [2026-04-27 04:01:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000667 [API:8081]10.0.0.23 - - [2026-04-27 04:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000473 [API:8081]10.0.0.23 - - [2026-04-27 04:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-27 04:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2026-04-27 04:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-04-27 04:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2026-04-27 04:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.249 - - [2026-04-27 04:02:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.145767 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004590 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.008294 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005150 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006097 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004885 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004385 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004133 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004392 [API:8081]10.0.0.41 - - [2026-04-27 04:03:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2026-04-27 04:03:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.086360 [API:8081]10.0.0.249 - - [2026-04-27 04:03:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.104797 [API:8081]10.0.0.41 - - [2026-04-27 04:04:50] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2026-04-27 04:04:50] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.249 - - [2026-04-27 04:05:20] "GET /analytics HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.249 - - [2026-04-27 04:05:20] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.23 - - [2026-04-27 04:05:20] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-27 04:05:20] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.249 - - [2026-04-27 04:05:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.102211 [API:8081]10.0.0.249 - - [2026-04-27 04:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000475 [API:8081]10.0.0.249 - - [2026-04-27 04:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.249 - - [2026-04-27 04:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-27 04:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2026-04-27 04:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.41 - - [2026-04-27 04:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-04-27 04:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-04-27 04:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-04-27 04:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000619 [API:8081]10.0.0.41 - - [2026-04-27 04:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.23 - - [2026-04-27 04:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2026-04-27 04:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-04-27 04:06:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.142558 [API:8081]10.0.0.249 - - [2026-04-27 04:08:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.136683 [API:8081]10.0.0.41 - - [2026-04-27 04:09:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62812769:67d139ff-e10e-4a39-8ea8-d483b546d7d7?flat HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2026-04-27 04:09:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62812769:67d139ff-e10e-4a39-8ea8-d483b546d7d7?flat HTTP/1.1" 200 5274 0.089052 [API:8081]10.0.0.41 - - [2026-04-27 04:09:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62812769:67d139ff-e10e-4a39-8ea8-d483b546d7d7?flat HTTP/1.1" 200 5274 0.075679 [API:8081]10.0.0.41 - - [2026-04-27 04:09:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62812769:67d139ff-e10e-4a39-8ea8-d483b546d7d7?flat HTTP/1.1" 200 5274 0.106458 [API:8081]10.0.0.41 - - [2026-04-27 04:09:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-62812769:ctest-random-29055767?flat HTTP/1.1" 200 9107 0.032998 [API:8081]10.0.0.41 - - [2026-04-27 04:09:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.029552 [API:8081]10.0.0.41 - - [2026-04-27 04:09:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.033945 [API:8081]10.0.0.41 - - [2026-04-27 04:09:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013920 [API:8081]10.0.0.41 - - [2026-04-27 04:09:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.011475 [API:8081]10.0.0.41 - - [2026-04-27 04:09:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.028030 [API:8081]10.0.0.41 - - [2026-04-27 04:09:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.029056 [API:8081]10.0.0.41 - - [2026-04-27 04:09:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.029011 [API:8081]10.0.0.41 - - [2026-04-27 04:09:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.024408 [API:8081]10.0.0.41 - - [2026-04-27 04:09:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.030520 [API:8081]10.0.0.41 - - [2026-04-27 04:09:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.032858 [API:8081]10.0.0.41 - - [2026-04-27 04:09:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.027977 [API:8081]10.0.0.249 - - [2026-04-27 04:09:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.090580 [API:8081]10.0.0.41 - - [2026-04-27 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.039246 [API:8081]10.0.0.41 - - [2026-04-27 04:10:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-62812769:ctest-random-29055767?flat HTTP/1.1" 200 8133 0.027291 [API:8081]10.0.0.41 - - [2026-04-27 04:10:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.019087 [API:8081]10.0.0.249 - - [2026-04-27 04:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.249 - - [2026-04-27 04:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.249 - - [2026-04-27 04:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-27 04:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2026-04-27 04:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.41 - - [2026-04-27 04:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000494 [API:8081]10.0.0.23 - - [2026-04-27 04:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-04-27 04:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-04-27 04:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2026-04-27 04:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-04-27 04:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2026-04-27 04:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.249 - - [2026-04-27 04:11:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087351 [API:8081]10.0.0.249 - - [2026-04-27 04:13:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.123901 [API:8081]10.0.0.41 - - [2026-04-27 04:13:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2026-04-27 04:13:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.087057 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007726 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006211 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005718 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003508 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005825 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003999 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003916 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003991 [API:8081]10.0.0.41 - - [2026-04-27 04:14:50] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2026-04-27 04:14:50] "GET /analytics HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.249 - - [2026-04-27 04:15:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092566 [API:8081]10.0.0.249 - - [2026-04-27 04:15:20] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.249 - - [2026-04-27 04:15:20] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.23 - - [2026-04-27 04:15:20] "GET /analytics HTTP/1.1" 401 205 0.000530 [API:8081]10.0.0.23 - - [2026-04-27 04:15:20] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.249 - - [2026-04-27 04:16:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.101999 [API:8081]10.0.0.249 - - [2026-04-27 04:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.249 - - [2026-04-27 04:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-04-27 04:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.249 - - [2026-04-27 04:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.41 - - [2026-04-27 04:16:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2026-04-27 04:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.41 - - [2026-04-27 04:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2026-04-27 04:16:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2094 0.154107 [API:8081]10.0.0.23 - - [2026-04-27 04:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.23 - - [2026-04-27 04:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-27 04:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2026-04-27 04:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-04-27 04:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2026-04-27 04:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000474 [API:8081]10.0.0.249 - - [2026-04-27 04:18:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085981 [API:8081]10.0.0.249 - - [2026-04-27 04:19:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.093395 [API:8081]10.0.0.41 - - [2026-04-27 04:19:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000732 [API:8081]10.0.0.41 - - [2026-04-27 04:19:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.084247 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:02] "POST /analytics/query HTTP/1.1" 202 179 0.021257 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:02] "GET /analytics/query/5c4aa280-41f0-11f1-a4ae-00000a000029 HTTP/1.1" 200 221 0.003783 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:02] "GET /analytics/query/5c4aa280-41f0-11f1-a4ae-00000a000029 HTTP/1.1" 200 221 0.003306 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:03] "GET /analytics/query/5c4aa280-41f0-11f1-a4ae-00000a000029 HTTP/1.1" 200 338 0.002832 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:03] "GET /analytics/query/5c4aa280-41f0-11f1-a4ae-00000a000029/chunk-final/0 HTTP/1.1" 200 862 0.004271 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:04] "POST /analytics/query HTTP/1.1" 202 179 0.011219 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:04] "GET /analytics/query/5d6c97f3-41f0-11f1-8a30-00000a000029 HTTP/1.1" 200 221 0.005339 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:04] "GET /analytics/query/5d6c97f3-41f0-11f1-8a30-00000a000029 HTTP/1.1" 200 221 0.002486 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:05] "GET /analytics/query/5d6c97f3-41f0-11f1-8a30-00000a000029 HTTP/1.1" 200 221 0.002439 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:05] "GET /analytics/query/5d6c97f3-41f0-11f1-8a30-00000a000029 HTTP/1.1" 200 338 0.002608 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:05] "GET /analytics/query/5d6c97f3-41f0-11f1-8a30-00000a000029/chunk-final/0 HTTP/1.1" 200 862 0.003892 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:06] "POST /analytics/query HTTP/1.1" 202 179 0.006688 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:06] "GET /analytics/query/5ece66b8-41f0-11f1-b9a0-00000a000029 HTTP/1.1" 200 221 0.002273 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:06] "GET /analytics/query/5ece66b8-41f0-11f1-b9a0-00000a000029 HTTP/1.1" 200 339 0.004333 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:06] "GET /analytics/query/5ece66b8-41f0-11f1-b9a0-00000a000029/chunk-final/0 HTTP/1.1" 200 20042 0.002848 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:07] "POST /analytics/query HTTP/1.1" 202 179 0.008286 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:07] "GET /analytics/query/5f96df67-41f0-11f1-ab47-00000a000029 HTTP/1.1" 200 221 0.005608 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:08] "GET /analytics/query/5f96df67-41f0-11f1-ab47-00000a000029 HTTP/1.1" 200 339 0.002545 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:08] "GET /analytics/query/5f96df67-41f0-11f1-ab47-00000a000029/chunk-final/0 HTTP/1.1" 200 20042 0.004524 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:09] "POST /analytics/query HTTP/1.1" 202 179 0.007920 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:09] "GET /analytics/query/60647e55-41f0-11f1-89b5-00000a000029 HTTP/1.1" 200 221 0.014567 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:09] "GET /analytics/query/60647e55-41f0-11f1-89b5-00000a000029 HTTP/1.1" 200 221 0.002455 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:10] "GET /analytics/query/60647e55-41f0-11f1-89b5-00000a000029 HTTP/1.1" 200 339 0.002235 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:10] "GET /analytics/query/60647e55-41f0-11f1-89b5-00000a000029/chunk-final/0 HTTP/1.1" 200 7047 0.002487 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.006286 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:14] "POST /analytics/query HTTP/1.1" 202 179 0.023281 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:14] "GET /analytics/query/63880bbc-41f0-11f1-b24e-00000a000029 HTTP/1.1" 200 221 0.002249 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:14] "GET /analytics/query/63880bbc-41f0-11f1-b24e-00000a000029 HTTP/1.1" 200 340 0.002038 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:14] "GET /analytics/query/63880bbc-41f0-11f1-b24e-00000a000029/chunk-final/0 HTTP/1.1" 200 344680 0.012896 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004613 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.009389 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:16] "POST /analytics/query HTTP/1.1" 202 179 0.005316 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:16] "GET /analytics/query/64dd5d8b-41f0-11f1-a8fb-00000a000029 HTTP/1.1" 200 221 0.008252 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "GET /analytics/query/64dd5d8b-41f0-11f1-a8fb-00000a000029 HTTP/1.1" 200 338 0.002750 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "GET /analytics/query/64dd5d8b-41f0-11f1-a8fb-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002458 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "POST /analytics/query HTTP/1.1" 202 179 0.007793 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "GET /analytics/query/6530b8c9-41f0-11f1-b71c-00000a000029 HTTP/1.1" 200 221 0.005029 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "GET /analytics/query/6530b8c9-41f0-11f1-b71c-00000a000029 HTTP/1.1" 200 338 0.003247 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "GET /analytics/query/6530b8c9-41f0-11f1-b71c-00000a000029/chunk-final/0 HTTP/1.1" 200 9139 0.003829 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "POST /analytics/query HTTP/1.1" 202 179 0.006365 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:17] "GET /analytics/query/6583e88a-41f0-11f1-b67b-00000a000029 HTTP/1.1" 200 221 0.017175 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "GET /analytics/query/6583e88a-41f0-11f1-b67b-00000a000029 HTTP/1.1" 200 338 0.003000 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "GET /analytics/query/6583e88a-41f0-11f1-b67b-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002316 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "POST /analytics/query HTTP/1.1" 202 179 0.007390 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "GET /analytics/query/65d80071-41f0-11f1-9108-00000a000029 HTTP/1.1" 200 221 0.005227 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "GET /analytics/query/65d80071-41f0-11f1-9108-00000a000029 HTTP/1.1" 200 338 0.003472 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "GET /analytics/query/65d80071-41f0-11f1-9108-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.003909 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "POST /analytics/query HTTP/1.1" 202 179 0.016319 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:18] "GET /analytics/query/662c63a4-41f0-11f1-8854-00000a000029 HTTP/1.1" 200 221 0.007702 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "GET /analytics/query/662c63a4-41f0-11f1-8854-00000a000029 HTTP/1.1" 200 338 0.002328 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "GET /analytics/query/662c63a4-41f0-11f1-8854-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002441 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "POST /analytics/query HTTP/1.1" 202 179 0.006476 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "GET /analytics/query/66813adf-41f0-11f1-9195-00000a000029 HTTP/1.1" 200 221 0.006948 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "GET /analytics/query/66813adf-41f0-11f1-9195-00000a000029 HTTP/1.1" 200 338 0.002396 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "GET /analytics/query/66813adf-41f0-11f1-9195-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002165 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "POST /analytics/query HTTP/1.1" 202 179 0.006947 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:19] "GET /analytics/query/66d4a88c-41f0-11f1-bf0a-00000a000029 HTTP/1.1" 200 221 0.006613 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "GET /analytics/query/66d4a88c-41f0-11f1-bf0a-00000a000029 HTTP/1.1" 200 338 0.003116 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "GET /analytics/query/66d4a88c-41f0-11f1-bf0a-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.002542 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "POST /analytics/query HTTP/1.1" 202 179 0.007245 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "GET /analytics/query/6729bf5e-41f0-11f1-b1d5-00000a000029 HTTP/1.1" 200 221 0.003692 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "GET /analytics/query/6729bf5e-41f0-11f1-b1d5-00000a000029 HTTP/1.1" 200 338 0.003592 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "GET /analytics/query/6729bf5e-41f0-11f1-b1d5-00000a000029/chunk-final/0 HTTP/1.1" 200 145 0.003296 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "POST /analytics/query HTTP/1.1" 202 179 0.008478 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:20] "GET /analytics/query/677c654d-41f0-11f1-b11a-00000a000029 HTTP/1.1" 200 221 0.004913 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:21] "GET /analytics/query/677c654d-41f0-11f1-b11a-00000a000029 HTTP/1.1" 200 338 0.002593 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:21] "GET /analytics/query/677c654d-41f0-11f1-b11a-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.002494 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:21] "POST /analytics/query HTTP/1.1" 202 179 0.026906 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:21] "GET /analytics/query/67d0667b-41f0-11f1-a62d-00000a000029 HTTP/1.1" 200 221 0.005553 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "GET /analytics/query/67d0667b-41f0-11f1-a62d-00000a000029 HTTP/1.1" 200 338 0.004127 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "GET /analytics/query/67d0667b-41f0-11f1-a62d-00000a000029/chunk-final/0 HTTP/1.1" 200 4014 0.002618 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "POST /analytics/query HTTP/1.1" 202 179 0.012488 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "GET /analytics/query/68262287-41f0-11f1-9911-00000a000029 HTTP/1.1" 200 221 0.014602 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "GET /analytics/query/68262287-41f0-11f1-9911-00000a000029 HTTP/1.1" 200 338 0.002610 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "GET /analytics/query/68262287-41f0-11f1-9911-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.002613 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "POST /analytics/query HTTP/1.1" 202 179 0.007837 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:22] "GET /analytics/query/687a0b85-41f0-11f1-b8fc-00000a000029 HTTP/1.1" 200 221 0.006482 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:23] "GET /analytics/query/687a0b85-41f0-11f1-b8fc-00000a000029 HTTP/1.1" 200 338 0.002895 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:23] "GET /analytics/query/687a0b85-41f0-11f1-b8fc-00000a000029/chunk-final/0 HTTP/1.1" 200 4013 0.003842 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.005926 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.005743 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:24] "POST /analytics/query HTTP/1.1" 202 179 0.022225 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:24] "GET /analytics/query/69c0a0ae-41f0-11f1-9bc9-00000a000029 HTTP/1.1" 200 221 0.007115 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:25] "GET /analytics/query/69c0a0ae-41f0-11f1-9bc9-00000a000029 HTTP/1.1" 200 340 0.003019 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:25] "GET /analytics/query/69c0a0ae-41f0-11f1-9bc9-00000a000029/chunk-final/0 HTTP/1.1" 200 1558444 0.023015 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:25] "POST /analytics/query HTTP/1.1" 202 179 0.009548 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:25] "GET /analytics/query/6a2341a7-41f0-11f1-bfed-00000a000029 HTTP/1.1" 200 221 0.005943 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:25] "GET /analytics/query/6a2341a7-41f0-11f1-bfed-00000a000029 HTTP/1.1" 200 340 0.002513 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:25] "GET /analytics/query/6a2341a7-41f0-11f1-bfed-00000a000029/chunk-final/0 HTTP/1.1" 200 1559823 0.036710 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.007874 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.004724 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004931 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.005833 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.005522 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:29] "POST /analytics/query HTTP/1.1" 202 179 0.006918 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:29] "GET /analytics/query/6cd2dc73-41f0-11f1-879a-00000a000029 HTTP/1.1" 200 221 0.006844 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:30] "GET /analytics/query/6cd2dc73-41f0-11f1-879a-00000a000029 HTTP/1.1" 200 339 0.003352 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:30] "GET /analytics/query/6cd2dc73-41f0-11f1-879a-00000a000029/chunk-final/0 HTTP/1.1" 200 43946 0.014330 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.005144 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:31] "POST /analytics/query HTTP/1.1" 202 179 0.028312 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:31] "GET /analytics/query/6d8c6ede-41f0-11f1-a853-00000a000029 HTTP/1.1" 200 221 0.008825 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:31] "GET /analytics/query/6d8c6ede-41f0-11f1-a853-00000a000029 HTTP/1.1" 200 341 0.002609 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:31] "GET /analytics/query/6d8c6ede-41f0-11f1-a853-00000a000029/chunk-final/0 HTTP/1.1" 200 1107233 0.045231 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004858 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.005509 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.005471 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:37] "POST /analytics/query HTTP/1.1" 200 145 1.017733 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.005094 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:39] "POST /analytics/query HTTP/1.1" 200 2300 1.019327 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.007154 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:41] "POST /analytics/query HTTP/1.1" 200 764 1.013348 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.005788 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:42] "POST /analytics/query HTTP/1.1" 200 2768 1.020811 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.005247 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:44] "POST /analytics/query HTTP/1.1" 200 261 1.017589 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004558 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:46] "POST /analytics/query HTTP/1.1" 200 1399 1.019093 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.006516 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:48] "POST /analytics/query HTTP/1.1" 200 2900 1.016356 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.005300 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:49] "POST /analytics/query HTTP/1.1" 200 825 1.015290 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.006640 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:51] "POST /analytics/query HTTP/1.1" 200 141655 1.026352 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004522 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:53] "POST /analytics/query HTTP/1.1" 200 619 1.014979 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004932 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:55] "POST /analytics/query HTTP/1.1" 200 261 1.015000 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004618 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:57] "POST /analytics/query HTTP/1.1" 200 596 1.021118 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.006028 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:58] "POST /analytics/query HTTP/1.1" 200 1434 1.016200 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:20:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.005318 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:21:00] "POST /analytics/query HTTP/1.1" 200 596 1.018941 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:21:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.011861 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:21:02] "POST /analytics/query HTTP/1.1" 200 318 1.041946 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:21:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.005876 [API:8081]10.0.0.249 - - [2026-04-27 04:21:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.427917 [API:8081]10.0.0.41 - - [2026-04-27 04:21:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2026-04-27 04:21:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2368 0.085356 [API:8081]10.0.0.249 - - [2026-04-27 04:21:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.249 - - [2026-04-27 04:21:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000601 [API:8081]10.0.0.249 - - [2026-04-27 04:21:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.249 - - [2026-04-27 04:21:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2026-04-27 04:21:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2026-04-27 04:21:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-27 04:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.23 - - [2026-04-27 04:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-27 04:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2026-04-27 04:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.23 - - [2026-04-27 04:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2026-04-27 04:21:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2026-04-27 04:22:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.209659 [API:8081]10.0.0.41 - - [2026-04-27 04:22:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.162111 [API:8081]10.0.0.41 - - [2026-04-27 04:22:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013442 [API:8081]10.0.0.249 - - [2026-04-27 04:22:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.103327 [API:8081]10.0.0.41 - - [2026-04-27 04:22:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.012841 [API:8081]10.0.0.41 - - [2026-04-27 04:22:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.018264 [API:8081]10.0.0.41 - - [2026-04-27 04:22:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.019742 [API:8081]10.0.0.41 - - [2026-04-27 04:22:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.012664 [API:8081]10.0.0.41 - - [2026-04-27 04:22:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013173 [API:8081]10.0.0.41 - - [2026-04-27 04:23:02] "POST /analytics/query HTTP/1.1" 200 222 1.026179 [API:8081]10.0.0.41 - - [2026-04-27 04:23:03] "POST /analytics/query HTTP/1.1" 200 222 1.028645 [API:8081]10.0.0.41 - - [2026-04-27 04:23:04] "POST /analytics/query HTTP/1.1" 200 353 1.021338 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004992 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005426 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004674 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003519 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005290 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004615 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003853 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003971 [API:8081]10.0.0.249 - - [2026-04-27 04:24:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085754 [API:8081]10.0.0.41 - - [2026-04-27 04:24:50] "GET /analytics HTTP/1.1" 401 205 0.000498 [API:8081]10.0.0.41 - - [2026-04-27 04:24:50] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.249 - - [2026-04-27 04:25:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.081530 [API:8081]10.0.0.249 - - [2026-04-27 04:25:20] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.249 - - [2026-04-27 04:25:20] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.23 - - [2026-04-27 04:25:20] "GET /analytics HTTP/1.1" 401 205 0.000484 [API:8081]10.0.0.23 - - [2026-04-27 04:25:20] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.41 - - [2026-04-27 04:26:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26222 0.092269 [API:8081]10.0.0.249 - - [2026-04-27 04:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.249 - - [2026-04-27 04:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-04-27 04:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.249 - - [2026-04-27 04:26:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000526 [API:8081]10.0.0.41 - - [2026-04-27 04:26:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2026-04-27 04:26:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-27 04:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-27 04:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000530 [API:8081]10.0.0.23 - - [2026-04-27 04:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2026-04-27 04:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-04-27 04:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.41 - - [2026-04-27 04:26:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-27 04:27:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100266 [API:8081]10.0.0.249 - - [2026-04-27 04:28:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.094858 [API:8081]10.0.0.249 - - [2026-04-27 04:30:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110314 [API:8081]10.0.0.249 - - [2026-04-27 04:31:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.131077 [API:8081]10.0.0.249 - - [2026-04-27 04:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.249 - - [2026-04-27 04:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.249 - - [2026-04-27 04:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000540 [API:8081]10.0.0.249 - - [2026-04-27 04:31:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2026-04-27 04:31:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.41 - - [2026-04-27 04:31:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-04-27 04:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-04-27 04:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000922 [API:8081]10.0.0.23 - - [2026-04-27 04:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.41 - - [2026-04-27 04:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-04-27 04:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2026-04-27 04:31:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.249 - - [2026-04-27 04:33:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.110914 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.022258 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004966 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.010885 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005237 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006566 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008843 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009025 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005399 [API:8081]10.0.0.249 - - [2026-04-27 04:34:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.096390 [API:8081]10.0.0.41 - - [2026-04-27 04:34:50] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2026-04-27 04:34:50] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.249 - - [2026-04-27 04:35:20] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.249 - - [2026-04-27 04:35:20] "GET /analytics HTTP/1.1" 401 205 0.000529 [API:8081]10.0.0.23 - - [2026-04-27 04:35:20] "GET /analytics HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.23 - - [2026-04-27 04:35:20] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.249 - - [2026-04-27 04:36:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.103169 [API:8081]10.0.0.249 - - [2026-04-27 04:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.249 - - [2026-04-27 04:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.249 - - [2026-04-27 04:36:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.249 - - [2026-04-27 04:36:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2026-04-27 04:36:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2026-04-27 04:36:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-04-27 04:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.23 - - [2026-04-27 04:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-04-27 04:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.41 - - [2026-04-27 04:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-04-27 04:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.41 - - [2026-04-27 04:36:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.249 - - [2026-04-27 04:37:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.086087 [API:8081]10.0.0.249 - - [2026-04-27 04:39:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.102641 [API:8081]10.0.0.41 - - [2026-04-27 04:40:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2026-04-27 04:40:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.100368 [API:8081]10.0.0.249 - - [2026-04-27 04:40:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.101799 [API:8081]10.0.0.41 - - [2026-04-27 04:40:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:752e2668-b37e-4173-8179-95d966314698?flat HTTP/1.1" 200 5199 0.098851 [API:8081]10.0.0.41 - - [2026-04-27 04:40:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:752e2668-b37e-4173-8179-95d966314698?flat HTTP/1.1" 200 5199 0.028709 [API:8081]10.0.0.41 - - [2026-04-27 04:40:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:752e2668-b37e-4173-8179-95d966314698?flat HTTP/1.1" 200 5199 0.083015 [API:8081]10.0.0.41 - - [2026-04-27 04:40:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-90176804:EVPN-VN1?flat HTTP/1.1" 200 7817 0.027792 [API:8081]10.0.0.41 - - [2026-04-27 04:40:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26226 0.026918 [API:8081]10.0.0.41 - - [2026-04-27 04:40:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26226 0.035513 [API:8081]10.0.0.41 - - [2026-04-27 04:40:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.015849 [API:8081]10.0.0.41 - - [2026-04-27 04:41:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:6959682c-a58c-49be-8506-3301b8ebfb2a?flat HTTP/1.1" 200 5062 0.020524 [API:8081]10.0.0.41 - - [2026-04-27 04:41:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:6959682c-a58c-49be-8506-3301b8ebfb2a?flat HTTP/1.1" 200 5062 0.021425 [API:8081]10.0.0.41 - - [2026-04-27 04:41:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:6959682c-a58c-49be-8506-3301b8ebfb2a?flat HTTP/1.1" 200 5062 0.019423 [API:8081]10.0.0.41 - - [2026-04-27 04:41:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-90176804:EVPN-VN1?flat HTTP/1.1" 200 8372 0.025851 [API:8081]10.0.0.41 - - [2026-04-27 04:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.026920 [API:8081]10.0.0.41 - - [2026-04-27 04:41:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.023794 [API:8081]10.0.0.41 - - [2026-04-27 04:41:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.015016 [API:8081]10.0.0.249 - - [2026-04-27 04:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.249 - - [2026-04-27 04:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000972 [API:8081]10.0.0.249 - - [2026-04-27 04:41:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.249 - - [2026-04-27 04:41:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000594 [API:8081]10.0.0.41 - - [2026-04-27 04:41:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2026-04-27 04:41:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-04-27 04:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-04-27 04:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-27 04:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.41 - - [2026-04-27 04:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000458 [API:8081]10.0.0.23 - - [2026-04-27 04:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.41 - - [2026-04-27 04:41:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.249 - - [2026-04-27 04:42:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080195 [API:8081]10.0.0.41 - - [2026-04-27 04:43:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:752e2668-b37e-4173-8179-95d966314698?flat HTTP/1.1" 200 5317 0.020049 [API:8081]10.0.0.41 - - [2026-04-27 04:43:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:752e2668-b37e-4173-8179-95d966314698?flat HTTP/1.1" 200 5317 0.020908 [API:8081]10.0.0.41 - - [2026-04-27 04:43:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:752e2668-b37e-4173-8179-95d966314698?flat HTTP/1.1" 200 5317 0.018291 [API:8081]10.0.0.41 - - [2026-04-27 04:43:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-90176804:EVPN-VN1?flat HTTP/1.1" 200 8312 0.023527 [API:8081]10.0.0.41 - - [2026-04-27 04:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23734 0.027202 [API:8081]10.0.0.41 - - [2026-04-27 04:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23734 0.023857 [API:8081]10.0.0.41 - - [2026-04-27 04:43:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014037 [API:8081]10.0.0.249 - - [2026-04-27 04:43:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.095816 [API:8081]10.0.0.41 - - [2026-04-27 04:43:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:6959682c-a58c-49be-8506-3301b8ebfb2a?flat HTTP/1.1" 200 5316 0.021233 [API:8081]10.0.0.41 - - [2026-04-27 04:43:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:6959682c-a58c-49be-8506-3301b8ebfb2a?flat HTTP/1.1" 200 5316 0.019949 [API:8081]10.0.0.41 - - [2026-04-27 04:43:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-90176804:6959682c-a58c-49be-8506-3301b8ebfb2a?flat HTTP/1.1" 200 5316 0.023088 [API:8081]10.0.0.41 - - [2026-04-27 04:43:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-90176804:EVPN-VN1?flat HTTP/1.1" 200 9504 0.025312 [API:8081]10.0.0.41 - - [2026-04-27 04:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23108 0.027561 [API:8081]10.0.0.41 - - [2026-04-27 04:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23108 0.029401 [API:8081]10.0.0.41 - - [2026-04-27 04:43:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013412 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004666 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004300 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004535 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004111 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004880 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004487 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003762 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003308 [API:8081]10.0.0.41 - - [2026-04-27 04:44:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24481 0.032785 [API:8081]10.0.0.41 - - [2026-04-27 04:44:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-90176804:EVPN-VN1?flat HTTP/1.1" 200 8533 0.023180 [API:8081]10.0.0.41 - - [2026-04-27 04:44:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.019366 [API:8081]10.0.0.41 - - [2026-04-27 04:44:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25307 0.033183 [API:8081]10.0.0.41 - - [2026-04-27 04:44:50] "GET /analytics HTTP/1.1" 401 205 0.000571 [API:8081]10.0.0.41 - - [2026-04-27 04:44:50] "GET /analytics HTTP/1.1" 401 205 0.000478 [API:8081]10.0.0.41 - - [2026-04-27 04:44:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25312 0.025579 [API:8081]10.0.0.41 - - [2026-04-27 04:44:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-90176804:EVPN-VN1?flat HTTP/1.1" 200 5990 0.016535 [API:8081]10.0.0.41 - - [2026-04-27 04:44:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.012197 [API:8081]10.0.0.249 - - [2026-04-27 04:45:20] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-04-27 04:45:20] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2026-04-27 04:45:20] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.23 - - [2026-04-27 04:45:20] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.249 - - [2026-04-27 04:45:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096970 [API:8081]10.0.0.249 - - [2026-04-27 04:46:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.113090 [API:8081]10.0.0.249 - - [2026-04-27 04:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.249 - - [2026-04-27 04:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.249 - - [2026-04-27 04:46:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000500 [API:8081]10.0.0.249 - - [2026-04-27 04:46:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2026-04-27 04:46:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.41 - - [2026-04-27 04:46:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-27 04:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2026-04-27 04:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-04-27 04:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2026-04-27 04:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-04-27 04:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2026-04-27 04:46:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2026-04-27 04:47:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22493032:ctest-TestRbac-22493032-15981652?flat HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2026-04-27 04:47:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22493032:ctest-TestRbac-22493032-15981652?flat HTTP/1.1" 200 2077 0.515831 [API:8081]10.0.0.41 - - [2026-04-27 04:47:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.193358 [API:8081]10.0.0.41 - - [2026-04-27 04:47:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22493032:ctest-TestRbac-22493032-15981652?flat HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2026-04-27 04:47:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22493032:ctest-TestRbac-22493032-15981652?flat HTTP/1.1" 200 2077 0.254463 [API:8081]10.0.0.41 - - [2026-04-27 04:47:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.142848 [API:8081]10.0.0.41 - - [2026-04-27 04:47:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-58192008:1080579d-8977-4037-b6b6-ad991e1bba37?flat HTTP/1.1" 200 5317 0.171758 [API:8081]10.0.0.41 - - [2026-04-27 04:47:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-58192008:1080579d-8977-4037-b6b6-ad991e1bba37?flat HTTP/1.1" 200 5317 0.098488 [API:8081]10.0.0.41 - - [2026-04-27 04:47:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-58192008:1080579d-8977-4037-b6b6-ad991e1bba37?flat HTTP/1.1" 200 5317 0.096337 [API:8081]10.0.0.41 - - [2026-04-27 04:47:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22493032:ctest-TestRbac-22493032-15981652?flat HTTP/1.1" 200 3951 0.095186 [API:8081]10.0.0.41 - - [2026-04-27 04:47:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.055237 [API:8081]10.0.0.41 - - [2026-04-27 04:47:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.210918 [API:8081]10.0.0.41 - - [2026-04-27 04:47:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2026-04-27 04:47:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.292032 [API:8081]10.0.0.41 - - [2026-04-27 04:47:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.070764 [API:8081]10.0.0.41 - - [2026-04-27 04:47:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.188013 [API:8081]10.0.0.41 - - [2026-04-27 04:47:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.134501 [API:8081]10.0.0.41 - - [2026-04-27 04:47:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.087043 [API:8081]10.0.0.41 - - [2026-04-27 04:47:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.132230 [API:8081]10.0.0.41 - - [2026-04-27 04:47:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.188887 [API:8081]10.0.0.41 - - [2026-04-27 04:47:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.028300 [API:8081]10.0.0.41 - - [2026-04-27 04:48:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.109975 [API:8081]10.0.0.41 - - [2026-04-27 04:48:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.035594 [API:8081]10.0.0.41 - - [2026-04-27 04:48:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.028358 [API:8081]10.0.0.41 - - [2026-04-27 04:48:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.027015 [API:8081]10.0.0.41 - - [2026-04-27 04:48:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.032078 [API:8081]10.0.0.41 - - [2026-04-27 04:48:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.032876 [API:8081]10.0.0.41 - - [2026-04-27 04:48:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.029239 [API:8081]10.0.0.41 - - [2026-04-27 04:48:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-22493032:ctest-TestRbac-22493032-15981652?flat HTTP/1.1" 200 6495 0.016220 [API:8081]10.0.0.41 - - [2026-04-27 04:48:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.015124 [API:8081]10.0.0.249 - - [2026-04-27 04:48:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086708 [API:8081]10.0.0.41 - - [2026-04-27 04:48:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2026-04-27 04:48:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 200 2116 0.136887 [API:8081]10.0.0.41 - - [2026-04-27 04:48:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 401 205 0.000289 --- 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-49364456'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-31752591' RBAC: ctest-TestRbacBasic-96957679 doesn't have read permission in project '971c14a031ee44c49744c7305a3481b9' 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-18119101', 'ctest-TestRbacBasic-18119101-67635214'], 'virtual_network', '5891cbf4-9aec-4100-8122-0b3ae6d239ab', "Permission Denied for ['ctest-TestRbacBasic-49364456'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-31752591' RBAC: ctest-TestRbacBasic-96957679 doesn't have read permission in project '971c14a031ee44c49744c7305a3481b9'"),) [API:8081]10.0.0.41 - - [2026-04-27 04:48:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 403 198 0.157085 [API:8081]10.0.0.41 - - [2026-04-27 04:48:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2026-04-27 04:48:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 200 2116 0.077207 [API:8081]10.0.0.41 - - [2026-04-27 04:48:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.121931 [API:8081]10.0.0.41 - - [2026-04-27 04:48:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.120196 [API:8081]10.0.0.41 - - [2026-04-27 04:48:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.073831 --- 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-49364456'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-18119101' RBAC: ctest-TestRbacBasic-96957679 doesn't have read permission in project '7a3b94ec2795444e8e97ff94aa946c9d' 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-18119101', 'ctest-TestRbacBasic-18119101-67635214'], 'virtual_network', '5891cbf4-9aec-4100-8122-0b3ae6d239ab', "Permission Denied for ['ctest-TestRbacBasic-49364456'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-18119101' RBAC: ctest-TestRbacBasic-96957679 doesn't have read permission in project '7a3b94ec2795444e8e97ff94aa946c9d'"),) [API:8081]10.0.0.41 - - [2026-04-27 04:48:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 403 198 0.068385 --- 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-49364456'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-18119101' RBAC: ctest-TestRbacBasic-96957679 doesn't have read permission in project '7a3b94ec2795444e8e97ff94aa946c9d' 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-18119101', 'ctest-TestRbacBasic-18119101-67635214'], 'virtual_network', '5891cbf4-9aec-4100-8122-0b3ae6d239ab', "Permission Denied for ['ctest-TestRbacBasic-49364456'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-18119101' RBAC: ctest-TestRbacBasic-96957679 doesn't have read permission in project '7a3b94ec2795444e8e97ff94aa946c9d'"),) [API:8081]10.0.0.41 - - [2026-04-27 04:48:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 403 198 0.121509 [API:8081]10.0.0.41 - - [2026-04-27 04:48:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 200 2120 0.089623 [API:8081]10.0.0.41 - - [2026-04-27 04:48:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18119101:ctest-TestRbacBasic-18119101-67635214?flat HTTP/1.1" 200 2120 0.018857 [API:8081]10.0.0.41 - - [2026-04-27 04:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.148065 [API:8081]10.0.0.41 - - [2026-04-27 04:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.085407 [API:8081]10.0.0.41 - - [2026-04-27 04:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.018502 [API:8081]10.0.0.41 - - [2026-04-27 04:48:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.022685 [API:8081]10.0.0.41 - - [2026-04-27 04:49:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 401 205 0.000324 --- 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-35223775 as ['ctest-TestRbacBasic-48811605'] to R virtual-network in ctest-TestRbacBasic-94485810 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-94485810', 'ctest-TestRbacBasic-94485810-63586322'], 'virtual_network', 'a4746971-c59b-4bca-b320-8757cd30e9f5', "Permission Denied for ctest-TestRbacBasic-35223775 as ['ctest-TestRbacBasic-48811605'] to R virtual-network in ctest-TestRbacBasic-94485810"),) [API:8081]10.0.0.41 - - [2026-04-27 04:49:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 403 198 0.159678 [API:8081]10.0.0.41 - - [2026-04-27 04:49:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.114005 [API:8081]10.0.0.41 - - [2026-04-27 04:49:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 200 2122 0.074903 [API:8081]10.0.0.41 - - [2026-04-27 04:49:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.101864 --- 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-35223775 as ['ctest-TestRbacBasic-48811605'] to R virtual-network in ctest-TestRbacBasic-94485810 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-94485810', 'ctest-TestRbacBasic-94485810-63586322'], 'virtual_network', 'a4746971-c59b-4bca-b320-8757cd30e9f5', "Permission Denied for ctest-TestRbacBasic-35223775 as ['ctest-TestRbacBasic-48811605'] to R virtual-network in ctest-TestRbacBasic-94485810"),) [API:8081]10.0.0.41 - - [2026-04-27 04:49:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 403 198 0.062373 --- 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-35223775 as ['ctest-TestRbacBasic-48811605'] to R virtual-network in ctest-TestRbacBasic-94485810 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-94485810', 'ctest-TestRbacBasic-94485810-63586322'], 'virtual_network', 'a4746971-c59b-4bca-b320-8757cd30e9f5', "Permission Denied for ctest-TestRbacBasic-35223775 as ['ctest-TestRbacBasic-48811605'] to R virtual-network in ctest-TestRbacBasic-94485810"),) [API:8081]10.0.0.41 - - [2026-04-27 04:49:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 403 198 0.125718 [API:8081]10.0.0.41 - - [2026-04-27 04:49:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.080841 [API:8081]10.0.0.41 - - [2026-04-27 04:49:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 200 2122 0.087207 [API:8081]10.0.0.41 - - [2026-04-27 04:49:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.110308 [API:8081]10.0.0.41 - - [2026-04-27 04:49:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 401 205 0.000272 --- 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-96957679 as ['ctest-TestRbacBasic-49364456'] to R virtual-network in ctest-TestRbacBasic-94485810 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-94485810', 'ctest-TestRbacBasic-94485810-63586322'], 'virtual_network', 'a4746971-c59b-4bca-b320-8757cd30e9f5', "Permission Denied for ctest-TestRbacBasic-96957679 as ['ctest-TestRbacBasic-49364456'] to R virtual-network in ctest-TestRbacBasic-94485810"),) [API:8081]10.0.0.41 - - [2026-04-27 04:49:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 403 198 0.128380 [API:8081]10.0.0.41 - - [2026-04-27 04:49:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.087581 [API:8081]10.0.0.41 - - [2026-04-27 04:49:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-63586322?flat HTTP/1.1" 200 2122 0.069215 [API:8081]10.0.0.41 - - [2026-04-27 04:49:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.073530 [API:8081]10.0.0.41 - - [2026-04-27 04:49:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.120981 [API:8081]10.0.0.41 - - [2026-04-27 04:49:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.012430 [API:8081]10.0.0.249 - - [2026-04-27 04:49:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.083471 [API:8081]10.0.0.41 - - [2026-04-27 04:49:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-94485810:7050b2fa-3826-4726-93b1-c49da9785ae8?flat HTTP/1.1" 200 5387 0.085227 [API:8081]10.0.0.41 - - [2026-04-27 04:49:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-94485810:7050b2fa-3826-4726-93b1-c49da9785ae8?flat HTTP/1.1" 200 5387 0.101051 [API:8081]10.0.0.41 - - [2026-04-27 04:49:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-94485810:7050b2fa-3826-4726-93b1-c49da9785ae8?flat HTTP/1.1" 200 5387 0.102740 [API:8081]10.0.0.41 - - [2026-04-27 04:49:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-71569584?flat HTTP/1.1" 200 4131 0.105359 [API:8081]10.0.0.41 - - [2026-04-27 04:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.058624 [API:8081]10.0.0.41 - - [2026-04-27 04:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.116292 [API:8081]10.0.0.41 - - [2026-04-27 04:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.025118 [API:8081]10.0.0.41 - - [2026-04-27 04:49:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.044012 [API:8081]10.0.0.41 - - [2026-04-27 04:49:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.114274 [API:8081]10.0.0.41 - - [2026-04-27 04:49:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.024598 [API:8081]10.0.0.41 - - [2026-04-27 04:49:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.076453 [API:8081]10.0.0.41 - - [2026-04-27 04:49:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-71569584?flat HTTP/1.1" 200 4131 0.157123 [API:8081]10.0.0.41 - - [2026-04-27 04:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.120745 [API:8081]10.0.0.41 - - [2026-04-27 04:49:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.053015 [API:8081]10.0.0.41 - - [2026-04-27 04:50:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.153113 [API:8081]10.0.0.41 - - [2026-04-27 04:50:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.046989 [API:8081]10.0.0.41 - - [2026-04-27 04:50:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.028913 [API:8081]10.0.0.41 - - [2026-04-27 04:50:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.030786 [API:8081]10.0.0.41 - - [2026-04-27 04:50:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.029278 [API:8081]10.0.0.41 - - [2026-04-27 04:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.024836 [API:8081]10.0.0.41 - - [2026-04-27 04:50:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.028204 [API:8081]10.0.0.41 - - [2026-04-27 04:50:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.025648 [API:8081]10.0.0.41 - - [2026-04-27 04:50:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.029840 [API:8081]10.0.0.41 - - [2026-04-27 04:50:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-94485810:ctest-TestRbacBasic-94485810-71569584?flat HTTP/1.1" 200 6884 0.016552 [API:8081]10.0.0.41 - - [2026-04-27 04:50:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.017092 [Introspect:8090]10.0.0.41 - - [2026-04-27 04:50:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001029 [API:8081]10.0.0.41 - - [2026-04-27 04:50:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.41 - - [2026-04-27 04:50:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.101163 [API:8081]10.0.0.249 - - [2026-04-27 04:51:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085718 [API:8081]10.0.0.249 - - [2026-04-27 04:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.249 - - [2026-04-27 04:51:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.249 - - [2026-04-27 04:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.249 - - [2026-04-27 04:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2026-04-27 04:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.41 - - [2026-04-27 04:51:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-04-27 04:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-04-27 04:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.23 - - [2026-04-27 04:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000622 [API:8081]10.0.0.41 - - [2026-04-27 04:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-04-27 04:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2026-04-27 04:51:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.249 - - [2026-04-27 04:52:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.099760 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005230 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006114 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003824 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003698 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005718 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003836 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004846 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 04:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004503 [API:8081]10.0.0.41 - - [2026-04-27 04:53:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:e8eae033-b8c7-4828-9754-0cbf73ee5f8a?flat HTTP/1.1" 200 5453 0.022460 [API:8081]10.0.0.41 - - [2026-04-27 04:53:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:e8eae033-b8c7-4828-9754-0cbf73ee5f8a?flat HTTP/1.1" 200 5453 0.084385 [API:8081]10.0.0.41 - - [2026-04-27 04:53:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:e8eae033-b8c7-4828-9754-0cbf73ee5f8a?flat HTTP/1.1" 200 5453 0.082821 [API:8081]10.0.0.41 - - [2026-04-27 04:53:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn1-01435879?flat HTTP/1.1" 200 9565 0.044952 [API:8081]10.0.0.41 - - [2026-04-27 04:53:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25353 0.044963 [API:8081]10.0.0.41 - - [2026-04-27 04:53:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25353 0.029753 [API:8081]10.0.0.41 - - [2026-04-27 04:53:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013659 [API:8081]10.0.0.41 - - [2026-04-27 04:53:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:db838b3d-18c5-4aba-a03c-93ed74ac6711?flat HTTP/1.1" 200 5495 0.017593 [API:8081]10.0.0.41 - - [2026-04-27 04:53:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:db838b3d-18c5-4aba-a03c-93ed74ac6711?flat HTTP/1.1" 200 5495 0.024909 [API:8081]10.0.0.41 - - [2026-04-27 04:53:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:db838b3d-18c5-4aba-a03c-93ed74ac6711?flat HTTP/1.1" 200 5495 0.017179 [API:8081]10.0.0.41 - - [2026-04-27 04:53:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn1-01435879?flat HTTP/1.1" 200 9565 0.029728 [API:8081]10.0.0.41 - - [2026-04-27 04:53:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.024450 [API:8081]10.0.0.41 - - [2026-04-27 04:53:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.036260 [API:8081]10.0.0.41 - - [2026-04-27 04:53:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.019702 [API:8081]10.0.0.41 - - [2026-04-27 04:54:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.030458 [API:8081]10.0.0.41 - - [2026-04-27 04:54:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.026009 [API:8081]10.0.0.41 - - [2026-04-27 04:54:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.030454 [API:8081]10.0.0.41 - - [2026-04-27 04:54:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.026296 [API:8081]10.0.0.41 - - [2026-04-27 04:54:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.043106 [API:8081]10.0.0.41 - - [2026-04-27 04:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.027886 [API:8081]10.0.0.41 - - [2026-04-27 04:54:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.028435 [API:8081]10.0.0.41 - - [2026-04-27 04:54:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.034029 [API:8081]10.0.0.41 - - [2026-04-27 04:54:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.026337 [API:8081]10.0.0.41 - - [2026-04-27 04:54:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn1-01435879?flat HTTP/1.1" 200 7759 0.019261 [API:8081]10.0.0.41 - - [2026-04-27 04:54:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.014150 [API:8081]10.0.0.41 - - [2026-04-27 04:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25354 0.030660 [API:8081]10.0.0.41 - - [2026-04-27 04:54:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25354 0.039864 [API:8081]10.0.0.249 - - [2026-04-27 04:54:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096872 [API:8081]10.0.0.41 - - [2026-04-27 04:54:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25354 0.026177 [API:8081]10.0.0.41 - - [2026-04-27 04:54:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25354 0.036932 [API:8081]10.0.0.41 - - [2026-04-27 04:54:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25357 0.026966 [API:8081]10.0.0.41 - - [2026-04-27 04:54:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25357 0.025275 [API:8081]10.0.0.41 - - [2026-04-27 04:54:50] "GET /analytics HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2026-04-27 04:54:50] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2026-04-27 04:54:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25357 0.035415 [API:8081]10.0.0.41 - - [2026-04-27 04:54:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn1-01435879?flat HTTP/1.1" 200 6229 0.019843 [API:8081]10.0.0.41 - - [2026-04-27 04:54:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.014155 [API:8081]10.0.0.41 - - [2026-04-27 04:54:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.013003 [API:8081]10.0.0.41 - - [2026-04-27 04:54:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.015123 [API:8081]10.0.0.249 - - [2026-04-27 04:55:20] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.249 - - [2026-04-27 04:55:20] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.23 - - [2026-04-27 04:55:20] "GET /analytics HTTP/1.1" 401 205 0.000419 [API:8081]10.0.0.23 - - [2026-04-27 04:55:20] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.249 - - [2026-04-27 04:55:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.084848 [API:8081]10.0.0.249 - - [2026-04-27 04:56:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.249 - - [2026-04-27 04:56:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-04-27 04:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.249 - - [2026-04-27 04:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2026-04-27 04:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-04-27 04:56:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-04-27 04:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-27 04:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-04-27 04:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-04-27 04:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.41 - - [2026-04-27 04:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2026-04-27 04:56:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-27 04:57:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.089283 [Introspect:8090]10.0.0.41 - - [2026-04-27 04:58:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001349 [API:8081]10.0.0.41 - - [2026-04-27 04:58:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-1?flat HTTP/1.1" 200 13219 0.474673 [API:8081]10.0.0.41 - - [2026-04-27 04:58:33] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5690-1?flat HTTP/1.1" 200 6059 0.422071 [API:8081]10.0.0.41 - - [2026-04-27 04:58:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 6059 0.422982 [API:8081]10.0.0.41 - - [2026-04-27 04:58:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5690-3?flat HTTP/1.1" 200 3951 0.016302 [API:8081]10.0.0.41 - - [2026-04-27 04:58:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?flat HTTP/1.1" 200 6139 0.025117 [API:8081]10.0.0.41 - - [2026-04-27 04:58:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?flat HTTP/1.1" 200 7646 0.033793 [API:8081]10.0.0.41 - - [2026-04-27 04:58:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?flat HTTP/1.1" 200 6137 0.019083 [API:8081]10.0.0.41 - - [2026-04-27 04:58:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2520 0.012072 [API:8081]10.0.0.249 - - [2026-04-27 04:58:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.090439 [API:8081]10.0.0.41 - - [2026-04-27 04:59:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:9f3bc51a-4594-407a-9f57-de5132b15c76?flat HTTP/1.1" 200 5246 0.019325 [API:8081]10.0.0.41 - - [2026-04-27 04:59:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:9f3bc51a-4594-407a-9f57-de5132b15c76?flat HTTP/1.1" 200 5246 0.015904 [API:8081]10.0.0.41 - - [2026-04-27 04:59:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:9f3bc51a-4594-407a-9f57-de5132b15c76?flat HTTP/1.1" 200 5246 0.016532 [API:8081]10.0.0.41 - - [2026-04-27 04:59:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn1-35481374?flat HTTP/1.1" 200 6988 0.020435 [API:8081]10.0.0.41 - - [2026-04-27 04:59:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24700 0.025524 [API:8081]10.0.0.41 - - [2026-04-27 04:59:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24700 0.026229 [API:8081]10.0.0.41 - - [2026-04-27 04:59:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012804 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:07563ffb-db65-4dad-b2c8-2eb4f6e81eb5?flat HTTP/1.1" 200 5242 0.017932 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:07563ffb-db65-4dad-b2c8-2eb4f6e81eb5?flat HTTP/1.1" 200 5242 0.018692 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13992481:07563ffb-db65-4dad-b2c8-2eb4f6e81eb5?flat HTTP/1.1" 200 5242 0.020037 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn2-43172872?flat HTTP/1.1" 200 6975 0.022410 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32910 0.039633 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 13518 0.030577 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32910 0.035025 [API:8081]10.0.0.41 - - [2026-04-27 05:00:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 13518 0.029000 [API:8081]10.0.0.41 - - [2026-04-27 05:00:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.013896 [API:8081]10.0.0.249 - - [2026-04-27 05:00:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101797 [API:8081]10.0.0.41 - - [2026-04-27 05:01:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32917 0.040924 [API:8081]10.0.0.41 - - [2026-04-27 05:01:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.029365 [API:8081]10.0.0.41 - - [2026-04-27 05:01:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32917 0.048745 [API:8081]10.0.0.41 - - [2026-04-27 05:01:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.041021 [API:8081]10.0.0.41 - - [2026-04-27 05:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32917 0.044541 [API:8081]10.0.0.41 - - [2026-04-27 05:01:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.031370 [API:8081]10.0.0.41 - - [2026-04-27 05:01:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32917 0.036231 [API:8081]10.0.0.41 - - [2026-04-27 05:01:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.029921 [API:8081]10.0.0.249 - - [2026-04-27 05:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.249 - - [2026-04-27 05:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.249 - - [2026-04-27 05:01:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.249 - - [2026-04-27 05:01:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2026-04-27 05:01:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32917 0.032819 [API:8081]10.0.0.41 - - [2026-04-27 05:01:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.031584 [API:8081]10.0.0.41 - - [2026-04-27 05:01:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.41 - - [2026-04-27 05:01:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.23 - - [2026-04-27 05:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000582 [API:8081]10.0.0.23 - - [2026-04-27 05:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.23 - - [2026-04-27 05:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000753 [API:8081]10.0.0.23 - - [2026-04-27 05:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.41 - - [2026-04-27 05:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.41 - - [2026-04-27 05:01:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2026-04-27 05:01:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32917 0.038325 [API:8081]10.0.0.41 - - [2026-04-27 05:01:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.037458 [API:8081]10.0.0.249 - - [2026-04-27 05:01:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.101262 [API:8081]10.0.0.41 - - [2026-04-27 05:01:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.036478 [API:8081]10.0.0.41 - - [2026-04-27 05:01:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.047631 [API:8081]10.0.0.41 - - [2026-04-27 05:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.041426 [API:8081]10.0.0.41 - - [2026-04-27 05:01:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14068 0.025093 [API:8081]10.0.0.41 - - [2026-04-27 05:01:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.042237 [API:8081]10.0.0.41 - - [2026-04-27 05:01:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 13943 0.034797 [API:8081]10.0.0.41 - - [2026-04-27 05:01:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn2-43172872?flat HTTP/1.1" 200 7731 0.027997 [API:8081]10.0.0.41 - - [2026-04-27 05:01:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.025197 [API:8081]10.0.0.41 - - [2026-04-27 05:01:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.026746 [API:8081]10.0.0.41 - - [2026-04-27 05:01:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.031279 [API:8081]10.0.0.41 - - [2026-04-27 05:02:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.027689 [API:8081]10.0.0.41 - - [2026-04-27 05:02:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.041907 [API:8081]10.0.0.41 - - [2026-04-27 05:02:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.031135 [API:8081]10.0.0.41 - - [2026-04-27 05:02:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.028214 [API:8081]10.0.0.41 - - [2026-04-27 05:02:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.030685 [API:8081]10.0.0.41 - - [2026-04-27 05:02:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13992481:ctest-vn1-35481374?flat HTTP/1.1" 200 7781 0.027547 [API:8081]10.0.0.41 - - [2026-04-27 05:02:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.014463 [API:8081]10.0.0.41 - - [2026-04-27 05:03:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45962409:0612f07e-cd6d-4ea3-ba47-8e33f5aa71dc?flat HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.41 - - [2026-04-27 05:03:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45962409:0612f07e-cd6d-4ea3-ba47-8e33f5aa71dc?flat HTTP/1.1" 200 5244 0.085023 [API:8081]10.0.0.41 - - [2026-04-27 05:03:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45962409:0612f07e-cd6d-4ea3-ba47-8e33f5aa71dc?flat HTTP/1.1" 200 5244 0.088696 [API:8081]10.0.0.41 - - [2026-04-27 05:03:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45962409:0612f07e-cd6d-4ea3-ba47-8e33f5aa71dc?flat HTTP/1.1" 200 5244 0.099828 [API:8081]10.0.0.41 - - [2026-04-27 05:03:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45962409:ctest-vn-14509333?flat HTTP/1.1" 200 4013 0.024101 [API:8081]10.0.0.41 - - [2026-04-27 05:03:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.028843 [API:8081]10.0.0.41 - - [2026-04-27 05:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.026493 [API:8081]10.0.0.41 - - [2026-04-27 05:03:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012979 [API:8081]10.0.0.41 - - [2026-04-27 05:03:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45962409:c6c8a26a-4c30-4c59-a461-f1528f0839c9?flat HTTP/1.1" 200 5239 0.018342 [API:8081]10.0.0.41 - - [2026-04-27 05:03:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45962409:c6c8a26a-4c30-4c59-a461-f1528f0839c9?flat HTTP/1.1" 200 5239 0.019050 [API:8081]10.0.0.41 - - [2026-04-27 05:03:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-45962409:c6c8a26a-4c30-4c59-a461-f1528f0839c9?flat HTTP/1.1" 200 5239 0.020806 [API:8081]10.0.0.41 - - [2026-04-27 05:03:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45962409:ctest-vn-42734392?flat HTTP/1.1" 200 4005 0.020722 [API:8081]10.0.0.41 - - [2026-04-27 05:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32931 0.038585 [API:8081]10.0.0.41 - - [2026-04-27 05:03:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14065 0.034621 [API:8081]10.0.0.41 - - [2026-04-27 05:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32931 0.050941 [API:8081]10.0.0.41 - - [2026-04-27 05:03:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14065 0.034094 [API:8081]10.0.0.41 - - [2026-04-27 05:03:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.014303 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004019 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004357 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003965 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004986 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005184 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004336 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006354 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:03:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005383 [API:8081]10.0.0.249 - - [2026-04-27 05:03:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094759 [API:8081]10.0.0.41 - - [2026-04-27 05:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32937 0.034355 [API:8081]10.0.0.41 - - [2026-04-27 05:03:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14065 0.034741 [API:8081]10.0.0.41 - - [2026-04-27 05:03:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32937 0.030776 [API:8081]10.0.0.41 - - [2026-04-27 05:03:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 14065 0.024769 [API:8081]10.0.0.41 - - [2026-04-27 05:03:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32939 0.034971 [API:8081]10.0.0.41 - - [2026-04-27 05:03:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5690-2?flat HTTP/1.1" 200 13702 0.033107 [API:8081]10.0.0.41 - - [2026-04-27 05:03:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45962409:ctest-vn-42734392?flat HTTP/1.1" 200 6180 0.021573 [API:8081]10.0.0.41 - - [2026-04-27 05:03:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.020643 [API:8081]10.0.0.41 - - [2026-04-27 05:03:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.028488 [API:8081]10.0.0.41 - - [2026-04-27 05:03:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.029786 [API:8081]10.0.0.41 - - [2026-04-27 05:04:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.024493 [API:8081]10.0.0.41 - - [2026-04-27 05:04:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.026593 [API:8081]10.0.0.41 - - [2026-04-27 05:04:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.026588 [API:8081]10.0.0.41 - - [2026-04-27 05:04:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.028476 [API:8081]10.0.0.41 - - [2026-04-27 05:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5690-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.042741 [API:8081]10.0.0.41 - - [2026-04-27 05:04:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-45962409:ctest-vn-14509333?flat HTTP/1.1" 200 6186 0.020522 [API:8081]10.0.0.41 - - [2026-04-27 05:04:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.019906 [API:8081]10.0.0.41 - - [2026-04-27 05:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2026-04-27 05:04:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.086685 [API:8081]10.0.0.41 - - [2026-04-27 05:04:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.081950 [API:8081]10.0.0.249 - - [2026-04-27 05:04:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.099147 [API:8081]10.0.0.41 - - [2026-04-27 05:04:50] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2026-04-27 05:04:50] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.249 - - [2026-04-27 05:05:20] "GET /analytics HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.249 - - [2026-04-27 05:05:20] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-04-27 05:05:20] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-27 05:05:20] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.249 - - [2026-04-27 05:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.249 - - [2026-04-27 05:06:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.249 - - [2026-04-27 05:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.249 - - [2026-04-27 05:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2026-04-27 05:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2026-04-27 05:06:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000527 [API:8081]10.0.0.23 - - [2026-04-27 05:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-04-27 05:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-04-27 05:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2026-04-27 05:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-04-27 05:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2026-04-27 05:06:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.249 - - [2026-04-27 05:06:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091556 [API:8081]10.0.0.249 - - [2026-04-27 05:07:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.078942 [API:8081]10.0.0.249 - - [2026-04-27 05:09:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.114804 [API:8081]10.0.0.249 - - [2026-04-27 05:10:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.082481 [API:8081]10.0.0.41 - - [2026-04-27 05:11:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.41 - - [2026-04-27 05:11:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.088547 [API:8081]10.0.0.249 - - [2026-04-27 05:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.249 - - [2026-04-27 05:11:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.249 - - [2026-04-27 05:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.249 - - [2026-04-27 05:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2026-04-27 05:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2026-04-27 05:11:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000570 [API:8081]10.0.0.23 - - [2026-04-27 05:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-27 05:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-04-27 05:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.41 - - [2026-04-27 05:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2026-04-27 05:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.41 - - [2026-04-27 05:11:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.249 - - [2026-04-27 05:12:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.128470 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004724 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004396 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.005126 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004342 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007417 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003533 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004802 [LOCAL API:8181]127.0.0.1 - - [2026-04-27 05:13:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5690-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004754 [API:8081]10.0.0.249 - - [2026-04-27 05:13:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.094068 [API:8081]10.0.0.41 - - [2026-04-27 05:14:50] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2026-04-27 05:14:50] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.249 - - [2026-04-27 05:15:20] "GET /analytics HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.249 - - [2026-04-27 05:15:20] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.23 - - [2026-04-27 05:15:20] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2026-04-27 05:15:20] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-27 05:15:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099131 [API:8081]10.0.0.249 - - [2026-04-27 05:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.249 - - [2026-04-27 05:16:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.249 - - [2026-04-27 05:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.249 - - [2026-04-27 05:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.41 - - [2026-04-27 05:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.41 - - [2026-04-27 05:16:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-04-27 05:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-27 05:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.23 - - [2026-04-27 05:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.41 - - [2026-04-27 05:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-04-27 05:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2026-04-27 05:16:41] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.249 - - [2026-04-27 05:16:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.130776 [Introspect:8090]10.0.0.41 - - [2026-04-27 05:18:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001567