++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Feb 26 02:06:37 AM UTC 2026 ===================' INFO: =================== Thu Feb 26 02:06:37 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.65:8081 10.0.0.73:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.65:8081 10.0.0.73:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.65:8081 10.0.0.73:8081 10.0.0.131: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.65:9042 10.0.0.73:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.65:9042 10.0.0.73:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.65:9042 10.0.0.73:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.65:8086 10.0.0.73:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.65:8086 10.0.0.73:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.65:8086 10.0.0.73:8086 10.0.0.131: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.65,10.0.0.73,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.65:8082 10.0.0.73:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.65:8082 10.0.0.73:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.65:8082 10.0.0.73:8082 10.0.0.131: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.65:9161 10.0.0.73:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.65:9161 10.0.0.73:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.65:9161 10.0.0.73:9161 10.0.0.131: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.65:9041 10.0.0.73:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.65:9041 10.0.0.73:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.65:9041 10.0.0.73:9041 10.0.0.131: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.254,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.65:2181,10.0.0.73:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.65:2181,10.0.0.73:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.65:2181,10.0.0.73:2181,10.0.0.131: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.65:2181 10.0.0.73:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.65:2181 10.0.0.73:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.65:2181 10.0.0.73:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.65,10.0.0.73,10.0.0.131 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.65:5673,10.0.0.73:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.65:5673,10.0.0.73:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.65:5673,10.0.0.73:5673,10.0.0.131: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.65:6379 10.0.0.73:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.65:6379 10.0.0.73:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.65:6379 10.0.0.73:6379 10.0.0.131: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.65,10.0.0.73,10.0.0.131 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.65:9092 10.0.0.73:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.65:9092 10.0.0.73:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.65:9092 10.0.0.73:9092 10.0.0.131: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.65 ++ 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.65,10.0.0.73,10.0.0.131 ++ 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.65,10.0.0.73,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.65,10.0.0.73,10.0.0.131 + local cassandra=10.0.0.65 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.65 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 +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.65,10.0.0.73,10.0.0.131 +++ local servers=10.0.0.65,10.0.0.73,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ sort ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.65,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.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 1 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set ++ sed 's/^ANALYTICS_API__//g' ++ 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: 02/26/2026 02:06:45.391 7fc8f58fd5c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/26/2026 02:06:45.622 7fc8f58fd5c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 02/26/2026 02:06:45.635 7fc8f58fd5c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/26/2026 02:06:45.635 7fc8f58fd5c0 [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.65: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.73 - - [2026-02-26 02:07:28] "GET /analytics HTTP/1.1" 401 205 0.000541 [API:8081]10.0.0.73 - - [2026-02-26 02:07:28] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.131 - - [2026-02-26 02:07:28] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.131 - - [2026-02-26 02:07:28] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.65 - - [2026-02-26 02:07:29] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-02-26 02:07:29] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.131 - - [2026-02-26 02:07:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.448582 [API:8081]10.0.0.73 - - [2026-02-26 02:07:59] "GET /analytics HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.73 - - [2026-02-26 02:07:59] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.131 - - [2026-02-26 02:07:59] "GET /analytics HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.131 - - [2026-02-26 02:07:59] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.65 - - [2026-02-26 02:08:00] "GET /analytics HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.65 - - [2026-02-26 02:08:00] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.73 - - [2026-02-26 02:08:29] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.73 - - [2026-02-26 02:08:29] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.131 - - [2026-02-26 02:08:29] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.131 - - [2026-02-26 02:08:29] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.131 - - [2026-02-26 02:08:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.429654 [API:8081]10.0.0.73 - - [2026-02-26 02:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.73 - - [2026-02-26 02:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.131 - - [2026-02-26 02:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.131 - - [2026-02-26 02:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.131 - - [2026-02-26 02:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.131 - - [2026-02-26 02:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.73 - - [2026-02-26 02:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.73 - - [2026-02-26 02:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-02-26 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000442 [API:8081]10.0.0.65 - - [2026-02-26 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.65 - - [2026-02-26 02:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000813 [API:8081]10.0.0.65 - - [2026-02-26 02:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.131 - - [2026-02-26 02:10:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.478646 [Introspect:8090]10.0.0.65 - - [2026-02-26 02:10:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001634 [Introspect:8090]10.0.0.65 - - [2026-02-26 02:11:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001171 [API:8081]10.0.0.131 - - [2026-02-26 02:11:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.108614 [Introspect:8090]10.0.0.65 - - [2026-02-26 02:12:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001305 [Introspect:8090]10.0.0.65 - - [2026-02-26 02:12:23] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000779 [API:8081]10.0.0.65 - - [2026-02-26 02:12:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1:Control:contrail-control:0?flat HTTP/1.1" 200 38724 0.079088 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.086508 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2:Control:contrail-control:0?flat HTTP/1.1" 200 35666 0.089884 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.020018 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3:Control:contrail-control:0?flat HTTP/1.1" 200 38112 0.032321 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13605 0.033640 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.029272 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.020622 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3358 0.016482 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3357 0.012419 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011233 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.014462 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.022043 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.022211 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.014581 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.019577 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017275 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.021060 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017093 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.016315 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017636 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.017229 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.018474 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.018989 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14832 0.026547 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.024694 [API:8081]10.0.0.65 - - [2026-02-26 02:12:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.020455 [API:8081]10.0.0.65 - - [2026-02-26 02:12:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015760 [API:8081]10.0.0.65 - - [2026-02-26 02:12:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.023255 [API:8081]10.0.0.65 - - [2026-02-26 02:12:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.016637 [API:8081]10.0.0.65 - - [2026-02-26 02:12:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.020264 [API:8081]10.0.0.65 - - [2026-02-26 02:12:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.031779 [API:8081]10.0.0.65 - - [2026-02-26 02:12:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.034802 [API:8081]10.0.0.65 - - [2026-02-26 02:12:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.026592 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.024655 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.017947 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.024080 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.018040 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.015987 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14832 0.030416 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.018642 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.015776 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.018462 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014090 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.019208 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14833 0.063564 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013843 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.014340 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.015132 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.016684 [API:8081]10.0.0.65 - - [2026-02-26 02:12:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.014535 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11115 0.015507 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.015047 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.015756 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.013793 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.015279 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1:Control:contrail-control:0?flat HTTP/1.1" 200 38725 0.023597 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.013746 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.016470 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2:Control:contrail-control:0?flat HTTP/1.1" 200 35669 0.022549 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012812 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.017454 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3:Control:contrail-control:0?flat HTTP/1.1" 200 38112 0.025044 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.013528 [API:8081]10.0.0.65 - - [2026-02-26 02:12:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5402-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13605 0.016726 [API:8081]10.0.0.65 - - [2026-02-26 02:12:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12021 0.022032 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?flat HTTP/1.1" 200 15898 0.023632 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?flat HTTP/1.1" 200 14399 0.021059 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?flat HTTP/1.1" 200 16733 0.031405 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?flat HTTP/1.1" 200 15898 0.021822 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?flat HTTP/1.1" 200 14399 0.023793 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?flat HTTP/1.1" 200 16733 0.029050 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?flat HTTP/1.1" 200 15898 0.021168 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?flat HTTP/1.1" 200 14399 0.022165 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?flat HTTP/1.1" 200 16733 0.020734 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?flat HTTP/1.1" 200 15898 0.022955 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?flat HTTP/1.1" 200 14399 0.022559 [API:8081]10.0.0.65 - - [2026-02-26 02:12:31] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?flat HTTP/1.1" 200 16733 0.023745 [API:8081]10.0.0.65 - - [2026-02-26 02:12:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 8000 0.016680 [API:8081]10.0.0.65 - - [2026-02-26 02:12:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 8000 0.018522 [API:8081]10.0.0.65 - - [2026-02-26 02:12:32] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5402-3?flat HTTP/1.1" 200 8003 0.014760 [API:8081]10.0.0.65 - - [2026-02-26 02:12:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.65 - - [2026-02-26 02:12:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.415939 [API:8081]10.0.0.65 - - [2026-02-26 02:12:56] "POST /analytics/query HTTP/1.1" 200 54689 1.075071 [API:8081]10.0.0.65 - - [2026-02-26 02:12:57] "POST /analytics/query HTTP/1.1" 200 5875 1.091707 [API:8081]10.0.0.65 - - [2026-02-26 02:12:58] "POST /analytics/query HTTP/1.1" 200 871 1.025364 [API:8081]10.0.0.65 - - [2026-02-26 02:12:59] "POST /analytics/query HTTP/1.1" 200 5875 1.022345 [API:8081]10.0.0.65 - - [2026-02-26 02:13:00] "POST /analytics/query HTTP/1.1" 200 871 1.027212 [API:8081]10.0.0.65 - - [2026-02-26 02:13:12] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001122 [API:8081]10.0.0.131 - - [2026-02-26 02:13:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107530 [API:8081]10.0.0.73 - - [2026-02-26 02:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.73 - - [2026-02-26 02:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000542 [API:8081]10.0.0.131 - - [2026-02-26 02:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.131 - - [2026-02-26 02:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2026-02-26 02:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2026-02-26 02:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.73 - - [2026-02-26 02:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.73 - - [2026-02-26 02:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000656 [API:8081]10.0.0.65 - - [2026-02-26 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.65 - - [2026-02-26 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.65 - - [2026-02-26 02:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-02-26 02:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.131 - - [2026-02-26 02:14:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.134774 [API:8081]10.0.0.131 - - [2026-02-26 02:16:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076751 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003021 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003003 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003583 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003018 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003146 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002594 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002789 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:16:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002509 [API:8081]10.0.0.131 - - [2026-02-26 02:17:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.091866 [API:8081]10.0.0.65 - - [2026-02-26 02:18:00] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.65 - - [2026-02-26 02:18:00] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.65 - - [2026-02-26 02:18:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.65 - - [2026-02-26 02:18:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.076446 [API:8081]10.0.0.65 - - [2026-02-26 02:18:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.079381 [API:8081]10.0.0.73 - - [2026-02-26 02:18:29] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.73 - - [2026-02-26 02:18:29] "GET /analytics HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.131 - - [2026-02-26 02:18:29] "GET /analytics HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.131 - - [2026-02-26 02:18:29] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.73 - - [2026-02-26 02:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.73 - - [2026-02-26 02:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.131 - - [2026-02-26 02:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.131 - - [2026-02-26 02:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2026-02-26 02:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2026-02-26 02:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.73 - - [2026-02-26 02:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.73 - - [2026-02-26 02:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2026-02-26 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.65 - - [2026-02-26 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.65 - - [2026-02-26 02:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.65 - - [2026-02-26 02:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.131 - - [2026-02-26 02:19:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081847 [API:8081]10.0.0.131 - - [2026-02-26 02:20:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.135204 [API:8081]10.0.0.131 - - [2026-02-26 02:22:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109487 [API:8081]10.0.0.131 - - [2026-02-26 02:23:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072793 [API:8081]10.0.0.73 - - [2026-02-26 02:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2026-02-26 02:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.131 - - [2026-02-26 02:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.131 - - [2026-02-26 02:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2026-02-26 02:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.131 - - [2026-02-26 02:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.73 - - [2026-02-26 02:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.73 - - [2026-02-26 02:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.65 - - [2026-02-26 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.65 - - [2026-02-26 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-02-26 02:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.65 - - [2026-02-26 02:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.65 - - [2026-02-26 02:25:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.65 - - [2026-02-26 02:25:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.085047 [API:8081]10.0.0.65 - - [2026-02-26 02:25:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.093149 [API:8081]10.0.0.131 - - [2026-02-26 02:25:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073270 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.010293 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.008177 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.015377 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.007757 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004902 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003467 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004920 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:26:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002911 [API:8081]10.0.0.65 - - [2026-02-26 02:26:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.010077 [API:8081]10.0.0.65 - - [2026-02-26 02:26:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.012122 [API:8081]10.0.0.65 - - [2026-02-26 02:26:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.065738 [API:8081]10.0.0.131 - - [2026-02-26 02:26:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.113272 [API:8081]10.0.0.65 - - [2026-02-26 02:26:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.010019 [API:8081]10.0.0.65 - - [2026-02-26 02:28:00] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.65 - - [2026-02-26 02:28:00] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.73 - - [2026-02-26 02:28:29] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.73 - - [2026-02-26 02:28:29] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.131 - - [2026-02-26 02:28:29] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2026-02-26 02:28:29] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.131 - - [2026-02-26 02:28:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074358 [API:8081]10.0.0.73 - - [2026-02-26 02:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.73 - - [2026-02-26 02:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.131 - - [2026-02-26 02:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.131 - - [2026-02-26 02:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.131 - - [2026-02-26 02:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.131 - - [2026-02-26 02:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.73 - - [2026-02-26 02:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.73 - - [2026-02-26 02:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-02-26 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.65 - - [2026-02-26 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2026-02-26 02:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-02-26 02:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2026-02-26 02:29:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079416 [API:8081]10.0.0.65 - - [2026-02-26 02:30:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.081997 [API:8081]10.0.0.65 - - [2026-02-26 02:30:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.027583 [API:8081]10.0.0.65 - - [2026-02-26 02:30:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-32909364:ctest-vnet1-18257794?flat HTTP/1.1" 200 8246 0.093224 [API:8081]10.0.0.65 - - [2026-02-26 02:30:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013884 [API:8081]10.0.0.65 - - [2026-02-26 02:30:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.031057 [API:8081]10.0.0.65 - - [2026-02-26 02:30:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.025757 [API:8081]10.0.0.65 - - [2026-02-26 02:30:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.023752 [API:8081]10.0.0.65 - - [2026-02-26 02:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.032581 [API:8081]10.0.0.65 - - [2026-02-26 02:30:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.026570 [API:8081]10.0.0.65 - - [2026-02-26 02:30:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.023775 [API:8081]10.0.0.65 - - [2026-02-26 02:30:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.023178 [API:8081]10.0.0.65 - - [2026-02-26 02:30:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021480 [API:8081]10.0.0.65 - - [2026-02-26 02:30:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24576 0.032065 [API:8081]10.0.0.65 - - [2026-02-26 02:30:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-32909364:ctest-vnet0-15920870?flat HTTP/1.1" 200 8235 0.014818 [API:8081]10.0.0.65 - - [2026-02-26 02:30:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010815 [API:8081]10.0.0.65 - - [2026-02-26 02:31:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.011450 [API:8081]10.0.0.131 - - [2026-02-26 02:31:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092111 [API:8081]10.0.0.65 - - [2026-02-26 02:32:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2026-02-26 02:32:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.080037 [API:8081]10.0.0.131 - - [2026-02-26 02:32:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.083536 [API:8081]10.0.0.65 - - [2026-02-26 02:34:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.092866 [API:8081]10.0.0.65 - - [2026-02-26 02:34:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.036533 [API:8081]10.0.0.65 - - [2026-02-26 02:34:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.097370 [API:8081]10.0.0.65 - - [2026-02-26 02:34:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-33861463:ctest-vnet0-54510446?flat HTTP/1.1" 200 7194 0.016084 [API:8081]10.0.0.65 - - [2026-02-26 02:34:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014004 [API:8081]10.0.0.65 - - [2026-02-26 02:34:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.65 - - [2026-02-26 02:34:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.077378 [API:8081]10.0.0.73 - - [2026-02-26 02:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.73 - - [2026-02-26 02:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2026-02-26 02:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.131 - - [2026-02-26 02:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.131 - - [2026-02-26 02:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2026-02-26 02:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.73 - - [2026-02-26 02:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.73 - - [2026-02-26 02:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.65 - - [2026-02-26 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2026-02-26 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2026-02-26 02:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.65 - - [2026-02-26 02:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.65 - - [2026-02-26 02:34:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.65 - - [2026-02-26 02:34:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.082949 [API:8081]10.0.0.65 - - [2026-02-26 02:34:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.075233 [API:8081]10.0.0.65 - - [2026-02-26 02:34:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.088586 [API:8081]10.0.0.131 - - [2026-02-26 02:35:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076411 [API:8081]10.0.0.65 - - [2026-02-26 02:35:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:2121fd8f-7377-4056-ba98-dfd2b2ba26a5?flat HTTP/1.1" 200 5234 0.016569 [API:8081]10.0.0.65 - - [2026-02-26 02:35:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:2121fd8f-7377-4056-ba98-dfd2b2ba26a5?flat HTTP/1.1" 200 5234 0.014743 [API:8081]10.0.0.65 - - [2026-02-26 02:35:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:2121fd8f-7377-4056-ba98-dfd2b2ba26a5?flat HTTP/1.1" 200 5234 0.014796 [API:8081]10.0.0.65 - - [2026-02-26 02:35:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-85580337:ctest-VN1-59800609?flat HTTP/1.1" 200 8560 0.016291 [API:8081]10.0.0.65 - - [2026-02-26 02:35:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022573 [API:8081]10.0.0.65 - - [2026-02-26 02:35:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022429 [API:8081]10.0.0.65 - - [2026-02-26 02:35:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010918 [API:8081]10.0.0.65 - - [2026-02-26 02:35:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:c71c86ca-1659-40ff-9e13-058a30e31675?flat HTTP/1.1" 200 5087 0.015187 [API:8081]10.0.0.65 - - [2026-02-26 02:35:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:c71c86ca-1659-40ff-9e13-058a30e31675?flat HTTP/1.1" 200 5087 0.015075 [API:8081]10.0.0.65 - - [2026-02-26 02:35:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:c71c86ca-1659-40ff-9e13-058a30e31675?flat HTTP/1.1" 200 5087 0.017564 [API:8081]10.0.0.65 - - [2026-02-26 02:35:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-85580337:ctest-VN2-95442116?flat HTTP/1.1" 200 7853 0.017511 [API:8081]10.0.0.65 - - [2026-02-26 02:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022803 [API:8081]10.0.0.65 - - [2026-02-26 02:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022877 [API:8081]10.0.0.65 - - [2026-02-26 02:35:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011797 [API:8081]10.0.0.65 - - [2026-02-26 02:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:30fc154c-3b21-4ef1-899c-8f38213aa25f?flat HTTP/1.1" 200 5094 0.016174 [API:8081]10.0.0.65 - - [2026-02-26 02:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:30fc154c-3b21-4ef1-899c-8f38213aa25f?flat HTTP/1.1" 200 5094 0.025367 [API:8081]10.0.0.65 - - [2026-02-26 02:35:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-85580337:30fc154c-3b21-4ef1-899c-8f38213aa25f?flat HTTP/1.1" 200 5094 0.024625 [API:8081]10.0.0.65 - - [2026-02-26 02:35:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-85580337:ctest-VN3-62761883?flat HTTP/1.1" 200 7440 0.020783 [API:8081]10.0.0.65 - - [2026-02-26 02:35:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.031112 [API:8081]10.0.0.65 - - [2026-02-26 02:35:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023788 [API:8081]10.0.0.65 - - [2026-02-26 02:35:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009413 [API:8081]10.0.0.131 - - [2026-02-26 02:36:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076322 [API:8081]10.0.0.65 - - [2026-02-26 02:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025618 [API:8081]10.0.0.65 - - [2026-02-26 02:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023943 [API:8081]10.0.0.65 - - [2026-02-26 02:36:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.036011 [API:8081]10.0.0.65 - - [2026-02-26 02:36:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.036267 [API:8081]10.0.0.65 - - [2026-02-26 02:36:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022844 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003033 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003523 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003706 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003051 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003345 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003037 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003460 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:36:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002897 [API:8081]10.0.0.65 - - [2026-02-26 02:36:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.041594 [API:8081]10.0.0.65 - - [2026-02-26 02:36:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-85580337:ctest-VN3-62761883?flat HTTP/1.1" 200 6212 0.015080 [API:8081]10.0.0.65 - - [2026-02-26 02:36:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011539 [API:8081]10.0.0.65 - - [2026-02-26 02:36:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.029427 [API:8081]10.0.0.65 - - [2026-02-26 02:36:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-85580337:ctest-VN2-95442116?flat HTTP/1.1" 200 6547 0.013514 [API:8081]10.0.0.65 - - [2026-02-26 02:36:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012913 [API:8081]10.0.0.65 - - [2026-02-26 02:36:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021881 [API:8081]10.0.0.65 - - [2026-02-26 02:36:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025152 [API:8081]10.0.0.65 - - [2026-02-26 02:36:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024462 [API:8081]10.0.0.65 - - [2026-02-26 02:37:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.026641 [API:8081]10.0.0.65 - - [2026-02-26 02:37:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.051813 [API:8081]10.0.0.65 - - [2026-02-26 02:37:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023445 [API:8081]10.0.0.65 - - [2026-02-26 02:37:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023328 [API:8081]10.0.0.65 - - [2026-02-26 02:37:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021709 [API:8081]10.0.0.65 - - [2026-02-26 02:37:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022701 [API:8081]10.0.0.65 - - [2026-02-26 02:37:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-85580337:ctest-VN1-59800609?flat HTTP/1.1" 200 6776 0.014792 [API:8081]10.0.0.65 - - [2026-02-26 02:37:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011750 [API:8081]10.0.0.65 - - [2026-02-26 02:37:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.65 - - [2026-02-26 02:37:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.087253 [API:8081]10.0.0.65 - - [2026-02-26 02:37:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.069188 [API:8081]10.0.0.65 - - [2026-02-26 02:37:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.059054 [API:8081]10.0.0.65 - - [2026-02-26 02:38:00] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2026-02-26 02:38:00] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.131 - - [2026-02-26 02:38:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072242 [API:8081]10.0.0.73 - - [2026-02-26 02:38:29] "GET /analytics HTTP/1.1" 401 205 0.000482 [API:8081]10.0.0.73 - - [2026-02-26 02:38:29] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.131 - - [2026-02-26 02:38:29] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.131 - - [2026-02-26 02:38:29] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-02-26 02:38:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a61cd016-0e95-410e-8e84-8c9ea463ac00?flat HTTP/1.1" 200 5365 0.015711 [API:8081]10.0.0.65 - - [2026-02-26 02:38:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a61cd016-0e95-410e-8e84-8c9ea463ac00?flat HTTP/1.1" 200 5365 0.016683 [API:8081]10.0.0.65 - - [2026-02-26 02:38:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a61cd016-0e95-410e-8e84-8c9ea463ac00?flat HTTP/1.1" 200 5365 0.017488 [API:8081]10.0.0.65 - - [2026-02-26 02:38:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a61cd016-0e95-410e-8e84-8c9ea463ac00?flat HTTP/1.1" 200 5365 0.015457 [API:8081]10.0.0.65 - - [2026-02-26 02:38:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77346094:ctest-VN1-68472583?flat HTTP/1.1" 200 9454 0.021369 [API:8081]10.0.0.65 - - [2026-02-26 02:38:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.025858 [API:8081]10.0.0.65 - - [2026-02-26 02:38:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.024705 [API:8081]10.0.0.65 - - [2026-02-26 02:38:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009667 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:c4067ed8-6d34-44ab-a3ab-1cd5c1d7d0bc?flat HTTP/1.1" 200 5216 0.015052 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:c4067ed8-6d34-44ab-a3ab-1cd5c1d7d0bc?flat HTTP/1.1" 200 5216 0.016793 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:c4067ed8-6d34-44ab-a3ab-1cd5c1d7d0bc?flat HTTP/1.1" 200 5216 0.016032 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:c4067ed8-6d34-44ab-a3ab-1cd5c1d7d0bc?flat HTTP/1.1" 200 5216 0.018592 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77346094:ctest-VN2-40115262?flat HTTP/1.1" 200 8629 0.019939 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023993 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.020486 [API:8081]10.0.0.65 - - [2026-02-26 02:38:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009123 [API:8081]10.0.0.65 - - [2026-02-26 02:38:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a4517e28-477e-4b88-9724-f57352b1ef31?flat HTTP/1.1" 200 5226 0.015570 [API:8081]10.0.0.65 - - [2026-02-26 02:38:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a4517e28-477e-4b88-9724-f57352b1ef31?flat HTTP/1.1" 200 5226 0.016625 [API:8081]10.0.0.65 - - [2026-02-26 02:38:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a4517e28-477e-4b88-9724-f57352b1ef31?flat HTTP/1.1" 200 5226 0.031507 [API:8081]10.0.0.65 - - [2026-02-26 02:38:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-77346094:a4517e28-477e-4b88-9724-f57352b1ef31?flat HTTP/1.1" 200 5226 0.023528 [API:8081]10.0.0.65 - - [2026-02-26 02:38:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77346094:ctest-VN3-43657215?flat HTTP/1.1" 200 8208 0.022833 [API:8081]10.0.0.65 - - [2026-02-26 02:38:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.027638 [API:8081]10.0.0.65 - - [2026-02-26 02:38:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.031510 [API:8081]10.0.0.65 - - [2026-02-26 02:38:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012832 [API:8081]10.0.0.131 - - [2026-02-26 02:39:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.104424 [API:8081]10.0.0.65 - - [2026-02-26 02:39:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.034521 [API:8081]10.0.0.65 - - [2026-02-26 02:39:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.023954 [API:8081]10.0.0.65 - - [2026-02-26 02:39:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.026628 [API:8081]10.0.0.65 - - [2026-02-26 02:39:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.024854 [API:8081]10.0.0.73 - - [2026-02-26 02:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2026-02-26 02:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.131 - - [2026-02-26 02:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.131 - - [2026-02-26 02:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.131 - - [2026-02-26 02:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-02-26 02:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.73 - - [2026-02-26 02:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001093 [API:8081]10.0.0.73 - - [2026-02-26 02:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-02-26 02:39:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.033445 [API:8081]10.0.0.65 - - [2026-02-26 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000553 [API:8081]10.0.0.65 - - [2026-02-26 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.65 - - [2026-02-26 02:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.65 - - [2026-02-26 02:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2026-02-26 02:39:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022384 [API:8081]10.0.0.65 - - [2026-02-26 02:39:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.025532 [API:8081]10.0.0.65 - - [2026-02-26 02:39:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.025000 [API:8081]10.0.0.65 - - [2026-02-26 02:39:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.024382 [API:8081]10.0.0.65 - - [2026-02-26 02:39:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77346094:ctest-VN3-43657215?flat HTTP/1.1" 200 6969 0.016196 [API:8081]10.0.0.65 - - [2026-02-26 02:39:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009962 [API:8081]10.0.0.65 - - [2026-02-26 02:39:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021523 [API:8081]10.0.0.65 - - [2026-02-26 02:39:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.024147 [API:8081]10.0.0.65 - - [2026-02-26 02:39:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.031577 [API:8081]10.0.0.65 - - [2026-02-26 02:40:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.035480 [API:8081]10.0.0.65 - - [2026-02-26 02:40:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.032144 [API:8081]10.0.0.65 - - [2026-02-26 02:40:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.034098 [API:8081]10.0.0.65 - - [2026-02-26 02:40:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.030704 [API:8081]10.0.0.65 - - [2026-02-26 02:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021695 [API:8081]10.0.0.65 - - [2026-02-26 02:40:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.023183 [API:8081]10.0.0.65 - - [2026-02-26 02:40:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.033756 [API:8081]10.0.0.65 - - [2026-02-26 02:40:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77346094:ctest-VN2-40115262?flat HTTP/1.1" 200 7305 0.015007 [API:8081]10.0.0.65 - - [2026-02-26 02:40:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009719 [API:8081]10.0.0.65 - - [2026-02-26 02:40:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.027384 [API:8081]10.0.0.65 - - [2026-02-26 02:40:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.035621 [API:8081]10.0.0.65 - - [2026-02-26 02:40:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.029346 [API:8081]10.0.0.65 - - [2026-02-26 02:40:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.023271 [API:8081]10.0.0.65 - - [2026-02-26 02:40:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.025370 [API:8081]10.0.0.65 - - [2026-02-26 02:40:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.022774 [API:8081]10.0.0.65 - - [2026-02-26 02:40:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.025332 [API:8081]10.0.0.65 - - [2026-02-26 02:40:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.020848 [API:8081]10.0.0.65 - - [2026-02-26 02:40:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.022482 [API:8081]10.0.0.65 - - [2026-02-26 02:40:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-77346094:ctest-VN1-68472583?flat HTTP/1.1" 200 7647 0.020382 [API:8081]10.0.0.65 - - [2026-02-26 02:40:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009784 [API:8081]10.0.0.65 - - [2026-02-26 02:41:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-02-26 02:41:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.094298 [API:8081]10.0.0.65 - - [2026-02-26 02:41:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.073002 [API:8081]10.0.0.131 - - [2026-02-26 02:41:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.322656 [API:8081]10.0.0.131 - - [2026-02-26 02:42:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.084136 [API:8081]10.0.0.65 - - [2026-02-26 02:43:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.65 - - [2026-02-26 02:43:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.078026 [API:8081]10.0.0.131 - - [2026-02-26 02:44:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084156 [API:8081]10.0.0.73 - - [2026-02-26 02:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.73 - - [2026-02-26 02:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-02-26 02:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2026-02-26 02:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2026-02-26 02:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2026-02-26 02:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.73 - - [2026-02-26 02:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000531 [API:8081]10.0.0.73 - - [2026-02-26 02:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2026-02-26 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-02-26 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.65 - - [2026-02-26 02:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.65 - - [2026-02-26 02:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.131 - - [2026-02-26 02:45:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072322 [API:8081]10.0.0.65 - - [2026-02-26 02:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.022858 [API:8081]10.0.0.65 - - [2026-02-26 02:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.086413 [API:8081]10.0.0.65 - - [2026-02-26 02:45:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.089594 [API:8081]10.0.0.65 - - [2026-02-26 02:45:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.037613 [API:8081]10.0.0.65 - - [2026-02-26 02:45:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-53420446:ctest-vnet0-01009669?flat HTTP/1.1" 200 7967 0.013759 [API:8081]10.0.0.65 - - [2026-02-26 02:45:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011748 [API:8081]10.0.0.65 - - [2026-02-26 02:46:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2026-02-26 02:46:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.092061 [API:8081]10.0.0.65 - - [2026-02-26 02:46:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.074856 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:45] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.012304 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003681 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:45] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003862 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003729 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004446 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003171 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004095 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003933 [API:8081]10.0.0.131 - - [2026-02-26 02:47:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084569 [API:8081]10.0.0.65 - - [2026-02-26 02:48:00] "GET /analytics HTTP/1.1" 401 205 0.000509 [API:8081]10.0.0.65 - - [2026-02-26 02:48:00] "GET /analytics HTTP/1.1" 401 205 0.002094 [API:8081]10.0.0.131 - - [2026-02-26 02:48:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075843 [API:8081]10.0.0.73 - - [2026-02-26 02:48:29] "GET /analytics HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.73 - - [2026-02-26 02:48:29] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2026-02-26 02:48:29] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.131 - - [2026-02-26 02:48:29] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.65 - - [2026-02-26 02:49:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.023936 [API:8081]10.0.0.73 - - [2026-02-26 02:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.73 - - [2026-02-26 02:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.65 - - [2026-02-26 02:49:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.079428 [API:8081]10.0.0.131 - - [2026-02-26 02:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.131 - - [2026-02-26 02:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.131 - - [2026-02-26 02:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2026-02-26 02:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.73 - - [2026-02-26 02:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.73 - - [2026-02-26 02:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.65 - - [2026-02-26 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2026-02-26 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.65 - - [2026-02-26 02:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.65 - - [2026-02-26 02:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.65 - - [2026-02-26 02:49:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.025558 [API:8081]10.0.0.65 - - [2026-02-26 02:49:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.022960 [API:8081]10.0.0.65 - - [2026-02-26 02:49:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.020901 [API:8081]10.0.0.65 - - [2026-02-26 02:49:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.027448 [API:8081]10.0.0.65 - - [2026-02-26 02:49:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.036218 [API:8081]10.0.0.65 - - [2026-02-26 02:49:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-02537391:ctest-vnet1-09552208?flat HTTP/1.1" 200 7305 0.018153 [API:8081]10.0.0.65 - - [2026-02-26 02:49:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.018080 [API:8081]10.0.0.65 - - [2026-02-26 02:49:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.021152 [API:8081]10.0.0.65 - - [2026-02-26 02:49:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.029883 [API:8081]10.0.0.65 - - [2026-02-26 02:50:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.032762 [API:8081]10.0.0.65 - - [2026-02-26 02:50:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.022911 [API:8081]10.0.0.65 - - [2026-02-26 02:50:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.027122 [API:8081]10.0.0.65 - - [2026-02-26 02:50:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.022209 [API:8081]10.0.0.65 - - [2026-02-26 02:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.022128 [API:8081]10.0.0.65 - - [2026-02-26 02:50:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.029848 [API:8081]10.0.0.131 - - [2026-02-26 02:50:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063320 [API:8081]10.0.0.65 - - [2026-02-26 02:50:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022613 [API:8081]10.0.0.65 - - [2026-02-26 02:50:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-02537391:ctest-vnet0-34135684?flat HTTP/1.1" 200 6958 0.014847 [API:8081]10.0.0.65 - - [2026-02-26 02:50:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009940 [API:8081]10.0.0.65 - - [2026-02-26 02:50:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-02-26 02:50:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.064333 [API:8081]10.0.0.65 - - [2026-02-26 02:50:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.072411 [API:8081]10.0.0.131 - - [2026-02-26 02:51:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.080782 [API:8081]10.0.0.131 - - [2026-02-26 02:53:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072835 [API:8081]10.0.0.65 - - [2026-02-26 02:53:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.022871 [API:8081]10.0.0.65 - - [2026-02-26 02:53:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.087877 [API:8081]10.0.0.65 - - [2026-02-26 02:53:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.022832 [API:8081]10.0.0.65 - - [2026-02-26 02:53:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.027768 [API:8081]10.0.0.65 - - [2026-02-26 02:53:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-10578415:ctest-vnet1-39224650?flat HTTP/1.1" 200 8066 0.014452 [API:8081]10.0.0.65 - - [2026-02-26 02:53:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011572 [API:8081]10.0.0.65 - - [2026-02-26 02:53:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.033776 [API:8081]10.0.0.65 - - [2026-02-26 02:53:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.023655 [API:8081]10.0.0.65 - - [2026-02-26 02:54:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.032016 [API:8081]10.0.0.65 - - [2026-02-26 02:54:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.030486 [API:8081]10.0.0.65 - - [2026-02-26 02:54:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024873 [API:8081]10.0.0.65 - - [2026-02-26 02:54:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024768 [API:8081]10.0.0.65 - - [2026-02-26 02:54:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024199 [API:8081]10.0.0.65 - - [2026-02-26 02:54:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024553 [API:8081]10.0.0.65 - - [2026-02-26 02:54:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.023133 [API:8081]10.0.0.65 - - [2026-02-26 02:54:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-10578415:ctest-vnet0-59142656?flat HTTP/1.1" 200 7708 0.018218 [API:8081]10.0.0.65 - - [2026-02-26 02:54:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012850 [API:8081]10.0.0.131 - - [2026-02-26 02:54:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.107344 [API:8081]10.0.0.73 - - [2026-02-26 02:54:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.73 - - [2026-02-26 02:54:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.131 - - [2026-02-26 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.131 - - [2026-02-26 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.131 - - [2026-02-26 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.131 - - [2026-02-26 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.73 - - [2026-02-26 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.73 - - [2026-02-26 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.65 - - [2026-02-26 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.65 - - [2026-02-26 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2026-02-26 02:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.65 - - [2026-02-26 02:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.131 - - [2026-02-26 02:56:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069345 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005582 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.008257 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.009273 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.023902 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.015678 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.010978 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.014106 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 02:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004493 [API:8081]10.0.0.131 - - [2026-02-26 02:57:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067628 [API:8081]10.0.0.65 - - [2026-02-26 02:58:00] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2026-02-26 02:58:00] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.65 - - [2026-02-26 02:58:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2026-02-26 02:58:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.063261 [API:8081]10.0.0.73 - - [2026-02-26 02:58:29] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.73 - - [2026-02-26 02:58:29] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.131 - - [2026-02-26 02:58:29] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-02-26 02:58:29] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.131 - - [2026-02-26 02:59:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070762 [API:8081]10.0.0.73 - - [2026-02-26 02:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.73 - - [2026-02-26 02:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.131 - - [2026-02-26 02:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.131 - - [2026-02-26 02:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.131 - - [2026-02-26 02:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.131 - - [2026-02-26 02:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.73 - - [2026-02-26 02:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.73 - - [2026-02-26 02:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2026-02-26 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-02-26 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000458 [API:8081]10.0.0.65 - - [2026-02-26 02:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.65 - - [2026-02-26 02:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.65 - - [2026-02-26 02:59:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.070147 [API:8081]10.0.0.131 - - [2026-02-26 03:00:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077267 [API:8081]10.0.0.65 - - [2026-02-26 03:01:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.65 - - [2026-02-26 03:01:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.064234 [API:8081]10.0.0.65 - - [2026-02-26 03:02:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:9e36b091-4554-4276-bb08-ebaf51115028?flat HTTP/1.1" 200 5826 0.088543 [API:8081]10.0.0.65 - - [2026-02-26 03:02:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:9e36b091-4554-4276-bb08-ebaf51115028?flat HTTP/1.1" 200 5826 0.082800 [API:8081]10.0.0.65 - - [2026-02-26 03:02:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:9e36b091-4554-4276-bb08-ebaf51115028?flat HTTP/1.1" 200 5826 0.016838 [API:8081]10.0.0.65 - - [2026-02-26 03:02:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867-64844096?flat HTTP/1.1" 200 5025 0.020705 [API:8081]10.0.0.65 - - [2026-02-26 03:02:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.029374 [API:8081]10.0.0.65 - - [2026-02-26 03:02:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.020981 [API:8081]10.0.0.65 - - [2026-02-26 03:02:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011493 [API:8081]10.0.0.131 - - [2026-02-26 03:02:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083261 [API:8081]10.0.0.65 - - [2026-02-26 03:02:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:6ea3d25e-dbec-4ab6-9b7a-ef837232fa48?flat HTTP/1.1" 200 5696 0.023791 [API:8081]10.0.0.65 - - [2026-02-26 03:02:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:6ea3d25e-dbec-4ab6-9b7a-ef837232fa48?flat HTTP/1.1" 200 5696 0.016576 [API:8081]10.0.0.65 - - [2026-02-26 03:02:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:6ea3d25e-dbec-4ab6-9b7a-ef837232fa48?flat HTTP/1.1" 200 5696 0.014909 [API:8081]10.0.0.65 - - [2026-02-26 03:02:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867-64844096?flat HTTP/1.1" 200 10945 0.019193 [API:8081]10.0.0.65 - - [2026-02-26 03:02:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.022263 [API:8081]10.0.0.65 - - [2026-02-26 03:02:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020882 [API:8081]10.0.0.65 - - [2026-02-26 03:02:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010016 [API:8081]10.0.0.65 - - [2026-02-26 03:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.023599 [API:8081]10.0.0.65 - - [2026-02-26 03:03:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867-64844096?flat HTTP/1.1" 200 11712 0.026216 [API:8081]10.0.0.65 - - [2026-02-26 03:03:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010240 [API:8081]10.0.0.65 - - [2026-02-26 03:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.039815 [API:8081]10.0.0.65 - - [2026-02-26 03:03:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.033405 [API:8081]10.0.0.131 - - [2026-02-26 03:03:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079117 [API:8081]10.0.0.65 - - [2026-02-26 03:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.023725 [API:8081]10.0.0.65 - - [2026-02-26 03:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.031490 [API:8081]10.0.0.65 - - [2026-02-26 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.023870 [API:8081]10.0.0.65 - - [2026-02-26 03:03:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.039615 [API:8081]10.0.0.65 - - [2026-02-26 03:03:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.027864 [API:8081]10.0.0.65 - - [2026-02-26 03:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.024025 [API:8081]10.0.0.65 - - [2026-02-26 03:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.022671 [API:8081]10.0.0.65 - - [2026-02-26 03:03:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867:ctest-SecurityGroupBasicRegressionTests1Ipv6-63109867-64844096?flat HTTP/1.1" 200 8803 0.016076 [API:8081]10.0.0.65 - - [2026-02-26 03:03:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009677 [API:8081]10.0.0.65 - - [2026-02-26 03:03:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-02-26 03:03:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.075482 [API:8081]10.0.0.73 - - [2026-02-26 03:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.73 - - [2026-02-26 03:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.131 - - [2026-02-26 03:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.131 - - [2026-02-26 03:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.131 - - [2026-02-26 03:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.131 - - [2026-02-26 03:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.73 - - [2026-02-26 03:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.73 - - [2026-02-26 03:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.65 - - [2026-02-26 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-02-26 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.65 - - [2026-02-26 03:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.65 - - [2026-02-26 03:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-02-26 03:04:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:6c3c434a-5c65-43e0-97ea-7e2f9ccfbdbb?flat HTTP/1.1" 200 5801 0.085922 [API:8081]10.0.0.65 - - [2026-02-26 03:04:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:6c3c434a-5c65-43e0-97ea-7e2f9ccfbdbb?flat HTTP/1.1" 200 5801 0.085931 [API:8081]10.0.0.65 - - [2026-02-26 03:04:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:6c3c434a-5c65-43e0-97ea-7e2f9ccfbdbb?flat HTTP/1.1" 200 5801 0.018392 [API:8081]10.0.0.65 - - [2026-02-26 03:04:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750-77751019?flat HTTP/1.1" 200 10438 0.018799 [API:8081]10.0.0.65 - - [2026-02-26 03:04:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.038512 [API:8081]10.0.0.65 - - [2026-02-26 03:04:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.031119 [API:8081]10.0.0.65 - - [2026-02-26 03:04:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011556 [API:8081]10.0.0.65 - - [2026-02-26 03:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:99a4b5a5-8c3e-43aa-9caf-b7432b8b9b9b?flat HTTP/1.1" 200 5671 0.017247 [API:8081]10.0.0.65 - - [2026-02-26 03:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:99a4b5a5-8c3e-43aa-9caf-b7432b8b9b9b?flat HTTP/1.1" 200 5671 0.017611 [API:8081]10.0.0.65 - - [2026-02-26 03:05:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:99a4b5a5-8c3e-43aa-9caf-b7432b8b9b9b?flat HTTP/1.1" 200 5671 0.021725 [API:8081]10.0.0.65 - - [2026-02-26 03:05:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750-77751019?flat HTTP/1.1" 200 10453 0.021877 [API:8081]10.0.0.65 - - [2026-02-26 03:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.026472 [API:8081]10.0.0.65 - - [2026-02-26 03:05:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.025874 [API:8081]10.0.0.65 - - [2026-02-26 03:05:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010779 [API:8081]10.0.0.131 - - [2026-02-26 03:05:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074999 [API:8081]10.0.0.131 - - [2026-02-26 03:06:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082760 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002993 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003206 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003310 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003342 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004342 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003184 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004122 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002951 [API:8081]10.0.0.65 - - [2026-02-26 03:06:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.032491 [API:8081]10.0.0.65 - - [2026-02-26 03:07:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.034543 [API:8081]10.0.0.65 - - [2026-02-26 03:07:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.042146 [API:8081]10.0.0.65 - - [2026-02-26 03:07:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.022540 [API:8081]10.0.0.65 - - [2026-02-26 03:07:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.026617 [API:8081]10.0.0.65 - - [2026-02-26 03:07:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.023450 [API:8081]10.0.0.65 - - [2026-02-26 03:07:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.024139 [API:8081]10.0.0.65 - - [2026-02-26 03:07:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.022732 [API:8081]10.0.0.65 - - [2026-02-26 03:07:21] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750-77751019?flat HTTP/1.1" 200 11630 0.019642 [API:8081]10.0.0.65 - - [2026-02-26 03:07:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009592 [API:8081]10.0.0.65 - - [2026-02-26 03:07:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.026994 [API:8081]10.0.0.65 - - [2026-02-26 03:07:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.029876 [API:8081]10.0.0.65 - - [2026-02-26 03:07:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.025877 [API:8081]10.0.0.65 - - [2026-02-26 03:07:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.025084 [API:8081]10.0.0.65 - - [2026-02-26 03:07:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.024441 [API:8081]10.0.0.65 - - [2026-02-26 03:07:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.035590 [API:8081]10.0.0.65 - - [2026-02-26 03:07:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.023371 [API:8081]10.0.0.65 - - [2026-02-26 03:07:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.022219 [API:8081]10.0.0.65 - - [2026-02-26 03:07:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.025112 [API:8081]10.0.0.65 - - [2026-02-26 03:07:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750:ctest-SecurityGroupBasicRegressionTests1_contrail-72815750-77751019?flat HTTP/1.1" 200 8421 0.015294 [API:8081]10.0.0.65 - - [2026-02-26 03:07:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009516 [API:8081]10.0.0.65 - - [2026-02-26 03:08:00] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2026-02-26 03:08:00] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.65 - - [2026-02-26 03:08:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2026-02-26 03:08:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.095894 [API:8081]10.0.0.73 - - [2026-02-26 03:08:29] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.73 - - [2026-02-26 03:08:29] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.131 - - [2026-02-26 03:08:29] "GET /analytics HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.131 - - [2026-02-26 03:08:29] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.131 - - [2026-02-26 03:08:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083706 [API:8081]10.0.0.65 - - [2026-02-26 03:08:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:f87cb46c-1600-4b93-86e1-061b9a802021?flat HTTP/1.1" 200 5680 0.112054 [API:8081]10.0.0.65 - - [2026-02-26 03:08:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:f87cb46c-1600-4b93-86e1-061b9a802021?flat HTTP/1.1" 200 5680 0.033245 [API:8081]10.0.0.65 - - [2026-02-26 03:08:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:f87cb46c-1600-4b93-86e1-061b9a802021?flat HTTP/1.1" 200 5680 0.089091 [API:8081]10.0.0.65 - - [2026-02-26 03:08:49] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:ctest-SecurityGroupBasicRegressionTests1-35399783-92356082?flat HTTP/1.1" 200 9932 0.027944 [API:8081]10.0.0.65 - - [2026-02-26 03:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.025123 [API:8081]10.0.0.65 - - [2026-02-26 03:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.023132 [API:8081]10.0.0.65 - - [2026-02-26 03:08:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010838 [API:8081]10.0.0.65 - - [2026-02-26 03:09:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:ba1c79c1-c47f-4a8b-ae2d-d5b78b6d3608?flat HTTP/1.1" 200 5536 0.015645 [API:8081]10.0.0.65 - - [2026-02-26 03:09:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:ba1c79c1-c47f-4a8b-ae2d-d5b78b6d3608?flat HTTP/1.1" 200 5536 0.016998 [API:8081]10.0.0.65 - - [2026-02-26 03:09:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:ba1c79c1-c47f-4a8b-ae2d-d5b78b6d3608?flat HTTP/1.1" 200 5536 0.017406 [API:8081]10.0.0.65 - - [2026-02-26 03:09:10] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:ctest-SecurityGroupBasicRegressionTests1-35399783-92356082?flat HTTP/1.1" 200 9932 0.020112 [API:8081]10.0.0.65 - - [2026-02-26 03:09:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024767 [API:8081]10.0.0.65 - - [2026-02-26 03:09:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024003 [API:8081]10.0.0.65 - - [2026-02-26 03:09:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010432 [API:8081]10.0.0.131 - - [2026-02-26 03:09:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.089385 [API:8081]10.0.0.73 - - [2026-02-26 03:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.73 - - [2026-02-26 03:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.131 - - [2026-02-26 03:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2026-02-26 03:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.131 - - [2026-02-26 03:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2026-02-26 03:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-02-26 03:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.73 - - [2026-02-26 03:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2026-02-26 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.65 - - [2026-02-26 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.65 - - [2026-02-26 03:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000558 [API:8081]10.0.0.65 - - [2026-02-26 03:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.65 - - [2026-02-26 03:11:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.023243 [API:8081]10.0.0.65 - - [2026-02-26 03:11:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.049224 [API:8081]10.0.0.65 - - [2026-02-26 03:11:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.033223 [API:8081]10.0.0.65 - - [2026-02-26 03:11:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.024147 [API:8081]10.0.0.65 - - [2026-02-26 03:11:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.033119 [API:8081]10.0.0.65 - - [2026-02-26 03:11:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.023514 [API:8081]10.0.0.65 - - [2026-02-26 03:11:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.037393 [API:8081]10.0.0.65 - - [2026-02-26 03:11:21] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:ctest-SecurityGroupBasicRegressionTests1-35399783-92356082?flat HTTP/1.1" 200 10825 0.020559 [API:8081]10.0.0.65 - - [2026-02-26 03:11:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010789 [API:8081]10.0.0.65 - - [2026-02-26 03:11:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.021522 [API:8081]10.0.0.65 - - [2026-02-26 03:11:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.021480 [API:8081]10.0.0.65 - - [2026-02-26 03:11:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.023929 [API:8081]10.0.0.65 - - [2026-02-26 03:11:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.020781 [API:8081]10.0.0.131 - - [2026-02-26 03:11:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079396 [API:8081]10.0.0.65 - - [2026-02-26 03:11:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.025707 [API:8081]10.0.0.65 - - [2026-02-26 03:11:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.026798 [API:8081]10.0.0.65 - - [2026-02-26 03:11:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.027482 [API:8081]10.0.0.65 - - [2026-02-26 03:11:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.034739 [API:8081]10.0.0.65 - - [2026-02-26 03:11:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.022741 [API:8081]10.0.0.65 - - [2026-02-26 03:11:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-35399783:ctest-SecurityGroupBasicRegressionTests1-35399783-92356082?flat HTTP/1.1" 200 7950 0.023169 [API:8081]10.0.0.65 - - [2026-02-26 03:11:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009581 [API:8081]10.0.0.65 - - [2026-02-26 03:12:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-02-26 03:12:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.077630 [API:8081]10.0.0.65 - - [2026-02-26 03:12:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.072726 [API:8081]10.0.0.65 - - [2026-02-26 03:12:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.084922 [API:8081]10.0.0.65 - - [2026-02-26 03:12:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.009306 [API:8081]10.0.0.65 - - [2026-02-26 03:12:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009329 [API:8081]10.0.0.65 - - [2026-02-26 03:12:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.009323 [API:8081]10.0.0.65 - - [2026-02-26 03:12:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2290 0.010644 [API:8081]10.0.0.65 - - [2026-02-26 03:12:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.010628 [API:8081]10.0.0.131 - - [2026-02-26 03:12:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.090436 [API:8081]10.0.0.65 - - [2026-02-26 03:12:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.65 - - [2026-02-26 03:12:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.068713 [API:8081]10.0.0.65 - - [2026-02-26 03:12:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.090137 [API:8081]10.0.0.65 - - [2026-02-26 03:12:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.067159 [API:8081]10.0.0.65 - - [2026-02-26 03:13:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.012592 [API:8081]10.0.0.65 - - [2026-02-26 03:13:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009161 [API:8081]10.0.0.65 - - [2026-02-26 03:13:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.014731 [API:8081]10.0.0.65 - - [2026-02-26 03:13:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2026-02-26 03:13:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.075880 [API:8081]10.0.0.65 - - [2026-02-26 03:13:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.093964 [API:8081]10.0.0.65 - - [2026-02-26 03:13:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.067024 [API:8081]10.0.0.65 - - [2026-02-26 03:13:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009466 [API:8081]10.0.0.65 - - [2026-02-26 03:13:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.010803 [API:8081]10.0.0.65 - - [2026-02-26 03:13:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.011227 [API:8081]10.0.0.65 - - [2026-02-26 03:13:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.009629 [API:8081]10.0.0.65 - - [2026-02-26 03:13:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009862 [API:8081]10.0.0.65 - - [2026-02-26 03:13:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.65 - - [2026-02-26 03:13:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.073941 [API:8081]10.0.0.65 - - [2026-02-26 03:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.084872 [API:8081]10.0.0.65 - - [2026-02-26 03:14:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2074 0.116034 [API:8081]10.0.0.65 - - [2026-02-26 03:14:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.009979 [API:8081]10.0.0.65 - - [2026-02-26 03:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2540 0.010783 [API:8081]10.0.0.73 - - [2026-02-26 03:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.73 - - [2026-02-26 03:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2026-02-26 03:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.131 - - [2026-02-26 03:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.131 - - [2026-02-26 03:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2026-02-26 03:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.73 - - [2026-02-26 03:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.73 - - [2026-02-26 03:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-02-26 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.65 - - [2026-02-26 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.131 - - [2026-02-26 03:14:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.135874 [API:8081]10.0.0.65 - - [2026-02-26 03:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.65 - - [2026-02-26 03:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-02-26 03:15:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.084020 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003654 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005567 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004252 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003277 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.011214 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004896 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003057 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003574 [API:8081]10.0.0.131 - - [2026-02-26 03:17:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081042 [API:8081]10.0.0.65 - - [2026-02-26 03:18:00] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2026-02-26 03:18:00] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.73 - - [2026-02-26 03:18:29] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2026-02-26 03:18:29] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.131 - - [2026-02-26 03:18:29] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2026-02-26 03:18:29] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.131 - - [2026-02-26 03:18:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.090608 [API:8081]10.0.0.73 - - [2026-02-26 03:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.73 - - [2026-02-26 03:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2026-02-26 03:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000922 [API:8081]10.0.0.131 - - [2026-02-26 03:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.131 - - [2026-02-26 03:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.131 - - [2026-02-26 03:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.73 - - [2026-02-26 03:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-02-26 03:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-02-26 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-02-26 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.65 - - [2026-02-26 03:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.65 - - [2026-02-26 03:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2026-02-26 03:20:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.187644 [API:8081]10.0.0.65 - - [2026-02-26 03:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.65 - - [2026-02-26 03:20:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.070283 [API:8081]10.0.0.65 - - [2026-02-26 03:20:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.073139 [API:8081]10.0.0.131 - - [2026-02-26 03:21:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.087941 [API:8081]10.0.0.131 - - [2026-02-26 03:23:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071145 [API:8081]10.0.0.73 - - [2026-02-26 03:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.73 - - [2026-02-26 03:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.131 - - [2026-02-26 03:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.131 - - [2026-02-26 03:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-02-26 03:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2026-02-26 03:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.73 - - [2026-02-26 03:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.73 - - [2026-02-26 03:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-02-26 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.65 - - [2026-02-26 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.65 - - [2026-02-26 03:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2026-02-26 03:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.131 - - [2026-02-26 03:24:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.100370 [API:8081]10.0.0.65 - - [2026-02-26 03:25:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-02-26 03:25:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.090337 [API:8081]10.0.0.65 - - [2026-02-26 03:26:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.65 - - [2026-02-26 03:26:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1436 0.065579 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004426 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003273 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003518 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002913 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003369 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003514 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003482 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002930 [API:8081]10.0.0.131 - - [2026-02-26 03:26:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085076 [API:8081]10.0.0.131 - - [2026-02-26 03:27:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.108912 [API:8081]10.0.0.65 - - [2026-02-26 03:28:00] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.65 - - [2026-02-26 03:28:00] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.73 - - [2026-02-26 03:28:29] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.73 - - [2026-02-26 03:28:29] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.131 - - [2026-02-26 03:28:29] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.131 - - [2026-02-26 03:28:29] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.73 - - [2026-02-26 03:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-02-26 03:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2026-02-26 03:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.131 - - [2026-02-26 03:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2026-02-26 03:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.131 - - [2026-02-26 03:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.73 - - [2026-02-26 03:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.73 - - [2026-02-26 03:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.65 - - [2026-02-26 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.65 - - [2026-02-26 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.65 - - [2026-02-26 03:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000430 [API:8081]10.0.0.65 - - [2026-02-26 03:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2026-02-26 03:29:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.123717 [API:8081]10.0.0.131 - - [2026-02-26 03:30:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078785 [API:8081]10.0.0.65 - - [2026-02-26 03:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.65 - - [2026-02-26 03:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.077637 [API:8081]10.0.0.131 - - [2026-02-26 03:32:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094734 [API:8081]10.0.0.131 - - [2026-02-26 03:33:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078285 [API:8081]10.0.0.73 - - [2026-02-26 03:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.73 - - [2026-02-26 03:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.131 - - [2026-02-26 03:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.131 - - [2026-02-26 03:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.131 - - [2026-02-26 03:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-02-26 03:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.73 - - [2026-02-26 03:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.73 - - [2026-02-26 03:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2026-02-26 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2026-02-26 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.65 - - [2026-02-26 03:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.65 - - [2026-02-26 03:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.131 - - [2026-02-26 03:35:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071141 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003517 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003371 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002887 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003025 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003310 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004052 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003075 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004335 [API:8081]10.0.0.131 - - [2026-02-26 03:36:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.088066 [API:8081]10.0.0.65 - - [2026-02-26 03:37:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62264273:dd4257e6-9bfb-423e-b0a5-4b573025c7d4?flat HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.65 - - [2026-02-26 03:37:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62264273:dd4257e6-9bfb-423e-b0a5-4b573025c7d4?flat HTTP/1.1" 200 5255 0.089383 [API:8081]10.0.0.65 - - [2026-02-26 03:37:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62264273:dd4257e6-9bfb-423e-b0a5-4b573025c7d4?flat HTTP/1.1" 200 5255 0.087900 [API:8081]10.0.0.65 - - [2026-02-26 03:37:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-62264273:dd4257e6-9bfb-423e-b0a5-4b573025c7d4?flat HTTP/1.1" 200 5255 0.076389 [API:8081]10.0.0.65 - - [2026-02-26 03:37:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-62264273:ctest-random-57690032?flat HTTP/1.1" 200 8116 0.018103 [API:8081]10.0.0.65 - - [2026-02-26 03:37:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.027739 [API:8081]10.0.0.65 - - [2026-02-26 03:37:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.025059 [API:8081]10.0.0.65 - - [2026-02-26 03:37:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011216 [API:8081]10.0.0.65 - - [2026-02-26 03:37:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010488 [API:8081]10.0.0.65 - - [2026-02-26 03:37:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.023587 [API:8081]10.0.0.65 - - [2026-02-26 03:37:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.025149 [API:8081]10.0.0.65 - - [2026-02-26 03:38:00] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2026-02-26 03:38:00] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.65 - - [2026-02-26 03:38:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.028404 [API:8081]10.0.0.65 - - [2026-02-26 03:38:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.041669 [API:8081]10.0.0.65 - - [2026-02-26 03:38:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.035361 [API:8081]10.0.0.65 - - [2026-02-26 03:38:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.038706 [API:8081]10.0.0.65 - - [2026-02-26 03:38:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.021740 [API:8081]10.0.0.65 - - [2026-02-26 03:38:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.029260 [API:8081]10.0.0.65 - - [2026-02-26 03:38:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24654 0.022371 [API:8081]10.0.0.65 - - [2026-02-26 03:38:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-62264273:ctest-random-57690032?flat HTTP/1.1" 200 8106 0.024601 [API:8081]10.0.0.65 - - [2026-02-26 03:38:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009526 [API:8081]10.0.0.73 - - [2026-02-26 03:38:29] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.73 - - [2026-02-26 03:38:29] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.131 - - [2026-02-26 03:38:29] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2026-02-26 03:38:29] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.131 - - [2026-02-26 03:39:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094933 [API:8081]10.0.0.73 - - [2026-02-26 03:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.73 - - [2026-02-26 03:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.131 - - [2026-02-26 03:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.131 - - [2026-02-26 03:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2026-02-26 03:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.131 - - [2026-02-26 03:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-02-26 03:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.73 - - [2026-02-26 03:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.65 - - [2026-02-26 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.65 - - [2026-02-26 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-02-26 03:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2026-02-26 03:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.131 - - [2026-02-26 03:40:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076616 [API:8081]10.0.0.65 - - [2026-02-26 03:41:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000485 [API:8081]10.0.0.65 - - [2026-02-26 03:41:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.072897 [API:8081]10.0.0.131 - - [2026-02-26 03:42:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076455 [API:8081]10.0.0.131 - - [2026-02-26 03:43:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.095308 [API:8081]10.0.0.73 - - [2026-02-26 03:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.73 - - [2026-02-26 03:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.131 - - [2026-02-26 03:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-02-26 03:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2026-02-26 03:44:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.131 - - [2026-02-26 03:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001127 [API:8081]10.0.0.73 - - [2026-02-26 03:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.73 - - [2026-02-26 03:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.65 - - [2026-02-26 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2026-02-26 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2026-02-26 03:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.65 - - [2026-02-26 03:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.131 - - [2026-02-26 03:45:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084723 [API:8081]10.0.0.65 - - [2026-02-26 03:45:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.65 - - [2026-02-26 03:45:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.075163 [API:8081]10.0.0.131 - - [2026-02-26 03:46:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.090233 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003583 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003785 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003577 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003846 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002861 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003586 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:46:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002550 [API:8081]10.0.0.65 - - [2026-02-26 03:47:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2026-02-26 03:47:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.074830 [API:8081]10.0.0.65 - - [2026-02-26 03:48:01] "GET /analytics HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.65 - - [2026-02-26 03:48:01] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.131 - - [2026-02-26 03:48:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080524 [API:8081]10.0.0.73 - - [2026-02-26 03:48:29] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.73 - - [2026-02-26 03:48:29] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.131 - - [2026-02-26 03:48:29] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2026-02-26 03:48:29] "GET /analytics HTTP/1.1" 401 205 0.000153 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:32] "POST /analytics/query HTTP/1.1" 202 179 0.010630 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:32] "GET /analytics/query/0517b058-12c6-11f1-bc6b-00000a000041 HTTP/1.1" 200 221 0.004826 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:32] "GET /analytics/query/0517b058-12c6-11f1-bc6b-00000a000041 HTTP/1.1" 200 221 0.002671 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:33] "GET /analytics/query/0517b058-12c6-11f1-bc6b-00000a000041 HTTP/1.1" 200 338 0.002978 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:33] "GET /analytics/query/0517b058-12c6-11f1-bc6b-00000a000041/chunk-final/0 HTTP/1.1" 200 860 0.003329 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:34] "POST /analytics/query HTTP/1.1" 202 179 0.005745 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:34] "GET /analytics/query/0623489e-12c6-11f1-9f68-00000a000041 HTTP/1.1" 200 221 0.002162 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:34] "GET /analytics/query/0623489e-12c6-11f1-9f68-00000a000041 HTTP/1.1" 200 221 0.005268 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:35] "GET /analytics/query/0623489e-12c6-11f1-9f68-00000a000041 HTTP/1.1" 200 338 0.002281 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:35] "GET /analytics/query/0623489e-12c6-11f1-9f68-00000a000041/chunk-final/0 HTTP/1.1" 200 860 0.002578 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:35] "POST /analytics/query HTTP/1.1" 202 179 0.016390 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:35] "GET /analytics/query/072ad6f5-12c6-11f1-9f6b-00000a000041 HTTP/1.1" 200 221 0.012761 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:36] "GET /analytics/query/072ad6f5-12c6-11f1-9f6b-00000a000041 HTTP/1.1" 200 339 0.002621 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:36] "GET /analytics/query/072ad6f5-12c6-11f1-9f6b-00000a000041/chunk-final/0 HTTP/1.1" 200 18434 0.003763 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:37] "POST /analytics/query HTTP/1.1" 202 179 0.006719 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:37] "GET /analytics/query/07ea65cd-12c6-11f1-a3e7-00000a000041 HTTP/1.1" 200 221 0.005768 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:37] "GET /analytics/query/07ea65cd-12c6-11f1-a3e7-00000a000041 HTTP/1.1" 200 339 0.003576 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:37] "GET /analytics/query/07ea65cd-12c6-11f1-a3e7-00000a000041/chunk-final/0 HTTP/1.1" 200 19762 0.004884 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:38] "POST /analytics/query HTTP/1.1" 202 179 0.016148 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:38] "GET /analytics/query/08a7191c-12c6-11f1-b751-00000a000041 HTTP/1.1" 200 221 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:38] "GET /analytics/query/08a7191c-12c6-11f1-b751-00000a000041 HTTP/1.1" 200 339 0.001839 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:38] "GET /analytics/query/08a7191c-12c6-11f1-b751-00000a000041/chunk-final/0 HTTP/1.1" 200 8092 0.003858 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.006704 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:43] "POST /analytics/query HTTP/1.1" 202 179 0.005373 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:43] "GET /analytics/query/0b742e82-12c6-11f1-a44a-00000a000041 HTTP/1.1" 200 221 0.010370 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:43] "GET /analytics/query/0b742e82-12c6-11f1-a44a-00000a000041 HTTP/1.1" 200 340 0.002378 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:43] "GET /analytics/query/0b742e82-12c6-11f1-a44a-00000a000041/chunk-final/0 HTTP/1.1" 200 324484 0.026099 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.007872 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004438 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:45] "POST /analytics/query HTTP/1.1" 202 179 0.006599 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:45] "GET /analytics/query/0cb6bda5-12c6-11f1-a52e-00000a000041 HTTP/1.1" 200 221 0.005641 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:45] "GET /analytics/query/0cb6bda5-12c6-11f1-a52e-00000a000041 HTTP/1.1" 200 338 0.002928 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:45] "GET /analytics/query/0cb6bda5-12c6-11f1-a52e-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.003139 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:45] "POST /analytics/query HTTP/1.1" 202 179 0.022224 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:45] "GET /analytics/query/0d0b0055-12c6-11f1-b2f6-00000a000041 HTTP/1.1" 200 221 0.006545 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "GET /analytics/query/0d0b0055-12c6-11f1-b2f6-00000a000041 HTTP/1.1" 200 338 0.002450 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "GET /analytics/query/0d0b0055-12c6-11f1-b2f6-00000a000041/chunk-final/0 HTTP/1.1" 200 7877 0.003028 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "POST /analytics/query HTTP/1.1" 202 179 0.006787 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "GET /analytics/query/0d5fcc24-12c6-11f1-a80b-00000a000041 HTTP/1.1" 200 221 0.002391 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "GET /analytics/query/0d5fcc24-12c6-11f1-a80b-00000a000041 HTTP/1.1" 200 338 0.002207 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "GET /analytics/query/0d5fcc24-12c6-11f1-a80b-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.004309 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "POST /analytics/query HTTP/1.1" 202 179 0.010597 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:46] "GET /analytics/query/0db19122-12c6-11f1-87c0-00000a000041 HTTP/1.1" 200 221 0.004334 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "GET /analytics/query/0db19122-12c6-11f1-87c0-00000a000041 HTTP/1.1" 200 338 0.002085 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "GET /analytics/query/0db19122-12c6-11f1-87c0-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002425 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "POST /analytics/query HTTP/1.1" 202 179 0.005495 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "GET /analytics/query/0e04d010-12c6-11f1-8e11-00000a000041 HTTP/1.1" 200 221 0.002936 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "GET /analytics/query/0e04d010-12c6-11f1-8e11-00000a000041 HTTP/1.1" 200 338 0.002448 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "GET /analytics/query/0e04d010-12c6-11f1-8e11-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001624 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "POST /analytics/query HTTP/1.1" 202 179 0.005391 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:47] "GET /analytics/query/0e577749-12c6-11f1-b9cc-00000a000041 HTTP/1.1" 200 221 0.004412 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "GET /analytics/query/0e577749-12c6-11f1-b9cc-00000a000041 HTTP/1.1" 200 338 0.003316 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "GET /analytics/query/0e577749-12c6-11f1-b9cc-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002775 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "POST /analytics/query HTTP/1.1" 202 179 0.021382 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "GET /analytics/query/0ea8df75-12c6-11f1-b5c5-00000a000041 HTTP/1.1" 200 221 0.001899 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "GET /analytics/query/0ea8df75-12c6-11f1-b5c5-00000a000041 HTTP/1.1" 200 338 0.002468 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "GET /analytics/query/0ea8df75-12c6-11f1-b5c5-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002094 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "POST /analytics/query HTTP/1.1" 202 179 0.005936 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:48] "GET /analytics/query/0efc0889-12c6-11f1-97de-00000a000041 HTTP/1.1" 200 221 0.002885 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:49] "GET /analytics/query/0efc0889-12c6-11f1-97de-00000a000041 HTTP/1.1" 200 338 0.002568 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:49] "GET /analytics/query/0efc0889-12c6-11f1-97de-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002401 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:49] "POST /analytics/query HTTP/1.1" 202 179 0.005850 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:49] "GET /analytics/query/0f4d04c2-12c6-11f1-8c5c-00000a000041 HTTP/1.1" 200 221 0.003352 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:49] "GET /analytics/query/0f4d04c2-12c6-11f1-8c5c-00000a000041 HTTP/1.1" 200 338 0.002180 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:49] "GET /analytics/query/0f4d04c2-12c6-11f1-8c5c-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.001812 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:50] "POST /analytics/query HTTP/1.1" 202 179 0.015256 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:50] "GET /analytics/query/0f9da5f0-12c6-11f1-afcd-00000a000041 HTTP/1.1" 200 221 0.002401 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:50] "GET /analytics/query/0f9da5f0-12c6-11f1-afcd-00000a000041 HTTP/1.1" 200 338 0.002991 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:50] "GET /analytics/query/0f9da5f0-12c6-11f1-afcd-00000a000041/chunk-final/0 HTTP/1.1" 200 4013 0.002704 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:50] "POST /analytics/query HTTP/1.1" 202 179 0.007890 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:50] "GET /analytics/query/0ff051c2-12c6-11f1-8fe4-00000a000041 HTTP/1.1" 200 221 0.003704 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:51] "GET /analytics/query/0ff051c2-12c6-11f1-8fe4-00000a000041 HTTP/1.1" 200 338 0.002240 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:51] "GET /analytics/query/0ff051c2-12c6-11f1-8fe4-00000a000041/chunk-final/0 HTTP/1.1" 200 145 0.002053 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:51] "POST /analytics/query HTTP/1.1" 202 179 0.006159 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:51] "GET /analytics/query/1043aa03-12c6-11f1-abe8-00000a000041 HTTP/1.1" 200 221 0.006012 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:51] "GET /analytics/query/1043aa03-12c6-11f1-abe8-00000a000041 HTTP/1.1" 200 338 0.002293 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:51] "GET /analytics/query/1043aa03-12c6-11f1-abe8-00000a000041/chunk-final/0 HTTP/1.1" 200 4013 0.003086 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.005270 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004301 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:53] "POST /analytics/query HTTP/1.1" 202 179 0.013547 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:53] "GET /analytics/query/116b10b0-12c6-11f1-9e1d-00000a000041 HTTP/1.1" 200 221 0.005627 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:53] "GET /analytics/query/116b10b0-12c6-11f1-9e1d-00000a000041 HTTP/1.1" 200 340 0.003161 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:53] "GET /analytics/query/116b10b0-12c6-11f1-9e1d-00000a000041/chunk-final/0 HTTP/1.1" 200 1505249 0.030273 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:53] "POST /analytics/query HTTP/1.1" 202 179 0.006496 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:53] "GET /analytics/query/11c86548-12c6-11f1-b655-00000a000041 HTTP/1.1" 200 221 0.010415 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:54] "GET /analytics/query/11c86548-12c6-11f1-b655-00000a000041 HTTP/1.1" 200 340 0.002555 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:54] "GET /analytics/query/11c86548-12c6-11f1-b655-00000a000041/chunk-final/0 HTTP/1.1" 200 1506626 0.026783 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004513 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004143 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.005666 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004391 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004395 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:57] "POST /analytics/query HTTP/1.1" 202 179 0.008812 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:58] "GET /analytics/query/14609bd3-12c6-11f1-9eaa-00000a000041 HTTP/1.1" 200 221 0.004276 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:58] "GET /analytics/query/14609bd3-12c6-11f1-9eaa-00000a000041 HTTP/1.1" 200 339 0.002870 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:58] "GET /analytics/query/14609bd3-12c6-11f1-9eaa-00000a000041/chunk-final/0 HTTP/1.1" 200 43936 0.008433 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.004635 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:59] "POST /analytics/query HTTP/1.1" 202 179 0.007759 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:59] "GET /analytics/query/151e063f-12c6-11f1-b95e-00000a000041 HTTP/1.1" 200 221 0.030187 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:59] "GET /analytics/query/151e063f-12c6-11f1-b95e-00000a000041 HTTP/1.1" 200 341 0.002022 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:48:59] "GET /analytics/query/151e063f-12c6-11f1-b95e-00000a000041/chunk-final/0 HTTP/1.1" 200 930957 0.101884 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.007957 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.004069 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.004918 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:05] "POST /analytics/query HTTP/1.1" 200 145 1.026004 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.006997 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:07] "POST /analytics/query HTTP/1.1" 200 2292 1.015870 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.004418 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:09] "POST /analytics/query HTTP/1.1" 200 709 1.022457 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003988 [API:8081]10.0.0.131 - - [2026-02-26 03:49:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.087330 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:11] "POST /analytics/query HTTP/1.1" 200 2896 1.018697 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004153 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:12] "POST /analytics/query HTTP/1.1" 200 206 1.013762 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003951 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:14] "POST /analytics/query HTTP/1.1" 200 1400 1.019656 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004646 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:16] "POST /analytics/query HTTP/1.1" 200 2896 1.012226 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.007024 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:17] "POST /analytics/query HTTP/1.1" 200 825 1.013216 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004650 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:19] "POST /analytics/query HTTP/1.1" 200 141401 1.036131 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004086 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:21] "POST /analytics/query HTTP/1.1" 200 631 1.018195 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.003953 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:23] "POST /analytics/query HTTP/1.1" 200 258 1.013538 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004571 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:24] "POST /analytics/query HTTP/1.1" 200 596 1.023293 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.003597 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:26] "POST /analytics/query HTTP/1.1" 200 1431 1.013962 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003861 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:28] "POST /analytics/query HTTP/1.1" 200 596 1.013827 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004345 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:29] "POST /analytics/query HTTP/1.1" 200 236 1.017339 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:49:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004235 [API:8081]10.0.0.73 - - [2026-02-26 03:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.73 - - [2026-02-26 03:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-02-26 03:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.131 - - [2026-02-26 03:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-02-26 03:49:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-02-26 03:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.73 - - [2026-02-26 03:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.73 - - [2026-02-26 03:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-02-26 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.65 - - [2026-02-26 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.65 - - [2026-02-26 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.65 - - [2026-02-26 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2026-02-26 03:49:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-02-26 03:49:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.077543 [API:8081]10.0.0.65 - - [2026-02-26 03:50:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.172361 [API:8081]10.0.0.65 - - [2026-02-26 03:50:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.151565 [API:8081]10.0.0.65 - - [2026-02-26 03:50:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010150 [API:8081]10.0.0.131 - - [2026-02-26 03:51:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071062 [API:8081]10.0.0.65 - - [2026-02-26 03:51:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.012766 [API:8081]10.0.0.65 - - [2026-02-26 03:51:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011491 [API:8081]10.0.0.65 - - [2026-02-26 03:51:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010902 [API:8081]10.0.0.65 - - [2026-02-26 03:51:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009992 [API:8081]10.0.0.65 - - [2026-02-26 03:51:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011210 [API:8081]10.0.0.65 - - [2026-02-26 03:51:31] "POST /analytics/query HTTP/1.1" 200 222 1.026846 [API:8081]10.0.0.65 - - [2026-02-26 03:51:32] "POST /analytics/query HTTP/1.1" 200 222 1.020180 [API:8081]10.0.0.65 - - [2026-02-26 03:51:33] "POST /analytics/query HTTP/1.1" 200 353 1.021317 [API:8081]10.0.0.131 - - [2026-02-26 03:52:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.098586 [API:8081]10.0.0.131 - - [2026-02-26 03:54:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068455 [API:8081]10.0.0.73 - - [2026-02-26 03:54:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.73 - - [2026-02-26 03:54:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.131 - - [2026-02-26 03:54:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000762 [API:8081]10.0.0.131 - - [2026-02-26 03:54:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-02-26 03:54:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.131 - - [2026-02-26 03:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.73 - - [2026-02-26 03:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-02-26 03:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-02-26 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2026-02-26 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-02-26 03:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.65 - - [2026-02-26 03:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-02-26 03:54:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.089365 [API:8081]10.0.0.65 - - [2026-02-26 03:54:55] "POST /analytics/query HTTP/1.1" 200 507 1.019354 [API:8081]10.0.0.65 - - [2026-02-26 03:54:56] "POST /analytics/query HTTP/1.1" 200 353 1.019969 [API:8081]10.0.0.65 - - [2026-02-26 03:54:57] "POST /analytics/query HTTP/1.1" 200 353 1.031913 [API:8081]10.0.0.131 - - [2026-02-26 03:55:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.135612 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003692 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003132 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004082 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003495 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004701 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003057 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004277 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 03:56:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004047 [API:8081]10.0.0.131 - - [2026-02-26 03:57:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069361 [API:8081]10.0.0.65 - - [2026-02-26 03:58:01] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2026-02-26 03:58:01] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-02-26 03:58:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069832 [API:8081]10.0.0.73 - - [2026-02-26 03:58:29] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.73 - - [2026-02-26 03:58:29] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.131 - - [2026-02-26 03:58:29] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.131 - - [2026-02-26 03:58:29] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.73 - - [2026-02-26 03:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.73 - - [2026-02-26 03:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.131 - - [2026-02-26 03:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.131 - - [2026-02-26 03:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2026-02-26 03:59:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.131 - - [2026-02-26 03:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.73 - - [2026-02-26 03:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.73 - - [2026-02-26 03:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2026-02-26 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.65 - - [2026-02-26 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-02-26 03:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.65 - - [2026-02-26 03:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2026-02-26 04:00:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085804 [API:8081]10.0.0.131 - - [2026-02-26 04:01:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.086802 [API:8081]10.0.0.131 - - [2026-02-26 04:03:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108658 [API:8081]10.0.0.131 - - [2026-02-26 04:04:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.091566 [API:8081]10.0.0.73 - - [2026-02-26 04:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.73 - - [2026-02-26 04:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2026-02-26 04:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.131 - - [2026-02-26 04:04:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.131 - - [2026-02-26 04:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.131 - - [2026-02-26 04:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.73 - - [2026-02-26 04:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.73 - - [2026-02-26 04:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.65 - - [2026-02-26 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-02-26 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.65 - - [2026-02-26 04:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.65 - - [2026-02-26 04:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2026-02-26 04:06:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.090455 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.012717 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.015235 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.010956 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003982 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.016831 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003211 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003301 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:06:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003128 [API:8081]10.0.0.131 - - [2026-02-26 04:07:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076109 [API:8081]10.0.0.65 - - [2026-02-26 04:08:01] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-02-26 04:08:01] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.65 - - [2026-02-26 04:08:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-02-26 04:08:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.076883 [API:8081]10.0.0.73 - - [2026-02-26 04:08:29] "GET /analytics HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.73 - - [2026-02-26 04:08:29] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.131 - - [2026-02-26 04:08:29] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2026-02-26 04:08:29] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.65 - - [2026-02-26 04:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:1d9315b7-54c2-4837-bd6a-a6be0456b30a?flat HTTP/1.1" 200 5203 0.086841 [API:8081]10.0.0.65 - - [2026-02-26 04:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:1d9315b7-54c2-4837-bd6a-a6be0456b30a?flat HTTP/1.1" 200 5203 0.081203 [API:8081]10.0.0.65 - - [2026-02-26 04:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:1d9315b7-54c2-4837-bd6a-a6be0456b30a?flat HTTP/1.1" 200 5203 0.020943 [API:8081]10.0.0.65 - - [2026-02-26 04:08:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-27406681:EVPN-VN1?flat HTTP/1.1" 200 7824 0.025780 [API:8081]10.0.0.65 - - [2026-02-26 04:08:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.024366 [API:8081]10.0.0.65 - - [2026-02-26 04:08:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26216 0.022987 [API:8081]10.0.0.65 - - [2026-02-26 04:08:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010354 [API:8081]10.0.0.65 - - [2026-02-26 04:09:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:c329769d-e020-40a7-b7db-ab44a826463f?flat HTTP/1.1" 200 5066 0.016050 [API:8081]10.0.0.65 - - [2026-02-26 04:09:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:c329769d-e020-40a7-b7db-ab44a826463f?flat HTTP/1.1" 200 5066 0.014846 [API:8081]10.0.0.65 - - [2026-02-26 04:09:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:c329769d-e020-40a7-b7db-ab44a826463f?flat HTTP/1.1" 200 5066 0.016184 [API:8081]10.0.0.65 - - [2026-02-26 04:09:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-27406681:EVPN-VN1?flat HTTP/1.1" 200 7824 0.020500 [API:8081]10.0.0.65 - - [2026-02-26 04:09:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.036746 [API:8081]10.0.0.65 - - [2026-02-26 04:09:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25596 0.024303 [API:8081]10.0.0.65 - - [2026-02-26 04:09:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009340 [API:8081]10.0.0.131 - - [2026-02-26 04:09:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080672 [API:8081]10.0.0.73 - - [2026-02-26 04:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.73 - - [2026-02-26 04:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.131 - - [2026-02-26 04:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2026-02-26 04:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.131 - - [2026-02-26 04:09:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2026-02-26 04:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.73 - - [2026-02-26 04:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-02-26 04:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.65 - - [2026-02-26 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-02-26 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.65 - - [2026-02-26 04:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.65 - - [2026-02-26 04:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2026-02-26 04:10:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.085291 [API:8081]10.0.0.65 - - [2026-02-26 04:11:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:1d9315b7-54c2-4837-bd6a-a6be0456b30a?flat HTTP/1.1" 200 5318 0.026395 [API:8081]10.0.0.65 - - [2026-02-26 04:11:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:1d9315b7-54c2-4837-bd6a-a6be0456b30a?flat HTTP/1.1" 200 5318 0.028471 [API:8081]10.0.0.65 - - [2026-02-26 04:11:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:1d9315b7-54c2-4837-bd6a-a6be0456b30a?flat HTTP/1.1" 200 5318 0.022586 [API:8081]10.0.0.65 - - [2026-02-26 04:11:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-27406681:EVPN-VN1?flat HTTP/1.1" 200 9439 0.031534 [API:8081]10.0.0.65 - - [2026-02-26 04:11:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23103 0.026609 [API:8081]10.0.0.65 - - [2026-02-26 04:11:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23103 0.028229 [API:8081]10.0.0.65 - - [2026-02-26 04:11:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014457 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:c329769d-e020-40a7-b7db-ab44a826463f?flat HTTP/1.1" 200 5210 0.020946 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:c329769d-e020-40a7-b7db-ab44a826463f?flat HTTP/1.1" 200 5210 0.025388 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-27406681:c329769d-e020-40a7-b7db-ab44a826463f?flat HTTP/1.1" 200 5210 0.015872 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-27406681:EVPN-VN1?flat HTTP/1.1" 200 9439 0.022922 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27862 0.034352 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 11923 0.025093 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27862 0.027543 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 11923 0.023746 [API:8081]10.0.0.65 - - [2026-02-26 04:11:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010662 [API:8081]10.0.0.131 - - [2026-02-26 04:12:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079836 [API:8081]10.0.0.65 - - [2026-02-26 04:12:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32480 0.043429 [API:8081]10.0.0.65 - - [2026-02-26 04:12:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12236 0.037021 [API:8081]10.0.0.65 - - [2026-02-26 04:12:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-27406681:EVPN-VN1?flat HTTP/1.1" 200 8544 0.019963 [API:8081]10.0.0.65 - - [2026-02-26 04:12:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012695 [API:8081]10.0.0.65 - - [2026-02-26 04:12:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24466 0.024980 [API:8081]10.0.0.65 - - [2026-02-26 04:12:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24466 0.037258 [API:8081]10.0.0.65 - - [2026-02-26 04:12:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24678 0.022942 [API:8081]10.0.0.65 - - [2026-02-26 04:12:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24679 0.025391 [API:8081]10.0.0.65 - - [2026-02-26 04:12:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-27406681:EVPN-VN1?flat HTTP/1.1" 200 5987 0.016964 [API:8081]10.0.0.65 - - [2026-02-26 04:12:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010187 [API:8081]10.0.0.131 - - [2026-02-26 04:13:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.087505 [API:8081]10.0.0.73 - - [2026-02-26 04:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.73 - - [2026-02-26 04:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.131 - - [2026-02-26 04:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.131 - - [2026-02-26 04:14:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.131 - - [2026-02-26 04:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2026-02-26 04:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.73 - - [2026-02-26 04:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.73 - - [2026-02-26 04:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2026-02-26 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.65 - - [2026-02-26 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2026-02-26 04:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2026-02-26 04:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.65 - - [2026-02-26 04:15:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53304767:ctest-TestRbac-53304767-11967520?flat HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.65 - - [2026-02-26 04:15:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53304767:ctest-TestRbac-53304767-11967520?flat HTTP/1.1" 200 6492 0.545557 [API:8081]10.0.0.65 - - [2026-02-26 04:15:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.144938 [API:8081]10.0.0.65 - - [2026-02-26 04:15:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53304767:ctest-TestRbac-53304767-11967520?flat HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.65 - - [2026-02-26 04:15:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53304767:ctest-TestRbac-53304767-11967520?flat HTTP/1.1" 200 6492 0.222629 [API:8081]10.0.0.65 - - [2026-02-26 04:15:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.132986 [API:8081]10.0.0.131 - - [2026-02-26 04:15:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.458508 [API:8081]10.0.0.65 - - [2026-02-26 04:15:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-02637573:6cc40ac7-14b8-439d-9b6b-3718730d4979?flat HTTP/1.1" 200 5320 0.066293 [API:8081]10.0.0.65 - - [2026-02-26 04:15:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-02637573:6cc40ac7-14b8-439d-9b6b-3718730d4979?flat HTTP/1.1" 200 5320 0.069001 [API:8081]10.0.0.65 - - [2026-02-26 04:15:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-02637573:6cc40ac7-14b8-439d-9b6b-3718730d4979?flat HTTP/1.1" 200 5320 0.071832 [API:8081]10.0.0.65 - - [2026-02-26 04:15:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53304767:ctest-TestRbac-53304767-11967520?flat HTTP/1.1" 200 8376 0.064313 [API:8081]10.0.0.65 - - [2026-02-26 04:15:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.083587 [API:8081]10.0.0.65 - - [2026-02-26 04:15:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.160888 [API:8081]10.0.0.65 - - [2026-02-26 04:15:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.65 - - [2026-02-26 04:15:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.188211 [API:8081]10.0.0.65 - - [2026-02-26 04:15:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.116184 [API:8081]10.0.0.65 - - [2026-02-26 04:15:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.239687 [API:8081]10.0.0.65 - - [2026-02-26 04:15:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.186314 [API:8081]10.0.0.65 - - [2026-02-26 04:15:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.030667 [API:8081]10.0.0.65 - - [2026-02-26 04:15:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.034035 [API:8081]10.0.0.65 - - [2026-02-26 04:15:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.093297 [API:8081]10.0.0.65 - - [2026-02-26 04:15:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.047233 [API:8081]10.0.0.65 - - [2026-02-26 04:15:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.186497 [API:8081]10.0.0.65 - - [2026-02-26 04:15:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32544 0.112826 [API:8081]10.0.0.65 - - [2026-02-26 04:15:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.030165 [API:8081]10.0.0.65 - - [2026-02-26 04:15:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.029497 [API:8081]10.0.0.65 - - [2026-02-26 04:15:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.026376 [API:8081]10.0.0.65 - - [2026-02-26 04:16:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.048014 [API:8081]10.0.0.65 - - [2026-02-26 04:16:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.030386 [API:8081]10.0.0.65 - - [2026-02-26 04:16:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.044861 [API:8081]10.0.0.65 - - [2026-02-26 04:16:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.029359 [API:8081]10.0.0.65 - - [2026-02-26 04:16:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.030561 [API:8081]10.0.0.65 - - [2026-02-26 04:16:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.025783 [API:8081]10.0.0.65 - - [2026-02-26 04:16:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.035901 [API:8081]10.0.0.65 - - [2026-02-26 04:16:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.024059 [API:8081]10.0.0.65 - - [2026-02-26 04:16:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32558 0.035741 [API:8081]10.0.0.65 - - [2026-02-26 04:16:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12829 0.025722 [API:8081]10.0.0.65 - - [2026-02-26 04:16:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.041330 [API:8081]10.0.0.65 - - [2026-02-26 04:16:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12508 0.036966 [API:8081]10.0.0.65 - - [2026-02-26 04:16:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53304767:ctest-TestRbac-53304767-11967520?flat HTTP/1.1" 200 6492 0.017030 [API:8081]10.0.0.65 - - [2026-02-26 04:16:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013971 [API:8081]10.0.0.131 - - [2026-02-26 04:16:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.470544 [API:8081]10.0.0.65 - - [2026-02-26 04:16:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.65 - - [2026-02-26 04:16:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 200 2120 0.111670 [API:8081]10.0.0.65 - - [2026-02-26 04:16:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 401 205 0.000342 --- 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-36691321'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-98414831' RBAC: ctest-TestRbacBasic-48297574 doesn't have read permission in project 'e87cdaab80834081aef78b424b620461' 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-21001309', 'ctest-TestRbacBasic-21001309-99657379'], 'virtual_network', '7cf19cad-08ac-45c3-bc92-e69b168b2bc6', "Permission Denied for ['ctest-TestRbacBasic-36691321'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-98414831' RBAC: ctest-TestRbacBasic-48297574 doesn't have read permission in project 'e87cdaab80834081aef78b424b620461'"),) [API:8081]10.0.0.65 - - [2026-02-26 04:16:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 403 198 0.127696 [API:8081]10.0.0.65 - - [2026-02-26 04:16:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.65 - - [2026-02-26 04:16:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 200 2120 0.087070 [API:8081]10.0.0.65 - - [2026-02-26 04:16:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.107597 [API:8081]10.0.0.65 - - [2026-02-26 04:16:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.097007 [API:8081]10.0.0.65 - - [2026-02-26 04:16:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.073434 --- 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-36691321'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-21001309' RBAC: ctest-TestRbacBasic-48297574 doesn't have read permission in project '7cbc77b895b24bcb84b7f29058d09f62' 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-21001309', 'ctest-TestRbacBasic-21001309-99657379'], 'virtual_network', '7cf19cad-08ac-45c3-bc92-e69b168b2bc6', "Permission Denied for ['ctest-TestRbacBasic-36691321'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-21001309' RBAC: ctest-TestRbacBasic-48297574 doesn't have read permission in project '7cbc77b895b24bcb84b7f29058d09f62'"),) [API:8081]10.0.0.65 - - [2026-02-26 04:16:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 403 198 0.050779 --- 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-36691321'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-21001309' RBAC: ctest-TestRbacBasic-48297574 doesn't have read permission in project '7cbc77b895b24bcb84b7f29058d09f62' 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-21001309', 'ctest-TestRbacBasic-21001309-99657379'], 'virtual_network', '7cf19cad-08ac-45c3-bc92-e69b168b2bc6', "Permission Denied for ['ctest-TestRbacBasic-36691321'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-21001309' RBAC: ctest-TestRbacBasic-48297574 doesn't have read permission in project '7cbc77b895b24bcb84b7f29058d09f62'"),) [API:8081]10.0.0.65 - - [2026-02-26 04:16:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 403 198 0.106681 [API:8081]10.0.0.65 - - [2026-02-26 04:16:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 200 2124 0.056454 [API:8081]10.0.0.65 - - [2026-02-26 04:16:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-21001309:ctest-TestRbacBasic-21001309-99657379?flat HTTP/1.1" 200 2124 0.011462 [API:8081]10.0.0.65 - - [2026-02-26 04:16:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.091320 [API:8081]10.0.0.65 - - [2026-02-26 04:16:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.057741 [API:8081]10.0.0.65 - - [2026-02-26 04:16:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.014597 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004284 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004053 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006440 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003257 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003745 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007232 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003675 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:16:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002586 [API:8081]10.0.0.65 - - [2026-02-26 04:16:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.011590 [API:8081]10.0.0.65 - - [2026-02-26 04:16:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 401 205 0.000376 --- 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-38125676 as ['ctest-TestRbacBasic-53662773'] to R virtual-network in ctest-TestRbacBasic-08132930 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-08132930', 'ctest-TestRbacBasic-08132930-95047700'], 'virtual_network', '73b7144d-a021-4882-acc7-60bf9d647bf7', "Permission Denied for ctest-TestRbacBasic-38125676 as ['ctest-TestRbacBasic-53662773'] to R virtual-network in ctest-TestRbacBasic-08132930"),) [API:8081]10.0.0.65 - - [2026-02-26 04:17:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 403 198 0.224005 [API:8081]10.0.0.65 - - [2026-02-26 04:17:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.081625 [API:8081]10.0.0.65 - - [2026-02-26 04:17:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 200 2114 0.074428 [API:8081]10.0.0.65 - - [2026-02-26 04:17:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.073956 --- 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-38125676 as ['ctest-TestRbacBasic-53662773'] to R virtual-network in ctest-TestRbacBasic-08132930 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-08132930', 'ctest-TestRbacBasic-08132930-95047700'], 'virtual_network', '73b7144d-a021-4882-acc7-60bf9d647bf7', "Permission Denied for ctest-TestRbacBasic-38125676 as ['ctest-TestRbacBasic-53662773'] to R virtual-network in ctest-TestRbacBasic-08132930"),) [API:8081]10.0.0.65 - - [2026-02-26 04:17:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 403 198 0.055475 --- 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-38125676 as ['ctest-TestRbacBasic-53662773'] to R virtual-network in ctest-TestRbacBasic-08132930 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-08132930', 'ctest-TestRbacBasic-08132930-95047700'], 'virtual_network', '73b7144d-a021-4882-acc7-60bf9d647bf7', "Permission Denied for ctest-TestRbacBasic-38125676 as ['ctest-TestRbacBasic-53662773'] to R virtual-network in ctest-TestRbacBasic-08132930"),) [API:8081]10.0.0.65 - - [2026-02-26 04:17:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 403 198 0.132995 [API:8081]10.0.0.65 - - [2026-02-26 04:17:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.073660 [API:8081]10.0.0.65 - - [2026-02-26 04:17:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 200 2114 0.062912 [API:8081]10.0.0.65 - - [2026-02-26 04:17:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.073437 [API:8081]10.0.0.65 - - [2026-02-26 04:17:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 401 205 0.000275 --- 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-48297574 as ['ctest-TestRbacBasic-36691321'] to R virtual-network in ctest-TestRbacBasic-08132930 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-08132930', 'ctest-TestRbacBasic-08132930-95047700'], 'virtual_network', '73b7144d-a021-4882-acc7-60bf9d647bf7', "Permission Denied for ctest-TestRbacBasic-48297574 as ['ctest-TestRbacBasic-36691321'] to R virtual-network in ctest-TestRbacBasic-08132930"),) [API:8081]10.0.0.65 - - [2026-02-26 04:17:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 403 198 0.130825 [API:8081]10.0.0.65 - - [2026-02-26 04:17:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.078010 [API:8081]10.0.0.65 - - [2026-02-26 04:17:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-95047700?flat HTTP/1.1" 200 2114 0.053250 [API:8081]10.0.0.65 - - [2026-02-26 04:17:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.053538 [API:8081]10.0.0.65 - - [2026-02-26 04:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.084083 [API:8081]10.0.0.65 - - [2026-02-26 04:17:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.011022 [API:8081]10.0.0.65 - - [2026-02-26 04:17:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-08132930:d9c68e66-ef31-4543-b078-6b3f78fa8eb7?flat HTTP/1.1" 200 5394 0.074957 [API:8081]10.0.0.65 - - [2026-02-26 04:17:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-08132930:d9c68e66-ef31-4543-b078-6b3f78fa8eb7?flat HTTP/1.1" 200 5394 0.081686 [API:8081]10.0.0.65 - - [2026-02-26 04:17:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-08132930:d9c68e66-ef31-4543-b078-6b3f78fa8eb7?flat HTTP/1.1" 200 5394 0.066027 [API:8081]10.0.0.65 - - [2026-02-26 04:17:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-54730400?flat HTTP/1.1" 200 8777 0.075284 [API:8081]10.0.0.65 - - [2026-02-26 04:17:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037065 [API:8081]10.0.0.65 - - [2026-02-26 04:17:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.097376 [API:8081]10.0.0.65 - - [2026-02-26 04:17:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.032889 [API:8081]10.0.0.65 - - [2026-02-26 04:17:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.039335 [API:8081]10.0.0.65 - - [2026-02-26 04:17:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087360 [API:8081]10.0.0.65 - - [2026-02-26 04:17:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.118319 [API:8081]10.0.0.65 - - [2026-02-26 04:17:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.030739 [API:8081]10.0.0.65 - - [2026-02-26 04:17:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.025918 [API:8081]10.0.0.65 - - [2026-02-26 04:17:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.093502 [API:8081]10.0.0.65 - - [2026-02-26 04:17:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-54730400?flat HTTP/1.1" 200 8777 0.066728 [API:8081]10.0.0.65 - - [2026-02-26 04:17:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.051665 [API:8081]10.0.0.65 - - [2026-02-26 04:17:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041302 [API:8081]10.0.0.65 - - [2026-02-26 04:17:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.137040 [API:8081]10.0.0.65 - - [2026-02-26 04:17:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.038355 [API:8081]10.0.0.65 - - [2026-02-26 04:17:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.026247 [API:8081]10.0.0.65 - - [2026-02-26 04:17:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.036779 [API:8081]10.0.0.65 - - [2026-02-26 04:17:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.022893 [API:8081]10.0.0.65 - - [2026-02-26 04:18:01] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.65 - - [2026-02-26 04:18:01] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.65 - - [2026-02-26 04:18:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.027221 [API:8081]10.0.0.65 - - [2026-02-26 04:18:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.033197 [API:8081]10.0.0.65 - - [2026-02-26 04:18:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.040761 [API:8081]10.0.0.65 - - [2026-02-26 04:18:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.028213 [API:8081]10.0.0.65 - - [2026-02-26 04:18:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.037751 [API:8081]10.0.0.65 - - [2026-02-26 04:18:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.027061 [API:8081]10.0.0.65 - - [2026-02-26 04:18:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.035599 [API:8081]10.0.0.65 - - [2026-02-26 04:18:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.025834 [API:8081]10.0.0.65 - - [2026-02-26 04:18:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.030503 [API:8081]10.0.0.65 - - [2026-02-26 04:18:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12975 0.033320 [API:8081]10.0.0.65 - - [2026-02-26 04:18:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.043974 [API:8081]10.0.0.65 - - [2026-02-26 04:18:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12740 0.024767 [API:8081]10.0.0.65 - - [2026-02-26 04:18:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-08132930:ctest-TestRbacBasic-08132930-54730400?flat HTTP/1.1" 200 6889 0.013822 [API:8081]10.0.0.65 - - [2026-02-26 04:18:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012872 [Introspect:8090]10.0.0.65 - - [2026-02-26 04:18:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001119 [API:8081]10.0.0.73 - - [2026-02-26 04:18:29] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.73 - - [2026-02-26 04:18:29] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.131 - - [2026-02-26 04:18:29] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2026-02-26 04:18:29] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2026-02-26 04:18:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.65 - - [2026-02-26 04:18:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.078961 [API:8081]10.0.0.131 - - [2026-02-26 04:18:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.126975 [API:8081]10.0.0.73 - - [2026-02-26 04:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.73 - - [2026-02-26 04:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.131 - - [2026-02-26 04:19:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2026-02-26 04:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.131 - - [2026-02-26 04:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.131 - - [2026-02-26 04:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.73 - - [2026-02-26 04:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.73 - - [2026-02-26 04:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2026-02-26 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-02-26 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.65 - - [2026-02-26 04:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.65 - - [2026-02-26 04:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2026-02-26 04:19:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.100422 [API:8081]10.0.0.131 - - [2026-02-26 04:21:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086051 [API:8081]10.0.0.65 - - [2026-02-26 04:21:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:88dee658-d40a-43b2-9e72-52a703cd00d5?flat HTTP/1.1" 200 5434 0.082431 [API:8081]10.0.0.65 - - [2026-02-26 04:21:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:88dee658-d40a-43b2-9e72-52a703cd00d5?flat HTTP/1.1" 200 5434 0.085231 [API:8081]10.0.0.65 - - [2026-02-26 04:21:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:88dee658-d40a-43b2-9e72-52a703cd00d5?flat HTTP/1.1" 200 5434 0.018087 [API:8081]10.0.0.65 - - [2026-02-26 04:21:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn1-68520405?flat HTTP/1.1" 200 9524 0.021910 [API:8081]10.0.0.65 - - [2026-02-26 04:21:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.024070 [API:8081]10.0.0.65 - - [2026-02-26 04:21:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.033267 [API:8081]10.0.0.65 - - [2026-02-26 04:21:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009828 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:9854b792-bce4-4206-8ccf-dbac8c839dcf?flat HTTP/1.1" 200 5432 0.017600 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:9854b792-bce4-4206-8ccf-dbac8c839dcf?flat HTTP/1.1" 200 5432 0.014954 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:9854b792-bce4-4206-8ccf-dbac8c839dcf?flat HTTP/1.1" 200 5432 0.015931 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn1-68520405?flat HTTP/1.1" 200 9480 0.029297 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.033207 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.027754 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.038953 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.026121 [API:8081]10.0.0.65 - - [2026-02-26 04:21:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.017541 [API:8081]10.0.0.65 - - [2026-02-26 04:21:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.035256 [API:8081]10.0.0.65 - - [2026-02-26 04:21:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.033659 [API:8081]10.0.0.65 - - [2026-02-26 04:22:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.033356 [API:8081]10.0.0.65 - - [2026-02-26 04:22:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.026871 [API:8081]10.0.0.65 - - [2026-02-26 04:22:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.062032 [API:8081]10.0.0.65 - - [2026-02-26 04:22:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.028477 [API:8081]10.0.0.65 - - [2026-02-26 04:22:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.043999 [API:8081]10.0.0.65 - - [2026-02-26 04:22:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.045564 [API:8081]10.0.0.65 - - [2026-02-26 04:22:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.036369 [API:8081]10.0.0.65 - - [2026-02-26 04:22:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.031652 [API:8081]10.0.0.65 - - [2026-02-26 04:22:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.052037 [API:8081]10.0.0.65 - - [2026-02-26 04:22:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.024346 [API:8081]10.0.0.65 - - [2026-02-26 04:22:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.035594 [API:8081]10.0.0.65 - - [2026-02-26 04:22:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12940 0.026516 [API:8081]10.0.0.65 - - [2026-02-26 04:22:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.047534 [API:8081]10.0.0.65 - - [2026-02-26 04:22:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12552 0.029122 [API:8081]10.0.0.65 - - [2026-02-26 04:22:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn1-68520405?flat HTTP/1.1" 200 7735 0.032147 [API:8081]10.0.0.65 - - [2026-02-26 04:22:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009957 [API:8081]10.0.0.65 - - [2026-02-26 04:22:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.024908 [API:8081]10.0.0.65 - - [2026-02-26 04:22:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.040779 [API:8081]10.0.0.65 - - [2026-02-26 04:22:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.024146 [API:8081]10.0.0.65 - - [2026-02-26 04:22:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn1-68520405?flat HTTP/1.1" 200 4920 0.016075 [API:8081]10.0.0.65 - - [2026-02-26 04:22:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009050 [API:8081]10.0.0.65 - - [2026-02-26 04:22:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.012321 [API:8081]10.0.0.65 - - [2026-02-26 04:22:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.010551 [API:8081]10.0.0.131 - - [2026-02-26 04:22:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.088353 [API:8081]10.0.0.73 - - [2026-02-26 04:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.73 - - [2026-02-26 04:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.131 - - [2026-02-26 04:24:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000651 [API:8081]10.0.0.131 - - [2026-02-26 04:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000608 [API:8081]10.0.0.131 - - [2026-02-26 04:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.131 - - [2026-02-26 04:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.73 - - [2026-02-26 04:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.73 - - [2026-02-26 04:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.65 - - [2026-02-26 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.65 - - [2026-02-26 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002407 [API:8081]10.0.0.65 - - [2026-02-26 04:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.65 - - [2026-02-26 04:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.131 - - [2026-02-26 04:24:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.076150 [API:8081]10.0.0.131 - - [2026-02-26 04:25:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.446851 [Introspect:8090]10.0.0.65 - - [2026-02-26 04:26:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001136 [API:8081]10.0.0.65 - - [2026-02-26 04:26:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 12091 0.492729 [API:8081]10.0.0.65 - - [2026-02-26 04:26:07] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5402-1?flat HTTP/1.1" 200 6060 0.453493 [API:8081]10.0.0.65 - - [2026-02-26 04:26:08] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 6059 0.494728 [API:8081]10.0.0.65 - - [2026-02-26 04:26:08] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5402-3?flat HTTP/1.1" 200 3953 0.020961 [API:8081]10.0.0.65 - - [2026-02-26 04:26:08] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?flat HTTP/1.1" 200 6140 0.027238 [API:8081]10.0.0.65 - - [2026-02-26 04:26:08] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?flat HTTP/1.1" 200 6438 0.018284 [API:8081]10.0.0.65 - - [2026-02-26 04:26:08] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?flat HTTP/1.1" 200 7330 0.020609 [API:8081]10.0.0.65 - - [2026-02-26 04:26:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.012333 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002980 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003966 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005799 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006186 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003255 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002932 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004078 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:26:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002797 [API:8081]10.0.0.65 - - [2026-02-26 04:26:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:9b01ec37-3cf8-456f-bf92-438ebd62087c?flat HTTP/1.1" 200 5252 0.017006 [API:8081]10.0.0.65 - - [2026-02-26 04:26:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:9b01ec37-3cf8-456f-bf92-438ebd62087c?flat HTTP/1.1" 200 5252 0.019341 [API:8081]10.0.0.65 - - [2026-02-26 04:26:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:9b01ec37-3cf8-456f-bf92-438ebd62087c?flat HTTP/1.1" 200 5252 0.015725 [API:8081]10.0.0.65 - - [2026-02-26 04:26:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn1-36990068?flat HTTP/1.1" 200 7107 0.019623 [API:8081]10.0.0.65 - - [2026-02-26 04:26:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32268 0.043280 [API:8081]10.0.0.65 - - [2026-02-26 04:26:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12408 0.024748 [API:8081]10.0.0.65 - - [2026-02-26 04:26:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32268 0.042270 [API:8081]10.0.0.65 - - [2026-02-26 04:26:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12408 0.043548 [API:8081]10.0.0.65 - - [2026-02-26 04:26:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010522 [API:8081]10.0.0.131 - - [2026-02-26 04:27:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072090 [API:8081]10.0.0.65 - - [2026-02-26 04:27:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:f67a789e-3bb4-4ed6-a036-0927524ef0d3?flat HTTP/1.1" 200 5252 0.015482 [API:8081]10.0.0.65 - - [2026-02-26 04:27:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:f67a789e-3bb4-4ed6-a036-0927524ef0d3?flat HTTP/1.1" 200 5252 0.013145 [API:8081]10.0.0.65 - - [2026-02-26 04:27:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-70744497:f67a789e-3bb4-4ed6-a036-0927524ef0d3?flat HTTP/1.1" 200 5252 0.016765 [API:8081]10.0.0.65 - - [2026-02-26 04:27:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn2-83706500?flat HTTP/1.1" 200 7137 0.015944 [API:8081]10.0.0.65 - - [2026-02-26 04:27:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40487 0.042757 [API:8081]10.0.0.65 - - [2026-02-26 04:27:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40487 0.034920 [API:8081]10.0.0.65 - - [2026-02-26 04:27:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009214 [API:8081]10.0.0.65 - - [2026-02-26 04:28:01] "GET /analytics HTTP/1.1" 401 205 0.000449 [API:8081]10.0.0.65 - - [2026-02-26 04:28:01] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.73 - - [2026-02-26 04:28:29] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.73 - - [2026-02-26 04:28:29] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.131 - - [2026-02-26 04:28:29] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2026-02-26 04:28:29] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.131 - - [2026-02-26 04:28:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.092647 [API:8081]10.0.0.65 - - [2026-02-26 04:28:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.039303 [API:8081]10.0.0.65 - - [2026-02-26 04:29:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.035888 [API:8081]10.0.0.65 - - [2026-02-26 04:29:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.049169 [API:8081]10.0.0.65 - - [2026-02-26 04:29:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.035795 [API:8081]10.0.0.65 - - [2026-02-26 04:29:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.033114 [API:8081]10.0.0.65 - - [2026-02-26 04:29:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.056427 [API:8081]10.0.0.65 - - [2026-02-26 04:29:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.041885 [API:8081]10.0.0.65 - - [2026-02-26 04:29:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40511 0.042814 [API:8081]10.0.0.65 - - [2026-02-26 04:29:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn2-83706500?flat HTTP/1.1" 200 7481 0.020650 [API:8081]10.0.0.65 - - [2026-02-26 04:29:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010063 [API:8081]10.0.0.65 - - [2026-02-26 04:29:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32287 0.030815 [API:8081]10.0.0.65 - - [2026-02-26 04:29:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12913 0.026532 [API:8081]10.0.0.65 - - [2026-02-26 04:29:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32287 0.030755 [API:8081]10.0.0.65 - - [2026-02-26 04:29:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12912 0.024422 [API:8081]10.0.0.65 - - [2026-02-26 04:29:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32287 0.039473 [API:8081]10.0.0.65 - - [2026-02-26 04:29:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12789 0.027723 [API:8081]10.0.0.65 - - [2026-02-26 04:29:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-70744497:ctest-vn1-36990068?flat HTTP/1.1" 200 7899 0.030256 [API:8081]10.0.0.65 - - [2026-02-26 04:29:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014195 [API:8081]10.0.0.73 - - [2026-02-26 04:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.73 - - [2026-02-26 04:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2026-02-26 04:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.131 - - [2026-02-26 04:29:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.131 - - [2026-02-26 04:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2026-02-26 04:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.73 - - [2026-02-26 04:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.73 - - [2026-02-26 04:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2026-02-26 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2026-02-26 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.65 - - [2026-02-26 04:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.65 - - [2026-02-26 04:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2026-02-26 04:30:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15869418:11ada2b4-9b58-4d7d-ba7b-b17c8840c5d7?flat HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.65 - - [2026-02-26 04:30:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15869418:11ada2b4-9b58-4d7d-ba7b-b17c8840c5d7?flat HTTP/1.1" 200 5089 0.086941 [API:8081]10.0.0.65 - - [2026-02-26 04:30:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15869418:11ada2b4-9b58-4d7d-ba7b-b17c8840c5d7?flat HTTP/1.1" 200 5089 0.090063 [API:8081]10.0.0.65 - - [2026-02-26 04:30:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15869418:11ada2b4-9b58-4d7d-ba7b-b17c8840c5d7?flat HTTP/1.1" 200 5089 0.089704 [API:8081]10.0.0.65 - - [2026-02-26 04:30:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15869418:ctest-vn-48754701?flat HTTP/1.1" 200 6119 0.016719 [API:8081]10.0.0.65 - - [2026-02-26 04:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40524 0.034868 [API:8081]10.0.0.65 - - [2026-02-26 04:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40524 0.036823 [API:8081]10.0.0.65 - - [2026-02-26 04:30:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009792 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15869418:292c91e1-4ffd-47a1-9503-4db8978ed616?flat HTTP/1.1" 200 5246 0.019990 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15869418:292c91e1-4ffd-47a1-9503-4db8978ed616?flat HTTP/1.1" 200 5246 0.017721 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15869418:292c91e1-4ffd-47a1-9503-4db8978ed616?flat HTTP/1.1" 200 5246 0.018444 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15869418:ctest-vn-37262386?flat HTTP/1.1" 200 5472 0.104424 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.033087 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12932 0.036819 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.100118 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12932 0.024780 [API:8081]10.0.0.65 - - [2026-02-26 04:30:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012715 [API:8081]10.0.0.65 - - [2026-02-26 04:30:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.057334 [API:8081]10.0.0.65 - - [2026-02-26 04:30:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12932 0.033473 [API:8081]10.0.0.131 - - [2026-02-26 04:30:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108014 [API:8081]10.0.0.65 - - [2026-02-26 04:30:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.042794 [API:8081]10.0.0.65 - - [2026-02-26 04:30:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12932 0.026707 [API:8081]10.0.0.65 - - [2026-02-26 04:30:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32313 0.034184 [API:8081]10.0.0.65 - - [2026-02-26 04:30:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5402-2?flat HTTP/1.1" 200 12550 0.023819 [API:8081]10.0.0.65 - - [2026-02-26 04:30:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15869418:ctest-vn-37262386?flat HTTP/1.1" 200 3593 0.014389 [API:8081]10.0.0.65 - - [2026-02-26 04:30:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009778 [API:8081]10.0.0.65 - - [2026-02-26 04:30:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.034217 [API:8081]10.0.0.65 - - [2026-02-26 04:31:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.043944 [API:8081]10.0.0.65 - - [2026-02-26 04:31:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.041879 [API:8081]10.0.0.65 - - [2026-02-26 04:31:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.053134 [API:8081]10.0.0.65 - - [2026-02-26 04:31:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.044726 [API:8081]10.0.0.65 - - [2026-02-26 04:31:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40528 0.041584 [API:8081]10.0.0.65 - - [2026-02-26 04:31:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5402-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40529 0.045995 [API:8081]10.0.0.65 - - [2026-02-26 04:31:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15869418:ctest-vn-48754701?flat HTTP/1.1" 200 6189 0.022192 [API:8081]10.0.0.65 - - [2026-02-26 04:31:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013061 [API:8081]10.0.0.65 - - [2026-02-26 04:31:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.65 - - [2026-02-26 04:31:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.083904 [API:8081]10.0.0.65 - - [2026-02-26 04:31:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.071450 [API:8081]10.0.0.131 - - [2026-02-26 04:31:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.087718 [API:8081]10.0.0.131 - - [2026-02-26 04:33:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113248 [API:8081]10.0.0.73 - - [2026-02-26 04:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2026-02-26 04:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2026-02-26 04:34:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2026-02-26 04:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2026-02-26 04:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2026-02-26 04:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.73 - - [2026-02-26 04:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.73 - - [2026-02-26 04:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2026-02-26 04:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.65 - - [2026-02-26 04:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.65 - - [2026-02-26 04:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2026-02-26 04:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2026-02-26 04:34:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.078655 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002944 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003501 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003856 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003053 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004678 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003463 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003027 [LOCAL API:8181]127.0.0.1 - - [2026-02-26 04:36:46] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5402-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003030 [API:8081]10.0.0.131 - - [2026-02-26 04:36:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082913 [API:8081]10.0.0.65 - - [2026-02-26 04:37:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.65 - - [2026-02-26 04:37:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1872 0.073593 [API:8081]10.0.0.131 - - [2026-02-26 04:37:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.090938 [API:8081]10.0.0.65 - - [2026-02-26 04:38:01] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2026-02-26 04:38:01] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.73 - - [2026-02-26 04:38:29] "GET /analytics HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.73 - - [2026-02-26 04:38:29] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.131 - - [2026-02-26 04:38:29] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.131 - - [2026-02-26 04:38:29] "GET /analytics HTTP/1.1" 401 205 0.000895 [API:8081]10.0.0.73 - - [2026-02-26 04:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.73 - - [2026-02-26 04:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2026-02-26 04:39:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000462 [API:8081]10.0.0.131 - - [2026-02-26 04:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.131 - - [2026-02-26 04:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2026-02-26 04:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.73 - - [2026-02-26 04:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000454 [API:8081]10.0.0.73 - - [2026-02-26 04:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2026-02-26 04:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.65 - - [2026-02-26 04:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.65 - - [2026-02-26 04:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.65 - - [2026-02-26 04:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2026-02-26 04:39:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072868 [API:8081]10.0.0.131 - - [2026-02-26 04:41:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.505354 [API:8081]10.0.0.131 - - [2026-02-26 04:43:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.105306 [Introspect:8090]10.0.0.65 - - [2026-02-26 04:43:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001210