++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Apr 20 04:36:56 PM UTC 2026 ===================' INFO: =================== Mon Apr 20 04:36:56 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=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 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.249:8081 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.249:8086 10.0.0.65: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.23,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.249:8082 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.249:9161 10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.249:9041 10.0.0.65: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.23,10.0.0.249,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.249:2181,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.249:5673,10.0.0.65: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.249:6379 10.0.0.65: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.23,10.0.0.249,10.0.0.65 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.249:9092 10.0.0.65: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.23 ++ 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.23,10.0.0.249,10.0.0.65 ++ 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.23,10.0.0.249,10.0.0.65 ++ 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.23,10.0.0.249,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.249,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + 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: 04/20/2026 16:37:05.877 7fd9b2974240 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/20/2026 16:37:06.082 7fd9b2974240 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 04/20/2026 16:37:06.095 7fd9b2974240 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/20/2026 16:37:06.095 7fd9b2974240 [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.23: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.65 - - [2026-04-20 16:37:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.730556 [API:8081]10.0.0.249 - - [2026-04-20 16:37:51] "GET /analytics HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.249 - - [2026-04-20 16:37:51] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2026-04-20 16:37:51] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-04-20 16:37:51] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-04-20 16:37:54] "GET /analytics HTTP/1.1" 401 205 0.000523 [API:8081]10.0.0.23 - - [2026-04-20 16:37:54] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.249 - - [2026-04-20 16:38:22] "GET /analytics HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.249 - - [2026-04-20 16:38:22] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-04-20 16:38:22] "GET /analytics HTTP/1.1" 401 205 0.000622 [API:8081]10.0.0.65 - - [2026-04-20 16:38:22] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.23 - - [2026-04-20 16:38:25] "GET /analytics HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2026-04-20 16:38:25] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.249 - - [2026-04-20 16:38:52] "GET /analytics HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.249 - - [2026-04-20 16:38:52] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-04-20 16:38:52] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.65 - - [2026-04-20 16:38:52] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.65 - - [2026-04-20 16:38:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.415867 [API:8081]10.0.0.249 - - [2026-04-20 16:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.249 - - [2026-04-20 16:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.65 - - [2026-04-20 16:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.249 - - [2026-04-20 16:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-04-20 16:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.249 - - [2026-04-20 16:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.65 - - [2026-04-20 16:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000751 [API:8081]10.0.0.65 - - [2026-04-20 16:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2026-04-20 16:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-04-20 16:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-04-20 16:40:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-04-20 16:40:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [Introspect:8090]10.0.0.23 - - [2026-04-20 16:40:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001474 [API:8081]10.0.0.65 - - [2026-04-20 16:40:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.408631 [Introspect:8090]10.0.0.23 - - [2026-04-20 16:41:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001410 [API:8081]10.0.0.65 - - [2026-04-20 16:41:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.088737 [Introspect:8090]10.0.0.23 - - [2026-04-20 16:42:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001466 [Introspect:8090]10.0.0.23 - - [2026-04-20 16:42:54] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000899 [API:8081]10.0.0.23 - - [2026-04-20 16:42:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.23 - - [2026-04-20 16:42:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.101673 [API:8081]10.0.0.23 - - [2026-04-20 16:42:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.082438 [API:8081]10.0.0.23 - - [2026-04-20 16:42:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2:Control:contrail-control:0?flat HTTP/1.1" 200 35055 0.081678 [API:8081]10.0.0.23 - - [2026-04-20 16:42:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.021655 [API:8081]10.0.0.23 - - [2026-04-20 16:42:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3:Control:contrail-control:0?flat HTTP/1.1" 200 28333 0.079776 [API:8081]10.0.0.23 - - [2026-04-20 16:42:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.022228 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.024738 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.026846 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3358 0.017459 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3358 0.016438 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.014532 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.019265 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.017286 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.020981 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.016265 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.017724 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.015229 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016194 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.028608 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.016539 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014263 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.033154 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.032602 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.023396 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.039112 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.032852 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.022277 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.022101 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14218 0.027181 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.029169 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.095107 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12025 0.046744 [API:8081]10.0.0.23 - - [2026-04-20 16:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.030137 [API:8081]10.0.0.23 - - [2026-04-20 16:42:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12031 0.042617 [API:8081]10.0.0.23 - - [2026-04-20 16:42:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.048106 [API:8081]10.0.0.23 - - [2026-04-20 16:42:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12025 0.042047 [API:8081]10.0.0.23 - - [2026-04-20 16:42:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.044028 [API:8081]10.0.0.23 - - [2026-04-20 16:42:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12031 0.035975 [API:8081]10.0.0.23 - - [2026-04-20 16:42:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.035804 [API:8081]10.0.0.23 - - [2026-04-20 16:42:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.014013 [API:8081]10.0.0.23 - - [2026-04-20 16:42:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.027017 [API:8081]10.0.0.23 - - [2026-04-20 16:42:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.018623 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.021744 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.024719 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.021680 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.020683 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.027830 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015321 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.013595 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14218 0.017935 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.016965 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.017840 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.017588 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.019640 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.016573 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.026472 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.023177 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.031036 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4317 0.024364 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.015940 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.050240 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.019342 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.033203 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2:Control:contrail-control:0?flat HTTP/1.1" 200 35055 0.039880 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.015398 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16353 0.031749 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3:Control:contrail-control:0?flat HTTP/1.1" 200 28333 0.031052 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.019624 [API:8081]10.0.0.23 - - [2026-04-20 16:42:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5654-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.026009 [API:8081]10.0.0.23 - - [2026-04-20 16:43:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12027 0.031397 [API:8081]10.0.0.23 - - [2026-04-20 16:43:01] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?flat HTTP/1.1" 200 15338 0.041004 [API:8081]10.0.0.23 - - [2026-04-20 16:43:01] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?flat HTTP/1.1" 200 13683 0.027422 [API:8081]10.0.0.23 - - [2026-04-20 16:43:01] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?flat HTTP/1.1" 200 18646 0.031457 [API:8081]10.0.0.23 - - [2026-04-20 16:43:01] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?flat HTTP/1.1" 200 15338 0.029003 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?flat HTTP/1.1" 200 13683 0.032729 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?flat HTTP/1.1" 200 18646 0.032550 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?flat HTTP/1.1" 200 15338 0.032193 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?flat HTTP/1.1" 200 13683 0.031218 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?flat HTTP/1.1" 200 18646 0.033630 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?flat HTTP/1.1" 200 15338 0.029344 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?flat HTTP/1.1" 200 13683 0.025593 [API:8081]10.0.0.23 - - [2026-04-20 16:43:02] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?flat HTTP/1.1" 200 18646 0.027300 [API:8081]10.0.0.23 - - [2026-04-20 16:43:03] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 7999 0.021067 [API:8081]10.0.0.23 - - [2026-04-20 16:43:03] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 7999 0.018834 [API:8081]10.0.0.23 - - [2026-04-20 16:43:03] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5654-3?flat HTTP/1.1" 200 7997 0.022868 [API:8081]10.0.0.23 - - [2026-04-20 16:43:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2026-04-20 16:43:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.080987 [API:8081]10.0.0.23 - - [2026-04-20 16:43:27] "POST /analytics/query HTTP/1.1" 200 54731 1.110057 [API:8081]10.0.0.23 - - [2026-04-20 16:43:28] "POST /analytics/query HTTP/1.1" 200 5875 1.099700 [API:8081]10.0.0.23 - - [2026-04-20 16:43:30] "POST /analytics/query HTTP/1.1" 200 871 1.029956 [API:8081]10.0.0.23 - - [2026-04-20 16:43:31] "POST /analytics/query HTTP/1.1" 200 6790 1.035722 [API:8081]10.0.0.23 - - [2026-04-20 16:43:32] "POST /analytics/query HTTP/1.1" 200 871 1.024643 [API:8081]10.0.0.23 - - [2026-04-20 16:43:45] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001057 [API:8081]10.0.0.65 - - [2026-04-20 16:43:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.114854 [API:8081]10.0.0.65 - - [2026-04-20 16:44:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.139528 [API:8081]10.0.0.249 - - [2026-04-20 16:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.249 - - [2026-04-20 16:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.249 - - [2026-04-20 16:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-04-20 16:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.249 - - [2026-04-20 16:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.65 - - [2026-04-20 16:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.65 - - [2026-04-20 16:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001070 [API:8081]10.0.0.65 - - [2026-04-20 16:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000608 [API:8081]10.0.0.23 - - [2026-04-20 16:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.23 - - [2026-04-20 16:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000927 [API:8081]10.0.0.23 - - [2026-04-20 16:45:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.23 - - [2026-04-20 16:45:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.65 - - [2026-04-20 16:47:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.175903 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005956 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.007178 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.009221 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006561 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005077 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004502 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005119 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004006 [API:8081]10.0.0.23 - - [2026-04-20 16:47:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.23 - - [2026-04-20 16:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.091473 [API:8081]10.0.0.23 - - [2026-04-20 16:47:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.081449 [API:8081]10.0.0.65 - - [2026-04-20 16:48:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.144056 [API:8081]10.0.0.23 - - [2026-04-20 16:48:25] "GET /analytics HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-04-20 16:48:25] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.249 - - [2026-04-20 16:48:52] "GET /analytics HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.249 - - [2026-04-20 16:48:52] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.65 - - [2026-04-20 16:48:52] "GET /analytics HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.65 - - [2026-04-20 16:48:52] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.65 - - [2026-04-20 16:50:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090382 [API:8081]10.0.0.249 - - [2026-04-20 16:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.249 - - [2026-04-20 16:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.249 - - [2026-04-20 16:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-04-20 16:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.249 - - [2026-04-20 16:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.65 - - [2026-04-20 16:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2026-04-20 16:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2026-04-20 16:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-04-20 16:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2026-04-20 16:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2026-04-20 16:50:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.23 - - [2026-04-20 16:50:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-04-20 16:51:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.444887 [API:8081]10.0.0.65 - - [2026-04-20 16:53:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.245891 [API:8081]10.0.0.23 - - [2026-04-20 16:53:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-20 16:53:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.076337 [API:8081]10.0.0.23 - - [2026-04-20 16:53:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.074701 [API:8081]10.0.0.65 - - [2026-04-20 16:54:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.096096 [API:8081]10.0.0.249 - - [2026-04-20 16:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000521 [API:8081]10.0.0.249 - - [2026-04-20 16:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.249 - - [2026-04-20 16:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2026-04-20 16:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.249 - - [2026-04-20 16:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2026-04-20 16:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.65 - - [2026-04-20 16:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-04-20 16:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-04-20 16:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-04-20 16:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-04-20 16:55:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-04-20 16:55:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2026-04-20 16:55:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1142 0.012778 [API:8081]10.0.0.23 - - [2026-04-20 16:55:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1370 0.011060 [API:8081]10.0.0.23 - - [2026-04-20 16:55:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1598 0.074674 [API:8081]10.0.0.23 - - [2026-04-20 16:55:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.011344 [API:8081]10.0.0.65 - - [2026-04-20 16:56:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097287 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004571 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006057 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005928 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004823 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005238 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004129 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004292 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 16:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004020 [API:8081]10.0.0.65 - - [2026-04-20 16:57:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.104952 [API:8081]10.0.0.23 - - [2026-04-20 16:58:25] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-20 16:58:25] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.249 - - [2026-04-20 16:58:52] "GET /analytics HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.249 - - [2026-04-20 16:58:52] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2026-04-20 16:58:52] "GET /analytics HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.65 - - [2026-04-20 16:58:52] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.23 - - [2026-04-20 16:58:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.090975 [API:8081]10.0.0.23 - - [2026-04-20 16:58:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12991 0.089802 [API:8081]10.0.0.23 - - [2026-04-20 16:58:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.029407 [API:8081]10.0.0.23 - - [2026-04-20 16:58:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12991 0.032788 [API:8081]10.0.0.23 - - [2026-04-20 16:59:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.028183 [API:8081]10.0.0.23 - - [2026-04-20 16:59:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12568 0.028781 [API:8081]10.0.0.23 - - [2026-04-20 16:59:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-64873613:ctest-vnet1-97495386?flat HTTP/1.1" 200 8246 0.019661 [API:8081]10.0.0.23 - - [2026-04-20 16:59:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012714 [API:8081]10.0.0.23 - - [2026-04-20 16:59:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.027404 [API:8081]10.0.0.23 - - [2026-04-20 16:59:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.025606 [API:8081]10.0.0.23 - - [2026-04-20 16:59:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.028414 [API:8081]10.0.0.23 - - [2026-04-20 16:59:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.027068 [API:8081]10.0.0.23 - - [2026-04-20 16:59:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.029069 [API:8081]10.0.0.23 - - [2026-04-20 16:59:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.026862 [API:8081]10.0.0.23 - - [2026-04-20 16:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.026195 [API:8081]10.0.0.23 - - [2026-04-20 16:59:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.037791 [API:8081]10.0.0.65 - - [2026-04-20 16:59:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091823 [API:8081]10.0.0.23 - - [2026-04-20 16:59:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25186 0.027594 [API:8081]10.0.0.23 - - [2026-04-20 16:59:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.028733 [API:8081]10.0.0.23 - - [2026-04-20 16:59:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25188 0.024118 [API:8081]10.0.0.23 - - [2026-04-20 16:59:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.028143 [API:8081]10.0.0.23 - - [2026-04-20 16:59:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25188 0.031914 [API:8081]10.0.0.23 - - [2026-04-20 16:59:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.026846 [API:8081]10.0.0.23 - - [2026-04-20 16:59:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25188 0.035293 [API:8081]10.0.0.23 - - [2026-04-20 16:59:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12975 0.042384 [API:8081]10.0.0.23 - - [2026-04-20 16:59:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25188 0.023949 [API:8081]10.0.0.23 - - [2026-04-20 16:59:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12580 0.042051 [API:8081]10.0.0.23 - - [2026-04-20 16:59:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-64873613:ctest-vnet0-86108851?flat HTTP/1.1" 200 8246 0.020433 [API:8081]10.0.0.23 - - [2026-04-20 16:59:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009681 [API:8081]10.0.0.23 - - [2026-04-20 16:59:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.011388 [API:8081]10.0.0.249 - - [2026-04-20 17:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.249 - - [2026-04-20 17:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.249 - - [2026-04-20 17:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000444 [API:8081]10.0.0.65 - - [2026-04-20 17:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000461 [API:8081]10.0.0.249 - - [2026-04-20 17:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.65 - - [2026-04-20 17:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000547 [API:8081]10.0.0.65 - - [2026-04-20 17:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.65 - - [2026-04-20 17:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2026-04-20 17:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.23 - - [2026-04-20 17:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-04-20 17:00:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-04-20 17:00:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000602 [API:8081]10.0.0.65 - - [2026-04-20 17:00:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.093710 [API:8081]10.0.0.23 - - [2026-04-20 17:01:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-04-20 17:01:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.088758 [API:8081]10.0.0.65 - - [2026-04-20 17:02:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100974 [API:8081]10.0.0.65 - - [2026-04-20 17:03:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.100312 [API:8081]10.0.0.23 - - [2026-04-20 17:03:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.035265 [API:8081]10.0.0.23 - - [2026-04-20 17:03:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13010 0.117061 [API:8081]10.0.0.23 - - [2026-04-20 17:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.121789 [API:8081]10.0.0.23 - - [2026-04-20 17:03:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13010 0.035127 [API:8081]10.0.0.23 - - [2026-04-20 17:03:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.034657 [API:8081]10.0.0.23 - - [2026-04-20 17:03:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12598 0.029953 [API:8081]10.0.0.23 - - [2026-04-20 17:03:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-84655670:ctest-vnet0-80230292?flat HTTP/1.1" 200 7198 0.015648 [API:8081]10.0.0.23 - - [2026-04-20 17:03:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013660 [API:8081]10.0.0.23 - - [2026-04-20 17:03:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-04-20 17:03:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.081462 [API:8081]10.0.0.23 - - [2026-04-20 17:03:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.23 - - [2026-04-20 17:04:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.109788 [API:8081]10.0.0.23 - - [2026-04-20 17:04:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.101586 [API:8081]10.0.0.23 - - [2026-04-20 17:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.101278 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:65fae0f0-c566-421d-b686-c399020536be?flat HTTP/1.1" 200 5242 0.017516 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:65fae0f0-c566-421d-b686-c399020536be?flat HTTP/1.1" 200 5242 0.016556 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:65fae0f0-c566-421d-b686-c399020536be?flat HTTP/1.1" 200 5242 0.021067 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-11675753:ctest-VN1-67246667?flat HTTP/1.1" 200 8568 0.025734 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.022953 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13321 0.030399 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.025163 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13321 0.025429 [API:8081]10.0.0.23 - - [2026-04-20 17:04:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011668 [API:8081]10.0.0.23 - - [2026-04-20 17:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:683ab2af-4142-4af5-bb3d-ab301f9d827e?flat HTTP/1.1" 200 5354 0.025794 [API:8081]10.0.0.23 - - [2026-04-20 17:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:683ab2af-4142-4af5-bb3d-ab301f9d827e?flat HTTP/1.1" 200 5354 0.022360 [API:8081]10.0.0.23 - - [2026-04-20 17:05:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:683ab2af-4142-4af5-bb3d-ab301f9d827e?flat HTTP/1.1" 200 5354 0.026851 [API:8081]10.0.0.23 - - [2026-04-20 17:05:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-11675753:ctest-VN2-37818456?flat HTTP/1.1" 200 8936 0.026571 [API:8081]10.0.0.23 - - [2026-04-20 17:05:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.030942 [API:8081]10.0.0.23 - - [2026-04-20 17:05:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12960 0.032194 [API:8081]10.0.0.23 - - [2026-04-20 17:05:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.032033 [API:8081]10.0.0.23 - - [2026-04-20 17:05:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12960 0.029393 [API:8081]10.0.0.23 - - [2026-04-20 17:05:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014169 [API:8081]10.0.0.23 - - [2026-04-20 17:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:c9b45d76-6afd-455e-8ee1-c4d518aba01b?flat HTTP/1.1" 200 5088 0.020834 [API:8081]10.0.0.23 - - [2026-04-20 17:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:c9b45d76-6afd-455e-8ee1-c4d518aba01b?flat HTTP/1.1" 200 5088 0.025988 [API:8081]10.0.0.23 - - [2026-04-20 17:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-11675753:c9b45d76-6afd-455e-8ee1-c4d518aba01b?flat HTTP/1.1" 200 5088 0.017869 [API:8081]10.0.0.23 - - [2026-04-20 17:05:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-11675753:ctest-VN3-83968168?flat HTTP/1.1" 200 7438 0.020721 [API:8081]10.0.0.23 - - [2026-04-20 17:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.029282 [API:8081]10.0.0.23 - - [2026-04-20 17:05:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13321 0.025064 [API:8081]10.0.0.23 - - [2026-04-20 17:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25203 0.028370 [API:8081]10.0.0.23 - - [2026-04-20 17:05:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13321 0.026370 [API:8081]10.0.0.23 - - [2026-04-20 17:05:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014350 [API:8081]10.0.0.249 - - [2026-04-20 17:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.249 - - [2026-04-20 17:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.249 - - [2026-04-20 17:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2026-04-20 17:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.249 - - [2026-04-20 17:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-04-20 17:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000448 [API:8081]10.0.0.65 - - [2026-04-20 17:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.65 - - [2026-04-20 17:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000516 [API:8081]10.0.0.23 - - [2026-04-20 17:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2026-04-20 17:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.23 - - [2026-04-20 17:05:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000535 [API:8081]10.0.0.23 - - [2026-04-20 17:05:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.65 - - [2026-04-20 17:05:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096342 [API:8081]10.0.0.23 - - [2026-04-20 17:05:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.028306 [API:8081]10.0.0.23 - - [2026-04-20 17:05:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13356 0.029941 [API:8081]10.0.0.23 - - [2026-04-20 17:05:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.026790 [API:8081]10.0.0.23 - - [2026-04-20 17:05:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13356 0.026710 [API:8081]10.0.0.23 - - [2026-04-20 17:06:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.038786 [API:8081]10.0.0.23 - - [2026-04-20 17:06:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.033991 [API:8081]10.0.0.23 - - [2026-04-20 17:06:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-11675753:ctest-VN3-83968168?flat HTTP/1.1" 200 6211 0.019774 [API:8081]10.0.0.23 - - [2026-04-20 17:06:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012395 [API:8081]10.0.0.23 - - [2026-04-20 17:06:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.026543 [API:8081]10.0.0.23 - - [2026-04-20 17:06:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.027578 [API:8081]10.0.0.23 - - [2026-04-20 17:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.032010 [API:8081]10.0.0.23 - - [2026-04-20 17:06:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.029380 [API:8081]10.0.0.23 - - [2026-04-20 17:06:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.051415 [API:8081]10.0.0.23 - - [2026-04-20 17:06:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.041692 [API:8081]10.0.0.23 - - [2026-04-20 17:06:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.045578 [API:8081]10.0.0.23 - - [2026-04-20 17:06:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.042192 [API:8081]10.0.0.23 - - [2026-04-20 17:06:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.030166 [API:8081]10.0.0.23 - - [2026-04-20 17:06:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.035608 [API:8081]10.0.0.23 - - [2026-04-20 17:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.030529 [API:8081]10.0.0.23 - - [2026-04-20 17:06:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.029123 [API:8081]10.0.0.65 - - [2026-04-20 17:06:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.100625 [API:8081]10.0.0.23 - - [2026-04-20 17:06:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.054107 [API:8081]10.0.0.23 - - [2026-04-20 17:06:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.034175 [API:8081]10.0.0.23 - - [2026-04-20 17:06:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.047922 [API:8081]10.0.0.23 - - [2026-04-20 17:06:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12961 0.035148 [API:8081]10.0.0.23 - - [2026-04-20 17:06:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.027628 [API:8081]10.0.0.23 - - [2026-04-20 17:06:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12745 0.027553 [API:8081]10.0.0.23 - - [2026-04-20 17:06:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-11675753:ctest-VN2-37818456?flat HTTP/1.1" 200 6556 0.016283 [API:8081]10.0.0.23 - - [2026-04-20 17:06:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011013 [API:8081]10.0.0.23 - - [2026-04-20 17:06:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.028251 [API:8081]10.0.0.23 - - [2026-04-20 17:06:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12988 0.026593 [API:8081]10.0.0.23 - - [2026-04-20 17:06:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.030481 [API:8081]10.0.0.23 - - [2026-04-20 17:06:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.029516 [API:8081]10.0.0.23 - - [2026-04-20 17:06:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.028350 [API:8081]10.0.0.23 - - [2026-04-20 17:06:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.033252 [API:8081]10.0.0.23 - - [2026-04-20 17:06:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.028106 [API:8081]10.0.0.23 - - [2026-04-20 17:06:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.026733 [API:8081]10.0.0.23 - - [2026-04-20 17:06:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.024686 [API:8081]10.0.0.23 - - [2026-04-20 17:06:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.028651 [API:8081]10.0.0.23 - - [2026-04-20 17:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.029612 [API:8081]10.0.0.23 - - [2026-04-20 17:06:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.036124 [API:8081]10.0.0.23 - - [2026-04-20 17:06:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.026420 [API:8081]10.0.0.23 - - [2026-04-20 17:06:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.026440 [API:8081]10.0.0.23 - - [2026-04-20 17:06:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.032036 [API:8081]10.0.0.23 - - [2026-04-20 17:06:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.027035 [API:8081]10.0.0.23 - - [2026-04-20 17:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.027389 [API:8081]10.0.0.23 - - [2026-04-20 17:06:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12989 0.026354 [API:8081]10.0.0.23 - - [2026-04-20 17:06:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25206 0.027336 [API:8081]10.0.0.23 - - [2026-04-20 17:06:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12601 0.023500 [API:8081]10.0.0.23 - - [2026-04-20 17:06:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-11675753:ctest-VN1-67246667?flat HTTP/1.1" 200 6773 0.015110 [API:8081]10.0.0.23 - - [2026-04-20 17:06:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010467 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004433 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004476 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006591 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004858 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004316 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003662 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005207 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005914 [API:8081]10.0.0.23 - - [2026-04-20 17:07:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-04-20 17:07:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.100087 [API:8081]10.0.0.23 - - [2026-04-20 17:07:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.099023 [API:8081]10.0.0.23 - - [2026-04-20 17:07:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.422618 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:741ae956-2d84-4c35-bc25-6bf7484554b9?flat HTTP/1.1" 200 5364 0.019447 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:741ae956-2d84-4c35-bc25-6bf7484554b9?flat HTTP/1.1" 200 5364 0.017188 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:741ae956-2d84-4c35-bc25-6bf7484554b9?flat HTTP/1.1" 200 5364 0.016426 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:741ae956-2d84-4c35-bc25-6bf7484554b9?flat HTTP/1.1" 200 5364 0.018854 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-76089714:ctest-VN1-90544268?flat HTTP/1.1" 200 9454 0.020814 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.025427 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13363 0.025307 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.026352 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13363 0.025789 [API:8081]10.0.0.23 - - [2026-04-20 17:08:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011898 [API:8081]10.0.0.65 - - [2026-04-20 17:08:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100757 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:548aa8c0-022f-492a-b87d-8783ec9f6072?flat HTTP/1.1" 200 5222 0.022694 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:548aa8c0-022f-492a-b87d-8783ec9f6072?flat HTTP/1.1" 200 5222 0.029447 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:548aa8c0-022f-492a-b87d-8783ec9f6072?flat HTTP/1.1" 200 5222 0.035823 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:548aa8c0-022f-492a-b87d-8783ec9f6072?flat HTTP/1.1" 200 5222 0.021039 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-76089714:ctest-VN2-25527180?flat HTTP/1.1" 200 8638 0.022102 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.034417 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12980 0.026921 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.027095 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12980 0.041845 [API:8081]10.0.0.23 - - [2026-04-20 17:08:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011734 [API:8081]10.0.0.23 - - [2026-04-20 17:08:25] "GET /analytics HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-04-20 17:08:25] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47?flat HTTP/1.1" 200 5218 0.021200 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47?flat HTTP/1.1" 200 5218 0.020827 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47?flat HTTP/1.1" 200 5218 0.016996 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-76089714:c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47?flat HTTP/1.1" 200 5218 0.020937 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-76089714:ctest-VN3-32951397?flat HTTP/1.1" 200 8203 0.026181 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.024567 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13363 0.027682 [API:8081]10.0.0.23 - - [2026-04-20 17:08:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.024852 [API:8081]10.0.0.23 - - [2026-04-20 17:08:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13363 0.029639 [API:8081]10.0.0.23 - - [2026-04-20 17:08:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013206 [API:8081]10.0.0.249 - - [2026-04-20 17:08:52] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.249 - - [2026-04-20 17:08:52] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.65 - - [2026-04-20 17:08:52] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-04-20 17:08:52] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.23 - - [2026-04-20 17:09:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.030200 [API:8081]10.0.0.23 - - [2026-04-20 17:09:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13367 0.027317 [API:8081]10.0.0.23 - - [2026-04-20 17:09:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.028671 [API:8081]10.0.0.23 - - [2026-04-20 17:09:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13367 0.028467 [API:8081]10.0.0.65 - - [2026-04-20 17:09:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.108624 [API:8081]10.0.0.23 - - [2026-04-20 17:09:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.059709 [API:8081]10.0.0.23 - - [2026-04-20 17:09:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13367 0.032551 [API:8081]10.0.0.23 - - [2026-04-20 17:09:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.044778 [API:8081]10.0.0.23 - - [2026-04-20 17:09:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13367 0.038337 [API:8081]10.0.0.23 - - [2026-04-20 17:09:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.030329 [API:8081]10.0.0.23 - - [2026-04-20 17:09:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13007 0.030328 [API:8081]10.0.0.23 - - [2026-04-20 17:09:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-76089714:ctest-VN3-32951397?flat HTTP/1.1" 200 6964 0.019220 [API:8081]10.0.0.23 - - [2026-04-20 17:09:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011458 [API:8081]10.0.0.23 - - [2026-04-20 17:09:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.028616 [API:8081]10.0.0.23 - - [2026-04-20 17:09:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12967 0.036409 [API:8081]10.0.0.23 - - [2026-04-20 17:09:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.028038 [API:8081]10.0.0.23 - - [2026-04-20 17:09:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.030879 [API:8081]10.0.0.23 - - [2026-04-20 17:09:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.028521 [API:8081]10.0.0.23 - - [2026-04-20 17:09:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.026089 [API:8081]10.0.0.23 - - [2026-04-20 17:09:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.029668 [API:8081]10.0.0.23 - - [2026-04-20 17:09:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.028322 [API:8081]10.0.0.23 - - [2026-04-20 17:09:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.047460 [API:8081]10.0.0.23 - - [2026-04-20 17:09:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.037462 [API:8081]10.0.0.23 - - [2026-04-20 17:09:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.030362 [API:8081]10.0.0.23 - - [2026-04-20 17:09:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.028560 [API:8081]10.0.0.23 - - [2026-04-20 17:09:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.029760 [API:8081]10.0.0.23 - - [2026-04-20 17:09:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.030843 [API:8081]10.0.0.23 - - [2026-04-20 17:09:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023578 [API:8081]10.0.0.23 - - [2026-04-20 17:09:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.027811 [API:8081]10.0.0.23 - - [2026-04-20 17:09:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.032539 [API:8081]10.0.0.23 - - [2026-04-20 17:09:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12966 0.031150 [API:8081]10.0.0.23 - - [2026-04-20 17:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.029827 [API:8081]10.0.0.23 - - [2026-04-20 17:10:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12560 0.036166 [API:8081]10.0.0.23 - - [2026-04-20 17:10:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-76089714:ctest-VN2-25527180?flat HTTP/1.1" 200 7314 0.024234 [API:8081]10.0.0.23 - - [2026-04-20 17:10:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012460 [API:8081]10.0.0.23 - - [2026-04-20 17:10:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.029699 [API:8081]10.0.0.23 - - [2026-04-20 17:10:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.028865 [API:8081]10.0.0.23 - - [2026-04-20 17:10:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.028623 [API:8081]10.0.0.23 - - [2026-04-20 17:10:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.027522 [API:8081]10.0.0.249 - - [2026-04-20 17:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.249 - - [2026-04-20 17:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000668 [API:8081]10.0.0.249 - - [2026-04-20 17:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-04-20 17:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.249 - - [2026-04-20 17:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.65 - - [2026-04-20 17:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.65 - - [2026-04-20 17:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.65 - - [2026-04-20 17:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-04-20 17:10:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.028246 [API:8081]10.0.0.23 - - [2026-04-20 17:10:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.031670 [API:8081]10.0.0.23 - - [2026-04-20 17:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2026-04-20 17:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000583 [API:8081]10.0.0.23 - - [2026-04-20 17:10:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.23 - - [2026-04-20 17:10:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.23 - - [2026-04-20 17:10:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.029482 [API:8081]10.0.0.23 - - [2026-04-20 17:10:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.026770 [API:8081]10.0.0.23 - - [2026-04-20 17:10:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.025769 [API:8081]10.0.0.23 - - [2026-04-20 17:10:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.029494 [API:8081]10.0.0.23 - - [2026-04-20 17:10:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.028239 [API:8081]10.0.0.23 - - [2026-04-20 17:10:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.030356 [API:8081]10.0.0.23 - - [2026-04-20 17:10:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.028550 [API:8081]10.0.0.23 - - [2026-04-20 17:10:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.025692 [API:8081]10.0.0.23 - - [2026-04-20 17:10:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.039940 [API:8081]10.0.0.23 - - [2026-04-20 17:10:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.033500 [API:8081]10.0.0.23 - - [2026-04-20 17:10:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.027348 [API:8081]10.0.0.23 - - [2026-04-20 17:10:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13004 0.030455 [API:8081]10.0.0.23 - - [2026-04-20 17:10:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25217 0.028155 [API:8081]10.0.0.23 - - [2026-04-20 17:10:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12596 0.023075 [API:8081]10.0.0.23 - - [2026-04-20 17:10:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-76089714:ctest-VN1-90544268?flat HTTP/1.1" 200 7647 0.016329 [API:8081]10.0.0.23 - - [2026-04-20 17:10:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012374 [API:8081]10.0.0.23 - - [2026-04-20 17:10:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2026-04-20 17:10:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.080074 [API:8081]10.0.0.23 - - [2026-04-20 17:10:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.111538 [API:8081]10.0.0.65 - - [2026-04-20 17:11:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127892 [API:8081]10.0.0.65 - - [2026-04-20 17:12:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.137116 [API:8081]10.0.0.23 - - [2026-04-20 17:12:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.23 - - [2026-04-20 17:12:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1570 0.074272 [API:8081]10.0.0.65 - - [2026-04-20 17:14:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085611 [API:8081]10.0.0.23 - - [2026-04-20 17:15:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.106021 [API:8081]10.0.0.23 - - [2026-04-20 17:15:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.031862 [API:8081]10.0.0.23 - - [2026-04-20 17:15:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.134493 [API:8081]10.0.0.23 - - [2026-04-20 17:15:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.031591 [API:8081]10.0.0.249 - - [2026-04-20 17:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.249 - - [2026-04-20 17:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.249 - - [2026-04-20 17:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.65 - - [2026-04-20 17:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.249 - - [2026-04-20 17:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.65 - - [2026-04-20 17:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-04-20 17:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.029361 [API:8081]10.0.0.23 - - [2026-04-20 17:15:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.034521 [API:8081]10.0.0.65 - - [2026-04-20 17:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-04-20 17:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.23 - - [2026-04-20 17:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-04-20 17:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2026-04-20 17:15:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-04-20 17:15:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-04-20 17:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.028667 [API:8081]10.0.0.23 - - [2026-04-20 17:15:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.027214 [API:8081]10.0.0.23 - - [2026-04-20 17:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.024494 [API:8081]10.0.0.23 - - [2026-04-20 17:15:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.027471 [API:8081]10.0.0.23 - - [2026-04-20 17:15:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.025761 [API:8081]10.0.0.23 - - [2026-04-20 17:15:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.026086 [API:8081]10.0.0.23 - - [2026-04-20 17:15:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.027370 [API:8081]10.0.0.23 - - [2026-04-20 17:15:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.029165 [API:8081]10.0.0.23 - - [2026-04-20 17:15:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.033381 [API:8081]10.0.0.23 - - [2026-04-20 17:15:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.032159 [API:8081]10.0.0.23 - - [2026-04-20 17:15:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.026129 [API:8081]10.0.0.23 - - [2026-04-20 17:15:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13032 0.043781 [API:8081]10.0.0.65 - - [2026-04-20 17:15:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.121070 [API:8081]10.0.0.23 - - [2026-04-20 17:15:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.048368 [API:8081]10.0.0.23 - - [2026-04-20 17:15:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12579 0.032404 [API:8081]10.0.0.23 - - [2026-04-20 17:15:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-15751005:ctest-vnet0-21715676?flat HTTP/1.1" 200 7967 0.026852 [API:8081]10.0.0.23 - - [2026-04-20 17:15:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014501 [API:8081]10.0.0.23 - - [2026-04-20 17:15:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.23 - - [2026-04-20 17:15:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.087298 [API:8081]10.0.0.23 - - [2026-04-20 17:15:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.120572 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004142 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003726 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003846 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003859 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005206 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004220 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005374 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:17:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004271 [API:8081]10.0.0.65 - - [2026-04-20 17:17:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089669 [API:8081]10.0.0.23 - - [2026-04-20 17:18:25] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-04-20 17:18:25] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.65 - - [2026-04-20 17:18:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.092135 [API:8081]10.0.0.23 - - [2026-04-20 17:18:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.025673 [API:8081]10.0.0.23 - - [2026-04-20 17:18:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13004 0.099364 [API:8081]10.0.0.23 - - [2026-04-20 17:18:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.028393 [API:8081]10.0.0.23 - - [2026-04-20 17:18:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13004 0.026743 [API:8081]10.0.0.23 - - [2026-04-20 17:18:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.024124 [API:8081]10.0.0.23 - - [2026-04-20 17:18:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13004 0.025651 [API:8081]10.0.0.249 - - [2026-04-20 17:18:52] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.249 - - [2026-04-20 17:18:52] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.65 - - [2026-04-20 17:18:52] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.65 - - [2026-04-20 17:18:52] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.23 - - [2026-04-20 17:18:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.024092 [API:8081]10.0.0.23 - - [2026-04-20 17:18:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13004 0.026047 [API:8081]10.0.0.23 - - [2026-04-20 17:18:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.028415 [API:8081]10.0.0.23 - - [2026-04-20 17:18:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13004 0.032922 [API:8081]10.0.0.23 - - [2026-04-20 17:18:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.027582 [API:8081]10.0.0.23 - - [2026-04-20 17:18:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12592 0.028301 [API:8081]10.0.0.23 - - [2026-04-20 17:18:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-28827979:ctest-vnet1-74920702?flat HTTP/1.1" 200 7307 0.016089 [API:8081]10.0.0.23 - - [2026-04-20 17:18:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.014524 [API:8081]10.0.0.23 - - [2026-04-20 17:19:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.052281 [API:8081]10.0.0.23 - - [2026-04-20 17:19:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.027836 [API:8081]10.0.0.23 - - [2026-04-20 17:19:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.030475 [API:8081]10.0.0.23 - - [2026-04-20 17:19:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.027717 [API:8081]10.0.0.23 - - [2026-04-20 17:19:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.028404 [API:8081]10.0.0.23 - - [2026-04-20 17:19:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.026168 [API:8081]10.0.0.23 - - [2026-04-20 17:19:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.029852 [API:8081]10.0.0.23 - - [2026-04-20 17:19:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.026664 [API:8081]10.0.0.23 - - [2026-04-20 17:19:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.025960 [API:8081]10.0.0.23 - - [2026-04-20 17:19:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.029723 [API:8081]10.0.0.23 - - [2026-04-20 17:19:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.026550 [API:8081]10.0.0.23 - - [2026-04-20 17:19:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.026397 [API:8081]10.0.0.23 - - [2026-04-20 17:19:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.024990 [API:8081]10.0.0.23 - - [2026-04-20 17:19:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.029232 [API:8081]10.0.0.23 - - [2026-04-20 17:19:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.044945 [API:8081]10.0.0.23 - - [2026-04-20 17:19:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.037131 [API:8081]10.0.0.23 - - [2026-04-20 17:19:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.031393 [API:8081]10.0.0.23 - - [2026-04-20 17:19:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13011 0.030292 [API:8081]10.0.0.23 - - [2026-04-20 17:19:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25240 0.033036 [API:8081]10.0.0.23 - - [2026-04-20 17:19:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12604 0.025948 [API:8081]10.0.0.23 - - [2026-04-20 17:19:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-28827979:ctest-vnet0-43317225?flat HTTP/1.1" 200 6958 0.014603 [API:8081]10.0.0.23 - - [2026-04-20 17:19:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011255 [API:8081]10.0.0.23 - - [2026-04-20 17:19:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.23 - - [2026-04-20 17:19:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.098084 [API:8081]10.0.0.23 - - [2026-04-20 17:19:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.077150 [API:8081]10.0.0.249 - - [2026-04-20 17:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.249 - - [2026-04-20 17:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.249 - - [2026-04-20 17:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2026-04-20 17:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000428 [API:8081]10.0.0.249 - - [2026-04-20 17:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.65 - - [2026-04-20 17:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-04-20 17:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.65 - - [2026-04-20 17:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-20 17:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000720 [API:8081]10.0.0.23 - - [2026-04-20 17:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.23 - - [2026-04-20 17:20:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-04-20 17:20:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.65 - - [2026-04-20 17:20:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086915 [API:8081]10.0.0.65 - - [2026-04-20 17:21:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.082358 [API:8081]10.0.0.23 - - [2026-04-20 17:22:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.029045 [API:8081]10.0.0.23 - - [2026-04-20 17:22:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 12589 0.116796 [API:8081]10.0.0.23 - - [2026-04-20 17:22:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-16177042:ctest-vnet1-58281156?flat HTTP/1.1" 200 8069 0.016608 [API:8081]10.0.0.23 - - [2026-04-20 17:22:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.017127 [API:8081]10.0.0.23 - - [2026-04-20 17:23:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.045619 [API:8081]10.0.0.23 - - [2026-04-20 17:23:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.045195 [API:8081]10.0.0.23 - - [2026-04-20 17:23:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.029408 [API:8081]10.0.0.23 - - [2026-04-20 17:23:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.032725 [API:8081]10.0.0.23 - - [2026-04-20 17:23:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.027627 [API:8081]10.0.0.23 - - [2026-04-20 17:23:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.029197 [API:8081]10.0.0.23 - - [2026-04-20 17:23:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.026441 [API:8081]10.0.0.23 - - [2026-04-20 17:23:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.034837 [API:8081]10.0.0.23 - - [2026-04-20 17:23:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.026527 [API:8081]10.0.0.23 - - [2026-04-20 17:23:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.029448 [API:8081]10.0.0.23 - - [2026-04-20 17:23:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.028009 [API:8081]10.0.0.23 - - [2026-04-20 17:23:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.032017 [API:8081]10.0.0.23 - - [2026-04-20 17:23:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.027972 [API:8081]10.0.0.23 - - [2026-04-20 17:23:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.030823 [API:8081]10.0.0.23 - - [2026-04-20 17:23:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.042145 [API:8081]10.0.0.23 - - [2026-04-20 17:23:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.048350 [API:8081]10.0.0.23 - - [2026-04-20 17:23:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.025284 [API:8081]10.0.0.23 - - [2026-04-20 17:23:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13039 0.025552 [API:8081]10.0.0.23 - - [2026-04-20 17:23:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25250 0.025981 [API:8081]10.0.0.23 - - [2026-04-20 17:23:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 12596 0.029522 [API:8081]10.0.0.23 - - [2026-04-20 17:23:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-16177042:ctest-vnet0-06056889?flat HTTP/1.1" 200 7706 0.016905 [API:8081]10.0.0.23 - - [2026-04-20 17:23:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.018322 [API:8081]10.0.0.65 - - [2026-04-20 17:23:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.128376 [API:8081]10.0.0.65 - - [2026-04-20 17:24:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.096386 [API:8081]10.0.0.249 - - [2026-04-20 17:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.249 - - [2026-04-20 17:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.249 - - [2026-04-20 17:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.65 - - [2026-04-20 17:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.249 - - [2026-04-20 17:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.65 - - [2026-04-20 17:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2026-04-20 17:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.65 - - [2026-04-20 17:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-04-20 17:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-04-20 17:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000993 [API:8081]10.0.0.23 - - [2026-04-20 17:25:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-04-20 17:25:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2026-04-20 17:26:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108609 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004302 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006211 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.008366 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.018591 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007321 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008878 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009389 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:27:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009453 [API:8081]10.0.0.65 - - [2026-04-20 17:27:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069578 [API:8081]10.0.0.23 - - [2026-04-20 17:28:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-20 17:28:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.079059 [API:8081]10.0.0.23 - - [2026-04-20 17:28:25] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2026-04-20 17:28:25] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.249 - - [2026-04-20 17:28:52] "GET /analytics HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.249 - - [2026-04-20 17:28:52] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.65 - - [2026-04-20 17:28:52] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2026-04-20 17:28:52] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.65 - - [2026-04-20 17:29:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091121 [API:8081]10.0.0.23 - - [2026-04-20 17:29:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.086464 [API:8081]10.0.0.249 - - [2026-04-20 17:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.249 - - [2026-04-20 17:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.249 - - [2026-04-20 17:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.65 - - [2026-04-20 17:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-04-20 17:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2026-04-20 17:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.65 - - [2026-04-20 17:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.65 - - [2026-04-20 17:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-04-20 17:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.23 - - [2026-04-20 17:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2026-04-20 17:30:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000460 [API:8081]10.0.0.23 - - [2026-04-20 17:30:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.65 - - [2026-04-20 17:30:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.088536 [API:8081]10.0.0.23 - - [2026-04-20 17:32:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2026-04-20 17:32:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.086217 [API:8081]10.0.0.65 - - [2026-04-20 17:32:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.122771 [API:8081]10.0.0.23 - - [2026-04-20 17:33:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:693d0d2e-3e84-453f-8bc3-b066304efee5?flat HTTP/1.1" 200 5822 0.108990 [API:8081]10.0.0.23 - - [2026-04-20 17:33:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:693d0d2e-3e84-453f-8bc3-b066304efee5?flat HTTP/1.1" 200 5822 0.023768 [API:8081]10.0.0.23 - - [2026-04-20 17:33:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:693d0d2e-3e84-453f-8bc3-b066304efee5?flat HTTP/1.1" 200 5822 0.082834 [API:8081]10.0.0.23 - - [2026-04-20 17:33:28] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147-42774897?flat HTTP/1.1" 200 10791 0.028166 [API:8081]10.0.0.23 - - [2026-04-20 17:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.025607 [API:8081]10.0.0.23 - - [2026-04-20 17:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13187 0.026160 [API:8081]10.0.0.23 - - [2026-04-20 17:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25258 0.031778 [API:8081]10.0.0.23 - - [2026-04-20 17:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13187 0.034374 [API:8081]10.0.0.23 - - [2026-04-20 17:33:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012262 [API:8081]10.0.0.65 - - [2026-04-20 17:33:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.094341 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:e5d10ee7-0794-4201-90ea-f6723d85ba62?flat HTTP/1.1" 200 5686 0.017362 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:e5d10ee7-0794-4201-90ea-f6723d85ba62?flat HTTP/1.1" 200 5686 0.017861 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:e5d10ee7-0794-4201-90ea-f6723d85ba62?flat HTTP/1.1" 200 5686 0.015569 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147:ctest-SecurityGroupBasicRegressionTests1Ipv6-90883147-42774897?flat HTTP/1.1" 200 10810 0.021405 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.026813 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13205 0.024886 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.027368 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13205 0.029510 [API:8081]10.0.0.23 - - [2026-04-20 17:33:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011982 [API:8081]10.0.0.249 - - [2026-04-20 17:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.249 - - [2026-04-20 17:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.249 - - [2026-04-20 17:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2026-04-20 17:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.249 - - [2026-04-20 17:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.65 - - [2026-04-20 17:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000497 [API:8081]10.0.0.65 - - [2026-04-20 17:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2026-04-20 17:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2026-04-20 17:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-04-20 17:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-04-20 17:35:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-20 17:35:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.65 - - [2026-04-20 17:35:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100564 [API:8081]10.0.0.65 - - [2026-04-20 17:36:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.093136 [API:8081]10.0.0.23 - - [2026-04-20 17:36:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2026-04-20 17:36:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.082688 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005506 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003969 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007361 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006768 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.011391 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006790 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005109 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:37:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004597 [API:8081]10.0.0.23 - - [2026-04-20 17:37:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:8d314d53-c800-4dfd-93e0-65ca782239d1?flat HTTP/1.1" 200 5810 0.451886 [API:8081]10.0.0.23 - - [2026-04-20 17:37:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:8d314d53-c800-4dfd-93e0-65ca782239d1?flat HTTP/1.1" 200 5810 0.205898 [API:8081]10.0.0.23 - - [2026-04-20 17:37:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:8d314d53-c800-4dfd-93e0-65ca782239d1?flat HTTP/1.1" 200 5810 0.018574 [API:8081]10.0.0.23 - - [2026-04-20 17:37:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195-03289116?flat HTTP/1.1" 200 10446 0.026318 [API:8081]10.0.0.23 - - [2026-04-20 17:37:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.032819 [API:8081]10.0.0.23 - - [2026-04-20 17:37:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13821 0.030098 [API:8081]10.0.0.23 - - [2026-04-20 17:37:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.033473 [API:8081]10.0.0.23 - - [2026-04-20 17:37:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13821 0.036034 [API:8081]10.0.0.23 - - [2026-04-20 17:37:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.014792 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:ff736103-0991-4a14-a763-4254d0c71b13?flat HTTP/1.1" 200 5931 0.019732 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:ff736103-0991-4a14-a763-4254d0c71b13?flat HTTP/1.1" 200 5931 0.017448 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:ff736103-0991-4a14-a763-4254d0c71b13?flat HTTP/1.1" 200 5931 0.017561 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195-03289116?flat HTTP/1.1" 200 12984 0.028391 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.028883 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13813 0.033791 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.027295 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13813 0.029877 [API:8081]10.0.0.23 - - [2026-04-20 17:38:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.014421 [API:8081]10.0.0.23 - - [2026-04-20 17:38:25] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-20 17:38:25] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.65 - - [2026-04-20 17:38:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089139 [API:8081]10.0.0.249 - - [2026-04-20 17:38:52] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.249 - - [2026-04-20 17:38:52] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.65 - - [2026-04-20 17:38:52] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2026-04-20 17:38:52] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.23 - - [2026-04-20 17:39:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.026383 [API:8081]10.0.0.23 - - [2026-04-20 17:39:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13814 0.035339 [API:8081]10.0.0.65 - - [2026-04-20 17:39:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.082586 [API:8081]10.0.0.23 - - [2026-04-20 17:39:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.027470 [API:8081]10.0.0.23 - - [2026-04-20 17:39:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13814 0.026732 [API:8081]10.0.0.23 - - [2026-04-20 17:39:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.026316 [API:8081]10.0.0.23 - - [2026-04-20 17:39:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13814 0.029107 [API:8081]10.0.0.23 - - [2026-04-20 17:39:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.027489 [API:8081]10.0.0.23 - - [2026-04-20 17:39:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13814 0.027489 [API:8081]10.0.0.23 - - [2026-04-20 17:40:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.039169 [API:8081]10.0.0.23 - - [2026-04-20 17:40:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13215 0.079282 [API:8081]10.0.0.23 - - [2026-04-20 17:40:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195-03289116?flat HTTP/1.1" 200 11642 0.048679 [API:8081]10.0.0.23 - - [2026-04-20 17:40:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.023667 [API:8081]10.0.0.23 - - [2026-04-20 17:40:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.028706 [API:8081]10.0.0.23 - - [2026-04-20 17:40:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.027823 [API:8081]10.0.0.23 - - [2026-04-20 17:40:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.037162 [API:8081]10.0.0.23 - - [2026-04-20 17:40:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.028259 [API:8081]10.0.0.249 - - [2026-04-20 17:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.249 - - [2026-04-20 17:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.249 - - [2026-04-20 17:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.65 - - [2026-04-20 17:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.249 - - [2026-04-20 17:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-04-20 17:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.65 - - [2026-04-20 17:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-04-20 17:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-04-20 17:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2026-04-20 17:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-04-20 17:40:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.026596 [API:8081]10.0.0.23 - - [2026-04-20 17:40:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.026909 [API:8081]10.0.0.23 - - [2026-04-20 17:40:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2026-04-20 17:40:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-04-20 17:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.029060 [API:8081]10.0.0.23 - - [2026-04-20 17:40:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.027806 [API:8081]10.0.0.23 - - [2026-04-20 17:40:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.036660 [API:8081]10.0.0.23 - - [2026-04-20 17:40:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.031751 [API:8081]10.0.0.23 - - [2026-04-20 17:40:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.026072 [API:8081]10.0.0.23 - - [2026-04-20 17:40:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.025801 [API:8081]10.0.0.23 - - [2026-04-20 17:40:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.026798 [API:8081]10.0.0.23 - - [2026-04-20 17:40:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.031096 [API:8081]10.0.0.23 - - [2026-04-20 17:40:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.059913 [API:8081]10.0.0.23 - - [2026-04-20 17:40:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13800 0.045045 [API:8081]10.0.0.23 - - [2026-04-20 17:40:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.031918 [API:8081]10.0.0.23 - - [2026-04-20 17:40:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13222 0.024941 [API:8081]10.0.0.23 - - [2026-04-20 17:40:29] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195:ctest-SecurityGroupBasicRegressionTests1_contrail-55710195-03289116?flat HTTP/1.1" 200 8432 0.016197 [API:8081]10.0.0.23 - - [2026-04-20 17:40:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.015153 [API:8081]10.0.0.23 - - [2026-04-20 17:40:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2026-04-20 17:40:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1590 0.092855 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:1f9b280d-1615-4b44-a51c-7fbc1783ab46?flat HTTP/1.1" 200 5689 0.110819 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:1f9b280d-1615-4b44-a51c-7fbc1783ab46?flat HTTP/1.1" 200 5689 0.082650 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:1f9b280d-1615-4b44-a51c-7fbc1783ab46?flat HTTP/1.1" 200 5689 0.017133 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:ctest-SecurityGroupBasicRegressionTests1-36290714-09077673?flat HTTP/1.1" 200 9939 0.020996 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.026275 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13774 0.026714 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25261 0.031818 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13774 0.028416 [API:8081]10.0.0.23 - - [2026-04-20 17:41:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012395 [API:8081]10.0.0.65 - - [2026-04-20 17:41:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080077 [API:8081]10.0.0.23 - - [2026-04-20 17:41:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:5f8749f3-ba2c-48b6-9b3b-8e6008d3cc9c?flat HTTP/1.1" 200 5545 0.019892 [API:8081]10.0.0.23 - - [2026-04-20 17:41:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:5f8749f3-ba2c-48b6-9b3b-8e6008d3cc9c?flat HTTP/1.1" 200 5545 0.020549 [API:8081]10.0.0.23 - - [2026-04-20 17:41:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:5f8749f3-ba2c-48b6-9b3b-8e6008d3cc9c?flat HTTP/1.1" 200 5545 0.019388 [API:8081]10.0.0.23 - - [2026-04-20 17:41:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-36290714:ctest-SecurityGroupBasicRegressionTests1-36290714-09077673?flat HTTP/1.1" 200 9941 0.026350 [API:8081]10.0.0.23 - - [2026-04-20 17:41:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.029885 [API:8081]10.0.0.23 - - [2026-04-20 17:41:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13735 0.034047 [API:8081]10.0.0.23 - - [2026-04-20 17:41:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.028932 [API:8081]10.0.0.23 - - [2026-04-20 17:41:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13735 0.026813 [API:8081]10.0.0.23 - - [2026-04-20 17:41:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.013106 [API:8081]10.0.0.65 - - [2026-04-20 17:42:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.105150 [API:8081]10.0.0.65 - - [2026-04-20 17:44:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.451195 [API:8081]10.0.0.23 - - [2026-04-20 17:45:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.23 - - [2026-04-20 17:45:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2016 0.087043 [API:8081]10.0.0.23 - - [2026-04-20 17:45:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.088892 [API:8081]10.0.0.249 - - [2026-04-20 17:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.249 - - [2026-04-20 17:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-04-20 17:45:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2442 0.166934 [API:8081]10.0.0.249 - - [2026-04-20 17:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.65 - - [2026-04-20 17:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.249 - - [2026-04-20 17:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2026-04-20 17:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.65 - - [2026-04-20 17:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2026-04-20 17:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-04-20 17:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.23 - - [2026-04-20 17:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000508 [API:8081]10.0.0.23 - - [2026-04-20 17:45:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-04-20 17:45:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-04-20 17:45:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2016 0.012190 [API:8081]10.0.0.23 - - [2026-04-20 17:45:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.011326 [API:8081]10.0.0.23 - - [2026-04-20 17:45:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2442 0.019018 [API:8081]10.0.0.23 - - [2026-04-20 17:45:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2452 0.010442 [API:8081]10.0.0.23 - - [2026-04-20 17:45:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2678 0.010361 [API:8081]10.0.0.23 - - [2026-04-20 17:45:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2026-04-20 17:45:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.082801 [API:8081]10.0.0.23 - - [2026-04-20 17:45:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2018 0.103779 [API:8081]10.0.0.23 - - [2026-04-20 17:45:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2236 0.096528 [API:8081]10.0.0.65 - - [2026-04-20 17:45:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.170341 [API:8081]10.0.0.23 - - [2026-04-20 17:46:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2236 0.011908 [API:8081]10.0.0.23 - - [2026-04-20 17:46:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2448 0.012419 [API:8081]10.0.0.23 - - [2026-04-20 17:46:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2662 0.011577 [API:8081]10.0.0.23 - - [2026-04-20 17:46:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.23 - - [2026-04-20 17:46:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2232 0.118855 [API:8081]10.0.0.23 - - [2026-04-20 17:46:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.107665 [API:8081]10.0.0.23 - - [2026-04-20 17:46:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.100963 [API:8081]10.0.0.23 - - [2026-04-20 17:46:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.011448 [API:8081]10.0.0.23 - - [2026-04-20 17:46:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2006 0.011065 [API:8081]10.0.0.23 - - [2026-04-20 17:46:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.011708 [API:8081]10.0.0.23 - - [2026-04-20 17:46:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2436 0.019408 [API:8081]10.0.0.23 - - [2026-04-20 17:46:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2658 0.012179 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005911 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006833 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.008086 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005913 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.010550 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004736 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005803 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:47:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005186 [API:8081]10.0.0.23 - - [2026-04-20 17:47:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-04-20 17:47:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1804 0.085382 [API:8081]10.0.0.23 - - [2026-04-20 17:47:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.079080 [API:8081]10.0.0.23 - - [2026-04-20 17:47:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2240 0.086977 [API:8081]10.0.0.23 - - [2026-04-20 17:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2472 0.026359 [API:8081]10.0.0.23 - - [2026-04-20 17:47:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2706 0.014395 [API:8081]10.0.0.65 - - [2026-04-20 17:47:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086873 [API:8081]10.0.0.23 - - [2026-04-20 17:48:25] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-20 17:48:25] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.249 - - [2026-04-20 17:48:52] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.249 - - [2026-04-20 17:48:52] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.65 - - [2026-04-20 17:48:52] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2026-04-20 17:48:52] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2026-04-20 17:48:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.080568 [API:8081]10.0.0.249 - - [2026-04-20 17:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.249 - - [2026-04-20 17:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.249 - - [2026-04-20 17:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.65 - - [2026-04-20 17:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.249 - - [2026-04-20 17:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2026-04-20 17:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.65 - - [2026-04-20 17:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2026-04-20 17:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-04-20 17:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-04-20 17:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-04-20 17:50:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-20 17:50:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-04-20 17:50:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.131896 [API:8081]10.0.0.65 - - [2026-04-20 17:52:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.106258 [API:8081]10.0.0.65 - - [2026-04-20 17:54:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124730 [API:8081]10.0.0.23 - - [2026-04-20 17:54:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2026-04-20 17:54:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2020 0.082389 [API:8081]10.0.0.23 - - [2026-04-20 17:54:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2230 0.099763 [API:8081]10.0.0.65 - - [2026-04-20 17:55:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.091575 [API:8081]10.0.0.249 - - [2026-04-20 17:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001157 [API:8081]10.0.0.249 - - [2026-04-20 17:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000473 [API:8081]10.0.0.249 - - [2026-04-20 17:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-04-20 17:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.249 - - [2026-04-20 17:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-04-20 17:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.65 - - [2026-04-20 17:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.65 - - [2026-04-20 17:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-20 17:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-04-20 17:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-20 17:55:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-04-20 17:55:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.65 - - [2026-04-20 17:57:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086816 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004692 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004541 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004467 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003896 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004749 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004114 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003601 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 17:57:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003453 [API:8081]10.0.0.65 - - [2026-04-20 17:58:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.304331 [API:8081]10.0.0.23 - - [2026-04-20 17:58:25] "GET /analytics HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.23 - - [2026-04-20 17:58:25] "GET /analytics HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.249 - - [2026-04-20 17:58:52] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.249 - - [2026-04-20 17:58:52] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.65 - - [2026-04-20 17:58:52] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.65 - - [2026-04-20 17:58:52] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.23 - - [2026-04-20 17:59:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-04-20 17:59:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.096923 [API:8081]10.0.0.23 - - [2026-04-20 17:59:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.23 - - [2026-04-20 17:59:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2018 0.086961 [API:8081]10.0.0.65 - - [2026-04-20 18:00:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.096974 [API:8081]10.0.0.249 - - [2026-04-20 18:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.249 - - [2026-04-20 18:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.249 - - [2026-04-20 18:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-04-20 18:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.249 - - [2026-04-20 18:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-04-20 18:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.65 - - [2026-04-20 18:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.65 - - [2026-04-20 18:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.23 - - [2026-04-20 18:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.23 - - [2026-04-20 18:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2026-04-20 18:00:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.23 - - [2026-04-20 18:00:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.65 - - [2026-04-20 18:01:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.120078 [API:8081]10.0.0.65 - - [2026-04-20 18:03:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087579 [API:8081]10.0.0.65 - - [2026-04-20 18:04:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.091308 [API:8081]10.0.0.249 - - [2026-04-20 18:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.249 - - [2026-04-20 18:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.249 - - [2026-04-20 18:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.65 - - [2026-04-20 18:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.249 - - [2026-04-20 18:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.65 - - [2026-04-20 18:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-04-20 18:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.65 - - [2026-04-20 18:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-04-20 18:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-04-20 18:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-04-20 18:05:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-04-20 18:05:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-04-20 18:05:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.23 - - [2026-04-20 18:05:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1792 0.082213 [API:8081]10.0.0.65 - - [2026-04-20 18:06:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.137956 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003775 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003772 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003902 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007300 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004525 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003899 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004167 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004223 [API:8081]10.0.0.65 - - [2026-04-20 18:07:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.090749 [API:8081]10.0.0.23 - - [2026-04-20 18:08:25] "GET /analytics HTTP/1.1" 401 205 0.000415 [API:8081]10.0.0.23 - - [2026-04-20 18:08:25] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.249 - - [2026-04-20 18:08:52] "GET /analytics HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.249 - - [2026-04-20 18:08:52] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.65 - - [2026-04-20 18:08:52] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-04-20 18:08:52] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-04-20 18:09:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082330 [API:8081]10.0.0.249 - - [2026-04-20 18:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.249 - - [2026-04-20 18:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.249 - - [2026-04-20 18:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-04-20 18:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.249 - - [2026-04-20 18:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2026-04-20 18:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000482 [API:8081]10.0.0.65 - - [2026-04-20 18:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.65 - - [2026-04-20 18:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2026-04-20 18:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.23 - - [2026-04-20 18:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-04-20 18:10:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.23 - - [2026-04-20 18:10:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.65 - - [2026-04-20 18:10:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.111032 [API:8081]10.0.0.23 - - [2026-04-20 18:11:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-00782156:908bf734-dc1a-47b7-a17f-e2943712b0d2?flat HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-04-20 18:11:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-00782156:908bf734-dc1a-47b7-a17f-e2943712b0d2?flat HTTP/1.1" 200 5255 0.099950 [API:8081]10.0.0.23 - - [2026-04-20 18:11:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-00782156:908bf734-dc1a-47b7-a17f-e2943712b0d2?flat HTTP/1.1" 200 5255 0.099986 [API:8081]10.0.0.23 - - [2026-04-20 18:11:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-00782156:908bf734-dc1a-47b7-a17f-e2943712b0d2?flat HTTP/1.1" 200 5255 0.115980 [API:8081]10.0.0.23 - - [2026-04-20 18:11:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-00782156:ctest-random-64163476?flat HTTP/1.1" 200 4962 0.032125 [API:8081]10.0.0.23 - - [2026-04-20 18:11:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.028891 [API:8081]10.0.0.23 - - [2026-04-20 18:11:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14124 0.028040 [API:8081]10.0.0.23 - - [2026-04-20 18:11:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.026467 [API:8081]10.0.0.23 - - [2026-04-20 18:11:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14124 0.031233 [API:8081]10.0.0.23 - - [2026-04-20 18:11:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.015699 [API:8081]10.0.0.23 - - [2026-04-20 18:11:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1798 0.011366 [API:8081]10.0.0.23 - - [2026-04-20 18:11:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.036213 [API:8081]10.0.0.23 - - [2026-04-20 18:11:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.024463 [API:8081]10.0.0.23 - - [2026-04-20 18:11:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.035693 [API:8081]10.0.0.23 - - [2026-04-20 18:11:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.036095 [API:8081]10.0.0.23 - - [2026-04-20 18:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.023695 [API:8081]10.0.0.23 - - [2026-04-20 18:11:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.032816 [API:8081]10.0.0.23 - - [2026-04-20 18:11:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.027788 [API:8081]10.0.0.23 - - [2026-04-20 18:11:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.031726 [API:8081]10.0.0.23 - - [2026-04-20 18:11:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.027974 [API:8081]10.0.0.23 - - [2026-04-20 18:11:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.026576 [API:8081]10.0.0.23 - - [2026-04-20 18:11:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.028025 [API:8081]10.0.0.23 - - [2026-04-20 18:11:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.025617 [API:8081]10.0.0.23 - - [2026-04-20 18:11:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.028357 [API:8081]10.0.0.23 - - [2026-04-20 18:11:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.027085 [API:8081]10.0.0.23 - - [2026-04-20 18:11:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.026978 [API:8081]10.0.0.23 - - [2026-04-20 18:11:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14125 0.024942 [API:8081]10.0.0.23 - - [2026-04-20 18:12:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25270 0.027394 [API:8081]10.0.0.23 - - [2026-04-20 18:12:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13760 0.027137 [API:8081]10.0.0.23 - - [2026-04-20 18:12:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-00782156:ctest-random-64163476?flat HTTP/1.1" 200 8110 0.023853 [API:8081]10.0.0.23 - - [2026-04-20 18:12:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011279 [API:8081]10.0.0.65 - - [2026-04-20 18:12:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.140338 [API:8081]10.0.0.65 - - [2026-04-20 18:13:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.092813 [API:8081]10.0.0.249 - - [2026-04-20 18:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.249 - - [2026-04-20 18:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000467 [API:8081]10.0.0.249 - - [2026-04-20 18:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.65 - - [2026-04-20 18:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.249 - - [2026-04-20 18:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2026-04-20 18:15:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.65 - - [2026-04-20 18:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.65 - - [2026-04-20 18:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-04-20 18:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-04-20 18:15:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.23 - - [2026-04-20 18:15:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000461 [API:8081]10.0.0.23 - - [2026-04-20 18:15:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-04-20 18:15:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-04-20 18:15:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2436 0.096990 [API:8081]10.0.0.65 - - [2026-04-20 18:15:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085990 [API:8081]10.0.0.65 - - [2026-04-20 18:16:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.098716 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004320 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004996 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004250 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003727 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004653 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004242 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005781 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:17:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004314 [API:8081]10.0.0.65 - - [2026-04-20 18:18:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.120715 [API:8081]10.0.0.23 - - [2026-04-20 18:18:25] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-04-20 18:18:25] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.249 - - [2026-04-20 18:18:52] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.249 - - [2026-04-20 18:18:52] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.65 - - [2026-04-20 18:18:52] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-04-20 18:18:52] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.23 - - [2026-04-20 18:19:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-04-20 18:19:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1794 0.090682 [API:8081]10.0.0.65 - - [2026-04-20 18:19:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.085360 [API:8081]10.0.0.249 - - [2026-04-20 18:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.249 - - [2026-04-20 18:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.249 - - [2026-04-20 18:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.65 - - [2026-04-20 18:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.249 - - [2026-04-20 18:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.65 - - [2026-04-20 18:20:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2026-04-20 18:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.65 - - [2026-04-20 18:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.23 - - [2026-04-20 18:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-04-20 18:20:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-04-20 18:20:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.23 - - [2026-04-20 18:20:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.65 - - [2026-04-20 18:21:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.185117 [API:8081]10.0.0.23 - - [2026-04-20 18:21:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2026-04-20 18:21:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1824 0.081823 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:13] "POST /analytics/query HTTP/1.1" 202 179 0.032283 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:13] "GET /analytics/query/da5aa65a-3ce5-11f1-9546-00000a000017 HTTP/1.1" 200 221 0.008548 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:13] "GET /analytics/query/da5aa65a-3ce5-11f1-9546-00000a000017 HTTP/1.1" 200 221 0.003283 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:14] "GET /analytics/query/da5aa65a-3ce5-11f1-9546-00000a000017 HTTP/1.1" 200 338 0.002713 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:14] "GET /analytics/query/da5aa65a-3ce5-11f1-9546-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.003125 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:15] "POST /analytics/query HTTP/1.1" 202 179 0.007560 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:15] "GET /analytics/query/db78f62a-3ce5-11f1-be95-00000a000017 HTTP/1.1" 200 221 0.020062 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:15] "GET /analytics/query/db78f62a-3ce5-11f1-be95-00000a000017 HTTP/1.1" 200 221 0.002616 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:16] "GET /analytics/query/db78f62a-3ce5-11f1-be95-00000a000017 HTTP/1.1" 200 338 0.002534 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:16] "GET /analytics/query/db78f62a-3ce5-11f1-be95-00000a000017/chunk-final/0 HTTP/1.1" 200 858 0.002519 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:17] "POST /analytics/query HTTP/1.1" 202 179 0.007749 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:17] "GET /analytics/query/dc89c36f-3ce5-11f1-9b10-00000a000017 HTTP/1.1" 200 221 0.002812 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:17] "GET /analytics/query/dc89c36f-3ce5-11f1-9b10-00000a000017 HTTP/1.1" 200 339 0.002782 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:17] "GET /analytics/query/dc89c36f-3ce5-11f1-9b10-00000a000017/chunk-final/0 HTTP/1.1" 200 22161 0.003656 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:18] "POST /analytics/query HTTP/1.1" 202 179 0.010217 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:18] "GET /analytics/query/dd4ab913-3ce5-11f1-8580-00000a000017 HTTP/1.1" 200 221 0.004749 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:18] "GET /analytics/query/dd4ab913-3ce5-11f1-8580-00000a000017 HTTP/1.1" 200 339 0.003611 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:18] "GET /analytics/query/dd4ab913-3ce5-11f1-8580-00000a000017/chunk-final/0 HTTP/1.1" 200 22158 0.004210 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:19] "POST /analytics/query HTTP/1.1" 202 179 0.007272 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:19] "GET /analytics/query/de13e893-3ce5-11f1-9518-00000a000017 HTTP/1.1" 200 221 0.002376 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:20] "GET /analytics/query/de13e893-3ce5-11f1-9518-00000a000017 HTTP/1.1" 200 221 0.002560 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:20] "GET /analytics/query/de13e893-3ce5-11f1-9518-00000a000017 HTTP/1.1" 200 339 0.003472 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:20] "GET /analytics/query/de13e893-3ce5-11f1-9518-00000a000017/chunk-final/0 HTTP/1.1" 200 7007 0.003528 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.014948 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:25] "POST /analytics/query HTTP/1.1" 202 179 0.023632 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:25] "GET /analytics/query/e14aa350-3ce5-11f1-b1ae-00000a000017 HTTP/1.1" 200 221 0.002685 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:25] "GET /analytics/query/e14aa350-3ce5-11f1-b1ae-00000a000017 HTTP/1.1" 200 340 0.002648 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:25] "GET /analytics/query/e14aa350-3ce5-11f1-b1ae-00000a000017/chunk-final/0 HTTP/1.1" 200 344156 0.019859 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.004785 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.005644 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:27] "POST /analytics/query HTTP/1.1" 202 179 0.014120 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:27] "GET /analytics/query/e2e67c81-3ce5-11f1-951e-00000a000017 HTTP/1.1" 200 221 0.015877 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "GET /analytics/query/e2e67c81-3ce5-11f1-951e-00000a000017 HTTP/1.1" 200 338 0.002585 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "GET /analytics/query/e2e67c81-3ce5-11f1-951e-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.003679 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "POST /analytics/query HTTP/1.1" 202 179 0.011549 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "GET /analytics/query/e33bbb81-3ce5-11f1-9d5e-00000a000017 HTTP/1.1" 200 221 0.009497 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "GET /analytics/query/e33bbb81-3ce5-11f1-9d5e-00000a000017 HTTP/1.1" 200 339 0.005352 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "GET /analytics/query/e33bbb81-3ce5-11f1-9d5e-00000a000017/chunk-final/0 HTTP/1.1" 200 20938 0.008127 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "POST /analytics/query HTTP/1.1" 202 179 0.017677 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:28] "GET /analytics/query/e390a3ea-3ce5-11f1-aef7-00000a000017 HTTP/1.1" 200 221 0.002284 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "GET /analytics/query/e390a3ea-3ce5-11f1-aef7-00000a000017 HTTP/1.1" 200 338 0.003466 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "GET /analytics/query/e390a3ea-3ce5-11f1-aef7-00000a000017/chunk-final/0 HTTP/1.1" 200 4014 0.005196 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "POST /analytics/query HTTP/1.1" 202 179 0.008295 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "GET /analytics/query/e3e8f355-3ce5-11f1-b62e-00000a000017 HTTP/1.1" 200 221 0.013222 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "GET /analytics/query/e3e8f355-3ce5-11f1-b62e-00000a000017 HTTP/1.1" 200 338 0.003223 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "GET /analytics/query/e3e8f355-3ce5-11f1-b62e-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.003652 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "POST /analytics/query HTTP/1.1" 202 179 0.025147 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:29] "GET /analytics/query/e43ea3a7-3ce5-11f1-9d0a-00000a000017 HTTP/1.1" 200 221 0.002795 [API:8081]10.0.0.65 - - [2026-04-20 18:22:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.097496 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:30] "GET /analytics/query/e43ea3a7-3ce5-11f1-9d0a-00000a000017 HTTP/1.1" 200 338 0.005249 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:30] "GET /analytics/query/e43ea3a7-3ce5-11f1-9d0a-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.011575 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:30] "POST /analytics/query HTTP/1.1" 202 179 0.020988 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:30] "GET /analytics/query/e4930990-3ce5-11f1-8470-00000a000017 HTTP/1.1" 200 221 0.008333 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "GET /analytics/query/e4930990-3ce5-11f1-8470-00000a000017 HTTP/1.1" 200 338 0.005196 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "GET /analytics/query/e4930990-3ce5-11f1-8470-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.010784 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "POST /analytics/query HTTP/1.1" 202 179 0.025498 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "GET /analytics/query/e4e70a72-3ce5-11f1-8f48-00000a000017 HTTP/1.1" 200 221 0.015165 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "GET /analytics/query/e4e70a72-3ce5-11f1-8f48-00000a000017 HTTP/1.1" 200 338 0.006835 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "GET /analytics/query/e4e70a72-3ce5-11f1-8f48-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.011167 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "POST /analytics/query HTTP/1.1" 202 179 0.011916 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:31] "GET /analytics/query/e53e0fd3-3ce5-11f1-94b9-00000a000017 HTTP/1.1" 200 221 0.006928 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "GET /analytics/query/e53e0fd3-3ce5-11f1-94b9-00000a000017 HTTP/1.1" 200 338 0.002901 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "GET /analytics/query/e53e0fd3-3ce5-11f1-94b9-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002450 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "POST /analytics/query HTTP/1.1" 202 179 0.007341 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "GET /analytics/query/e5927841-3ce5-11f1-aa81-00000a000017 HTTP/1.1" 200 221 0.005207 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "GET /analytics/query/e5927841-3ce5-11f1-aa81-00000a000017 HTTP/1.1" 200 338 0.003114 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "GET /analytics/query/e5927841-3ce5-11f1-aa81-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002327 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "POST /analytics/query HTTP/1.1" 202 179 0.014172 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:32] "GET /analytics/query/e5e5b169-3ce5-11f1-ad3b-00000a000017 HTTP/1.1" 200 221 0.004132 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "GET /analytics/query/e5e5b169-3ce5-11f1-ad3b-00000a000017 HTTP/1.1" 200 338 0.002312 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "GET /analytics/query/e5e5b169-3ce5-11f1-ad3b-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002939 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "POST /analytics/query HTTP/1.1" 202 179 0.008002 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "GET /analytics/query/e638f8ec-3ce5-11f1-8cd1-00000a000017 HTTP/1.1" 200 221 0.002886 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "GET /analytics/query/e638f8ec-3ce5-11f1-8cd1-00000a000017 HTTP/1.1" 200 338 0.002465 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "GET /analytics/query/e638f8ec-3ce5-11f1-8cd1-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002319 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "POST /analytics/query HTTP/1.1" 202 179 0.005964 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:33] "GET /analytics/query/e68a713b-3ce5-11f1-8378-00000a000017 HTTP/1.1" 200 221 0.008731 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:34] "GET /analytics/query/e68a713b-3ce5-11f1-8378-00000a000017 HTTP/1.1" 200 338 0.002883 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:34] "GET /analytics/query/e68a713b-3ce5-11f1-8378-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002946 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004510 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004564 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:35] "POST /analytics/query HTTP/1.1" 202 179 0.029821 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:35] "GET /analytics/query/e7c1f4a5-3ce5-11f1-83df-00000a000017 HTTP/1.1" 200 221 0.003854 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:36] "GET /analytics/query/e7c1f4a5-3ce5-11f1-83df-00000a000017 HTTP/1.1" 200 340 0.002480 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:36] "GET /analytics/query/e7c1f4a5-3ce5-11f1-83df-00000a000017/chunk-final/0 HTTP/1.1" 200 1558403 0.021664 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:36] "POST /analytics/query HTTP/1.1" 202 179 0.007444 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:36] "GET /analytics/query/e821826f-3ce5-11f1-b77c-00000a000017 HTTP/1.1" 200 221 0.024668 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:37] "GET /analytics/query/e821826f-3ce5-11f1-b77c-00000a000017 HTTP/1.1" 200 340 0.002815 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:37] "GET /analytics/query/e821826f-3ce5-11f1-b77c-00000a000017/chunk-final/0 HTTP/1.1" 200 1561089 0.056655 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.004412 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.004592 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.005276 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004630 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.005082 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:41] "POST /analytics/query HTTP/1.1" 202 179 0.006769 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:41] "GET /analytics/query/eaec3402-3ce5-11f1-a2bb-00000a000017 HTTP/1.1" 200 221 0.017451 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:41] "GET /analytics/query/eaec3402-3ce5-11f1-a2bb-00000a000017 HTTP/1.1" 200 339 0.002489 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:41] "GET /analytics/query/eaec3402-3ce5-11f1-a2bb-00000a000017/chunk-final/0 HTTP/1.1" 200 43921 0.004037 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004564 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:42] "POST /analytics/query HTTP/1.1" 202 179 0.018421 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:42] "GET /analytics/query/ebb05680-3ce5-11f1-9fcf-00000a000017 HTTP/1.1" 200 221 0.002532 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:42] "GET /analytics/query/ebb05680-3ce5-11f1-9fcf-00000a000017 HTTP/1.1" 200 341 0.002771 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:43] "GET /analytics/query/ebb05680-3ce5-11f1-9fcf-00000a000017/chunk-final/0 HTTP/1.1" 200 1040649 0.045146 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004256 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003970 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.005226 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:49] "POST /analytics/query HTTP/1.1" 200 145 1.015931 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.005166 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:50] "POST /analytics/query HTTP/1.1" 200 2285 1.014439 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.005549 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:52] "POST /analytics/query HTTP/1.1" 200 764 1.014772 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004905 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:54] "POST /analytics/query HTTP/1.1" 200 2832 1.013234 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.006020 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:56] "POST /analytics/query HTTP/1.1" 200 261 1.017233 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.004874 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:57] "POST /analytics/query HTTP/1.1" 200 1273 1.014911 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004612 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:22:59] "POST /analytics/query HTTP/1.1" 200 2832 1.015564 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.005907 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:01] "POST /analytics/query HTTP/1.1" 200 825 1.016317 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004923 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:03] "POST /analytics/query HTTP/1.1" 200 141441 1.024012 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.006027 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:05] "POST /analytics/query HTTP/1.1" 200 631 1.018490 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.005029 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:07] "POST /analytics/query HTTP/1.1" 200 261 1.016301 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.008761 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:09] "POST /analytics/query HTTP/1.1" 200 596 1.020191 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.004639 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:10] "POST /analytics/query HTTP/1.1" 200 1796 1.013300 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.007123 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:12] "POST /analytics/query HTTP/1.1" 200 596 1.014720 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.004783 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:14] "POST /analytics/query HTTP/1.1" 200 236 1.016982 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:23:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.005146 [API:8081]10.0.0.23 - - [2026-04-20 18:23:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.001022 [API:8081]10.0.0.23 - - [2026-04-20 18:23:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1834 0.134161 [API:8081]10.0.0.23 - - [2026-04-20 18:24:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.170810 [API:8081]10.0.0.23 - - [2026-04-20 18:24:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.210161 [API:8081]10.0.0.23 - - [2026-04-20 18:24:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.010303 [API:8081]10.0.0.65 - - [2026-04-20 18:24:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087750 [API:8081]10.0.0.23 - - [2026-04-20 18:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.010869 [API:8081]10.0.0.23 - - [2026-04-20 18:24:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.012149 [API:8081]10.0.0.23 - - [2026-04-20 18:24:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.017880 [API:8081]10.0.0.23 - - [2026-04-20 18:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.011146 [API:8081]10.0.0.23 - - [2026-04-20 18:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2328 0.011334 [API:8081]10.0.0.249 - - [2026-04-20 18:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-04-20 18:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.249 - - [2026-04-20 18:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.65 - - [2026-04-20 18:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.249 - - [2026-04-20 18:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2026-04-20 18:25:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.65 - - [2026-04-20 18:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.65 - - [2026-04-20 18:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-04-20 18:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.23 - - [2026-04-20 18:25:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.23 - - [2026-04-20 18:25:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-20 18:25:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-04-20 18:25:13] "POST /analytics/query HTTP/1.1" 200 222 1.028852 [API:8081]10.0.0.23 - - [2026-04-20 18:25:14] "POST /analytics/query HTTP/1.1" 200 222 1.025076 [API:8081]10.0.0.23 - - [2026-04-20 18:25:15] "POST /analytics/query HTTP/1.1" 200 353 1.021861 [API:8081]10.0.0.65 - - [2026-04-20 18:25:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.085493 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003767 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004250 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004684 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003434 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004068 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003702 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004053 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:27:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004548 [API:8081]10.0.0.65 - - [2026-04-20 18:27:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085668 [API:8081]10.0.0.23 - - [2026-04-20 18:28:25] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-04-20 18:28:25] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-20 18:28:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26218 0.399454 [API:8081]10.0.0.23 - - [2026-04-20 18:28:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14846 0.037714 [API:8081]10.0.0.65 - - [2026-04-20 18:28:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.143608 [API:8081]10.0.0.249 - - [2026-04-20 18:28:52] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.249 - - [2026-04-20 18:28:52] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2026-04-20 18:28:52] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2026-04-20 18:28:52] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.249 - - [2026-04-20 18:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.249 - - [2026-04-20 18:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.249 - - [2026-04-20 18:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-04-20 18:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.249 - - [2026-04-20 18:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.65 - - [2026-04-20 18:30:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.65 - - [2026-04-20 18:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.65 - - [2026-04-20 18:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-04-20 18:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-04-20 18:30:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2026-04-20 18:30:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.23 - - [2026-04-20 18:30:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2026-04-20 18:30:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083362 [API:8081]10.0.0.65 - - [2026-04-20 18:31:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.087841 [API:8081]10.0.0.65 - - [2026-04-20 18:33:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087505 [API:8081]10.0.0.65 - - [2026-04-20 18:34:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.093842 [API:8081]10.0.0.249 - - [2026-04-20 18:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.249 - - [2026-04-20 18:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.249 - - [2026-04-20 18:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.65 - - [2026-04-20 18:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.249 - - [2026-04-20 18:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.65 - - [2026-04-20 18:35:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.65 - - [2026-04-20 18:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.65 - - [2026-04-20 18:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-04-20 18:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000481 [API:8081]10.0.0.23 - - [2026-04-20 18:35:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2026-04-20 18:35:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2026-04-20 18:35:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.65 - - [2026-04-20 18:36:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097926 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004331 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005316 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004245 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004246 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005039 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005319 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004456 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:37:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005205 [API:8081]10.0.0.65 - - [2026-04-20 18:37:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.092443 [API:8081]10.0.0.23 - - [2026-04-20 18:38:25] "GET /analytics HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-04-20 18:38:25] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.249 - - [2026-04-20 18:38:52] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.249 - - [2026-04-20 18:38:52] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.65 - - [2026-04-20 18:38:52] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-04-20 18:38:52] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.65 - - [2026-04-20 18:39:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087337 [API:8081]10.0.0.249 - - [2026-04-20 18:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.249 - - [2026-04-20 18:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.249 - - [2026-04-20 18:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2026-04-20 18:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.249 - - [2026-04-20 18:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.65 - - [2026-04-20 18:40:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.65 - - [2026-04-20 18:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-04-20 18:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-04-20 18:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2026-04-20 18:40:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2026-04-20 18:40:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000657 [API:8081]10.0.0.23 - - [2026-04-20 18:40:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000454 [API:8081]10.0.0.65 - - [2026-04-20 18:40:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.091411 [API:8081]10.0.0.23 - - [2026-04-20 18:41:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-04-20 18:41:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1792 0.105096 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:ac551bc8-e816-4661-8313-5cb8b0228af8?flat HTTP/1.1" 200 5202 0.104278 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:ac551bc8-e816-4661-8313-5cb8b0228af8?flat HTTP/1.1" 200 5202 0.090624 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:ac551bc8-e816-4661-8313-5cb8b0228af8?flat HTTP/1.1" 200 5202 0.018681 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-25841152:EVPN-VN1?flat HTTP/1.1" 200 7825 0.026883 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26224 0.036142 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14135 0.038098 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26224 0.028844 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14135 0.037866 [API:8081]10.0.0.23 - - [2026-04-20 18:42:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012448 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:e2956e65-041a-4596-b8bd-e54f27547a50?flat HTTP/1.1" 200 5064 0.021180 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:e2956e65-041a-4596-b8bd-e54f27547a50?flat HTTP/1.1" 200 5064 0.017306 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:e2956e65-041a-4596-b8bd-e54f27547a50?flat HTTP/1.1" 200 5064 0.019632 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-25841152:EVPN-VN1?flat HTTP/1.1" 200 7825 0.030688 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.032325 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14145 0.025783 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26212 0.030213 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14145 0.027542 [API:8081]10.0.0.23 - - [2026-04-20 18:42:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014669 [API:8081]10.0.0.65 - - [2026-04-20 18:42:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088607 [API:8081]10.0.0.65 - - [2026-04-20 18:43:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1752 0.088953 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:ac551bc8-e816-4661-8313-5cb8b0228af8?flat HTTP/1.1" 200 5312 0.016993 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:ac551bc8-e816-4661-8313-5cb8b0228af8?flat HTTP/1.1" 200 5312 0.018291 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:ac551bc8-e816-4661-8313-5cb8b0228af8?flat HTTP/1.1" 200 5312 0.018588 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-25841152:EVPN-VN1?flat HTTP/1.1" 200 9307 0.024782 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21057 0.025349 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13184 0.024070 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21057 0.023951 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13184 0.025953 [API:8081]10.0.0.23 - - [2026-04-20 18:44:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010520 [API:8081]10.0.0.23 - - [2026-04-20 18:44:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:e2956e65-041a-4596-b8bd-e54f27547a50?flat HTTP/1.1" 200 5216 0.017004 [API:8081]10.0.0.23 - - [2026-04-20 18:44:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:e2956e65-041a-4596-b8bd-e54f27547a50?flat HTTP/1.1" 200 5216 0.014367 [API:8081]10.0.0.23 - - [2026-04-20 18:44:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-25841152:e2956e65-041a-4596-b8bd-e54f27547a50?flat HTTP/1.1" 200 5216 0.019552 [API:8081]10.0.0.23 - - [2026-04-20 18:44:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-25841152:EVPN-VN1?flat HTTP/1.1" 200 9307 0.023878 [API:8081]10.0.0.23 - - [2026-04-20 18:44:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27871 0.027854 [API:8081]10.0.0.23 - - [2026-04-20 18:44:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27871 0.028588 [API:8081]10.0.0.23 - - [2026-04-20 18:44:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.013508 [API:8081]10.0.0.249 - - [2026-04-20 18:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.249 - - [2026-04-20 18:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000491 [API:8081]10.0.0.249 - - [2026-04-20 18:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.65 - - [2026-04-20 18:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.249 - - [2026-04-20 18:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.65 - - [2026-04-20 18:45:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-04-20 18:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.65 - - [2026-04-20 18:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-20 18:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.23 - - [2026-04-20 18:45:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.23 - - [2026-04-20 18:45:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.23 - - [2026-04-20 18:45:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-04-20 18:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32502 0.034030 [API:8081]10.0.0.23 - - [2026-04-20 18:45:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-25841152:EVPN-VN1?flat HTTP/1.1" 200 8518 0.024877 [API:8081]10.0.0.23 - - [2026-04-20 18:45:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011323 [API:8081]10.0.0.65 - - [2026-04-20 18:45:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083629 [API:8081]10.0.0.23 - - [2026-04-20 18:45:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24684 0.026411 [API:8081]10.0.0.23 - - [2026-04-20 18:45:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13868 0.027136 [API:8081]10.0.0.23 - - [2026-04-20 18:45:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24684 0.032727 [API:8081]10.0.0.23 - - [2026-04-20 18:45:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13868 0.026935 [API:8081]10.0.0.23 - - [2026-04-20 18:46:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24684 0.030509 [API:8081]10.0.0.23 - - [2026-04-20 18:46:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13674 0.030734 [API:8081]10.0.0.23 - - [2026-04-20 18:46:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-25841152:EVPN-VN1?flat HTTP/1.1" 200 5989 0.020613 [API:8081]10.0.0.23 - - [2026-04-20 18:46:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.012210 [API:8081]10.0.0.65 - - [2026-04-20 18:46:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.109377 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005725 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007603 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.009587 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006111 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005645 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003768 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005019 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:47:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005105 [API:8081]10.0.0.23 - - [2026-04-20 18:48:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-59011907:ctest-TestRbac-59011907-04684904?flat HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-20 18:48:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-59011907:ctest-TestRbac-59011907-04684904?flat HTTP/1.1" 200 2074 0.493097 [API:8081]10.0.0.23 - - [2026-04-20 18:48:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.229017 [API:8081]10.0.0.23 - - [2026-04-20 18:48:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-59011907:ctest-TestRbac-59011907-04684904?flat HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-04-20 18:48:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-59011907:ctest-TestRbac-59011907-04684904?flat HTTP/1.1" 200 2074 0.219918 [API:8081]10.0.0.23 - - [2026-04-20 18:48:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.175799 [API:8081]10.0.0.23 - - [2026-04-20 18:48:25] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-04-20 18:48:25] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.23 - - [2026-04-20 18:48:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-34436956:ad5d4883-1952-4858-b83b-4a1da4e61ba0?flat HTTP/1.1" 200 5166 0.152321 [API:8081]10.0.0.23 - - [2026-04-20 18:48:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-34436956:ad5d4883-1952-4858-b83b-4a1da4e61ba0?flat HTTP/1.1" 200 5166 0.077007 [API:8081]10.0.0.23 - - [2026-04-20 18:48:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-34436956:ad5d4883-1952-4858-b83b-4a1da4e61ba0?flat HTTP/1.1" 200 5166 0.071037 [API:8081]10.0.0.23 - - [2026-04-20 18:48:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-59011907:ctest-TestRbac-59011907-04684904?flat HTTP/1.1" 200 3320 0.076435 [API:8081]10.0.0.23 - - [2026-04-20 18:48:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.051364 [API:8081]10.0.0.23 - - [2026-04-20 18:48:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.187633 [API:8081]10.0.0.23 - - [2026-04-20 18:48:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-20 18:48:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.101331 [API:8081]10.0.0.23 - - [2026-04-20 18:48:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13942 0.090556 [API:8081]10.0.0.23 - - [2026-04-20 18:48:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.117846 [API:8081]10.0.0.23 - - [2026-04-20 18:48:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.205565 [API:8081]10.0.0.23 - - [2026-04-20 18:48:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.028460 [API:8081]10.0.0.23 - - [2026-04-20 18:48:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13942 0.025713 [API:8081]10.0.0.23 - - [2026-04-20 18:48:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.112370 [API:8081]10.0.0.23 - - [2026-04-20 18:48:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.060658 [API:8081]10.0.0.23 - - [2026-04-20 18:48:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.185766 [API:8081]10.0.0.23 - - [2026-04-20 18:48:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.094239 [API:8081]10.0.0.23 - - [2026-04-20 18:48:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13942 0.026378 [API:8081]10.0.0.23 - - [2026-04-20 18:48:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.026603 [API:8081]10.0.0.23 - - [2026-04-20 18:48:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13942 0.027084 [API:8081]10.0.0.65 - - [2026-04-20 18:48:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081407 [API:8081]10.0.0.249 - - [2026-04-20 18:48:52] "GET /analytics HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.249 - - [2026-04-20 18:48:52] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.65 - - [2026-04-20 18:48:52] "GET /analytics HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.65 - - [2026-04-20 18:48:52] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.23 - - [2026-04-20 18:48:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.028789 [API:8081]10.0.0.23 - - [2026-04-20 18:48:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13942 0.024602 [API:8081]10.0.0.23 - - [2026-04-20 18:48:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.024997 [API:8081]10.0.0.23 - - [2026-04-20 18:48:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13942 0.028980 [API:8081]10.0.0.23 - - [2026-04-20 18:48:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.029797 [API:8081]10.0.0.23 - - [2026-04-20 18:48:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13942 0.025393 [API:8081]10.0.0.23 - - [2026-04-20 18:49:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.030165 [API:8081]10.0.0.23 - - [2026-04-20 18:49:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13560 0.032992 [API:8081]10.0.0.23 - - [2026-04-20 18:49:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-59011907:ctest-TestRbac-59011907-04684904?flat HTTP/1.1" 200 6492 0.020695 [API:8081]10.0.0.23 - - [2026-04-20 18:49:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.013337 [API:8081]10.0.0.23 - - [2026-04-20 18:49:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-04-20 18:49:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 200 2115 0.169405 [API:8081]10.0.0.23 - - [2026-04-20 18:49:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 401 205 0.000304 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-05657350'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-46488762' RBAC: ctest-TestRbacBasic-37667299 doesn't have read permission in project '34e0d604313d431c9f491f967aa5acaa' 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-12712459', 'ctest-TestRbacBasic-12712459-54687593'], 'virtual_network', '255f8062-4ea9-4e86-b564-66a7c9d36723', "Permission Denied for ['ctest-TestRbacBasic-05657350'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-46488762' RBAC: ctest-TestRbacBasic-37667299 doesn't have read permission in project '34e0d604313d431c9f491f967aa5acaa'"),) [API:8081]10.0.0.23 - - [2026-04-20 18:49:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 403 198 0.163180 [API:8081]10.0.0.23 - - [2026-04-20 18:49:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.23 - - [2026-04-20 18:49:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 200 2115 0.078940 [API:8081]10.0.0.23 - - [2026-04-20 18:49:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.101512 [API:8081]10.0.0.23 - - [2026-04-20 18:49:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.098145 [API:8081]10.0.0.23 - - [2026-04-20 18:49:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.087145 --- 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-05657350'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12712459' RBAC: ctest-TestRbacBasic-37667299 doesn't have read permission in project '9ab817a0dc8a4881bbf312eff9639a33' 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-12712459', 'ctest-TestRbacBasic-12712459-54687593'], 'virtual_network', '255f8062-4ea9-4e86-b564-66a7c9d36723', "Permission Denied for ['ctest-TestRbacBasic-05657350'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12712459' RBAC: ctest-TestRbacBasic-37667299 doesn't have read permission in project '9ab817a0dc8a4881bbf312eff9639a33'"),) [API:8081]10.0.0.23 - - [2026-04-20 18:49:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 403 198 0.049446 --- 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-05657350'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12712459' RBAC: ctest-TestRbacBasic-37667299 doesn't have read permission in project '9ab817a0dc8a4881bbf312eff9639a33' 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-12712459', 'ctest-TestRbacBasic-12712459-54687593'], 'virtual_network', '255f8062-4ea9-4e86-b564-66a7c9d36723', "Permission Denied for ['ctest-TestRbacBasic-05657350'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12712459' RBAC: ctest-TestRbacBasic-37667299 doesn't have read permission in project '9ab817a0dc8a4881bbf312eff9639a33'"),) [API:8081]10.0.0.23 - - [2026-04-20 18:49:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 403 198 0.144011 [API:8081]10.0.0.23 - - [2026-04-20 18:49:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 200 2119 0.069645 [API:8081]10.0.0.23 - - [2026-04-20 18:49:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-12712459:ctest-TestRbacBasic-12712459-54687593?flat HTTP/1.1" 200 2119 0.013038 [API:8081]10.0.0.23 - - [2026-04-20 18:49:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.111934 [API:8081]10.0.0.23 - - [2026-04-20 18:49:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.081710 [API:8081]10.0.0.23 - - [2026-04-20 18:49:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.013085 [API:8081]10.0.0.23 - - [2026-04-20 18:49:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1836 0.010508 [API:8081]10.0.0.23 - - [2026-04-20 18:49:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 401 205 0.000383 --- 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-19416653 as ['ctest-TestRbacBasic-62602508'] to R virtual-network in ctest-TestRbacBasic-39977769 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-39977769', 'ctest-TestRbacBasic-39977769-68710827'], 'virtual_network', 'a340b80e-ba96-408b-a874-bfdc2f1ab8e2', "Permission Denied for ctest-TestRbacBasic-19416653 as ['ctest-TestRbacBasic-62602508'] to R virtual-network in ctest-TestRbacBasic-39977769"),) [API:8081]10.0.0.23 - - [2026-04-20 18:49:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 403 198 0.132626 [API:8081]10.0.0.23 - - [2026-04-20 18:49:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.078893 [API:8081]10.0.0.23 - - [2026-04-20 18:49:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 200 6758 0.097486 [API:8081]10.0.0.23 - - [2026-04-20 18:49:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.072356 --- 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-19416653 as ['ctest-TestRbacBasic-62602508'] to R virtual-network in ctest-TestRbacBasic-39977769 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-39977769', 'ctest-TestRbacBasic-39977769-68710827'], 'virtual_network', 'a340b80e-ba96-408b-a874-bfdc2f1ab8e2', "Permission Denied for ctest-TestRbacBasic-19416653 as ['ctest-TestRbacBasic-62602508'] to R virtual-network in ctest-TestRbacBasic-39977769"),) [API:8081]10.0.0.23 - - [2026-04-20 18:49:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 403 198 0.050466 --- 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-19416653 as ['ctest-TestRbacBasic-62602508'] to R virtual-network in ctest-TestRbacBasic-39977769 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-39977769', 'ctest-TestRbacBasic-39977769-68710827'], 'virtual_network', 'a340b80e-ba96-408b-a874-bfdc2f1ab8e2', "Permission Denied for ctest-TestRbacBasic-19416653 as ['ctest-TestRbacBasic-62602508'] to R virtual-network in ctest-TestRbacBasic-39977769"),) [API:8081]10.0.0.23 - - [2026-04-20 18:49:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 403 198 0.173263 [API:8081]10.0.0.23 - - [2026-04-20 18:49:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.125705 [API:8081]10.0.0.23 - - [2026-04-20 18:49:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 200 6758 0.073914 [API:8081]10.0.0.23 - - [2026-04-20 18:49:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.074802 [API:8081]10.0.0.23 - - [2026-04-20 18:49:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 401 205 0.000332 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-37667299 as ['ctest-TestRbacBasic-05657350'] to R virtual-network in ctest-TestRbacBasic-39977769 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-39977769', 'ctest-TestRbacBasic-39977769-68710827'], 'virtual_network', 'a340b80e-ba96-408b-a874-bfdc2f1ab8e2', "Permission Denied for ctest-TestRbacBasic-37667299 as ['ctest-TestRbacBasic-05657350'] to R virtual-network in ctest-TestRbacBasic-39977769"),) [API:8081]10.0.0.23 - - [2026-04-20 18:49:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 403 198 0.194676 [API:8081]10.0.0.23 - - [2026-04-20 18:49:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.389302 [API:8081]10.0.0.65 - - [2026-04-20 18:49:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.120341 [API:8081]10.0.0.23 - - [2026-04-20 18:49:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-68710827?flat HTTP/1.1" 200 6758 0.074955 [API:8081]10.0.0.23 - - [2026-04-20 18:49:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.067919 [API:8081]10.0.0.23 - - [2026-04-20 18:49:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1836 0.010272 [API:8081]10.0.0.23 - - [2026-04-20 18:50:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.012724 [API:8081]10.0.0.249 - - [2026-04-20 18:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.249 - - [2026-04-20 18:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.249 - - [2026-04-20 18:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-04-20 18:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.249 - - [2026-04-20 18:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000440 [API:8081]10.0.0.65 - - [2026-04-20 18:50:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.65 - - [2026-04-20 18:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.65 - - [2026-04-20 18:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-04-20 18:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2026-04-20 18:50:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.23 - - [2026-04-20 18:50:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-04-20 18:50:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-04-20 18:50:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-39977769:86128768-5da2-4e65-b2b5-6bab555ddd55?flat HTTP/1.1" 200 5393 0.074232 [API:8081]10.0.0.23 - - [2026-04-20 18:50:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-39977769:86128768-5da2-4e65-b2b5-6bab555ddd55?flat HTTP/1.1" 200 5393 0.077268 [API:8081]10.0.0.23 - - [2026-04-20 18:50:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-39977769:86128768-5da2-4e65-b2b5-6bab555ddd55?flat HTTP/1.1" 200 5393 0.071505 [API:8081]10.0.0.23 - - [2026-04-20 18:50:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-58405441?flat HTTP/1.1" 200 4139 0.065245 [API:8081]10.0.0.23 - - [2026-04-20 18:50:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.044263 [API:8081]10.0.0.23 - - [2026-04-20 18:50:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.107071 [API:8081]10.0.0.23 - - [2026-04-20 18:50:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.026242 [API:8081]10.0.0.23 - - [2026-04-20 18:50:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.024257 [API:8081]10.0.0.23 - - [2026-04-20 18:50:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.090114 [API:8081]10.0.0.23 - - [2026-04-20 18:50:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.097817 [API:8081]10.0.0.23 - - [2026-04-20 18:50:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.029439 [API:8081]10.0.0.23 - - [2026-04-20 18:50:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.029835 [API:8081]10.0.0.23 - - [2026-04-20 18:50:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.090442 [API:8081]10.0.0.23 - - [2026-04-20 18:50:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-58405441?flat HTTP/1.1" 200 4139 0.078579 [API:8081]10.0.0.23 - - [2026-04-20 18:50:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.067627 [API:8081]10.0.0.23 - - [2026-04-20 18:50:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.051225 [API:8081]10.0.0.23 - - [2026-04-20 18:50:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.121083 [API:8081]10.0.0.23 - - [2026-04-20 18:50:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.025486 [API:8081]10.0.0.23 - - [2026-04-20 18:50:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.097970 [API:8081]10.0.0.23 - - [2026-04-20 18:50:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.027673 [API:8081]10.0.0.23 - - [2026-04-20 18:50:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.028536 [API:8081]10.0.0.23 - - [2026-04-20 18:50:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.032592 [API:8081]10.0.0.23 - - [2026-04-20 18:50:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.025715 [API:8081]10.0.0.23 - - [2026-04-20 18:50:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.024014 [API:8081]10.0.0.23 - - [2026-04-20 18:50:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.027211 [API:8081]10.0.0.23 - - [2026-04-20 18:50:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.026554 [API:8081]10.0.0.23 - - [2026-04-20 18:50:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.024470 [API:8081]10.0.0.23 - - [2026-04-20 18:50:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.026666 [API:8081]10.0.0.23 - - [2026-04-20 18:50:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.026527 [API:8081]10.0.0.23 - - [2026-04-20 18:50:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.025286 [API:8081]10.0.0.23 - - [2026-04-20 18:50:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.028526 [API:8081]10.0.0.23 - - [2026-04-20 18:51:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.034258 [API:8081]10.0.0.23 - - [2026-04-20 18:51:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14106 0.034516 [API:8081]10.0.0.23 - - [2026-04-20 18:51:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.026125 [API:8081]10.0.0.23 - - [2026-04-20 18:51:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13645 0.026402 [API:8081]10.0.0.23 - - [2026-04-20 18:51:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-39977769:ctest-TestRbacBasic-39977769-58405441?flat HTTP/1.1" 200 6886 0.015491 [API:8081]10.0.0.23 - - [2026-04-20 18:51:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.012286 [Introspect:8090]10.0.0.23 - - [2026-04-20 18:51:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001981 [Introspect:8090]10.0.0.23 - - [2026-04-20 18:51:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001355 [API:8081]10.0.0.23 - - [2026-04-20 18:51:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-20 18:51:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.088694 [API:8081]10.0.0.65 - - [2026-04-20 18:51:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088287 [API:8081]10.0.0.65 - - [2026-04-20 18:52:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.087501 [API:8081]10.0.0.23 - - [2026-04-20 18:54:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:4f3d0fd1-29bd-454c-9f11-7d885cd7dee3?flat HTTP/1.1" 200 5377 0.019675 [API:8081]10.0.0.23 - - [2026-04-20 18:54:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:4f3d0fd1-29bd-454c-9f11-7d885cd7dee3?flat HTTP/1.1" 200 5377 0.089859 [API:8081]10.0.0.23 - - [2026-04-20 18:54:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:4f3d0fd1-29bd-454c-9f11-7d885cd7dee3?flat HTTP/1.1" 200 5377 0.098788 [API:8081]10.0.0.23 - - [2026-04-20 18:54:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn1-92001437?flat HTTP/1.1" 200 9435 0.027322 [API:8081]10.0.0.23 - - [2026-04-20 18:54:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.027903 [API:8081]10.0.0.23 - - [2026-04-20 18:54:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14066 0.030576 [API:8081]10.0.0.23 - - [2026-04-20 18:54:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.031021 [API:8081]10.0.0.23 - - [2026-04-20 18:54:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14066 0.030391 [API:8081]10.0.0.23 - - [2026-04-20 18:54:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014655 [API:8081]10.0.0.23 - - [2026-04-20 18:54:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:30ecda0d-71aa-4647-b745-78887ad90e4d?flat HTTP/1.1" 200 5370 0.015928 [API:8081]10.0.0.23 - - [2026-04-20 18:54:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:30ecda0d-71aa-4647-b745-78887ad90e4d?flat HTTP/1.1" 200 5370 0.022628 [API:8081]10.0.0.23 - - [2026-04-20 18:54:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:30ecda0d-71aa-4647-b745-78887ad90e4d?flat HTTP/1.1" 200 5370 0.014731 [API:8081]10.0.0.23 - - [2026-04-20 18:54:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn1-92001437?flat HTTP/1.1" 200 9435 0.022607 [API:8081]10.0.0.23 - - [2026-04-20 18:54:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33187 0.029485 [API:8081]10.0.0.23 - - [2026-04-20 18:54:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33187 0.033967 [API:8081]10.0.0.23 - - [2026-04-20 18:54:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011709 [API:8081]10.0.0.23 - - [2026-04-20 18:54:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33187 0.032875 [API:8081]10.0.0.23 - - [2026-04-20 18:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.036850 [API:8081]10.0.0.23 - - [2026-04-20 18:54:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33192 0.049888 [API:8081]10.0.0.23 - - [2026-04-20 18:54:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn1-92001437?flat HTTP/1.1" 200 7667 0.034359 [API:8081]10.0.0.23 - - [2026-04-20 18:54:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.018252 [API:8081]10.0.0.23 - - [2026-04-20 18:54:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24733 0.037802 [API:8081]10.0.0.23 - - [2026-04-20 18:54:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14066 0.046709 [API:8081]10.0.0.23 - - [2026-04-20 18:54:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24733 0.031178 [API:8081]10.0.0.23 - - [2026-04-20 18:54:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 14066 0.029664 [API:8081]10.0.0.23 - - [2026-04-20 18:54:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24734 0.035102 [API:8081]10.0.0.23 - - [2026-04-20 18:54:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 13704 0.029644 [API:8081]10.0.0.23 - - [2026-04-20 18:54:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn1-92001437?flat HTTP/1.1" 200 4922 0.017473 [API:8081]10.0.0.23 - - [2026-04-20 18:54:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.013748 [API:8081]10.0.0.23 - - [2026-04-20 18:54:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.011395 [API:8081]10.0.0.23 - - [2026-04-20 18:54:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2010 0.010546 [API:8081]10.0.0.65 - - [2026-04-20 18:54:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098195 [API:8081]10.0.0.249 - - [2026-04-20 18:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.249 - - [2026-04-20 18:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.249 - - [2026-04-20 18:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.65 - - [2026-04-20 18:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.249 - - [2026-04-20 18:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-04-20 18:55:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.65 - - [2026-04-20 18:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.65 - - [2026-04-20 18:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.23 - - [2026-04-20 18:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2026-04-20 18:55:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2026-04-20 18:55:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000474 [API:8081]10.0.0.23 - - [2026-04-20 18:55:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-04-20 18:55:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.114246 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004380 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003999 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004222 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004039 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005196 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004438 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004106 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 18:57:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004766 [Introspect:8090]10.0.0.23 - - [2026-04-20 18:57:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001147 [API:8081]10.0.0.23 - - [2026-04-20 18:57:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13186 0.419453 [API:8081]10.0.0.23 - - [2026-04-20 18:57:36] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 6061 0.420715 [API:8081]10.0.0.23 - - [2026-04-20 18:57:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5654-2?flat HTTP/1.1" 200 6059 0.412384 [API:8081]10.0.0.23 - - [2026-04-20 18:57:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5654-3?flat HTTP/1.1" 200 3951 0.018072 [API:8081]10.0.0.23 - - [2026-04-20 18:57:37] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?flat HTTP/1.1" 200 6141 0.017772 [API:8081]10.0.0.23 - - [2026-04-20 18:57:37] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?flat HTTP/1.1" 200 7064 0.017716 [API:8081]10.0.0.23 - - [2026-04-20 18:57:37] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?flat HTTP/1.1" 200 6705 0.023868 [API:8081]10.0.0.23 - - [2026-04-20 18:57:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2220 0.010388 [API:8081]10.0.0.65 - - [2026-04-20 18:58:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090898 [API:8081]10.0.0.23 - - [2026-04-20 18:58:25] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-04-20 18:58:25] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.23 - - [2026-04-20 18:58:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:7f18471c-8673-47d9-9978-82127191c963?flat HTTP/1.1" 200 5252 0.032404 [API:8081]10.0.0.23 - - [2026-04-20 18:58:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:7f18471c-8673-47d9-9978-82127191c963?flat HTTP/1.1" 200 5252 0.027037 [API:8081]10.0.0.23 - - [2026-04-20 18:58:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:7f18471c-8673-47d9-9978-82127191c963?flat HTTP/1.1" 200 5252 0.037636 [API:8081]10.0.0.23 - - [2026-04-20 18:58:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn1-28209779?flat HTTP/1.1" 200 7105 0.061329 [API:8081]10.0.0.23 - - [2026-04-20 18:58:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32910 0.100776 [API:8081]10.0.0.23 - - [2026-04-20 18:58:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32910 0.067402 [API:8081]10.0.0.23 - - [2026-04-20 18:58:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.018177 [API:8081]10.0.0.249 - - [2026-04-20 18:58:52] "GET /analytics HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.249 - - [2026-04-20 18:58:52] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-04-20 18:58:52] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.65 - - [2026-04-20 18:58:52] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.65 - - [2026-04-20 18:59:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.143073 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:6bb51b2d-661b-4a92-9ffb-4f0f3cbefc89?flat HTTP/1.1" 200 5243 0.017990 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:6bb51b2d-661b-4a92-9ffb-4f0f3cbefc89?flat HTTP/1.1" 200 5243 0.018352 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-29987466:6bb51b2d-661b-4a92-9ffb-4f0f3cbefc89?flat HTTP/1.1" 200 5243 0.018680 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn2-88909133?flat HTTP/1.1" 200 7116 0.025481 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32938 0.029625 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13513 0.027760 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32938 0.033077 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13513 0.029899 [API:8081]10.0.0.23 - - [2026-04-20 18:59:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.012037 [API:8081]10.0.0.249 - - [2026-04-20 19:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.249 - - [2026-04-20 19:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.249 - - [2026-04-20 19:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-04-20 19:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.249 - - [2026-04-20 19:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.65 - - [2026-04-20 19:00:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-04-20 19:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.65 - - [2026-04-20 19:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2026-04-20 19:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-04-20 19:00:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2026-04-20 19:00:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2026-04-20 19:00:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.23 - - [2026-04-20 19:00:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32944 0.054373 [API:8081]10.0.0.23 - - [2026-04-20 19:00:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13927 0.025583 [API:8081]10.0.0.23 - - [2026-04-20 19:00:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn2-88909133?flat HTTP/1.1" 200 7871 0.020145 [API:8081]10.0.0.23 - - [2026-04-20 19:00:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011717 [API:8081]10.0.0.23 - - [2026-04-20 19:00:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.095115 [API:8081]10.0.0.23 - - [2026-04-20 19:00:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32927 0.058335 [API:8081]10.0.0.23 - - [2026-04-20 19:00:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32928 0.032662 [API:8081]10.0.0.23 - - [2026-04-20 19:00:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-29987466:ctest-vn1-28209779?flat HTTP/1.1" 200 7927 0.022649 [API:8081]10.0.0.23 - - [2026-04-20 19:00:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011255 [API:8081]10.0.0.65 - - [2026-04-20 19:01:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.133787 [API:8081]10.0.0.23 - - [2026-04-20 19:01:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-27786648:38466678-a53c-4cf5-baca-8c1b34f99365?flat HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2026-04-20 19:01:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-27786648:38466678-a53c-4cf5-baca-8c1b34f99365?flat HTTP/1.1" 200 5078 0.089735 [API:8081]10.0.0.23 - - [2026-04-20 19:01:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-27786648:38466678-a53c-4cf5-baca-8c1b34f99365?flat HTTP/1.1" 200 5078 0.090581 [API:8081]10.0.0.23 - - [2026-04-20 19:01:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-27786648:38466678-a53c-4cf5-baca-8c1b34f99365?flat HTTP/1.1" 200 5078 0.086770 [API:8081]10.0.0.23 - - [2026-04-20 19:01:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-27786648:ctest-vn-04165489?flat HTTP/1.1" 200 3359 0.025132 [API:8081]10.0.0.23 - - [2026-04-20 19:01:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32957 0.043870 [API:8081]10.0.0.23 - - [2026-04-20 19:01:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13939 0.034459 [API:8081]10.0.0.23 - - [2026-04-20 19:01:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32957 0.041977 [API:8081]10.0.0.23 - - [2026-04-20 19:01:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13939 0.031305 [API:8081]10.0.0.23 - - [2026-04-20 19:01:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010841 [API:8081]10.0.0.23 - - [2026-04-20 19:01:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-27786648:811a0f9c-998b-4d3b-944d-583e8c2f4676?flat HTTP/1.1" 200 5236 0.019886 [API:8081]10.0.0.23 - - [2026-04-20 19:01:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-27786648:811a0f9c-998b-4d3b-944d-583e8c2f4676?flat HTTP/1.1" 200 5236 0.017651 [API:8081]10.0.0.23 - - [2026-04-20 19:01:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-27786648:811a0f9c-998b-4d3b-944d-583e8c2f4676?flat HTTP/1.1" 200 5236 0.021728 [API:8081]10.0.0.23 - - [2026-04-20 19:01:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-27786648:ctest-vn-89069666?flat HTTP/1.1" 200 5450 0.021238 [API:8081]10.0.0.23 - - [2026-04-20 19:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32940 0.031671 [API:8081]10.0.0.23 - - [2026-04-20 19:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32940 0.034458 [API:8081]10.0.0.23 - - [2026-04-20 19:01:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012655 [API:8081]10.0.0.23 - - [2026-04-20 19:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32940 0.030474 [API:8081]10.0.0.23 - - [2026-04-20 19:01:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32940 0.034546 [API:8081]10.0.0.23 - - [2026-04-20 19:01:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32942 0.034012 [API:8081]10.0.0.23 - - [2026-04-20 19:01:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-27786648:ctest-vn-89069666?flat HTTP/1.1" 200 6186 0.016711 [API:8081]10.0.0.23 - - [2026-04-20 19:01:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.012866 [API:8081]10.0.0.23 - - [2026-04-20 19:01:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32960 0.035789 [API:8081]10.0.0.23 - - [2026-04-20 19:01:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14055 0.025628 [API:8081]10.0.0.23 - - [2026-04-20 19:02:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32960 0.033095 [API:8081]10.0.0.23 - - [2026-04-20 19:02:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14055 0.029299 [API:8081]10.0.0.65 - - [2026-04-20 19:02:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.080915 [API:8081]10.0.0.23 - - [2026-04-20 19:02:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32960 0.033963 [API:8081]10.0.0.23 - - [2026-04-20 19:02:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14055 0.029700 [API:8081]10.0.0.23 - - [2026-04-20 19:02:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32960 0.033491 [API:8081]10.0.0.23 - - [2026-04-20 19:02:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14055 0.029924 [API:8081]10.0.0.23 - - [2026-04-20 19:02:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32960 0.034997 [API:8081]10.0.0.23 - - [2026-04-20 19:02:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14055 0.028099 [API:8081]10.0.0.23 - - [2026-04-20 19:02:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32960 0.033122 [API:8081]10.0.0.23 - - [2026-04-20 19:02:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 14055 0.033776 [API:8081]10.0.0.23 - - [2026-04-20 19:02:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5654-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32960 0.032207 [API:8081]10.0.0.23 - - [2026-04-20 19:02:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5654-1?flat HTTP/1.1" 200 13667 0.026665 [API:8081]10.0.0.23 - - [2026-04-20 19:02:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-27786648:ctest-vn-04165489?flat HTTP/1.1" 200 6177 0.017732 [API:8081]10.0.0.23 - - [2026-04-20 19:02:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.013237 [API:8081]10.0.0.23 - - [2026-04-20 19:02:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-04-20 19:02:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2034 0.096919 [API:8081]10.0.0.23 - - [2026-04-20 19:02:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2034 0.080674 [API:8081]10.0.0.65 - - [2026-04-20 19:04:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094729 [API:8081]10.0.0.65 - - [2026-04-20 19:05:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.099007 [API:8081]10.0.0.249 - - [2026-04-20 19:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.249 - - [2026-04-20 19:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.249 - - [2026-04-20 19:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-04-20 19:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.249 - - [2026-04-20 19:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.65 - - [2026-04-20 19:05:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.65 - - [2026-04-20 19:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.65 - - [2026-04-20 19:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2026-04-20 19:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-04-20 19:05:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.23 - - [2026-04-20 19:05:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-04-20 19:05:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003449 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003924 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004173 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004124 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005273 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003826 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004570 [LOCAL API:8181]127.0.0.1 - - [2026-04-20 19:07:07] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5654-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003465 [API:8081]10.0.0.65 - - [2026-04-20 19:07:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092595 [API:8081]10.0.0.65 - - [2026-04-20 19:08:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.119750 [API:8081]10.0.0.23 - - [2026-04-20 19:08:25] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-04-20 19:08:25] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.23 - - [2026-04-20 19:08:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-04-20 19:08:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2026 0.084517 [API:8081]10.0.0.249 - - [2026-04-20 19:08:52] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-20 19:08:52] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.65 - - [2026-04-20 19:08:52] "GET /analytics HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.65 - - [2026-04-20 19:08:52] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.249 - - [2026-04-20 19:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.249 - - [2026-04-20 19:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.249 - - [2026-04-20 19:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.65 - - [2026-04-20 19:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000515 [API:8081]10.0.0.249 - - [2026-04-20 19:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.65 - - [2026-04-20 19:10:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.65 - - [2026-04-20 19:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.65 - - [2026-04-20 19:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-04-20 19:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.23 - - [2026-04-20 19:10:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.23 - - [2026-04-20 19:10:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-20 19:10:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.65 - - [2026-04-20 19:10:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083410 [API:8081]10.0.0.65 - - [2026-04-20 19:11:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.083752 [API:8081]10.0.0.65 - - [2026-04-20 19:13:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083539 [Introspect:8090]10.0.0.23 - - [2026-04-20 19:13:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001358