++ 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 17 02:29:59 AM UTC 2026 ===================' INFO: =================== Mon Aug 17 02:29:59 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ head -n 1 +++ ip addr show dev enp1s0 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.177 ++ 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.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8081 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.177:8081 10.0.0.190:8081 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9042 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8086 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.177:8086 10.0.0.190:8086 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8082 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.177:8082 10.0.0.190:8082 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9161 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.177:9161 10.0.0.190:9161 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9041 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.177:9041 10.0.0.190:9041 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:2181, +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.177:2181,10.0.0.190:2181,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:2181 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:5673, +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.177:5673,10.0.0.190:5673,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:6379 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.177:6379 10.0.0.190:6379 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9092 ' +++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.177:9092 10.0.0.190:9092 10.0.0.38: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.177 ++ 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.177,10.0.0.190,10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.177,10.0.0.190,10.0.0.38 + local cassandra=10.0.0.177 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.177 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 +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.177,10.0.0.190,10.0.0.38 +++ local servers=10.0.0.177,10.0.0.190,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ tr '\n' , ++++ uniq ++++ grep -vi host ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.177,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.177'\''))' +++ local server_ip=10.0.0.177 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.177 ]] +++ [[ ,10.0.0.177,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.177, ]] +++ echo 10.0.0.177 1 +++ return ++ local ip=10.0.0.177 ++ [[ -z 10.0.0.177 ]] ++ echo 10.0.0.177 + host_ip=10.0.0.177 + 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=__ ++ sort ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ set -o posix ++ set + 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/17/2026 02:30:07.883 7fe4092552c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/17/2026 02:30:08.087 7fe4092552c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 08/17/2026 02:30:08.099 7fe4092552c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/17/2026 02:30:08.099 7fe4092552c0 [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.177: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.190 - - [2026-08-17 02:30:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.247841 [API:8081]10.0.0.190 - - [2026-08-17 02:30:47] "GET /analytics HTTP/1.1" 401 206 0.000458 [API:8081]10.0.0.190 - - [2026-08-17 02:30:47] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.38 - - [2026-08-17 02:30:48] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.38 - - [2026-08-17 02:30:48] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.177 - - [2026-08-17 02:30:48] "GET /analytics HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.177 - - [2026-08-17 02:30:48] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.190 - - [2026-08-17 02:31:18] "GET /analytics HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.190 - - [2026-08-17 02:31:18] "GET /analytics HTTP/1.1" 401 206 0.000198 [API:8081]10.0.0.38 - - [2026-08-17 02:31:19] "GET /analytics HTTP/1.1" 401 206 0.000568 [API:8081]10.0.0.38 - - [2026-08-17 02:31:19] "GET /analytics HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.177 - - [2026-08-17 02:31:19] "GET /analytics HTTP/1.1" 401 206 0.000500 [API:8081]10.0.0.177 - - [2026-08-17 02:31:19] "GET /analytics HTTP/1.1" 401 206 0.000192 [API:8081]10.0.0.190 - - [2026-08-17 02:31:48] "GET /analytics HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.190 - - [2026-08-17 02:31:48] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.38 - - [2026-08-17 02:31:49] "GET /analytics HTTP/1.1" 401 206 0.000479 [API:8081]10.0.0.38 - - [2026-08-17 02:31:49] "GET /analytics HTTP/1.1" 401 206 0.000173 [Introspect:8090]10.0.0.177 - - [2026-08-17 02:32:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001240 [API:8081]10.0.0.190 - - [2026-08-17 02:32:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.052052 [Introspect:8090]10.0.0.177 - - [2026-08-17 02:33:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001481 [API:8081]10.0.0.38 - - [2026-08-17 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.38 - - [2026-08-17 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.177 - - [2026-08-17 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.177 - - [2026-08-17 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.190 - - [2026-08-17 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.190 - - [2026-08-17 02:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.38 - - [2026-08-17 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000443 [API:8081]10.0.0.38 - - [2026-08-17 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.177 - - [2026-08-17 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.177 - - [2026-08-17 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.190 - - [2026-08-17 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.190 - - [2026-08-17 02:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.190 - - [2026-08-17 02:33:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067816 [Introspect:8090]10.0.0.177 - - [2026-08-17 02:35:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001426 [Introspect:8090]10.0.0.177 - - [2026-08-17 02:35:06] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000782 [API:8081]10.0.0.177 - - [2026-08-17 02:35:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.177 - - [2026-08-17 02:35:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1:Control:contrail-control:0?flat HTTP/1.1" 200 38724 0.079349 [API:8081]10.0.0.177 - - [2026-08-17 02:35:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.058960 [API:8081]10.0.0.177 - - [2026-08-17 02:35:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2:Control:contrail-control:0?flat HTTP/1.1" 200 38725 0.098046 [API:8081]10.0.0.177 - - [2026-08-17 02:35:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.026810 [API:8081]10.0.0.177 - - [2026-08-17 02:35:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3:Control:contrail-control:0?flat HTTP/1.1" 200 28329 0.034884 [API:8081]10.0.0.177 - - [2026-08-17 02:35:06] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.021276 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.021760 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.022465 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3359 0.014839 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3359 0.016790 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.012648 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.029836 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.014942 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.015293 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.011309 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013868 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.018543 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017524 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017448 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.023510 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.018701 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013189 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013662 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.019374 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14214 0.027665 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.027072 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14208 0.030253 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.020178 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.017328 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.019749 [API:8081]10.0.0.177 - - [2026-08-17 02:35:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.035110 [API:8081]10.0.0.177 - - [2026-08-17 02:35:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.079383 [API:8081]10.0.0.177 - - [2026-08-17 02:35:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.023959 [API:8081]10.0.0.177 - - [2026-08-17 02:35:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.020153 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.021621 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.014854 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.025262 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.013609 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.013324 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14214 0.026932 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014807 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.013922 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14208 0.017737 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.025792 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.025831 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.027709 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013174 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.028892 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.017856 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.033181 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.019455 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.035504 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.018348 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.019830 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.019106 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.026764 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1:Control:contrail-control:0?flat HTTP/1.1" 200 38724 0.038811 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.017358 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.029777 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.035033 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.012923 [API:8081]10.0.0.177 - - [2026-08-17 02:35:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.030561 [API:8081]10.0.0.177 - - [2026-08-17 02:35:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3:Control:contrail-control:0?flat HTTP/1.1" 200 28329 0.037429 [API:8081]10.0.0.177 - - [2026-08-17 02:35:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.012659 [API:8081]10.0.0.177 - - [2026-08-17 02:35:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6167-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.018816 [API:8081]10.0.0.177 - - [2026-08-17 02:35:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-1?flat HTTP/1.1" 200 12037 0.021610 [API:8081]10.0.0.177 - - [2026-08-17 02:35:13] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?flat HTTP/1.1" 200 17649 0.022495 [API:8081]10.0.0.177 - - [2026-08-17 02:35:13] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?flat HTTP/1.1" 200 15430 0.020805 [API:8081]10.0.0.177 - - [2026-08-17 02:35:13] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?flat HTTP/1.1" 200 14087 0.021741 [API:8081]10.0.0.177 - - [2026-08-17 02:35:13] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?flat HTTP/1.1" 200 17649 0.027070 [API:8081]10.0.0.177 - - [2026-08-17 02:35:13] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?flat HTTP/1.1" 200 15430 0.023371 [API:8081]10.0.0.177 - - [2026-08-17 02:35:14] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?flat HTTP/1.1" 200 14087 0.022605 [API:8081]10.0.0.177 - - [2026-08-17 02:35:14] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?flat HTTP/1.1" 200 17649 0.027430 [API:8081]10.0.0.177 - - [2026-08-17 02:35:14] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?flat HTTP/1.1" 200 15430 0.027257 [API:8081]10.0.0.177 - - [2026-08-17 02:35:14] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?flat HTTP/1.1" 200 14087 0.029009 [API:8081]10.0.0.177 - - [2026-08-17 02:35:14] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?flat HTTP/1.1" 200 17649 0.021840 [API:8081]10.0.0.177 - - [2026-08-17 02:35:14] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?flat HTTP/1.1" 200 15430 0.020651 [API:8081]10.0.0.177 - - [2026-08-17 02:35:14] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?flat HTTP/1.1" 200 14087 0.020157 [API:8081]10.0.0.177 - - [2026-08-17 02:35:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6167-1?flat HTTP/1.1" 200 8011 0.019472 [API:8081]10.0.0.177 - - [2026-08-17 02:35:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 8002 0.018882 [API:8081]10.0.0.177 - - [2026-08-17 02:35:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6167-3?flat HTTP/1.1" 200 8001 0.015687 [API:8081]10.0.0.177 - - [2026-08-17 02:35:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.177 - - [2026-08-17 02:35:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.050988 [API:8081]10.0.0.190 - - [2026-08-17 02:35:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054969 [API:8081]10.0.0.177 - - [2026-08-17 02:35:59] "POST /analytics/query HTTP/1.1" 200 54738 1.073926 [API:8081]10.0.0.177 - - [2026-08-17 02:36:00] "POST /analytics/query HTTP/1.1" 200 6790 1.020849 [API:8081]10.0.0.177 - - [2026-08-17 02:36:01] "POST /analytics/query HTTP/1.1" 200 871 1.080066 [API:8081]10.0.0.177 - - [2026-08-17 02:36:02] "POST /analytics/query HTTP/1.1" 200 6790 1.024741 [API:8081]10.0.0.177 - - [2026-08-17 02:36:03] "POST /analytics/query HTTP/1.1" 200 871 1.022279 [API:8081]10.0.0.177 - - [2026-08-17 02:36:18] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001151 [API:8081]10.0.0.190 - - [2026-08-17 02:36:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071397 [API:8081]10.0.0.38 - - [2026-08-17 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000423 [API:8081]10.0.0.38 - - [2026-08-17 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.177 - - [2026-08-17 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.177 - - [2026-08-17 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.190 - - [2026-08-17 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.190 - - [2026-08-17 02:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.38 - - [2026-08-17 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000687 [API:8081]10.0.0.38 - - [2026-08-17 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.177 - - [2026-08-17 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.002116 [API:8081]10.0.0.177 - - [2026-08-17 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.190 - - [2026-08-17 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.190 - - [2026-08-17 02:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-17 02:38:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053572 [API:8081]10.0.0.190 - - [2026-08-17 02:39:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.135778 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.012681 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003619 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006912 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003421 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003284 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002987 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002893 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016310 [API:8081]10.0.0.177 - - [2026-08-17 02:40:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.177 - - [2026-08-17 02:40:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1453 0.059389 [API:8081]10.0.0.177 - - [2026-08-17 02:41:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.048887 [API:8081]10.0.0.177 - - [2026-08-17 02:41:19] "GET /analytics HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.177 - - [2026-08-17 02:41:19] "GET /analytics HTTP/1.1" 401 206 0.000178 [API:8081]10.0.0.190 - - [2026-08-17 02:41:48] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.190 - - [2026-08-17 02:41:48] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.38 - - [2026-08-17 02:41:49] "GET /analytics HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.38 - - [2026-08-17 02:41:49] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.190 - - [2026-08-17 02:41:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049965 [API:8081]10.0.0.190 - - [2026-08-17 02:42:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073450 [API:8081]10.0.0.38 - - [2026-08-17 02:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.38 - - [2026-08-17 02:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.177 - - [2026-08-17 02:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.177 - - [2026-08-17 02:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.190 - - [2026-08-17 02:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-17 02:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.38 - - [2026-08-17 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.38 - - [2026-08-17 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.177 - - [2026-08-17 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.177 - - [2026-08-17 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.190 - - [2026-08-17 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-17 02:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.190 - - [2026-08-17 02:45:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.123535 [API:8081]10.0.0.190 - - [2026-08-17 02:46:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066703 [API:8081]10.0.0.177 - - [2026-08-17 02:47:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.177 - - [2026-08-17 02:47:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.066213 [API:8081]10.0.0.177 - - [2026-08-17 02:47:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.074446 [API:8081]10.0.0.190 - - [2026-08-17 02:48:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057492 [API:8081]10.0.0.38 - - [2026-08-17 02:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.38 - - [2026-08-17 02:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.177 - - [2026-08-17 02:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.177 - - [2026-08-17 02:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-17 02:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-17 02:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.38 - - [2026-08-17 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.38 - - [2026-08-17 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.177 - - [2026-08-17 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.177 - - [2026-08-17 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.190 - - [2026-08-17 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.190 - - [2026-08-17 02:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-17 02:49:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057818 [API:8081]10.0.0.177 - - [2026-08-17 02:49:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1895 0.009988 [API:8081]10.0.0.177 - - [2026-08-17 02:49:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.050821 [API:8081]10.0.0.177 - - [2026-08-17 02:49:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2353 0.012508 [API:8081]10.0.0.177 - - [2026-08-17 02:49:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2582 0.010035 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005466 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004056 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.016417 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006688 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.008437 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004507 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005106 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 02:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004285 [API:8081]10.0.0.190 - - [2026-08-17 02:51:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054902 [API:8081]10.0.0.177 - - [2026-08-17 02:51:19] "GET /analytics HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.177 - - [2026-08-17 02:51:19] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.190 - - [2026-08-17 02:51:48] "GET /analytics HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-17 02:51:48] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.38 - - [2026-08-17 02:51:49] "GET /analytics HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.38 - - [2026-08-17 02:51:49] "GET /analytics HTTP/1.1" 401 206 0.000202 [API:8081]10.0.0.190 - - [2026-08-17 02:52:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060524 [API:8081]10.0.0.177 - - [2026-08-17 02:52:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.022017 [API:8081]10.0.0.177 - - [2026-08-17 02:52:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.021255 [API:8081]10.0.0.177 - - [2026-08-17 02:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.023591 [API:8081]10.0.0.177 - - [2026-08-17 02:52:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-18018429:ctest-vnet1-97264601?flat HTTP/1.1" 200 8247 0.015770 [API:8081]10.0.0.177 - - [2026-08-17 02:52:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011256 [API:8081]10.0.0.177 - - [2026-08-17 02:52:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.021573 [API:8081]10.0.0.177 - - [2026-08-17 02:52:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.026057 [API:8081]10.0.0.177 - - [2026-08-17 02:52:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.021185 [API:8081]10.0.0.177 - - [2026-08-17 02:52:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.066801 [API:8081]10.0.0.177 - - [2026-08-17 02:52:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.054964 [API:8081]10.0.0.177 - - [2026-08-17 02:52:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.022201 [API:8081]10.0.0.177 - - [2026-08-17 02:52:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.022137 [API:8081]10.0.0.177 - - [2026-08-17 02:52:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.020320 [API:8081]10.0.0.177 - - [2026-08-17 02:52:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.021585 [API:8081]10.0.0.177 - - [2026-08-17 02:52:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-18018429:ctest-vnet0-23379889?flat HTTP/1.1" 200 8246 0.014284 [API:8081]10.0.0.177 - - [2026-08-17 02:52:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008930 [API:8081]10.0.0.177 - - [2026-08-17 02:53:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.012265 [API:8081]10.0.0.38 - - [2026-08-17 02:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.38 - - [2026-08-17 02:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.177 - - [2026-08-17 02:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.177 - - [2026-08-17 02:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-17 02:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.190 - - [2026-08-17 02:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.38 - - [2026-08-17 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.38 - - [2026-08-17 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.177 - - [2026-08-17 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.177 - - [2026-08-17 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-17 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.190 - - [2026-08-17 02:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.190 - - [2026-08-17 02:54:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052135 [API:8081]10.0.0.177 - - [2026-08-17 02:55:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.177 - - [2026-08-17 02:55:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.064690 [API:8081]10.0.0.190 - - [2026-08-17 02:55:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069309 [API:8081]10.0.0.177 - - [2026-08-17 02:56:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24576 0.081574 [API:8081]10.0.0.177 - - [2026-08-17 02:56:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24576 0.022257 [API:8081]10.0.0.177 - - [2026-08-17 02:56:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24582 0.072642 [API:8081]10.0.0.177 - - [2026-08-17 02:56:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-93896968:ctest-vnet0-26657228?flat HTTP/1.1" 200 7197 0.014724 [API:8081]10.0.0.177 - - [2026-08-17 02:56:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009294 [API:8081]10.0.0.177 - - [2026-08-17 02:56:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.177 - - [2026-08-17 02:56:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.063259 [API:8081]10.0.0.177 - - [2026-08-17 02:57:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.177 - - [2026-08-17 02:57:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.136499 [API:8081]10.0.0.177 - - [2026-08-17 02:57:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.054650 [API:8081]10.0.0.177 - - [2026-08-17 02:57:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.062884 [API:8081]10.0.0.190 - - [2026-08-17 02:57:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057669 [API:8081]10.0.0.190 - - [2026-08-17 02:58:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053972 [API:8081]10.0.0.177 - - [2026-08-17 02:58:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:a965d206-965c-44e7-a7a8-ba4296676439?flat HTTP/1.1" 200 5228 0.015094 [API:8081]10.0.0.177 - - [2026-08-17 02:58:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:a965d206-965c-44e7-a7a8-ba4296676439?flat HTTP/1.1" 200 5228 0.014700 [API:8081]10.0.0.177 - - [2026-08-17 02:58:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:a965d206-965c-44e7-a7a8-ba4296676439?flat HTTP/1.1" 200 5228 0.017289 [API:8081]10.0.0.177 - - [2026-08-17 02:58:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-42565280:ctest-VN1-32761542?flat HTTP/1.1" 200 8553 0.023489 [API:8081]10.0.0.177 - - [2026-08-17 02:58:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021971 [API:8081]10.0.0.177 - - [2026-08-17 02:58:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024701 [API:8081]10.0.0.177 - - [2026-08-17 02:58:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009794 [API:8081]10.0.0.177 - - [2026-08-17 02:58:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:46dff152-034e-4da0-ae27-360eeb8a18e2?flat HTTP/1.1" 200 5088 0.017176 [API:8081]10.0.0.177 - - [2026-08-17 02:58:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:46dff152-034e-4da0-ae27-360eeb8a18e2?flat HTTP/1.1" 200 5088 0.017593 [API:8081]10.0.0.177 - - [2026-08-17 02:58:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:46dff152-034e-4da0-ae27-360eeb8a18e2?flat HTTP/1.1" 200 5088 0.022320 [API:8081]10.0.0.177 - - [2026-08-17 02:58:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-42565280:ctest-VN2-82822838?flat HTTP/1.1" 200 7857 0.030114 [API:8081]10.0.0.177 - - [2026-08-17 02:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.036436 [API:8081]10.0.0.177 - - [2026-08-17 02:58:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.025480 [API:8081]10.0.0.177 - - [2026-08-17 02:58:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009559 [API:8081]10.0.0.177 - - [2026-08-17 02:58:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:7affaecf-1c59-4371-a49d-189a350682b7?flat HTTP/1.1" 200 5241 0.014814 [API:8081]10.0.0.177 - - [2026-08-17 02:58:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:7affaecf-1c59-4371-a49d-189a350682b7?flat HTTP/1.1" 200 5241 0.014129 [API:8081]10.0.0.177 - - [2026-08-17 02:58:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-42565280:7affaecf-1c59-4371-a49d-189a350682b7?flat HTTP/1.1" 200 5241 0.014086 [API:8081]10.0.0.177 - - [2026-08-17 02:58:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-42565280:ctest-VN3-47714290?flat HTTP/1.1" 200 7924 0.021387 [API:8081]10.0.0.177 - - [2026-08-17 02:58:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022487 [API:8081]10.0.0.177 - - [2026-08-17 02:58:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021032 [API:8081]10.0.0.177 - - [2026-08-17 02:58:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009702 [API:8081]10.0.0.38 - - [2026-08-17 02:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.38 - - [2026-08-17 02:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.177 - - [2026-08-17 02:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.177 - - [2026-08-17 02:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.190 - - [2026-08-17 02:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.190 - - [2026-08-17 02:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.38 - - [2026-08-17 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.38 - - [2026-08-17 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.177 - - [2026-08-17 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.177 - - [2026-08-17 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.190 - - [2026-08-17 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.190 - - [2026-08-17 02:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.177 - - [2026-08-17 02:59:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021740 [API:8081]10.0.0.177 - - [2026-08-17 02:59:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021000 [API:8081]10.0.0.177 - - [2026-08-17 02:59:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-42565280:ctest-VN3-47714290?flat HTTP/1.1" 200 6219 0.014764 [API:8081]10.0.0.177 - - [2026-08-17 02:59:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009461 [API:8081]10.0.0.177 - - [2026-08-17 02:59:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.034494 [API:8081]10.0.0.177 - - [2026-08-17 02:59:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.022535 [API:8081]10.0.0.177 - - [2026-08-17 02:59:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.023448 [API:8081]10.0.0.177 - - [2026-08-17 02:59:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.022588 [API:8081]10.0.0.177 - - [2026-08-17 02:59:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.024546 [API:8081]10.0.0.177 - - [2026-08-17 02:59:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.027219 [API:8081]10.0.0.177 - - [2026-08-17 02:59:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.020392 [API:8081]10.0.0.177 - - [2026-08-17 02:59:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.021510 [API:8081]10.0.0.177 - - [2026-08-17 03:00:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24580 0.027194 [API:8081]10.0.0.177 - - [2026-08-17 03:00:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-42565280:ctest-VN2-82822838?flat HTTP/1.1" 200 6551 0.016147 [API:8081]10.0.0.177 - - [2026-08-17 03:00:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.021934 [API:8081]10.0.0.177 - - [2026-08-17 03:00:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021943 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002890 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003085 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003190 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002726 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003199 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002854 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002846 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002767 [API:8081]10.0.0.177 - - [2026-08-17 03:00:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021428 [API:8081]10.0.0.177 - - [2026-08-17 03:00:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021455 [API:8081]10.0.0.190 - - [2026-08-17 03:00:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058657 [API:8081]10.0.0.177 - - [2026-08-17 03:00:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021609 [API:8081]10.0.0.177 - - [2026-08-17 03:00:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.049195 [API:8081]10.0.0.177 - - [2026-08-17 03:00:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.027019 [API:8081]10.0.0.177 - - [2026-08-17 03:00:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022567 [API:8081]10.0.0.177 - - [2026-08-17 03:00:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023349 [API:8081]10.0.0.177 - - [2026-08-17 03:00:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.026467 [API:8081]10.0.0.177 - - [2026-08-17 03:00:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-42565280:ctest-VN1-32761542?flat HTTP/1.1" 200 6770 0.016675 [API:8081]10.0.0.177 - - [2026-08-17 03:00:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010510 [API:8081]10.0.0.177 - - [2026-08-17 03:00:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.177 - - [2026-08-17 03:00:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.058088 [API:8081]10.0.0.177 - - [2026-08-17 03:00:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.059382 [API:8081]10.0.0.177 - - [2026-08-17 03:00:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.048949 [API:8081]10.0.0.190 - - [2026-08-17 03:01:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.051102 [API:8081]10.0.0.177 - - [2026-08-17 03:01:20] "GET /analytics HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.177 - - [2026-08-17 03:01:20] "GET /analytics HTTP/1.1" 401 206 0.000189 [API:8081]10.0.0.190 - - [2026-08-17 03:01:48] "GET /analytics HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.190 - - [2026-08-17 03:01:48] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.38 - - [2026-08-17 03:01:49] "GET /analytics HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.38 - - [2026-08-17 03:01:49] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.177 - - [2026-08-17 03:02:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:cd7f9d33-bf59-476e-832e-de13ddc7a70f?flat HTTP/1.1" 200 5357 0.017712 [API:8081]10.0.0.177 - - [2026-08-17 03:02:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:cd7f9d33-bf59-476e-832e-de13ddc7a70f?flat HTTP/1.1" 200 5357 0.016229 [API:8081]10.0.0.177 - - [2026-08-17 03:02:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:cd7f9d33-bf59-476e-832e-de13ddc7a70f?flat HTTP/1.1" 200 5357 0.020833 [API:8081]10.0.0.177 - - [2026-08-17 03:02:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:cd7f9d33-bf59-476e-832e-de13ddc7a70f?flat HTTP/1.1" 200 5357 0.020968 [API:8081]10.0.0.177 - - [2026-08-17 03:02:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-95843092:ctest-VN1-67115161?flat HTTP/1.1" 200 9449 0.019700 [API:8081]10.0.0.177 - - [2026-08-17 03:02:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.026636 [API:8081]10.0.0.177 - - [2026-08-17 03:02:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022676 [API:8081]10.0.0.177 - - [2026-08-17 03:02:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009092 [API:8081]10.0.0.177 - - [2026-08-17 03:02:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:8b09f728-a976-47ed-8e2e-ca57297829f7?flat HTTP/1.1" 200 5606 0.013866 [API:8081]10.0.0.177 - - [2026-08-17 03:02:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:8b09f728-a976-47ed-8e2e-ca57297829f7?flat HTTP/1.1" 200 5606 0.013947 [API:8081]10.0.0.177 - - [2026-08-17 03:02:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:8b09f728-a976-47ed-8e2e-ca57297829f7?flat HTTP/1.1" 200 5606 0.013936 [API:8081]10.0.0.177 - - [2026-08-17 03:02:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:8b09f728-a976-47ed-8e2e-ca57297829f7?flat HTTP/1.1" 200 5606 0.015103 [API:8081]10.0.0.177 - - [2026-08-17 03:02:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-95843092:ctest-VN2-00033468?flat HTTP/1.1" 200 10324 0.020054 [API:8081]10.0.0.177 - - [2026-08-17 03:02:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.024053 [API:8081]10.0.0.177 - - [2026-08-17 03:02:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022439 [API:8081]10.0.0.177 - - [2026-08-17 03:02:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009774 [API:8081]10.0.0.177 - - [2026-08-17 03:02:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:b179e02c-7e49-4066-aca9-722ce24bc954?flat HTTP/1.1" 200 5224 0.015431 [API:8081]10.0.0.177 - - [2026-08-17 03:02:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:b179e02c-7e49-4066-aca9-722ce24bc954?flat HTTP/1.1" 200 5224 0.013793 [API:8081]10.0.0.177 - - [2026-08-17 03:02:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:b179e02c-7e49-4066-aca9-722ce24bc954?flat HTTP/1.1" 200 5224 0.014304 [API:8081]10.0.0.177 - - [2026-08-17 03:02:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-95843092:b179e02c-7e49-4066-aca9-722ce24bc954?flat HTTP/1.1" 200 5224 0.015637 [API:8081]10.0.0.177 - - [2026-08-17 03:02:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-95843092:ctest-VN3-17812469?flat HTTP/1.1" 200 8209 0.018700 [API:8081]10.0.0.177 - - [2026-08-17 03:02:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.027751 [API:8081]10.0.0.177 - - [2026-08-17 03:02:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.041615 [API:8081]10.0.0.177 - - [2026-08-17 03:02:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009981 [API:8081]10.0.0.177 - - [2026-08-17 03:02:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021713 [API:8081]10.0.0.177 - - [2026-08-17 03:02:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020904 [API:8081]10.0.0.177 - - [2026-08-17 03:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024496 [API:8081]10.0.0.177 - - [2026-08-17 03:02:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024209 [API:8081]10.0.0.177 - - [2026-08-17 03:02:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021850 [API:8081]10.0.0.177 - - [2026-08-17 03:02:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022699 [API:8081]10.0.0.177 - - [2026-08-17 03:03:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026792 [API:8081]10.0.0.177 - - [2026-08-17 03:03:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-95843092:ctest-VN3-17812469?flat HTTP/1.1" 200 6970 0.015301 [API:8081]10.0.0.177 - - [2026-08-17 03:03:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010466 [API:8081]10.0.0.177 - - [2026-08-17 03:03:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.046355 [API:8081]10.0.0.177 - - [2026-08-17 03:03:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022944 [API:8081]10.0.0.177 - - [2026-08-17 03:03:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.024038 [API:8081]10.0.0.177 - - [2026-08-17 03:03:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021318 [API:8081]10.0.0.190 - - [2026-08-17 03:03:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051047 [API:8081]10.0.0.177 - - [2026-08-17 03:03:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022441 [API:8081]10.0.0.177 - - [2026-08-17 03:03:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022710 [API:8081]10.0.0.177 - - [2026-08-17 03:03:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022345 [API:8081]10.0.0.177 - - [2026-08-17 03:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.023995 [API:8081]10.0.0.177 - - [2026-08-17 03:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.028371 [API:8081]10.0.0.177 - - [2026-08-17 03:03:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-95843092:ctest-VN2-00033468?flat HTTP/1.1" 200 7316 0.021183 [API:8081]10.0.0.177 - - [2026-08-17 03:03:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.019243 [API:8081]10.0.0.177 - - [2026-08-17 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.023800 [API:8081]10.0.0.177 - - [2026-08-17 03:03:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.042553 [API:8081]10.0.0.177 - - [2026-08-17 03:03:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.032938 [API:8081]10.0.0.177 - - [2026-08-17 03:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021942 [API:8081]10.0.0.38 - - [2026-08-17 03:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.38 - - [2026-08-17 03:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.177 - - [2026-08-17 03:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.177 - - [2026-08-17 03:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.190 - - [2026-08-17 03:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.190 - - [2026-08-17 03:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.38 - - [2026-08-17 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.38 - - [2026-08-17 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.177 - - [2026-08-17 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.177 - - [2026-08-17 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.190 - - [2026-08-17 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.190 - - [2026-08-17 03:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.177 - - [2026-08-17 03:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.022607 [API:8081]10.0.0.177 - - [2026-08-17 03:03:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.022924 [API:8081]10.0.0.177 - - [2026-08-17 03:03:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021071 [API:8081]10.0.0.177 - - [2026-08-17 03:03:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021988 [API:8081]10.0.0.177 - - [2026-08-17 03:04:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.024138 [API:8081]10.0.0.177 - - [2026-08-17 03:04:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-95843092:ctest-VN1-67115161?flat HTTP/1.1" 200 7642 0.013772 [API:8081]10.0.0.177 - - [2026-08-17 03:04:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009307 [API:8081]10.0.0.177 - - [2026-08-17 03:04:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.177 - - [2026-08-17 03:04:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.074779 [API:8081]10.0.0.177 - - [2026-08-17 03:04:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.059720 [API:8081]10.0.0.190 - - [2026-08-17 03:04:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063241 [API:8081]10.0.0.190 - - [2026-08-17 03:06:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056388 [API:8081]10.0.0.177 - - [2026-08-17 03:06:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.177 - - [2026-08-17 03:06:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.067713 [API:8081]10.0.0.190 - - [2026-08-17 03:07:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.051488 [API:8081]10.0.0.177 - - [2026-08-17 03:08:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.063101 [API:8081]10.0.0.38 - - [2026-08-17 03:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.38 - - [2026-08-17 03:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.177 - - [2026-08-17 03:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.177 - - [2026-08-17 03:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-17 03:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.190 - - [2026-08-17 03:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.38 - - [2026-08-17 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.38 - - [2026-08-17 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.177 - - [2026-08-17 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.177 - - [2026-08-17 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-17 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-17 03:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.177 - - [2026-08-17 03:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.022105 [API:8081]10.0.0.177 - - [2026-08-17 03:08:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.056653 [API:8081]10.0.0.177 - - [2026-08-17 03:08:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.021348 [API:8081]10.0.0.177 - - [2026-08-17 03:08:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.021120 [API:8081]10.0.0.177 - - [2026-08-17 03:09:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.027593 [API:8081]10.0.0.177 - - [2026-08-17 03:09:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-31924055:ctest-vnet0-80274009?flat HTTP/1.1" 200 7967 0.018873 [API:8081]10.0.0.177 - - [2026-08-17 03:09:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011453 [API:8081]10.0.0.177 - - [2026-08-17 03:09:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.177 - - [2026-08-17 03:09:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.061804 [API:8081]10.0.0.190 - - [2026-08-17 03:09:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.116267 [API:8081]10.0.0.177 - - [2026-08-17 03:09:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.047386 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003607 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003153 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003697 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003334 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003756 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003403 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003390 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003116 [API:8081]10.0.0.190 - - [2026-08-17 03:10:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075660 [API:8081]10.0.0.177 - - [2026-08-17 03:11:20] "GET /analytics HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.177 - - [2026-08-17 03:11:20] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.190 - - [2026-08-17 03:11:48] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.190 - - [2026-08-17 03:11:48] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.38 - - [2026-08-17 03:11:49] "GET /analytics HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.38 - - [2026-08-17 03:11:49] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.190 - - [2026-08-17 03:12:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084043 [API:8081]10.0.0.177 - - [2026-08-17 03:12:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.022029 [API:8081]10.0.0.177 - - [2026-08-17 03:12:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.023445 [API:8081]10.0.0.177 - - [2026-08-17 03:12:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-52330167:ctest-vnet1-15800760?flat HTTP/1.1" 200 7306 0.053730 [API:8081]10.0.0.177 - - [2026-08-17 03:12:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009820 [API:8081]10.0.0.177 - - [2026-08-17 03:12:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.026254 [API:8081]10.0.0.177 - - [2026-08-17 03:12:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.040130 [API:8081]10.0.0.177 - - [2026-08-17 03:12:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.027587 [API:8081]10.0.0.177 - - [2026-08-17 03:12:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.022783 [API:8081]10.0.0.177 - - [2026-08-17 03:12:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.022615 [API:8081]10.0.0.177 - - [2026-08-17 03:12:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.026567 [API:8081]10.0.0.177 - - [2026-08-17 03:12:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.022747 [API:8081]10.0.0.177 - - [2026-08-17 03:12:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.024911 [API:8081]10.0.0.177 - - [2026-08-17 03:13:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.028919 [API:8081]10.0.0.177 - - [2026-08-17 03:13:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-52330167:ctest-vnet0-67193974?flat HTTP/1.1" 200 6960 0.015623 [API:8081]10.0.0.177 - - [2026-08-17 03:13:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009246 [API:8081]10.0.0.177 - - [2026-08-17 03:13:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.177 - - [2026-08-17 03:13:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.051167 [API:8081]10.0.0.177 - - [2026-08-17 03:13:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.062355 [API:8081]10.0.0.190 - - [2026-08-17 03:13:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.106818 [API:8081]10.0.0.38 - - [2026-08-17 03:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000414 [API:8081]10.0.0.38 - - [2026-08-17 03:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.177 - - [2026-08-17 03:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.177 - - [2026-08-17 03:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-17 03:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-17 03:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.38 - - [2026-08-17 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.38 - - [2026-08-17 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.177 - - [2026-08-17 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.177 - - [2026-08-17 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-17 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-17 03:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-17 03:15:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062936 [API:8081]10.0.0.177 - - [2026-08-17 03:16:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022376 [API:8081]10.0.0.177 - - [2026-08-17 03:16:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.058061 [API:8081]10.0.0.177 - - [2026-08-17 03:16:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.021392 [API:8081]10.0.0.177 - - [2026-08-17 03:16:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020681 [API:8081]10.0.0.177 - - [2026-08-17 03:16:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.028070 [API:8081]10.0.0.177 - - [2026-08-17 03:16:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.038436 [API:8081]10.0.0.177 - - [2026-08-17 03:16:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-47792188:ctest-vnet1-75254208?flat HTTP/1.1" 200 8068 0.015117 [API:8081]10.0.0.177 - - [2026-08-17 03:16:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010388 [API:8081]10.0.0.190 - - [2026-08-17 03:16:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061706 [API:8081]10.0.0.177 - - [2026-08-17 03:16:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021604 [API:8081]10.0.0.177 - - [2026-08-17 03:16:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021534 [API:8081]10.0.0.177 - - [2026-08-17 03:16:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.023420 [API:8081]10.0.0.177 - - [2026-08-17 03:16:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021187 [API:8081]10.0.0.177 - - [2026-08-17 03:16:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.020504 [API:8081]10.0.0.177 - - [2026-08-17 03:16:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.025768 [API:8081]10.0.0.177 - - [2026-08-17 03:16:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.032045 [API:8081]10.0.0.177 - - [2026-08-17 03:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021341 [API:8081]10.0.0.177 - - [2026-08-17 03:16:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.021347 [API:8081]10.0.0.177 - - [2026-08-17 03:17:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.025326 [API:8081]10.0.0.177 - - [2026-08-17 03:17:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-47792188:ctest-vnet0-88809851?flat HTTP/1.1" 200 7710 0.015046 [API:8081]10.0.0.177 - - [2026-08-17 03:17:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009969 [API:8081]10.0.0.190 - - [2026-08-17 03:18:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062222 [API:8081]10.0.0.38 - - [2026-08-17 03:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.38 - - [2026-08-17 03:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.177 - - [2026-08-17 03:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.177 - - [2026-08-17 03:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.190 - - [2026-08-17 03:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.190 - - [2026-08-17 03:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.38 - - [2026-08-17 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.38 - - [2026-08-17 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.177 - - [2026-08-17 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.177 - - [2026-08-17 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.190 - - [2026-08-17 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.190 - - [2026-08-17 03:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.190 - - [2026-08-17 03:19:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065118 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002873 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002858 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002874 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003047 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003906 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002807 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002673 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:20:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002547 [API:8081]10.0.0.177 - - [2026-08-17 03:21:20] "GET /analytics HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.177 - - [2026-08-17 03:21:20] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.190 - - [2026-08-17 03:21:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072841 [API:8081]10.0.0.190 - - [2026-08-17 03:21:48] "GET /analytics HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.190 - - [2026-08-17 03:21:48] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.38 - - [2026-08-17 03:21:49] "GET /analytics HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.38 - - [2026-08-17 03:21:49] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.190 - - [2026-08-17 03:22:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.064824 [API:8081]10.0.0.177 - - [2026-08-17 03:22:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.177 - - [2026-08-17 03:22:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1439 0.122780 [API:8081]10.0.0.38 - - [2026-08-17 03:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.38 - - [2026-08-17 03:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.177 - - [2026-08-17 03:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.177 - - [2026-08-17 03:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-17 03:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.190 - - [2026-08-17 03:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.38 - - [2026-08-17 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.38 - - [2026-08-17 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.177 - - [2026-08-17 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.177 - - [2026-08-17 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-17 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.190 - - [2026-08-17 03:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.177 - - [2026-08-17 03:24:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1439 0.052944 [API:8081]10.0.0.190 - - [2026-08-17 03:24:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051540 [API:8081]10.0.0.177 - - [2026-08-17 03:25:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.177 - - [2026-08-17 03:25:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1567 0.050848 [API:8081]10.0.0.190 - - [2026-08-17 03:25:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.146781 [API:8081]10.0.0.177 - - [2026-08-17 03:26:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:e1fca917-2554-4641-aa84-76b03bb891e2?flat HTTP/1.1" 200 5823 0.046587 [API:8081]10.0.0.177 - - [2026-08-17 03:26:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:e1fca917-2554-4641-aa84-76b03bb891e2?flat HTTP/1.1" 200 5823 0.022579 [API:8081]10.0.0.177 - - [2026-08-17 03:26:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:e1fca917-2554-4641-aa84-76b03bb891e2?flat HTTP/1.1" 200 5823 0.071301 [API:8081]10.0.0.177 - - [2026-08-17 03:26:33] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466-89713326?flat HTTP/1.1" 200 10802 0.030798 [API:8081]10.0.0.177 - - [2026-08-17 03:26:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.026107 [API:8081]10.0.0.177 - - [2026-08-17 03:26:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.021301 [API:8081]10.0.0.177 - - [2026-08-17 03:26:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009708 [API:8081]10.0.0.177 - - [2026-08-17 03:26:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:6fdedbf0-c77c-4a36-b1d8-5e699dcb198f?flat HTTP/1.1" 200 5683 0.020744 [API:8081]10.0.0.177 - - [2026-08-17 03:26:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:6fdedbf0-c77c-4a36-b1d8-5e699dcb198f?flat HTTP/1.1" 200 5683 0.016246 [API:8081]10.0.0.177 - - [2026-08-17 03:26:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:6fdedbf0-c77c-4a36-b1d8-5e699dcb198f?flat HTTP/1.1" 200 5683 0.016402 [API:8081]10.0.0.177 - - [2026-08-17 03:26:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466-89713326?flat HTTP/1.1" 200 10802 0.028174 [API:8081]10.0.0.177 - - [2026-08-17 03:26:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.024428 [API:8081]10.0.0.177 - - [2026-08-17 03:26:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.020990 [API:8081]10.0.0.177 - - [2026-08-17 03:26:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009984 [API:8081]10.0.0.177 - - [2026-08-17 03:27:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.021301 [API:8081]10.0.0.177 - - [2026-08-17 03:27:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.023533 [API:8081]10.0.0.177 - - [2026-08-17 03:27:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.024315 [API:8081]10.0.0.177 - - [2026-08-17 03:27:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.025435 [API:8081]10.0.0.177 - - [2026-08-17 03:27:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.021729 [API:8081]10.0.0.177 - - [2026-08-17 03:27:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466-89713326?flat HTTP/1.1" 200 11727 0.026308 [API:8081]10.0.0.177 - - [2026-08-17 03:27:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.012483 [API:8081]10.0.0.177 - - [2026-08-17 03:27:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.031188 [API:8081]10.0.0.190 - - [2026-08-17 03:27:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058969 [API:8081]10.0.0.177 - - [2026-08-17 03:27:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.035926 [API:8081]10.0.0.177 - - [2026-08-17 03:27:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021643 [API:8081]10.0.0.177 - - [2026-08-17 03:27:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022207 [API:8081]10.0.0.177 - - [2026-08-17 03:27:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023520 [API:8081]10.0.0.177 - - [2026-08-17 03:27:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020436 [API:8081]10.0.0.177 - - [2026-08-17 03:27:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.032399 [API:8081]10.0.0.177 - - [2026-08-17 03:27:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023223 [API:8081]10.0.0.177 - - [2026-08-17 03:28:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022771 [API:8081]10.0.0.177 - - [2026-08-17 03:28:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466:ctest-SecurityGroupBasicRegressionTests1Ipv6-92708466-89713326?flat HTTP/1.1" 200 8807 0.014709 [API:8081]10.0.0.177 - - [2026-08-17 03:28:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010131 [API:8081]10.0.0.177 - - [2026-08-17 03:28:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.177 - - [2026-08-17 03:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1587 0.069896 [API:8081]10.0.0.190 - - [2026-08-17 03:28:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.098358 [API:8081]10.0.0.38 - - [2026-08-17 03:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.38 - - [2026-08-17 03:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.177 - - [2026-08-17 03:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.177 - - [2026-08-17 03:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.190 - - [2026-08-17 03:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.190 - - [2026-08-17 03:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.38 - - [2026-08-17 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.38 - - [2026-08-17 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.177 - - [2026-08-17 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.177 - - [2026-08-17 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.190 - - [2026-08-17 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.190 - - [2026-08-17 03:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.177 - - [2026-08-17 03:29:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:4140cec7-9dc8-4c30-836b-f342dc9b8e23?flat HTTP/1.1" 200 5805 0.059748 [API:8081]10.0.0.177 - - [2026-08-17 03:29:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:4140cec7-9dc8-4c30-836b-f342dc9b8e23?flat HTTP/1.1" 200 5805 0.018339 [API:8081]10.0.0.177 - - [2026-08-17 03:29:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:4140cec7-9dc8-4c30-836b-f342dc9b8e23?flat HTTP/1.1" 200 5805 0.055035 [API:8081]10.0.0.177 - - [2026-08-17 03:29:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975-38287262?flat HTTP/1.1" 200 4452 0.015785 [API:8081]10.0.0.177 - - [2026-08-17 03:29:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023211 [API:8081]10.0.0.177 - - [2026-08-17 03:29:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021572 [API:8081]10.0.0.177 - - [2026-08-17 03:29:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011358 [API:8081]10.0.0.177 - - [2026-08-17 03:29:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:dc531c69-d9e3-41db-81ee-e3207d0452c9?flat HTTP/1.1" 200 5669 0.020220 [API:8081]10.0.0.177 - - [2026-08-17 03:29:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:dc531c69-d9e3-41db-81ee-e3207d0452c9?flat HTTP/1.1" 200 5669 0.015803 [API:8081]10.0.0.177 - - [2026-08-17 03:29:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:dc531c69-d9e3-41db-81ee-e3207d0452c9?flat HTTP/1.1" 200 5669 0.028250 [API:8081]10.0.0.177 - - [2026-08-17 03:29:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975-38287262?flat HTTP/1.1" 200 10446 0.032705 [API:8081]10.0.0.177 - - [2026-08-17 03:29:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.025048 [API:8081]10.0.0.177 - - [2026-08-17 03:29:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.023224 [API:8081]10.0.0.177 - - [2026-08-17 03:29:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010007 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003130 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003115 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003561 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004026 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003143 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003590 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003361 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:30:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003727 [API:8081]10.0.0.190 - - [2026-08-17 03:30:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066628 [API:8081]10.0.0.177 - - [2026-08-17 03:31:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.028055 [API:8081]10.0.0.177 - - [2026-08-17 03:31:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.028061 [API:8081]10.0.0.177 - - [2026-08-17 03:31:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.030493 [API:8081]10.0.0.177 - - [2026-08-17 03:31:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.021186 [API:8081]10.0.0.177 - - [2026-08-17 03:31:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.024848 [API:8081]10.0.0.177 - - [2026-08-17 03:31:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.025142 [API:8081]10.0.0.177 - - [2026-08-17 03:31:20] "GET /analytics HTTP/1.1" 401 206 0.000410 [API:8081]10.0.0.177 - - [2026-08-17 03:31:20] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.177 - - [2026-08-17 03:31:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.026043 [API:8081]10.0.0.177 - - [2026-08-17 03:31:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021985 [API:8081]10.0.0.177 - - [2026-08-17 03:31:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.021918 [API:8081]10.0.0.177 - - [2026-08-17 03:31:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.024744 [API:8081]10.0.0.177 - - [2026-08-17 03:31:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975-38287262?flat HTTP/1.1" 200 11569 0.023204 [API:8081]10.0.0.177 - - [2026-08-17 03:31:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.012721 [API:8081]10.0.0.177 - - [2026-08-17 03:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024412 [API:8081]10.0.0.177 - - [2026-08-17 03:31:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022349 [API:8081]10.0.0.177 - - [2026-08-17 03:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022993 [API:8081]10.0.0.190 - - [2026-08-17 03:31:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057550 [API:8081]10.0.0.177 - - [2026-08-17 03:31:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020549 [API:8081]10.0.0.177 - - [2026-08-17 03:31:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024042 [API:8081]10.0.0.190 - - [2026-08-17 03:31:48] "GET /analytics HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.190 - - [2026-08-17 03:31:48] "GET /analytics HTTP/1.1" 401 206 0.000172 [API:8081]10.0.0.38 - - [2026-08-17 03:31:49] "GET /analytics HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.38 - - [2026-08-17 03:31:49] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.177 - - [2026-08-17 03:31:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.025048 [API:8081]10.0.0.177 - - [2026-08-17 03:31:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.025852 [API:8081]10.0.0.177 - - [2026-08-17 03:31:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024098 [API:8081]10.0.0.177 - - [2026-08-17 03:31:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.033864 [API:8081]10.0.0.177 - - [2026-08-17 03:32:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975:ctest-SecurityGroupBasicRegressionTests1_contrail-52519975-38287262?flat HTTP/1.1" 200 8428 0.016064 [API:8081]10.0.0.177 - - [2026-08-17 03:32:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011162 [API:8081]10.0.0.177 - - [2026-08-17 03:32:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.177 - - [2026-08-17 03:32:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1551 0.059380 [API:8081]10.0.0.177 - - [2026-08-17 03:33:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:a66a167e-815d-4f0b-945e-6ec1da7e2044?flat HTTP/1.1" 200 5681 0.061615 [API:8081]10.0.0.177 - - [2026-08-17 03:33:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:a66a167e-815d-4f0b-945e-6ec1da7e2044?flat HTTP/1.1" 200 5681 0.062673 [API:8081]10.0.0.177 - - [2026-08-17 03:33:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:a66a167e-815d-4f0b-945e-6ec1da7e2044?flat HTTP/1.1" 200 5681 0.018992 [API:8081]10.0.0.177 - - [2026-08-17 03:33:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:ctest-SecurityGroupBasicRegressionTests1-21085777-70838473?flat HTTP/1.1" 200 4342 0.017058 [API:8081]10.0.0.177 - - [2026-08-17 03:33:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021778 [API:8081]10.0.0.177 - - [2026-08-17 03:33:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022925 [API:8081]10.0.0.177 - - [2026-08-17 03:33:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011131 [API:8081]10.0.0.177 - - [2026-08-17 03:33:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:9e6730bb-b087-4440-8e73-41f263460f9f?flat HTTP/1.1" 200 5544 0.019742 [API:8081]10.0.0.177 - - [2026-08-17 03:33:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:9e6730bb-b087-4440-8e73-41f263460f9f?flat HTTP/1.1" 200 5544 0.014650 [API:8081]10.0.0.177 - - [2026-08-17 03:33:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:9e6730bb-b087-4440-8e73-41f263460f9f?flat HTTP/1.1" 200 5544 0.016666 [API:8081]10.0.0.177 - - [2026-08-17 03:33:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:ctest-SecurityGroupBasicRegressionTests1-21085777-70838473?flat HTTP/1.1" 200 9931 0.021296 [API:8081]10.0.0.177 - - [2026-08-17 03:33:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.025995 [API:8081]10.0.0.177 - - [2026-08-17 03:33:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.026214 [API:8081]10.0.0.177 - - [2026-08-17 03:33:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010621 [API:8081]10.0.0.190 - - [2026-08-17 03:33:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051737 [API:8081]10.0.0.38 - - [2026-08-17 03:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.38 - - [2026-08-17 03:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.177 - - [2026-08-17 03:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.177 - - [2026-08-17 03:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-17 03:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.190 - - [2026-08-17 03:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.38 - - [2026-08-17 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.38 - - [2026-08-17 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.177 - - [2026-08-17 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.177 - - [2026-08-17 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.190 - - [2026-08-17 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.190 - - [2026-08-17 03:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000492 [API:8081]10.0.0.190 - - [2026-08-17 03:34:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055527 [API:8081]10.0.0.177 - - [2026-08-17 03:35:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022917 [API:8081]10.0.0.177 - - [2026-08-17 03:35:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:ctest-SecurityGroupBasicRegressionTests1-21085777-70838473?flat HTTP/1.1" 200 10740 0.020621 [API:8081]10.0.0.177 - - [2026-08-17 03:35:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010184 [API:8081]10.0.0.177 - - [2026-08-17 03:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024569 [API:8081]10.0.0.177 - - [2026-08-17 03:35:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021956 [API:8081]10.0.0.177 - - [2026-08-17 03:35:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.039481 [API:8081]10.0.0.177 - - [2026-08-17 03:35:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022346 [API:8081]10.0.0.177 - - [2026-08-17 03:35:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.028471 [API:8081]10.0.0.177 - - [2026-08-17 03:35:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021016 [API:8081]10.0.0.177 - - [2026-08-17 03:35:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022267 [API:8081]10.0.0.177 - - [2026-08-17 03:35:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.030641 [API:8081]10.0.0.177 - - [2026-08-17 03:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.030284 [API:8081]10.0.0.177 - - [2026-08-17 03:35:29] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21085777:ctest-SecurityGroupBasicRegressionTests1-21085777-70838473?flat HTTP/1.1" 200 7958 0.017658 [API:8081]10.0.0.177 - - [2026-08-17 03:35:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011964 [API:8081]10.0.0.177 - - [2026-08-17 03:36:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.177 - - [2026-08-17 03:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.060143 [API:8081]10.0.0.177 - - [2026-08-17 03:36:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.052479 [API:8081]10.0.0.177 - - [2026-08-17 03:36:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.058485 [API:8081]10.0.0.177 - - [2026-08-17 03:36:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.011729 [API:8081]10.0.0.177 - - [2026-08-17 03:36:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.009601 [API:8081]10.0.0.177 - - [2026-08-17 03:36:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009848 [API:8081]10.0.0.177 - - [2026-08-17 03:36:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2301 0.010012 [API:8081]10.0.0.177 - - [2026-08-17 03:36:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.009945 [API:8081]10.0.0.177 - - [2026-08-17 03:36:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.177 - - [2026-08-17 03:36:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.086311 [API:8081]10.0.0.177 - - [2026-08-17 03:36:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.063416 [API:8081]10.0.0.177 - - [2026-08-17 03:36:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1869 0.048302 [API:8081]10.0.0.190 - - [2026-08-17 03:36:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.149818 [API:8081]10.0.0.177 - - [2026-08-17 03:36:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.010976 [API:8081]10.0.0.177 - - [2026-08-17 03:36:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.017290 [API:8081]10.0.0.177 - - [2026-08-17 03:36:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.011213 [API:8081]10.0.0.177 - - [2026-08-17 03:37:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.177 - - [2026-08-17 03:37:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.063133 [API:8081]10.0.0.177 - - [2026-08-17 03:37:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.048202 [API:8081]10.0.0.177 - - [2026-08-17 03:37:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.078171 [API:8081]10.0.0.177 - - [2026-08-17 03:37:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.011076 [API:8081]10.0.0.177 - - [2026-08-17 03:37:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009711 [API:8081]10.0.0.177 - - [2026-08-17 03:37:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.010494 [API:8081]10.0.0.177 - - [2026-08-17 03:37:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.008598 [API:8081]10.0.0.177 - - [2026-08-17 03:37:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2293 0.011791 [API:8081]10.0.0.177 - - [2026-08-17 03:37:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.177 - - [2026-08-17 03:37:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1435 0.057741 [API:8081]10.0.0.177 - - [2026-08-17 03:37:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.054528 [API:8081]10.0.0.177 - - [2026-08-17 03:37:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1873 0.056598 [API:8081]10.0.0.177 - - [2026-08-17 03:37:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.010341 [API:8081]10.0.0.177 - - [2026-08-17 03:37:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2341 0.009259 [API:8081]10.0.0.190 - - [2026-08-17 03:37:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.089401 [API:8081]10.0.0.38 - - [2026-08-17 03:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.38 - - [2026-08-17 03:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.177 - - [2026-08-17 03:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.177 - - [2026-08-17 03:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.190 - - [2026-08-17 03:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.190 - - [2026-08-17 03:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.38 - - [2026-08-17 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.38 - - [2026-08-17 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.177 - - [2026-08-17 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.177 - - [2026-08-17 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.190 - - [2026-08-17 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.190 - - [2026-08-17 03:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.190 - - [2026-08-17 03:39:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054860 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003034 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003251 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002935 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003981 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003247 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003791 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003858 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:40:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002903 [API:8081]10.0.0.190 - - [2026-08-17 03:40:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059845 [API:8081]10.0.0.177 - - [2026-08-17 03:41:20] "GET /analytics HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.177 - - [2026-08-17 03:41:20] "GET /analytics HTTP/1.1" 401 206 0.000177 [API:8081]10.0.0.190 - - [2026-08-17 03:41:48] "GET /analytics HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-17 03:41:48] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.38 - - [2026-08-17 03:41:49] "GET /analytics HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.38 - - [2026-08-17 03:41:49] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.190 - - [2026-08-17 03:42:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067417 [API:8081]10.0.0.38 - - [2026-08-17 03:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.38 - - [2026-08-17 03:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.177 - - [2026-08-17 03:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.177 - - [2026-08-17 03:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.190 - - [2026-08-17 03:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-17 03:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.38 - - [2026-08-17 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.38 - - [2026-08-17 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.177 - - [2026-08-17 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.177 - - [2026-08-17 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-17 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.190 - - [2026-08-17 03:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-17 03:43:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057607 [API:8081]10.0.0.177 - - [2026-08-17 03:44:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.177 - - [2026-08-17 03:44:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.060891 [API:8081]10.0.0.177 - - [2026-08-17 03:44:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.055041 [API:8081]10.0.0.190 - - [2026-08-17 03:45:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056387 [API:8081]10.0.0.190 - - [2026-08-17 03:46:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061585 [API:8081]10.0.0.38 - - [2026-08-17 03:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.38 - - [2026-08-17 03:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.177 - - [2026-08-17 03:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.177 - - [2026-08-17 03:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-17 03:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-17 03:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.38 - - [2026-08-17 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.38 - - [2026-08-17 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.177 - - [2026-08-17 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.177 - - [2026-08-17 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.190 - - [2026-08-17 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-17 03:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.190 - - [2026-08-17 03:48:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073280 [API:8081]10.0.0.177 - - [2026-08-17 03:49:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.177 - - [2026-08-17 03:49:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1427 0.060637 [API:8081]10.0.0.190 - - [2026-08-17 03:50:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060647 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.010252 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.008213 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004802 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004719 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004129 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.012896 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008051 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 03:50:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003802 [API:8081]10.0.0.177 - - [2026-08-17 03:50:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.177 - - [2026-08-17 03:50:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.063915 [API:8081]10.0.0.177 - - [2026-08-17 03:51:20] "GET /analytics HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.177 - - [2026-08-17 03:51:20] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.190 - - [2026-08-17 03:51:48] "GET /analytics HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.190 - - [2026-08-17 03:51:48] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.38 - - [2026-08-17 03:51:49] "GET /analytics HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.38 - - [2026-08-17 03:51:49] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.190 - - [2026-08-17 03:52:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067721 [API:8081]10.0.0.190 - - [2026-08-17 03:53:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070193 [API:8081]10.0.0.38 - - [2026-08-17 03:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.38 - - [2026-08-17 03:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.177 - - [2026-08-17 03:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.177 - - [2026-08-17 03:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.190 - - [2026-08-17 03:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.190 - - [2026-08-17 03:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.38 - - [2026-08-17 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.38 - - [2026-08-17 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.177 - - [2026-08-17 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.177 - - [2026-08-17 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.190 - - [2026-08-17 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.190 - - [2026-08-17 03:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.190 - - [2026-08-17 03:55:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.457954 [API:8081]10.0.0.177 - - [2026-08-17 03:55:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.177 - - [2026-08-17 03:55:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.061786 [API:8081]10.0.0.190 - - [2026-08-17 03:56:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061649 [API:8081]10.0.0.190 - - [2026-08-17 03:58:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056065 [API:8081]10.0.0.38 - - [2026-08-17 03:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.38 - - [2026-08-17 03:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.177 - - [2026-08-17 03:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.177 - - [2026-08-17 03:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.190 - - [2026-08-17 03:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-17 03:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.38 - - [2026-08-17 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.38 - - [2026-08-17 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.177 - - [2026-08-17 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.177 - - [2026-08-17 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.190 - - [2026-08-17 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-17 03:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-17 03:59:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070803 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003414 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003638 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003547 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003664 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003862 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006318 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003920 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:00:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003620 [API:8081]10.0.0.177 - - [2026-08-17 04:01:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-51798635:3354f41b-f0b2-467e-994b-87367cb15a4a?flat HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.177 - - [2026-08-17 04:01:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-51798635:3354f41b-f0b2-467e-994b-87367cb15a4a?flat HTTP/1.1" 200 5265 0.125067 [API:8081]10.0.0.177 - - [2026-08-17 04:01:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-51798635:3354f41b-f0b2-467e-994b-87367cb15a4a?flat HTTP/1.1" 200 5265 0.074591 [API:8081]10.0.0.177 - - [2026-08-17 04:01:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-51798635:3354f41b-f0b2-467e-994b-87367cb15a4a?flat HTTP/1.1" 200 5265 0.059778 [API:8081]10.0.0.177 - - [2026-08-17 04:01:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-51798635:ctest-random-95742050?flat HTTP/1.1" 200 4955 0.021909 [API:8081]10.0.0.177 - - [2026-08-17 04:01:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.025179 [API:8081]10.0.0.177 - - [2026-08-17 04:01:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.027285 [API:8081]10.0.0.177 - - [2026-08-17 04:01:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011989 [API:8081]10.0.0.177 - - [2026-08-17 04:01:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.011253 [API:8081]10.0.0.177 - - [2026-08-17 04:01:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.021072 [API:8081]10.0.0.190 - - [2026-08-17 04:01:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.180778 [API:8081]10.0.0.177 - - [2026-08-17 04:01:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.027229 [API:8081]10.0.0.177 - - [2026-08-17 04:01:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.023378 [API:8081]10.0.0.177 - - [2026-08-17 04:01:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.025642 [API:8081]10.0.0.177 - - [2026-08-17 04:01:20] "GET /analytics HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.177 - - [2026-08-17 04:01:20] "GET /analytics HTTP/1.1" 401 206 0.000193 [API:8081]10.0.0.177 - - [2026-08-17 04:01:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.024519 [API:8081]10.0.0.177 - - [2026-08-17 04:01:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.024576 [API:8081]10.0.0.177 - - [2026-08-17 04:01:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.025769 [API:8081]10.0.0.177 - - [2026-08-17 04:01:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.022237 [API:8081]10.0.0.177 - - [2026-08-17 04:01:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-51798635:ctest-random-95742050?flat HTTP/1.1" 200 8116 0.023631 [API:8081]10.0.0.177 - - [2026-08-17 04:01:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.008926 [API:8081]10.0.0.190 - - [2026-08-17 04:01:48] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.190 - - [2026-08-17 04:01:48] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.38 - - [2026-08-17 04:01:49] "GET /analytics HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.38 - - [2026-08-17 04:01:49] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.190 - - [2026-08-17 04:02:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071259 [API:8081]10.0.0.38 - - [2026-08-17 04:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.38 - - [2026-08-17 04:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000412 [API:8081]10.0.0.177 - - [2026-08-17 04:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.177 - - [2026-08-17 04:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.190 - - [2026-08-17 04:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-17 04:03:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.38 - - [2026-08-17 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.38 - - [2026-08-17 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.177 - - [2026-08-17 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.177 - - [2026-08-17 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.190 - - [2026-08-17 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.190 - - [2026-08-17 04:03:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.190 - - [2026-08-17 04:04:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058447 [API:8081]10.0.0.177 - - [2026-08-17 04:04:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.177 - - [2026-08-17 04:04:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1425 0.055764 [API:8081]10.0.0.190 - - [2026-08-17 04:05:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065581 [API:8081]10.0.0.190 - - [2026-08-17 04:07:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070277 [API:8081]10.0.0.177 - - [2026-08-17 04:07:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.177 - - [2026-08-17 04:07:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.058775 [API:8081]10.0.0.190 - - [2026-08-17 04:08:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060852 [API:8081]10.0.0.38 - - [2026-08-17 04:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.38 - - [2026-08-17 04:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.177 - - [2026-08-17 04:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.177 - - [2026-08-17 04:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000468 [API:8081]10.0.0.190 - - [2026-08-17 04:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.190 - - [2026-08-17 04:08:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.38 - - [2026-08-17 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.38 - - [2026-08-17 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.177 - - [2026-08-17 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.177 - - [2026-08-17 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.190 - - [2026-08-17 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.190 - - [2026-08-17 04:08:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003654 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004575 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006144 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004577 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003543 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003604 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003326 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:10:08] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003776 [API:8081]10.0.0.190 - - [2026-08-17 04:10:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068328 [API:8081]10.0.0.177 - - [2026-08-17 04:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.177 - - [2026-08-17 04:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1455 0.049002 [API:8081]10.0.0.177 - - [2026-08-17 04:11:20] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.177 - - [2026-08-17 04:11:20] "GET /analytics HTTP/1.1" 401 206 0.000178 [API:8081]10.0.0.190 - - [2026-08-17 04:11:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061260 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:40] "POST /analytics/query HTTP/1.1" 202 179 0.019191 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:40] "GET /analytics/query/bf6e4196-99f1-11f1-af21-00000a0000b1 HTTP/1.1" 200 221 0.006024 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:40] "GET /analytics/query/bf6e4196-99f1-11f1-af21-00000a0000b1 HTTP/1.1" 200 221 0.002588 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:41] "GET /analytics/query/bf6e4196-99f1-11f1-af21-00000a0000b1 HTTP/1.1" 200 338 0.002505 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:41] "GET /analytics/query/bf6e4196-99f1-11f1-af21-00000a0000b1/chunk-final/0 HTTP/1.1" 200 858 0.002317 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:42] "POST /analytics/query HTTP/1.1" 202 179 0.005976 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:42] "GET /analytics/query/c08873c7-99f1-11f1-bc28-00000a0000b1 HTTP/1.1" 200 221 0.002265 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:42] "GET /analytics/query/c08873c7-99f1-11f1-bc28-00000a0000b1 HTTP/1.1" 200 221 0.002313 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:43] "GET /analytics/query/c08873c7-99f1-11f1-bc28-00000a0000b1 HTTP/1.1" 200 221 0.002346 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:43] "GET /analytics/query/c08873c7-99f1-11f1-bc28-00000a0000b1 HTTP/1.1" 200 221 0.002563 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:44] "GET /analytics/query/c08873c7-99f1-11f1-bc28-00000a0000b1 HTTP/1.1" 200 338 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:44] "GET /analytics/query/c08873c7-99f1-11f1-bc28-00000a0000b1/chunk-final/0 HTTP/1.1" 200 858 0.004266 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:44] "POST /analytics/query HTTP/1.1" 202 179 0.005187 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:44] "GET /analytics/query/c236db3f-99f1-11f1-99b4-00000a0000b1 HTTP/1.1" 200 221 0.002663 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:45] "GET /analytics/query/c236db3f-99f1-11f1-99b4-00000a0000b1 HTTP/1.1" 200 339 0.002328 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:45] "GET /analytics/query/c236db3f-99f1-11f1-99b4-00000a0000b1/chunk-final/0 HTTP/1.1" 200 17729 0.007690 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:46] "POST /analytics/query HTTP/1.1" 202 179 0.011621 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:46] "GET /analytics/query/c2fbcba1-99f1-11f1-8286-00000a0000b1 HTTP/1.1" 200 221 0.006307 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:46] "GET /analytics/query/c2fbcba1-99f1-11f1-8286-00000a0000b1 HTTP/1.1" 200 339 0.002883 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:46] "GET /analytics/query/c2fbcba1-99f1-11f1-8286-00000a0000b1/chunk-final/0 HTTP/1.1" 200 17729 0.012439 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:47] "POST /analytics/query HTTP/1.1" 202 179 0.005306 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:47] "GET /analytics/query/c3c4dc49-99f1-11f1-a959-00000a0000b1 HTTP/1.1" 200 221 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:48] "GET /analytics/query/c3c4dc49-99f1-11f1-a959-00000a0000b1 HTTP/1.1" 200 221 0.002707 [API:8081]10.0.0.190 - - [2026-08-17 04:11:48] "GET /analytics HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.190 - - [2026-08-17 04:11:48] "GET /analytics HTTP/1.1" 401 206 0.000177 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:48] "GET /analytics/query/c3c4dc49-99f1-11f1-a959-00000a0000b1 HTTP/1.1" 200 339 0.002733 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:48] "GET /analytics/query/c3c4dc49-99f1-11f1-a959-00000a0000b1/chunk-final/0 HTTP/1.1" 200 7683 0.002681 [API:8081]10.0.0.38 - - [2026-08-17 04:11:49] "GET /analytics HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.38 - - [2026-08-17 04:11:49] "GET /analytics HTTP/1.1" 401 206 0.000160 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004388 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:52] "POST /analytics/query HTTP/1.1" 202 179 0.007801 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:52] "GET /analytics/query/c6cfc781-99f1-11f1-acd6-00000a0000b1 HTTP/1.1" 200 221 0.014205 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:53] "GET /analytics/query/c6cfc781-99f1-11f1-acd6-00000a0000b1 HTTP/1.1" 200 341 0.003457 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:53] "GET /analytics/query/c6cfc781-99f1-11f1-acd6-00000a0000b1/chunk-final/0 HTTP/1.1" 200 332018 0.012611 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004072 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004319 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:54] "POST /analytics/query HTTP/1.1" 202 179 0.023950 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:54] "GET /analytics/query/c80c1792-99f1-11f1-b092-00000a0000b1 HTTP/1.1" 200 221 0.009063 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "GET /analytics/query/c80c1792-99f1-11f1-b092-00000a0000b1 HTTP/1.1" 200 338 0.002226 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "GET /analytics/query/c80c1792-99f1-11f1-b092-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.002292 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "POST /analytics/query HTTP/1.1" 202 179 0.006343 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "GET /analytics/query/c8614d75-99f1-11f1-87b6-00000a0000b1 HTTP/1.1" 200 221 0.005063 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "GET /analytics/query/c8614d75-99f1-11f1-87b6-00000a0000b1 HTTP/1.1" 200 338 0.002330 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "GET /analytics/query/c8614d75-99f1-11f1-87b6-00000a0000b1/chunk-final/0 HTTP/1.1" 200 7877 0.003310 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "POST /analytics/query HTTP/1.1" 202 179 0.005335 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:55] "GET /analytics/query/c8b47968-99f1-11f1-bf37-00000a0000b1 HTTP/1.1" 200 221 0.002328 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "GET /analytics/query/c8b47968-99f1-11f1-bf37-00000a0000b1 HTTP/1.1" 200 338 0.003032 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "GET /analytics/query/c8b47968-99f1-11f1-bf37-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.002403 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "POST /analytics/query HTTP/1.1" 202 179 0.010540 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "GET /analytics/query/c9057e9f-99f1-11f1-9cee-00000a0000b1 HTTP/1.1" 200 221 0.005664 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "GET /analytics/query/c9057e9f-99f1-11f1-9cee-00000a0000b1 HTTP/1.1" 200 338 0.002878 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "GET /analytics/query/c9057e9f-99f1-11f1-9cee-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.002055 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "POST /analytics/query HTTP/1.1" 202 179 0.005787 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:56] "GET /analytics/query/c9585eb1-99f1-11f1-9cba-00000a0000b1 HTTP/1.1" 200 221 0.006448 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:57] "GET /analytics/query/c9585eb1-99f1-11f1-9cba-00000a0000b1 HTTP/1.1" 200 338 0.002478 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:57] "GET /analytics/query/c9585eb1-99f1-11f1-9cba-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.001937 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:57] "POST /analytics/query HTTP/1.1" 202 179 0.005552 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:57] "GET /analytics/query/c9ab1a42-99f1-11f1-9d0f-00000a0000b1 HTTP/1.1" 200 221 0.007067 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "GET /analytics/query/c9ab1a42-99f1-11f1-9d0f-00000a0000b1 HTTP/1.1" 200 338 0.002475 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "GET /analytics/query/c9ab1a42-99f1-11f1-9d0f-00000a0000b1/chunk-final/0 HTTP/1.1" 200 4013 0.002240 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "POST /analytics/query HTTP/1.1" 202 179 0.015567 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "GET /analytics/query/c9fd72b8-99f1-11f1-b212-00000a0000b1 HTTP/1.1" 200 221 0.003898 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "GET /analytics/query/c9fd72b8-99f1-11f1-b212-00000a0000b1 HTTP/1.1" 200 338 0.002612 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "GET /analytics/query/c9fd72b8-99f1-11f1-b212-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.002198 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "POST /analytics/query HTTP/1.1" 202 179 0.005447 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:58] "GET /analytics/query/ca507da0-99f1-11f1-833f-00000a0000b1 HTTP/1.1" 200 221 0.002325 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "GET /analytics/query/ca507da0-99f1-11f1-833f-00000a0000b1 HTTP/1.1" 200 338 0.002412 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "GET /analytics/query/ca507da0-99f1-11f1-833f-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.002056 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "POST /analytics/query HTTP/1.1" 202 179 0.006031 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "GET /analytics/query/caa11131-99f1-11f1-b73a-00000a0000b1 HTTP/1.1" 200 221 0.014561 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "GET /analytics/query/caa11131-99f1-11f1-b73a-00000a0000b1 HTTP/1.1" 200 338 0.002827 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "GET /analytics/query/caa11131-99f1-11f1-b73a-00000a0000b1/chunk-final/0 HTTP/1.1" 200 4013 0.002506 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "POST /analytics/query HTTP/1.1" 202 179 0.020499 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:11:59] "GET /analytics/query/caf3d924-99f1-11f1-b66e-00000a0000b1 HTTP/1.1" 200 221 0.004745 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "GET /analytics/query/caf3d924-99f1-11f1-b66e-00000a0000b1 HTTP/1.1" 200 338 0.005529 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "GET /analytics/query/caf3d924-99f1-11f1-b66e-00000a0000b1/chunk-final/0 HTTP/1.1" 200 4013 0.003188 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "POST /analytics/query HTTP/1.1" 202 179 0.005994 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "GET /analytics/query/cb499d7d-99f1-11f1-b9e7-00000a0000b1 HTTP/1.1" 200 221 0.004702 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "GET /analytics/query/cb499d7d-99f1-11f1-b9e7-00000a0000b1 HTTP/1.1" 200 338 0.002939 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "GET /analytics/query/cb499d7d-99f1-11f1-b9e7-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.002838 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "POST /analytics/query HTTP/1.1" 202 179 0.006146 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:00] "GET /analytics/query/cb9d1f44-99f1-11f1-8df9-00000a0000b1 HTTP/1.1" 200 221 0.017308 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:01] "GET /analytics/query/cb9d1f44-99f1-11f1-8df9-00000a0000b1 HTTP/1.1" 200 338 0.002522 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:01] "GET /analytics/query/cb9d1f44-99f1-11f1-8df9-00000a0000b1/chunk-final/0 HTTP/1.1" 200 145 0.002218 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.005106 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003846 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:02] "POST /analytics/query HTTP/1.1" 202 179 0.015459 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:02] "GET /analytics/query/ccc3f433-99f1-11f1-8cc7-00000a0000b1 HTTP/1.1" 200 221 0.004706 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:03] "GET /analytics/query/ccc3f433-99f1-11f1-8cc7-00000a0000b1 HTTP/1.1" 200 340 0.002424 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:03] "GET /analytics/query/ccc3f433-99f1-11f1-8cc7-00000a0000b1/chunk-final/0 HTTP/1.1" 200 1505308 0.027584 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:03] "POST /analytics/query HTTP/1.1" 202 179 0.006387 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:03] "GET /analytics/query/cd208d44-99f1-11f1-9c4b-00000a0000b1 HTTP/1.1" 200 221 0.006406 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:03] "GET /analytics/query/cd208d44-99f1-11f1-9c4b-00000a0000b1 HTTP/1.1" 200 340 0.002437 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:03] "GET /analytics/query/cd208d44-99f1-11f1-9c4b-00000a0000b1/chunk-final/0 HTTP/1.1" 200 1506695 0.024131 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003897 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.004475 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.005399 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004829 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.005329 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:07] "POST /analytics/query HTTP/1.1" 202 179 0.005918 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:07] "GET /analytics/query/cf9a239d-99f1-11f1-a643-00000a0000b1 HTTP/1.1" 200 221 0.002315 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:07] "GET /analytics/query/cf9a239d-99f1-11f1-a643-00000a0000b1 HTTP/1.1" 200 339 0.002680 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:07] "GET /analytics/query/cf9a239d-99f1-11f1-a643-00000a0000b1/chunk-final/0 HTTP/1.1" 200 43941 0.005371 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.004274 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:08] "POST /analytics/query HTTP/1.1" 202 179 0.012803 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:08] "GET /analytics/query/d05796c1-99f1-11f1-9c9c-00000a0000b1 HTTP/1.1" 200 221 0.006676 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:09] "GET /analytics/query/d05796c1-99f1-11f1-9c9c-00000a0000b1 HTTP/1.1" 200 221 0.002323 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:09] "GET /analytics/query/d05796c1-99f1-11f1-9c9c-00000a0000b1 HTTP/1.1" 200 341 0.002273 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:09] "GET /analytics/query/d05796c1-99f1-11f1-9c9c-00000a0000b1/chunk-final/0 HTTP/1.1" 200 922115 0.053033 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003897 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004298 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004142 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:15] "POST /analytics/query HTTP/1.1" 200 145 1.012301 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.004136 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:17] "POST /analytics/query HTTP/1.1" 200 2148 1.012341 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004076 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:19] "POST /analytics/query HTTP/1.1" 200 707 1.025727 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.007120 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:20] "POST /analytics/query HTTP/1.1" 200 2830 1.012853 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.003895 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:22] "POST /analytics/query HTTP/1.1" 200 206 1.013826 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.005042 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:24] "POST /analytics/query HTTP/1.1" 200 1440 1.026081 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.020163 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:26] "POST /analytics/query HTTP/1.1" 200 2830 1.031923 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.004223 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:27] "POST /analytics/query HTTP/1.1" 200 825 1.011581 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004915 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:29] "POST /analytics/query HTTP/1.1" 200 141419 1.028443 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.006404 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:31] "POST /analytics/query HTTP/1.1" 200 631 1.020954 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004059 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:33] "POST /analytics/query HTTP/1.1" 200 258 1.013605 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003924 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:34] "POST /analytics/query HTTP/1.1" 200 596 1.018786 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004215 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:36] "POST /analytics/query HTTP/1.1" 200 1797 1.013172 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004107 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:38] "POST /analytics/query HTTP/1.1" 200 596 1.014490 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.005382 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:40] "POST /analytics/query HTTP/1.1" 200 236 1.030034 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:12:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004276 [API:8081]10.0.0.177 - - [2026-08-17 04:12:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.177 - - [2026-08-17 04:12:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1700 0.056318 [API:8081]10.0.0.190 - - [2026-08-17 04:13:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051747 [API:8081]10.0.0.38 - - [2026-08-17 04:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.38 - - [2026-08-17 04:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.177 - - [2026-08-17 04:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.177 - - [2026-08-17 04:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.190 - - [2026-08-17 04:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.190 - - [2026-08-17 04:13:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.38 - - [2026-08-17 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.38 - - [2026-08-17 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.177 - - [2026-08-17 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.177 - - [2026-08-17 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.190 - - [2026-08-17 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.190 - - [2026-08-17 04:13:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.177 - - [2026-08-17 04:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.060118 [API:8081]10.0.0.177 - - [2026-08-17 04:14:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.010835 [API:8081]10.0.0.177 - - [2026-08-17 04:14:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.058336 [API:8081]10.0.0.190 - - [2026-08-17 04:14:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054739 [API:8081]10.0.0.177 - - [2026-08-17 04:15:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.013737 [API:8081]10.0.0.177 - - [2026-08-17 04:15:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.016439 [API:8081]10.0.0.177 - - [2026-08-17 04:15:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.011525 [API:8081]10.0.0.177 - - [2026-08-17 04:15:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.010007 [API:8081]10.0.0.177 - - [2026-08-17 04:15:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.014099 [API:8081]10.0.0.177 - - [2026-08-17 04:15:41] "POST /analytics/query HTTP/1.1" 200 222 1.022109 [API:8081]10.0.0.177 - - [2026-08-17 04:15:42] "POST /analytics/query HTTP/1.1" 200 222 1.020739 [API:8081]10.0.0.177 - - [2026-08-17 04:15:43] "POST /analytics/query HTTP/1.1" 200 353 1.021611 [API:8081]10.0.0.190 - - [2026-08-17 04:16:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058147 [API:8081]10.0.0.190 - - [2026-08-17 04:17:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074265 [API:8081]10.0.0.38 - - [2026-08-17 04:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.38 - - [2026-08-17 04:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.177 - - [2026-08-17 04:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.177 - - [2026-08-17 04:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.190 - - [2026-08-17 04:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.190 - - [2026-08-17 04:18:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.38 - - [2026-08-17 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.38 - - [2026-08-17 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.177 - - [2026-08-17 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.177 - - [2026-08-17 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.190 - - [2026-08-17 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.190 - - [2026-08-17 04:18:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.177 - - [2026-08-17 04:19:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25598 0.068711 [API:8081]10.0.0.190 - - [2026-08-17 04:19:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.104862 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:08] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003132 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003438 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003424 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003189 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003011 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003666 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003145 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:20:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002883 [API:8081]10.0.0.190 - - [2026-08-17 04:20:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062246 [API:8081]10.0.0.177 - - [2026-08-17 04:21:20] "GET /analytics HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.177 - - [2026-08-17 04:21:20] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.190 - - [2026-08-17 04:21:48] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.190 - - [2026-08-17 04:21:48] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.38 - - [2026-08-17 04:21:49] "GET /analytics HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.38 - - [2026-08-17 04:21:49] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.190 - - [2026-08-17 04:22:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054328 [API:8081]10.0.0.190 - - [2026-08-17 04:23:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067688 [API:8081]10.0.0.38 - - [2026-08-17 04:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.38 - - [2026-08-17 04:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.177 - - [2026-08-17 04:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.177 - - [2026-08-17 04:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.190 - - [2026-08-17 04:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-17 04:23:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.38 - - [2026-08-17 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.38 - - [2026-08-17 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.177 - - [2026-08-17 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.177 - - [2026-08-17 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.190 - - [2026-08-17 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.190 - - [2026-08-17 04:23:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.190 - - [2026-08-17 04:25:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052683 [API:8081]10.0.0.190 - - [2026-08-17 04:26:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060192 [API:8081]10.0.0.190 - - [2026-08-17 04:28:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081322 [API:8081]10.0.0.38 - - [2026-08-17 04:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.38 - - [2026-08-17 04:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.177 - - [2026-08-17 04:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.177 - - [2026-08-17 04:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.190 - - [2026-08-17 04:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.190 - - [2026-08-17 04:28:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.38 - - [2026-08-17 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.38 - - [2026-08-17 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.177 - - [2026-08-17 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.177 - - [2026-08-17 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.190 - - [2026-08-17 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.190 - - [2026-08-17 04:28:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.190 - - [2026-08-17 04:29:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.108139 [API:8081]10.0.0.177 - - [2026-08-17 04:30:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000429 [API:8081]10.0.0.177 - - [2026-08-17 04:30:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.056764 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005569 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009962 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003748 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003736 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004149 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008620 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003740 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:30:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002628 [API:8081]10.0.0.177 - - [2026-08-17 04:30:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:aef94100-cb58-4d7d-93a1-26076444f006?flat HTTP/1.1" 200 5063 0.054046 [API:8081]10.0.0.177 - - [2026-08-17 04:30:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:aef94100-cb58-4d7d-93a1-26076444f006?flat HTTP/1.1" 200 5063 0.053521 [API:8081]10.0.0.177 - - [2026-08-17 04:30:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:aef94100-cb58-4d7d-93a1-26076444f006?flat HTTP/1.1" 200 5063 0.014430 [API:8081]10.0.0.177 - - [2026-08-17 04:30:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-10379369:EVPN-VN1?flat HTTP/1.1" 200 7339 0.018951 [API:8081]10.0.0.177 - - [2026-08-17 04:30:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.021700 [API:8081]10.0.0.177 - - [2026-08-17 04:30:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.024156 [API:8081]10.0.0.177 - - [2026-08-17 04:30:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010609 [API:8081]10.0.0.177 - - [2026-08-17 04:31:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:5ec10ea6-49f0-4297-9dce-2125bdbb54df?flat HTTP/1.1" 200 5316 0.017897 [API:8081]10.0.0.177 - - [2026-08-17 04:31:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:5ec10ea6-49f0-4297-9dce-2125bdbb54df?flat HTTP/1.1" 200 5316 0.021957 [API:8081]10.0.0.177 - - [2026-08-17 04:31:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:5ec10ea6-49f0-4297-9dce-2125bdbb54df?flat HTTP/1.1" 200 5316 0.018021 [API:8081]10.0.0.177 - - [2026-08-17 04:31:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-10379369:EVPN-VN1?flat HTTP/1.1" 200 9297 0.028547 [API:8081]10.0.0.177 - - [2026-08-17 04:31:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.023919 [API:8081]10.0.0.177 - - [2026-08-17 04:31:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.023534 [API:8081]10.0.0.177 - - [2026-08-17 04:31:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009834 [API:8081]10.0.0.177 - - [2026-08-17 04:31:20] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.177 - - [2026-08-17 04:31:20] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.190 - - [2026-08-17 04:31:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065076 [API:8081]10.0.0.190 - - [2026-08-17 04:31:48] "GET /analytics HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.190 - - [2026-08-17 04:31:48] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.38 - - [2026-08-17 04:31:49] "GET /analytics HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.38 - - [2026-08-17 04:31:49] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.190 - - [2026-08-17 04:32:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1754 0.074049 [API:8081]10.0.0.177 - - [2026-08-17 04:33:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:aef94100-cb58-4d7d-93a1-26076444f006?flat HTTP/1.1" 200 5314 0.015880 [API:8081]10.0.0.177 - - [2026-08-17 04:33:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:aef94100-cb58-4d7d-93a1-26076444f006?flat HTTP/1.1" 200 5314 0.015935 [API:8081]10.0.0.177 - - [2026-08-17 04:33:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:aef94100-cb58-4d7d-93a1-26076444f006?flat HTTP/1.1" 200 5314 0.016270 [API:8081]10.0.0.177 - - [2026-08-17 04:33:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-10379369:EVPN-VN1?flat HTTP/1.1" 200 8294 0.017100 [API:8081]10.0.0.177 - - [2026-08-17 04:33:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23276 0.021915 [API:8081]10.0.0.177 - - [2026-08-17 04:33:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23276 0.025160 [API:8081]10.0.0.177 - - [2026-08-17 04:33:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010052 [API:8081]10.0.0.177 - - [2026-08-17 04:33:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:5ec10ea6-49f0-4297-9dce-2125bdbb54df?flat HTTP/1.1" 200 5314 0.015154 [API:8081]10.0.0.177 - - [2026-08-17 04:33:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:5ec10ea6-49f0-4297-9dce-2125bdbb54df?flat HTTP/1.1" 200 5314 0.015235 [API:8081]10.0.0.177 - - [2026-08-17 04:33:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-10379369:5ec10ea6-49f0-4297-9dce-2125bdbb54df?flat HTTP/1.1" 200 5314 0.020036 [API:8081]10.0.0.177 - - [2026-08-17 04:33:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-10379369:EVPN-VN1?flat HTTP/1.1" 200 9419 0.025171 [API:8081]10.0.0.177 - - [2026-08-17 04:33:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23714 0.026095 [API:8081]10.0.0.177 - - [2026-08-17 04:33:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23714 0.020987 [API:8081]10.0.0.177 - - [2026-08-17 04:33:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010328 [API:8081]10.0.0.38 - - [2026-08-17 04:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.38 - - [2026-08-17 04:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.177 - - [2026-08-17 04:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.177 - - [2026-08-17 04:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.190 - - [2026-08-17 04:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.190 - - [2026-08-17 04:33:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.38 - - [2026-08-17 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.38 - - [2026-08-17 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.177 - - [2026-08-17 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.177 - - [2026-08-17 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.190 - - [2026-08-17 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.190 - - [2026-08-17 04:33:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.177 - - [2026-08-17 04:34:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25292 0.033069 [API:8081]10.0.0.177 - - [2026-08-17 04:34:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-10379369:EVPN-VN1?flat HTTP/1.1" 200 8514 0.027331 [API:8081]10.0.0.177 - - [2026-08-17 04:34:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.012913 [API:8081]10.0.0.177 - - [2026-08-17 04:34:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32491 0.026205 [API:8081]10.0.0.177 - - [2026-08-17 04:34:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-10379369:EVPN-VN1?flat HTTP/1.1" 200 5987 0.016725 [API:8081]10.0.0.177 - - [2026-08-17 04:34:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011757 [API:8081]10.0.0.190 - - [2026-08-17 04:34:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.139692 [API:8081]10.0.0.190 - - [2026-08-17 04:35:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.075490 [API:8081]10.0.0.177 - - [2026-08-17 04:37:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-87143047:ctest-TestRbac-87143047-05294073?flat HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.177 - - [2026-08-17 04:37:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-87143047:ctest-TestRbac-87143047-05294073?flat HTTP/1.1" 200 2077 1.056179 [API:8081]10.0.0.190 - - [2026-08-17 04:37:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.125668 [API:8081]10.0.0.177 - - [2026-08-17 04:37:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.477337 [API:8081]10.0.0.177 - - [2026-08-17 04:37:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-87143047:ctest-TestRbac-87143047-05294073?flat HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.177 - - [2026-08-17 04:37:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-87143047:ctest-TestRbac-87143047-05294073?flat HTTP/1.1" 200 2077 0.116371 [API:8081]10.0.0.177 - - [2026-08-17 04:37:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.073069 [API:8081]10.0.0.177 - - [2026-08-17 04:38:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-43699310:1c25c342-165e-4503-9619-b67aeb8278b4?flat HTTP/1.1" 200 4949 0.101690 [API:8081]10.0.0.177 - - [2026-08-17 04:38:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-43699310:1c25c342-165e-4503-9619-b67aeb8278b4?flat HTTP/1.1" 200 4949 0.054977 [API:8081]10.0.0.177 - - [2026-08-17 04:38:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-43699310:1c25c342-165e-4503-9619-b67aeb8278b4?flat HTTP/1.1" 200 4949 0.059756 [API:8081]10.0.0.177 - - [2026-08-17 04:38:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-87143047:ctest-TestRbac-87143047-05294073?flat HTTP/1.1" 200 7740 0.058405 [API:8081]10.0.0.177 - - [2026-08-17 04:38:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.034497 [API:8081]10.0.0.177 - - [2026-08-17 04:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.143671 [API:8081]10.0.0.177 - - [2026-08-17 04:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.177 - - [2026-08-17 04:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.057235 [API:8081]10.0.0.177 - - [2026-08-17 04:38:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.064318 [API:8081]10.0.0.177 - - [2026-08-17 04:38:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.124652 [API:8081]10.0.0.177 - - [2026-08-17 04:38:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.058760 [API:8081]10.0.0.177 - - [2026-08-17 04:38:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.055934 [API:8081]10.0.0.177 - - [2026-08-17 04:38:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.100051 [API:8081]10.0.0.177 - - [2026-08-17 04:38:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.150002 [API:8081]10.0.0.177 - - [2026-08-17 04:38:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.035554 [API:8081]10.0.0.177 - - [2026-08-17 04:38:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.064135 [API:8081]10.0.0.177 - - [2026-08-17 04:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.021990 [API:8081]10.0.0.177 - - [2026-08-17 04:38:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25334 0.030210 [API:8081]10.0.0.177 - - [2026-08-17 04:38:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25335 0.022856 [API:8081]10.0.0.177 - - [2026-08-17 04:38:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-87143047:ctest-TestRbac-87143047-05294073?flat HTTP/1.1" 200 6495 0.013314 [API:8081]10.0.0.177 - - [2026-08-17 04:38:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009526 [API:8081]10.0.0.38 - - [2026-08-17 04:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.38 - - [2026-08-17 04:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.177 - - [2026-08-17 04:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000406 [API:8081]10.0.0.190 - - [2026-08-17 04:38:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.177 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.190 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.190 - - [2026-08-17 04:38:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.330258 [API:8081]10.0.0.38 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000654 [API:8081]10.0.0.38 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.177 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.177 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.190 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-17 04:38:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.177 - - [2026-08-17 04:39:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.177 - - [2026-08-17 04:39:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 200 2116 0.100317 [API:8081]10.0.0.177 - - [2026-08-17 04:39:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 401 206 0.000304 --- 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-51654680'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-73630364' RBAC: ctest-TestRbacBasic-20269047 doesn't have read permission in project 'f58331a4db5e4c1490f47cc5ec68c9b1' 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-26932267', 'ctest-TestRbacBasic-26932267-62444960'], 'virtual_network', '06f3cf0e-72eb-41ca-abd8-cde270835fd1', "Permission Denied for ['ctest-TestRbacBasic-51654680'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-73630364' RBAC: ctest-TestRbacBasic-20269047 doesn't have read permission in project 'f58331a4db5e4c1490f47cc5ec68c9b1'"),) [API:8081]10.0.0.177 - - [2026-08-17 04:39:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 403 199 0.174664 [API:8081]10.0.0.177 - - [2026-08-17 04:39:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.177 - - [2026-08-17 04:39:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 200 2116 0.055736 [API:8081]10.0.0.177 - - [2026-08-17 04:39:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.078446 [API:8081]10.0.0.177 - - [2026-08-17 04:39:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.073154 [API:8081]10.0.0.177 - - [2026-08-17 04:39:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.054899 --- 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-51654680'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-26932267' RBAC: ctest-TestRbacBasic-20269047 doesn't have read permission in project '642ccacad9984037a9875167eb2f6b91' 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-26932267', 'ctest-TestRbacBasic-26932267-62444960'], 'virtual_network', '06f3cf0e-72eb-41ca-abd8-cde270835fd1', "Permission Denied for ['ctest-TestRbacBasic-51654680'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-26932267' RBAC: ctest-TestRbacBasic-20269047 doesn't have read permission in project '642ccacad9984037a9875167eb2f6b91'"),) [API:8081]10.0.0.177 - - [2026-08-17 04:39:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 403 199 0.045304 --- 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-51654680'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-26932267' RBAC: ctest-TestRbacBasic-20269047 doesn't have read permission in project '642ccacad9984037a9875167eb2f6b91' 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-26932267', 'ctest-TestRbacBasic-26932267-62444960'], 'virtual_network', '06f3cf0e-72eb-41ca-abd8-cde270835fd1', "Permission Denied for ['ctest-TestRbacBasic-51654680'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-26932267' RBAC: ctest-TestRbacBasic-20269047 doesn't have read permission in project '642ccacad9984037a9875167eb2f6b91'"),) [API:8081]10.0.0.177 - - [2026-08-17 04:39:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 403 199 0.126203 [API:8081]10.0.0.177 - - [2026-08-17 04:39:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 200 5268 0.072428 [API:8081]10.0.0.177 - - [2026-08-17 04:39:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-26932267:ctest-TestRbacBasic-26932267-62444960?flat HTTP/1.1" 200 6763 0.022165 [API:8081]10.0.0.177 - - [2026-08-17 04:39:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.077030 [API:8081]10.0.0.177 - - [2026-08-17 04:39:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.059738 [API:8081]10.0.0.177 - - [2026-08-17 04:39:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.012757 [API:8081]10.0.0.177 - - [2026-08-17 04:39:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.011424 [API:8081]10.0.0.177 - - [2026-08-17 04:39:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 401 206 0.000336 --- 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-29752702 as ['ctest-TestRbacBasic-25512137'] to R virtual-network in ctest-TestRbacBasic-83466882 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-83466882', 'ctest-TestRbacBasic-83466882-90191432'], 'virtual_network', '436e43ec-67d9-4f40-aa29-a183fe634539', "Permission Denied for ctest-TestRbacBasic-29752702 as ['ctest-TestRbacBasic-25512137'] to R virtual-network in ctest-TestRbacBasic-83466882"),) [API:8081]10.0.0.177 - - [2026-08-17 04:39:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 403 199 0.119533 [API:8081]10.0.0.177 - - [2026-08-17 04:39:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.075588 [API:8081]10.0.0.177 - - [2026-08-17 04:39:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 200 2117 0.059458 [API:8081]10.0.0.177 - - [2026-08-17 04:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.058287 --- 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-29752702 as ['ctest-TestRbacBasic-25512137'] to R virtual-network in ctest-TestRbacBasic-83466882 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-83466882', 'ctest-TestRbacBasic-83466882-90191432'], 'virtual_network', '436e43ec-67d9-4f40-aa29-a183fe634539', "Permission Denied for ctest-TestRbacBasic-29752702 as ['ctest-TestRbacBasic-25512137'] to R virtual-network in ctest-TestRbacBasic-83466882"),) [API:8081]10.0.0.177 - - [2026-08-17 04:39:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 403 199 0.077131 --- 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-29752702 as ['ctest-TestRbacBasic-25512137'] to R virtual-network in ctest-TestRbacBasic-83466882 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-83466882', 'ctest-TestRbacBasic-83466882-90191432'], 'virtual_network', '436e43ec-67d9-4f40-aa29-a183fe634539', "Permission Denied for ctest-TestRbacBasic-29752702 as ['ctest-TestRbacBasic-25512137'] to R virtual-network in ctest-TestRbacBasic-83466882"),) [API:8081]10.0.0.177 - - [2026-08-17 04:39:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 403 199 0.086797 [API:8081]10.0.0.177 - - [2026-08-17 04:39:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.060287 [API:8081]10.0.0.177 - - [2026-08-17 04:39:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 200 2117 0.054457 [API:8081]10.0.0.177 - - [2026-08-17 04:39:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.061728 [API:8081]10.0.0.177 - - [2026-08-17 04:39:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 401 206 0.000328 --- 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-20269047 as ['ctest-TestRbacBasic-51654680'] to R virtual-network in ctest-TestRbacBasic-83466882 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-83466882', 'ctest-TestRbacBasic-83466882-90191432'], 'virtual_network', '436e43ec-67d9-4f40-aa29-a183fe634539', "Permission Denied for ctest-TestRbacBasic-20269047 as ['ctest-TestRbacBasic-51654680'] to R virtual-network in ctest-TestRbacBasic-83466882"),) [API:8081]10.0.0.177 - - [2026-08-17 04:39:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 403 199 0.080122 [API:8081]10.0.0.177 - - [2026-08-17 04:39:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.055162 [API:8081]10.0.0.177 - - [2026-08-17 04:39:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-90191432?flat HTTP/1.1" 200 2117 0.071765 [API:8081]10.0.0.177 - - [2026-08-17 04:39:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.059458 [API:8081]10.0.0.177 - - [2026-08-17 04:39:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.093232 [API:8081]10.0.0.177 - - [2026-08-17 04:39:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.010893 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003743 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003465 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004220 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003823 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003124 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002792 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003682 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:40:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003306 [API:8081]10.0.0.177 - - [2026-08-17 04:40:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-83466882:4f098028-1eb9-44c9-b0bf-93af74f623f5?flat HTTP/1.1" 200 5241 0.063176 [API:8081]10.0.0.177 - - [2026-08-17 04:40:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-83466882:4f098028-1eb9-44c9-b0bf-93af74f623f5?flat HTTP/1.1" 200 5241 0.058925 [API:8081]10.0.0.177 - - [2026-08-17 04:40:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-83466882:4f098028-1eb9-44c9-b0bf-93af74f623f5?flat HTTP/1.1" 200 5241 0.062835 [API:8081]10.0.0.177 - - [2026-08-17 04:40:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-69669855?flat HTTP/1.1" 200 8148 0.065229 [API:8081]10.0.0.177 - - [2026-08-17 04:40:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.035604 [API:8081]10.0.0.177 - - [2026-08-17 04:40:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.100422 [API:8081]10.0.0.177 - - [2026-08-17 04:40:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.046059 [API:8081]10.0.0.177 - - [2026-08-17 04:40:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.038632 [API:8081]10.0.0.177 - - [2026-08-17 04:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.077342 [API:8081]10.0.0.177 - - [2026-08-17 04:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.023420 [API:8081]10.0.0.177 - - [2026-08-17 04:40:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.052331 [API:8081]10.0.0.177 - - [2026-08-17 04:40:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-69669855?flat HTTP/1.1" 200 8148 0.073596 [API:8081]10.0.0.177 - - [2026-08-17 04:40:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.049268 [API:8081]10.0.0.177 - - [2026-08-17 04:40:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.034956 [API:8081]10.0.0.177 - - [2026-08-17 04:40:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.076999 [API:8081]10.0.0.177 - - [2026-08-17 04:40:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.032515 [API:8081]10.0.0.177 - - [2026-08-17 04:40:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.027030 [API:8081]10.0.0.177 - - [2026-08-17 04:40:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.025925 [API:8081]10.0.0.177 - - [2026-08-17 04:40:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.023305 [API:8081]10.0.0.177 - - [2026-08-17 04:40:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.022950 [API:8081]10.0.0.177 - - [2026-08-17 04:40:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.021761 [API:8081]10.0.0.177 - - [2026-08-17 04:40:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-83466882:ctest-TestRbacBasic-83466882-69669855?flat HTTP/1.1" 200 6883 0.014224 [API:8081]10.0.0.177 - - [2026-08-17 04:40:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010966 [API:8081]10.0.0.190 - - [2026-08-17 04:40:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073768 [Introspect:8090]10.0.0.177 - - [2026-08-17 04:40:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001216 [API:8081]10.0.0.177 - - [2026-08-17 04:40:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.177 - - [2026-08-17 04:40:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.056968 [API:8081]10.0.0.177 - - [2026-08-17 04:41:20] "GET /analytics HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.177 - - [2026-08-17 04:41:20] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.190 - - [2026-08-17 04:41:48] "GET /analytics HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.190 - - [2026-08-17 04:41:48] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.38 - - [2026-08-17 04:41:49] "GET /analytics HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.38 - - [2026-08-17 04:41:49] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.190 - - [2026-08-17 04:41:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.061291 [API:8081]10.0.0.177 - - [2026-08-17 04:43:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:d3d50da6-68e7-413f-a1e9-2f04d22f98e4?flat HTTP/1.1" 200 5379 0.053501 [API:8081]10.0.0.177 - - [2026-08-17 04:43:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:d3d50da6-68e7-413f-a1e9-2f04d22f98e4?flat HTTP/1.1" 200 5379 0.014030 [API:8081]10.0.0.177 - - [2026-08-17 04:43:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:d3d50da6-68e7-413f-a1e9-2f04d22f98e4?flat HTTP/1.1" 200 5379 0.058935 [API:8081]10.0.0.177 - - [2026-08-17 04:43:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn1-71682190?flat HTTP/1.1" 200 9412 0.025159 [API:8081]10.0.0.177 - - [2026-08-17 04:43:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.034802 [API:8081]10.0.0.177 - - [2026-08-17 04:43:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.025074 [API:8081]10.0.0.177 - - [2026-08-17 04:43:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011273 [API:8081]10.0.0.177 - - [2026-08-17 04:43:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:65b7f99e-00ce-433b-82d2-9eb769c1f9f5?flat HTTP/1.1" 200 5361 0.019603 [API:8081]10.0.0.177 - - [2026-08-17 04:43:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:65b7f99e-00ce-433b-82d2-9eb769c1f9f5?flat HTTP/1.1" 200 5361 0.014166 [API:8081]10.0.0.177 - - [2026-08-17 04:43:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:65b7f99e-00ce-433b-82d2-9eb769c1f9f5?flat HTTP/1.1" 200 5361 0.020481 [API:8081]10.0.0.177 - - [2026-08-17 04:43:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn1-71682190?flat HTTP/1.1" 200 9412 0.020577 [API:8081]10.0.0.177 - - [2026-08-17 04:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.023440 [API:8081]10.0.0.177 - - [2026-08-17 04:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.022092 [API:8081]10.0.0.177 - - [2026-08-17 04:43:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010740 [API:8081]10.0.0.177 - - [2026-08-17 04:43:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.021894 [API:8081]10.0.0.177 - - [2026-08-17 04:43:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.022497 [API:8081]10.0.0.177 - - [2026-08-17 04:43:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.021334 [API:8081]10.0.0.177 - - [2026-08-17 04:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.023953 [API:8081]10.0.0.177 - - [2026-08-17 04:43:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.030984 [API:8081]10.0.0.177 - - [2026-08-17 04:43:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.022071 [API:8081]10.0.0.177 - - [2026-08-17 04:43:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn1-71682190?flat HTTP/1.1" 200 7734 0.018428 [API:8081]10.0.0.177 - - [2026-08-17 04:43:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011061 [API:8081]10.0.0.38 - - [2026-08-17 04:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.38 - - [2026-08-17 04:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.177 - - [2026-08-17 04:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.177 - - [2026-08-17 04:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.190 - - [2026-08-17 04:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-17 04:43:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.38 - - [2026-08-17 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.38 - - [2026-08-17 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.177 - - [2026-08-17 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.177 - - [2026-08-17 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.190 - - [2026-08-17 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.190 - - [2026-08-17 04:43:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.177 - - [2026-08-17 04:43:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.036910 [API:8081]10.0.0.177 - - [2026-08-17 04:43:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.028842 [API:8081]10.0.0.190 - - [2026-08-17 04:43:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055851 [API:8081]10.0.0.177 - - [2026-08-17 04:43:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.024221 [API:8081]10.0.0.177 - - [2026-08-17 04:43:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.031319 [API:8081]10.0.0.177 - - [2026-08-17 04:44:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.034999 [API:8081]10.0.0.177 - - [2026-08-17 04:44:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.026214 [API:8081]10.0.0.177 - - [2026-08-17 04:44:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn1-71682190?flat HTTP/1.1" 200 6232 0.015456 [API:8081]10.0.0.177 - - [2026-08-17 04:44:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010402 [API:8081]10.0.0.177 - - [2026-08-17 04:44:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.011683 [API:8081]10.0.0.177 - - [2026-08-17 04:44:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.009563 [API:8081]10.0.0.190 - - [2026-08-17 04:44:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.060754 [Introspect:8090]10.0.0.177 - - [2026-08-17 04:46:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001196 [API:8081]10.0.0.177 - - [2026-08-17 04:46:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-1?flat HTTP/1.1" 200 12153 0.446847 [API:8081]10.0.0.177 - - [2026-08-17 04:46:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6167-1?flat HTTP/1.1" 200 6068 0.439789 [API:8081]10.0.0.177 - - [2026-08-17 04:46:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 6061 0.439938 [API:8081]10.0.0.177 - - [2026-08-17 04:46:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6167-3?flat HTTP/1.1" 200 3969 0.013513 [API:8081]10.0.0.177 - - [2026-08-17 04:46:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?flat HTTP/1.1" 200 6151 0.014309 [API:8081]10.0.0.177 - - [2026-08-17 04:46:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?flat HTTP/1.1" 200 7649 0.015109 [API:8081]10.0.0.177 - - [2026-08-17 04:46:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?flat HTTP/1.1" 200 6144 0.014217 [API:8081]10.0.0.177 - - [2026-08-17 04:46:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.009957 [API:8081]10.0.0.190 - - [2026-08-17 04:46:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091508 [API:8081]10.0.0.177 - - [2026-08-17 04:47:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:8fcb1afe-fbcd-4d10-a5a5-acff7ab57c44?flat HTTP/1.1" 200 5244 0.014560 [API:8081]10.0.0.177 - - [2026-08-17 04:47:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:8fcb1afe-fbcd-4d10-a5a5-acff7ab57c44?flat HTTP/1.1" 200 5244 0.015249 [API:8081]10.0.0.177 - - [2026-08-17 04:47:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:8fcb1afe-fbcd-4d10-a5a5-acff7ab57c44?flat HTTP/1.1" 200 5244 0.014460 [API:8081]10.0.0.177 - - [2026-08-17 04:47:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn1-59330983?flat HTTP/1.1" 200 7014 0.016467 [API:8081]10.0.0.177 - - [2026-08-17 04:47:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.024454 [API:8081]10.0.0.177 - - [2026-08-17 04:47:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.028754 [API:8081]10.0.0.177 - - [2026-08-17 04:47:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009253 [API:8081]10.0.0.190 - - [2026-08-17 04:47:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.068019 [API:8081]10.0.0.38 - - [2026-08-17 04:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.38 - - [2026-08-17 04:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.177 - - [2026-08-17 04:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.177 - - [2026-08-17 04:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.190 - - [2026-08-17 04:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.190 - - [2026-08-17 04:48:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.38 - - [2026-08-17 04:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.38 - - [2026-08-17 04:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.177 - - [2026-08-17 04:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.177 - - [2026-08-17 04:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.190 - - [2026-08-17 04:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.190 - - [2026-08-17 04:48:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.177 - - [2026-08-17 04:48:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:a3e6f29d-bbc1-413d-8ebe-daeec77c697b?flat HTTP/1.1" 200 5244 0.019424 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:a3e6f29d-bbc1-413d-8ebe-daeec77c697b?flat HTTP/1.1" 200 5244 0.014609 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-98273189:a3e6f29d-bbc1-413d-8ebe-daeec77c697b?flat HTTP/1.1" 200 5244 0.014469 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn2-41833498?flat HTTP/1.1" 200 6980 0.016900 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32267 0.032182 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12426 0.029552 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32267 0.029817 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12426 0.026177 [API:8081]10.0.0.177 - - [2026-08-17 04:48:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010136 [API:8081]10.0.0.177 - - [2026-08-17 04:49:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.028024 [API:8081]10.0.0.177 - - [2026-08-17 04:49:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.022737 [API:8081]10.0.0.177 - - [2026-08-17 04:49:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.026982 [API:8081]10.0.0.177 - - [2026-08-17 04:49:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.021524 [API:8081]10.0.0.177 - - [2026-08-17 04:49:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.029734 [API:8081]10.0.0.177 - - [2026-08-17 04:49:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.023918 [API:8081]10.0.0.190 - - [2026-08-17 04:49:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058730 [API:8081]10.0.0.177 - - [2026-08-17 04:49:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.028905 [API:8081]10.0.0.177 - - [2026-08-17 04:49:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.028437 [API:8081]10.0.0.177 - - [2026-08-17 04:50:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.030998 [API:8081]10.0.0.177 - - [2026-08-17 04:50:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.033656 [API:8081]10.0.0.177 - - [2026-08-17 04:50:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.029099 [API:8081]10.0.0.177 - - [2026-08-17 04:50:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.024554 [API:8081]10.0.0.177 - - [2026-08-17 04:50:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.026819 [API:8081]10.0.0.177 - - [2026-08-17 04:50:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.024501 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002484 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002648 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003969 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002909 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003557 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003495 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002864 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 04:50:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002952 [API:8081]10.0.0.177 - - [2026-08-17 04:50:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.031589 [API:8081]10.0.0.177 - - [2026-08-17 04:50:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12940 0.023963 [API:8081]10.0.0.177 - - [2026-08-17 04:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32279 0.026973 [API:8081]10.0.0.177 - - [2026-08-17 04:50:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12815 0.023312 [API:8081]10.0.0.177 - - [2026-08-17 04:50:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn2-41833498?flat HTTP/1.1" 200 7863 0.019778 [API:8081]10.0.0.177 - - [2026-08-17 04:50:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010522 [API:8081]10.0.0.177 - - [2026-08-17 04:50:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.032963 [API:8081]10.0.0.177 - - [2026-08-17 04:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.024818 [API:8081]10.0.0.177 - - [2026-08-17 04:50:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.031027 [API:8081]10.0.0.177 - - [2026-08-17 04:50:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.025496 [API:8081]10.0.0.177 - - [2026-08-17 04:50:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.024642 [API:8081]10.0.0.177 - - [2026-08-17 04:50:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32567 0.030189 [API:8081]10.0.0.177 - - [2026-08-17 04:50:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-98273189:ctest-vn1-59330983?flat HTTP/1.1" 200 7805 0.018195 [API:8081]10.0.0.177 - - [2026-08-17 04:50:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010847 [API:8081]10.0.0.190 - - [2026-08-17 04:50:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055154 [API:8081]10.0.0.177 - - [2026-08-17 04:51:20] "GET /analytics HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.177 - - [2026-08-17 04:51:20] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.190 - - [2026-08-17 04:51:48] "GET /analytics HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.190 - - [2026-08-17 04:51:48] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00253436:f4e3536b-7583-48bd-91e5-b63a1364f6de?flat HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.38 - - [2026-08-17 04:51:49] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.38 - - [2026-08-17 04:51:49] "GET /analytics HTTP/1.1" 401 206 0.000196 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00253436:f4e3536b-7583-48bd-91e5-b63a1364f6de?flat HTTP/1.1" 200 3172 0.057460 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00253436:f4e3536b-7583-48bd-91e5-b63a1364f6de?flat HTTP/1.1" 200 3172 0.059927 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00253436:f4e3536b-7583-48bd-91e5-b63a1364f6de?flat HTTP/1.1" 200 3172 0.063753 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00253436:ctest-vn-15983432?flat HTTP/1.1" 200 4816 0.014264 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.031190 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.026480 [API:8081]10.0.0.177 - - [2026-08-17 04:51:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009897 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00253436:d626eb69-5b62-406a-916f-fab26222020f?flat HTTP/1.1" 200 5075 0.015381 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00253436:d626eb69-5b62-406a-916f-fab26222020f?flat HTTP/1.1" 200 5075 0.014572 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-00253436:d626eb69-5b62-406a-916f-fab26222020f?flat HTTP/1.1" 200 5075 0.016546 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00253436:ctest-vn-77719520?flat HTTP/1.1" 200 6102 0.016384 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.029177 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12932 0.026761 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.029532 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12932 0.022609 [API:8081]10.0.0.177 - - [2026-08-17 04:51:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009968 [API:8081]10.0.0.177 - - [2026-08-17 04:51:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.030061 [API:8081]10.0.0.177 - - [2026-08-17 04:51:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12932 0.022719 [API:8081]10.0.0.177 - - [2026-08-17 04:52:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.034736 [API:8081]10.0.0.177 - - [2026-08-17 04:52:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12932 0.024509 [API:8081]10.0.0.177 - - [2026-08-17 04:52:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.036992 [API:8081]10.0.0.177 - - [2026-08-17 04:52:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12932 0.032085 [API:8081]10.0.0.177 - - [2026-08-17 04:52:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.031648 [API:8081]10.0.0.177 - - [2026-08-17 04:52:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12932 0.026420 [API:8081]10.0.0.177 - - [2026-08-17 04:52:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32299 0.041086 [API:8081]10.0.0.177 - - [2026-08-17 04:52:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12932 0.023793 [API:8081]10.0.0.177 - - [2026-08-17 04:52:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.029307 [API:8081]10.0.0.177 - - [2026-08-17 04:52:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6167-2?flat HTTP/1.1" 200 12553 0.033998 [API:8081]10.0.0.177 - - [2026-08-17 04:52:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00253436:ctest-vn-77719520?flat HTTP/1.1" 200 6172 0.016192 [API:8081]10.0.0.177 - - [2026-08-17 04:52:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010777 [API:8081]10.0.0.177 - - [2026-08-17 04:52:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32575 0.024360 [API:8081]10.0.0.177 - - [2026-08-17 04:52:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.024591 [API:8081]10.0.0.177 - - [2026-08-17 04:52:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.024958 [API:8081]10.0.0.177 - - [2026-08-17 04:52:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.045217 [API:8081]10.0.0.177 - - [2026-08-17 04:52:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32581 0.027484 [API:8081]10.0.0.177 - - [2026-08-17 04:52:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6167-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32583 0.025926 [API:8081]10.0.0.177 - - [2026-08-17 04:52:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-00253436:ctest-vn-15983432?flat HTTP/1.1" 200 6181 0.013952 [API:8081]10.0.0.177 - - [2026-08-17 04:52:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011573 [API:8081]10.0.0.177 - - [2026-08-17 04:52:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.177 - - [2026-08-17 04:52:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.063665 [API:8081]10.0.0.177 - - [2026-08-17 04:52:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.051065 [API:8081]10.0.0.190 - - [2026-08-17 04:52:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052092 [API:8081]10.0.0.38 - - [2026-08-17 04:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.38 - - [2026-08-17 04:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.177 - - [2026-08-17 04:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.177 - - [2026-08-17 04:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.190 - - [2026-08-17 04:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.190 - - [2026-08-17 04:53:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.38 - - [2026-08-17 04:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.38 - - [2026-08-17 04:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.177 - - [2026-08-17 04:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.177 - - [2026-08-17 04:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.190 - - [2026-08-17 04:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.190 - - [2026-08-17 04:53:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.190 - - [2026-08-17 04:54:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058179 [API:8081]10.0.0.190 - - [2026-08-17 04:56:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053107 [API:8081]10.0.0.190 - - [2026-08-17 04:57:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.068252 [API:8081]10.0.0.177 - - [2026-08-17 04:58:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.177 - - [2026-08-17 04:58:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1435 0.053539 [API:8081]10.0.0.38 - - [2026-08-17 04:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.38 - - [2026-08-17 04:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.177 - - [2026-08-17 04:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.177 - - [2026-08-17 04:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.190 - - [2026-08-17 04:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.190 - - [2026-08-17 04:58:46] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.38 - - [2026-08-17 04:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.38 - - [2026-08-17 04:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.177 - - [2026-08-17 04:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.177 - - [2026-08-17 04:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.190 - - [2026-08-17 04:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.190 - - [2026-08-17 04:58:47] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.190 - - [2026-08-17 04:59:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070499 [API:8081]10.0.0.190 - - [2026-08-17 05:00:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059124 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003479 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003195 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003027 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002762 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002837 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002627 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003420 [LOCAL API:8181]127.0.0.1 - - [2026-08-17 05:00:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6167-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003258 [API:8081]10.0.0.177 - - [2026-08-17 05:01:20] "GET /analytics HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.177 - - [2026-08-17 05:01:20] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.190 - - [2026-08-17 05:01:48] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.190 - - [2026-08-17 05:01:48] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.38 - - [2026-08-17 05:01:49] "GET /analytics HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.38 - - [2026-08-17 05:01:49] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.190 - - [2026-08-17 05:02:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068006 [API:8081]10.0.0.190 - - [2026-08-17 05:03:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.073632 [Introspect:8090]10.0.0.177 - - [2026-08-17 05:03:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001327