++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Feb 16 02:00:48 AM UTC 2026 ===================' INFO: =================== Mon Feb 16 02:00:48 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 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23: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.17,10.20.0.254,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,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.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23: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.27 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 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.27,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.27,10.20.0.17,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ 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/16/2026 02:00:56.044 7fbaf0c96580 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/16/2026 02:00:56.205 7fbaf0c96580 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 02/16/2026 02:00:56.215 7fbaf0c96580 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/16/2026 02:00:56.215 7fbaf0c96580 [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.27:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.50 - - [2026-02-16 02:01:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.062662 [API:8081]10.0.0.50 - - [2026-02-16 02:01:37] "GET /analytics HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2026-02-16 02:01:37] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2026-02-16 02:01:37] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-02-16 02:01:37] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.27 - - [2026-02-16 02:01:37] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2026-02-16 02:01:37] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.50 - - [2026-02-16 02:02:08] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2026-02-16 02:02:08] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.23 - - [2026-02-16 02:02:08] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-02-16 02:02:08] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.27 - - [2026-02-16 02:02:08] "GET /analytics HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.27 - - [2026-02-16 02:02:08] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.50 - - [2026-02-16 02:02:38] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2026-02-16 02:02:38] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.23 - - [2026-02-16 02:02:38] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-02-16 02:02:38] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.50 - - [2026-02-16 02:03:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.058681 [API:8081]10.0.0.50 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.50 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.27 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.50 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-02-16 02:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-02-16 02:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-02-16 02:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.50 - - [2026-02-16 02:04:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1345 0.098215 [Introspect:8090]10.0.0.27 - - [2026-02-16 02:04:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001172 [Introspect:8090]10.0.0.27 - - [2026-02-16 02:04:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001075 [API:8081]10.0.0.50 - - [2026-02-16 02:06:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057485 [Introspect:8090]10.0.0.27 - - [2026-02-16 02:06:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001214 [Introspect:8090]10.0.0.27 - - [2026-02-16 02:06:30] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000568 [API:8081]10.0.0.27 - - [2026-02-16 02:06:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-02-16 02:06:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1:Control:contrail-control:0?flat HTTP/1.1" 200 28221 0.064276 [API:8081]10.0.0.27 - - [2026-02-16 02:06:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.058173 [API:8081]10.0.0.27 - - [2026-02-16 02:06:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2:Control:contrail-control:0?flat HTTP/1.1" 200 34947 0.064519 [API:8081]10.0.0.27 - - [2026-02-16 02:06:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.014247 [API:8081]10.0.0.27 - - [2026-02-16 02:06:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3:Control:contrail-control:0?flat HTTP/1.1" 200 38621 0.020335 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.013479 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.021300 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017393 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.012629 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.010876 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.008803 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.010018 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4614 0.010631 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.011828 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.008245 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011271 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010895 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011190 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010908 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012316 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011214 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010670 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011499 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012479 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.017681 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017915 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.021072 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015488 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14873 0.015581 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015826 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.019046 [API:8081]10.0.0.27 - - [2026-02-16 02:06:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018625 [API:8081]10.0.0.27 - - [2026-02-16 02:06:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.017755 [API:8081]10.0.0.27 - - [2026-02-16 02:06:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.018116 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.026045 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.010885 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.021681 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.016413 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014029 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.021417 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014205 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.009524 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14829 0.016106 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014442 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013858 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14874 0.014870 [API:8081]10.0.0.27 - - [2026-02-16 02:06:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.020298 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.013720 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.018935 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015069 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.010423 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014871 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.012154 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.010770 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4614 0.011789 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.012056 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1:Control:contrail-control:0?flat HTTP/1.1" 200 28221 0.057613 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.014093 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.014285 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2:Control:contrail-control:0?flat HTTP/1.1" 200 34947 0.020743 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013193 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.016303 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3:Control:contrail-control:0?flat HTTP/1.1" 200 38621 0.024105 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011016 [API:8081]10.0.0.27 - - [2026-02-16 02:06:34] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5329-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.015968 [API:8081]10.0.0.27 - - [2026-02-16 02:06:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-1?flat HTTP/1.1" 200 12034 0.019535 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?flat HTTP/1.1" 200 13709 0.021041 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?flat HTTP/1.1" 200 16781 0.019805 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?flat HTTP/1.1" 200 16375 0.017351 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?flat HTTP/1.1" 200 13709 0.018451 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?flat HTTP/1.1" 200 16781 0.019000 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?flat HTTP/1.1" 200 16375 0.019710 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?flat HTTP/1.1" 200 13709 0.021730 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?flat HTTP/1.1" 200 16781 0.029394 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?flat HTTP/1.1" 200 16375 0.019947 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?flat HTTP/1.1" 200 13709 0.021318 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?flat HTTP/1.1" 200 16781 0.025804 [API:8081]10.0.0.27 - - [2026-02-16 02:06:37] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?flat HTTP/1.1" 200 16375 0.033513 [API:8081]10.0.0.27 - - [2026-02-16 02:06:38] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5329-1?flat HTTP/1.1" 200 7991 0.014585 [API:8081]10.0.0.27 - - [2026-02-16 02:06:38] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 7995 0.020766 [API:8081]10.0.0.27 - - [2026-02-16 02:06:38] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5329-3?flat HTTP/1.1" 200 7997 0.018637 [API:8081]10.0.0.27 - - [2026-02-16 02:06:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-02-16 02:06:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.059304 [API:8081]10.0.0.27 - - [2026-02-16 02:07:00] "POST /analytics/query HTTP/1.1" 200 54731 1.069451 [API:8081]10.0.0.27 - - [2026-02-16 02:07:01] "POST /analytics/query HTTP/1.1" 200 5869 1.100739 [API:8081]10.0.0.27 - - [2026-02-16 02:07:02] "POST /analytics/query HTTP/1.1" 200 871 1.028110 [API:8081]10.0.0.27 - - [2026-02-16 02:07:03] "POST /analytics/query HTTP/1.1" 200 6784 1.022271 [API:8081]10.0.0.27 - - [2026-02-16 02:07:04] "POST /analytics/query HTTP/1.1" 200 871 1.020261 [API:8081]10.0.0.50 - - [2026-02-16 02:07:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.106740 [API:8081]10.0.0.27 - - [2026-02-16 02:07:15] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000902 [API:8081]10.0.0.50 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.23 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.23 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.27 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000660 [API:8081]10.0.0.50 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-02-16 02:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-02-16 02:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000496 [API:8081]10.0.0.27 - - [2026-02-16 02:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.50 - - [2026-02-16 02:09:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072024 [API:8081]10.0.0.50 - - [2026-02-16 02:10:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.070179 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004615 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003509 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003495 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003138 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005149 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002344 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002416 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002916 [API:8081]10.0.0.27 - - [2026-02-16 02:11:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2026-02-16 02:11:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1736 0.052378 [API:8081]10.0.0.27 - - [2026-02-16 02:11:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1968 0.056264 [API:8081]10.0.0.27 - - [2026-02-16 02:12:08] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-02-16 02:12:08] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.50 - - [2026-02-16 02:12:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062964 [API:8081]10.0.0.50 - - [2026-02-16 02:12:38] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.50 - - [2026-02-16 02:12:38] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.23 - - [2026-02-16 02:12:38] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2026-02-16 02:12:38] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.50 - - [2026-02-16 02:13:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071192 [API:8081]10.0.0.50 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.50 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.50 - - [2026-02-16 02:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2026-02-16 02:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-02-16 02:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2026-02-16 02:15:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083015 [API:8081]10.0.0.50 - - [2026-02-16 02:16:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071929 [API:8081]10.0.0.27 - - [2026-02-16 02:17:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-02-16 02:17:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.055398 [API:8081]10.0.0.27 - - [2026-02-16 02:17:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.052742 [API:8081]10.0.0.50 - - [2026-02-16 02:18:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065928 [API:8081]10.0.0.50 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.23 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2026-02-16 02:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-02-16 02:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-02-16 02:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-02-16 02:19:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1664 0.008752 [API:8081]10.0.0.27 - - [2026-02-16 02:19:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1892 0.012001 [API:8081]10.0.0.27 - - [2026-02-16 02:19:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.052927 [API:8081]10.0.0.27 - - [2026-02-16 02:19:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2348 0.009624 [API:8081]10.0.0.50 - - [2026-02-16 02:19:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.097122 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003045 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002866 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003149 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002786 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003134 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002693 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002943 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002617 [API:8081]10.0.0.50 - - [2026-02-16 02:21:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067495 [API:8081]10.0.0.27 - - [2026-02-16 02:22:08] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-02-16 02:22:08] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.50 - - [2026-02-16 02:22:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066273 [API:8081]10.0.0.27 - - [2026-02-16 02:22:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.023032 [API:8081]10.0.0.27 - - [2026-02-16 02:22:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.023437 [API:8081]10.0.0.27 - - [2026-02-16 02:22:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-82116333:ctest-vnet1-22069657?flat HTTP/1.1" 200 8247 0.011597 [API:8081]10.0.0.27 - - [2026-02-16 02:22:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007676 [API:8081]10.0.0.27 - - [2026-02-16 02:22:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.018553 [API:8081]10.0.0.27 - - [2026-02-16 02:22:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.076622 [API:8081]10.0.0.27 - - [2026-02-16 02:22:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.073869 [API:8081]10.0.0.27 - - [2026-02-16 02:22:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-82116333:ctest-vnet0-05613372?flat HTTP/1.1" 200 8246 0.019543 [API:8081]10.0.0.27 - - [2026-02-16 02:22:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009382 [API:8081]10.0.0.50 - - [2026-02-16 02:22:38] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.50 - - [2026-02-16 02:22:38] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.23 - - [2026-02-16 02:22:38] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-02-16 02:22:38] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.27 - - [2026-02-16 02:22:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.007161 [API:8081]10.0.0.50 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.50 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.23 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.27 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.50 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.50 - - [2026-02-16 02:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-02-16 02:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2026-02-16 02:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.50 - - [2026-02-16 02:24:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.147777 [API:8081]10.0.0.27 - - [2026-02-16 02:24:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.27 - - [2026-02-16 02:24:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.067769 [API:8081]10.0.0.50 - - [2026-02-16 02:25:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076375 [API:8081]10.0.0.27 - - [2026-02-16 02:25:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.081482 [API:8081]10.0.0.27 - - [2026-02-16 02:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019061 [API:8081]10.0.0.27 - - [2026-02-16 02:25:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.079737 [API:8081]10.0.0.27 - - [2026-02-16 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019056 [API:8081]10.0.0.27 - - [2026-02-16 02:25:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020262 [API:8081]10.0.0.27 - - [2026-02-16 02:25:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020519 [API:8081]10.0.0.27 - - [2026-02-16 02:26:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022450 [API:8081]10.0.0.27 - - [2026-02-16 02:26:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-70768859:ctest-vnet0-69379810?flat HTTP/1.1" 200 7191 0.012929 [API:8081]10.0.0.27 - - [2026-02-16 02:26:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014254 [API:8081]10.0.0.27 - - [2026-02-16 02:26:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.27 - - [2026-02-16 02:26:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.062048 [API:8081]10.0.0.27 - - [2026-02-16 02:26:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2026-02-16 02:26:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.057698 [API:8081]10.0.0.27 - - [2026-02-16 02:26:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.058786 [API:8081]10.0.0.27 - - [2026-02-16 02:26:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.055742 [API:8081]10.0.0.50 - - [2026-02-16 02:27:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066150 [API:8081]10.0.0.27 - - [2026-02-16 02:27:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:b9871974-3567-4acd-85a5-a12d5f30a7ae?flat HTTP/1.1" 200 5235 0.018729 [API:8081]10.0.0.27 - - [2026-02-16 02:27:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:b9871974-3567-4acd-85a5-a12d5f30a7ae?flat HTTP/1.1" 200 5235 0.017460 [API:8081]10.0.0.27 - - [2026-02-16 02:27:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:b9871974-3567-4acd-85a5-a12d5f30a7ae?flat HTTP/1.1" 200 5235 0.017258 [API:8081]10.0.0.27 - - [2026-02-16 02:27:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-50778731:ctest-VN1-81716059?flat HTTP/1.1" 200 8563 0.016341 [API:8081]10.0.0.27 - - [2026-02-16 02:27:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.024328 [API:8081]10.0.0.27 - - [2026-02-16 02:27:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.023757 [API:8081]10.0.0.27 - - [2026-02-16 02:27:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009198 [API:8081]10.0.0.27 - - [2026-02-16 02:27:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:c5edfa4c-4d2e-4c25-81b8-2ad849c37ce2?flat HTTP/1.1" 200 5451 0.015736 [API:8081]10.0.0.27 - - [2026-02-16 02:27:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:c5edfa4c-4d2e-4c25-81b8-2ad849c37ce2?flat HTTP/1.1" 200 5451 0.014851 [API:8081]10.0.0.27 - - [2026-02-16 02:27:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:c5edfa4c-4d2e-4c25-81b8-2ad849c37ce2?flat HTTP/1.1" 200 5451 0.012817 [API:8081]10.0.0.27 - - [2026-02-16 02:27:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-50778731:ctest-VN2-07867488?flat HTTP/1.1" 200 9335 0.016080 [API:8081]10.0.0.27 - - [2026-02-16 02:27:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.019232 [API:8081]10.0.0.27 - - [2026-02-16 02:27:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.021893 [API:8081]10.0.0.27 - - [2026-02-16 02:27:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.057912 [API:8081]10.0.0.27 - - [2026-02-16 02:27:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:f24363d6-9d3f-4db4-93f9-1453b7de8318?flat HTTP/1.1" 200 5094 0.015069 [API:8081]10.0.0.27 - - [2026-02-16 02:27:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:f24363d6-9d3f-4db4-93f9-1453b7de8318?flat HTTP/1.1" 200 5094 0.014531 [API:8081]10.0.0.27 - - [2026-02-16 02:27:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-50778731:f24363d6-9d3f-4db4-93f9-1453b7de8318?flat HTTP/1.1" 200 5094 0.014732 [API:8081]10.0.0.27 - - [2026-02-16 02:27:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-50778731:ctest-VN3-25750955?flat HTTP/1.1" 200 7446 0.014751 [API:8081]10.0.0.27 - - [2026-02-16 02:27:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.024817 [API:8081]10.0.0.27 - - [2026-02-16 02:27:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018273 [API:8081]10.0.0.27 - - [2026-02-16 02:27:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007857 [API:8081]10.0.0.27 - - [2026-02-16 02:28:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.018127 [API:8081]10.0.0.27 - - [2026-02-16 02:28:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021267 [API:8081]10.0.0.27 - - [2026-02-16 02:28:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019109 [API:8081]10.0.0.27 - - [2026-02-16 02:28:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.018276 [API:8081]10.0.0.27 - - [2026-02-16 02:28:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.030124 [API:8081]10.0.0.27 - - [2026-02-16 02:28:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.018058 [API:8081]10.0.0.50 - - [2026-02-16 02:28:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057101 [API:8081]10.0.0.27 - - [2026-02-16 02:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019048 [API:8081]10.0.0.27 - - [2026-02-16 02:28:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019727 [API:8081]10.0.0.27 - - [2026-02-16 02:28:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021093 [API:8081]10.0.0.27 - - [2026-02-16 02:28:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-50778731:ctest-VN3-25750955?flat HTTP/1.1" 200 6219 0.011398 [API:8081]10.0.0.27 - - [2026-02-16 02:28:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008920 [API:8081]10.0.0.27 - - [2026-02-16 02:28:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.026419 [API:8081]10.0.0.27 - - [2026-02-16 02:28:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019717 [API:8081]10.0.0.27 - - [2026-02-16 02:28:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018447 [API:8081]10.0.0.27 - - [2026-02-16 02:28:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020050 [API:8081]10.0.0.27 - - [2026-02-16 02:28:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018953 [API:8081]10.0.0.27 - - [2026-02-16 02:28:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.027282 [API:8081]10.0.0.27 - - [2026-02-16 02:28:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.023289 [API:8081]10.0.0.27 - - [2026-02-16 02:28:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.032120 [API:8081]10.0.0.27 - - [2026-02-16 02:28:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-50778731:ctest-VN2-07867488?flat HTTP/1.1" 200 6550 0.010945 [API:8081]10.0.0.27 - - [2026-02-16 02:28:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009005 [API:8081]10.0.0.27 - - [2026-02-16 02:28:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019688 [API:8081]10.0.0.50 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.50 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000510 [API:8081]10.0.0.27 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.23 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.50 - - [2026-02-16 02:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-02-16 02:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-02-16 02:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.27 - - [2026-02-16 02:29:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.035688 [API:8081]10.0.0.27 - - [2026-02-16 02:29:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-50778731:ctest-VN1-81716059?flat HTTP/1.1" 200 6777 0.017269 [API:8081]10.0.0.27 - - [2026-02-16 02:29:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008844 [API:8081]10.0.0.27 - - [2026-02-16 02:29:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-02-16 02:29:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.064373 [API:8081]10.0.0.27 - - [2026-02-16 02:29:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.053239 [API:8081]10.0.0.27 - - [2026-02-16 02:29:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.079190 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:6ea87709-fb32-4553-a532-8bd389902fbf?flat HTTP/1.1" 200 5371 0.012919 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:6ea87709-fb32-4553-a532-8bd389902fbf?flat HTTP/1.1" 200 5371 0.012441 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:6ea87709-fb32-4553-a532-8bd389902fbf?flat HTTP/1.1" 200 5371 0.012239 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:6ea87709-fb32-4553-a532-8bd389902fbf?flat HTTP/1.1" 200 5371 0.012096 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-41911081:ctest-VN1-90004786?flat HTTP/1.1" 200 9461 0.014500 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.029321 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.020708 [API:8081]10.0.0.27 - - [2026-02-16 02:30:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008471 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:89fea27a-d552-46de-bdd4-6ad67c0b8697?flat HTTP/1.1" 200 5221 0.013893 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:89fea27a-d552-46de-bdd4-6ad67c0b8697?flat HTTP/1.1" 200 5221 0.013966 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:89fea27a-d552-46de-bdd4-6ad67c0b8697?flat HTTP/1.1" 200 5221 0.012238 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:89fea27a-d552-46de-bdd4-6ad67c0b8697?flat HTTP/1.1" 200 5221 0.013113 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-41911081:ctest-VN2-77749288?flat HTTP/1.1" 200 8636 0.015898 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020867 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020260 [API:8081]10.0.0.27 - - [2026-02-16 02:30:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008615 [API:8081]10.0.0.27 - - [2026-02-16 02:30:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:46e3c975-de32-4bf8-b8ab-905b83c1aa28?flat HTTP/1.1" 200 5222 0.013663 [API:8081]10.0.0.27 - - [2026-02-16 02:30:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:46e3c975-de32-4bf8-b8ab-905b83c1aa28?flat HTTP/1.1" 200 5222 0.016330 [API:8081]10.0.0.27 - - [2026-02-16 02:30:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:46e3c975-de32-4bf8-b8ab-905b83c1aa28?flat HTTP/1.1" 200 5222 0.016270 [API:8081]10.0.0.27 - - [2026-02-16 02:30:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-41911081:46e3c975-de32-4bf8-b8ab-905b83c1aa28?flat HTTP/1.1" 200 5222 0.012101 [API:8081]10.0.0.27 - - [2026-02-16 02:30:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-41911081:ctest-VN3-19497573?flat HTTP/1.1" 200 8205 0.018219 [API:8081]10.0.0.27 - - [2026-02-16 02:30:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.028799 [API:8081]10.0.0.27 - - [2026-02-16 02:30:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018846 [API:8081]10.0.0.27 - - [2026-02-16 02:30:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008436 [API:8081]10.0.0.50 - - [2026-02-16 02:30:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057817 [API:8081]10.0.0.27 - - [2026-02-16 02:30:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019039 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002606 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.010307 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002457 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002941 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002706 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002510 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002339 [API:8081]10.0.0.27 - - [2026-02-16 02:30:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019407 [API:8081]10.0.0.27 - - [2026-02-16 02:31:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.021573 [API:8081]10.0.0.27 - - [2026-02-16 02:31:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-41911081:ctest-VN3-19497573?flat HTTP/1.1" 200 6966 0.012560 [API:8081]10.0.0.27 - - [2026-02-16 02:31:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010791 [API:8081]10.0.0.27 - - [2026-02-16 02:31:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018786 [API:8081]10.0.0.27 - - [2026-02-16 02:31:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017783 [API:8081]10.0.0.27 - - [2026-02-16 02:31:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018792 [API:8081]10.0.0.27 - - [2026-02-16 02:31:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021006 [API:8081]10.0.0.27 - - [2026-02-16 02:31:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018451 [API:8081]10.0.0.27 - - [2026-02-16 02:31:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019869 [API:8081]10.0.0.27 - - [2026-02-16 02:31:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020121 [API:8081]10.0.0.50 - - [2026-02-16 02:31:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062350 [API:8081]10.0.0.27 - - [2026-02-16 02:31:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018410 [API:8081]10.0.0.27 - - [2026-02-16 02:31:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-41911081:ctest-VN2-77749288?flat HTTP/1.1" 200 7312 0.011424 [API:8081]10.0.0.27 - - [2026-02-16 02:31:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007390 [API:8081]10.0.0.27 - - [2026-02-16 02:31:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020107 [API:8081]10.0.0.27 - - [2026-02-16 02:31:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.019013 [API:8081]10.0.0.27 - - [2026-02-16 02:31:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-41911081:ctest-VN1-90004786?flat HTTP/1.1" 200 7654 0.011932 [API:8081]10.0.0.27 - - [2026-02-16 02:31:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008240 [API:8081]10.0.0.27 - - [2026-02-16 02:31:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-02-16 02:31:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.053377 [API:8081]10.0.0.27 - - [2026-02-16 02:31:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.076452 [API:8081]10.0.0.27 - - [2026-02-16 02:32:08] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2026-02-16 02:32:08] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.50 - - [2026-02-16 02:32:38] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.50 - - [2026-02-16 02:32:38] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.23 - - [2026-02-16 02:32:38] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-02-16 02:32:38] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.50 - - [2026-02-16 02:33:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.097403 [API:8081]10.0.0.27 - - [2026-02-16 02:33:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.27 - - [2026-02-16 02:33:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.067824 [API:8081]10.0.0.50 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.50 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.27 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.27 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000481 [API:8081]10.0.0.23 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2026-02-16 02:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-02-16 02:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000466 [API:8081]10.0.0.27 - - [2026-02-16 02:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.50 - - [2026-02-16 02:34:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.069479 [API:8081]10.0.0.27 - - [2026-02-16 02:35:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.068763 [API:8081]10.0.0.27 - - [2026-02-16 02:35:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-03612732:ctest-vnet0-20208957?flat HTTP/1.1" 200 7967 0.011000 [API:8081]10.0.0.27 - - [2026-02-16 02:35:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.049680 [API:8081]10.0.0.27 - - [2026-02-16 02:35:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-02-16 02:35:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.051128 [API:8081]10.0.0.27 - - [2026-02-16 02:35:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.049629 [API:8081]10.0.0.50 - - [2026-02-16 02:36:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067857 [API:8081]10.0.0.50 - - [2026-02-16 02:37:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058809 [API:8081]10.0.0.50 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.50 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.27 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2026-02-16 02:38:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.028333 [API:8081]10.0.0.23 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000641 [API:8081]10.0.0.50 - - [2026-02-16 02:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000485 [API:8081]10.0.0.27 - - [2026-02-16 02:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-02-16 02:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-02-16 02:39:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.096828 [API:8081]10.0.0.27 - - [2026-02-16 02:39:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023760 [API:8081]10.0.0.27 - - [2026-02-16 02:39:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.030228 [API:8081]10.0.0.27 - - [2026-02-16 02:39:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019185 [API:8081]10.0.0.27 - - [2026-02-16 02:39:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021541 [API:8081]10.0.0.27 - - [2026-02-16 02:39:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.037791 [API:8081]10.0.0.27 - - [2026-02-16 02:39:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019930 [API:8081]10.0.0.27 - - [2026-02-16 02:39:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019407 [API:8081]10.0.0.27 - - [2026-02-16 02:39:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-19657130:ctest-vnet1-88191561?flat HTTP/1.1" 200 7306 0.013443 [API:8081]10.0.0.27 - - [2026-02-16 02:39:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007893 [API:8081]10.0.0.27 - - [2026-02-16 02:39:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.021003 [API:8081]10.0.0.27 - - [2026-02-16 02:39:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.018490 [API:8081]10.0.0.50 - - [2026-02-16 02:39:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053202 [API:8081]10.0.0.27 - - [2026-02-16 02:39:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.018357 [API:8081]10.0.0.27 - - [2026-02-16 02:39:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-19657130:ctest-vnet0-27566633?flat HTTP/1.1" 200 6960 0.012133 [API:8081]10.0.0.27 - - [2026-02-16 02:39:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007449 [API:8081]10.0.0.27 - - [2026-02-16 02:39:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-02-16 02:39:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.056527 [API:8081]10.0.0.27 - - [2026-02-16 02:39:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.058330 [API:8081]10.0.0.50 - - [2026-02-16 02:40:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.056468 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003139 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002790 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003532 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003792 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003025 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003006 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002288 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002738 [API:8081]10.0.0.27 - - [2026-02-16 02:42:08] "GET /analytics HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.27 - - [2026-02-16 02:42:08] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.50 - - [2026-02-16 02:42:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066293 [API:8081]10.0.0.50 - - [2026-02-16 02:42:38] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2026-02-16 02:42:38] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.23 - - [2026-02-16 02:42:38] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-02-16 02:42:38] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.27 - - [2026-02-16 02:42:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.020691 [API:8081]10.0.0.27 - - [2026-02-16 02:42:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.067242 [API:8081]10.0.0.27 - - [2026-02-16 02:42:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.018517 [API:8081]10.0.0.27 - - [2026-02-16 02:42:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020687 [API:8081]10.0.0.27 - - [2026-02-16 02:42:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-84593348:ctest-vnet1-56041115?flat HTTP/1.1" 200 8068 0.014892 [API:8081]10.0.0.27 - - [2026-02-16 02:42:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008773 [API:8081]10.0.0.27 - - [2026-02-16 02:42:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.025221 [API:8081]10.0.0.27 - - [2026-02-16 02:43:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.032294 [API:8081]10.0.0.27 - - [2026-02-16 02:43:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-84593348:ctest-vnet0-83334804?flat HTTP/1.1" 200 7706 0.010918 [API:8081]10.0.0.27 - - [2026-02-16 02:43:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009002 [API:8081]10.0.0.50 - - [2026-02-16 02:43:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.067278 [API:8081]10.0.0.50 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.50 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000454 [API:8081]10.0.0.50 - - [2026-02-16 02:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.27 - - [2026-02-16 02:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-02-16 02:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2026-02-16 02:45:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074046 [API:8081]10.0.0.50 - - [2026-02-16 02:46:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060236 [API:8081]10.0.0.27 - - [2026-02-16 02:47:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.27 - - [2026-02-16 02:47:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.069135 [API:8081]10.0.0.27 - - [2026-02-16 02:48:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.061349 [API:8081]10.0.0.50 - - [2026-02-16 02:48:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068666 [API:8081]10.0.0.50 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.27 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000911 [API:8081]10.0.0.23 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.50 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.50 - - [2026-02-16 02:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-02-16 02:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.27 - - [2026-02-16 02:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-02-16 02:49:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.080286 [API:8081]10.0.0.27 - - [2026-02-16 02:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-02-16 02:49:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.065034 [API:8081]10.0.0.27 - - [2026-02-16 02:50:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:6489cb89-af4d-457a-a7f7-9484f365644b?flat HTTP/1.1" 200 5830 0.055684 [API:8081]10.0.0.27 - - [2026-02-16 02:50:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:6489cb89-af4d-457a-a7f7-9484f365644b?flat HTTP/1.1" 200 5830 0.052390 [API:8081]10.0.0.27 - - [2026-02-16 02:50:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:6489cb89-af4d-457a-a7f7-9484f365644b?flat HTTP/1.1" 200 5830 0.012141 [API:8081]10.0.0.27 - - [2026-02-16 02:50:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341-96770154?flat HTTP/1.1" 200 5032 0.012933 [API:8081]10.0.0.27 - - [2026-02-16 02:50:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017473 [API:8081]10.0.0.27 - - [2026-02-16 02:50:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025160 [API:8081]10.0.0.27 - - [2026-02-16 02:50:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008289 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002572 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002748 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002604 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002342 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002625 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002671 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002492 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 02:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002408 [API:8081]10.0.0.27 - - [2026-02-16 02:50:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:11e302df-91c1-4292-aa90-b4ed6ee8afa3?flat HTTP/1.1" 200 5966 0.014472 [API:8081]10.0.0.27 - - [2026-02-16 02:50:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:11e302df-91c1-4292-aa90-b4ed6ee8afa3?flat HTTP/1.1" 200 5966 0.013933 [API:8081]10.0.0.27 - - [2026-02-16 02:50:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:11e302df-91c1-4292-aa90-b4ed6ee8afa3?flat HTTP/1.1" 200 5966 0.017704 [API:8081]10.0.0.27 - - [2026-02-16 02:50:58] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341-96770154?flat HTTP/1.1" 200 12230 0.020501 [API:8081]10.0.0.27 - - [2026-02-16 02:50:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018936 [API:8081]10.0.0.27 - - [2026-02-16 02:50:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021127 [API:8081]10.0.0.27 - - [2026-02-16 02:50:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008424 [API:8081]10.0.0.27 - - [2026-02-16 02:51:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020419 [API:8081]10.0.0.27 - - [2026-02-16 02:51:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019804 [API:8081]10.0.0.50 - - [2026-02-16 02:51:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064052 [API:8081]10.0.0.27 - - [2026-02-16 02:51:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.029575 [API:8081]10.0.0.27 - - [2026-02-16 02:51:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020497 [API:8081]10.0.0.27 - - [2026-02-16 02:51:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020214 [API:8081]10.0.0.27 - - [2026-02-16 02:51:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024405 [API:8081]10.0.0.27 - - [2026-02-16 02:51:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019734 [API:8081]10.0.0.27 - - [2026-02-16 02:51:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019499 [API:8081]10.0.0.27 - - [2026-02-16 02:51:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341-96770154?flat HTTP/1.1" 200 11700 0.016442 [API:8081]10.0.0.27 - - [2026-02-16 02:51:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008485 [API:8081]10.0.0.27 - - [2026-02-16 02:51:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024241 [API:8081]10.0.0.27 - - [2026-02-16 02:52:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020310 [API:8081]10.0.0.27 - - [2026-02-16 02:52:00] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341:ctest-SecurityGroupBasicRegressionTests1Ipv6-61506341-96770154?flat HTTP/1.1" 200 8804 0.012843 [API:8081]10.0.0.27 - - [2026-02-16 02:52:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010308 [API:8081]10.0.0.27 - - [2026-02-16 02:52:08] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2026-02-16 02:52:08] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.27 - - [2026-02-16 02:52:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-02-16 02:52:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.063975 [API:8081]10.0.0.50 - - [2026-02-16 02:52:38] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-02-16 02:52:38] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.23 - - [2026-02-16 02:52:38] "GET /analytics HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.23 - - [2026-02-16 02:52:38] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.50 - - [2026-02-16 02:52:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078915 [API:8081]10.0.0.27 - - [2026-02-16 02:52:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:1e9e59ae-179d-4661-9392-0f2318084a07?flat HTTP/1.1" 200 5812 0.063179 [API:8081]10.0.0.27 - - [2026-02-16 02:52:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:1e9e59ae-179d-4661-9392-0f2318084a07?flat HTTP/1.1" 200 5812 0.013218 [API:8081]10.0.0.27 - - [2026-02-16 02:52:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:1e9e59ae-179d-4661-9392-0f2318084a07?flat HTTP/1.1" 200 5812 0.054311 [API:8081]10.0.0.27 - - [2026-02-16 02:52:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173-95790203?flat HTTP/1.1" 200 10445 0.014457 [API:8081]10.0.0.27 - - [2026-02-16 02:52:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017456 [API:8081]10.0.0.27 - - [2026-02-16 02:52:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018865 [API:8081]10.0.0.27 - - [2026-02-16 02:52:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008356 [API:8081]10.0.0.27 - - [2026-02-16 02:53:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:208f7826-ca3e-48b5-89bf-6f601493d423?flat HTTP/1.1" 200 5678 0.012954 [API:8081]10.0.0.27 - - [2026-02-16 02:53:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:208f7826-ca3e-48b5-89bf-6f601493d423?flat HTTP/1.1" 200 5678 0.012841 [API:8081]10.0.0.27 - - [2026-02-16 02:53:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:208f7826-ca3e-48b5-89bf-6f601493d423?flat HTTP/1.1" 200 5678 0.013076 [API:8081]10.0.0.27 - - [2026-02-16 02:53:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173-95790203?flat HTTP/1.1" 200 11545 0.015383 [API:8081]10.0.0.27 - - [2026-02-16 02:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019879 [API:8081]10.0.0.27 - - [2026-02-16 02:53:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018879 [API:8081]10.0.0.27 - - [2026-02-16 02:53:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007849 [API:8081]10.0.0.50 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.50 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.50 - - [2026-02-16 02:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.27 - - [2026-02-16 02:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-02-16 02:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-02-16 02:54:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020697 [API:8081]10.0.0.27 - - [2026-02-16 02:54:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.021309 [API:8081]10.0.0.27 - - [2026-02-16 02:54:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173-95790203?flat HTTP/1.1" 200 11293 0.016150 [API:8081]10.0.0.27 - - [2026-02-16 02:54:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007814 [API:8081]10.0.0.27 - - [2026-02-16 02:54:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018055 [API:8081]10.0.0.27 - - [2026-02-16 02:54:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018529 [API:8081]10.0.0.27 - - [2026-02-16 02:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024274 [API:8081]10.0.0.27 - - [2026-02-16 02:54:33] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173:ctest-SecurityGroupBasicRegressionTests1_contrail-20887173-95790203?flat HTTP/1.1" 200 8431 0.015079 [API:8081]10.0.0.27 - - [2026-02-16 02:54:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009700 [API:8081]10.0.0.50 - - [2026-02-16 02:54:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.112738 [API:8081]10.0.0.27 - - [2026-02-16 02:54:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-02-16 02:54:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.065238 [API:8081]10.0.0.27 - - [2026-02-16 02:55:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:17fb2234-58d0-4b64-8321-d356de868d47?flat HTTP/1.1" 200 5676 0.057319 [API:8081]10.0.0.27 - - [2026-02-16 02:55:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:17fb2234-58d0-4b64-8321-d356de868d47?flat HTTP/1.1" 200 5676 0.065881 [API:8081]10.0.0.27 - - [2026-02-16 02:55:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:17fb2234-58d0-4b64-8321-d356de868d47?flat HTTP/1.1" 200 5676 0.012353 [API:8081]10.0.0.27 - - [2026-02-16 02:55:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:ctest-SecurityGroupBasicRegressionTests1-52761162-36654765?flat HTTP/1.1" 200 4335 0.015226 [API:8081]10.0.0.27 - - [2026-02-16 02:55:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024221 [API:8081]10.0.0.27 - - [2026-02-16 02:55:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019757 [API:8081]10.0.0.27 - - [2026-02-16 02:55:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008640 [API:8081]10.0.0.50 - - [2026-02-16 02:55:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057585 [API:8081]10.0.0.27 - - [2026-02-16 02:55:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:7963a9c0-ae2b-4245-89a1-4630c34d356a?flat HTTP/1.1" 200 5539 0.015301 [API:8081]10.0.0.27 - - [2026-02-16 02:55:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:7963a9c0-ae2b-4245-89a1-4630c34d356a?flat HTTP/1.1" 200 5539 0.012856 [API:8081]10.0.0.27 - - [2026-02-16 02:55:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:7963a9c0-ae2b-4245-89a1-4630c34d356a?flat HTTP/1.1" 200 5539 0.011631 [API:8081]10.0.0.27 - - [2026-02-16 02:55:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:ctest-SecurityGroupBasicRegressionTests1-52761162-36654765?flat HTTP/1.1" 200 10066 0.016565 [API:8081]10.0.0.27 - - [2026-02-16 02:55:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018582 [API:8081]10.0.0.27 - - [2026-02-16 02:55:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019153 [API:8081]10.0.0.27 - - [2026-02-16 02:55:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009186 [API:8081]10.0.0.27 - - [2026-02-16 02:57:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020574 [API:8081]10.0.0.27 - - [2026-02-16 02:57:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020336 [API:8081]10.0.0.27 - - [2026-02-16 02:57:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017875 [API:8081]10.0.0.27 - - [2026-02-16 02:57:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020569 [API:8081]10.0.0.27 - - [2026-02-16 02:57:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020996 [API:8081]10.0.0.50 - - [2026-02-16 02:57:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063047 [API:8081]10.0.0.27 - - [2026-02-16 02:57:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019651 [API:8081]10.0.0.27 - - [2026-02-16 02:57:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020460 [API:8081]10.0.0.27 - - [2026-02-16 02:57:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.029568 [API:8081]10.0.0.27 - - [2026-02-16 02:57:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.034355 [API:8081]10.0.0.27 - - [2026-02-16 02:57:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:ctest-SecurityGroupBasicRegressionTests1-52761162-36654765?flat HTTP/1.1" 200 10802 0.016594 [API:8081]10.0.0.27 - - [2026-02-16 02:57:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011222 [API:8081]10.0.0.27 - - [2026-02-16 02:57:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017807 [API:8081]10.0.0.27 - - [2026-02-16 02:57:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019590 [API:8081]10.0.0.27 - - [2026-02-16 02:58:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023611 [API:8081]10.0.0.27 - - [2026-02-16 02:58:02] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-52761162:ctest-SecurityGroupBasicRegressionTests1-52761162-36654765?flat HTTP/1.1" 200 7953 0.013581 [API:8081]10.0.0.27 - - [2026-02-16 02:58:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008860 [API:8081]10.0.0.27 - - [2026-02-16 02:58:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-02-16 02:58:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.053321 [API:8081]10.0.0.27 - - [2026-02-16 02:58:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.057801 [API:8081]10.0.0.27 - - [2026-02-16 02:58:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.056483 [API:8081]10.0.0.27 - - [2026-02-16 02:58:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008375 [API:8081]10.0.0.27 - - [2026-02-16 02:58:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009566 [API:8081]10.0.0.27 - - [2026-02-16 02:58:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009331 [API:8081]10.0.0.27 - - [2026-02-16 02:58:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009204 [API:8081]10.0.0.27 - - [2026-02-16 02:58:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.009197 [API:8081]10.0.0.50 - - [2026-02-16 02:58:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.103500 [API:8081]10.0.0.27 - - [2026-02-16 02:58:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.27 - - [2026-02-16 02:58:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.058403 [API:8081]10.0.0.27 - - [2026-02-16 02:58:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.067508 [API:8081]10.0.0.27 - - [2026-02-16 02:58:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.058518 [API:8081]10.0.0.50 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.50 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2026-02-16 02:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-02-16 02:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-02-16 02:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-02-16 02:59:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008139 [API:8081]10.0.0.27 - - [2026-02-16 02:59:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008677 [API:8081]10.0.0.27 - - [2026-02-16 02:59:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.007776 [API:8081]10.0.0.27 - - [2026-02-16 02:59:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2026-02-16 02:59:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.065446 [API:8081]10.0.0.27 - - [2026-02-16 02:59:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.075454 [API:8081]10.0.0.27 - - [2026-02-16 02:59:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.056204 [API:8081]10.0.0.27 - - [2026-02-16 02:59:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009872 [API:8081]10.0.0.27 - - [2026-02-16 02:59:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.008374 [API:8081]10.0.0.27 - - [2026-02-16 02:59:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.008784 [API:8081]10.0.0.27 - - [2026-02-16 02:59:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.010653 [API:8081]10.0.0.27 - - [2026-02-16 02:59:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.008631 [API:8081]10.0.0.27 - - [2026-02-16 02:59:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.27 - - [2026-02-16 02:59:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.067464 [API:8081]10.0.0.27 - - [2026-02-16 02:59:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.059594 [API:8081]10.0.0.27 - - [2026-02-16 02:59:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.072116 [API:8081]10.0.0.27 - - [2026-02-16 02:59:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.009177 [API:8081]10.0.0.27 - - [2026-02-16 02:59:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.009831 [API:8081]10.0.0.50 - - [2026-02-16 03:00:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054902 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003186 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003611 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003773 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002959 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005491 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002874 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002598 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002278 [API:8081]10.0.0.50 - - [2026-02-16 03:01:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068054 [API:8081]10.0.0.27 - - [2026-02-16 03:02:08] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2026-02-16 03:02:08] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.50 - - [2026-02-16 03:02:38] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.50 - - [2026-02-16 03:02:38] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.23 - - [2026-02-16 03:02:38] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.23 - - [2026-02-16 03:02:38] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.50 - - [2026-02-16 03:03:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060748 [API:8081]10.0.0.50 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.50 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.27 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.23 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.50 - - [2026-02-16 03:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000441 [API:8081]10.0.0.27 - - [2026-02-16 03:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-02-16 03:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.50 - - [2026-02-16 03:04:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063065 [API:8081]10.0.0.27 - - [2026-02-16 03:06:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-02-16 03:06:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.057526 [API:8081]10.0.0.27 - - [2026-02-16 03:06:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.057913 [API:8081]10.0.0.50 - - [2026-02-16 03:06:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057390 [API:8081]10.0.0.50 - - [2026-02-16 03:07:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062280 [API:8081]10.0.0.50 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.50 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.50 - - [2026-02-16 03:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-02-16 03:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-02-16 03:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2026-02-16 03:09:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068354 [API:8081]10.0.0.27 - - [2026-02-16 03:10:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-02-16 03:10:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.069672 [API:8081]10.0.0.27 - - [2026-02-16 03:10:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-02-16 03:10:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.340523 [API:8081]10.0.0.50 - - [2026-02-16 03:10:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.093346 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002666 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.023038 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005995 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.010275 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.012501 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004929 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004466 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:10:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008600 [API:8081]10.0.0.27 - - [2026-02-16 03:12:08] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-02-16 03:12:08] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.50 - - [2026-02-16 03:12:38] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.50 - - [2026-02-16 03:12:38] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.23 - - [2026-02-16 03:12:38] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.23 - - [2026-02-16 03:12:38] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.50 - - [2026-02-16 03:12:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063644 [API:8081]10.0.0.50 - - [2026-02-16 03:13:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075077 [API:8081]10.0.0.50 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.23 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.50 - - [2026-02-16 03:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-02-16 03:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-02-16 03:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2026-02-16 03:15:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.112539 [API:8081]10.0.0.27 - - [2026-02-16 03:16:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-02-16 03:16:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.073091 [API:8081]10.0.0.50 - - [2026-02-16 03:16:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072195 [API:8081]10.0.0.50 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-02-16 03:18:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2026-02-16 03:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2026-02-16 03:18:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.50 - - [2026-02-16 03:19:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074383 [API:8081]10.0.0.50 - - [2026-02-16 03:20:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073144 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002519 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002553 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002422 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002158 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002662 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002976 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002109 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:20:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002101 [API:8081]10.0.0.27 - - [2026-02-16 03:21:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-34155207:93dcda4e-9ff6-4045-9de8-2cb01ae5f3d7?flat HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-02-16 03:21:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-34155207:93dcda4e-9ff6-4045-9de8-2cb01ae5f3d7?flat HTTP/1.1" 200 5273 0.081885 [API:8081]10.0.0.27 - - [2026-02-16 03:21:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-34155207:93dcda4e-9ff6-4045-9de8-2cb01ae5f3d7?flat HTTP/1.1" 200 5273 0.055831 [API:8081]10.0.0.27 - - [2026-02-16 03:21:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-34155207:93dcda4e-9ff6-4045-9de8-2cb01ae5f3d7?flat HTTP/1.1" 200 5273 0.065310 [API:8081]10.0.0.27 - - [2026-02-16 03:21:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-34155207:ctest-random-23206001?flat HTTP/1.1" 200 4977 0.038469 [API:8081]10.0.0.27 - - [2026-02-16 03:21:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.035171 [API:8081]10.0.0.27 - - [2026-02-16 03:21:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018612 [API:8081]10.0.0.27 - - [2026-02-16 03:21:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009589 [API:8081]10.0.0.27 - - [2026-02-16 03:21:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.011041 [API:8081]10.0.0.27 - - [2026-02-16 03:21:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018026 [API:8081]10.0.0.27 - - [2026-02-16 03:21:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.020030 [API:8081]10.0.0.27 - - [2026-02-16 03:21:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.018249 [API:8081]10.0.0.27 - - [2026-02-16 03:21:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.019049 [API:8081]10.0.0.27 - - [2026-02-16 03:21:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.027432 [API:8081]10.0.0.27 - - [2026-02-16 03:21:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.021853 [API:8081]10.0.0.27 - - [2026-02-16 03:21:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.020618 [API:8081]10.0.0.27 - - [2026-02-16 03:22:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.021954 [API:8081]10.0.0.50 - - [2026-02-16 03:22:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072123 [API:8081]10.0.0.27 - - [2026-02-16 03:22:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25267 0.019635 [API:8081]10.0.0.27 - - [2026-02-16 03:22:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-34155207:ctest-random-23206001?flat HTTP/1.1" 200 8127 0.015354 [API:8081]10.0.0.27 - - [2026-02-16 03:22:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008748 [API:8081]10.0.0.27 - - [2026-02-16 03:22:08] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-02-16 03:22:08] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.50 - - [2026-02-16 03:22:38] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2026-02-16 03:22:38] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.23 - - [2026-02-16 03:22:38] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-02-16 03:22:38] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.50 - - [2026-02-16 03:23:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066793 [API:8081]10.0.0.50 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.50 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2026-02-16 03:23:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-02-16 03:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-02-16 03:23:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.27 - - [2026-02-16 03:24:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.27 - - [2026-02-16 03:24:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.053662 [API:8081]10.0.0.50 - - [2026-02-16 03:25:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058290 [API:8081]10.0.0.50 - - [2026-02-16 03:26:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060448 [API:8081]10.0.0.27 - - [2026-02-16 03:27:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-02-16 03:27:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1418 0.058153 [API:8081]10.0.0.50 - - [2026-02-16 03:28:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069310 [API:8081]10.0.0.50 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.50 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.50 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.50 - - [2026-02-16 03:28:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2026-02-16 03:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-02-16 03:28:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2026-02-16 03:29:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058670 [API:8081]10.0.0.27 - - [2026-02-16 03:29:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-02-16 03:29:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.057817 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:15] "POST /analytics/query HTTP/1.1" 202 179 0.018574 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:15] "GET /analytics/query/cf640bda-0ae7-11f1-a6d2-00000a00001b HTTP/1.1" 200 221 0.013424 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:16] "GET /analytics/query/cf640bda-0ae7-11f1-a6d2-00000a00001b HTTP/1.1" 200 221 0.001975 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:16] "GET /analytics/query/cf640bda-0ae7-11f1-a6d2-00000a00001b HTTP/1.1" 200 338 0.001857 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:16] "GET /analytics/query/cf640bda-0ae7-11f1-a6d2-00000a00001b/chunk-final/0 HTTP/1.1" 200 854 0.002344 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:17] "POST /analytics/query HTTP/1.1" 202 179 0.006000 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:17] "GET /analytics/query/d06746e6-0ae7-11f1-ad44-00000a00001b HTTP/1.1" 200 221 0.004770 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:18] "GET /analytics/query/d06746e6-0ae7-11f1-ad44-00000a00001b HTTP/1.1" 200 221 0.002032 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:18] "GET /analytics/query/d06746e6-0ae7-11f1-ad44-00000a00001b HTTP/1.1" 200 338 0.002092 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:18] "GET /analytics/query/d06746e6-0ae7-11f1-ad44-00000a00001b/chunk-final/0 HTTP/1.1" 200 854 0.002040 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:19] "POST /analytics/query HTTP/1.1" 202 179 0.006361 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:19] "GET /analytics/query/d16377f9-0ae7-11f1-8cb2-00000a00001b HTTP/1.1" 200 221 0.003353 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:19] "GET /analytics/query/d16377f9-0ae7-11f1-8cb2-00000a00001b HTTP/1.1" 200 339 0.002475 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:19] "GET /analytics/query/d16377f9-0ae7-11f1-8cb2-00000a00001b/chunk-final/0 HTTP/1.1" 200 30540 0.003448 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:20] "POST /analytics/query HTTP/1.1" 202 179 0.011687 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:20] "GET /analytics/query/d212f635-0ae7-11f1-8c14-00000a00001b HTTP/1.1" 200 221 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:20] "GET /analytics/query/d212f635-0ae7-11f1-8c14-00000a00001b HTTP/1.1" 200 339 0.002212 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:20] "GET /analytics/query/d212f635-0ae7-11f1-8c14-00000a00001b/chunk-final/0 HTTP/1.1" 200 30537 0.003946 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:21] "POST /analytics/query HTTP/1.1" 202 179 0.005418 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:21] "GET /analytics/query/d2bd7068-0ae7-11f1-8f43-00000a00001b HTTP/1.1" 200 221 0.001683 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:21] "GET /analytics/query/d2bd7068-0ae7-11f1-8f43-00000a00001b HTTP/1.1" 200 339 0.001813 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:21] "GET /analytics/query/d2bd7068-0ae7-11f1-8f43-00000a00001b/chunk-final/0 HTTP/1.1" 200 10507 0.002541 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.003339 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:25] "POST /analytics/query HTTP/1.1" 202 179 0.004532 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:25] "GET /analytics/query/d53c8a8d-0ae7-11f1-83d7-00000a00001b HTTP/1.1" 200 221 0.001827 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:26] "GET /analytics/query/d53c8a8d-0ae7-11f1-83d7-00000a00001b HTTP/1.1" 200 340 0.002602 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:26] "GET /analytics/query/d53c8a8d-0ae7-11f1-83d7-00000a00001b/chunk-final/0 HTTP/1.1" 200 325145 0.014020 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.003130 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003399 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:27] "POST /analytics/query HTTP/1.1" 202 179 0.004521 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:27] "GET /analytics/query/d6413ad7-0ae7-11f1-8875-00000a00001b HTTP/1.1" 200 221 0.003768 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:27] "GET /analytics/query/d6413ad7-0ae7-11f1-8875-00000a00001b HTTP/1.1" 200 338 0.002005 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:27] "GET /analytics/query/d6413ad7-0ae7-11f1-8875-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001781 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:27] "POST /analytics/query HTTP/1.1" 202 179 0.004405 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:27] "GET /analytics/query/d6939f3f-0ae7-11f1-864c-00000a00001b HTTP/1.1" 200 221 0.001762 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "GET /analytics/query/d6939f3f-0ae7-11f1-864c-00000a00001b HTTP/1.1" 200 338 0.002769 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "GET /analytics/query/d6939f3f-0ae7-11f1-864c-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002039 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "POST /analytics/query HTTP/1.1" 202 179 0.004809 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "GET /analytics/query/d6e3a2e4-0ae7-11f1-8a95-00000a00001b HTTP/1.1" 200 221 0.002530 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "GET /analytics/query/d6e3a2e4-0ae7-11f1-8a95-00000a00001b HTTP/1.1" 200 338 0.001967 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "GET /analytics/query/d6e3a2e4-0ae7-11f1-8a95-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001467 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "POST /analytics/query HTTP/1.1" 202 179 0.007672 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:28] "GET /analytics/query/d73471df-0ae7-11f1-9c69-00000a00001b HTTP/1.1" 200 221 0.006571 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:29] "GET /analytics/query/d73471df-0ae7-11f1-9c69-00000a00001b HTTP/1.1" 200 338 0.001946 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:29] "GET /analytics/query/d73471df-0ae7-11f1-9c69-00000a00001b/chunk-final/0 HTTP/1.1" 200 15609 0.002278 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:29] "POST /analytics/query HTTP/1.1" 202 179 0.011326 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:29] "GET /analytics/query/d78673b7-0ae7-11f1-9b3e-00000a00001b HTTP/1.1" 200 221 0.001939 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "GET /analytics/query/d78673b7-0ae7-11f1-9b3e-00000a00001b HTTP/1.1" 200 338 0.003861 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "GET /analytics/query/d78673b7-0ae7-11f1-9b3e-00000a00001b/chunk-final/0 HTTP/1.1" 200 5946 0.020710 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "POST /analytics/query HTTP/1.1" 202 179 0.005690 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "GET /analytics/query/d7d9e7cb-0ae7-11f1-a294-00000a00001b HTTP/1.1" 200 221 0.003370 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "GET /analytics/query/d7d9e7cb-0ae7-11f1-a294-00000a00001b HTTP/1.1" 200 338 0.003478 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "GET /analytics/query/d7d9e7cb-0ae7-11f1-a294-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001616 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "POST /analytics/query HTTP/1.1" 202 179 0.004081 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:30] "GET /analytics/query/d82a18c0-0ae7-11f1-9418-00000a00001b HTTP/1.1" 200 221 0.001663 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "GET /analytics/query/d82a18c0-0ae7-11f1-9418-00000a00001b HTTP/1.1" 200 338 0.001983 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "GET /analytics/query/d82a18c0-0ae7-11f1-9418-00000a00001b/chunk-final/0 HTTP/1.1" 200 4014 0.001677 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "POST /analytics/query HTTP/1.1" 202 179 0.004504 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "GET /analytics/query/d879e3a3-0ae7-11f1-8913-00000a00001b HTTP/1.1" 200 221 0.001528 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "GET /analytics/query/d879e3a3-0ae7-11f1-8913-00000a00001b HTTP/1.1" 200 338 0.001949 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "GET /analytics/query/d879e3a3-0ae7-11f1-8913-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001632 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "POST /analytics/query HTTP/1.1" 202 179 0.012261 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:31] "GET /analytics/query/d8c9e08b-0ae7-11f1-afd6-00000a00001b HTTP/1.1" 200 221 0.006923 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "GET /analytics/query/d8c9e08b-0ae7-11f1-afd6-00000a00001b HTTP/1.1" 200 338 0.002019 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "GET /analytics/query/d8c9e08b-0ae7-11f1-afd6-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.002267 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "POST /analytics/query HTTP/1.1" 202 179 0.012887 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "GET /analytics/query/d91c8ca8-0ae7-11f1-b387-00000a00001b HTTP/1.1" 200 221 0.002369 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "GET /analytics/query/d91c8ca8-0ae7-11f1-b387-00000a00001b HTTP/1.1" 200 338 0.002115 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "GET /analytics/query/d91c8ca8-0ae7-11f1-b387-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001845 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "POST /analytics/query HTTP/1.1" 202 179 0.004434 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:32] "GET /analytics/query/d96e1244-0ae7-11f1-a177-00000a00001b HTTP/1.1" 200 221 0.002026 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:33] "GET /analytics/query/d96e1244-0ae7-11f1-a177-00000a00001b HTTP/1.1" 200 338 0.001962 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:33] "GET /analytics/query/d96e1244-0ae7-11f1-a177-00000a00001b/chunk-final/0 HTTP/1.1" 200 5945 0.002272 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:33] "POST /analytics/query HTTP/1.1" 202 179 0.005351 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:33] "GET /analytics/query/d9be9f5f-0ae7-11f1-b2fa-00000a00001b HTTP/1.1" 200 221 0.001518 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:33] "GET /analytics/query/d9be9f5f-0ae7-11f1-b2fa-00000a00001b HTTP/1.1" 200 338 0.001981 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:33] "GET /analytics/query/d9be9f5f-0ae7-11f1-b2fa-00000a00001b/chunk-final/0 HTTP/1.1" 200 5947 0.001868 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003742 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003210 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:34] "POST /analytics/query HTTP/1.1" 202 179 0.018646 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:34] "GET /analytics/query/dabac172-0ae7-11f1-9c26-00000a00001b HTTP/1.1" 200 221 0.001815 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:35] "GET /analytics/query/dabac172-0ae7-11f1-9c26-00000a00001b HTTP/1.1" 200 340 0.002178 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:35] "GET /analytics/query/dabac172-0ae7-11f1-9c26-00000a00001b/chunk-final/0 HTTP/1.1" 200 1505175 0.015147 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:35] "POST /analytics/query HTTP/1.1" 202 179 0.005127 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:35] "GET /analytics/query/db13f66d-0ae7-11f1-a461-00000a00001b HTTP/1.1" 200 221 0.003691 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:35] "GET /analytics/query/db13f66d-0ae7-11f1-a461-00000a00001b HTTP/1.1" 200 340 0.004490 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:36] "GET /analytics/query/db13f66d-0ae7-11f1-a461-00000a00001b/chunk-final/0 HTTP/1.1" 200 1531830 0.042801 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003561 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003973 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.007571 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003499 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.003225 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:39] "POST /analytics/query HTTP/1.1" 202 179 0.004939 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:39] "GET /analytics/query/dd3928c1-0ae7-11f1-9dfd-00000a00001b HTTP/1.1" 200 221 0.007247 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:39] "GET /analytics/query/dd3928c1-0ae7-11f1-9dfd-00000a00001b HTTP/1.1" 200 339 0.001943 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:39] "GET /analytics/query/dd3928c1-0ae7-11f1-9dfd-00000a00001b/chunk-final/0 HTTP/1.1" 200 82376 0.006347 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004155 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:40] "POST /analytics/query HTTP/1.1" 202 179 0.006935 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:40] "GET /analytics/query/dde855b0-0ae7-11f1-b7e2-00000a00001b HTTP/1.1" 200 221 0.008405 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:40] "GET /analytics/query/dde855b0-0ae7-11f1-b7e2-00000a00001b HTTP/1.1" 200 341 0.002601 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:40] "GET /analytics/query/dde855b0-0ae7-11f1-b7e2-00000a00001b/chunk-final/0 HTTP/1.1" 200 1030396 0.043211 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.004871 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003208 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003923 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:46] "POST /analytics/query HTTP/1.1" 200 145 1.014416 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.003623 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:47] "POST /analytics/query HTTP/1.1" 200 2289 1.011019 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004264 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:49] "POST /analytics/query HTTP/1.1" 200 762 1.023322 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003822 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:50] "POST /analytics/query HTTP/1.1" 200 2764 1.010576 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003187 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:52] "POST /analytics/query HTTP/1.1" 200 206 1.010288 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004700 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:54] "POST /analytics/query HTTP/1.1" 200 1339 1.014189 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003552 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:55] "POST /analytics/query HTTP/1.1" 200 2764 1.009810 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003501 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002508 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002779 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002507 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002311 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002477 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002288 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002569 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002206 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:57] "POST /analytics/query HTTP/1.1" 200 834 1.011504 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003671 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:58] "POST /analytics/query HTTP/1.1" 200 141399 1.016439 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:30:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003233 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:00] "POST /analytics/query HTTP/1.1" 200 1092 1.011622 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.004709 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:02] "POST /analytics/query HTTP/1.1" 200 258 1.015235 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.003701 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:03] "POST /analytics/query HTTP/1.1" 200 596 1.016882 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003323 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:05] "POST /analytics/query HTTP/1.1" 200 1433 1.012787 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.004085 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:06] "POST /analytics/query HTTP/1.1" 200 596 1.011823 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.003395 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:08] "POST /analytics/query HTTP/1.1" 200 236 1.013631 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:31:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.003774 [API:8081]10.0.0.50 - - [2026-02-16 03:31:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069885 [API:8081]10.0.0.27 - - [2026-02-16 03:31:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-02-16 03:31:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.054373 [API:8081]10.0.0.27 - - [2026-02-16 03:31:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.107386 [API:8081]10.0.0.27 - - [2026-02-16 03:31:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.093911 [API:8081]10.0.0.27 - - [2026-02-16 03:31:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.007756 [API:8081]10.0.0.27 - - [2026-02-16 03:32:08] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2026-02-16 03:32:08] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.50 - - [2026-02-16 03:32:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057294 [API:8081]10.0.0.27 - - [2026-02-16 03:32:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.012079 [API:8081]10.0.0.27 - - [2026-02-16 03:32:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008991 [API:8081]10.0.0.50 - - [2026-02-16 03:32:38] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.50 - - [2026-02-16 03:32:38] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.23 - - [2026-02-16 03:32:38] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.23 - - [2026-02-16 03:32:38] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.27 - - [2026-02-16 03:32:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.012583 [API:8081]10.0.0.27 - - [2026-02-16 03:32:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008197 [API:8081]10.0.0.27 - - [2026-02-16 03:32:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008036 [API:8081]10.0.0.27 - - [2026-02-16 03:32:54] "POST /analytics/query HTTP/1.1" 200 222 1.016535 [API:8081]10.0.0.27 - - [2026-02-16 03:32:55] "POST /analytics/query HTTP/1.1" 200 222 1.017263 [API:8081]10.0.0.27 - - [2026-02-16 03:32:56] "POST /analytics/query HTTP/1.1" 200 353 1.017146 [API:8081]10.0.0.50 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.50 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.50 - - [2026-02-16 03:33:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2026-02-16 03:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-02-16 03:33:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-02-16 03:34:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057700 [API:8081]10.0.0.50 - - [2026-02-16 03:35:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066489 [API:8081]10.0.0.27 - - [2026-02-16 03:36:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26208 0.021357 [API:8081]10.0.0.27 - - [2026-02-16 03:36:17] "POST /analytics/query HTTP/1.1" 200 507 1.021044 [API:8081]10.0.0.27 - - [2026-02-16 03:36:18] "POST /analytics/query HTTP/1.1" 200 353 1.017703 [API:8081]10.0.0.27 - - [2026-02-16 03:36:19] "POST /analytics/query HTTP/1.1" 200 353 1.021532 [API:8081]10.0.0.50 - - [2026-02-16 03:37:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060232 [API:8081]10.0.0.50 - - [2026-02-16 03:38:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.068935 [API:8081]10.0.0.50 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2026-02-16 03:38:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-02-16 03:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-02-16 03:38:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2026-02-16 03:40:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.138341 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003523 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003907 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003689 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003330 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004597 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003545 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002795 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:40:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002146 [API:8081]10.0.0.50 - - [2026-02-16 03:41:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.055734 [API:8081]10.0.0.27 - - [2026-02-16 03:42:08] "GET /analytics HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.27 - - [2026-02-16 03:42:08] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.50 - - [2026-02-16 03:42:38] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2026-02-16 03:42:38] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2026-02-16 03:42:38] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.23 - - [2026-02-16 03:42:38] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.50 - - [2026-02-16 03:43:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060612 [API:8081]10.0.0.50 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000537 [API:8081]10.0.0.23 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.27 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000423 [API:8081]10.0.0.27 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.50 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2026-02-16 03:43:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-02-16 03:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.27 - - [2026-02-16 03:43:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.50 - - [2026-02-16 03:44:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061235 [API:8081]10.0.0.50 - - [2026-02-16 03:46:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059948 [API:8081]10.0.0.50 - - [2026-02-16 03:47:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073251 [API:8081]10.0.0.27 - - [2026-02-16 03:47:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-02-16 03:47:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1632 0.078668 [API:8081]10.0.0.27 - - [2026-02-16 03:48:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:5517330f-60b8-4d44-a52d-30f26e28458a?flat HTTP/1.1" 200 5201 0.076963 [API:8081]10.0.0.27 - - [2026-02-16 03:48:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:5517330f-60b8-4d44-a52d-30f26e28458a?flat HTTP/1.1" 200 5201 0.066260 [API:8081]10.0.0.27 - - [2026-02-16 03:48:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:5517330f-60b8-4d44-a52d-30f26e28458a?flat HTTP/1.1" 200 5201 0.012302 [API:8081]10.0.0.27 - - [2026-02-16 03:48:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-08644641:EVPN-VN1?flat HTTP/1.1" 200 3949 0.013461 [API:8081]10.0.0.27 - - [2026-02-16 03:48:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.020955 [API:8081]10.0.0.27 - - [2026-02-16 03:48:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26214 0.019828 [API:8081]10.0.0.27 - - [2026-02-16 03:48:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008157 [API:8081]10.0.0.27 - - [2026-02-16 03:48:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:b6c3f6e2-befa-4f64-88ac-13401e3aadd2?flat HTTP/1.1" 200 5066 0.015376 [API:8081]10.0.0.27 - - [2026-02-16 03:48:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:b6c3f6e2-befa-4f64-88ac-13401e3aadd2?flat HTTP/1.1" 200 5066 0.016634 [API:8081]10.0.0.27 - - [2026-02-16 03:48:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:b6c3f6e2-befa-4f64-88ac-13401e3aadd2?flat HTTP/1.1" 200 5066 0.016695 [API:8081]10.0.0.27 - - [2026-02-16 03:48:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-08644641:EVPN-VN1?flat HTTP/1.1" 200 4894 0.020579 [API:8081]10.0.0.27 - - [2026-02-16 03:48:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.025468 [API:8081]10.0.0.27 - - [2026-02-16 03:48:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.021586 [API:8081]10.0.0.27 - - [2026-02-16 03:48:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008747 [API:8081]10.0.0.50 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.50 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.50 - - [2026-02-16 03:48:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.27 - - [2026-02-16 03:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2026-02-16 03:48:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2026-02-16 03:49:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058352 [API:8081]10.0.0.50 - - [2026-02-16 03:50:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.068529 [API:8081]10.0.0.27 - - [2026-02-16 03:50:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:5517330f-60b8-4d44-a52d-30f26e28458a?flat HTTP/1.1" 200 5317 0.016373 [API:8081]10.0.0.27 - - [2026-02-16 03:50:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:5517330f-60b8-4d44-a52d-30f26e28458a?flat HTTP/1.1" 200 5317 0.012996 [API:8081]10.0.0.27 - - [2026-02-16 03:50:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:5517330f-60b8-4d44-a52d-30f26e28458a?flat HTTP/1.1" 200 5317 0.017158 [API:8081]10.0.0.27 - - [2026-02-16 03:50:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-08644641:EVPN-VN1?flat HTTP/1.1" 200 8305 0.019454 [API:8081]10.0.0.27 - - [2026-02-16 03:50:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23101 0.023185 [API:8081]10.0.0.27 - - [2026-02-16 03:50:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23101 0.018302 [API:8081]10.0.0.27 - - [2026-02-16 03:50:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008859 [API:8081]10.0.0.27 - - [2026-02-16 03:50:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:b6c3f6e2-befa-4f64-88ac-13401e3aadd2?flat HTTP/1.1" 200 5311 0.012075 [API:8081]10.0.0.27 - - [2026-02-16 03:50:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:b6c3f6e2-befa-4f64-88ac-13401e3aadd2?flat HTTP/1.1" 200 5311 0.013362 [API:8081]10.0.0.27 - - [2026-02-16 03:50:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-08644641:b6c3f6e2-befa-4f64-88ac-13401e3aadd2?flat HTTP/1.1" 200 5311 0.011634 [API:8081]10.0.0.27 - - [2026-02-16 03:50:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-08644641:EVPN-VN1?flat HTTP/1.1" 200 9482 0.017036 [API:8081]10.0.0.27 - - [2026-02-16 03:50:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23096 0.018424 [API:8081]10.0.0.27 - - [2026-02-16 03:50:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23096 0.017717 [API:8081]10.0.0.27 - - [2026-02-16 03:50:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007972 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002356 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002471 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002544 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003143 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002941 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002481 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003180 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 03:50:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003450 [API:8081]10.0.0.27 - - [2026-02-16 03:51:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24462 0.023997 [API:8081]10.0.0.27 - - [2026-02-16 03:51:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-08644641:EVPN-VN1?flat HTTP/1.1" 200 8519 0.015918 [API:8081]10.0.0.27 - - [2026-02-16 03:51:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008571 [API:8081]10.0.0.27 - - [2026-02-16 03:52:08] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-02-16 03:52:08] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.27 - - [2026-02-16 03:52:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24676 0.019851 [API:8081]10.0.0.27 - - [2026-02-16 03:52:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24676 0.023564 [API:8081]10.0.0.27 - - [2026-02-16 03:52:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-08644641:EVPN-VN1?flat HTTP/1.1" 200 5990 0.012686 [API:8081]10.0.0.27 - - [2026-02-16 03:52:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011380 [API:8081]10.0.0.50 - - [2026-02-16 03:52:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071721 [API:8081]10.0.0.50 - - [2026-02-16 03:52:38] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.50 - - [2026-02-16 03:52:38] "GET /analytics HTTP/1.1" 401 205 0.000118 [API:8081]10.0.0.23 - - [2026-02-16 03:52:38] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2026-02-16 03:52:38] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.50 - - [2026-02-16 03:53:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063745 [API:8081]10.0.0.50 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000531 [API:8081]10.0.0.23 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.50 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.50 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.50 - - [2026-02-16 03:53:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-02-16 03:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-02-16 03:53:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2026-02-16 03:54:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57967193:ctest-TestRbac-57967193-91784794?flat HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-02-16 03:54:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57967193:ctest-TestRbac-57967193-91784794?flat HTTP/1.1" 200 2073 0.423274 [API:8081]10.0.0.27 - - [2026-02-16 03:54:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.113132 [API:8081]10.0.0.27 - - [2026-02-16 03:54:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57967193:ctest-TestRbac-57967193-91784794?flat HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.27 - - [2026-02-16 03:54:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57967193:ctest-TestRbac-57967193-91784794?flat HTTP/1.1" 200 2073 0.136587 [API:8081]10.0.0.27 - - [2026-02-16 03:54:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.067527 [API:8081]10.0.0.27 - - [2026-02-16 03:54:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-82861627:4d85a820-d91c-4c89-b2c7-e14b8977f705?flat HTTP/1.1" 200 5165 0.093892 [API:8081]10.0.0.27 - - [2026-02-16 03:54:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-82861627:4d85a820-d91c-4c89-b2c7-e14b8977f705?flat HTTP/1.1" 200 5165 0.099075 [API:8081]10.0.0.27 - - [2026-02-16 03:54:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-82861627:4d85a820-d91c-4c89-b2c7-e14b8977f705?flat HTTP/1.1" 200 5165 0.050584 [API:8081]10.0.0.27 - - [2026-02-16 03:54:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57967193:ctest-TestRbac-57967193-91784794?flat HTTP/1.1" 200 3322 0.086752 [API:8081]10.0.0.27 - - [2026-02-16 03:54:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.030925 [API:8081]10.0.0.27 - - [2026-02-16 03:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.133924 [API:8081]10.0.0.27 - - [2026-02-16 03:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.27 - - [2026-02-16 03:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24707 0.066164 [API:8081]10.0.0.27 - - [2026-02-16 03:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.030992 [API:8081]10.0.0.27 - - [2026-02-16 03:54:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.129851 [API:8081]10.0.0.27 - - [2026-02-16 03:54:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24707 0.067566 [API:8081]10.0.0.27 - - [2026-02-16 03:54:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.039288 [API:8081]10.0.0.27 - - [2026-02-16 03:54:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.078055 [API:8081]10.0.0.27 - - [2026-02-16 03:54:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.163236 [API:8081]10.0.0.27 - - [2026-02-16 03:54:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24707 0.021775 [API:8081]10.0.0.27 - - [2026-02-16 03:54:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24707 0.066085 [API:8081]10.0.0.27 - - [2026-02-16 03:54:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24707 0.017972 [API:8081]10.0.0.27 - - [2026-02-16 03:54:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24707 0.021544 [API:8081]10.0.0.27 - - [2026-02-16 03:54:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24707 0.023353 [API:8081]10.0.0.27 - - [2026-02-16 03:54:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24709 0.020872 [API:8081]10.0.0.27 - - [2026-02-16 03:54:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-57967193:ctest-TestRbac-57967193-91784794?flat HTTP/1.1" 200 6491 0.012209 [API:8081]10.0.0.27 - - [2026-02-16 03:54:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007586 [API:8081]10.0.0.27 - - [2026-02-16 03:55:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-02-16 03:55:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 200 2114 0.090439 [API:8081]10.0.0.27 - - [2026-02-16 03:55:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 401 205 0.000201 --- 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-69406746'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-45428042' RBAC: ctest-TestRbacBasic-48098959 doesn't have read permission in project 'ebbb93008924417c9e369295b68c5c6d' 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-28245375', 'ctest-TestRbacBasic-28245375-51440334'], 'virtual_network', '66921f19-c139-4b1a-b7f4-86965faeb5cc', "Permission Denied for ['ctest-TestRbacBasic-69406746'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-45428042' RBAC: ctest-TestRbacBasic-48098959 doesn't have read permission in project 'ebbb93008924417c9e369295b68c5c6d'"),) [API:8081]10.0.0.27 - - [2026-02-16 03:55:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 403 198 0.121118 [API:8081]10.0.0.27 - - [2026-02-16 03:55:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.27 - - [2026-02-16 03:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 200 2114 0.057762 [API:8081]10.0.0.27 - - [2026-02-16 03:55:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.074535 [API:8081]10.0.0.27 - - [2026-02-16 03:55:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.077906 [API:8081]10.0.0.27 - - [2026-02-16 03:55:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.066233 --- 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-69406746'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28245375' RBAC: ctest-TestRbacBasic-48098959 doesn't have read permission in project '2fbeb352228e4bcc94fb222f221b9f33' 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-28245375', 'ctest-TestRbacBasic-28245375-51440334'], 'virtual_network', '66921f19-c139-4b1a-b7f4-86965faeb5cc', "Permission Denied for ['ctest-TestRbacBasic-69406746'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28245375' RBAC: ctest-TestRbacBasic-48098959 doesn't have read permission in project '2fbeb352228e4bcc94fb222f221b9f33'"),) [API:8081]10.0.0.27 - - [2026-02-16 03:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 403 198 0.037246 --- 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-69406746'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28245375' RBAC: ctest-TestRbacBasic-48098959 doesn't have read permission in project '2fbeb352228e4bcc94fb222f221b9f33' 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-28245375', 'ctest-TestRbacBasic-28245375-51440334'], 'virtual_network', '66921f19-c139-4b1a-b7f4-86965faeb5cc', "Permission Denied for ['ctest-TestRbacBasic-69406746'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28245375' RBAC: ctest-TestRbacBasic-48098959 doesn't have read permission in project '2fbeb352228e4bcc94fb222f221b9f33'"),) [API:8081]10.0.0.27 - - [2026-02-16 03:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 403 198 0.077979 [API:8081]10.0.0.27 - - [2026-02-16 03:55:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 200 2118 0.041315 [API:8081]10.0.0.27 - - [2026-02-16 03:55:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28245375:ctest-TestRbacBasic-28245375-51440334?flat HTTP/1.1" 200 2118 0.010184 [API:8081]10.0.0.27 - - [2026-02-16 03:55:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.070468 [API:8081]10.0.0.27 - - [2026-02-16 03:55:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.055956 [API:8081]10.0.0.27 - - [2026-02-16 03:55:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.007616 [API:8081]10.0.0.27 - - [2026-02-16 03:55:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.007802 [API:8081]10.0.0.27 - - [2026-02-16 03:55:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 401 205 0.000243 --- 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-73150079 as ['ctest-TestRbacBasic-61685160'] to R virtual-network in ctest-TestRbacBasic-02587145 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-02587145', 'ctest-TestRbacBasic-02587145-80919352'], 'virtual_network', 'ce15aa62-3976-4a32-a031-8bdebf6648d4', "Permission Denied for ctest-TestRbacBasic-73150079 as ['ctest-TestRbacBasic-61685160'] to R virtual-network in ctest-TestRbacBasic-02587145"),) [API:8081]10.0.0.27 - - [2026-02-16 03:55:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 403 198 0.090596 [API:8081]10.0.0.50 - - [2026-02-16 03:55:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.353115 [API:8081]10.0.0.27 - - [2026-02-16 03:55:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.357314 [API:8081]10.0.0.27 - - [2026-02-16 03:55:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 200 2118 0.061181 [API:8081]10.0.0.27 - - [2026-02-16 03:55:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.063898 --- 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-73150079 as ['ctest-TestRbacBasic-61685160'] to R virtual-network in ctest-TestRbacBasic-02587145 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-02587145', 'ctest-TestRbacBasic-02587145-80919352'], 'virtual_network', 'ce15aa62-3976-4a32-a031-8bdebf6648d4', "Permission Denied for ctest-TestRbacBasic-73150079 as ['ctest-TestRbacBasic-61685160'] to R virtual-network in ctest-TestRbacBasic-02587145"),) [API:8081]10.0.0.27 - - [2026-02-16 03:55:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 403 198 0.036626 --- 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-73150079 as ['ctest-TestRbacBasic-61685160'] to R virtual-network in ctest-TestRbacBasic-02587145 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-02587145', 'ctest-TestRbacBasic-02587145-80919352'], 'virtual_network', 'ce15aa62-3976-4a32-a031-8bdebf6648d4', "Permission Denied for ctest-TestRbacBasic-73150079 as ['ctest-TestRbacBasic-61685160'] to R virtual-network in ctest-TestRbacBasic-02587145"),) [API:8081]10.0.0.27 - - [2026-02-16 03:55:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 403 198 0.099820 [API:8081]10.0.0.27 - - [2026-02-16 03:55:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.068360 [API:8081]10.0.0.27 - - [2026-02-16 03:55:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 200 2118 0.048689 [API:8081]10.0.0.27 - - [2026-02-16 03:55:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.089197 [API:8081]10.0.0.27 - - [2026-02-16 03:55:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 401 205 0.000254 --- 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-48098959 as ['ctest-TestRbacBasic-69406746'] to R virtual-network in ctest-TestRbacBasic-02587145 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-02587145', 'ctest-TestRbacBasic-02587145-80919352'], 'virtual_network', 'ce15aa62-3976-4a32-a031-8bdebf6648d4', "Permission Denied for ctest-TestRbacBasic-48098959 as ['ctest-TestRbacBasic-69406746'] to R virtual-network in ctest-TestRbacBasic-02587145"),) [API:8081]10.0.0.27 - - [2026-02-16 03:55:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 403 198 0.090795 [API:8081]10.0.0.27 - - [2026-02-16 03:55:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.051267 [API:8081]10.0.0.27 - - [2026-02-16 03:55:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-80919352?flat HTTP/1.1" 200 2118 0.039227 [API:8081]10.0.0.27 - - [2026-02-16 03:55:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.084494 [API:8081]10.0.0.27 - - [2026-02-16 03:55:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.008411 [API:8081]10.0.0.27 - - [2026-02-16 03:55:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.009763 [API:8081]10.0.0.27 - - [2026-02-16 03:55:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-02587145:4a72df56-803e-4904-90ab-e7173d1883c6?flat HTTP/1.1" 200 5246 0.049183 [API:8081]10.0.0.27 - - [2026-02-16 03:55:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-02587145:4a72df56-803e-4904-90ab-e7173d1883c6?flat HTTP/1.1" 200 5246 0.052038 [API:8081]10.0.0.27 - - [2026-02-16 03:55:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-02587145:4a72df56-803e-4904-90ab-e7173d1883c6?flat HTTP/1.1" 200 5246 0.044951 [API:8081]10.0.0.27 - - [2026-02-16 03:55:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-99024226?flat HTTP/1.1" 200 8154 0.044129 [API:8081]10.0.0.27 - - [2026-02-16 03:55:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.029121 [API:8081]10.0.0.27 - - [2026-02-16 03:55:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.081189 [API:8081]10.0.0.27 - - [2026-02-16 03:55:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.019004 [API:8081]10.0.0.27 - - [2026-02-16 03:56:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.027780 [API:8081]10.0.0.27 - - [2026-02-16 03:56:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.072938 [API:8081]10.0.0.27 - - [2026-02-16 03:56:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.082778 [API:8081]10.0.0.27 - - [2026-02-16 03:56:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.040463 [API:8081]10.0.0.27 - - [2026-02-16 03:56:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-99024226?flat HTTP/1.1" 200 8154 0.077417 [API:8081]10.0.0.27 - - [2026-02-16 03:56:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.051987 [API:8081]10.0.0.27 - - [2026-02-16 03:56:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.028656 [API:8081]10.0.0.27 - - [2026-02-16 03:56:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.090950 [API:8081]10.0.0.27 - - [2026-02-16 03:56:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.019041 [API:8081]10.0.0.27 - - [2026-02-16 03:56:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.020793 [API:8081]10.0.0.27 - - [2026-02-16 03:56:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.018277 [API:8081]10.0.0.27 - - [2026-02-16 03:56:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019640 [API:8081]10.0.0.27 - - [2026-02-16 03:56:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.019679 [API:8081]10.0.0.27 - - [2026-02-16 03:56:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.022607 [API:8081]10.0.0.27 - - [2026-02-16 03:56:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-02587145:ctest-TestRbacBasic-02587145-99024226?flat HTTP/1.1" 200 6889 0.012557 [API:8081]10.0.0.27 - - [2026-02-16 03:56:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008054 [Introspect:8090]10.0.0.27 - - [2026-02-16 03:56:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001065 [API:8081]10.0.0.50 - - [2026-02-16 03:56:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.151101 [API:8081]10.0.0.27 - - [2026-02-16 03:56:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.27 - - [2026-02-16 03:56:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.055573 [API:8081]10.0.0.50 - - [2026-02-16 03:58:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.118392 [API:8081]10.0.0.50 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.50 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.23 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.50 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.50 - - [2026-02-16 03:58:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-02-16 03:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.27 - - [2026-02-16 03:58:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-02-16 03:59:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:74e7cf3d-6152-421b-92c5-2a4018c6f321?flat HTTP/1.1" 200 5371 0.071356 [API:8081]10.0.0.27 - - [2026-02-16 03:59:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:74e7cf3d-6152-421b-92c5-2a4018c6f321?flat HTTP/1.1" 200 5371 0.014157 [API:8081]10.0.0.27 - - [2026-02-16 03:59:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:74e7cf3d-6152-421b-92c5-2a4018c6f321?flat HTTP/1.1" 200 5371 0.081980 [API:8081]10.0.0.27 - - [2026-02-16 03:59:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn1-99727262?flat HTTP/1.1" 200 9492 0.028095 [API:8081]10.0.0.27 - - [2026-02-16 03:59:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020305 [API:8081]10.0.0.27 - - [2026-02-16 03:59:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.021404 [API:8081]10.0.0.27 - - [2026-02-16 03:59:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008892 [API:8081]10.0.0.50 - - [2026-02-16 03:59:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.065705 [API:8081]10.0.0.27 - - [2026-02-16 03:59:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:6e21f300-66d6-4d14-971d-1bd111eb85d8?flat HTTP/1.1" 200 5434 0.014666 [API:8081]10.0.0.27 - - [2026-02-16 03:59:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:6e21f300-66d6-4d14-971d-1bd111eb85d8?flat HTTP/1.1" 200 5434 0.012359 [API:8081]10.0.0.27 - - [2026-02-16 03:59:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:6e21f300-66d6-4d14-971d-1bd111eb85d8?flat HTTP/1.1" 200 5434 0.015424 [API:8081]10.0.0.27 - - [2026-02-16 03:59:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn1-99727262?flat HTTP/1.1" 200 9492 0.019169 [API:8081]10.0.0.27 - - [2026-02-16 03:59:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022964 [API:8081]10.0.0.27 - - [2026-02-16 03:59:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022564 [API:8081]10.0.0.27 - - [2026-02-16 03:59:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008670 [API:8081]10.0.0.27 - - [2026-02-16 03:59:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019809 [API:8081]10.0.0.27 - - [2026-02-16 03:59:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.032267 [API:8081]10.0.0.27 - - [2026-02-16 03:59:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.017982 [API:8081]10.0.0.27 - - [2026-02-16 03:59:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020246 [API:8081]10.0.0.27 - - [2026-02-16 03:59:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020146 [API:8081]10.0.0.27 - - [2026-02-16 03:59:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn1-99727262?flat HTTP/1.1" 200 7735 0.014897 [API:8081]10.0.0.27 - - [2026-02-16 03:59:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008638 [API:8081]10.0.0.27 - - [2026-02-16 03:59:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020150 [API:8081]10.0.0.27 - - [2026-02-16 03:59:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.029610 [API:8081]10.0.0.27 - - [2026-02-16 04:00:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019889 [API:8081]10.0.0.27 - - [2026-02-16 04:00:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020565 [API:8081]10.0.0.27 - - [2026-02-16 04:00:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019404 [API:8081]10.0.0.27 - - [2026-02-16 04:00:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.018720 [API:8081]10.0.0.27 - - [2026-02-16 04:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019664 [API:8081]10.0.0.27 - - [2026-02-16 04:00:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn1-99727262?flat HTTP/1.1" 200 4921 0.012397 [API:8081]10.0.0.27 - - [2026-02-16 04:00:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008227 [API:8081]10.0.0.27 - - [2026-02-16 04:00:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.008802 [API:8081]10.0.0.27 - - [2026-02-16 04:00:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.008735 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:56] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002916 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004489 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003461 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:56] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002694 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:56] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002911 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002532 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003257 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:00:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002740 [API:8081]10.0.0.50 - - [2026-02-16 04:01:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062295 [API:8081]10.0.0.27 - - [2026-02-16 04:02:08] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-02-16 04:02:08] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.50 - - [2026-02-16 04:02:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.061355 [API:8081]10.0.0.50 - - [2026-02-16 04:02:38] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.50 - - [2026-02-16 04:02:38] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2026-02-16 04:02:38] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.23 - - [2026-02-16 04:02:38] "GET /analytics HTTP/1.1" 401 205 0.000137 [Introspect:8090]10.0.0.27 - - [2026-02-16 04:03:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001024 [API:8081]10.0.0.27 - - [2026-02-16 04:03:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-1?flat HTTP/1.1" 200 12072 0.068542 [API:8081]10.0.0.27 - - [2026-02-16 04:03:38] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5329-1?flat HTTP/1.1" 200 6056 0.076072 [API:8081]10.0.0.27 - - [2026-02-16 04:03:38] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 3947 0.387631 [API:8081]10.0.0.27 - - [2026-02-16 04:03:38] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5329-3?flat HTTP/1.1" 200 3948 0.012032 [API:8081]10.0.0.27 - - [2026-02-16 04:03:38] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?flat HTTP/1.1" 200 6132 0.022669 [API:8081]10.0.0.27 - - [2026-02-16 04:03:38] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?flat HTTP/1.1" 200 7617 0.014498 [API:8081]10.0.0.27 - - [2026-02-16 04:03:38] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?flat HTTP/1.1" 200 6129 0.012712 [API:8081]10.0.0.27 - - [2026-02-16 04:03:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.007991 [API:8081]10.0.0.50 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.23 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2026-02-16 04:03:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2026-02-16 04:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-02-16 04:03:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-02-16 04:04:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:6193d6a0-f7a6-4699-8f4d-0d6b6fda49b0?flat HTTP/1.1" 200 5251 0.012780 [API:8081]10.0.0.27 - - [2026-02-16 04:04:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:6193d6a0-f7a6-4699-8f4d-0d6b6fda49b0?flat HTTP/1.1" 200 5251 0.012185 [API:8081]10.0.0.27 - - [2026-02-16 04:04:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:6193d6a0-f7a6-4699-8f4d-0d6b6fda49b0?flat HTTP/1.1" 200 5251 0.013177 [API:8081]10.0.0.27 - - [2026-02-16 04:04:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn1-39164431?flat HTTP/1.1" 200 7111 0.013559 [API:8081]10.0.0.27 - - [2026-02-16 04:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32259 0.021322 [API:8081]10.0.0.27 - - [2026-02-16 04:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32259 0.023237 [API:8081]10.0.0.27 - - [2026-02-16 04:04:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009711 [API:8081]10.0.0.50 - - [2026-02-16 04:04:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063252 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:7cc773f6-320b-4f03-a7af-1b1130568bfe?flat HTTP/1.1" 200 5245 0.016207 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:7cc773f6-320b-4f03-a7af-1b1130568bfe?flat HTTP/1.1" 200 5245 0.020064 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-77868914:7cc773f6-320b-4f03-a7af-1b1130568bfe?flat HTTP/1.1" 200 5245 0.018242 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn2-80028419?flat HTTP/1.1" 200 6984 0.029386 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32270 0.028638 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12384 0.025370 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32270 0.029111 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12384 0.021896 [API:8081]10.0.0.27 - - [2026-02-16 04:05:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009560 [API:8081]10.0.0.50 - - [2026-02-16 04:05:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.056030 [API:8081]10.0.0.27 - - [2026-02-16 04:06:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.023188 [API:8081]10.0.0.27 - - [2026-02-16 04:06:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 13602 0.020241 [API:8081]10.0.0.27 - - [2026-02-16 04:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.041063 [API:8081]10.0.0.27 - - [2026-02-16 04:06:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12949 0.028065 [API:8081]10.0.0.27 - - [2026-02-16 04:06:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.023407 [API:8081]10.0.0.27 - - [2026-02-16 04:06:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12949 0.019238 [API:8081]10.0.0.27 - - [2026-02-16 04:06:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.024006 [API:8081]10.0.0.27 - - [2026-02-16 04:06:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12949 0.020749 [API:8081]10.0.0.27 - - [2026-02-16 04:06:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32277 0.027952 [API:8081]10.0.0.27 - - [2026-02-16 04:06:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12949 0.019277 [API:8081]10.0.0.27 - - [2026-02-16 04:06:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32278 0.025180 [API:8081]10.0.0.27 - - [2026-02-16 04:06:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12819 0.019675 [API:8081]10.0.0.27 - - [2026-02-16 04:06:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn2-80028419?flat HTTP/1.1" 200 7475 0.020784 [API:8081]10.0.0.27 - - [2026-02-16 04:06:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008350 [API:8081]10.0.0.27 - - [2026-02-16 04:06:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.021793 [API:8081]10.0.0.27 - - [2026-02-16 04:06:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.024523 [API:8081]10.0.0.27 - - [2026-02-16 04:06:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.039161 [API:8081]10.0.0.27 - - [2026-02-16 04:06:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.034120 [API:8081]10.0.0.27 - - [2026-02-16 04:06:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.023226 [API:8081]10.0.0.27 - - [2026-02-16 04:06:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.021176 [API:8081]10.0.0.27 - - [2026-02-16 04:06:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32283 0.024376 [API:8081]10.0.0.27 - - [2026-02-16 04:06:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-77868914:ctest-vn1-39164431?flat HTTP/1.1" 200 7904 0.014153 [API:8081]10.0.0.27 - - [2026-02-16 04:06:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007596 [API:8081]10.0.0.50 - - [2026-02-16 04:07:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081910 [API:8081]10.0.0.27 - - [2026-02-16 04:07:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-74406761:4f60fa66-0cb3-430f-92ec-20531b46220c?flat HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2026-02-16 04:07:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-74406761:4f60fa66-0cb3-430f-92ec-20531b46220c?flat HTTP/1.1" 200 5241 0.056731 [API:8081]10.0.0.27 - - [2026-02-16 04:07:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-74406761:4f60fa66-0cb3-430f-92ec-20531b46220c?flat HTTP/1.1" 200 5241 0.055982 [API:8081]10.0.0.27 - - [2026-02-16 04:07:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-74406761:4f60fa66-0cb3-430f-92ec-20531b46220c?flat HTTP/1.1" 200 5241 0.056874 [API:8081]10.0.0.27 - - [2026-02-16 04:07:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-74406761:ctest-vn-30542097?flat HTTP/1.1" 200 8054 0.013569 [API:8081]10.0.0.27 - - [2026-02-16 04:07:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32295 0.032434 [API:8081]10.0.0.27 - - [2026-02-16 04:07:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32295 0.022662 [API:8081]10.0.0.27 - - [2026-02-16 04:07:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008438 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-74406761:d0a15b10-c9d2-4f33-b079-14cb987a06c7?flat HTTP/1.1" 200 5238 0.013811 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-74406761:d0a15b10-c9d2-4f33-b079-14cb987a06c7?flat HTTP/1.1" 200 5238 0.012416 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-74406761:d0a15b10-c9d2-4f33-b079-14cb987a06c7?flat HTTP/1.1" 200 5238 0.012908 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-74406761:ctest-vn-03751180?flat HTTP/1.1" 200 8044 0.065798 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32297 0.024061 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12930 0.021015 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32297 0.028487 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12930 0.020258 [API:8081]10.0.0.27 - - [2026-02-16 04:07:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007906 [API:8081]10.0.0.27 - - [2026-02-16 04:08:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.035365 [API:8081]10.0.0.27 - - [2026-02-16 04:08:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12930 0.021263 [API:8081]10.0.0.27 - - [2026-02-16 04:08:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.025712 [API:8081]10.0.0.27 - - [2026-02-16 04:08:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12930 0.023436 [API:8081]10.0.0.27 - - [2026-02-16 04:08:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32307 0.027598 [API:8081]10.0.0.27 - - [2026-02-16 04:08:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5329-2?flat HTTP/1.1" 200 12515 0.023361 [API:8081]10.0.0.27 - - [2026-02-16 04:08:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-74406761:ctest-vn-03751180?flat HTTP/1.1" 200 6184 0.012239 [API:8081]10.0.0.27 - - [2026-02-16 04:08:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.015160 [API:8081]10.0.0.27 - - [2026-02-16 04:08:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.023316 [API:8081]10.0.0.27 - - [2026-02-16 04:08:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.023739 [API:8081]10.0.0.27 - - [2026-02-16 04:08:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.021393 [API:8081]10.0.0.50 - - [2026-02-16 04:08:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.071990 [API:8081]10.0.0.27 - - [2026-02-16 04:08:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.034625 [API:8081]10.0.0.27 - - [2026-02-16 04:08:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.023397 [API:8081]10.0.0.27 - - [2026-02-16 04:08:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.024643 [API:8081]10.0.0.27 - - [2026-02-16 04:08:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5329-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32306 0.032515 [API:8081]10.0.0.27 - - [2026-02-16 04:08:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-74406761:ctest-vn-30542097?flat HTTP/1.1" 200 6180 0.012965 [API:8081]10.0.0.27 - - [2026-02-16 04:08:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009316 [API:8081]10.0.0.50 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.50 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.27 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.50 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.50 - - [2026-02-16 04:08:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.27 - - [2026-02-16 04:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.27 - - [2026-02-16 04:08:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.27 - - [2026-02-16 04:09:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2026-02-16 04:09:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.069867 [API:8081]10.0.0.27 - - [2026-02-16 04:09:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.093850 [API:8081]10.0.0.50 - - [2026-02-16 04:10:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069709 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004062 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003283 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003385 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003135 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003501 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002946 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003402 [LOCAL API:8181]127.0.0.1 - - [2026-02-16 04:10:57] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5329-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002459 [API:8081]10.0.0.50 - - [2026-02-16 04:11:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060931 [API:8081]10.0.0.27 - - [2026-02-16 04:12:08] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-02-16 04:12:08] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.50 - - [2026-02-16 04:12:38] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.50 - - [2026-02-16 04:12:38] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2026-02-16 04:12:38] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-02-16 04:12:38] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.50 - - [2026-02-16 04:13:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057634 [API:8081]10.0.0.50 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.50 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001325 [API:8081]10.0.0.50 - - [2026-02-16 04:13:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.27 - - [2026-02-16 04:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-02-16 04:13:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.27 - - [2026-02-16 04:14:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.27 - - [2026-02-16 04:14:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.063963 [API:8081]10.0.0.50 - - [2026-02-16 04:14:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.063525 [API:8081]10.0.0.50 - - [2026-02-16 04:16:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071831 [API:8081]10.0.0.50 - - [2026-02-16 04:17:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.068020 [Introspect:8090]10.0.0.27 - - [2026-02-16 04:18:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001055