++ 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: =================== Thu Jun 4 02:30:11 AM UTC 2026 ===================' INFO: =================== Thu Jun 4 02:30:11 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.242 ++ 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.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.50:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.50:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.50:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.50:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.50:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.50:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ 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.242,10.0.0.50,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.50,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.242,10.0.0.50,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.242 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.50,10.0.0.27 +++ local servers=10.0.0.242,10.0.0.50,10.0.0.27 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.242,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.242,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ echo 10.0.0.242 1 +++ return ++ local ip=10.0.0.242 ++ [[ -z 10.0.0.242 ]] ++ echo 10.0.0.242 + host_ip=10.0.0.242 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 06/04/2026 02:30:19.507 7f88c7bae480 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/04/2026 02:30:19.757 7f88c7bae480 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/04/2026 02:30:19.778 7f88c7bae480 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/04/2026 02:30:19.778 7f88c7bae480 [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.242: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.50 - - [2026-06-04 02:30:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.103570 [API:8081]10.0.0.50 - - [2026-06-04 02:31:03] "GET /analytics HTTP/1.1" 401 206 0.000416 [API:8081]10.0.0.50 - - [2026-06-04 02:31:03] "GET /analytics HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.27 - - [2026-06-04 02:31:03] "GET /analytics HTTP/1.1" 401 206 0.000654 [API:8081]10.0.0.27 - - [2026-06-04 02:31:03] "GET /analytics HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.242 - - [2026-06-04 02:31:05] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.242 - - [2026-06-04 02:31:05] "GET /analytics HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.50 - - [2026-06-04 02:31:34] "GET /analytics HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.50 - - [2026-06-04 02:31:34] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.27 - - [2026-06-04 02:31:34] "GET /analytics HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.27 - - [2026-06-04 02:31:34] "GET /analytics HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.242 - - [2026-06-04 02:31:36] "GET /analytics HTTP/1.1" 401 206 0.000646 [API:8081]10.0.0.242 - - [2026-06-04 02:31:36] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.50 - - [2026-06-04 02:32:04] "GET /analytics HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.50 - - [2026-06-04 02:32:04] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-06-04 02:32:04] "GET /analytics HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.27 - - [2026-06-04 02:32:04] "GET /analytics HTTP/1.1" 401 206 0.000171 [API:8081]10.0.0.50 - - [2026-06-04 02:32:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.078978 [API:8081]10.0.0.50 - - [2026-06-04 02:33:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.068788 [API:8081]10.0.0.50 - - [2026-06-04 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.27 - - [2026-06-04 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.50 - - [2026-06-04 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-06-04 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000505 [API:8081]10.0.0.50 - - [2026-06-04 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.50 - - [2026-06-04 02:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.27 - - [2026-06-04 02:33:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.27 - - [2026-06-04 02:33:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.242 - - [2026-06-04 02:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.242 - - [2026-06-04 02:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000674 [API:8081]10.0.0.242 - - [2026-06-04 02:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.242 - - [2026-06-04 02:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [Introspect:8090]10.0.0.242 - - [2026-06-04 02:33:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001678 [Introspect:8090]10.0.0.242 - - [2026-06-04 02:34:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001144 [API:8081]10.0.0.50 - - [2026-06-04 02:35:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.128037 [Introspect:8090]10.0.0.242 - - [2026-06-04 02:35:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001177 [Introspect:8090]10.0.0.242 - - [2026-06-04 02:36:00] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000585 [API:8081]10.0.0.242 - - [2026-06-04 02:36:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.242 - - [2026-06-04 02:36:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.097410 [API:8081]10.0.0.242 - - [2026-06-04 02:36:00] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.077613 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.076411 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.023588 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3:Control:contrail-control:0?flat HTTP/1.1" 200 27712 0.077469 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.021845 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.025085 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.037840 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3357 0.016556 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3357 0.016652 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.015046 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.019055 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.016826 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.018080 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.013519 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016789 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.014836 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015970 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015605 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015296 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016744 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015074 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.016041 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015514 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.021606 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.026110 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14210 0.019933 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.022919 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14212 0.017970 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.021196 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.029231 [API:8081]10.0.0.242 - - [2026-06-04 02:36:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12041 0.025220 [API:8081]10.0.0.242 - - [2026-06-04 02:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.027061 [API:8081]10.0.0.242 - - [2026-06-04 02:36:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12021 0.029996 [API:8081]10.0.0.242 - - [2026-06-04 02:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.023256 [API:8081]10.0.0.242 - - [2026-06-04 02:36:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12041 0.026152 [API:8081]10.0.0.242 - - [2026-06-04 02:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.028838 [API:8081]10.0.0.242 - - [2026-06-04 02:36:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12021 0.028601 [API:8081]10.0.0.242 - - [2026-06-04 02:36:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.022751 [API:8081]10.0.0.242 - - [2026-06-04 02:36:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.014169 [API:8081]10.0.0.242 - - [2026-06-04 02:36:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.025486 [API:8081]10.0.0.242 - - [2026-06-04 02:36:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.014349 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.015105 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14215 0.029241 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016804 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.020254 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14210 0.025810 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015277 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.016254 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14212 0.023839 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.016117 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.020595 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.018179 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.017581 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.014739 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.027625 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.014542 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.017074 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.015057 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.018777 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.027207 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.014062 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.016378 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.023257 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.013266 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.020982 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3:Control:contrail-control:0?flat HTTP/1.1" 200 27714 0.020284 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.017210 [API:8081]10.0.0.242 - - [2026-06-04 02:36:04] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5884-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.022875 [API:8081]10.0.0.242 - - [2026-06-04 02:36:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12041 0.037168 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?flat HTTP/1.1" 200 16069 0.029695 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?flat HTTP/1.1" 200 15254 0.022718 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?flat HTTP/1.1" 200 15938 0.027189 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?flat HTTP/1.1" 200 16069 0.037365 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?flat HTTP/1.1" 200 15254 0.025324 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?flat HTTP/1.1" 200 15938 0.030412 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?flat HTTP/1.1" 200 16069 0.032274 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?flat HTTP/1.1" 200 15254 0.027086 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?flat HTTP/1.1" 200 15938 0.024656 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?flat HTTP/1.1" 200 16069 0.025259 [API:8081]10.0.0.242 - - [2026-06-04 02:36:07] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?flat HTTP/1.1" 200 15254 0.027041 [API:8081]10.0.0.242 - - [2026-06-04 02:36:08] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?flat HTTP/1.1" 200 15938 0.020936 [API:8081]10.0.0.242 - - [2026-06-04 02:36:09] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 7998 0.021980 [API:8081]10.0.0.242 - - [2026-06-04 02:36:09] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 8001 0.017756 [API:8081]10.0.0.242 - - [2026-06-04 02:36:09] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5884-3?flat HTTP/1.1" 200 8001 0.016990 [API:8081]10.0.0.242 - - [2026-06-04 02:36:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.242 - - [2026-06-04 02:36:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.075126 [API:8081]10.0.0.50 - - [2026-06-04 02:36:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.112283 [API:8081]10.0.0.242 - - [2026-06-04 02:36:32] "POST /analytics/query HTTP/1.1" 200 54753 1.095175 [API:8081]10.0.0.242 - - [2026-06-04 02:36:33] "POST /analytics/query HTTP/1.1" 200 5875 1.023183 [API:8081]10.0.0.242 - - [2026-06-04 02:36:34] "POST /analytics/query HTTP/1.1" 200 871 1.088094 [API:8081]10.0.0.242 - - [2026-06-04 02:36:35] "POST /analytics/query HTTP/1.1" 200 5875 1.030278 [API:8081]10.0.0.242 - - [2026-06-04 02:36:36] "POST /analytics/query HTTP/1.1" 200 871 1.053092 [API:8081]10.0.0.242 - - [2026-06-04 02:36:49] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000930 [API:8081]10.0.0.50 - - [2026-06-04 02:38:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.153558 [API:8081]10.0.0.50 - - [2026-06-04 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000448 [API:8081]10.0.0.27 - - [2026-06-04 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000494 [API:8081]10.0.0.50 - - [2026-06-04 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.27 - - [2026-06-04 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.50 - - [2026-06-04 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.50 - - [2026-06-04 02:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-06-04 02:38:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000908 [API:8081]10.0.0.27 - - [2026-06-04 02:38:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.242 - - [2026-06-04 02:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.242 - - [2026-06-04 02:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.242 - - [2026-06-04 02:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.242 - - [2026-06-04 02:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.50 - - [2026-06-04 02:39:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.169324 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003372 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003494 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003516 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004860 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004519 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004226 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003644 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:40:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003218 [API:8081]10.0.0.50 - - [2026-06-04 02:41:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.093099 [API:8081]10.0.0.242 - - [2026-06-04 02:41:36] "GET /analytics HTTP/1.1" 401 206 0.000408 [API:8081]10.0.0.242 - - [2026-06-04 02:41:36] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.242 - - [2026-06-04 02:42:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000435 [API:8081]10.0.0.242 - - [2026-06-04 02:42:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1453 0.086562 [API:8081]10.0.0.242 - - [2026-06-04 02:42:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.079666 [API:8081]10.0.0.50 - - [2026-06-04 02:42:04] "GET /analytics HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-06-04 02:42:04] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.27 - - [2026-06-04 02:42:04] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.27 - - [2026-06-04 02:42:04] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.50 - - [2026-06-04 02:42:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.090612 [API:8081]10.0.0.50 - - [2026-06-04 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-06-04 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.50 - - [2026-06-04 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.27 - - [2026-06-04 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.50 - - [2026-06-04 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.50 - - [2026-06-04 02:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.27 - - [2026-06-04 02:43:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.27 - - [2026-06-04 02:43:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.242 - - [2026-06-04 02:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2026-06-04 02:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.242 - - [2026-06-04 02:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.242 - - [2026-06-04 02:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-06-04 02:44:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084948 [API:8081]10.0.0.50 - - [2026-06-04 02:45:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084053 [API:8081]10.0.0.50 - - [2026-06-04 02:47:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.165947 [API:8081]10.0.0.50 - - [2026-06-04 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.27 - - [2026-06-04 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.50 - - [2026-06-04 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000416 [API:8081]10.0.0.27 - - [2026-06-04 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.50 - - [2026-06-04 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.50 - - [2026-06-04 02:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.27 - - [2026-06-04 02:48:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.27 - - [2026-06-04 02:48:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2026-06-04 02:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.242 - - [2026-06-04 02:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.242 - - [2026-06-04 02:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.242 - - [2026-06-04 02:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000473 [API:8081]10.0.0.50 - - [2026-06-04 02:48:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.092137 [API:8081]10.0.0.242 - - [2026-06-04 02:49:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.242 - - [2026-06-04 02:49:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.079437 [API:8081]10.0.0.242 - - [2026-06-04 02:49:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.083605 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:19] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005168 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004467 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003744 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003351 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:19] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003712 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004189 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:19] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003283 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 02:50:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005604 [API:8081]10.0.0.50 - - [2026-06-04 02:50:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073186 [API:8081]10.0.0.242 - - [2026-06-04 02:51:36] "GET /analytics HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.242 - - [2026-06-04 02:51:36] "GET /analytics HTTP/1.1" 401 206 0.000193 [API:8081]10.0.0.50 - - [2026-06-04 02:51:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.097801 [API:8081]10.0.0.242 - - [2026-06-04 02:51:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1895 0.012479 [API:8081]10.0.0.242 - - [2026-06-04 02:51:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.082354 [API:8081]10.0.0.242 - - [2026-06-04 02:51:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2353 0.010007 [API:8081]10.0.0.242 - - [2026-06-04 02:52:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2582 0.012525 [API:8081]10.0.0.50 - - [2026-06-04 02:52:04] "GET /analytics HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.50 - - [2026-06-04 02:52:04] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-06-04 02:52:04] "GET /analytics HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.27 - - [2026-06-04 02:52:04] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.50 - - [2026-06-04 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000632 [API:8081]10.0.0.27 - - [2026-06-04 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.50 - - [2026-06-04 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.27 - - [2026-06-04 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.50 - - [2026-06-04 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.50 - - [2026-06-04 02:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.27 - - [2026-06-04 02:53:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.27 - - [2026-06-04 02:53:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.242 - - [2026-06-04 02:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.242 - - [2026-06-04 02:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.242 - - [2026-06-04 02:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.242 - - [2026-06-04 02:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.50 - - [2026-06-04 02:53:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.119989 [API:8081]10.0.0.50 - - [2026-06-04 02:54:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.080997 [API:8081]10.0.0.242 - - [2026-06-04 02:55:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25194 0.105429 [API:8081]10.0.0.242 - - [2026-06-04 02:55:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12547 0.037582 [API:8081]10.0.0.242 - - [2026-06-04 02:55:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-72147471:ctest-vnet1-57640893?flat HTTP/1.1" 200 8240 0.091565 [API:8081]10.0.0.242 - - [2026-06-04 02:55:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.014027 [API:8081]10.0.0.242 - - [2026-06-04 02:55:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.036497 [API:8081]10.0.0.242 - - [2026-06-04 02:55:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.027287 [API:8081]10.0.0.242 - - [2026-06-04 02:55:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.024433 [API:8081]10.0.0.242 - - [2026-06-04 02:55:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.022192 [API:8081]10.0.0.242 - - [2026-06-04 02:55:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.023909 [API:8081]10.0.0.242 - - [2026-06-04 02:55:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.024344 [API:8081]10.0.0.242 - - [2026-06-04 02:55:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.031929 [API:8081]10.0.0.242 - - [2026-06-04 02:55:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.035072 [API:8081]10.0.0.242 - - [2026-06-04 02:55:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.024955 [API:8081]10.0.0.242 - - [2026-06-04 02:55:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.026428 [API:8081]10.0.0.242 - - [2026-06-04 02:56:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.033704 [API:8081]10.0.0.242 - - [2026-06-04 02:56:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.032524 [API:8081]10.0.0.242 - - [2026-06-04 02:56:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.024270 [API:8081]10.0.0.242 - - [2026-06-04 02:56:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.026043 [API:8081]10.0.0.242 - - [2026-06-04 02:56:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.025852 [API:8081]10.0.0.242 - - [2026-06-04 02:56:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12986 0.026894 [API:8081]10.0.0.242 - - [2026-06-04 02:56:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.027927 [API:8081]10.0.0.242 - - [2026-06-04 02:56:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12565 0.027182 [API:8081]10.0.0.242 - - [2026-06-04 02:56:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-72147471:ctest-vnet0-05912660?flat HTTP/1.1" 200 8242 0.019047 [API:8081]10.0.0.242 - - [2026-06-04 02:56:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013964 [API:8081]10.0.0.242 - - [2026-06-04 02:56:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.012618 [API:8081]10.0.0.50 - - [2026-06-04 02:56:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084345 [API:8081]10.0.0.50 - - [2026-06-04 02:57:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.089544 [API:8081]10.0.0.242 - - [2026-06-04 02:58:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.242 - - [2026-06-04 02:58:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.080667 [API:8081]10.0.0.50 - - [2026-06-04 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-06-04 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.50 - - [2026-06-04 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.27 - - [2026-06-04 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.50 - - [2026-06-04 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.50 - - [2026-06-04 02:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.27 - - [2026-06-04 02:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-06-04 02:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.242 - - [2026-06-04 02:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.242 - - [2026-06-04 02:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.242 - - [2026-06-04 02:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2026-06-04 02:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.242 - - [2026-06-04 02:59:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.101110 [API:8081]10.0.0.242 - - [2026-06-04 02:59:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.098953 [API:8081]10.0.0.242 - - [2026-06-04 02:59:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032582 [API:8081]10.0.0.242 - - [2026-06-04 02:59:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.023303 [API:8081]10.0.0.50 - - [2026-06-04 02:59:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090906 [API:8081]10.0.0.242 - - [2026-06-04 02:59:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024873 [API:8081]10.0.0.242 - - [2026-06-04 02:59:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.027617 [API:8081]10.0.0.242 - - [2026-06-04 02:59:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025697 [API:8081]10.0.0.242 - - [2026-06-04 02:59:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.031852 [API:8081]10.0.0.242 - - [2026-06-04 02:59:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.037743 [API:8081]10.0.0.242 - - [2026-06-04 02:59:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.035749 [API:8081]10.0.0.242 - - [2026-06-04 02:59:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024609 [API:8081]10.0.0.242 - - [2026-06-04 02:59:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.026482 [API:8081]10.0.0.242 - - [2026-06-04 03:00:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.031332 [API:8081]10.0.0.242 - - [2026-06-04 03:00:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.032287 [API:8081]10.0.0.242 - - [2026-06-04 03:00:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.029311 [API:8081]10.0.0.242 - - [2026-06-04 03:00:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.045771 [API:8081]10.0.0.242 - - [2026-06-04 03:00:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.036144 [API:8081]10.0.0.242 - - [2026-06-04 03:00:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13029 0.042298 [API:8081]10.0.0.242 - - [2026-06-04 03:00:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028709 [API:8081]10.0.0.242 - - [2026-06-04 03:00:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12587 0.035332 [API:8081]10.0.0.242 - - [2026-06-04 03:00:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-02783959:ctest-vnet0-70604822?flat HTTP/1.1" 200 7196 0.018444 [API:8081]10.0.0.242 - - [2026-06-04 03:00:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014028 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005373 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006030 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.008039 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005781 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006171 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005353 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004889 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004413 [API:8081]10.0.0.242 - - [2026-06-04 03:00:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.242 - - [2026-06-04 03:00:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.086049 [API:8081]10.0.0.242 - - [2026-06-04 03:00:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.242 - - [2026-06-04 03:00:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.079741 [API:8081]10.0.0.242 - - [2026-06-04 03:00:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.091129 [API:8081]10.0.0.242 - - [2026-06-04 03:00:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.110777 [API:8081]10.0.0.50 - - [2026-06-04 03:00:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.139317 [API:8081]10.0.0.242 - - [2026-06-04 03:01:36] "GET /analytics HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.242 - - [2026-06-04 03:01:36] "GET /analytics HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.50 - - [2026-06-04 03:02:04] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.50 - - [2026-06-04 03:02:04] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-06-04 03:02:04] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.27 - - [2026-06-04 03:02:04] "GET /analytics HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.242 - - [2026-06-04 03:02:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:e175c4f2-3f2f-44ae-bd68-0d8a940d3812?flat HTTP/1.1" 200 5230 0.017212 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:e175c4f2-3f2f-44ae-bd68-0d8a940d3812?flat HTTP/1.1" 200 5230 0.016039 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:e175c4f2-3f2f-44ae-bd68-0d8a940d3812?flat HTTP/1.1" 200 5230 0.017227 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56471620:ctest-VN1-53339947?flat HTTP/1.1" 200 8552 0.024239 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024405 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13319 0.026308 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025089 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13319 0.026286 [API:8081]10.0.0.242 - - [2026-06-04 03:02:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010697 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:f2636551-b4ba-48d9-8e33-e046f5507c16?flat HTTP/1.1" 200 5481 0.018243 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:f2636551-b4ba-48d9-8e33-e046f5507c16?flat HTTP/1.1" 200 5481 0.017170 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:f2636551-b4ba-48d9-8e33-e046f5507c16?flat HTTP/1.1" 200 5481 0.020658 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56471620:ctest-VN2-40933598?flat HTTP/1.1" 200 9271 0.025686 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.026894 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12962 0.026905 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.038477 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12962 0.026222 [API:8081]10.0.0.242 - - [2026-06-04 03:02:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011347 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:40322dc4-1c2d-4cc3-ba73-eff2c4971019?flat HTTP/1.1" 200 5466 0.020844 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:40322dc4-1c2d-4cc3-ba73-eff2c4971019?flat HTTP/1.1" 200 5466 0.021909 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-56471620:40322dc4-1c2d-4cc3-ba73-eff2c4971019?flat HTTP/1.1" 200 5466 0.019744 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56471620:ctest-VN3-37444365?flat HTTP/1.1" 200 9032 0.030379 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.041617 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13319 0.025603 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.027652 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13319 0.031424 [API:8081]10.0.0.242 - - [2026-06-04 03:02:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011779 [API:8081]10.0.0.50 - - [2026-06-04 03:02:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092768 [API:8081]10.0.0.50 - - [2026-06-04 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.50 - - [2026-06-04 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.27 - - [2026-06-04 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.27 - - [2026-06-04 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.50 - - [2026-06-04 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.50 - - [2026-06-04 03:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.27 - - [2026-06-04 03:03:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.27 - - [2026-06-04 03:03:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.242 - - [2026-06-04 03:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.242 - - [2026-06-04 03:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.242 - - [2026-06-04 03:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000600 [API:8081]10.0.0.242 - - [2026-06-04 03:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.242 - - [2026-06-04 03:03:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.029094 [API:8081]10.0.0.242 - - [2026-06-04 03:03:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.034480 [API:8081]10.0.0.242 - - [2026-06-04 03:03:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.046378 [API:8081]10.0.0.242 - - [2026-06-04 03:03:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.062245 [API:8081]10.0.0.242 - - [2026-06-04 03:03:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.037959 [API:8081]10.0.0.242 - - [2026-06-04 03:03:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.025785 [API:8081]10.0.0.50 - - [2026-06-04 03:03:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.085701 [API:8081]10.0.0.242 - - [2026-06-04 03:03:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.036135 [API:8081]10.0.0.242 - - [2026-06-04 03:03:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.029954 [API:8081]10.0.0.242 - - [2026-06-04 03:03:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026709 [API:8081]10.0.0.242 - - [2026-06-04 03:03:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.033936 [API:8081]10.0.0.242 - - [2026-06-04 03:03:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.034965 [API:8081]10.0.0.242 - - [2026-06-04 03:03:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.027080 [API:8081]10.0.0.242 - - [2026-06-04 03:04:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.042374 [API:8081]10.0.0.242 - - [2026-06-04 03:04:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.027532 [API:8081]10.0.0.242 - - [2026-06-04 03:04:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.039437 [API:8081]10.0.0.242 - - [2026-06-04 03:04:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.029072 [API:8081]10.0.0.242 - - [2026-06-04 03:04:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026363 [API:8081]10.0.0.242 - - [2026-06-04 03:04:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13352 0.027214 [API:8081]10.0.0.242 - - [2026-06-04 03:04:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.024326 [API:8081]10.0.0.242 - - [2026-06-04 03:04:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12989 0.027743 [API:8081]10.0.0.242 - - [2026-06-04 03:04:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56471620:ctest-VN3-37444365?flat HTTP/1.1" 200 6216 0.016622 [API:8081]10.0.0.242 - - [2026-06-04 03:04:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011360 [API:8081]10.0.0.242 - - [2026-06-04 03:04:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.027775 [API:8081]10.0.0.242 - - [2026-06-04 03:04:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.035488 [API:8081]10.0.0.242 - - [2026-06-04 03:04:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.036420 [API:8081]10.0.0.242 - - [2026-06-04 03:04:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.024442 [API:8081]10.0.0.242 - - [2026-06-04 03:04:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.029795 [API:8081]10.0.0.242 - - [2026-06-04 03:04:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.044244 [API:8081]10.0.0.242 - - [2026-06-04 03:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.025551 [API:8081]10.0.0.242 - - [2026-06-04 03:04:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.028118 [API:8081]10.0.0.242 - - [2026-06-04 03:04:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.031035 [API:8081]10.0.0.242 - - [2026-06-04 03:04:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.023874 [API:8081]10.0.0.242 - - [2026-06-04 03:04:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.028618 [API:8081]10.0.0.242 - - [2026-06-04 03:04:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.024906 [API:8081]10.0.0.242 - - [2026-06-04 03:04:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.034703 [API:8081]10.0.0.242 - - [2026-06-04 03:04:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.024558 [API:8081]10.0.0.242 - - [2026-06-04 03:04:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.029568 [API:8081]10.0.0.242 - - [2026-06-04 03:04:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.027089 [API:8081]10.0.0.242 - - [2026-06-04 03:04:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.039357 [API:8081]10.0.0.242 - - [2026-06-04 03:04:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12933 0.028796 [API:8081]10.0.0.242 - - [2026-06-04 03:04:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.037240 [API:8081]10.0.0.242 - - [2026-06-04 03:04:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12545 0.031395 [API:8081]10.0.0.242 - - [2026-06-04 03:04:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56471620:ctest-VN2-40933598?flat HTTP/1.1" 200 6557 0.016801 [API:8081]10.0.0.242 - - [2026-06-04 03:04:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011357 [API:8081]10.0.0.242 - - [2026-06-04 03:04:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.035683 [API:8081]10.0.0.242 - - [2026-06-04 03:04:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12964 0.027232 [API:8081]10.0.0.242 - - [2026-06-04 03:04:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.024202 [API:8081]10.0.0.242 - - [2026-06-04 03:04:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12963 0.026361 [API:8081]10.0.0.242 - - [2026-06-04 03:04:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023951 [API:8081]10.0.0.242 - - [2026-06-04 03:04:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12963 0.025334 [API:8081]10.0.0.242 - - [2026-06-04 03:04:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.024552 [API:8081]10.0.0.242 - - [2026-06-04 03:04:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12963 0.025719 [API:8081]10.0.0.242 - - [2026-06-04 03:04:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.035833 [API:8081]10.0.0.242 - - [2026-06-04 03:04:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12963 0.034581 [API:8081]10.0.0.242 - - [2026-06-04 03:04:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.025034 [API:8081]10.0.0.242 - - [2026-06-04 03:04:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12963 0.031893 [API:8081]10.0.0.242 - - [2026-06-04 03:05:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.030216 [API:8081]10.0.0.242 - - [2026-06-04 03:05:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12963 0.031113 [API:8081]10.0.0.242 - - [2026-06-04 03:05:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023967 [API:8081]10.0.0.242 - - [2026-06-04 03:05:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12963 0.024933 [API:8081]10.0.0.242 - - [2026-06-04 03:05:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.032850 [API:8081]10.0.0.242 - - [2026-06-04 03:05:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12747 0.025087 [API:8081]10.0.0.242 - - [2026-06-04 03:05:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-56471620:ctest-VN1-53339947?flat HTTP/1.1" 200 6762 0.038316 [API:8081]10.0.0.242 - - [2026-06-04 03:05:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011446 [API:8081]10.0.0.242 - - [2026-06-04 03:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.242 - - [2026-06-04 03:05:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.087881 [API:8081]10.0.0.242 - - [2026-06-04 03:05:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.081872 [API:8081]10.0.0.242 - - [2026-06-04 03:05:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.073781 [API:8081]10.0.0.50 - - [2026-06-04 03:05:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088236 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:69f1f01f-6358-4bff-ad6d-7727183ec39b?flat HTTP/1.1" 200 5371 0.017609 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:69f1f01f-6358-4bff-ad6d-7727183ec39b?flat HTTP/1.1" 200 5371 0.019603 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:69f1f01f-6358-4bff-ad6d-7727183ec39b?flat HTTP/1.1" 200 5371 0.019651 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:69f1f01f-6358-4bff-ad6d-7727183ec39b?flat HTTP/1.1" 200 5371 0.020542 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77623108:ctest-VN1-40854537?flat HTTP/1.1" 200 9460 0.021472 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.034887 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13384 0.030340 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.027554 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13384 0.031868 [API:8081]10.0.0.242 - - [2026-06-04 03:06:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010730 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:c0e495b9-3b61-4851-8ca8-06b122980138?flat HTTP/1.1" 200 5226 0.021124 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:c0e495b9-3b61-4851-8ca8-06b122980138?flat HTTP/1.1" 200 5226 0.016606 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:c0e495b9-3b61-4851-8ca8-06b122980138?flat HTTP/1.1" 200 5226 0.016438 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:c0e495b9-3b61-4851-8ca8-06b122980138?flat HTTP/1.1" 200 5226 0.016420 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77623108:ctest-VN2-62679155?flat HTTP/1.1" 200 8637 0.023293 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.039711 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.030910 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.040313 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.032979 [API:8081]10.0.0.242 - - [2026-06-04 03:06:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.014203 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:9d76694d-daf3-43ff-bef8-4b02393cf046?flat HTTP/1.1" 200 5373 0.023220 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:9d76694d-daf3-43ff-bef8-4b02393cf046?flat HTTP/1.1" 200 5373 0.031136 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:9d76694d-daf3-43ff-bef8-4b02393cf046?flat HTTP/1.1" 200 5373 0.021950 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77623108:9d76694d-daf3-43ff-bef8-4b02393cf046?flat HTTP/1.1" 200 5373 0.020896 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77623108:ctest-VN3-23517987?flat HTTP/1.1" 200 8689 0.047262 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.031495 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13389 0.041516 [API:8081]10.0.0.242 - - [2026-06-04 03:06:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.030035 [API:8081]10.0.0.242 - - [2026-06-04 03:06:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13389 0.023420 [API:8081]10.0.0.242 - - [2026-06-04 03:06:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011985 [API:8081]10.0.0.50 - - [2026-06-04 03:06:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.096402 [API:8081]10.0.0.242 - - [2026-06-04 03:07:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.032702 [API:8081]10.0.0.242 - - [2026-06-04 03:07:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13394 0.032415 [API:8081]10.0.0.242 - - [2026-06-04 03:07:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.023532 [API:8081]10.0.0.242 - - [2026-06-04 03:07:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13394 0.035872 [API:8081]10.0.0.242 - - [2026-06-04 03:07:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.040713 [API:8081]10.0.0.242 - - [2026-06-04 03:07:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13394 0.024374 [API:8081]10.0.0.242 - - [2026-06-04 03:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.024852 [API:8081]10.0.0.242 - - [2026-06-04 03:07:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13394 0.029189 [API:8081]10.0.0.242 - - [2026-06-04 03:07:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.032414 [API:8081]10.0.0.242 - - [2026-06-04 03:07:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13394 0.031024 [API:8081]10.0.0.242 - - [2026-06-04 03:07:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.028197 [API:8081]10.0.0.242 - - [2026-06-04 03:07:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12977 0.026988 [API:8081]10.0.0.242 - - [2026-06-04 03:07:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77623108:ctest-VN3-23517987?flat HTTP/1.1" 200 6969 0.018720 [API:8081]10.0.0.242 - - [2026-06-04 03:07:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010431 [API:8081]10.0.0.242 - - [2026-06-04 03:07:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.028126 [API:8081]10.0.0.242 - - [2026-06-04 03:07:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.031782 [API:8081]10.0.0.242 - - [2026-06-04 03:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.038788 [API:8081]10.0.0.242 - - [2026-06-04 03:07:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.027619 [API:8081]10.0.0.242 - - [2026-06-04 03:07:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.033318 [API:8081]10.0.0.242 - - [2026-06-04 03:07:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.027042 [API:8081]10.0.0.242 - - [2026-06-04 03:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.038299 [API:8081]10.0.0.242 - - [2026-06-04 03:07:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.025748 [API:8081]10.0.0.242 - - [2026-06-04 03:07:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.030482 [API:8081]10.0.0.242 - - [2026-06-04 03:07:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.033318 [API:8081]10.0.0.242 - - [2026-06-04 03:07:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.027222 [API:8081]10.0.0.242 - - [2026-06-04 03:07:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.024921 [API:8081]10.0.0.242 - - [2026-06-04 03:08:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.026602 [API:8081]10.0.0.242 - - [2026-06-04 03:08:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.027819 [API:8081]10.0.0.242 - - [2026-06-04 03:08:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.038319 [API:8081]10.0.0.242 - - [2026-06-04 03:08:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.036685 [API:8081]10.0.0.242 - - [2026-06-04 03:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.047474 [API:8081]10.0.0.242 - - [2026-06-04 03:08:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12978 0.025096 [API:8081]10.0.0.242 - - [2026-06-04 03:08:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.029345 [API:8081]10.0.0.242 - - [2026-06-04 03:08:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12572 0.024699 [API:8081]10.0.0.242 - - [2026-06-04 03:08:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77623108:ctest-VN2-62679155?flat HTTP/1.1" 200 7313 0.017251 [API:8081]10.0.0.242 - - [2026-06-04 03:08:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011858 [API:8081]10.0.0.242 - - [2026-06-04 03:08:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.028642 [API:8081]10.0.0.242 - - [2026-06-04 03:08:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.030191 [API:8081]10.0.0.242 - - [2026-06-04 03:08:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.031583 [API:8081]10.0.0.242 - - [2026-06-04 03:08:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.024066 [API:8081]10.0.0.242 - - [2026-06-04 03:08:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.024312 [API:8081]10.0.0.242 - - [2026-06-04 03:08:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.027569 [API:8081]10.0.0.242 - - [2026-06-04 03:08:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.033002 [API:8081]10.0.0.242 - - [2026-06-04 03:08:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.033134 [API:8081]10.0.0.242 - - [2026-06-04 03:08:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.023285 [API:8081]10.0.0.242 - - [2026-06-04 03:08:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.037458 [API:8081]10.0.0.242 - - [2026-06-04 03:08:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.023429 [API:8081]10.0.0.242 - - [2026-06-04 03:08:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.026404 [API:8081]10.0.0.50 - - [2026-06-04 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000593 [API:8081]10.0.0.27 - - [2026-06-04 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.50 - - [2026-06-04 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.27 - - [2026-06-04 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.50 - - [2026-06-04 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.50 - - [2026-06-04 03:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-06-04 03:08:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.27 - - [2026-06-04 03:08:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.242 - - [2026-06-04 03:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.242 - - [2026-06-04 03:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.242 - - [2026-06-04 03:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.024232 [API:8081]10.0.0.242 - - [2026-06-04 03:08:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.030747 [API:8081]10.0.0.242 - - [2026-06-04 03:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.242 - - [2026-06-04 03:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.242 - - [2026-06-04 03:08:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.026496 [API:8081]10.0.0.242 - - [2026-06-04 03:08:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12972 0.027554 [API:8081]10.0.0.242 - - [2026-06-04 03:08:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.045980 [API:8081]10.0.0.242 - - [2026-06-04 03:08:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12567 0.029748 [API:8081]10.0.0.242 - - [2026-06-04 03:08:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77623108:ctest-VN1-40854537?flat HTTP/1.1" 200 7653 0.020212 [API:8081]10.0.0.242 - - [2026-06-04 03:08:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.019476 [API:8081]10.0.0.242 - - [2026-06-04 03:08:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.242 - - [2026-06-04 03:08:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.084722 [API:8081]10.0.0.242 - - [2026-06-04 03:08:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.394680 [API:8081]10.0.0.50 - - [2026-06-04 03:08:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.140986 [API:8081]10.0.0.50 - - [2026-06-04 03:09:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.105299 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004608 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004404 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003957 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004951 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004796 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003744 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003525 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004694 [API:8081]10.0.0.242 - - [2026-06-04 03:10:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000434 [API:8081]10.0.0.242 - - [2026-06-04 03:10:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.084687 [API:8081]10.0.0.242 - - [2026-06-04 03:11:36] "GET /analytics HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.242 - - [2026-06-04 03:11:36] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.50 - - [2026-06-04 03:11:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089361 [API:8081]10.0.0.50 - - [2026-06-04 03:12:04] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.50 - - [2026-06-04 03:12:04] "GET /analytics HTTP/1.1" 401 206 0.000196 [API:8081]10.0.0.27 - - [2026-06-04 03:12:04] "GET /analytics HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.27 - - [2026-06-04 03:12:04] "GET /analytics HTTP/1.1" 401 206 0.000182 [API:8081]10.0.0.50 - - [2026-06-04 03:12:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.094586 [API:8081]10.0.0.242 - - [2026-06-04 03:13:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24618 0.028421 [API:8081]10.0.0.242 - - [2026-06-04 03:13:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13007 0.095321 [API:8081]10.0.0.242 - - [2026-06-04 03:13:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24618 0.105515 [API:8081]10.0.0.242 - - [2026-06-04 03:13:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13007 0.023995 [API:8081]10.0.0.242 - - [2026-06-04 03:13:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.025138 [API:8081]10.0.0.242 - - [2026-06-04 03:13:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12574 0.027090 [API:8081]10.0.0.242 - - [2026-06-04 03:13:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-99442627:ctest-vnet0-83389791?flat HTTP/1.1" 200 7964 0.015369 [API:8081]10.0.0.242 - - [2026-06-04 03:13:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010756 [API:8081]10.0.0.242 - - [2026-06-04 03:13:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.242 - - [2026-06-04 03:13:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.080251 [API:8081]10.0.0.50 - - [2026-06-04 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-06-04 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.50 - - [2026-06-04 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.27 - - [2026-06-04 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.50 - - [2026-06-04 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.50 - - [2026-06-04 03:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.242 - - [2026-06-04 03:13:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.082032 [API:8081]10.0.0.27 - - [2026-06-04 03:13:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.27 - - [2026-06-04 03:13:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.242 - - [2026-06-04 03:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.242 - - [2026-06-04 03:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000503 [API:8081]10.0.0.242 - - [2026-06-04 03:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.242 - - [2026-06-04 03:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000443 [API:8081]10.0.0.50 - - [2026-06-04 03:15:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099949 [API:8081]10.0.0.50 - - [2026-06-04 03:16:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.089980 [API:8081]10.0.0.242 - - [2026-06-04 03:17:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.027320 [API:8081]10.0.0.242 - - [2026-06-04 03:17:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12986 0.097846 [API:8081]10.0.0.242 - - [2026-06-04 03:17:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.035212 [API:8081]10.0.0.242 - - [2026-06-04 03:17:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12576 0.023171 [API:8081]10.0.0.242 - - [2026-06-04 03:17:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-79166214:ctest-vnet1-96047830?flat HTTP/1.1" 200 7306 0.012991 [API:8081]10.0.0.242 - - [2026-06-04 03:17:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009743 [API:8081]10.0.0.242 - - [2026-06-04 03:17:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.024175 [API:8081]10.0.0.242 - - [2026-06-04 03:17:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.026611 [API:8081]10.0.0.242 - - [2026-06-04 03:17:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.043128 [API:8081]10.0.0.242 - - [2026-06-04 03:17:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.029664 [API:8081]10.0.0.242 - - [2026-06-04 03:17:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.023866 [API:8081]10.0.0.242 - - [2026-06-04 03:17:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.031050 [API:8081]10.0.0.242 - - [2026-06-04 03:17:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.023943 [API:8081]10.0.0.242 - - [2026-06-04 03:17:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.044894 [API:8081]10.0.0.242 - - [2026-06-04 03:17:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.027461 [API:8081]10.0.0.242 - - [2026-06-04 03:17:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.025530 [API:8081]10.0.0.242 - - [2026-06-04 03:17:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.031477 [API:8081]10.0.0.242 - - [2026-06-04 03:17:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.023984 [API:8081]10.0.0.242 - - [2026-06-04 03:17:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.025486 [API:8081]10.0.0.242 - - [2026-06-04 03:17:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.025362 [API:8081]10.0.0.242 - - [2026-06-04 03:17:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.026681 [API:8081]10.0.0.242 - - [2026-06-04 03:17:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.024373 [API:8081]10.0.0.242 - - [2026-06-04 03:17:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.024950 [API:8081]10.0.0.242 - - [2026-06-04 03:17:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13015 0.023334 [API:8081]10.0.0.242 - - [2026-06-04 03:17:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.026054 [API:8081]10.0.0.242 - - [2026-06-04 03:17:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12602 0.039713 [API:8081]10.0.0.242 - - [2026-06-04 03:17:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-79166214:ctest-vnet0-54191967?flat HTTP/1.1" 200 6959 0.016115 [API:8081]10.0.0.242 - - [2026-06-04 03:17:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010238 [API:8081]10.0.0.242 - - [2026-06-04 03:17:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.242 - - [2026-06-04 03:17:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.078147 [API:8081]10.0.0.242 - - [2026-06-04 03:18:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.087459 [API:8081]10.0.0.50 - - [2026-06-04 03:18:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082894 [API:8081]10.0.0.50 - - [2026-06-04 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000459 [API:8081]10.0.0.27 - - [2026-06-04 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.50 - - [2026-06-04 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.27 - - [2026-06-04 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.50 - - [2026-06-04 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.50 - - [2026-06-04 03:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.27 - - [2026-06-04 03:18:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.27 - - [2026-06-04 03:18:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.242 - - [2026-06-04 03:18:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.242 - - [2026-06-04 03:18:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000454 [API:8081]10.0.0.242 - - [2026-06-04 03:18:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.242 - - [2026-06-04 03:18:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.50 - - [2026-06-04 03:19:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.101550 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003909 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004714 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004385 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003744 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004699 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003840 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003999 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004094 [API:8081]10.0.0.50 - - [2026-06-04 03:21:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.112319 [API:8081]10.0.0.242 - - [2026-06-04 03:21:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.096015 [API:8081]10.0.0.242 - - [2026-06-04 03:21:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13011 0.031357 [API:8081]10.0.0.242 - - [2026-06-04 03:21:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.040243 [API:8081]10.0.0.242 - - [2026-06-04 03:21:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 12583 0.036595 [API:8081]10.0.0.242 - - [2026-06-04 03:21:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-77428503:ctest-vnet1-01643018?flat HTTP/1.1" 200 8069 0.014825 [API:8081]10.0.0.242 - - [2026-06-04 03:21:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011770 [API:8081]10.0.0.242 - - [2026-06-04 03:21:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.025109 [API:8081]10.0.0.242 - - [2026-06-04 03:21:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.023791 [API:8081]10.0.0.242 - - [2026-06-04 03:21:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.026880 [API:8081]10.0.0.242 - - [2026-06-04 03:21:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.028163 [API:8081]10.0.0.242 - - [2026-06-04 03:21:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.040523 [API:8081]10.0.0.242 - - [2026-06-04 03:21:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.025846 [API:8081]10.0.0.242 - - [2026-06-04 03:21:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.046650 [API:8081]10.0.0.242 - - [2026-06-04 03:21:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.023480 [API:8081]10.0.0.242 - - [2026-06-04 03:21:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.023416 [API:8081]10.0.0.242 - - [2026-06-04 03:21:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.035723 [API:8081]10.0.0.242 - - [2026-06-04 03:21:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.037550 [API:8081]10.0.0.242 - - [2026-06-04 03:21:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.029366 [API:8081]10.0.0.242 - - [2026-06-04 03:21:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.023412 [API:8081]10.0.0.242 - - [2026-06-04 03:21:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.024415 [API:8081]10.0.0.242 - - [2026-06-04 03:21:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.032072 [API:8081]10.0.0.242 - - [2026-06-04 03:21:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13038 0.024761 [API:8081]10.0.0.242 - - [2026-06-04 03:21:36] "GET /analytics HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.242 - - [2026-06-04 03:21:36] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.242 - - [2026-06-04 03:21:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.025564 [API:8081]10.0.0.242 - - [2026-06-04 03:21:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 12796 0.023588 [API:8081]10.0.0.242 - - [2026-06-04 03:21:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-77428503:ctest-vnet0-65484348?flat HTTP/1.1" 200 7707 0.014144 [API:8081]10.0.0.242 - - [2026-06-04 03:21:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009510 [API:8081]10.0.0.50 - - [2026-06-04 03:22:04] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.50 - - [2026-06-04 03:22:04] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.27 - - [2026-06-04 03:22:04] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.27 - - [2026-06-04 03:22:04] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.50 - - [2026-06-04 03:22:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.082651 [API:8081]10.0.0.50 - - [2026-06-04 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000461 [API:8081]10.0.0.27 - - [2026-06-04 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.50 - - [2026-06-04 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-06-04 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.50 - - [2026-06-04 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.50 - - [2026-06-04 03:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.27 - - [2026-06-04 03:23:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.27 - - [2026-06-04 03:23:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.242 - - [2026-06-04 03:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.242 - - [2026-06-04 03:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.242 - - [2026-06-04 03:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.242 - - [2026-06-04 03:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.50 - - [2026-06-04 03:24:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089511 [API:8081]10.0.0.50 - - [2026-06-04 03:25:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.094093 [API:8081]10.0.0.242 - - [2026-06-04 03:25:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.242 - - [2026-06-04 03:25:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1439 0.095625 [API:8081]10.0.0.242 - - [2026-06-04 03:27:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.067914 [API:8081]10.0.0.50 - - [2026-06-04 03:27:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.112838 [API:8081]10.0.0.50 - - [2026-06-04 03:28:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.081328 [API:8081]10.0.0.50 - - [2026-06-04 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.27 - - [2026-06-04 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.50 - - [2026-06-04 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.27 - - [2026-06-04 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.50 - - [2026-06-04 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.50 - - [2026-06-04 03:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.27 - - [2026-06-04 03:28:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.27 - - [2026-06-04 03:28:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.242 - - [2026-06-04 03:28:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.242 - - [2026-06-04 03:28:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.242 - - [2026-06-04 03:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.242 - - [2026-06-04 03:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.242 - - [2026-06-04 03:28:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.242 - - [2026-06-04 03:28:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1567 0.089357 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:16711e13-db7b-4390-9275-0716ef48177d?flat HTTP/1.1" 200 5817 0.104720 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:16711e13-db7b-4390-9275-0716ef48177d?flat HTTP/1.1" 200 5817 0.082463 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:16711e13-db7b-4390-9275-0716ef48177d?flat HTTP/1.1" 200 5817 0.016904 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049-03373095?flat HTTP/1.1" 200 10790 0.039196 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.040908 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13189 0.021550 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.026010 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13189 0.030199 [API:8081]10.0.0.242 - - [2026-06-04 03:29:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010277 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:3f4abe13-9260-48a6-9d04-2faf2247bd4b?flat HTTP/1.1" 200 5687 0.016265 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:3f4abe13-9260-48a6-9d04-2faf2247bd4b?flat HTTP/1.1" 200 5687 0.018192 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:3f4abe13-9260-48a6-9d04-2faf2247bd4b?flat HTTP/1.1" 200 5687 0.018915 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049:ctest-SecurityGroupBasicRegressionTests1Ipv6-23153049-03373095?flat HTTP/1.1" 200 10944 0.028251 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.034403 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13173 0.037644 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.034739 [API:8081]10.0.0.242 - - [2026-06-04 03:29:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13173 0.042746 [API:8081]10.0.0.242 - - [2026-06-04 03:29:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.020849 [API:8081]10.0.0.50 - - [2026-06-04 03:30:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083112 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003756 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003718 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003424 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003577 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004964 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003286 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004042 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003657 [API:8081]10.0.0.50 - - [2026-06-04 03:31:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.094357 [API:8081]10.0.0.242 - - [2026-06-04 03:31:36] "GET /analytics HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.242 - - [2026-06-04 03:31:36] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.50 - - [2026-06-04 03:32:04] "GET /analytics HTTP/1.1" 401 206 0.000512 [API:8081]10.0.0.50 - - [2026-06-04 03:32:04] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.27 - - [2026-06-04 03:32:04] "GET /analytics HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-06-04 03:32:04] "GET /analytics HTTP/1.1" 401 206 0.000195 [API:8081]10.0.0.242 - - [2026-06-04 03:33:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.242 - - [2026-06-04 03:33:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1934 0.081332 [API:8081]10.0.0.50 - - [2026-06-04 03:33:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075780 [API:8081]10.0.0.50 - - [2026-06-04 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.27 - - [2026-06-04 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.50 - - [2026-06-04 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.27 - - [2026-06-04 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.50 - - [2026-06-04 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.50 - - [2026-06-04 03:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.27 - - [2026-06-04 03:33:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-06-04 03:33:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2026-06-04 03:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.242 - - [2026-06-04 03:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.242 - - [2026-06-04 03:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2026-06-04 03:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.242 - - [2026-06-04 03:33:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:3e7bfbe6-5990-4cd2-8fb4-ffd4699810a7?flat HTTP/1.1" 200 5803 0.093230 [API:8081]10.0.0.242 - - [2026-06-04 03:33:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:3e7bfbe6-5990-4cd2-8fb4-ffd4699810a7?flat HTTP/1.1" 200 5803 0.032834 [API:8081]10.0.0.242 - - [2026-06-04 03:33:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:3e7bfbe6-5990-4cd2-8fb4-ffd4699810a7?flat HTTP/1.1" 200 5803 0.078491 [API:8081]10.0.0.242 - - [2026-06-04 03:33:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367-20947174?flat HTTP/1.1" 200 4450 0.022264 [API:8081]10.0.0.242 - - [2026-06-04 03:33:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.025829 [API:8081]10.0.0.242 - - [2026-06-04 03:33:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13818 0.022834 [API:8081]10.0.0.242 - - [2026-06-04 03:33:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.029224 [API:8081]10.0.0.242 - - [2026-06-04 03:33:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13818 0.025421 [API:8081]10.0.0.242 - - [2026-06-04 03:33:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.013945 [API:8081]10.0.0.50 - - [2026-06-04 03:34:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.110727 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:6e2f4fb9-8758-4432-8b09-0410d2c8d697?flat HTTP/1.1" 200 5930 0.016618 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:6e2f4fb9-8758-4432-8b09-0410d2c8d697?flat HTTP/1.1" 200 5930 0.020394 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:6e2f4fb9-8758-4432-8b09-0410d2c8d697?flat HTTP/1.1" 200 5930 0.016800 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367-20947174?flat HTTP/1.1" 200 13024 0.023929 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.032630 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13788 0.031431 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.024678 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13788 0.025519 [API:8081]10.0.0.242 - - [2026-06-04 03:34:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010100 [API:8081]10.0.0.50 - - [2026-06-04 03:36:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095224 [API:8081]10.0.0.242 - - [2026-06-04 03:36:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.029672 [API:8081]10.0.0.242 - - [2026-06-04 03:36:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.024423 [API:8081]10.0.0.242 - - [2026-06-04 03:36:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.029428 [API:8081]10.0.0.242 - - [2026-06-04 03:36:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.035868 [API:8081]10.0.0.242 - - [2026-06-04 03:36:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.023849 [API:8081]10.0.0.242 - - [2026-06-04 03:36:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.024605 [API:8081]10.0.0.242 - - [2026-06-04 03:36:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.030369 [API:8081]10.0.0.242 - - [2026-06-04 03:36:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.035491 [API:8081]10.0.0.242 - - [2026-06-04 03:36:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.036680 [API:8081]10.0.0.242 - - [2026-06-04 03:36:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.035429 [API:8081]10.0.0.242 - - [2026-06-04 03:37:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.025279 [API:8081]10.0.0.242 - - [2026-06-04 03:37:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.025394 [API:8081]10.0.0.242 - - [2026-06-04 03:37:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.024872 [API:8081]10.0.0.242 - - [2026-06-04 03:37:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.033931 [API:8081]10.0.0.242 - - [2026-06-04 03:37:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.026723 [API:8081]10.0.0.242 - - [2026-06-04 03:37:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13809 0.024920 [API:8081]10.0.0.242 - - [2026-06-04 03:37:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.025681 [API:8081]10.0.0.242 - - [2026-06-04 03:37:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13211 0.024973 [API:8081]10.0.0.242 - - [2026-06-04 03:37:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367-20947174?flat HTTP/1.1" 200 11659 0.025053 [API:8081]10.0.0.242 - - [2026-06-04 03:37:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010500 [API:8081]10.0.0.242 - - [2026-06-04 03:37:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.044531 [API:8081]10.0.0.242 - - [2026-06-04 03:37:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.028498 [API:8081]10.0.0.242 - - [2026-06-04 03:37:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.023351 [API:8081]10.0.0.242 - - [2026-06-04 03:37:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.026088 [API:8081]10.0.0.242 - - [2026-06-04 03:37:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.037976 [API:8081]10.0.0.242 - - [2026-06-04 03:37:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.033035 [API:8081]10.0.0.50 - - [2026-06-04 03:37:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.082603 [API:8081]10.0.0.242 - - [2026-06-04 03:37:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.028564 [API:8081]10.0.0.242 - - [2026-06-04 03:37:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.039082 [API:8081]10.0.0.242 - - [2026-06-04 03:37:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.024697 [API:8081]10.0.0.242 - - [2026-06-04 03:37:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.023917 [API:8081]10.0.0.242 - - [2026-06-04 03:37:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.025907 [API:8081]10.0.0.242 - - [2026-06-04 03:37:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.032270 [API:8081]10.0.0.242 - - [2026-06-04 03:37:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.031931 [API:8081]10.0.0.242 - - [2026-06-04 03:37:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.025952 [API:8081]10.0.0.242 - - [2026-06-04 03:37:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.024330 [API:8081]10.0.0.242 - - [2026-06-04 03:37:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13825 0.025850 [API:8081]10.0.0.242 - - [2026-06-04 03:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.026152 [API:8081]10.0.0.242 - - [2026-06-04 03:37:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13526 0.028954 [API:8081]10.0.0.242 - - [2026-06-04 03:37:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367:ctest-SecurityGroupBasicRegressionTests1_contrail-35172367-20947174?flat HTTP/1.1" 200 8425 0.014380 [API:8081]10.0.0.242 - - [2026-06-04 03:37:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010952 [API:8081]10.0.0.242 - - [2026-06-04 03:37:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000443 [API:8081]10.0.0.242 - - [2026-06-04 03:37:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.072235 [API:8081]10.0.0.50 - - [2026-06-04 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-06-04 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.50 - - [2026-06-04 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.27 - - [2026-06-04 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000506 [API:8081]10.0.0.50 - - [2026-06-04 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.50 - - [2026-06-04 03:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.27 - - [2026-06-04 03:38:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.27 - - [2026-06-04 03:38:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.242 - - [2026-06-04 03:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.242 - - [2026-06-04 03:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.242 - - [2026-06-04 03:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.242 - - [2026-06-04 03:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:e71d45d6-1ffe-4464-8446-5543bbf1c6fe?flat HTTP/1.1" 200 5781 0.075783 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:e71d45d6-1ffe-4464-8446-5543bbf1c6fe?flat HTTP/1.1" 200 5781 0.077955 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:e71d45d6-1ffe-4464-8446-5543bbf1c6fe?flat HTTP/1.1" 200 5781 0.015896 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:ctest-SecurityGroupBasicRegressionTests1-80365934-64345203?flat HTTP/1.1" 200 9991 0.019718 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.027632 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13769 0.027433 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.023950 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13769 0.026744 [API:8081]10.0.0.242 - - [2026-06-04 03:38:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010260 [API:8081]10.0.0.242 - - [2026-06-04 03:39:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:2d339d90-b1b7-4995-b266-4f1c89e2648b?flat HTTP/1.1" 200 5534 0.017469 [API:8081]10.0.0.242 - - [2026-06-04 03:39:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:2d339d90-b1b7-4995-b266-4f1c89e2648b?flat HTTP/1.1" 200 5534 0.018220 [API:8081]10.0.0.242 - - [2026-06-04 03:39:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:2d339d90-b1b7-4995-b266-4f1c89e2648b?flat HTTP/1.1" 200 5534 0.016674 [API:8081]10.0.0.242 - - [2026-06-04 03:39:04] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-80365934:ctest-SecurityGroupBasicRegressionTests1-80365934-64345203?flat HTTP/1.1" 200 9991 0.021662 [API:8081]10.0.0.242 - - [2026-06-04 03:39:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.028552 [API:8081]10.0.0.242 - - [2026-06-04 03:39:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13726 0.030402 [API:8081]10.0.0.242 - - [2026-06-04 03:39:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.026552 [API:8081]10.0.0.242 - - [2026-06-04 03:39:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13726 0.027540 [API:8081]10.0.0.242 - - [2026-06-04 03:39:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010893 [API:8081]10.0.0.50 - - [2026-06-04 03:39:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081867 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004013 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004495 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004180 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005123 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005971 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005126 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006899 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:40:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005528 [API:8081]10.0.0.50 - - [2026-06-04 03:40:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.073069 [API:8081]10.0.0.242 - - [2026-06-04 03:41:36] "GET /analytics HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.242 - - [2026-06-04 03:41:36] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.50 - - [2026-06-04 03:42:04] "GET /analytics HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.50 - - [2026-06-04 03:42:04] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.27 - - [2026-06-04 03:42:04] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.27 - - [2026-06-04 03:42:04] "GET /analytics HTTP/1.1" 401 206 0.000184 [API:8081]10.0.0.242 - - [2026-06-04 03:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.242 - - [2026-06-04 03:42:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.085427 [API:8081]10.0.0.242 - - [2026-06-04 03:42:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.084376 [API:8081]10.0.0.242 - - [2026-06-04 03:42:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2754 0.065693 [API:8081]10.0.0.50 - - [2026-06-04 03:42:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088099 [API:8081]10.0.0.242 - - [2026-06-04 03:42:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2326 0.010681 [API:8081]10.0.0.242 - - [2026-06-04 03:42:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.013244 [API:8081]10.0.0.242 - - [2026-06-04 03:42:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2754 0.011402 [API:8081]10.0.0.242 - - [2026-06-04 03:42:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2979 0.011654 [API:8081]10.0.0.242 - - [2026-06-04 03:42:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3206 0.012110 [API:8081]10.0.0.242 - - [2026-06-04 03:42:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000441 [API:8081]10.0.0.242 - - [2026-06-04 03:42:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.084860 [API:8081]10.0.0.242 - - [2026-06-04 03:42:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2756 0.081551 [API:8081]10.0.0.242 - - [2026-06-04 03:42:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2975 0.091832 [API:8081]10.0.0.242 - - [2026-06-04 03:43:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2111 0.011009 [API:8081]10.0.0.242 - - [2026-06-04 03:43:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2324 0.010637 [API:8081]10.0.0.242 - - [2026-06-04 03:43:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2539 0.009854 [API:8081]10.0.0.50 - - [2026-06-04 03:43:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.178487 [API:8081]10.0.0.242 - - [2026-06-04 03:43:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.50 - - [2026-06-04 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.27 - - [2026-06-04 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000642 [API:8081]10.0.0.50 - - [2026-06-04 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.27 - - [2026-06-04 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.242 - - [2026-06-04 03:43:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.309952 [API:8081]10.0.0.50 - - [2026-06-04 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.50 - - [2026-06-04 03:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.27 - - [2026-06-04 03:43:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.27 - - [2026-06-04 03:43:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.242 - - [2026-06-04 03:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.242 - - [2026-06-04 03:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.242 - - [2026-06-04 03:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000417 [API:8081]10.0.0.242 - - [2026-06-04 03:43:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.239987 [API:8081]10.0.0.242 - - [2026-06-04 03:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.242 - - [2026-06-04 03:43:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2527 0.227566 [API:8081]10.0.0.242 - - [2026-06-04 03:43:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.011109 [API:8081]10.0.0.242 - - [2026-06-04 03:43:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2525 0.009923 [API:8081]10.0.0.242 - - [2026-06-04 03:43:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.012841 [API:8081]10.0.0.242 - - [2026-06-04 03:43:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2957 0.011027 [API:8081]10.0.0.242 - - [2026-06-04 03:43:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3180 0.011281 [API:8081]10.0.0.242 - - [2026-06-04 03:44:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.242 - - [2026-06-04 03:44:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2113 0.090883 [API:8081]10.0.0.242 - - [2026-06-04 03:44:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.087800 [API:8081]10.0.0.242 - - [2026-06-04 03:44:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2551 0.077159 [API:8081]10.0.0.242 - - [2026-06-04 03:44:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2784 0.012123 [API:8081]10.0.0.242 - - [2026-06-04 03:44:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3019 0.009643 [API:8081]10.0.0.50 - - [2026-06-04 03:45:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073523 [API:8081]10.0.0.50 - - [2026-06-04 03:46:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.088171 [API:8081]10.0.0.50 - - [2026-06-04 03:48:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097610 [API:8081]10.0.0.50 - - [2026-06-04 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.27 - - [2026-06-04 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000917 [API:8081]10.0.0.50 - - [2026-06-04 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000487 [API:8081]10.0.0.27 - - [2026-06-04 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.50 - - [2026-06-04 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.50 - - [2026-06-04 03:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.27 - - [2026-06-04 03:48:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000430 [API:8081]10.0.0.27 - - [2026-06-04 03:48:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.242 - - [2026-06-04 03:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.242 - - [2026-06-04 03:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.242 - - [2026-06-04 03:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2026-06-04 03:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.50 - - [2026-06-04 03:49:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084363 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003670 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003138 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002898 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003274 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003398 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003512 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003109 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 03:50:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003381 [API:8081]10.0.0.242 - - [2026-06-04 03:50:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.242 - - [2026-06-04 03:50:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2109 0.082261 [API:8081]10.0.0.242 - - [2026-06-04 03:50:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.071080 [API:8081]10.0.0.50 - - [2026-06-04 03:51:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069869 [API:8081]10.0.0.242 - - [2026-06-04 03:51:36] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.242 - - [2026-06-04 03:51:36] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.50 - - [2026-06-04 03:52:04] "GET /analytics HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.50 - - [2026-06-04 03:52:04] "GET /analytics HTTP/1.1" 401 206 0.000543 [API:8081]10.0.0.27 - - [2026-06-04 03:52:04] "GET /analytics HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.27 - - [2026-06-04 03:52:04] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.50 - - [2026-06-04 03:52:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.087865 [API:8081]10.0.0.50 - - [2026-06-04 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.50 - - [2026-06-04 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.27 - - [2026-06-04 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.27 - - [2026-06-04 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000442 [API:8081]10.0.0.50 - - [2026-06-04 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.50 - - [2026-06-04 03:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-06-04 03:53:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.27 - - [2026-06-04 03:53:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.242 - - [2026-06-04 03:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.242 - - [2026-06-04 03:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2026-06-04 03:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.242 - - [2026-06-04 03:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.50 - - [2026-06-04 03:54:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083932 [API:8081]10.0.0.50 - - [2026-06-04 03:55:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.093986 [API:8081]10.0.0.242 - - [2026-06-04 03:55:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.242 - - [2026-06-04 03:55:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2105 0.079378 [API:8081]10.0.0.242 - - [2026-06-04 03:56:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.242 - - [2026-06-04 03:56:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.090983 [API:8081]10.0.0.50 - - [2026-06-04 03:57:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.102155 [API:8081]10.0.0.50 - - [2026-06-04 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000431 [API:8081]10.0.0.50 - - [2026-06-04 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.27 - - [2026-06-04 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.27 - - [2026-06-04 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.50 - - [2026-06-04 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.50 - - [2026-06-04 03:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.27 - - [2026-06-04 03:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.27 - - [2026-06-04 03:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.242 - - [2026-06-04 03:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2026-06-04 03:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000742 [API:8081]10.0.0.242 - - [2026-06-04 03:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.242 - - [2026-06-04 03:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.50 - - [2026-06-04 03:58:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.130114 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004150 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004664 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005278 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003638 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005611 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006186 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005899 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:00:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003690 [API:8081]10.0.0.50 - - [2026-06-04 04:00:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096914 [API:8081]10.0.0.242 - - [2026-06-04 04:01:36] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2026-06-04 04:01:36] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.50 - - [2026-06-04 04:01:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.269508 [API:8081]10.0.0.50 - - [2026-06-04 04:02:04] "GET /analytics HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.50 - - [2026-06-04 04:02:04] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.27 - - [2026-06-04 04:02:04] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.27 - - [2026-06-04 04:02:04] "GET /analytics HTTP/1.1" 401 206 0.000677 [API:8081]10.0.0.242 - - [2026-06-04 04:02:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.242 - - [2026-06-04 04:02:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2101 0.082764 [API:8081]10.0.0.50 - - [2026-06-04 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.27 - - [2026-06-04 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.50 - - [2026-06-04 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-06-04 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.50 - - [2026-06-04 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.50 - - [2026-06-04 04:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.27 - - [2026-06-04 04:03:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.27 - - [2026-06-04 04:03:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.242 - - [2026-06-04 04:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000426 [API:8081]10.0.0.242 - - [2026-06-04 04:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.242 - - [2026-06-04 04:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.242 - - [2026-06-04 04:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.50 - - [2026-06-04 04:03:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079087 [API:8081]10.0.0.50 - - [2026-06-04 04:04:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.087255 [API:8081]10.0.0.50 - - [2026-06-04 04:06:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082033 [API:8081]10.0.0.50 - - [2026-06-04 04:07:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.085942 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82385207:51b0598a-4758-4443-9419-c78ec3c2fe2c?flat HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82385207:51b0598a-4758-4443-9419-c78ec3c2fe2c?flat HTTP/1.1" 200 4899 0.080547 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82385207:51b0598a-4758-4443-9419-c78ec3c2fe2c?flat HTTP/1.1" 200 4899 0.085964 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-82385207:51b0598a-4758-4443-9419-c78ec3c2fe2c?flat HTTP/1.1" 200 4899 0.108171 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-82385207:ctest-random-73590681?flat HTTP/1.1" 200 4968 0.022346 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.022440 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14147 0.026554 [API:8081]10.0.0.242 - - [2026-06-04 04:08:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.025302 [API:8081]10.0.0.242 - - [2026-06-04 04:08:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14147 0.029452 [API:8081]10.0.0.242 - - [2026-06-04 04:08:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011572 [API:8081]10.0.0.242 - - [2026-06-04 04:08:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2107 0.010990 [API:8081]10.0.0.242 - - [2026-06-04 04:08:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.024454 [API:8081]10.0.0.242 - - [2026-06-04 04:08:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14147 0.028901 [API:8081]10.0.0.50 - - [2026-06-04 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001440 [API:8081]10.0.0.27 - - [2026-06-04 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.50 - - [2026-06-04 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-06-04 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.50 - - [2026-06-04 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.50 - - [2026-06-04 04:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000522 [API:8081]10.0.0.27 - - [2026-06-04 04:08:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.27 - - [2026-06-04 04:08:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.242 - - [2026-06-04 04:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.023441 [API:8081]10.0.0.242 - - [2026-06-04 04:08:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14147 0.032734 [API:8081]10.0.0.242 - - [2026-06-04 04:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.242 - - [2026-06-04 04:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000408 [API:8081]10.0.0.242 - - [2026-06-04 04:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.242 - - [2026-06-04 04:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.242 - - [2026-06-04 04:08:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.030438 [API:8081]10.0.0.242 - - [2026-06-04 04:08:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14147 0.029816 [API:8081]10.0.0.242 - - [2026-06-04 04:08:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24655 0.032793 [API:8081]10.0.0.242 - - [2026-06-04 04:08:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.026101 [API:8081]10.0.0.242 - - [2026-06-04 04:08:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-82385207:ctest-random-73590681?flat HTTP/1.1" 200 4846 0.019092 [API:8081]10.0.0.242 - - [2026-06-04 04:08:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011526 [API:8081]10.0.0.50 - - [2026-06-04 04:09:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087542 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003695 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003651 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003688 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004260 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003359 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002954 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003655 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:10:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007298 [API:8081]10.0.0.50 - - [2026-06-04 04:10:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.086349 [API:8081]10.0.0.242 - - [2026-06-04 04:11:36] "GET /analytics HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.242 - - [2026-06-04 04:11:36] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.242 - - [2026-06-04 04:12:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.242 - - [2026-06-04 04:12:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2748 0.084098 [API:8081]10.0.0.50 - - [2026-06-04 04:12:04] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.50 - - [2026-06-04 04:12:04] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.27 - - [2026-06-04 04:12:04] "GET /analytics HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.27 - - [2026-06-04 04:12:04] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.50 - - [2026-06-04 04:12:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073246 [API:8081]10.0.0.50 - - [2026-06-04 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.27 - - [2026-06-04 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.50 - - [2026-06-04 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.27 - - [2026-06-04 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.50 - - [2026-06-04 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.50 - - [2026-06-04 04:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.27 - - [2026-06-04 04:13:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.27 - - [2026-06-04 04:13:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.242 - - [2026-06-04 04:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.242 - - [2026-06-04 04:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000520 [API:8081]10.0.0.242 - - [2026-06-04 04:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.242 - - [2026-06-04 04:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000535 [API:8081]10.0.0.50 - - [2026-06-04 04:13:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.092734 [API:8081]10.0.0.50 - - [2026-06-04 04:15:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088506 [API:8081]10.0.0.242 - - [2026-06-04 04:16:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.242 - - [2026-06-04 04:16:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2308 0.088741 [API:8081]10.0.0.50 - - [2026-06-04 04:16:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.083811 [API:8081]10.0.0.50 - - [2026-06-04 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.27 - - [2026-06-04 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.50 - - [2026-06-04 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.27 - - [2026-06-04 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.50 - - [2026-06-04 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.50 - - [2026-06-04 04:18:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.27 - - [2026-06-04 04:18:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.27 - - [2026-06-04 04:18:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.242 - - [2026-06-04 04:18:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.242 - - [2026-06-04 04:18:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.242 - - [2026-06-04 04:18:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.242 - - [2026-06-04 04:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.242 - - [2026-06-04 04:18:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.242 - - [2026-06-04 04:18:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2133 0.090330 [API:8081]10.0.0.50 - - [2026-06-04 04:18:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087520 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:19] "POST /analytics/query HTTP/1.1" 202 179 0.021952 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:19] "GET /analytics/query/8e8bb3ce-5fcc-11f1-9466-00000a0000f2 HTTP/1.1" 200 221 0.005943 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:20] "GET /analytics/query/8e8bb3ce-5fcc-11f1-9466-00000a0000f2 HTTP/1.1" 200 221 0.003691 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:20] "GET /analytics/query/8e8bb3ce-5fcc-11f1-9466-00000a0000f2 HTTP/1.1" 200 338 0.005908 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:20] "GET /analytics/query/8e8bb3ce-5fcc-11f1-9466-00000a0000f2/chunk-final/0 HTTP/1.1" 200 860 0.003222 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:21] "POST /analytics/query HTTP/1.1" 202 179 0.007619 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:21] "GET /analytics/query/8f9866ee-5fcc-11f1-a4bd-00000a0000f2 HTTP/1.1" 200 221 0.002156 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:21] "GET /analytics/query/8f9866ee-5fcc-11f1-a4bd-00000a0000f2 HTTP/1.1" 200 221 0.002359 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:22] "GET /analytics/query/8f9866ee-5fcc-11f1-a4bd-00000a0000f2 HTTP/1.1" 200 338 0.002460 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:22] "GET /analytics/query/8f9866ee-5fcc-11f1-a4bd-00000a0000f2/chunk-final/0 HTTP/1.1" 200 860 0.003156 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:23] "POST /analytics/query HTTP/1.1" 202 179 0.010748 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:23] "GET /analytics/query/90a8205e-5fcc-11f1-aca5-00000a0000f2 HTTP/1.1" 200 221 0.002478 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:23] "GET /analytics/query/90a8205e-5fcc-11f1-aca5-00000a0000f2 HTTP/1.1" 200 339 0.002794 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:23] "GET /analytics/query/90a8205e-5fcc-11f1-aca5-00000a0000f2/chunk-final/0 HTTP/1.1" 200 21301 0.003722 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:24] "POST /analytics/query HTTP/1.1" 202 179 0.005961 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:24] "GET /analytics/query/91672486-5fcc-11f1-882f-00000a0000f2 HTTP/1.1" 200 221 0.003406 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:24] "GET /analytics/query/91672486-5fcc-11f1-882f-00000a0000f2 HTTP/1.1" 200 339 0.002825 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:24] "GET /analytics/query/91672486-5fcc-11f1-882f-00000a0000f2/chunk-final/0 HTTP/1.1" 200 21301 0.003189 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:25] "POST /analytics/query HTTP/1.1" 202 179 0.007187 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:25] "GET /analytics/query/922d2f1e-5fcc-11f1-b5d9-00000a0000f2 HTTP/1.1" 200 221 0.002986 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:26] "GET /analytics/query/922d2f1e-5fcc-11f1-b5d9-00000a0000f2 HTTP/1.1" 200 339 0.002820 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:26] "GET /analytics/query/922d2f1e-5fcc-11f1-b5d9-00000a0000f2/chunk-final/0 HTTP/1.1" 200 7699 0.004331 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004899 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:30] "POST /analytics/query HTTP/1.1" 202 179 0.007488 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:30] "GET /analytics/query/94f04a01-5fcc-11f1-891c-00000a0000f2 HTTP/1.1" 200 221 0.009299 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:30] "GET /analytics/query/94f04a01-5fcc-11f1-891c-00000a0000f2 HTTP/1.1" 200 340 0.003667 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:30] "GET /analytics/query/94f04a01-5fcc-11f1-891c-00000a0000f2/chunk-final/0 HTTP/1.1" 200 344755 0.042063 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.004341 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004364 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:32] "POST /analytics/query HTTP/1.1" 202 179 0.007646 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:32] "GET /analytics/query/963f4d26-5fcc-11f1-95a4-00000a0000f2 HTTP/1.1" 200 221 0.003943 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:32] "GET /analytics/query/963f4d26-5fcc-11f1-95a4-00000a0000f2 HTTP/1.1" 200 338 0.002624 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:32] "GET /analytics/query/963f4d26-5fcc-11f1-95a4-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.002199 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:32] "POST /analytics/query HTTP/1.1" 202 179 0.007962 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:32] "GET /analytics/query/9690bd35-5fcc-11f1-a6b8-00000a0000f2 HTTP/1.1" 200 221 0.003082 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:33] "GET /analytics/query/9690bd35-5fcc-11f1-a6b8-00000a0000f2 HTTP/1.1" 200 338 0.002110 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:33] "GET /analytics/query/9690bd35-5fcc-11f1-a6b8-00000a0000f2/chunk-final/0 HTTP/1.1" 200 12749 0.004104 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:33] "POST /analytics/query HTTP/1.1" 202 179 0.007276 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:33] "GET /analytics/query/96e1fd12-5fcc-11f1-a6bd-00000a0000f2 HTTP/1.1" 200 221 0.005473 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:33] "GET /analytics/query/96e1fd12-5fcc-11f1-a6bd-00000a0000f2 HTTP/1.1" 200 338 0.002969 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:33] "GET /analytics/query/96e1fd12-5fcc-11f1-a6bd-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.003220 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:34] "POST /analytics/query HTTP/1.1" 202 179 0.008733 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:34] "GET /analytics/query/9734643e-5fcc-11f1-aff1-00000a0000f2 HTTP/1.1" 200 221 0.002520 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:34] "GET /analytics/query/9734643e-5fcc-11f1-aff1-00000a0000f2 HTTP/1.1" 200 338 0.002501 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:34] "GET /analytics/query/9734643e-5fcc-11f1-aff1-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.002000 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:34] "POST /analytics/query HTTP/1.1" 202 179 0.005765 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:34] "GET /analytics/query/9786337f-5fcc-11f1-b0e8-00000a0000f2 HTTP/1.1" 200 221 0.009422 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "GET /analytics/query/9786337f-5fcc-11f1-b0e8-00000a0000f2 HTTP/1.1" 200 338 0.002585 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "GET /analytics/query/9786337f-5fcc-11f1-b0e8-00000a0000f2/chunk-final/0 HTTP/1.1" 200 2082 0.002569 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "POST /analytics/query HTTP/1.1" 202 179 0.006760 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "GET /analytics/query/97d85411-5fcc-11f1-a05d-00000a0000f2 HTTP/1.1" 200 221 0.002812 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "GET /analytics/query/97d85411-5fcc-11f1-a05d-00000a0000f2 HTTP/1.1" 200 338 0.002402 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "GET /analytics/query/97d85411-5fcc-11f1-a05d-00000a0000f2/chunk-final/0 HTTP/1.1" 200 5945 0.002398 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "POST /analytics/query HTTP/1.1" 202 179 0.011866 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:35] "GET /analytics/query/982b1685-5fcc-11f1-bec2-00000a0000f2 HTTP/1.1" 200 221 0.005226 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "GET /analytics/query/982b1685-5fcc-11f1-bec2-00000a0000f2 HTTP/1.1" 200 338 0.002435 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "GET /analytics/query/982b1685-5fcc-11f1-bec2-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.004367 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "POST /analytics/query HTTP/1.1" 202 179 0.006994 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "GET /analytics/query/987f4656-5fcc-11f1-9eaa-00000a0000f2 HTTP/1.1" 200 221 0.003263 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "GET /analytics/query/987f4656-5fcc-11f1-9eaa-00000a0000f2 HTTP/1.1" 200 338 0.002313 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "GET /analytics/query/987f4656-5fcc-11f1-9eaa-00000a0000f2/chunk-final/0 HTTP/1.1" 200 4013 0.003231 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "POST /analytics/query HTTP/1.1" 202 179 0.005324 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:36] "GET /analytics/query/98d324c1-5fcc-11f1-99f0-00000a0000f2 HTTP/1.1" 200 221 0.002232 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "GET /analytics/query/98d324c1-5fcc-11f1-99f0-00000a0000f2 HTTP/1.1" 200 338 0.002011 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "GET /analytics/query/98d324c1-5fcc-11f1-99f0-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.005468 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "POST /analytics/query HTTP/1.1" 202 179 0.006036 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "GET /analytics/query/99261518-5fcc-11f1-abbb-00000a0000f2 HTTP/1.1" 200 221 0.002054 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "GET /analytics/query/99261518-5fcc-11f1-abbb-00000a0000f2 HTTP/1.1" 200 338 0.002662 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "GET /analytics/query/99261518-5fcc-11f1-abbb-00000a0000f2/chunk-final/0 HTTP/1.1" 200 4013 0.002881 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "POST /analytics/query HTTP/1.1" 202 179 0.007123 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:37] "GET /analytics/query/99772cf7-5fcc-11f1-9020-00000a0000f2 HTTP/1.1" 200 221 0.004949 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:38] "GET /analytics/query/99772cf7-5fcc-11f1-9020-00000a0000f2 HTTP/1.1" 200 338 0.004803 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:38] "GET /analytics/query/99772cf7-5fcc-11f1-9020-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.002914 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:38] "POST /analytics/query HTTP/1.1" 202 179 0.010569 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:38] "GET /analytics/query/99c8ffaa-5fcc-11f1-a0f0-00000a0000f2 HTTP/1.1" 200 221 0.006697 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:38] "GET /analytics/query/99c8ffaa-5fcc-11f1-a0f0-00000a0000f2 HTTP/1.1" 200 338 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:38] "GET /analytics/query/99c8ffaa-5fcc-11f1-a0f0-00000a0000f2/chunk-final/0 HTTP/1.1" 200 145 0.003641 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.007434 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004753 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:40] "POST /analytics/query HTTP/1.1" 202 179 0.007121 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:40] "GET /analytics/query/9b2d4c5d-5fcc-11f1-a9ba-00000a0000f2 HTTP/1.1" 200 221 0.002853 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:41] "GET /analytics/query/9b2d4c5d-5fcc-11f1-a9ba-00000a0000f2 HTTP/1.1" 200 340 0.003057 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:41] "GET /analytics/query/9b2d4c5d-5fcc-11f1-a9ba-00000a0000f2/chunk-final/0 HTTP/1.1" 200 1531847 0.041893 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:41] "POST /analytics/query HTTP/1.1" 202 179 0.009370 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:41] "GET /analytics/query/9b8b0563-5fcc-11f1-85fd-00000a0000f2 HTTP/1.1" 200 221 0.014730 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:41] "GET /analytics/query/9b8b0563-5fcc-11f1-85fd-00000a0000f2 HTTP/1.1" 200 340 0.002167 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:41] "GET /analytics/query/9b8b0563-5fcc-11f1-85fd-00000a0000f2/chunk-final/0 HTTP/1.1" 200 1534620 0.020668 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004927 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.010832 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003790 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004769 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.005679 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:45] "POST /analytics/query HTTP/1.1" 202 179 0.007647 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:45] "GET /analytics/query/9e515205-5fcc-11f1-8bc9-00000a0000f2 HTTP/1.1" 200 221 0.005397 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:46] "GET /analytics/query/9e515205-5fcc-11f1-8bc9-00000a0000f2 HTTP/1.1" 200 339 0.002413 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:46] "GET /analytics/query/9e515205-5fcc-11f1-8bc9-00000a0000f2/chunk-final/0 HTTP/1.1" 200 43920 0.007380 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.005474 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:47] "POST /analytics/query HTTP/1.1" 202 179 0.006096 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:47] "GET /analytics/query/9f11bcf6-5fcc-11f1-8f89-00000a0000f2 HTTP/1.1" 200 221 0.016865 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:47] "GET /analytics/query/9f11bcf6-5fcc-11f1-8f89-00000a0000f2 HTTP/1.1" 200 341 0.003620 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:47] "GET /analytics/query/9f11bcf6-5fcc-11f1-8f89-00000a0000f2/chunk-final/0 HTTP/1.1" 200 1115882 0.049474 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.005282 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003909 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004563 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:53] "POST /analytics/query HTTP/1.1" 200 145 1.013419 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004740 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:55] "POST /analytics/query HTTP/1.1" 200 2325 1.018122 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004406 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:57] "POST /analytics/query HTTP/1.1" 200 709 1.012460 [API:8081]10.0.0.50 - - [2026-06-04 04:19:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.124275 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.005120 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:58] "POST /analytics/query HTTP/1.1" 200 2831 1.015681 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:19:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.004910 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:00] "POST /analytics/query HTTP/1.1" 200 258 1.017561 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.005489 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:02] "POST /analytics/query HTTP/1.1" 200 1334 1.044800 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.005520 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:04] "POST /analytics/query HTTP/1.1" 200 2831 1.014072 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.005047 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:05] "POST /analytics/query HTTP/1.1" 200 825 1.016940 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004738 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:07] "POST /analytics/query HTTP/1.1" 200 141403 1.042011 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.007971 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:09] "POST /analytics/query HTTP/1.1" 200 631 1.017681 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.004509 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:11] "POST /analytics/query HTTP/1.1" 200 310 1.017428 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004458 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:13] "POST /analytics/query HTTP/1.1" 200 596 1.020261 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.005309 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:14] "POST /analytics/query HTTP/1.1" 200 1975 1.013530 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.005536 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:16] "POST /analytics/query HTTP/1.1" 200 596 1.014138 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.005013 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:18] "POST /analytics/query HTTP/1.1" 200 316 1.013393 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.005912 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003426 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004766 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003555 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003592 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004171 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003370 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003908 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:20:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004206 [API:8081]10.0.0.242 - - [2026-06-04 04:20:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.242 - - [2026-06-04 04:20:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2378 0.099202 [API:8081]10.0.0.242 - - [2026-06-04 04:21:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.160345 [API:8081]10.0.0.242 - - [2026-06-04 04:21:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.176726 [API:8081]10.0.0.242 - - [2026-06-04 04:21:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.010208 [API:8081]10.0.0.242 - - [2026-06-04 04:21:36] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2026-06-04 04:21:36] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.50 - - [2026-06-04 04:21:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087018 [API:8081]10.0.0.242 - - [2026-06-04 04:22:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.016285 [API:8081]10.0.0.242 - - [2026-06-04 04:22:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.012620 [API:8081]10.0.0.242 - - [2026-06-04 04:22:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.011851 [API:8081]10.0.0.242 - - [2026-06-04 04:22:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.014785 [API:8081]10.0.0.50 - - [2026-06-04 04:22:04] "GET /analytics HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.50 - - [2026-06-04 04:22:04] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.242 - - [2026-06-04 04:22:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2639 0.011865 [API:8081]10.0.0.27 - - [2026-06-04 04:22:04] "GET /analytics HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.27 - - [2026-06-04 04:22:04] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.242 - - [2026-06-04 04:22:19] "POST /analytics/query HTTP/1.1" 200 222 1.021404 [API:8081]10.0.0.242 - - [2026-06-04 04:22:20] "POST /analytics/query HTTP/1.1" 200 222 1.020692 [API:8081]10.0.0.242 - - [2026-06-04 04:22:21] "POST /analytics/query HTTP/1.1" 200 353 1.025972 [API:8081]10.0.0.50 - - [2026-06-04 04:23:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084198 [API:8081]10.0.0.50 - - [2026-06-04 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.27 - - [2026-06-04 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.50 - - [2026-06-04 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-06-04 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000475 [API:8081]10.0.0.50 - - [2026-06-04 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.50 - - [2026-06-04 04:23:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.27 - - [2026-06-04 04:23:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000554 [API:8081]10.0.0.27 - - [2026-06-04 04:23:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.242 - - [2026-06-04 04:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2026-06-04 04:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.242 - - [2026-06-04 04:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.242 - - [2026-06-04 04:23:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000829 [API:8081]10.0.0.50 - - [2026-06-04 04:25:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099817 [API:8081]10.0.0.242 - - [2026-06-04 04:25:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25603 0.108909 [API:8081]10.0.0.242 - - [2026-06-04 04:25:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14850 0.028140 [API:8081]10.0.0.50 - - [2026-06-04 04:26:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.482389 [API:8081]10.0.0.50 - - [2026-06-04 04:28:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097677 [API:8081]10.0.0.50 - - [2026-06-04 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.27 - - [2026-06-04 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.50 - - [2026-06-04 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-06-04 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.50 - - [2026-06-04 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.50 - - [2026-06-04 04:28:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000624 [API:8081]10.0.0.27 - - [2026-06-04 04:28:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.27 - - [2026-06-04 04:28:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.242 - - [2026-06-04 04:28:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.242 - - [2026-06-04 04:28:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000509 [API:8081]10.0.0.242 - - [2026-06-04 04:28:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.242 - - [2026-06-04 04:28:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.50 - - [2026-06-04 04:29:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.089808 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.018349 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.011982 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.015395 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.018998 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.031858 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.011996 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016869 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:30:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.019717 [API:8081]10.0.0.50 - - [2026-06-04 04:31:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083632 [API:8081]10.0.0.242 - - [2026-06-04 04:31:36] "GET /analytics HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.242 - - [2026-06-04 04:31:36] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.50 - - [2026-06-04 04:32:04] "GET /analytics HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.50 - - [2026-06-04 04:32:04] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.27 - - [2026-06-04 04:32:04] "GET /analytics HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.27 - - [2026-06-04 04:32:04] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.50 - - [2026-06-04 04:32:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.093040 [API:8081]10.0.0.50 - - [2026-06-04 04:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.27 - - [2026-06-04 04:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.50 - - [2026-06-04 04:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.27 - - [2026-06-04 04:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.50 - - [2026-06-04 04:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.50 - - [2026-06-04 04:33:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.27 - - [2026-06-04 04:33:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.27 - - [2026-06-04 04:33:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.242 - - [2026-06-04 04:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.242 - - [2026-06-04 04:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.242 - - [2026-06-04 04:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.242 - - [2026-06-04 04:33:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.50 - - [2026-06-04 04:34:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081901 [API:8081]10.0.0.50 - - [2026-06-04 04:35:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084630 [API:8081]10.0.0.50 - - [2026-06-04 04:37:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088186 [API:8081]10.0.0.50 - - [2026-06-04 04:38:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.077641 [API:8081]10.0.0.50 - - [2026-06-04 04:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-06-04 04:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.50 - - [2026-06-04 04:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.27 - - [2026-06-04 04:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.50 - - [2026-06-04 04:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.50 - - [2026-06-04 04:38:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-06-04 04:38:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-06-04 04:38:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.242 - - [2026-06-04 04:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000391 [API:8081]10.0.0.242 - - [2026-06-04 04:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.242 - - [2026-06-04 04:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.242 - - [2026-06-04 04:38:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.242 - - [2026-06-04 04:39:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.242 - - [2026-06-04 04:39:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2101 0.093663 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:38d4b542-92c9-4841-8a43-3c9fefeb770b?flat HTTP/1.1" 200 5199 0.099429 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:38d4b542-92c9-4841-8a43-3c9fefeb770b?flat HTTP/1.1" 200 5199 0.077378 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:38d4b542-92c9-4841-8a43-3c9fefeb770b?flat HTTP/1.1" 200 5199 0.015849 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-48213034:EVPN-VN1?flat HTTP/1.1" 200 3943 0.033529 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25610 0.024310 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14122 0.046827 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25610 0.025080 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14122 0.032882 [API:8081]10.0.0.242 - - [2026-06-04 04:39:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009990 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:6c2676fc-9091-4693-9c34-e47ee4e3e91f?flat HTTP/1.1" 200 5061 0.016896 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:6c2676fc-9091-4693-9c34-e47ee4e3e91f?flat HTTP/1.1" 200 5061 0.015724 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:6c2676fc-9091-4693-9c34-e47ee4e3e91f?flat HTTP/1.1" 200 5061 0.017449 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-48213034:EVPN-VN1?flat HTTP/1.1" 200 3943 0.016040 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.021608 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 14143 0.025576 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.023933 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 14143 0.025819 [API:8081]10.0.0.242 - - [2026-06-04 04:39:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010236 [API:8081]10.0.0.50 - - [2026-06-04 04:40:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082934 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003498 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004196 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006641 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006246 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004719 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003799 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004367 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:40:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004955 [API:8081]10.0.0.50 - - [2026-06-04 04:41:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.092250 [API:8081]10.0.0.242 - - [2026-06-04 04:41:36] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.242 - - [2026-06-04 04:41:36] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.50 - - [2026-06-04 04:42:04] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.50 - - [2026-06-04 04:42:04] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-06-04 04:42:04] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.27 - - [2026-06-04 04:42:04] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:38d4b542-92c9-4841-8a43-3c9fefeb770b?flat HTTP/1.1" 200 5314 0.017228 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:38d4b542-92c9-4841-8a43-3c9fefeb770b?flat HTTP/1.1" 200 5314 0.018700 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:38d4b542-92c9-4841-8a43-3c9fefeb770b?flat HTTP/1.1" 200 5314 0.015073 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-48213034:EVPN-VN1?flat HTTP/1.1" 200 9308 0.021672 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23116 0.022399 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13198 0.022861 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23116 0.023667 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13198 0.030653 [API:8081]10.0.0.242 - - [2026-06-04 04:42:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011322 [API:8081]10.0.0.242 - - [2026-06-04 04:42:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:6c2676fc-9091-4693-9c34-e47ee4e3e91f?flat HTTP/1.1" 200 5214 0.016321 [API:8081]10.0.0.242 - - [2026-06-04 04:42:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:6c2676fc-9091-4693-9c34-e47ee4e3e91f?flat HTTP/1.1" 200 5214 0.015348 [API:8081]10.0.0.242 - - [2026-06-04 04:42:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-48213034:6c2676fc-9091-4693-9c34-e47ee4e3e91f?flat HTTP/1.1" 200 5214 0.016850 [API:8081]10.0.0.242 - - [2026-06-04 04:42:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-48213034:EVPN-VN1?flat HTTP/1.1" 200 9308 0.031219 [API:8081]10.0.0.242 - - [2026-06-04 04:42:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30956 0.026589 [API:8081]10.0.0.242 - - [2026-06-04 04:42:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30956 0.031931 [API:8081]10.0.0.242 - - [2026-06-04 04:42:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011454 [API:8081]10.0.0.50 - - [2026-06-04 04:43:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090724 [API:8081]10.0.0.50 - - [2026-06-04 04:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.27 - - [2026-06-04 04:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.50 - - [2026-06-04 04:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.27 - - [2026-06-04 04:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.50 - - [2026-06-04 04:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.50 - - [2026-06-04 04:43:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.27 - - [2026-06-04 04:43:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.27 - - [2026-06-04 04:43:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.242 - - [2026-06-04 04:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.242 - - [2026-06-04 04:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.242 - - [2026-06-04 04:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000478 [API:8081]10.0.0.242 - - [2026-06-04 04:43:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.242 - - [2026-06-04 04:43:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33125 0.040732 [API:8081]10.0.0.242 - - [2026-06-04 04:43:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33125 0.027814 [API:8081]10.0.0.242 - - [2026-06-04 04:43:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-48213034:EVPN-VN1?flat HTTP/1.1" 200 8522 0.019689 [API:8081]10.0.0.242 - - [2026-06-04 04:43:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010731 [API:8081]10.0.0.242 - - [2026-06-04 04:44:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24692 0.032697 [API:8081]10.0.0.242 - - [2026-06-04 04:44:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13542 0.025100 [API:8081]10.0.0.242 - - [2026-06-04 04:44:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-48213034:EVPN-VN1?flat HTTP/1.1" 200 5992 0.016926 [API:8081]10.0.0.242 - - [2026-06-04 04:44:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.012591 [API:8081]10.0.0.50 - - [2026-06-04 04:44:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.153006 [API:8081]10.0.0.50 - - [2026-06-04 04:46:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.117148 [API:8081]10.0.0.242 - - [2026-06-04 04:46:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-52847422:ctest-TestRbac-52847422-93081314?flat HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.242 - - [2026-06-04 04:46:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-52847422:ctest-TestRbac-52847422-93081314?flat HTTP/1.1" 200 2080 0.473590 [API:8081]10.0.0.242 - - [2026-06-04 04:46:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.168816 [API:8081]10.0.0.242 - - [2026-06-04 04:46:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-52847422:ctest-TestRbac-52847422-93081314?flat HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.242 - - [2026-06-04 04:46:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-52847422:ctest-TestRbac-52847422-93081314?flat HTTP/1.1" 200 2080 0.214026 [API:8081]10.0.0.242 - - [2026-06-04 04:46:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.098888 [API:8081]10.0.0.242 - - [2026-06-04 04:46:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-00906557:b07dca01-b9ec-40b9-97f4-167d5a9fa49e?flat HTTP/1.1" 200 5320 0.121105 [API:8081]10.0.0.242 - - [2026-06-04 04:46:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-00906557:b07dca01-b9ec-40b9-97f4-167d5a9fa49e?flat HTTP/1.1" 200 5320 0.062610 [API:8081]10.0.0.242 - - [2026-06-04 04:46:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-00906557:b07dca01-b9ec-40b9-97f4-167d5a9fa49e?flat HTTP/1.1" 200 5320 0.060742 [API:8081]10.0.0.242 - - [2026-06-04 04:46:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-52847422:ctest-TestRbac-52847422-93081314?flat HTTP/1.1" 200 3950 0.057955 [API:8081]10.0.0.242 - - [2026-06-04 04:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.036402 [API:8081]10.0.0.242 - - [2026-06-04 04:46:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.153517 [API:8081]10.0.0.242 - - [2026-06-04 04:46:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.242 - - [2026-06-04 04:46:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.095271 [API:8081]10.0.0.242 - - [2026-06-04 04:46:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.089658 [API:8081]10.0.0.242 - - [2026-06-04 04:46:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.101947 [API:8081]10.0.0.242 - - [2026-06-04 04:47:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.222184 [API:8081]10.0.0.242 - - [2026-06-04 04:47:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.037956 [API:8081]10.0.0.242 - - [2026-06-04 04:47:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.072799 [API:8081]10.0.0.242 - - [2026-06-04 04:47:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.134785 [API:8081]10.0.0.242 - - [2026-06-04 04:47:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.047101 [API:8081]10.0.0.242 - - [2026-06-04 04:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.210679 [API:8081]10.0.0.242 - - [2026-06-04 04:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.103460 [API:8081]10.0.0.242 - - [2026-06-04 04:47:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.024267 [API:8081]10.0.0.242 - - [2026-06-04 04:47:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.025746 [API:8081]10.0.0.242 - - [2026-06-04 04:47:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.029318 [API:8081]10.0.0.242 - - [2026-06-04 04:47:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.047108 [API:8081]10.0.0.242 - - [2026-06-04 04:47:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.030088 [API:8081]10.0.0.242 - - [2026-06-04 04:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.031841 [API:8081]10.0.0.242 - - [2026-06-04 04:47:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.053073 [API:8081]10.0.0.242 - - [2026-06-04 04:47:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.031009 [API:8081]10.0.0.242 - - [2026-06-04 04:47:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.028644 [API:8081]10.0.0.242 - - [2026-06-04 04:47:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.025061 [API:8081]10.0.0.242 - - [2026-06-04 04:47:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.028654 [API:8081]10.0.0.50 - - [2026-06-04 04:47:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.096871 [API:8081]10.0.0.242 - - [2026-06-04 04:47:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.024567 [API:8081]10.0.0.242 - - [2026-06-04 04:47:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13960 0.034296 [API:8081]10.0.0.242 - - [2026-06-04 04:47:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.030490 [API:8081]10.0.0.242 - - [2026-06-04 04:47:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13766 0.040334 [API:8081]10.0.0.242 - - [2026-06-04 04:47:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-52847422:ctest-TestRbac-52847422-93081314?flat HTTP/1.1" 200 6498 0.023916 [API:8081]10.0.0.242 - - [2026-06-04 04:47:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.014169 [API:8081]10.0.0.242 - - [2026-06-04 04:47:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.242 - - [2026-06-04 04:47:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 200 2117 0.119433 [API:8081]10.0.0.242 - - [2026-06-04 04:47:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 401 206 0.000307 --- 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-55215881'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-72388686' RBAC: ctest-TestRbacBasic-81825973 doesn't have read permission in project '9bfc1ae750d341e3accbb9b47fb20850' 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-16189486', 'ctest-TestRbacBasic-16189486-17726049'], 'virtual_network', 'eea2b75a-4207-4888-89b8-6ebb613f171e', "Permission Denied for ['ctest-TestRbacBasic-55215881'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-72388686' RBAC: ctest-TestRbacBasic-81825973 doesn't have read permission in project '9bfc1ae750d341e3accbb9b47fb20850'"),) [API:8081]10.0.0.242 - - [2026-06-04 04:47:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 403 199 0.143977 [API:8081]10.0.0.242 - - [2026-06-04 04:47:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.242 - - [2026-06-04 04:47:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 200 2117 0.093732 [API:8081]10.0.0.242 - - [2026-06-04 04:47:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.094610 [API:8081]10.0.0.242 - - [2026-06-04 04:47:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.099942 [API:8081]10.0.0.242 - - [2026-06-04 04:47:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2392 0.089719 --- 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-55215881'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-16189486' RBAC: ctest-TestRbacBasic-81825973 doesn't have read permission in project '3f29f1ad49f640efac53518caa9f9aeb' 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-16189486', 'ctest-TestRbacBasic-16189486-17726049'], 'virtual_network', 'eea2b75a-4207-4888-89b8-6ebb613f171e', "Permission Denied for ['ctest-TestRbacBasic-55215881'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-16189486' RBAC: ctest-TestRbacBasic-81825973 doesn't have read permission in project '3f29f1ad49f640efac53518caa9f9aeb'"),) [API:8081]10.0.0.242 - - [2026-06-04 04:47:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 403 199 0.055711 --- 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-55215881'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-16189486' RBAC: ctest-TestRbacBasic-81825973 doesn't have read permission in project '3f29f1ad49f640efac53518caa9f9aeb' 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-16189486', 'ctest-TestRbacBasic-16189486-17726049'], 'virtual_network', 'eea2b75a-4207-4888-89b8-6ebb613f171e', "Permission Denied for ['ctest-TestRbacBasic-55215881'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-16189486' RBAC: ctest-TestRbacBasic-81825973 doesn't have read permission in project '3f29f1ad49f640efac53518caa9f9aeb'"),) [API:8081]10.0.0.242 - - [2026-06-04 04:47:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 403 199 0.115082 [API:8081]10.0.0.242 - - [2026-06-04 04:47:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 200 2121 0.052009 [API:8081]10.0.0.242 - - [2026-06-04 04:47:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-16189486:ctest-TestRbacBasic-16189486-17726049?flat HTTP/1.1" 200 2121 0.014104 [API:8081]10.0.0.242 - - [2026-06-04 04:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.117215 [API:8081]10.0.0.242 - - [2026-06-04 04:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.066948 [API:8081]10.0.0.242 - - [2026-06-04 04:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2392 0.012117 [API:8081]10.0.0.242 - - [2026-06-04 04:48:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2145 0.012226 [API:8081]10.0.0.242 - - [2026-06-04 04:48:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 401 206 0.000316 --- 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-72277534 as ['ctest-TestRbacBasic-44272084'] to R virtual-network in ctest-TestRbacBasic-27470676 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-27470676', 'ctest-TestRbacBasic-27470676-98651026'], 'virtual_network', '7212b335-b2ca-4861-9550-257508ad0346', "Permission Denied for ctest-TestRbacBasic-72277534 as ['ctest-TestRbacBasic-44272084'] to R virtual-network in ctest-TestRbacBasic-27470676"),) [API:8081]10.0.0.242 - - [2026-06-04 04:48:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 403 199 0.119093 [API:8081]10.0.0.242 - - [2026-06-04 04:48:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.084522 [API:8081]10.0.0.242 - - [2026-06-04 04:48:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 200 6763 0.067480 [API:8081]10.0.0.242 - - [2026-06-04 04:48:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.080877 --- 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-72277534 as ['ctest-TestRbacBasic-44272084'] to R virtual-network in ctest-TestRbacBasic-27470676 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-27470676', 'ctest-TestRbacBasic-27470676-98651026'], 'virtual_network', '7212b335-b2ca-4861-9550-257508ad0346', "Permission Denied for ctest-TestRbacBasic-72277534 as ['ctest-TestRbacBasic-44272084'] to R virtual-network in ctest-TestRbacBasic-27470676"),) [API:8081]10.0.0.242 - - [2026-06-04 04:48:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 403 199 0.055309 --- 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-72277534 as ['ctest-TestRbacBasic-44272084'] to R virtual-network in ctest-TestRbacBasic-27470676 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-27470676', 'ctest-TestRbacBasic-27470676-98651026'], 'virtual_network', '7212b335-b2ca-4861-9550-257508ad0346', "Permission Denied for ctest-TestRbacBasic-72277534 as ['ctest-TestRbacBasic-44272084'] to R virtual-network in ctest-TestRbacBasic-27470676"),) [API:8081]10.0.0.242 - - [2026-06-04 04:48:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 403 199 0.127448 [API:8081]10.0.0.242 - - [2026-06-04 04:48:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073772 [API:8081]10.0.0.242 - - [2026-06-04 04:48:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 200 6763 0.069402 [API:8081]10.0.0.242 - - [2026-06-04 04:48:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.079685 [API:8081]10.0.0.242 - - [2026-06-04 04:48:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 401 206 0.000279 --- 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-81825973 as ['ctest-TestRbacBasic-55215881'] to R virtual-network in ctest-TestRbacBasic-27470676 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-27470676', 'ctest-TestRbacBasic-27470676-98651026'], 'virtual_network', '7212b335-b2ca-4861-9550-257508ad0346', "Permission Denied for ctest-TestRbacBasic-81825973 as ['ctest-TestRbacBasic-55215881'] to R virtual-network in ctest-TestRbacBasic-27470676"),) [API:8081]10.0.0.242 - - [2026-06-04 04:48:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 403 199 0.107166 [API:8081]10.0.0.242 - - [2026-06-04 04:48:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.068959 [API:8081]10.0.0.242 - - [2026-06-04 04:48:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-98651026?flat HTTP/1.1" 200 6763 0.076119 [API:8081]10.0.0.242 - - [2026-06-04 04:48:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.065601 [API:8081]10.0.0.242 - - [2026-06-04 04:48:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2145 0.086815 [API:8081]10.0.0.242 - - [2026-06-04 04:48:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2392 0.009553 [API:8081]10.0.0.50 - - [2026-06-04 04:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.50 - - [2026-06-04 04:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.27 - - [2026-06-04 04:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.27 - - [2026-06-04 04:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.50 - - [2026-06-04 04:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.50 - - [2026-06-04 04:48:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-06-04 04:48:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.27 - - [2026-06-04 04:48:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000526 [API:8081]10.0.0.242 - - [2026-06-04 04:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2026-06-04 04:48:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.242 - - [2026-06-04 04:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.242 - - [2026-06-04 04:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.242 - - [2026-06-04 04:48:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-27470676:b6b81000-771e-4ff3-87cf-dda49602b015?flat HTTP/1.1" 200 5394 0.083843 [API:8081]10.0.0.242 - - [2026-06-04 04:48:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-27470676:b6b81000-771e-4ff3-87cf-dda49602b015?flat HTTP/1.1" 200 5394 0.089477 [API:8081]10.0.0.242 - - [2026-06-04 04:48:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-27470676:b6b81000-771e-4ff3-87cf-dda49602b015?flat HTTP/1.1" 200 5394 0.072779 [API:8081]10.0.0.242 - - [2026-06-04 04:48:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-67709119?flat HTTP/1.1" 200 4139 0.062629 [API:8081]10.0.0.242 - - [2026-06-04 04:48:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.033188 [API:8081]10.0.0.242 - - [2026-06-04 04:48:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.099858 [API:8081]10.0.0.242 - - [2026-06-04 04:48:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.025758 [API:8081]10.0.0.242 - - [2026-06-04 04:48:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.023078 [API:8081]10.0.0.242 - - [2026-06-04 04:48:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.066980 [API:8081]10.0.0.242 - - [2026-06-04 04:48:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.109234 [API:8081]10.0.0.242 - - [2026-06-04 04:48:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.024594 [API:8081]10.0.0.242 - - [2026-06-04 04:48:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.030777 [API:8081]10.0.0.242 - - [2026-06-04 04:48:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.091327 [API:8081]10.0.0.242 - - [2026-06-04 04:49:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-67709119?flat HTTP/1.1" 200 4139 0.066210 [API:8081]10.0.0.242 - - [2026-06-04 04:49:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.089928 [API:8081]10.0.0.242 - - [2026-06-04 04:49:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.040047 [API:8081]10.0.0.242 - - [2026-06-04 04:49:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.116442 [API:8081]10.0.0.242 - - [2026-06-04 04:49:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.027144 [API:8081]10.0.0.242 - - [2026-06-04 04:49:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.027150 [API:8081]10.0.0.242 - - [2026-06-04 04:49:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.033863 [API:8081]10.0.0.242 - - [2026-06-04 04:49:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.032641 [API:8081]10.0.0.242 - - [2026-06-04 04:49:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.026528 [API:8081]10.0.0.242 - - [2026-06-04 04:49:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.026571 [API:8081]10.0.0.242 - - [2026-06-04 04:49:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.039521 [API:8081]10.0.0.242 - - [2026-06-04 04:49:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.027195 [API:8081]10.0.0.242 - - [2026-06-04 04:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.025336 [API:8081]10.0.0.242 - - [2026-06-04 04:49:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.024259 [API:8081]10.0.0.242 - - [2026-06-04 04:49:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.026071 [API:8081]10.0.0.242 - - [2026-06-04 04:49:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.025351 [API:8081]10.0.0.50 - - [2026-06-04 04:49:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073396 [API:8081]10.0.0.242 - - [2026-06-04 04:49:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.028684 [API:8081]10.0.0.242 - - [2026-06-04 04:49:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14094 0.023593 [API:8081]10.0.0.242 - - [2026-06-04 04:49:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.041617 [API:8081]10.0.0.242 - - [2026-06-04 04:49:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13675 0.040356 [API:8081]10.0.0.242 - - [2026-06-04 04:49:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-27470676:ctest-TestRbacBasic-27470676-67709119?flat HTTP/1.1" 200 6886 0.017038 [API:8081]10.0.0.242 - - [2026-06-04 04:49:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.013610 [Introspect:8090]10.0.0.242 - - [2026-06-04 04:49:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001451 [API:8081]10.0.0.242 - - [2026-06-04 04:49:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.242 - - [2026-06-04 04:49:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2109 0.108552 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003603 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004029 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003855 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003836 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003876 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003267 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003934 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 04:50:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003249 [API:8081]10.0.0.50 - - [2026-06-04 04:50:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.082219 [API:8081]10.0.0.242 - - [2026-06-04 04:51:36] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2026-06-04 04:51:36] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.50 - - [2026-06-04 04:52:04] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.50 - - [2026-06-04 04:52:04] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.27 - - [2026-06-04 04:52:04] "GET /analytics HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.27 - - [2026-06-04 04:52:04] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.50 - - [2026-06-04 04:52:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095710 [API:8081]10.0.0.242 - - [2026-06-04 04:52:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:21dfefae-6d4f-496b-b178-387a20e25a13?flat HTTP/1.1" 200 5377 0.023958 [API:8081]10.0.0.242 - - [2026-06-04 04:52:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:21dfefae-6d4f-496b-b178-387a20e25a13?flat HTTP/1.1" 200 5377 0.087238 [API:8081]10.0.0.242 - - [2026-06-04 04:52:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:21dfefae-6d4f-496b-b178-387a20e25a13?flat HTTP/1.1" 200 5377 0.098161 [API:8081]10.0.0.242 - - [2026-06-04 04:52:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn1-95072741?flat HTTP/1.1" 200 9426 0.028660 [API:8081]10.0.0.242 - - [2026-06-04 04:52:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25349 0.025318 [API:8081]10.0.0.242 - - [2026-06-04 04:52:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14084 0.029999 [API:8081]10.0.0.242 - - [2026-06-04 04:52:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25349 0.024384 [API:8081]10.0.0.242 - - [2026-06-04 04:52:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14084 0.031518 [API:8081]10.0.0.242 - - [2026-06-04 04:52:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009524 [API:8081]10.0.0.242 - - [2026-06-04 04:52:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:bcd3fe64-727c-4c15-9349-7677a0a08a34?flat HTTP/1.1" 200 5366 0.019554 [API:8081]10.0.0.242 - - [2026-06-04 04:52:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:bcd3fe64-727c-4c15-9349-7677a0a08a34?flat HTTP/1.1" 200 5366 0.023037 [API:8081]10.0.0.242 - - [2026-06-04 04:52:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:bcd3fe64-727c-4c15-9349-7677a0a08a34?flat HTTP/1.1" 200 5366 0.019685 [API:8081]10.0.0.242 - - [2026-06-04 04:52:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn1-95072741?flat HTTP/1.1" 200 9426 0.037143 [API:8081]10.0.0.242 - - [2026-06-04 04:52:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33189 0.055132 [API:8081]10.0.0.242 - - [2026-06-04 04:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33189 0.033689 [API:8081]10.0.0.242 - - [2026-06-04 04:52:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.013612 [API:8081]10.0.0.242 - - [2026-06-04 04:52:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33193 0.046677 [API:8081]10.0.0.242 - - [2026-06-04 04:52:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33193 0.034174 [API:8081]10.0.0.242 - - [2026-06-04 04:52:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33193 0.032726 [API:8081]10.0.0.242 - - [2026-06-04 04:52:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33193 0.033339 [API:8081]10.0.0.242 - - [2026-06-04 04:52:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33193 0.093700 [API:8081]10.0.0.242 - - [2026-06-04 04:52:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn1-95072741?flat HTTP/1.1" 200 7671 0.022259 [API:8081]10.0.0.242 - - [2026-06-04 04:52:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011119 [API:8081]10.0.0.242 - - [2026-06-04 04:52:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.033992 [API:8081]10.0.0.242 - - [2026-06-04 04:52:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14084 0.026716 [API:8081]10.0.0.242 - - [2026-06-04 04:52:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.029444 [API:8081]10.0.0.242 - - [2026-06-04 04:52:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13715 0.031807 [API:8081]10.0.0.242 - - [2026-06-04 04:52:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn1-95072741?flat HTTP/1.1" 200 4922 0.015523 [API:8081]10.0.0.242 - - [2026-06-04 04:52:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010814 [API:8081]10.0.0.242 - - [2026-06-04 04:53:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2109 0.011346 [API:8081]10.0.0.242 - - [2026-06-04 04:53:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.011690 [API:8081]10.0.0.50 - - [2026-06-04 04:53:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.077820 [API:8081]10.0.0.50 - - [2026-06-04 04:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-06-04 04:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.50 - - [2026-06-04 04:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-06-04 04:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.50 - - [2026-06-04 04:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.50 - - [2026-06-04 04:53:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.27 - - [2026-06-04 04:53:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-06-04 04:53:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.242 - - [2026-06-04 04:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.242 - - [2026-06-04 04:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.242 - - [2026-06-04 04:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.242 - - [2026-06-04 04:53:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000630 [API:8081]10.0.0.50 - - [2026-06-04 04:55:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098119 [Introspect:8090]10.0.0.242 - - [2026-06-04 04:56:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001209 [API:8081]10.0.0.242 - - [2026-06-04 04:56:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 13205 0.477816 [API:8081]10.0.0.242 - - [2026-06-04 04:56:06] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5884-1?flat HTTP/1.1" 200 6061 0.487730 [API:8081]10.0.0.242 - - [2026-06-04 04:56:07] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 6060 0.477427 [API:8081]10.0.0.242 - - [2026-06-04 04:56:07] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5884-3?flat HTTP/1.1" 200 3949 0.016759 [API:8081]10.0.0.242 - - [2026-06-04 04:56:07] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?flat HTTP/1.1" 200 6143 0.019400 [API:8081]10.0.0.242 - - [2026-06-04 04:56:07] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?flat HTTP/1.1" 200 7634 0.018437 [API:8081]10.0.0.242 - - [2026-06-04 04:56:07] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?flat HTTP/1.1" 200 6138 0.017279 [API:8081]10.0.0.242 - - [2026-06-04 04:56:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2531 0.010777 [API:8081]10.0.0.50 - - [2026-06-04 04:56:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.096254 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:5bd6d4d5-8121-420b-85a2-0dab56e4a64d?flat HTTP/1.1" 200 5251 0.020547 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:5bd6d4d5-8121-420b-85a2-0dab56e4a64d?flat HTTP/1.1" 200 5251 0.024476 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:5bd6d4d5-8121-420b-85a2-0dab56e4a64d?flat HTTP/1.1" 200 5251 0.015198 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn1-40290928?flat HTTP/1.1" 200 7111 0.036242 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24701 0.034177 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13538 0.031269 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24701 0.026791 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13538 0.027075 [API:8081]10.0.0.242 - - [2026-06-04 04:56:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009849 [API:8081]10.0.0.242 - - [2026-06-04 04:57:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:8c22e3d6-74f8-4bf9-9291-63abb3a5b9dc?flat HTTP/1.1" 200 5253 0.015608 [API:8081]10.0.0.242 - - [2026-06-04 04:57:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:8c22e3d6-74f8-4bf9-9291-63abb3a5b9dc?flat HTTP/1.1" 200 5253 0.019256 [API:8081]10.0.0.242 - - [2026-06-04 04:57:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-13103946:8c22e3d6-74f8-4bf9-9291-63abb3a5b9dc?flat HTTP/1.1" 200 5253 0.021381 [API:8081]10.0.0.242 - - [2026-06-04 04:57:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn2-22775078?flat HTTP/1.1" 200 6999 0.015292 [API:8081]10.0.0.242 - - [2026-06-04 04:57:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40524 0.031516 [API:8081]10.0.0.242 - - [2026-06-04 04:57:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40524 0.047478 [API:8081]10.0.0.242 - - [2026-06-04 04:57:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1366 0.011280 [API:8081]10.0.0.50 - - [2026-06-04 04:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.27 - - [2026-06-04 04:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.50 - - [2026-06-04 04:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.27 - - [2026-06-04 04:58:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.50 - - [2026-06-04 04:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.50 - - [2026-06-04 04:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.50 - - [2026-06-04 04:58:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.178358 [API:8081]10.0.0.27 - - [2026-06-04 04:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.27 - - [2026-06-04 04:58:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.242 - - [2026-06-04 04:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.242 - - [2026-06-04 04:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.242 - - [2026-06-04 04:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.242 - - [2026-06-04 04:58:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.242 - - [2026-06-04 04:59:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.035106 [API:8081]10.0.0.242 - - [2026-06-04 04:59:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.040253 [API:8081]10.0.0.242 - - [2026-06-04 04:59:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.034866 [API:8081]10.0.0.242 - - [2026-06-04 04:59:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.035123 [API:8081]10.0.0.242 - - [2026-06-04 04:59:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.037633 [API:8081]10.0.0.242 - - [2026-06-04 04:59:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.034761 [API:8081]10.0.0.242 - - [2026-06-04 04:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.038751 [API:8081]10.0.0.242 - - [2026-06-04 04:59:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn2-22775078?flat HTTP/1.1" 200 7864 0.018050 [API:8081]10.0.0.242 - - [2026-06-04 04:59:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010197 [API:8081]10.0.0.242 - - [2026-06-04 04:59:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.027705 [API:8081]10.0.0.242 - - [2026-06-04 04:59:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14068 0.028055 [API:8081]10.0.0.242 - - [2026-06-04 04:59:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.026581 [API:8081]10.0.0.242 - - [2026-06-04 04:59:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14068 0.023581 [API:8081]10.0.0.242 - - [2026-06-04 04:59:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24713 0.023817 [API:8081]10.0.0.242 - - [2026-06-04 04:59:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13951 0.026993 [API:8081]10.0.0.242 - - [2026-06-04 04:59:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-13103946:ctest-vn1-40290928?flat HTTP/1.1" 200 7882 0.027813 [API:8081]10.0.0.242 - - [2026-06-04 04:59:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011377 [API:8081]10.0.0.50 - - [2026-06-04 04:59:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.085268 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003266 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003569 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004237 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003309 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003982 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003071 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003170 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:00:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003651 [API:8081]10.0.0.242 - - [2026-06-04 05:00:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22853871:ceba8c82-e92a-435b-9c61-674fc1915f13?flat HTTP/1.1" 401 206 0.000461 [API:8081]10.0.0.242 - - [2026-06-04 05:00:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22853871:ceba8c82-e92a-435b-9c61-674fc1915f13?flat HTTP/1.1" 200 5087 0.412836 [API:8081]10.0.0.242 - - [2026-06-04 05:00:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22853871:ceba8c82-e92a-435b-9c61-674fc1915f13?flat HTTP/1.1" 200 5087 0.421908 [API:8081]10.0.0.242 - - [2026-06-04 05:00:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22853871:ceba8c82-e92a-435b-9c61-674fc1915f13?flat HTTP/1.1" 200 5087 0.088425 [API:8081]10.0.0.242 - - [2026-06-04 05:00:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22853871:ctest-vn-60022242?flat HTTP/1.1" 200 4820 0.015985 [API:8081]10.0.0.242 - - [2026-06-04 05:00:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40549 0.037488 [API:8081]10.0.0.242 - - [2026-06-04 05:00:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40549 0.067417 [API:8081]10.0.0.242 - - [2026-06-04 05:00:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009504 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22853871:4559eee3-6aac-4c0f-ac5a-81379833e486?flat HTTP/1.1" 200 5238 0.016977 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22853871:4559eee3-6aac-4c0f-ac5a-81379833e486?flat HTTP/1.1" 200 5238 0.018405 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22853871:4559eee3-6aac-4c0f-ac5a-81379833e486?flat HTTP/1.1" 200 5238 0.017413 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22853871:ctest-vn-76344009?flat HTTP/1.1" 200 5460 0.023786 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.029397 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14027 0.026271 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.026228 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14027 0.036381 [API:8081]10.0.0.242 - - [2026-06-04 05:00:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010851 [API:8081]10.0.0.242 - - [2026-06-04 05:00:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.027364 [API:8081]10.0.0.242 - - [2026-06-04 05:00:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14026 0.024727 [API:8081]10.0.0.242 - - [2026-06-04 05:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.027263 [API:8081]10.0.0.242 - - [2026-06-04 05:00:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 14026 0.028693 [API:8081]10.0.0.242 - - [2026-06-04 05:00:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.034162 [API:8081]10.0.0.242 - - [2026-06-04 05:00:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5884-2?flat HTTP/1.1" 200 13683 0.032122 [API:8081]10.0.0.242 - - [2026-06-04 05:00:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22853871:ctest-vn-76344009?flat HTTP/1.1" 200 3596 0.020478 [API:8081]10.0.0.242 - - [2026-06-04 05:00:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.021781 [API:8081]10.0.0.242 - - [2026-06-04 05:00:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.046116 [API:8081]10.0.0.242 - - [2026-06-04 05:01:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.040984 [API:8081]10.0.0.242 - - [2026-06-04 05:01:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.056631 [API:8081]10.0.0.242 - - [2026-06-04 05:01:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.050511 [API:8081]10.0.0.242 - - [2026-06-04 05:01:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.061717 [API:8081]10.0.0.242 - - [2026-06-04 05:01:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.036426 [API:8081]10.0.0.242 - - [2026-06-04 05:01:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5884-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.047251 [API:8081]10.0.0.242 - - [2026-06-04 05:01:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22853871:ctest-vn-60022242?flat HTTP/1.1" 200 6185 0.017128 [API:8081]10.0.0.242 - - [2026-06-04 05:01:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011958 [API:8081]10.0.0.242 - - [2026-06-04 05:01:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.242 - - [2026-06-04 05:01:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.092701 [API:8081]10.0.0.242 - - [2026-06-04 05:01:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2344 0.108201 [API:8081]10.0.0.50 - - [2026-06-04 05:01:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.129010 [API:8081]10.0.0.242 - - [2026-06-04 05:01:36] "GET /analytics HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.242 - - [2026-06-04 05:01:36] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.50 - - [2026-06-04 05:02:04] "GET /analytics HTTP/1.1" 401 206 0.000471 [API:8081]10.0.0.50 - - [2026-06-04 05:02:04] "GET /analytics HTTP/1.1" 401 206 0.000190 [API:8081]10.0.0.27 - - [2026-06-04 05:02:04] "GET /analytics HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.27 - - [2026-06-04 05:02:04] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.50 - - [2026-06-04 05:02:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.080945 [API:8081]10.0.0.50 - - [2026-06-04 05:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.50 - - [2026-06-04 05:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.27 - - [2026-06-04 05:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.27 - - [2026-06-04 05:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.50 - - [2026-06-04 05:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.50 - - [2026-06-04 05:03:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-06-04 05:03:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.27 - - [2026-06-04 05:03:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000867 [API:8081]10.0.0.242 - - [2026-06-04 05:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.242 - - [2026-06-04 05:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.242 - - [2026-06-04 05:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.242 - - [2026-06-04 05:03:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.50 - - [2026-06-04 05:04:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.117549 [API:8081]10.0.0.50 - - [2026-06-04 05:05:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.074845 [API:8081]10.0.0.50 - - [2026-06-04 05:07:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082524 [API:8081]10.0.0.242 - - [2026-06-04 05:08:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.242 - - [2026-06-04 05:08:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2336 0.174303 [API:8081]10.0.0.50 - - [2026-06-04 05:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.27 - - [2026-06-04 05:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.50 - - [2026-06-04 05:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.27 - - [2026-06-04 05:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.50 - - [2026-06-04 05:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000782 [API:8081]10.0.0.50 - - [2026-06-04 05:08:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000438 [API:8081]10.0.0.27 - - [2026-06-04 05:08:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.27 - - [2026-06-04 05:08:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.242 - - [2026-06-04 05:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.242 - - [2026-06-04 05:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.242 - - [2026-06-04 05:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2026-06-04 05:08:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.50 - - [2026-06-04 05:08:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.089248 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005147 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004202 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003349 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004636 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004089 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003596 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004884 [LOCAL API:8181]127.0.0.1 - - [2026-06-04 05:10:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5884-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003423 [API:8081]10.0.0.50 - - [2026-06-04 05:10:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108925 [API:8081]10.0.0.242 - - [2026-06-04 05:11:36] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.242 - - [2026-06-04 05:11:36] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.50 - - [2026-06-04 05:11:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.088770 [API:8081]10.0.0.50 - - [2026-06-04 05:12:04] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.50 - - [2026-06-04 05:12:04] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.27 - - [2026-06-04 05:12:04] "GET /analytics HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.27 - - [2026-06-04 05:12:04] "GET /analytics HTTP/1.1" 401 206 0.000133 [API:8081]10.0.0.50 - - [2026-06-04 05:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.50 - - [2026-06-04 05:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.27 - - [2026-06-04 05:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.27 - - [2026-06-04 05:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.50 - - [2026-06-04 05:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.50 - - [2026-06-04 05:13:30] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.27 - - [2026-06-04 05:13:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.27 - - [2026-06-04 05:13:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.242 - - [2026-06-04 05:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.242 - - [2026-06-04 05:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.242 - - [2026-06-04 05:13:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.242 - - [2026-06-04 05:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.50 - - [2026-06-04 05:13:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.112864 [API:8081]10.0.0.50 - - [2026-06-04 05:14:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.160081 [Introspect:8090]10.0.0.242 - - [2026-06-04 05:14:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001564