++ 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 Aug 24 02:28:19 AM UTC 2026 ===================' INFO: =================== Mon Aug 24 02:28:19 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ cut -d / -f 1 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.190 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ ANALYTICSDB_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ ANALYTICS_SNMP_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:8081 ' +++ '[' -n '10.0.0.190:8081 10.0.0.50:8081 10.0.0.191:8081 ' ']' +++ echo '10.0.0.190:8081 10.0.0.50:8081 10.0.0.191:8081' ++ ANALYTICS_SERVERS='10.0.0.190:8081 10.0.0.50:8081 10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9042 ' +++ '[' -n '10.0.0.190:9042 10.0.0.50:9042 10.0.0.191:9042 ' ']' +++ echo '10.0.0.190:9042 10.0.0.50:9042 10.0.0.191:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.190:9042 10.0.0.50:9042 10.0.0.191:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:8086 ' +++ '[' -n '10.0.0.190:8086 10.0.0.50:8086 10.0.0.191:8086 ' ']' +++ echo '10.0.0.190:8086 10.0.0.50:8086 10.0.0.191:8086' ++ COLLECTOR_SERVERS='10.0.0.190:8086 10.0.0.50:8086 10.0.0.191: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.190,10.0.0.50,10.0.0.191 ++ CONFIGDB_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:8082 ' +++ '[' -n '10.0.0.190:8082 10.0.0.50:8082 10.0.0.191:8082 ' ']' +++ echo '10.0.0.190:8082 10.0.0.50:8082 10.0.0.191:8082' ++ CONFIG_SERVERS='10.0.0.190:8082 10.0.0.50:8082 10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9161 ' +++ '[' -n '10.0.0.190:9161 10.0.0.50:9161 10.0.0.191:9161 ' ']' +++ echo '10.0.0.190:9161 10.0.0.50:9161 10.0.0.191:9161' ++ CONFIGDB_SERVERS='10.0.0.190:9161 10.0.0.50:9161 10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9041 ' +++ '[' -n '10.0.0.190:9041 10.0.0.50:9041 10.0.0.191:9041 ' ']' +++ echo '10.0.0.190:9041 10.0.0.50:9041 10.0.0.191:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.190:9041 10.0.0.50:9041 10.0.0.191: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.254,10.20.0.14,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+=10.0.0.191:2181, +++ '[' -n 10.0.0.190:2181,10.0.0.50:2181,10.0.0.191:2181, ']' +++ echo 10.0.0.190:2181,10.0.0.50:2181,10.0.0.191:2181 ++ ZOOKEEPER_SERVERS=10.0.0.190:2181,10.0.0.50:2181,10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:2181 ' +++ '[' -n '10.0.0.190:2181 10.0.0.50:2181 10.0.0.191:2181 ' ']' +++ echo '10.0.0.190:2181 10.0.0.50:2181 10.0.0.191:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.190:2181 10.0.0.50:2181 10.0.0.191:2181' ++ RABBITMQ_NODES=10.0.0.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+=10.0.0.191:5673, +++ '[' -n 10.0.0.190:5673,10.0.0.50:5673,10.0.0.191:5673, ']' +++ echo 10.0.0.190:5673,10.0.0.50:5673,10.0.0.191:5673 ++ RABBITMQ_SERVERS=10.0.0.190:5673,10.0.0.50:5673,10.0.0.191: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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:6379 ' +++ '[' -n '10.0.0.190:6379 10.0.0.50:6379 10.0.0.191:6379 ' ']' +++ echo '10.0.0.190:6379 10.0.0.50:6379 10.0.0.191:6379' ++ REDIS_SERVERS='10.0.0.190:6379 10.0.0.50:6379 10.0.0.191: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.190,10.0.0.50,10.0.0.191 ++ 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.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.191 +++ local server_address=10.0.0.191 +++ extended_server_list+='10.0.0.191:9092 ' +++ '[' -n '10.0.0.190:9092 10.0.0.50:9092 10.0.0.191:9092 ' ']' +++ echo '10.0.0.190:9092 10.0.0.50:9092 10.0.0.191:9092' ++ KAFKA_SERVERS='10.0.0.190:9092 10.0.0.50:9092 10.0.0.191: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.190 ++ 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.190,10.0.0.50,10.0.0.191 ++ 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.190,10.0.0.50,10.0.0.191 ++ 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.190,10.0.0.50,10.0.0.191 ++ cut -d , -f 1 + local cassandra=10.0.0.190 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.190 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.190,10.0.0.50,10.0.0.191 +++ local servers=10.0.0.190,10.0.0.50,10.0.0.191 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.190,10.20.0.254,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.190'\''))' +++ local server_ip=10.0.0.190 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.190 ]] +++ [[ ,10.0.0.190,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.190, ]] +++ echo 10.0.0.190 1 +++ return ++ local ip=10.0.0.190 ++ [[ -z 10.0.0.190 ]] ++ echo 10.0.0.190 + host_ip=10.0.0.190 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set -o posix ++ sort ++ set ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 08/24/2026 02:28:27.267 7f8c44959d40 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/24/2026 02:28:27.456 7f8c44959d40 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 08/24/2026 02:28:27.468 7f8c44959d40 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/24/2026 02:28:27.469 7f8c44959d40 [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.190: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.191 - - [2026-08-24 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.191 - - [2026-08-24 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000202 [API:8081]10.0.0.50 - - [2026-08-24 02:29:04] "GET /analytics HTTP/1.1" 401 206 0.000515 [API:8081]10.0.0.50 - - [2026-08-24 02:29:04] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.190 - - [2026-08-24 02:29:05] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.190 - - [2026-08-24 02:29:05] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.190 - - [2026-08-24 02:29:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.054556 [API:8081]10.0.0.191 - - [2026-08-24 02:29:34] "GET /analytics HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.191 - - [2026-08-24 02:29:34] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.50 - - [2026-08-24 02:29:35] "GET /analytics HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.50 - - [2026-08-24 02:29:35] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.190 - - [2026-08-24 02:29:36] "GET /analytics HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.190 - - [2026-08-24 02:29:36] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.191 - - [2026-08-24 02:30:04] "GET /analytics HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.191 - - [2026-08-24 02:30:04] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.50 - - [2026-08-24 02:30:05] "GET /analytics HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.50 - - [2026-08-24 02:30:05] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.190 - - [2026-08-24 02:31:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.059699 [Introspect:8090]10.0.0.190 - - [2026-08-24 02:32:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001327 [API:8081]10.0.0.191 - - [2026-08-24 02:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.191 - - [2026-08-24 02:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000416 [API:8081]10.0.0.191 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.191 - - [2026-08-24 02:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.50 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000435 [API:8081]10.0.0.50 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.190 - - [2026-08-24 02:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.50 - - [2026-08-24 02:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.50 - - [2026-08-24 02:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [Introspect:8090]10.0.0.190 - - [2026-08-24 02:32:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001354 [API:8081]10.0.0.190 - - [2026-08-24 02:32:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.073901 [Introspect:8090]10.0.0.190 - - [2026-08-24 02:33:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001488 [Introspect:8090]10.0.0.190 - - [2026-08-24 02:33:57] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000672 [API:8081]10.0.0.190 - - [2026-08-24 02:33:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1:Control:contrail-control:0?flat HTTP/1.1" 200 38729 0.071084 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.072007 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2:Control:contrail-control:0?flat HTTP/1.1" 200 38113 0.065247 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.022810 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3:Control:contrail-control:0?flat HTTP/1.1" 200 35668 0.035887 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.020332 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20685 0.023767 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.019976 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3711 0.017262 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3379 0.016437 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.018007 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.029901 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.013525 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.026779 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.014889 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012257 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017174 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.018391 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.020106 [API:8081]10.0.0.190 - - [2026-08-24 02:33:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012481 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.019956 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017927 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012015 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013268 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14212 0.018099 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.014094 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.023078 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.026291 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14219 0.026691 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.018646 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20685 0.024422 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12040 0.091273 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.021896 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20685 0.021236 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12040 0.023411 [API:8081]10.0.0.190 - - [2026-08-24 02:33:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.029237 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20685 0.025887 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.016859 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.036856 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.015045 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.021881 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14212 0.026879 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.015959 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.014876 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.020508 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.016851 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.017313 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14220 0.017585 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017125 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016804 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.013234 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016458 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.014908 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.021188 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.017184 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.017672 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.016324 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.018036 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1:Control:contrail-control:0?flat HTTP/1.1" 200 38729 0.033311 [API:8081]10.0.0.190 - - [2026-08-24 02:34:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.015062 [API:8081]10.0.0.190 - - [2026-08-24 02:34:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.022114 [API:8081]10.0.0.190 - - [2026-08-24 02:34:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2:Control:contrail-control:0?flat HTTP/1.1" 200 38113 0.025869 [API:8081]10.0.0.190 - - [2026-08-24 02:34:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.014754 [API:8081]10.0.0.190 - - [2026-08-24 02:34:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.018746 [API:8081]10.0.0.190 - - [2026-08-24 02:34:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3:Control:contrail-control:0?flat HTTP/1.1" 200 35668 0.025586 [API:8081]10.0.0.190 - - [2026-08-24 02:34:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.014319 [API:8081]10.0.0.190 - - [2026-08-24 02:34:02] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6211-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.020578 [API:8081]10.0.0.190 - - [2026-08-24 02:34:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12040 0.023714 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?flat HTTP/1.1" 200 17392 0.025357 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?flat HTTP/1.1" 200 13815 0.020413 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?flat HTTP/1.1" 200 17492 0.020963 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?flat HTTP/1.1" 200 17392 0.022527 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?flat HTTP/1.1" 200 13815 0.022182 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?flat HTTP/1.1" 200 17492 0.021654 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?flat HTTP/1.1" 200 17392 0.031312 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?flat HTTP/1.1" 200 13815 0.024478 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?flat HTTP/1.1" 200 17492 0.021535 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?flat HTTP/1.1" 200 17392 0.028312 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?flat HTTP/1.1" 200 13815 0.025986 [API:8081]10.0.0.190 - - [2026-08-24 02:34:05] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?flat HTTP/1.1" 200 17492 0.023910 [API:8081]10.0.0.190 - - [2026-08-24 02:34:06] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 8007 0.016249 [API:8081]10.0.0.190 - - [2026-08-24 02:34:06] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 8000 0.019873 [API:8081]10.0.0.190 - - [2026-08-24 02:34:06] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6211-3?flat HTTP/1.1" 200 8003 0.016843 [API:8081]10.0.0.190 - - [2026-08-24 02:34:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.190 - - [2026-08-24 02:34:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.055971 [API:8081]10.0.0.190 - - [2026-08-24 02:34:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055336 [API:8081]10.0.0.190 - - [2026-08-24 02:34:50] "POST /analytics/query HTTP/1.1" 200 68165 1.078707 [API:8081]10.0.0.190 - - [2026-08-24 02:34:51] "POST /analytics/query HTTP/1.1" 200 6790 1.020685 [API:8081]10.0.0.190 - - [2026-08-24 02:34:52] "POST /analytics/query HTTP/1.1" 200 871 1.101882 [API:8081]10.0.0.190 - - [2026-08-24 02:34:53] "POST /analytics/query HTTP/1.1" 200 6790 1.026303 [API:8081]10.0.0.190 - - [2026-08-24 02:34:54] "POST /analytics/query HTTP/1.1" 200 871 1.028836 [API:8081]10.0.0.190 - - [2026-08-24 02:35:09] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001007 [API:8081]10.0.0.190 - - [2026-08-24 02:35:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.103850 [API:8081]10.0.0.191 - - [2026-08-24 02:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.191 - - [2026-08-24 02:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.190 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.191 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.191 - - [2026-08-24 02:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000513 [API:8081]10.0.0.50 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000715 [API:8081]10.0.0.50 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.190 - - [2026-08-24 02:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-08-24 02:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.50 - - [2026-08-24 02:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.190 - - [2026-08-24 02:37:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060279 [API:8081]10.0.0.190 - - [2026-08-24 02:38:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057288 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002955 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003561 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004517 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006543 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004413 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004144 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003673 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:38:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004029 [API:8081]10.0.0.190 - - [2026-08-24 02:39:36] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.190 - - [2026-08-24 02:39:36] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.190 - - [2026-08-24 02:39:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.190 - - [2026-08-24 02:39:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1455 0.054423 [API:8081]10.0.0.190 - - [2026-08-24 02:39:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1688 0.051782 [API:8081]10.0.0.191 - - [2026-08-24 02:40:04] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.191 - - [2026-08-24 02:40:04] "GET /analytics HTTP/1.1" 401 206 0.000205 [API:8081]10.0.0.50 - - [2026-08-24 02:40:05] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.50 - - [2026-08-24 02:40:05] "GET /analytics HTTP/1.1" 401 206 0.000130 [API:8081]10.0.0.190 - - [2026-08-24 02:40:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065259 [API:8081]10.0.0.190 - - [2026-08-24 02:41:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061650 [API:8081]10.0.0.191 - - [2026-08-24 02:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.191 - - [2026-08-24 02:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.190 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000451 [API:8081]10.0.0.190 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.191 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.191 - - [2026-08-24 02:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.50 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.50 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.190 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.190 - - [2026-08-24 02:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.50 - - [2026-08-24 02:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.50 - - [2026-08-24 02:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.190 - - [2026-08-24 02:43:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063954 [API:8081]10.0.0.190 - - [2026-08-24 02:44:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.080163 [API:8081]10.0.0.190 - - [2026-08-24 02:46:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061850 [API:8081]10.0.0.191 - - [2026-08-24 02:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.191 - - [2026-08-24 02:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.191 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.191 - - [2026-08-24 02:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.50 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.50 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.190 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-24 02:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.50 - - [2026-08-24 02:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.50 - - [2026-08-24 02:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.190 - - [2026-08-24 02:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.190 - - [2026-08-24 02:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2463 0.062176 [API:8081]10.0.0.190 - - [2026-08-24 02:47:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2463 0.049878 [API:8081]10.0.0.190 - - [2026-08-24 02:47:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060327 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006726 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004818 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005616 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003771 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003370 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006342 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003817 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:48:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003711 [API:8081]10.0.0.190 - - [2026-08-24 02:49:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059304 [API:8081]10.0.0.190 - - [2026-08-24 02:49:36] "GET /analytics HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 02:49:36] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.190 - - [2026-08-24 02:49:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1674 0.011182 [API:8081]10.0.0.190 - - [2026-08-24 02:49:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1903 0.058243 [API:8081]10.0.0.190 - - [2026-08-24 02:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2132 0.010998 [API:8081]10.0.0.190 - - [2026-08-24 02:49:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2361 0.009376 [API:8081]10.0.0.191 - - [2026-08-24 02:50:04] "GET /analytics HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.191 - - [2026-08-24 02:50:04] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.50 - - [2026-08-24 02:50:05] "GET /analytics HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.50 - - [2026-08-24 02:50:05] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.190 - - [2026-08-24 02:50:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057621 [API:8081]10.0.0.191 - - [2026-08-24 02:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.191 - - [2026-08-24 02:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.190 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.190 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.191 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.191 - - [2026-08-24 02:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.50 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.50 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000430 [API:8081]10.0.0.190 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.190 - - [2026-08-24 02:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000436 [API:8081]10.0.0.50 - - [2026-08-24 02:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.50 - - [2026-08-24 02:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-24 02:52:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056490 [API:8081]10.0.0.190 - - [2026-08-24 02:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.059477 [API:8081]10.0.0.190 - - [2026-08-24 02:52:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.018922 [API:8081]10.0.0.190 - - [2026-08-24 02:53:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.078531 [API:8081]10.0.0.190 - - [2026-08-24 02:53:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.019684 [API:8081]10.0.0.190 - - [2026-08-24 02:53:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.019754 [API:8081]10.0.0.190 - - [2026-08-24 02:53:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.019825 [API:8081]10.0.0.190 - - [2026-08-24 02:53:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-04708050:ctest-vnet1-23440500?flat HTTP/1.1" 200 8247 0.014705 [API:8081]10.0.0.190 - - [2026-08-24 02:53:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011543 [API:8081]10.0.0.190 - - [2026-08-24 02:53:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.022923 [API:8081]10.0.0.190 - - [2026-08-24 02:53:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12997 0.026837 [API:8081]10.0.0.190 - - [2026-08-24 02:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.025071 [API:8081]10.0.0.190 - - [2026-08-24 02:53:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12575 0.024708 [API:8081]10.0.0.190 - - [2026-08-24 02:53:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-04708050:ctest-vnet0-25033357?flat HTTP/1.1" 200 8245 0.014753 [API:8081]10.0.0.190 - - [2026-08-24 02:53:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009697 [API:8081]10.0.0.190 - - [2026-08-24 02:53:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1447 0.010455 [API:8081]10.0.0.190 - - [2026-08-24 02:53:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056686 [API:8081]10.0.0.190 - - [2026-08-24 02:55:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 02:55:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1688 0.057674 [API:8081]10.0.0.190 - - [2026-08-24 02:55:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068845 [API:8081]10.0.0.190 - - [2026-08-24 02:56:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.070052 [API:8081]10.0.0.190 - - [2026-08-24 02:56:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.027507 [API:8081]10.0.0.190 - - [2026-08-24 02:56:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13049 0.066196 [API:8081]10.0.0.190 - - [2026-08-24 02:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.079649 [API:8081]10.0.0.190 - - [2026-08-24 02:57:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13049 0.025336 [API:8081]10.0.0.190 - - [2026-08-24 02:57:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.025193 [API:8081]10.0.0.190 - - [2026-08-24 02:57:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13049 0.023697 [API:8081]10.0.0.191 - - [2026-08-24 02:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.190 - - [2026-08-24 02:57:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.027954 [API:8081]10.0.0.191 - - [2026-08-24 02:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-24 02:57:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13049 0.028924 [API:8081]10.0.0.190 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.190 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.191 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.191 - - [2026-08-24 02:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.50 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.50 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.190 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 02:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.190 - - [2026-08-24 02:57:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.032791 [API:8081]10.0.0.190 - - [2026-08-24 02:57:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13049 0.027236 [API:8081]10.0.0.50 - - [2026-08-24 02:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.50 - - [2026-08-24 02:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.190 - - [2026-08-24 02:57:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022381 [API:8081]10.0.0.190 - - [2026-08-24 02:57:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13049 0.023006 [API:8081]10.0.0.190 - - [2026-08-24 02:57:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.023151 [API:8081]10.0.0.190 - - [2026-08-24 02:57:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12607 0.031241 [API:8081]10.0.0.190 - - [2026-08-24 02:57:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-43242543:ctest-vnet0-23195474?flat HTTP/1.1" 200 7200 0.017655 [API:8081]10.0.0.190 - - [2026-08-24 02:57:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.014663 [API:8081]10.0.0.190 - - [2026-08-24 02:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.190 - - [2026-08-24 02:57:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1463 0.080383 [API:8081]10.0.0.190 - - [2026-08-24 02:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.190 - - [2026-08-24 02:57:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.059720 [API:8081]10.0.0.190 - - [2026-08-24 02:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.049906 [API:8081]10.0.0.190 - - [2026-08-24 02:57:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.058019 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002865 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003054 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003134 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002835 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003384 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002921 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002913 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 02:58:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002882 [API:8081]10.0.0.190 - - [2026-08-24 02:58:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047762 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:85cf0f2b-6a24-45d9-9cd3-560006418e58?flat HTTP/1.1" 200 5227 0.016817 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:85cf0f2b-6a24-45d9-9cd3-560006418e58?flat HTTP/1.1" 200 5227 0.015073 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:85cf0f2b-6a24-45d9-9cd3-560006418e58?flat HTTP/1.1" 200 5227 0.016077 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-39637960:ctest-VN1-80477185?flat HTTP/1.1" 200 8554 0.018969 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023932 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13334 0.023791 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025414 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13334 0.024537 [API:8081]10.0.0.190 - - [2026-08-24 02:59:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010261 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:19e55c14-8d7e-49c0-bf83-d3df935d198c?flat HTTP/1.1" 200 5476 0.014825 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:19e55c14-8d7e-49c0-bf83-d3df935d198c?flat HTTP/1.1" 200 5476 0.014481 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:19e55c14-8d7e-49c0-bf83-d3df935d198c?flat HTTP/1.1" 200 5476 0.014446 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-39637960:ctest-VN2-67362436?flat HTTP/1.1" 200 9526 0.018028 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.019718 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.018751 [API:8081]10.0.0.190 - - [2026-08-24 02:59:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010202 [API:8081]10.0.0.190 - - [2026-08-24 02:59:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:b425fae3-3042-4c90-92ce-390d83245860?flat HTTP/1.1" 200 5100 0.021322 [API:8081]10.0.0.190 - - [2026-08-24 02:59:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:b425fae3-3042-4c90-92ce-390d83245860?flat HTTP/1.1" 200 5100 0.027683 [API:8081]10.0.0.190 - - [2026-08-24 02:59:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-39637960:b425fae3-3042-4c90-92ce-390d83245860?flat HTTP/1.1" 200 5100 0.016437 [API:8081]10.0.0.190 - - [2026-08-24 02:59:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-39637960:ctest-VN3-62314370?flat HTTP/1.1" 200 7444 0.018828 [API:8081]10.0.0.190 - - [2026-08-24 02:59:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024829 [API:8081]10.0.0.190 - - [2026-08-24 02:59:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13338 0.025515 [API:8081]10.0.0.190 - - [2026-08-24 02:59:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021259 [API:8081]10.0.0.190 - - [2026-08-24 02:59:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13338 0.025552 [API:8081]10.0.0.190 - - [2026-08-24 02:59:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.013612 [API:8081]10.0.0.190 - - [2026-08-24 02:59:36] "GET /analytics HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.190 - - [2026-08-24 02:59:36] "GET /analytics HTTP/1.1" 401 206 0.000203 [API:8081]10.0.0.190 - - [2026-08-24 02:59:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057660 [API:8081]10.0.0.190 - - [2026-08-24 02:59:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021525 [API:8081]10.0.0.190 - - [2026-08-24 02:59:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13005 0.021816 [API:8081]10.0.0.190 - - [2026-08-24 02:59:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-39637960:ctest-VN3-62314370?flat HTTP/1.1" 200 6216 0.013715 [API:8081]10.0.0.190 - - [2026-08-24 02:59:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009352 [API:8081]10.0.0.190 - - [2026-08-24 02:59:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020140 [API:8081]10.0.0.190 - - [2026-08-24 02:59:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020169 [API:8081]10.0.0.190 - - [2026-08-24 02:59:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020230 [API:8081]10.0.0.190 - - [2026-08-24 02:59:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020338 [API:8081]10.0.0.190 - - [2026-08-24 03:00:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020701 [API:8081]10.0.0.191 - - [2026-08-24 03:00:04] "GET /analytics HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.191 - - [2026-08-24 03:00:04] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.50 - - [2026-08-24 03:00:05] "GET /analytics HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.50 - - [2026-08-24 03:00:05] "GET /analytics HTTP/1.1" 401 206 0.000190 [API:8081]10.0.0.190 - - [2026-08-24 03:00:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.036122 [API:8081]10.0.0.190 - - [2026-08-24 03:00:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.025737 [API:8081]10.0.0.190 - - [2026-08-24 03:00:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-39637960:ctest-VN2-67362436?flat HTTP/1.1" 200 6552 0.014379 [API:8081]10.0.0.190 - - [2026-08-24 03:00:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009623 [API:8081]10.0.0.190 - - [2026-08-24 03:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.026863 [API:8081]10.0.0.190 - - [2026-08-24 03:00:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13004 0.023990 [API:8081]10.0.0.190 - - [2026-08-24 03:00:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020952 [API:8081]10.0.0.190 - - [2026-08-24 03:00:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12609 0.024031 [API:8081]10.0.0.190 - - [2026-08-24 03:00:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-39637960:ctest-VN1-80477185?flat HTTP/1.1" 200 6771 0.013724 [API:8081]10.0.0.190 - - [2026-08-24 03:00:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010900 [API:8081]10.0.0.190 - - [2026-08-24 03:00:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.190 - - [2026-08-24 03:00:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1885 0.089220 [API:8081]10.0.0.190 - - [2026-08-24 03:00:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1885 0.052899 [API:8081]10.0.0.190 - - [2026-08-24 03:00:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1885 0.054205 [API:8081]10.0.0.190 - - [2026-08-24 03:01:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078313 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:df9ac98c-a1d5-461f-aba5-77000c92b95d?flat HTTP/1.1" 200 5371 0.017390 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:df9ac98c-a1d5-461f-aba5-77000c92b95d?flat HTTP/1.1" 200 5371 0.018130 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:df9ac98c-a1d5-461f-aba5-77000c92b95d?flat HTTP/1.1" 200 5371 0.016256 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:df9ac98c-a1d5-461f-aba5-77000c92b95d?flat HTTP/1.1" 200 5371 0.017581 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-47405603:ctest-VN1-64192983?flat HTTP/1.1" 200 9461 0.019774 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.027059 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13396 0.027169 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021194 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13396 0.025069 [API:8081]10.0.0.190 - - [2026-08-24 03:01:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011167 [API:8081]10.0.0.190 - - [2026-08-24 03:02:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:eb6dfbc9-1f25-434d-ab12-a334d9e9cee4?flat HTTP/1.1" 200 5225 0.015420 [API:8081]10.0.0.190 - - [2026-08-24 03:02:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:eb6dfbc9-1f25-434d-ab12-a334d9e9cee4?flat HTTP/1.1" 200 5225 0.021034 [API:8081]10.0.0.190 - - [2026-08-24 03:02:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:eb6dfbc9-1f25-434d-ab12-a334d9e9cee4?flat HTTP/1.1" 200 5225 0.018309 [API:8081]10.0.0.190 - - [2026-08-24 03:02:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:eb6dfbc9-1f25-434d-ab12-a334d9e9cee4?flat HTTP/1.1" 200 5225 0.014812 [API:8081]10.0.0.190 - - [2026-08-24 03:02:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-47405603:ctest-VN2-94781241?flat HTTP/1.1" 200 8634 0.018462 [API:8081]10.0.0.190 - - [2026-08-24 03:02:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.026616 [API:8081]10.0.0.190 - - [2026-08-24 03:02:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021903 [API:8081]10.0.0.190 - - [2026-08-24 03:02:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011526 [API:8081]10.0.0.190 - - [2026-08-24 03:02:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:26f81906-b3c7-4bc9-a562-fd9715105214?flat HTTP/1.1" 200 5223 0.017357 [API:8081]10.0.0.190 - - [2026-08-24 03:02:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:26f81906-b3c7-4bc9-a562-fd9715105214?flat HTTP/1.1" 200 5223 0.016028 [API:8081]10.0.0.190 - - [2026-08-24 03:02:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:26f81906-b3c7-4bc9-a562-fd9715105214?flat HTTP/1.1" 200 5223 0.015866 [API:8081]10.0.0.190 - - [2026-08-24 03:02:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-47405603:26f81906-b3c7-4bc9-a562-fd9715105214?flat HTTP/1.1" 200 5223 0.019357 [API:8081]10.0.0.190 - - [2026-08-24 03:02:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-47405603:ctest-VN3-81445529?flat HTTP/1.1" 200 8208 0.030235 [API:8081]10.0.0.190 - - [2026-08-24 03:02:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022834 [API:8081]10.0.0.190 - - [2026-08-24 03:02:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13396 0.026725 [API:8081]10.0.0.190 - - [2026-08-24 03:02:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.030049 [API:8081]10.0.0.190 - - [2026-08-24 03:02:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13396 0.026130 [API:8081]10.0.0.190 - - [2026-08-24 03:02:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010512 [API:8081]10.0.0.191 - - [2026-08-24 03:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.191 - - [2026-08-24 03:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.190 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.191 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.191 - - [2026-08-24 03:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.50 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.50 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.190 - - [2026-08-24 03:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.50 - - [2026-08-24 03:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000415 [API:8081]10.0.0.50 - - [2026-08-24 03:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.190 - - [2026-08-24 03:02:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053988 [API:8081]10.0.0.190 - - [2026-08-24 03:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.026415 [API:8081]10.0.0.190 - - [2026-08-24 03:03:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13372 0.023360 [API:8081]10.0.0.190 - - [2026-08-24 03:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.022114 [API:8081]10.0.0.190 - - [2026-08-24 03:03:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13372 0.025948 [API:8081]10.0.0.190 - - [2026-08-24 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.022935 [API:8081]10.0.0.190 - - [2026-08-24 03:03:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13372 0.025014 [API:8081]10.0.0.190 - - [2026-08-24 03:03:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.029933 [API:8081]10.0.0.190 - - [2026-08-24 03:03:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13372 0.025075 [API:8081]10.0.0.190 - - [2026-08-24 03:03:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.025187 [API:8081]10.0.0.190 - - [2026-08-24 03:03:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13372 0.024020 [API:8081]10.0.0.190 - - [2026-08-24 03:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.023152 [API:8081]10.0.0.190 - - [2026-08-24 03:03:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13372 0.025200 [API:8081]10.0.0.190 - - [2026-08-24 03:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.030369 [API:8081]10.0.0.190 - - [2026-08-24 03:03:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13017 0.028428 [API:8081]10.0.0.190 - - [2026-08-24 03:03:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-47405603:ctest-VN3-81445529?flat HTTP/1.1" 200 6969 0.018480 [API:8081]10.0.0.190 - - [2026-08-24 03:03:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.013005 [API:8081]10.0.0.190 - - [2026-08-24 03:03:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.031700 [API:8081]10.0.0.190 - - [2026-08-24 03:03:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019137 [API:8081]10.0.0.190 - - [2026-08-24 03:03:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.033741 [API:8081]10.0.0.190 - - [2026-08-24 03:04:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.032573 [API:8081]10.0.0.190 - - [2026-08-24 03:04:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022165 [API:8081]10.0.0.190 - - [2026-08-24 03:04:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.032129 [API:8081]10.0.0.190 - - [2026-08-24 03:04:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-47405603:ctest-VN2-94781241?flat HTTP/1.1" 200 7310 0.014997 [API:8081]10.0.0.190 - - [2026-08-24 03:04:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012783 [API:8081]10.0.0.190 - - [2026-08-24 03:04:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.024191 [API:8081]10.0.0.190 - - [2026-08-24 03:04:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13018 0.024283 [API:8081]10.0.0.190 - - [2026-08-24 03:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.023810 [API:8081]10.0.0.190 - - [2026-08-24 03:04:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12790 0.031700 [API:8081]10.0.0.190 - - [2026-08-24 03:04:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-47405603:ctest-VN1-64192983?flat HTTP/1.1" 200 7654 0.014206 [API:8081]10.0.0.190 - - [2026-08-24 03:04:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009911 [API:8081]10.0.0.190 - - [2026-08-24 03:04:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.190 - - [2026-08-24 03:04:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.055909 [API:8081]10.0.0.190 - - [2026-08-24 03:04:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.048278 [API:8081]10.0.0.190 - - [2026-08-24 03:04:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053464 [API:8081]10.0.0.190 - - [2026-08-24 03:05:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058823 [API:8081]10.0.0.190 - - [2026-08-24 03:06:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.190 - - [2026-08-24 03:06:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1459 0.076628 [API:8081]10.0.0.191 - - [2026-08-24 03:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.191 - - [2026-08-24 03:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.190 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.191 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.191 - - [2026-08-24 03:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.50 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.50 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.190 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.190 - - [2026-08-24 03:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.50 - - [2026-08-24 03:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.50 - - [2026-08-24 03:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-24 03:07:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059523 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003349 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005790 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003453 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003242 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003589 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003028 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002889 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:08:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003150 [API:8081]10.0.0.190 - - [2026-08-24 03:08:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.063785 [API:8081]10.0.0.190 - - [2026-08-24 03:09:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.021411 [API:8081]10.0.0.190 - - [2026-08-24 03:09:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13042 0.066354 [API:8081]10.0.0.190 - - [2026-08-24 03:09:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.064911 [API:8081]10.0.0.190 - - [2026-08-24 03:09:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13042 0.022310 [API:8081]10.0.0.190 - - [2026-08-24 03:09:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.026038 [API:8081]10.0.0.190 - - [2026-08-24 03:09:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13042 0.027457 [API:8081]10.0.0.190 - - [2026-08-24 03:09:36] "GET /analytics HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.190 - - [2026-08-24 03:09:36] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.190 - - [2026-08-24 03:09:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.034262 [API:8081]10.0.0.190 - - [2026-08-24 03:09:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13042 0.023510 [API:8081]10.0.0.190 - - [2026-08-24 03:09:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.023014 [API:8081]10.0.0.190 - - [2026-08-24 03:09:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13042 0.024887 [API:8081]10.0.0.190 - - [2026-08-24 03:09:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.023603 [API:8081]10.0.0.190 - - [2026-08-24 03:09:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13042 0.024290 [API:8081]10.0.0.190 - - [2026-08-24 03:09:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.023662 [API:8081]10.0.0.190 - - [2026-08-24 03:09:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12584 0.022482 [API:8081]10.0.0.190 - - [2026-08-24 03:09:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-32571309:ctest-vnet0-50884959?flat HTTP/1.1" 200 7966 0.017035 [API:8081]10.0.0.190 - - [2026-08-24 03:09:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009780 [API:8081]10.0.0.191 - - [2026-08-24 03:10:04] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.191 - - [2026-08-24 03:10:04] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.190 - - [2026-08-24 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.50 - - [2026-08-24 03:10:05] "GET /analytics HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.50 - - [2026-08-24 03:10:05] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.190 - - [2026-08-24 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1447 0.060360 [API:8081]10.0.0.190 - - [2026-08-24 03:10:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1672 0.051244 [API:8081]10.0.0.190 - - [2026-08-24 03:10:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059251 [API:8081]10.0.0.190 - - [2026-08-24 03:11:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055365 [API:8081]10.0.0.191 - - [2026-08-24 03:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.191 - - [2026-08-24 03:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.190 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.190 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.191 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000620 [API:8081]10.0.0.191 - - [2026-08-24 03:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.50 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.50 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.190 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 03:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.50 - - [2026-08-24 03:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-08-24 03:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-24 03:13:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020962 [API:8081]10.0.0.190 - - [2026-08-24 03:13:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.061470 [API:8081]10.0.0.190 - - [2026-08-24 03:13:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.024845 [API:8081]10.0.0.190 - - [2026-08-24 03:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.024319 [API:8081]10.0.0.190 - - [2026-08-24 03:13:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020037 [API:8081]10.0.0.190 - - [2026-08-24 03:13:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.034234 [API:8081]10.0.0.190 - - [2026-08-24 03:13:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.023228 [API:8081]10.0.0.190 - - [2026-08-24 03:13:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-21803166:ctest-vnet1-26071563?flat HTTP/1.1" 200 7306 0.015330 [API:8081]10.0.0.190 - - [2026-08-24 03:13:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009972 [API:8081]10.0.0.190 - - [2026-08-24 03:13:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.026111 [API:8081]10.0.0.190 - - [2026-08-24 03:13:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13025 0.024693 [API:8081]10.0.0.190 - - [2026-08-24 03:13:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.025522 [API:8081]10.0.0.190 - - [2026-08-24 03:13:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12612 0.024928 [API:8081]10.0.0.190 - - [2026-08-24 03:13:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-21803166:ctest-vnet0-76621936?flat HTTP/1.1" 200 6960 0.017686 [API:8081]10.0.0.190 - - [2026-08-24 03:13:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.014817 [API:8081]10.0.0.190 - - [2026-08-24 03:13:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092189 [API:8081]10.0.0.190 - - [2026-08-24 03:14:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.190 - - [2026-08-24 03:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1459 0.056027 [API:8081]10.0.0.190 - - [2026-08-24 03:14:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1696 0.059529 [API:8081]10.0.0.190 - - [2026-08-24 03:14:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.062995 [API:8081]10.0.0.190 - - [2026-08-24 03:16:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064216 [API:8081]10.0.0.190 - - [2026-08-24 03:17:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022349 [API:8081]10.0.0.190 - - [2026-08-24 03:17:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.059538 [API:8081]10.0.0.191 - - [2026-08-24 03:17:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.191 - - [2026-08-24 03:17:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.191 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.191 - - [2026-08-24 03:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-24 03:17:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.018998 [API:8081]10.0.0.190 - - [2026-08-24 03:17:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-60343830:ctest-vnet1-54575076?flat HTTP/1.1" 200 8068 0.015917 [API:8081]10.0.0.190 - - [2026-08-24 03:17:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010437 [API:8081]10.0.0.50 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.50 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.190 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 03:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000673 [API:8081]10.0.0.50 - - [2026-08-24 03:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.50 - - [2026-08-24 03:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-24 03:17:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.024417 [API:8081]10.0.0.190 - - [2026-08-24 03:17:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13044 0.027208 [API:8081]10.0.0.190 - - [2026-08-24 03:17:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.024072 [API:8081]10.0.0.190 - - [2026-08-24 03:17:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12612 0.026989 [API:8081]10.0.0.190 - - [2026-08-24 03:17:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-60343830:ctest-vnet0-98579008?flat HTTP/1.1" 200 7709 0.015344 [API:8081]10.0.0.190 - - [2026-08-24 03:17:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010319 [API:8081]10.0.0.190 - - [2026-08-24 03:17:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057397 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003009 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002973 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002858 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003592 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004122 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003639 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003008 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:18:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004575 [API:8081]10.0.0.190 - - [2026-08-24 03:19:36] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.190 - - [2026-08-24 03:19:36] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.190 - - [2026-08-24 03:20:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063957 [API:8081]10.0.0.191 - - [2026-08-24 03:20:04] "GET /analytics HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.191 - - [2026-08-24 03:20:04] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.50 - - [2026-08-24 03:20:05] "GET /analytics HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.50 - - [2026-08-24 03:20:05] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.190 - - [2026-08-24 03:21:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060030 [API:8081]10.0.0.191 - - [2026-08-24 03:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.191 - - [2026-08-24 03:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.190 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.191 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.191 - - [2026-08-24 03:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.50 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.190 - - [2026-08-24 03:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.50 - - [2026-08-24 03:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.50 - - [2026-08-24 03:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.190 - - [2026-08-24 03:23:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.001023 [API:8081]10.0.0.190 - - [2026-08-24 03:23:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1855 0.065559 [API:8081]10.0.0.190 - - [2026-08-24 03:23:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049177 [API:8081]10.0.0.190 - - [2026-08-24 03:24:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.081651 [API:8081]10.0.0.190 - - [2026-08-24 03:24:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.010519 [API:8081]10.0.0.190 - - [2026-08-24 03:26:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079444 [API:8081]10.0.0.190 - - [2026-08-24 03:26:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-24 03:26:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1569 0.057709 [API:8081]10.0.0.191 - - [2026-08-24 03:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.191 - - [2026-08-24 03:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-24 03:27:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.144769 [API:8081]10.0.0.190 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.191 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.191 - - [2026-08-24 03:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.50 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.50 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:af28a17a-9927-40f7-bd95-6494540ac503?flat HTTP/1.1" 200 5824 0.052454 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:af28a17a-9927-40f7-bd95-6494540ac503?flat HTTP/1.1" 200 5824 0.075106 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:af28a17a-9927-40f7-bd95-6494540ac503?flat HTTP/1.1" 200 5824 0.061642 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698-84262567?flat HTTP/1.1" 200 10788 0.021183 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.023755 [API:8081]10.0.0.190 - - [2026-08-24 03:27:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13215 0.024037 [API:8081]10.0.0.190 - - [2026-08-24 03:27:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.024220 [API:8081]10.0.0.190 - - [2026-08-24 03:27:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13215 0.023966 [API:8081]10.0.0.190 - - [2026-08-24 03:27:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009888 [API:8081]10.0.0.50 - - [2026-08-24 03:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.50 - - [2026-08-24 03:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:3ce1fe9e-1b25-4fd9-b0df-ceee6a63180e?flat HTTP/1.1" 200 5688 0.015770 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:3ce1fe9e-1b25-4fd9-b0df-ceee6a63180e?flat HTTP/1.1" 200 5688 0.016981 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:3ce1fe9e-1b25-4fd9-b0df-ceee6a63180e?flat HTTP/1.1" 200 5688 0.015458 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698-84262567?flat HTTP/1.1" 200 11798 0.027443 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019569 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.019042 [API:8081]10.0.0.190 - - [2026-08-24 03:27:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.013349 [API:8081]10.0.0.190 - - [2026-08-24 03:27:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.021400 [API:8081]10.0.0.190 - - [2026-08-24 03:27:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.037967 [API:8081]10.0.0.190 - - [2026-08-24 03:27:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.036161 [API:8081]10.0.0.190 - - [2026-08-24 03:28:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.022457 [API:8081]10.0.0.190 - - [2026-08-24 03:28:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020532 [API:8081]10.0.0.190 - - [2026-08-24 03:28:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.024484 [API:8081]10.0.0.190 - - [2026-08-24 03:28:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698-84262567?flat HTTP/1.1" 200 11716 0.024426 [API:8081]10.0.0.190 - - [2026-08-24 03:28:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012196 [API:8081]10.0.0.190 - - [2026-08-24 03:28:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.032287 [API:8081]10.0.0.190 - - [2026-08-24 03:28:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13229 0.025058 [API:8081]10.0.0.190 - - [2026-08-24 03:28:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023853 [API:8081]10.0.0.190 - - [2026-08-24 03:28:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12631 0.022017 [API:8081]10.0.0.190 - - [2026-08-24 03:28:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698:ctest-SecurityGroupBasicRegressionTests1Ipv6-95544698-84262567?flat HTTP/1.1" 200 8806 0.017032 [API:8081]10.0.0.190 - - [2026-08-24 03:28:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010929 [API:8081]10.0.0.190 - - [2026-08-24 03:28:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.190 - - [2026-08-24 03:28:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1589 0.080846 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003655 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004823 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005861 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004304 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.008649 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003896 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:28:27] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003407 [API:8081]10.0.0.190 - - [2026-08-24 03:29:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055739 [API:8081]10.0.0.190 - - [2026-08-24 03:29:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:278fd349-a3ff-4653-8e74-96fd0ee31357?flat HTTP/1.1" 200 5808 0.057923 [API:8081]10.0.0.190 - - [2026-08-24 03:29:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:278fd349-a3ff-4653-8e74-96fd0ee31357?flat HTTP/1.1" 200 5808 0.016487 [API:8081]10.0.0.190 - - [2026-08-24 03:29:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:278fd349-a3ff-4653-8e74-96fd0ee31357?flat HTTP/1.1" 200 5808 0.051627 [API:8081]10.0.0.190 - - [2026-08-24 03:29:28] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040-49551208?flat HTTP/1.1" 200 10444 0.021618 [API:8081]10.0.0.190 - - [2026-08-24 03:29:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024118 [API:8081]10.0.0.190 - - [2026-08-24 03:29:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13259 0.023566 [API:8081]10.0.0.190 - - [2026-08-24 03:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.030807 [API:8081]10.0.0.190 - - [2026-08-24 03:29:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13259 0.024261 [API:8081]10.0.0.190 - - [2026-08-24 03:29:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011578 [API:8081]10.0.0.190 - - [2026-08-24 03:29:36] "GET /analytics HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.190 - - [2026-08-24 03:29:36] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.190 - - [2026-08-24 03:29:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:58723ea9-5d05-4293-9052-ded4df7dc01b?flat HTTP/1.1" 200 6054 0.015055 [API:8081]10.0.0.190 - - [2026-08-24 03:29:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:58723ea9-5d05-4293-9052-ded4df7dc01b?flat HTTP/1.1" 200 6054 0.016146 [API:8081]10.0.0.190 - - [2026-08-24 03:29:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:58723ea9-5d05-4293-9052-ded4df7dc01b?flat HTTP/1.1" 200 6054 0.015356 [API:8081]10.0.0.190 - - [2026-08-24 03:29:44] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040-49551208?flat HTTP/1.1" 200 12226 0.019651 [API:8081]10.0.0.190 - - [2026-08-24 03:29:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.022907 [API:8081]10.0.0.190 - - [2026-08-24 03:29:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018637 [API:8081]10.0.0.190 - - [2026-08-24 03:29:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009969 [API:8081]10.0.0.191 - - [2026-08-24 03:30:04] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.191 - - [2026-08-24 03:30:04] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.50 - - [2026-08-24 03:30:05] "GET /analytics HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.50 - - [2026-08-24 03:30:05] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.190 - - [2026-08-24 03:30:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077610 [API:8081]10.0.0.190 - - [2026-08-24 03:31:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020353 [API:8081]10.0.0.190 - - [2026-08-24 03:31:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020274 [API:8081]10.0.0.190 - - [2026-08-24 03:31:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019917 [API:8081]10.0.0.190 - - [2026-08-24 03:31:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019349 [API:8081]10.0.0.190 - - [2026-08-24 03:31:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019090 [API:8081]10.0.0.190 - - [2026-08-24 03:31:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.022775 [API:8081]10.0.0.190 - - [2026-08-24 03:31:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040-49551208?flat HTTP/1.1" 200 11598 0.026468 [API:8081]10.0.0.190 - - [2026-08-24 03:31:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.016238 [API:8081]10.0.0.190 - - [2026-08-24 03:31:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023493 [API:8081]10.0.0.190 - - [2026-08-24 03:31:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13260 0.023071 [API:8081]10.0.0.190 - - [2026-08-24 03:31:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.025943 [API:8081]10.0.0.190 - - [2026-08-24 03:31:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12935 0.022541 [API:8081]10.0.0.190 - - [2026-08-24 03:31:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040:ctest-SecurityGroupBasicRegressionTests1_contrail-61770040-49551208?flat HTTP/1.1" 200 8428 0.014626 [API:8081]10.0.0.190 - - [2026-08-24 03:31:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009298 [API:8081]10.0.0.190 - - [2026-08-24 03:31:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.190 - - [2026-08-24 03:31:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1553 0.059487 [API:8081]10.0.0.191 - - [2026-08-24 03:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.191 - - [2026-08-24 03:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.190 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.190 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.191 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.191 - - [2026-08-24 03:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000495 [API:8081]10.0.0.50 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.50 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.190 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.190 - - [2026-08-24 03:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.50 - - [2026-08-24 03:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.50 - - [2026-08-24 03:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.190 - - [2026-08-24 03:32:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053616 [API:8081]10.0.0.190 - - [2026-08-24 03:32:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:9184af97-d425-424c-8b00-b9d4bbf90cce?flat HTTP/1.1" 200 5686 0.058377 [API:8081]10.0.0.190 - - [2026-08-24 03:32:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:9184af97-d425-424c-8b00-b9d4bbf90cce?flat HTTP/1.1" 200 5686 0.016085 [API:8081]10.0.0.190 - - [2026-08-24 03:32:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:9184af97-d425-424c-8b00-b9d4bbf90cce?flat HTTP/1.1" 200 5686 0.056514 [API:8081]10.0.0.190 - - [2026-08-24 03:32:59] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:ctest-SecurityGroupBasicRegressionTests1-49376836-01364442?flat HTTP/1.1" 200 9937 0.021934 [API:8081]10.0.0.190 - - [2026-08-24 03:33:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024031 [API:8081]10.0.0.190 - - [2026-08-24 03:33:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13183 0.043705 [API:8081]10.0.0.190 - - [2026-08-24 03:33:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.030406 [API:8081]10.0.0.190 - - [2026-08-24 03:33:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13183 0.026006 [API:8081]10.0.0.190 - - [2026-08-24 03:33:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.014144 [API:8081]10.0.0.190 - - [2026-08-24 03:33:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056134 [API:8081]10.0.0.190 - - [2026-08-24 03:33:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:66ac4577-85ce-461f-b8c5-c209acb13867?flat HTTP/1.1" 200 5823 0.015570 [API:8081]10.0.0.190 - - [2026-08-24 03:33:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:66ac4577-85ce-461f-b8c5-c209acb13867?flat HTTP/1.1" 200 5823 0.025975 [API:8081]10.0.0.190 - - [2026-08-24 03:33:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:66ac4577-85ce-461f-b8c5-c209acb13867?flat HTTP/1.1" 200 5823 0.016330 [API:8081]10.0.0.190 - - [2026-08-24 03:33:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:ctest-SecurityGroupBasicRegressionTests1-49376836-01364442?flat HTTP/1.1" 200 12567 0.030857 [API:8081]10.0.0.190 - - [2026-08-24 03:33:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.032551 [API:8081]10.0.0.190 - - [2026-08-24 03:33:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018328 [API:8081]10.0.0.190 - - [2026-08-24 03:33:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011725 [API:8081]10.0.0.190 - - [2026-08-24 03:34:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019916 [API:8081]10.0.0.190 - - [2026-08-24 03:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020604 [API:8081]10.0.0.190 - - [2026-08-24 03:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.025252 [API:8081]10.0.0.190 - - [2026-08-24 03:35:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.021159 [API:8081]10.0.0.190 - - [2026-08-24 03:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018301 [API:8081]10.0.0.190 - - [2026-08-24 03:35:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.019461 [API:8081]10.0.0.190 - - [2026-08-24 03:35:07] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:ctest-SecurityGroupBasicRegressionTests1-49376836-01364442?flat HTTP/1.1" 200 10753 0.020083 [API:8081]10.0.0.190 - - [2026-08-24 03:35:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012065 [API:8081]10.0.0.190 - - [2026-08-24 03:35:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.027339 [API:8081]10.0.0.190 - - [2026-08-24 03:35:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13187 0.023002 [API:8081]10.0.0.190 - - [2026-08-24 03:35:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068200 [API:8081]10.0.0.190 - - [2026-08-24 03:35:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024464 [API:8081]10.0.0.190 - - [2026-08-24 03:35:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12616 0.025092 [API:8081]10.0.0.190 - - [2026-08-24 03:35:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-49376836:ctest-SecurityGroupBasicRegressionTests1-49376836-01364442?flat HTTP/1.1" 200 7966 0.015186 [API:8081]10.0.0.190 - - [2026-08-24 03:35:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010911 [API:8081]10.0.0.190 - - [2026-08-24 03:35:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.190 - - [2026-08-24 03:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.065304 [API:8081]10.0.0.190 - - [2026-08-24 03:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.057614 [API:8081]10.0.0.190 - - [2026-08-24 03:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2078 0.056807 [API:8081]10.0.0.190 - - [2026-08-24 03:36:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.018614 [API:8081]10.0.0.190 - - [2026-08-24 03:36:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.011468 [API:8081]10.0.0.190 - - [2026-08-24 03:36:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2078 0.012230 [API:8081]10.0.0.190 - - [2026-08-24 03:36:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2303 0.011568 [API:8081]10.0.0.190 - - [2026-08-24 03:36:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.009113 [API:8081]10.0.0.190 - - [2026-08-24 03:36:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.099202 [API:8081]10.0.0.190 - - [2026-08-24 03:36:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 03:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1435 0.068326 [API:8081]10.0.0.190 - - [2026-08-24 03:36:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.058057 [API:8081]10.0.0.190 - - [2026-08-24 03:36:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1871 0.057240 [API:8081]10.0.0.190 - - [2026-08-24 03:36:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1435 0.018136 [API:8081]10.0.0.190 - - [2026-08-24 03:36:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.009640 [API:8081]10.0.0.190 - - [2026-08-24 03:36:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.018080 [API:8081]10.0.0.190 - - [2026-08-24 03:36:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.190 - - [2026-08-24 03:36:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.072025 [API:8081]10.0.0.190 - - [2026-08-24 03:36:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.063698 [API:8081]10.0.0.190 - - [2026-08-24 03:36:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1851 0.062271 [API:8081]10.0.0.190 - - [2026-08-24 03:37:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.010810 [API:8081]10.0.0.190 - - [2026-08-24 03:37:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.011247 [API:8081]10.0.0.190 - - [2026-08-24 03:37:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1851 0.010224 [API:8081]10.0.0.190 - - [2026-08-24 03:37:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2072 0.010351 [API:8081]10.0.0.191 - - [2026-08-24 03:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.191 - - [2026-08-24 03:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.190 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.190 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.191 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.191 - - [2026-08-24 03:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.190 - - [2026-08-24 03:37:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2295 0.011117 [API:8081]10.0.0.50 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.50 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.190 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000416 [API:8081]10.0.0.190 - - [2026-08-24 03:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.50 - - [2026-08-24 03:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.50 - - [2026-08-24 03:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.190 - - [2026-08-24 03:37:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.190 - - [2026-08-24 03:37:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1437 0.051129 [API:8081]10.0.0.190 - - [2026-08-24 03:37:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1654 0.079932 [API:8081]10.0.0.190 - - [2026-08-24 03:37:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1875 0.045537 [API:8081]10.0.0.190 - - [2026-08-24 03:37:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2108 0.009722 [API:8081]10.0.0.190 - - [2026-08-24 03:37:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2343 0.010764 [API:8081]10.0.0.190 - - [2026-08-24 03:38:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059702 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003045 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003873 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003506 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003054 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003520 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003185 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002829 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004482 [API:8081]10.0.0.190 - - [2026-08-24 03:39:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060676 [API:8081]10.0.0.190 - - [2026-08-24 03:39:36] "GET /analytics HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.190 - - [2026-08-24 03:39:36] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.191 - - [2026-08-24 03:40:04] "GET /analytics HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.191 - - [2026-08-24 03:40:04] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.50 - - [2026-08-24 03:40:05] "GET /analytics HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.50 - - [2026-08-24 03:40:05] "GET /analytics HTTP/1.1" 401 206 0.000184 [API:8081]10.0.0.190 - - [2026-08-24 03:41:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073922 [API:8081]10.0.0.191 - - [2026-08-24 03:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.191 - - [2026-08-24 03:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.191 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.191 - - [2026-08-24 03:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.50 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.190 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.190 - - [2026-08-24 03:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.50 - - [2026-08-24 03:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-08-24 03:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-24 03:42:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061890 [API:8081]10.0.0.190 - - [2026-08-24 03:43:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.190 - - [2026-08-24 03:43:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1654 0.076962 [API:8081]10.0.0.190 - - [2026-08-24 03:43:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1865 0.051254 [API:8081]10.0.0.190 - - [2026-08-24 03:44:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056255 [API:8081]10.0.0.190 - - [2026-08-24 03:45:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.066469 [API:8081]10.0.0.191 - - [2026-08-24 03:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000452 [API:8081]10.0.0.191 - - [2026-08-24 03:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.190 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000473 [API:8081]10.0.0.190 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000493 [API:8081]10.0.0.191 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.191 - - [2026-08-24 03:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.50 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.50 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.190 - - [2026-08-24 03:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000436 [API:8081]10.0.0.50 - - [2026-08-24 03:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.50 - - [2026-08-24 03:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.190 - - [2026-08-24 03:47:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063510 [API:8081]10.0.0.190 - - [2026-08-24 03:48:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.054374 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003497 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002958 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003580 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003660 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003059 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002597 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002681 [API:8081]10.0.0.190 - - [2026-08-24 03:48:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.190 - - [2026-08-24 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1636 0.071105 [API:8081]10.0.0.190 - - [2026-08-24 03:49:36] "GET /analytics HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.190 - - [2026-08-24 03:49:36] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.190 - - [2026-08-24 03:50:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000446 [API:8081]10.0.0.190 - - [2026-08-24 03:50:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.120121 [API:8081]10.0.0.191 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.191 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000194 [API:8081]10.0.0.50 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.50 - - [2026-08-24 03:50:05] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.190 - - [2026-08-24 03:50:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055918 [API:8081]10.0.0.190 - - [2026-08-24 03:51:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.074993 [API:8081]10.0.0.191 - - [2026-08-24 03:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.191 - - [2026-08-24 03:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.190 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.190 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.191 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.191 - - [2026-08-24 03:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.50 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.50 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.190 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-24 03:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.50 - - [2026-08-24 03:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.50 - - [2026-08-24 03:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.190 - - [2026-08-24 03:53:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059815 [API:8081]10.0.0.190 - - [2026-08-24 03:54:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061351 [API:8081]10.0.0.190 - - [2026-08-24 03:56:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.190 - - [2026-08-24 03:56:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1425 0.061769 [API:8081]10.0.0.190 - - [2026-08-24 03:56:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058131 [API:8081]10.0.0.191 - - [2026-08-24 03:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.191 - - [2026-08-24 03:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.190 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.190 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.191 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.191 - - [2026-08-24 03:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.50 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.50 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.190 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.190 - - [2026-08-24 03:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.50 - - [2026-08-24 03:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.50 - - [2026-08-24 03:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.190 - - [2026-08-24 03:57:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057522 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002992 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003542 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003537 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003620 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003090 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002897 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 03:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003348 [API:8081]10.0.0.190 - - [2026-08-24 03:59:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.120936 [API:8081]10.0.0.190 - - [2026-08-24 03:59:36] "GET /analytics HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.190 - - [2026-08-24 03:59:36] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.191 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.191 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.50 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.50 - - [2026-08-24 04:00:05] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.190 - - [2026-08-24 04:00:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.072951 [API:8081]10.0.0.191 - - [2026-08-24 04:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.191 - - [2026-08-24 04:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.190 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.191 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.191 - - [2026-08-24 04:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.50 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.50 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 04:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.50 - - [2026-08-24 04:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.50 - - [2026-08-24 04:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.190 - - [2026-08-24 04:02:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26593906:5a86ba96-12f1-4a61-b258-a318a2a541fb?flat HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26593906:5a86ba96-12f1-4a61-b258-a318a2a541fb?flat HTTP/1.1" 200 5262 0.064003 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26593906:5a86ba96-12f1-4a61-b258-a318a2a541fb?flat HTTP/1.1" 200 5262 0.052260 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-26593906:5a86ba96-12f1-4a61-b258-a318a2a541fb?flat HTTP/1.1" 200 5262 0.058982 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-26593906:ctest-random-74883332?flat HTTP/1.1" 200 3959 0.018041 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.021456 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.024883 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.023884 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.057384 [API:8081]10.0.0.190 - - [2026-08-24 04:02:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011611 [API:8081]10.0.0.190 - - [2026-08-24 04:02:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.012009 [API:8081]10.0.0.190 - - [2026-08-24 04:02:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.037034 [API:8081]10.0.0.190 - - [2026-08-24 04:02:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.025953 [API:8081]10.0.0.190 - - [2026-08-24 04:02:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.023183 [API:8081]10.0.0.190 - - [2026-08-24 04:02:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.025490 [API:8081]10.0.0.190 - - [2026-08-24 04:02:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.023313 [API:8081]10.0.0.190 - - [2026-08-24 04:02:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.023763 [API:8081]10.0.0.190 - - [2026-08-24 04:02:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065061 [API:8081]10.0.0.190 - - [2026-08-24 04:02:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.024248 [API:8081]10.0.0.190 - - [2026-08-24 04:02:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.034776 [API:8081]10.0.0.190 - - [2026-08-24 04:02:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.022012 [API:8081]10.0.0.190 - - [2026-08-24 04:02:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.023685 [API:8081]10.0.0.190 - - [2026-08-24 04:02:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.022084 [API:8081]10.0.0.190 - - [2026-08-24 04:02:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13041 0.022794 [API:8081]10.0.0.190 - - [2026-08-24 04:02:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.023329 [API:8081]10.0.0.190 - - [2026-08-24 04:02:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12651 0.022454 [API:8081]10.0.0.190 - - [2026-08-24 04:02:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-26593906:ctest-random-74883332?flat HTTP/1.1" 200 8135 0.015012 [API:8081]10.0.0.190 - - [2026-08-24 04:02:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009406 [API:8081]10.0.0.190 - - [2026-08-24 04:03:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.071328 [API:8081]10.0.0.190 - - [2026-08-24 04:05:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049262 [API:8081]10.0.0.190 - - [2026-08-24 04:06:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.063180 [API:8081]10.0.0.190 - - [2026-08-24 04:06:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.190 - - [2026-08-24 04:06:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2072 0.065176 [API:8081]10.0.0.191 - - [2026-08-24 04:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.191 - - [2026-08-24 04:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.190 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.190 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.191 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.191 - - [2026-08-24 04:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.50 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001561 [API:8081]10.0.0.50 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.190 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.190 - - [2026-08-24 04:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000445 [API:8081]10.0.0.50 - - [2026-08-24 04:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.50 - - [2026-08-24 04:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003692 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004203 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003080 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003421 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003664 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002712 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002553 [API:8081]10.0.0.190 - - [2026-08-24 04:08:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055752 [API:8081]10.0.0.190 - - [2026-08-24 04:09:36] "GET /analytics HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-24 04:09:36] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.190 - - [2026-08-24 04:09:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058761 [API:8081]10.0.0.191 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.191 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.50 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.50 - - [2026-08-24 04:10:05] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.190 - - [2026-08-24 04:10:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.190 - - [2026-08-24 04:10:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1427 0.059044 [API:8081]10.0.0.190 - - [2026-08-24 04:11:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056639 [API:8081]10.0.0.191 - - [2026-08-24 04:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.191 - - [2026-08-24 04:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.190 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.190 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.191 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.191 - - [2026-08-24 04:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.50 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.50 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.190 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.190 - - [2026-08-24 04:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.50 - - [2026-08-24 04:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000440 [API:8081]10.0.0.50 - - [2026-08-24 04:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.190 - - [2026-08-24 04:12:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053809 [API:8081]10.0.0.190 - - [2026-08-24 04:13:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.190 - - [2026-08-24 04:13:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.055323 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:41] "POST /analytics/query HTTP/1.1" 202 179 0.012120 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:41] "GET /analytics/query/541dfd40-9f72-11f1-94eb-00000a0000be HTTP/1.1" 200 221 0.004188 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:41] "GET /analytics/query/541dfd40-9f72-11f1-94eb-00000a0000be HTTP/1.1" 200 221 0.003065 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:42] "GET /analytics/query/541dfd40-9f72-11f1-94eb-00000a0000be HTTP/1.1" 200 338 0.002352 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:42] "GET /analytics/query/541dfd40-9f72-11f1-94eb-00000a0000be/chunk-final/0 HTTP/1.1" 200 854 0.002642 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:42] "POST /analytics/query HTTP/1.1" 202 179 0.006394 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:42] "GET /analytics/query/55167396-9f72-11f1-948b-00000a0000be HTTP/1.1" 200 221 0.002314 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:43] "GET /analytics/query/55167396-9f72-11f1-948b-00000a0000be HTTP/1.1" 200 221 0.002538 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:43] "GET /analytics/query/55167396-9f72-11f1-948b-00000a0000be HTTP/1.1" 200 221 0.002104 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:44] "GET /analytics/query/55167396-9f72-11f1-948b-00000a0000be HTTP/1.1" 200 338 0.002856 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:44] "GET /analytics/query/55167396-9f72-11f1-948b-00000a0000be/chunk-final/0 HTTP/1.1" 200 854 0.002772 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:44] "POST /analytics/query HTTP/1.1" 202 179 0.005435 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:44] "GET /analytics/query/5661ab4a-9f72-11f1-830b-00000a0000be HTTP/1.1" 200 221 0.001840 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:45] "GET /analytics/query/5661ab4a-9f72-11f1-830b-00000a0000be HTTP/1.1" 200 221 0.002262 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:45] "GET /analytics/query/5661ab4a-9f72-11f1-830b-00000a0000be HTTP/1.1" 200 339 0.002589 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:45] "GET /analytics/query/5661ab4a-9f72-11f1-830b-00000a0000be/chunk-final/0 HTTP/1.1" 200 16691 0.003215 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:46] "POST /analytics/query HTTP/1.1" 202 179 0.011564 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:46] "GET /analytics/query/57640eb4-9f72-11f1-8eba-00000a0000be HTTP/1.1" 200 221 0.005191 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:47] "GET /analytics/query/57640eb4-9f72-11f1-8eba-00000a0000be HTTP/1.1" 200 339 0.002238 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:47] "GET /analytics/query/57640eb4-9f72-11f1-8eba-00000a0000be/chunk-final/0 HTTP/1.1" 200 16688 0.002816 [API:8081]10.0.0.190 - - [2026-08-24 04:14:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060972 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:47] "POST /analytics/query HTTP/1.1" 202 179 0.007138 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:47] "GET /analytics/query/5817d91e-9f72-11f1-a890-00000a0000be HTTP/1.1" 200 221 0.003115 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:48] "GET /analytics/query/5817d91e-9f72-11f1-a890-00000a0000be HTTP/1.1" 200 221 0.003033 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:48] "GET /analytics/query/5817d91e-9f72-11f1-a890-00000a0000be HTTP/1.1" 200 338 0.002281 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:48] "GET /analytics/query/5817d91e-9f72-11f1-a890-00000a0000be/chunk-final/0 HTTP/1.1" 200 6301 0.002366 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.006161 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:53] "POST /analytics/query HTTP/1.1" 202 179 0.007988 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:53] "GET /analytics/query/5b31134e-9f72-11f1-afe2-00000a0000be HTTP/1.1" 200 221 0.004271 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:53] "GET /analytics/query/5b31134e-9f72-11f1-afe2-00000a0000be HTTP/1.1" 200 341 0.002154 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:53] "GET /analytics/query/5b31134e-9f72-11f1-afe2-00000a0000be/chunk-final/0 HTTP/1.1" 200 332501 0.021474 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.005338 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.006310 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:55] "POST /analytics/query HTTP/1.1" 202 179 0.007148 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:55] "GET /analytics/query/5c85c8ce-9f72-11f1-81b0-00000a0000be HTTP/1.1" 200 221 0.003205 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:55] "GET /analytics/query/5c85c8ce-9f72-11f1-81b0-00000a0000be HTTP/1.1" 200 338 0.002366 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:55] "GET /analytics/query/5c85c8ce-9f72-11f1-81b0-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.002141 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:55] "POST /analytics/query HTTP/1.1" 202 179 0.006014 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:55] "GET /analytics/query/5cd6b133-9f72-11f1-a902-00000a0000be HTTP/1.1" 200 221 0.002073 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "GET /analytics/query/5cd6b133-9f72-11f1-a902-00000a0000be HTTP/1.1" 200 338 0.002705 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "GET /analytics/query/5cd6b133-9f72-11f1-a902-00000a0000be/chunk-final/0 HTTP/1.1" 200 11274 0.004039 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "POST /analytics/query HTTP/1.1" 202 179 0.005225 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "GET /analytics/query/5d284f38-9f72-11f1-86b8-00000a0000be HTTP/1.1" 200 221 0.006101 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "GET /analytics/query/5d284f38-9f72-11f1-86b8-00000a0000be HTTP/1.1" 200 338 0.002200 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "GET /analytics/query/5d284f38-9f72-11f1-86b8-00000a0000be/chunk-final/0 HTTP/1.1" 200 4013 0.002923 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "POST /analytics/query HTTP/1.1" 202 179 0.004463 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:56] "GET /analytics/query/5d79dc1e-9f72-11f1-9714-00000a0000be HTTP/1.1" 200 221 0.004587 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "GET /analytics/query/5d79dc1e-9f72-11f1-9714-00000a0000be HTTP/1.1" 200 338 0.005432 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "GET /analytics/query/5d79dc1e-9f72-11f1-9714-00000a0000be/chunk-final/0 HTTP/1.1" 200 7876 0.006321 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "POST /analytics/query HTTP/1.1" 202 179 0.006850 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "GET /analytics/query/5dce6365-9f72-11f1-8b2c-00000a0000be HTTP/1.1" 200 221 0.016154 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "GET /analytics/query/5dce6365-9f72-11f1-8b2c-00000a0000be HTTP/1.1" 200 338 0.002386 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "GET /analytics/query/5dce6365-9f72-11f1-8b2c-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.002685 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "POST /analytics/query HTTP/1.1" 202 179 0.005604 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:57] "GET /analytics/query/5e22d794-9f72-11f1-89fc-00000a0000be HTTP/1.1" 200 221 0.002681 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:58] "GET /analytics/query/5e22d794-9f72-11f1-89fc-00000a0000be HTTP/1.1" 200 338 0.002271 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:58] "GET /analytics/query/5e22d794-9f72-11f1-89fc-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.002100 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:58] "POST /analytics/query HTTP/1.1" 202 179 0.019946 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:58] "GET /analytics/query/5e73f5bf-9f72-11f1-a282-00000a0000be HTTP/1.1" 200 221 0.004062 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "GET /analytics/query/5e73f5bf-9f72-11f1-a282-00000a0000be HTTP/1.1" 200 338 0.002288 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "GET /analytics/query/5e73f5bf-9f72-11f1-a282-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.002438 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "POST /analytics/query HTTP/1.1" 202 179 0.005733 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "GET /analytics/query/5ec9e7a2-9f72-11f1-8bb3-00000a0000be HTTP/1.1" 200 221 0.002075 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "GET /analytics/query/5ec9e7a2-9f72-11f1-8bb3-00000a0000be HTTP/1.1" 200 338 0.002087 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "GET /analytics/query/5ec9e7a2-9f72-11f1-8bb3-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.001726 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "POST /analytics/query HTTP/1.1" 202 179 0.005528 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:14:59] "GET /analytics/query/5f1a7215-9f72-11f1-a709-00000a0000be HTTP/1.1" 200 221 0.004327 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "GET /analytics/query/5f1a7215-9f72-11f1-a709-00000a0000be HTTP/1.1" 200 338 0.003041 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "GET /analytics/query/5f1a7215-9f72-11f1-a709-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.002378 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "POST /analytics/query HTTP/1.1" 202 179 0.029247 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "GET /analytics/query/5f6d2a08-9f72-11f1-90b6-00000a0000be HTTP/1.1" 200 221 0.002504 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "GET /analytics/query/5f6d2a08-9f72-11f1-90b6-00000a0000be HTTP/1.1" 200 338 0.002504 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "GET /analytics/query/5f6d2a08-9f72-11f1-90b6-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.001906 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "POST /analytics/query HTTP/1.1" 202 179 0.006882 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:00] "GET /analytics/query/5fc1de14-9f72-11f1-bd23-00000a0000be HTTP/1.1" 200 221 0.002907 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:01] "GET /analytics/query/5fc1de14-9f72-11f1-bd23-00000a0000be HTTP/1.1" 200 338 0.002907 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:01] "GET /analytics/query/5fc1de14-9f72-11f1-bd23-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.001885 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:01] "POST /analytics/query HTTP/1.1" 202 179 0.005600 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:01] "GET /analytics/query/6013247c-9f72-11f1-8459-00000a0000be HTTP/1.1" 200 221 0.002197 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:01] "GET /analytics/query/6013247c-9f72-11f1-8459-00000a0000be HTTP/1.1" 200 338 0.002659 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:01] "GET /analytics/query/6013247c-9f72-11f1-8459-00000a0000be/chunk-final/0 HTTP/1.1" 200 145 0.002774 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.005063 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.004137 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:03] "POST /analytics/query HTTP/1.1" 202 179 0.010536 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:03] "GET /analytics/query/6145745b-9f72-11f1-a942-00000a0000be HTTP/1.1" 200 221 0.002246 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:03] "GET /analytics/query/6145745b-9f72-11f1-a942-00000a0000be HTTP/1.1" 200 340 0.002824 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:03] "GET /analytics/query/6145745b-9f72-11f1-a942-00000a0000be/chunk-final/0 HTTP/1.1" 200 1505337 0.028151 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:03] "POST /analytics/query HTTP/1.1" 202 179 0.020566 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:03] "GET /analytics/query/61a13267-9f72-11f1-a22b-00000a0000be HTTP/1.1" 200 221 0.002462 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:04] "GET /analytics/query/61a13267-9f72-11f1-a22b-00000a0000be HTTP/1.1" 200 340 0.002698 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:04] "GET /analytics/query/61a13267-9f72-11f1-a22b-00000a0000be/chunk-final/0 HTTP/1.1" 200 1506709 0.025991 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.004908 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004590 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004340 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.004219 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.006190 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:08] "POST /analytics/query HTTP/1.1" 202 179 0.007062 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:08] "GET /analytics/query/642ba55c-9f72-11f1-ae0c-00000a0000be HTTP/1.1" 200 221 0.003261 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:08] "GET /analytics/query/642ba55c-9f72-11f1-ae0c-00000a0000be HTTP/1.1" 200 339 0.002243 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:08] "GET /analytics/query/642ba55c-9f72-11f1-ae0c-00000a0000be/chunk-final/0 HTTP/1.1" 200 43936 0.005282 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.004226 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:09] "POST /analytics/query HTTP/1.1" 202 179 0.009084 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:09] "GET /analytics/query/64fb9330-9f72-11f1-918d-00000a0000be HTTP/1.1" 200 221 0.002793 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:09] "GET /analytics/query/64fb9330-9f72-11f1-918d-00000a0000be HTTP/1.1" 200 221 0.003242 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:10] "GET /analytics/query/64fb9330-9f72-11f1-918d-00000a0000be HTTP/1.1" 200 341 0.002723 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:10] "GET /analytics/query/64fb9330-9f72-11f1-918d-00000a0000be/chunk-final/0 HTTP/1.1" 200 913761 0.051144 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004384 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.004149 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004142 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:16] "POST /analytics/query HTTP/1.1" 200 145 1.012224 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.004559 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:17] "POST /analytics/query HTTP/1.1" 200 2333 1.013284 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004634 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:19] "POST /analytics/query HTTP/1.1" 200 757 1.013176 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004945 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:21] "POST /analytics/query HTTP/1.1" 200 2767 1.016024 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004783 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:23] "POST /analytics/query HTTP/1.1" 200 258 1.012844 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004489 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:24] "POST /analytics/query HTTP/1.1" 200 1368 1.015440 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004160 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:26] "POST /analytics/query HTTP/1.1" 200 2767 1.013345 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.005163 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:28] "POST /analytics/query HTTP/1.1" 200 825 1.014227 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004697 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:29] "POST /analytics/query HTTP/1.1" 200 141451 1.041017 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004319 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:31] "POST /analytics/query HTTP/1.1" 200 619 1.013700 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004294 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:33] "POST /analytics/query HTTP/1.1" 200 258 1.013785 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.004258 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:35] "POST /analytics/query HTTP/1.1" 200 596 1.017492 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.005290 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:36] "POST /analytics/query HTTP/1.1" 200 1797 1.015850 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004515 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:38] "POST /analytics/query HTTP/1.1" 200 596 1.013914 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004128 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:40] "POST /analytics/query HTTP/1.1" 200 316 1.034251 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:15:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004215 [API:8081]10.0.0.190 - - [2026-08-24 04:15:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.147775 [API:8081]10.0.0.190 - - [2026-08-24 04:15:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.190 - - [2026-08-24 04:15:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.062383 [API:8081]10.0.0.190 - - [2026-08-24 04:17:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.054015 [API:8081]10.0.0.190 - - [2026-08-24 04:17:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.064805 [API:8081]10.0.0.190 - - [2026-08-24 04:17:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.010834 [API:8081]10.0.0.191 - - [2026-08-24 04:17:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000409 [API:8081]10.0.0.191 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.190 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000434 [API:8081]10.0.0.191 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.191 - - [2026-08-24 04:17:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.50 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.50 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.190 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.190 - - [2026-08-24 04:17:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.50 - - [2026-08-24 04:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.50 - - [2026-08-24 04:17:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000467 [API:8081]10.0.0.190 - - [2026-08-24 04:17:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054150 [API:8081]10.0.0.190 - - [2026-08-24 04:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.011691 [API:8081]10.0.0.190 - - [2026-08-24 04:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.012221 [API:8081]10.0.0.190 - - [2026-08-24 04:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.011534 [API:8081]10.0.0.190 - - [2026-08-24 04:18:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.011332 [API:8081]10.0.0.190 - - [2026-08-24 04:18:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1963 0.011733 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003191 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003178 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004165 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003372 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003622 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003507 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003191 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:18:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003457 [API:8081]10.0.0.190 - - [2026-08-24 04:18:35] "POST /analytics/query HTTP/1.1" 200 222 1.023154 [API:8081]10.0.0.190 - - [2026-08-24 04:18:36] "POST /analytics/query HTTP/1.1" 200 222 1.021280 [API:8081]10.0.0.190 - - [2026-08-24 04:18:37] "POST /analytics/query HTTP/1.1" 200 353 1.029686 [API:8081]10.0.0.190 - - [2026-08-24 04:18:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059678 [API:8081]10.0.0.190 - - [2026-08-24 04:19:36] "GET /analytics HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 04:19:36] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.191 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000470 [API:8081]10.0.0.191 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000196 [API:8081]10.0.0.50 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.50 - - [2026-08-24 04:20:05] "GET /analytics HTTP/1.1" 401 206 0.000192 [API:8081]10.0.0.190 - - [2026-08-24 04:20:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075468 [API:8081]10.0.0.190 - - [2026-08-24 04:21:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069869 [API:8081]10.0.0.190 - - [2026-08-24 04:21:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25598 0.024564 [API:8081]10.0.0.190 - - [2026-08-24 04:21:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13745 0.026299 [API:8081]10.0.0.190 - - [2026-08-24 04:21:58] "POST /analytics/query HTTP/1.1" 200 507 1.085255 [API:8081]10.0.0.190 - - [2026-08-24 04:21:59] "POST /analytics/query HTTP/1.1" 200 353 1.032087 [API:8081]10.0.0.190 - - [2026-08-24 04:22:00] "POST /analytics/query HTTP/1.1" 200 353 1.037871 [API:8081]10.0.0.191 - - [2026-08-24 04:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.191 - - [2026-08-24 04:22:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000442 [API:8081]10.0.0.190 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000460 [API:8081]10.0.0.191 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.191 - - [2026-08-24 04:22:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.50 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.50 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.190 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-24 04:22:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.50 - - [2026-08-24 04:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.50 - - [2026-08-24 04:22:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.190 - - [2026-08-24 04:23:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066586 [API:8081]10.0.0.190 - - [2026-08-24 04:24:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057238 [API:8081]10.0.0.190 - - [2026-08-24 04:26:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062886 [API:8081]10.0.0.191 - - [2026-08-24 04:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.191 - - [2026-08-24 04:27:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.190 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.190 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000421 [API:8081]10.0.0.191 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.191 - - [2026-08-24 04:27:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.50 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.50 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.190 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.190 - - [2026-08-24 04:27:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.50 - - [2026-08-24 04:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.50 - - [2026-08-24 04:27:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.190 - - [2026-08-24 04:27:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.066242 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004309 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003792 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003176 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005109 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003441 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002717 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002740 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:28:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002397 [API:8081]10.0.0.190 - - [2026-08-24 04:29:36] "GET /analytics HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.190 - - [2026-08-24 04:29:36] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.190 - - [2026-08-24 04:29:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059789 [API:8081]10.0.0.191 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.191 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.50 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.50 - - [2026-08-24 04:30:05] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.190 - - [2026-08-24 04:31:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.078269 [API:8081]10.0.0.191 - - [2026-08-24 04:32:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.191 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.190 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.191 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.191 - - [2026-08-24 04:32:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.50 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.50 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-24 04:32:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.50 - - [2026-08-24 04:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.50 - - [2026-08-24 04:32:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.190 - - [2026-08-24 04:33:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.401424 [API:8081]10.0.0.190 - - [2026-08-24 04:33:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000410 [API:8081]10.0.0.190 - - [2026-08-24 04:33:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1425 0.071682 [API:8081]10.0.0.190 - - [2026-08-24 04:34:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.068940 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:fb8d73c5-531a-4e4d-9c99-24473883064d?flat HTTP/1.1" 200 5063 0.051883 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:fb8d73c5-531a-4e4d-9c99-24473883064d?flat HTTP/1.1" 200 5063 0.016645 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:fb8d73c5-531a-4e4d-9c99-24473883064d?flat HTTP/1.1" 200 5063 0.069834 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06833419:EVPN-VN1?flat HTTP/1.1" 200 7340 0.020136 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.031209 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13006 0.024232 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.023613 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13006 0.024870 [API:8081]10.0.0.190 - - [2026-08-24 04:34:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011929 [API:8081]10.0.0.190 - - [2026-08-24 04:34:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:a6c4f46d-37f4-4155-aa84-ddb28f2076fe?flat HTTP/1.1" 200 5064 0.014957 [API:8081]10.0.0.190 - - [2026-08-24 04:34:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:a6c4f46d-37f4-4155-aa84-ddb28f2076fe?flat HTTP/1.1" 200 5064 0.015660 [API:8081]10.0.0.190 - - [2026-08-24 04:34:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:a6c4f46d-37f4-4155-aa84-ddb28f2076fe?flat HTTP/1.1" 200 5064 0.016325 [API:8081]10.0.0.190 - - [2026-08-24 04:34:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06833419:EVPN-VN1?flat HTTP/1.1" 200 8930 0.025424 [API:8081]10.0.0.190 - - [2026-08-24 04:34:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.019266 [API:8081]10.0.0.190 - - [2026-08-24 04:34:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.022421 [API:8081]10.0.0.190 - - [2026-08-24 04:34:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010283 [API:8081]10.0.0.190 - - [2026-08-24 04:36:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.062755 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:fb8d73c5-531a-4e4d-9c99-24473883064d?flat HTTP/1.1" 200 5319 0.015988 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:fb8d73c5-531a-4e4d-9c99-24473883064d?flat HTTP/1.1" 200 5319 0.016501 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:fb8d73c5-531a-4e4d-9c99-24473883064d?flat HTTP/1.1" 200 5319 0.016207 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06833419:EVPN-VN1?flat HTTP/1.1" 200 8310 0.019253 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23277 0.030479 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23277 0.026358 [API:8081]10.0.0.190 - - [2026-08-24 04:36:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011910 [API:8081]10.0.0.190 - - [2026-08-24 04:36:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:a6c4f46d-37f4-4155-aa84-ddb28f2076fe?flat HTTP/1.1" 200 5315 0.015422 [API:8081]10.0.0.190 - - [2026-08-24 04:36:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:a6c4f46d-37f4-4155-aa84-ddb28f2076fe?flat HTTP/1.1" 200 5315 0.014913 [API:8081]10.0.0.190 - - [2026-08-24 04:36:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06833419:a6c4f46d-37f4-4155-aa84-ddb28f2076fe?flat HTTP/1.1" 200 5315 0.017604 [API:8081]10.0.0.190 - - [2026-08-24 04:36:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06833419:EVPN-VN1?flat HTTP/1.1" 200 9434 0.021443 [API:8081]10.0.0.190 - - [2026-08-24 04:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23273 0.025326 [API:8081]10.0.0.190 - - [2026-08-24 04:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23273 0.020266 [API:8081]10.0.0.190 - - [2026-08-24 04:36:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011714 [API:8081]10.0.0.190 - - [2026-08-24 04:37:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.067833 [API:8081]10.0.0.191 - - [2026-08-24 04:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.191 - - [2026-08-24 04:37:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.190 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.191 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.191 - - [2026-08-24 04:37:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.50 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.50 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.190 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.190 - - [2026-08-24 04:37:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.50 - - [2026-08-24 04:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.50 - - [2026-08-24 04:37:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.190 - - [2026-08-24 04:37:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32161 0.031402 [API:8081]10.0.0.190 - - [2026-08-24 04:37:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06833419:EVPN-VN1?flat HTTP/1.1" 200 8515 0.018710 [API:8081]10.0.0.190 - - [2026-08-24 04:37:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011802 [API:8081]10.0.0.190 - - [2026-08-24 04:37:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32494 0.027757 [API:8081]10.0.0.190 - - [2026-08-24 04:37:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06833419:EVPN-VN1?flat HTTP/1.1" 200 5988 0.015311 [API:8081]10.0.0.190 - - [2026-08-24 04:37:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.018505 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003289 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004035 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003141 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003402 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003527 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002815 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003196 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:38:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003069 [API:8081]10.0.0.190 - - [2026-08-24 04:39:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064518 [API:8081]10.0.0.190 - - [2026-08-24 04:39:36] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.190 - - [2026-08-24 04:39:36] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.191 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.191 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.50 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.50 - - [2026-08-24 04:40:05] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.190 - - [2026-08-24 04:40:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060972 [API:8081]10.0.0.190 - - [2026-08-24 04:41:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86586805:ctest-TestRbac-86586805-52004289?flat HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 04:41:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86586805:ctest-TestRbac-86586805-52004289?flat HTTP/1.1" 200 2078 0.497645 [API:8081]10.0.0.190 - - [2026-08-24 04:41:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.145141 [API:8081]10.0.0.190 - - [2026-08-24 04:41:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86586805:ctest-TestRbac-86586805-52004289?flat HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.190 - - [2026-08-24 04:41:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86586805:ctest-TestRbac-86586805-52004289?flat HTTP/1.1" 200 2078 0.150945 [API:8081]10.0.0.190 - - [2026-08-24 04:41:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.095053 [API:8081]10.0.0.190 - - [2026-08-24 04:41:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-31917702:833ba3a0-623a-447a-b3a8-2a4b936549b4?flat HTTP/1.1" 200 3234 0.104779 [API:8081]10.0.0.190 - - [2026-08-24 04:41:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-31917702:833ba3a0-623a-447a-b3a8-2a4b936549b4?flat HTTP/1.1" 200 3234 0.069282 [API:8081]10.0.0.190 - - [2026-08-24 04:41:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-31917702:833ba3a0-623a-447a-b3a8-2a4b936549b4?flat HTTP/1.1" 200 3234 0.063005 [API:8081]10.0.0.190 - - [2026-08-24 04:41:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86586805:ctest-TestRbac-86586805-52004289?flat HTTP/1.1" 200 7741 0.063754 [API:8081]10.0.0.190 - - [2026-08-24 04:41:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.054249 [API:8081]10.0.0.190 - - [2026-08-24 04:41:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.138798 [API:8081]10.0.0.190 - - [2026-08-24 04:41:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.190 - - [2026-08-24 04:41:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.071816 [API:8081]10.0.0.190 - - [2026-08-24 04:41:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.038126 [API:8081]10.0.0.190 - - [2026-08-24 04:41:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.110899 [API:8081]10.0.0.190 - - [2026-08-24 04:41:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.068963 [API:8081]10.0.0.190 - - [2026-08-24 04:41:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.056254 [API:8081]10.0.0.190 - - [2026-08-24 04:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.111091 [API:8081]10.0.0.190 - - [2026-08-24 04:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.169151 [API:8081]10.0.0.190 - - [2026-08-24 04:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.028627 [API:8081]10.0.0.190 - - [2026-08-24 04:41:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.062520 [API:8081]10.0.0.190 - - [2026-08-24 04:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.031671 [API:8081]10.0.0.190 - - [2026-08-24 04:42:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.025985 [API:8081]10.0.0.190 - - [2026-08-24 04:42:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-86586805:ctest-TestRbac-86586805-52004289?flat HTTP/1.1" 200 6496 0.015625 [API:8081]10.0.0.190 - - [2026-08-24 04:42:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010214 [API:8081]10.0.0.191 - - [2026-08-24 04:42:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.191 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.190 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.191 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.190 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.191 - - [2026-08-24 04:42:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.50 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.50 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.190 - - [2026-08-24 04:42:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.190 - - [2026-08-24 04:42:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.284250 [API:8081]10.0.0.50 - - [2026-08-24 04:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.50 - - [2026-08-24 04:42:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 04:42:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 04:42:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 200 2109 0.111549 [API:8081]10.0.0.190 - - [2026-08-24 04:42:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 401 206 0.000256 --- 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-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-62268530' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project 'ea8c7fe115b140abb96e4c8c595473a1' 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-87111638', 'ctest-TestRbacBasic-87111638-78510227'], 'virtual_network', 'db0485cc-15a2-45d6-a365-2294443aee06', "Permission Denied for ['ctest-TestRbacBasic-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-62268530' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project 'ea8c7fe115b140abb96e4c8c595473a1'"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 403 199 0.108855 [API:8081]10.0.0.190 - - [2026-08-24 04:42:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.190 - - [2026-08-24 04:42:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 200 2109 0.065416 [API:8081]10.0.0.190 - - [2026-08-24 04:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.077405 [API:8081]10.0.0.190 - - [2026-08-24 04:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.086376 [API:8081]10.0.0.190 - - [2026-08-24 04:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1716 0.046147 --- 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-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-87111638' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project '49d4328d02224ba6b62e800486bb49ce' 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-87111638', 'ctest-TestRbacBasic-87111638-78510227'], 'virtual_network', 'db0485cc-15a2-45d6-a365-2294443aee06', "Permission Denied for ['ctest-TestRbacBasic-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-87111638' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project '49d4328d02224ba6b62e800486bb49ce'"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 403 199 0.053122 --- 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-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-87111638' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project '49d4328d02224ba6b62e800486bb49ce' 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-87111638', 'ctest-TestRbacBasic-87111638-78510227'], 'virtual_network', 'db0485cc-15a2-45d6-a365-2294443aee06', "Permission Denied for ['ctest-TestRbacBasic-44799961'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-87111638' RBAC: ctest-TestRbacBasic-84688264 doesn't have read permission in project '49d4328d02224ba6b62e800486bb49ce'"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 403 199 0.091861 [API:8081]10.0.0.190 - - [2026-08-24 04:42:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 200 2113 0.195033 [API:8081]10.0.0.190 - - [2026-08-24 04:42:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-87111638:ctest-TestRbacBasic-87111638-78510227?flat HTTP/1.1" 200 2113 0.040799 [API:8081]10.0.0.190 - - [2026-08-24 04:42:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.183578 [API:8081]10.0.0.190 - - [2026-08-24 04:42:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.190226 [API:8081]10.0.0.190 - - [2026-08-24 04:42:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1716 0.022472 [API:8081]10.0.0.190 - - [2026-08-24 04:42:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1469 0.010483 [API:8081]10.0.0.190 - - [2026-08-24 04:42:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 401 206 0.000332 --- 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-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.099399 [API:8081]10.0.0.190 - - [2026-08-24 04:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.061687 [API:8081]10.0.0.190 - - [2026-08-24 04:42:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 200 2117 0.061405 [API:8081]10.0.0.190 - - [2026-08-24 04:42:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.065869 --- 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-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.040089 --- 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-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-00037916 as ['ctest-TestRbacBasic-84013379'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.085515 [API:8081]10.0.0.190 - - [2026-08-24 04:42:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073698 [API:8081]10.0.0.190 - - [2026-08-24 04:42:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 200 2117 0.064176 [API:8081]10.0.0.190 - - [2026-08-24 04:42:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.061007 [API:8081]10.0.0.190 - - [2026-08-24 04:42:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 401 206 0.000411 --- 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-84688264 as ['ctest-TestRbacBasic-44799961'] to R virtual-network in ctest-TestRbacBasic-52400356 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-52400356', 'ctest-TestRbacBasic-52400356-10858221'], 'virtual_network', '617c1151-8d66-4fc1-84fe-b165c30c6566', "Permission Denied for ctest-TestRbacBasic-84688264 as ['ctest-TestRbacBasic-44799961'] to R virtual-network in ctest-TestRbacBasic-52400356"),) [API:8081]10.0.0.190 - - [2026-08-24 04:42:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 403 199 0.088003 [API:8081]10.0.0.190 - - [2026-08-24 04:42:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.051673 [API:8081]10.0.0.190 - - [2026-08-24 04:42:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-10858221?flat HTTP/1.1" 200 2117 0.053761 [API:8081]10.0.0.190 - - [2026-08-24 04:42:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.059622 [API:8081]10.0.0.190 - - [2026-08-24 04:42:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1469 0.086597 [API:8081]10.0.0.190 - - [2026-08-24 04:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1716 0.010946 [API:8081]10.0.0.190 - - [2026-08-24 04:43:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057900 [API:8081]10.0.0.190 - - [2026-08-24 04:43:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-52400356:ff6fefd3-26ae-46dc-b4ed-7a0fd59d98e3?flat HTTP/1.1" 200 5250 0.063050 [API:8081]10.0.0.190 - - [2026-08-24 04:43:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-52400356:ff6fefd3-26ae-46dc-b4ed-7a0fd59d98e3?flat HTTP/1.1" 200 5250 0.062200 [API:8081]10.0.0.190 - - [2026-08-24 04:43:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-52400356:ff6fefd3-26ae-46dc-b4ed-7a0fd59d98e3?flat HTTP/1.1" 200 5250 0.064188 [API:8081]10.0.0.190 - - [2026-08-24 04:43:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-67683304?flat HTTP/1.1" 200 8157 0.062460 [API:8081]10.0.0.190 - - [2026-08-24 04:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.036918 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.128184 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027545 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.039009 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.088699 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028869 [API:8081]10.0.0.190 - - [2026-08-24 04:43:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.052834 [API:8081]10.0.0.190 - - [2026-08-24 04:43:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-67683304?flat HTTP/1.1" 200 8157 0.083836 [API:8081]10.0.0.190 - - [2026-08-24 04:43:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.061005 [API:8081]10.0.0.190 - - [2026-08-24 04:43:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.052267 [API:8081]10.0.0.190 - - [2026-08-24 04:43:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.083586 [API:8081]10.0.0.190 - - [2026-08-24 04:43:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.026439 [API:8081]10.0.0.190 - - [2026-08-24 04:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.024437 [API:8081]10.0.0.190 - - [2026-08-24 04:43:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.062751 [API:8081]10.0.0.190 - - [2026-08-24 04:43:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.024732 [API:8081]10.0.0.190 - - [2026-08-24 04:43:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.026942 [API:8081]10.0.0.190 - - [2026-08-24 04:44:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028949 [API:8081]10.0.0.190 - - [2026-08-24 04:44:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-52400356:ctest-TestRbacBasic-52400356-67683304?flat HTTP/1.1" 200 6892 0.015197 [API:8081]10.0.0.190 - - [2026-08-24 04:44:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010785 [Introspect:8090]10.0.0.190 - - [2026-08-24 04:44:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001285 [API:8081]10.0.0.190 - - [2026-08-24 04:44:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-24 04:44:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.054663 [API:8081]10.0.0.190 - - [2026-08-24 04:45:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060138 [API:8081]10.0.0.190 - - [2026-08-24 04:46:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062465 [API:8081]10.0.0.190 - - [2026-08-24 04:46:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:4f5587dd-c25f-44b5-8ee4-13e2a5d38f5a?flat HTTP/1.1" 200 5560 0.020659 [API:8081]10.0.0.190 - - [2026-08-24 04:46:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:4f5587dd-c25f-44b5-8ee4-13e2a5d38f5a?flat HTTP/1.1" 200 5560 0.080019 [API:8081]10.0.0.190 - - [2026-08-24 04:46:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:4f5587dd-c25f-44b5-8ee4-13e2a5d38f5a?flat HTTP/1.1" 200 5560 0.060040 [API:8081]10.0.0.190 - - [2026-08-24 04:46:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn1-37689620?flat HTTP/1.1" 200 9613 0.023206 [API:8081]10.0.0.190 - - [2026-08-24 04:46:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.028390 [API:8081]10.0.0.190 - - [2026-08-24 04:46:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.024337 [API:8081]10.0.0.190 - - [2026-08-24 04:46:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011433 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:fd376294-c2a7-49e3-85bd-4c98e8a30a21?flat HTTP/1.1" 200 5371 0.015554 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:fd376294-c2a7-49e3-85bd-4c98e8a30a21?flat HTTP/1.1" 200 5371 0.015623 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:fd376294-c2a7-49e3-85bd-4c98e8a30a21?flat HTTP/1.1" 200 5371 0.016458 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn1-37689620?flat HTTP/1.1" 200 9613 0.020444 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.027136 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.029631 [API:8081]10.0.0.190 - - [2026-08-24 04:46:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010220 [API:8081]10.0.0.190 - - [2026-08-24 04:46:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.031773 [API:8081]10.0.0.190 - - [2026-08-24 04:46:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.026210 [API:8081]10.0.0.190 - - [2026-08-24 04:47:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.045738 [API:8081]10.0.0.190 - - [2026-08-24 04:47:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn1-37689620?flat HTTP/1.1" 200 7733 0.024908 [API:8081]10.0.0.190 - - [2026-08-24 04:47:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010959 [API:8081]10.0.0.190 - - [2026-08-24 04:47:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.036339 [API:8081]10.0.0.191 - - [2026-08-24 04:47:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.191 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.190 - - [2026-08-24 04:47:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.027739 [API:8081]10.0.0.190 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.190 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.191 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.191 - - [2026-08-24 04:47:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.50 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.50 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.190 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.190 - - [2026-08-24 04:47:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.50 - - [2026-08-24 04:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.190 - - [2026-08-24 04:47:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.041248 [API:8081]10.0.0.50 - - [2026-08-24 04:47:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.190 - - [2026-08-24 04:47:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.028293 [API:8081]10.0.0.190 - - [2026-08-24 04:47:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.024737 [API:8081]10.0.0.190 - - [2026-08-24 04:47:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.029866 [API:8081]10.0.0.190 - - [2026-08-24 04:47:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32571 0.025572 [API:8081]10.0.0.190 - - [2026-08-24 04:47:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn1-37689620?flat HTTP/1.1" 200 4921 0.016335 [API:8081]10.0.0.190 - - [2026-08-24 04:47:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010842 [API:8081]10.0.0.190 - - [2026-08-24 04:47:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.010221 [API:8081]10.0.0.190 - - [2026-08-24 04:47:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.011657 [API:8081]10.0.0.190 - - [2026-08-24 04:48:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067926 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003466 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003594 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003854 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003773 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003157 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003168 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003121 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:48:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003598 [API:8081]10.0.0.190 - - [2026-08-24 04:49:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.060581 [API:8081]10.0.0.190 - - [2026-08-24 04:49:36] "GET /analytics HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-24 04:49:36] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.191 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.191 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.50 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.50 - - [2026-08-24 04:50:05] "GET /analytics HTTP/1.1" 401 206 0.000196 [Introspect:8090]10.0.0.190 - - [2026-08-24 04:50:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001403 [API:8081]10.0.0.190 - - [2026-08-24 04:50:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 11961 0.422907 [API:8081]10.0.0.190 - - [2026-08-24 04:50:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 6065 0.420481 [API:8081]10.0.0.190 - - [2026-08-24 04:50:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 6075 0.060591 [API:8081]10.0.0.190 - - [2026-08-24 04:50:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6211-3?flat HTTP/1.1" 200 3955 0.013155 [API:8081]10.0.0.190 - - [2026-08-24 04:50:20] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?flat HTTP/1.1" 200 7651 0.017892 [API:8081]10.0.0.190 - - [2026-08-24 04:50:20] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?flat HTTP/1.1" 200 6145 0.015949 [API:8081]10.0.0.190 - - [2026-08-24 04:50:20] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?flat HTTP/1.1" 200 6148 0.014221 [API:8081]10.0.0.190 - - [2026-08-24 04:50:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1855 0.010558 [API:8081]10.0.0.190 - - [2026-08-24 04:51:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053771 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:e0027fa5-1197-403a-bb0a-85b22f86f453?flat HTTP/1.1" 200 5244 0.018527 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:e0027fa5-1197-403a-bb0a-85b22f86f453?flat HTTP/1.1" 200 5244 0.015661 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:e0027fa5-1197-403a-bb0a-85b22f86f453?flat HTTP/1.1" 200 5244 0.015241 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn1-84088535?flat HTTP/1.1" 200 7101 0.017756 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32298 0.034023 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12402 0.028741 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32298 0.026721 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12402 0.025420 [API:8081]10.0.0.190 - - [2026-08-24 04:51:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010550 [API:8081]10.0.0.191 - - [2026-08-24 04:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.191 - - [2026-08-24 04:52:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.191 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.191 - - [2026-08-24 04:52:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.50 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.50 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000481 [API:8081]10.0.0.190 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-24 04:52:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.50 - - [2026-08-24 04:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.50 - - [2026-08-24 04:52:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-24 04:52:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.055139 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:5465be8b-204d-4ac0-9ddd-305c0bd714d9?flat HTTP/1.1" 200 5243 0.029155 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:5465be8b-204d-4ac0-9ddd-305c0bd714d9?flat HTTP/1.1" 200 5243 0.019520 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-38156933:5465be8b-204d-4ac0-9ddd-305c0bd714d9?flat HTTP/1.1" 200 5243 0.016621 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn2-06996572?flat HTTP/1.1" 200 6988 0.017839 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39870 0.035549 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12398 0.023139 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39870 0.032320 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12398 0.030377 [API:8081]10.0.0.190 - - [2026-08-24 04:52:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010259 [API:8081]10.0.0.190 - - [2026-08-24 04:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39880 0.035068 [API:8081]10.0.0.190 - - [2026-08-24 04:53:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12925 0.023184 [API:8081]10.0.0.190 - - [2026-08-24 04:53:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39880 0.029309 [API:8081]10.0.0.190 - - [2026-08-24 04:53:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12925 0.027787 [API:8081]10.0.0.190 - - [2026-08-24 04:53:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39880 0.039415 [API:8081]10.0.0.190 - - [2026-08-24 04:53:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12925 0.030721 [API:8081]10.0.0.190 - - [2026-08-24 04:53:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39892 0.033233 [API:8081]10.0.0.190 - - [2026-08-24 04:53:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12800 0.022970 [API:8081]10.0.0.190 - - [2026-08-24 04:53:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn2-06996572?flat HTTP/1.1" 200 7721 0.020679 [API:8081]10.0.0.190 - - [2026-08-24 04:53:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010446 [API:8081]10.0.0.190 - - [2026-08-24 04:53:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32321 0.028333 [API:8081]10.0.0.190 - - [2026-08-24 04:53:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12914 0.021609 [API:8081]10.0.0.190 - - [2026-08-24 04:53:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32321 0.034715 [API:8081]10.0.0.190 - - [2026-08-24 04:53:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12914 0.024139 [API:8081]10.0.0.190 - - [2026-08-24 04:53:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32321 0.028355 [API:8081]10.0.0.190 - - [2026-08-24 04:53:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12914 0.023216 [API:8081]10.0.0.190 - - [2026-08-24 04:53:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32321 0.042600 [API:8081]10.0.0.190 - - [2026-08-24 04:53:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12915 0.027992 [API:8081]10.0.0.190 - - [2026-08-24 04:53:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32321 0.026929 [API:8081]10.0.0.190 - - [2026-08-24 04:53:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12915 0.024381 [API:8081]10.0.0.190 - - [2026-08-24 04:54:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32321 0.043362 [API:8081]10.0.0.190 - - [2026-08-24 04:54:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12915 0.034554 [API:8081]10.0.0.190 - - [2026-08-24 04:54:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32321 0.027717 [API:8081]10.0.0.190 - - [2026-08-24 04:54:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12784 0.024924 [API:8081]10.0.0.190 - - [2026-08-24 04:54:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-38156933:ctest-vn1-84088535?flat HTTP/1.1" 200 7637 0.022169 [API:8081]10.0.0.190 - - [2026-08-24 04:54:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010072 [API:8081]10.0.0.190 - - [2026-08-24 04:54:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062490 [API:8081]10.0.0.190 - - [2026-08-24 04:55:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.107032 [API:8081]10.0.0.190 - - [2026-08-24 04:55:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-62721536:632cf3ed-a18e-43ee-9a0b-61388032515b?flat HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.190 - - [2026-08-24 04:55:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-62721536:632cf3ed-a18e-43ee-9a0b-61388032515b?flat HTTP/1.1" 200 3165 0.060042 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-62721536:632cf3ed-a18e-43ee-9a0b-61388032515b?flat HTTP/1.1" 200 3165 0.053214 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-62721536:632cf3ed-a18e-43ee-9a0b-61388032515b?flat HTTP/1.1" 200 3165 0.057259 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-62721536:ctest-vn-88160273?flat HTTP/1.1" 200 7409 0.018075 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32947 0.032667 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13827 0.023890 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32947 0.029936 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 13827 0.022700 [API:8081]10.0.0.190 - - [2026-08-24 04:55:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010286 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-62721536:d22c2a7d-1551-486c-82fa-526eda40527f?flat HTTP/1.1" 200 3166 0.014799 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-62721536:d22c2a7d-1551-486c-82fa-526eda40527f?flat HTTP/1.1" 200 3166 0.014905 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-62721536:d22c2a7d-1551-486c-82fa-526eda40527f?flat HTTP/1.1" 200 3166 0.014294 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-62721536:ctest-vn-81666655?flat HTTP/1.1" 200 7408 0.017675 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39903 0.031150 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13836 0.025632 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39903 0.031540 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13836 0.021956 [API:8081]10.0.0.190 - - [2026-08-24 04:55:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010488 [API:8081]10.0.0.190 - - [2026-08-24 04:55:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39903 0.031465 [API:8081]10.0.0.190 - - [2026-08-24 04:55:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13836 0.024215 [API:8081]10.0.0.190 - - [2026-08-24 04:55:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39903 0.031885 [API:8081]10.0.0.190 - - [2026-08-24 04:55:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 13836 0.023447 [API:8081]10.0.0.190 - - [2026-08-24 04:55:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39914 0.034944 [API:8081]10.0.0.190 - - [2026-08-24 04:55:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-2?flat HTTP/1.1" 200 12541 0.023875 [API:8081]10.0.0.190 - - [2026-08-24 04:55:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-62721536:ctest-vn-81666655?flat HTTP/1.1" 200 6183 0.013837 [API:8081]10.0.0.190 - - [2026-08-24 04:55:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010350 [API:8081]10.0.0.190 - - [2026-08-24 04:55:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32953 0.029129 [API:8081]10.0.0.190 - - [2026-08-24 04:55:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12929 0.025862 [API:8081]10.0.0.190 - - [2026-08-24 04:55:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32953 0.036358 [API:8081]10.0.0.190 - - [2026-08-24 04:55:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12929 0.024049 [API:8081]10.0.0.190 - - [2026-08-24 04:55:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32953 0.028871 [API:8081]10.0.0.190 - - [2026-08-24 04:55:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12931 0.026075 [API:8081]10.0.0.190 - - [2026-08-24 04:55:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32953 0.031590 [API:8081]10.0.0.190 - - [2026-08-24 04:55:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12931 0.025830 [API:8081]10.0.0.190 - - [2026-08-24 04:55:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32953 0.040967 [API:8081]10.0.0.190 - - [2026-08-24 04:55:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12931 0.114020 [API:8081]10.0.0.190 - - [2026-08-24 04:56:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6211-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32954 0.039748 [API:8081]10.0.0.190 - - [2026-08-24 04:56:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6211-1?flat HTTP/1.1" 200 12547 0.038297 [API:8081]10.0.0.190 - - [2026-08-24 04:56:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-62721536:ctest-vn-88160273?flat HTTP/1.1" 200 6184 0.021328 [API:8081]10.0.0.190 - - [2026-08-24 04:56:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009950 [API:8081]10.0.0.190 - - [2026-08-24 04:56:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.190 - - [2026-08-24 04:56:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1668 0.056121 [API:8081]10.0.0.190 - - [2026-08-24 04:56:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1668 0.052120 [API:8081]10.0.0.191 - - [2026-08-24 04:57:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.191 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.190 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.190 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.191 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.191 - - [2026-08-24 04:57:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.50 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.50 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.190 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.190 - - [2026-08-24 04:57:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.50 - - [2026-08-24 04:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.50 - - [2026-08-24 04:57:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.190 - - [2026-08-24 04:57:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057319 [API:8081]10.0.0.190 - - [2026-08-24 04:58:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.072468 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003264 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003934 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003267 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002966 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003506 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003292 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002676 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 04:58:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002580 [API:8081]10.0.0.190 - - [2026-08-24 04:59:36] "GET /analytics HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.190 - - [2026-08-24 04:59:36] "GET /analytics HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.191 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.191 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.50 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.50 - - [2026-08-24 05:00:05] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.190 - - [2026-08-24 05:00:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064893 [API:8081]10.0.0.190 - - [2026-08-24 05:01:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.066870 [API:8081]10.0.0.191 - - [2026-08-24 05:02:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.191 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.190 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.191 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.191 - - [2026-08-24 05:02:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.50 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.50 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.190 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.190 - - [2026-08-24 05:02:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.50 - - [2026-08-24 05:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.50 - - [2026-08-24 05:02:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.190 - - [2026-08-24 05:02:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.190 - - [2026-08-24 05:02:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.059171 [API:8081]10.0.0.190 - - [2026-08-24 05:03:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062207 [API:8081]10.0.0.190 - - [2026-08-24 05:04:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.063642 [API:8081]10.0.0.190 - - [2026-08-24 05:06:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062817 [API:8081]10.0.0.191 - - [2026-08-24 05:07:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.191 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.190 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.191 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.191 - - [2026-08-24 05:07:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.50 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.190 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.190 - - [2026-08-24 05:07:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.50 - - [2026-08-24 05:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.50 - - [2026-08-24 05:07:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.190 - - [2026-08-24 05:07:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.056348 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002913 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003515 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003062 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002978 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004044 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003597 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003104 [LOCAL API:8181]127.0.0.1 - - [2026-08-24 05:08:28] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6211-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003085 [API:8081]10.0.0.190 - - [2026-08-24 05:09:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063162 [API:8081]10.0.0.190 - - [2026-08-24 05:09:36] "GET /analytics HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.190 - - [2026-08-24 05:09:36] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.191 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.191 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.50 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-08-24 05:10:05] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.190 - - [2026-08-24 05:10:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2543 0.053277 [API:8081]10.0.0.191 - - [2026-08-24 05:12:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.191 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.190 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.190 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.191 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.191 - - [2026-08-24 05:12:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.50 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000409 [API:8081]10.0.0.50 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.190 - - [2026-08-24 05:12:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.50 - - [2026-08-24 05:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.50 - - [2026-08-24 05:12:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-24 05:12:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071153 [Introspect:8090]10.0.0.190 - - [2026-08-24 05:13:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001291