++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu May 14 02:29:14 AM UTC 2026 ===================' INFO: =================== Thu May 14 02:29:14 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 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 ++ 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 '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.22: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.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.22: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22: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.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22: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.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.22: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.22,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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22: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.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.22: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.22,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.22,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.22,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 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.22,10.0.0.23 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ grep -vi host ++++ tr '\n' , +++ local local_ips=,10.0.0.27,10.20.0.193,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.193,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 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + 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: 05/14/2026 02:29:23.223 7f4636718480 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/14/2026 02:29:23.497 7f4636718480 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/14/2026 02:29:23.509 7f4636718480 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/14/2026 02:29:23.509 7f4636718480 [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.22 - - [2026-05-14 02:30:07] "GET /analytics HTTP/1.1" 401 205 0.000660 [API:8081]10.0.0.22 - - [2026-05-14 02:30:07] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-05-14 02:30:08] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-05-14 02:30:08] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.27 - - [2026-05-14 02:30:09] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2026-05-14 02:30:09] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.22 - - [2026-05-14 02:30:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.065563 [API:8081]10.0.0.22 - - [2026-05-14 02:30:38] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.22 - - [2026-05-14 02:30:38] "GET /analytics HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.23 - - [2026-05-14 02:30:39] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-05-14 02:30:39] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.27 - - [2026-05-14 02:30:40] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2026-05-14 02:30:40] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.22 - - [2026-05-14 02:31:08] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2026-05-14 02:31:08] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-05-14 02:31:09] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-05-14 02:31:09] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.22 - - [2026-05-14 02:31:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.065444 [API:8081]10.0.0.22 - - [2026-05-14 02:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.22 - - [2026-05-14 02:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.22 - - [2026-05-14 02:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2026-05-14 02:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-05-14 02:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-05-14 02:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-05-14 02:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-05-14 02:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-05-14 02:32:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2026-05-14 02:32:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.27 - - [2026-05-14 02:32:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000721 [API:8081]10.0.0.27 - - [2026-05-14 02:32:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [Introspect:8090]10.0.0.27 - - [2026-05-14 02:33:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001243 [Introspect:8090]10.0.0.27 - - [2026-05-14 02:33:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001431 [API:8081]10.0.0.22 - - [2026-05-14 02:33:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074027 [API:8081]10.0.0.22 - - [2026-05-14 02:34:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082882 [Introspect:8090]10.0.0.27 - - [2026-05-14 02:34:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001269 [Introspect:8090]10.0.0.27 - - [2026-05-14 02:34:53] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000672 [API:8081]10.0.0.27 - - [2026-05-14 02:34:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.27 - - [2026-05-14 02:34:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1:Control:contrail-control:0?flat HTTP/1.1" 200 27711 0.079935 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.072429 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.073302 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018514 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.026111 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.015966 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.066916 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.021868 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.015041 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.013764 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.014368 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.014967 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.014798 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.013451 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011415 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013011 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018804 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012840 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013527 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013864 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016904 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012766 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015003 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.023638 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.029675 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018555 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14203 0.019361 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.016206 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14220 0.018293 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014831 [API:8081]10.0.0.27 - - [2026-05-14 02:34:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.027800 [API:8081]10.0.0.27 - - [2026-05-14 02:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12040 0.025252 [API:8081]10.0.0.27 - - [2026-05-14 02:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.039227 [API:8081]10.0.0.27 - - [2026-05-14 02:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12033 0.037664 [API:8081]10.0.0.27 - - [2026-05-14 02:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023721 [API:8081]10.0.0.27 - - [2026-05-14 02:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12040 0.022993 [API:8081]10.0.0.27 - - [2026-05-14 02:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.022587 [API:8081]10.0.0.27 - - [2026-05-14 02:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12033 0.022331 [API:8081]10.0.0.27 - - [2026-05-14 02:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.021709 [API:8081]10.0.0.27 - - [2026-05-14 02:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.013712 [API:8081]10.0.0.27 - - [2026-05-14 02:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.023169 [API:8081]10.0.0.27 - - [2026-05-14 02:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.013530 [API:8081]10.0.0.27 - - [2026-05-14 02:34:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014291 [API:8081]10.0.0.27 - - [2026-05-14 02:34:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.019034 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.024681 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.026174 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14203 0.018996 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.019294 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.022118 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14220 0.038481 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012481 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.034098 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.013841 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.020111 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.016484 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.024050 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.015628 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.014142 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.018617 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4314 0.021883 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1:Control:contrail-control:0?flat HTTP/1.1" 200 27711 0.023691 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.016240 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.029137 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.028147 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.021625 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.034919 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3:Control:contrail-control:0?flat HTTP/1.1" 200 38111 0.040064 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.016636 [API:8081]10.0.0.27 - - [2026-05-14 02:34:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5780-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.019704 [API:8081]10.0.0.27 - - [2026-05-14 02:34:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12040 0.035332 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?flat HTTP/1.1" 200 15739 0.023270 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?flat HTTP/1.1" 200 13484 0.027881 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?flat HTTP/1.1" 200 18163 0.026771 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?flat HTTP/1.1" 200 15739 0.028462 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?flat HTTP/1.1" 200 13484 0.028472 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?flat HTTP/1.1" 200 18163 0.026479 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?flat HTTP/1.1" 200 15739 0.025305 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?flat HTTP/1.1" 200 13484 0.031198 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?flat HTTP/1.1" 200 18163 0.024705 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?flat HTTP/1.1" 200 15739 0.024868 [API:8081]10.0.0.27 - - [2026-05-14 02:35:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?flat HTTP/1.1" 200 13484 0.023432 [API:8081]10.0.0.27 - - [2026-05-14 02:35:01] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?flat HTTP/1.1" 200 18163 0.028598 [API:8081]10.0.0.27 - - [2026-05-14 02:35:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 8010 0.020624 [API:8081]10.0.0.27 - - [2026-05-14 02:35:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 8005 0.019180 [API:8081]10.0.0.27 - - [2026-05-14 02:35:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5780-3?flat HTTP/1.1" 200 8003 0.022300 [API:8081]10.0.0.27 - - [2026-05-14 02:35:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-05-14 02:35:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.067272 [API:8081]10.0.0.27 - - [2026-05-14 02:35:25] "POST /analytics/query HTTP/1.1" 200 54693 1.082045 [API:8081]10.0.0.27 - - [2026-05-14 02:35:26] "POST /analytics/query HTTP/1.1" 200 5872 1.085507 [API:8081]10.0.0.27 - - [2026-05-14 02:35:27] "POST /analytics/query HTTP/1.1" 200 871 1.034857 [API:8081]10.0.0.27 - - [2026-05-14 02:35:28] "POST /analytics/query HTTP/1.1" 200 5872 1.018665 [API:8081]10.0.0.27 - - [2026-05-14 02:35:29] "POST /analytics/query HTTP/1.1" 200 871 1.021520 [API:8081]10.0.0.27 - - [2026-05-14 02:35:42] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000952 [API:8081]10.0.0.22 - - [2026-05-14 02:36:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065990 [API:8081]10.0.0.22 - - [2026-05-14 02:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2026-05-14 02:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2026-05-14 02:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2026-05-14 02:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000600 [API:8081]10.0.0.22 - - [2026-05-14 02:37:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.267151 [API:8081]10.0.0.23 - - [2026-05-14 02:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.23 - - [2026-05-14 02:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-05-14 02:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-05-14 02:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-05-14 02:37:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-05-14 02:37:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2026-05-14 02:37:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-05-14 02:37:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003346 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004035 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003176 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002874 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003661 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003609 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003967 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:39:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004123 [API:8081]10.0.0.22 - - [2026-05-14 02:39:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077616 [API:8081]10.0.0.22 - - [2026-05-14 02:40:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.132413 [API:8081]10.0.0.27 - - [2026-05-14 02:40:40] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2026-05-14 02:40:40] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-05-14 02:40:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.27 - - [2026-05-14 02:40:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.071174 [API:8081]10.0.0.27 - - [2026-05-14 02:40:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.080961 [API:8081]10.0.0.22 - - [2026-05-14 02:41:08] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.22 - - [2026-05-14 02:41:08] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.23 - - [2026-05-14 02:41:09] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-05-14 02:41:09] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.22 - - [2026-05-14 02:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.22 - - [2026-05-14 02:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000391 [API:8081]10.0.0.22 - - [2026-05-14 02:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.22 - - [2026-05-14 02:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-05-14 02:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-05-14 02:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-05-14 02:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000815 [API:8081]10.0.0.23 - - [2026-05-14 02:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.27 - - [2026-05-14 02:42:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-05-14 02:42:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.27 - - [2026-05-14 02:42:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2026-05-14 02:42:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.22 - - [2026-05-14 02:42:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086163 [API:8081]10.0.0.22 - - [2026-05-14 02:43:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082638 [API:8081]10.0.0.22 - - [2026-05-14 02:45:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.135658 [API:8081]10.0.0.22 - - [2026-05-14 02:46:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.071116 [API:8081]10.0.0.22 - - [2026-05-14 02:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2026-05-14 02:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2026-05-14 02:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2026-05-14 02:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-05-14 02:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-05-14 02:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-05-14 02:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-05-14 02:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2026-05-14 02:47:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.27 - - [2026-05-14 02:47:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2026-05-14 02:47:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000511 [API:8081]10.0.0.27 - - [2026-05-14 02:47:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.27 - - [2026-05-14 02:47:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.27 - - [2026-05-14 02:47:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.064635 [API:8081]10.0.0.27 - - [2026-05-14 02:47:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.071693 [API:8081]10.0.0.22 - - [2026-05-14 02:48:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094931 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003808 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003448 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004515 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004663 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003544 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003005 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003750 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:49:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004758 [API:8081]10.0.0.27 - - [2026-05-14 02:49:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.009888 [API:8081]10.0.0.27 - - [2026-05-14 02:49:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.012288 [API:8081]10.0.0.27 - - [2026-05-14 02:49:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.101954 [API:8081]10.0.0.27 - - [2026-05-14 02:49:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.011368 [API:8081]10.0.0.22 - - [2026-05-14 02:49:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.130765 [API:8081]10.0.0.27 - - [2026-05-14 02:50:40] "GET /analytics HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2026-05-14 02:50:40] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.22 - - [2026-05-14 02:51:08] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.22 - - [2026-05-14 02:51:08] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.23 - - [2026-05-14 02:51:09] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2026-05-14 02:51:09] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2026-05-14 02:51:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070197 [API:8081]10.0.0.22 - - [2026-05-14 02:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2026-05-14 02:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2026-05-14 02:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2026-05-14 02:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-05-14 02:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-05-14 02:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-05-14 02:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-05-14 02:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-05-14 02:52:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.27 - - [2026-05-14 02:52:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.27 - - [2026-05-14 02:52:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-05-14 02:52:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2026-05-14 02:52:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079154 [API:8081]10.0.0.27 - - [2026-05-14 02:53:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.101282 [API:8081]10.0.0.27 - - [2026-05-14 02:53:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12979 0.029538 [API:8081]10.0.0.27 - - [2026-05-14 02:53:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.076416 [API:8081]10.0.0.27 - - [2026-05-14 02:53:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12979 0.023354 [API:8081]10.0.0.27 - - [2026-05-14 02:53:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.025999 [API:8081]10.0.0.27 - - [2026-05-14 02:53:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12979 0.023788 [API:8081]10.0.0.27 - - [2026-05-14 02:53:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.029848 [API:8081]10.0.0.27 - - [2026-05-14 02:53:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12745 0.029016 [API:8081]10.0.0.27 - - [2026-05-14 02:53:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-12386458:ctest-vnet1-58350400?flat HTTP/1.1" 200 8243 0.015338 [API:8081]10.0.0.27 - - [2026-05-14 02:53:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011429 [API:8081]10.0.0.27 - - [2026-05-14 02:53:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.024827 [API:8081]10.0.0.27 - - [2026-05-14 02:53:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.026061 [API:8081]10.0.0.27 - - [2026-05-14 02:53:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.023104 [API:8081]10.0.0.27 - - [2026-05-14 02:53:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.038994 [API:8081]10.0.0.27 - - [2026-05-14 02:53:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.030154 [API:8081]10.0.0.27 - - [2026-05-14 02:53:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.025272 [API:8081]10.0.0.27 - - [2026-05-14 02:53:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.023790 [API:8081]10.0.0.27 - - [2026-05-14 02:53:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.023048 [API:8081]10.0.0.27 - - [2026-05-14 02:53:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.024000 [API:8081]10.0.0.27 - - [2026-05-14 02:53:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.023124 [API:8081]10.0.0.27 - - [2026-05-14 02:53:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.022064 [API:8081]10.0.0.27 - - [2026-05-14 02:53:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.026413 [API:8081]10.0.0.27 - - [2026-05-14 02:53:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24577 0.023287 [API:8081]10.0.0.27 - - [2026-05-14 02:53:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.023310 [API:8081]10.0.0.27 - - [2026-05-14 02:53:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.034418 [API:8081]10.0.0.27 - - [2026-05-14 02:53:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.023722 [API:8081]10.0.0.27 - - [2026-05-14 02:53:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.023133 [API:8081]10.0.0.27 - - [2026-05-14 02:53:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12993 0.024297 [API:8081]10.0.0.27 - - [2026-05-14 02:53:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.023161 [API:8081]10.0.0.27 - - [2026-05-14 02:53:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12570 0.023110 [API:8081]10.0.0.27 - - [2026-05-14 02:53:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-12386458:ctest-vnet0-27753512?flat HTTP/1.1" 200 8240 0.019329 [API:8081]10.0.0.27 - - [2026-05-14 02:53:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011229 [API:8081]10.0.0.27 - - [2026-05-14 02:53:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.009078 [API:8081]10.0.0.22 - - [2026-05-14 02:54:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.131121 [API:8081]10.0.0.27 - - [2026-05-14 02:55:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-05-14 02:55:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.065868 [API:8081]10.0.0.22 - - [2026-05-14 02:55:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.124547 [API:8081]10.0.0.27 - - [2026-05-14 02:57:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.082964 [API:8081]10.0.0.27 - - [2026-05-14 02:57:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13013 0.024741 [API:8081]10.0.0.27 - - [2026-05-14 02:57:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.077583 [API:8081]10.0.0.27 - - [2026-05-14 02:57:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12577 0.022208 [API:8081]10.0.0.27 - - [2026-05-14 02:57:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-22139828:ctest-vnet0-00797643?flat HTTP/1.1" 200 7206 0.013491 [API:8081]10.0.0.27 - - [2026-05-14 02:57:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009651 [API:8081]10.0.0.27 - - [2026-05-14 02:57:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.27 - - [2026-05-14 02:57:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.070019 [API:8081]10.0.0.22 - - [2026-05-14 02:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.22 - - [2026-05-14 02:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2026-05-14 02:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2026-05-14 02:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-05-14 02:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-05-14 02:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-05-14 02:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-05-14 02:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-05-14 02:57:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.27 - - [2026-05-14 02:57:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.27 - - [2026-05-14 02:57:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.27 - - [2026-05-14 02:57:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-05-14 02:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-05-14 02:57:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.099010 [API:8081]10.0.0.27 - - [2026-05-14 02:57:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.073464 [API:8081]10.0.0.27 - - [2026-05-14 02:57:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.072549 [API:8081]10.0.0.22 - - [2026-05-14 02:57:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.487716 [API:8081]10.0.0.27 - - [2026-05-14 02:58:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:94d0fe19-efeb-4cc3-bb9f-38c5dd52e7d5?flat HTTP/1.1" 200 5233 0.017411 [API:8081]10.0.0.27 - - [2026-05-14 02:58:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:94d0fe19-efeb-4cc3-bb9f-38c5dd52e7d5?flat HTTP/1.1" 200 5233 0.016548 [API:8081]10.0.0.27 - - [2026-05-14 02:58:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:94d0fe19-efeb-4cc3-bb9f-38c5dd52e7d5?flat HTTP/1.1" 200 5233 0.016392 [API:8081]10.0.0.27 - - [2026-05-14 02:58:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-84066976:ctest-VN1-44848210?flat HTTP/1.1" 200 8553 0.018024 [API:8081]10.0.0.27 - - [2026-05-14 02:58:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025994 [API:8081]10.0.0.27 - - [2026-05-14 02:58:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13329 0.029391 [API:8081]10.0.0.27 - - [2026-05-14 02:58:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024228 [API:8081]10.0.0.27 - - [2026-05-14 02:58:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13329 0.026107 [API:8081]10.0.0.27 - - [2026-05-14 02:58:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014902 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:731f78a6-3170-4f1e-a75e-dae3adc4ab81?flat HTTP/1.1" 200 5454 0.026129 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:731f78a6-3170-4f1e-a75e-dae3adc4ab81?flat HTTP/1.1" 200 5454 0.016897 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:731f78a6-3170-4f1e-a75e-dae3adc4ab81?flat HTTP/1.1" 200 5454 0.030151 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-84066976:ctest-VN2-25904454?flat HTTP/1.1" 200 9341 0.021186 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028495 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12969 0.027133 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023176 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12969 0.044325 [API:8081]10.0.0.27 - - [2026-05-14 02:58:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013571 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:39e0dd31-eaae-4644-a7d8-30071134f815?flat HTTP/1.1" 200 5102 0.015736 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:39e0dd31-eaae-4644-a7d8-30071134f815?flat HTTP/1.1" 200 5102 0.016149 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-84066976:39e0dd31-eaae-4644-a7d8-30071134f815?flat HTTP/1.1" 200 5102 0.016863 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-84066976:ctest-VN3-99058284?flat HTTP/1.1" 200 7448 0.018355 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024947 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13352 0.034076 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022455 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13352 0.022762 [API:8081]10.0.0.27 - - [2026-05-14 02:58:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009817 [API:8081]10.0.0.22 - - [2026-05-14 02:58:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074699 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.011007 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004017 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.011124 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.018061 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.013023 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003443 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003095 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 02:59:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005839 [API:8081]10.0.0.27 - - [2026-05-14 03:00:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.033147 [API:8081]10.0.0.27 - - [2026-05-14 03:00:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13339 0.031102 [API:8081]10.0.0.27 - - [2026-05-14 03:00:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024410 [API:8081]10.0.0.27 - - [2026-05-14 03:00:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13339 0.026698 [API:8081]10.0.0.27 - - [2026-05-14 03:00:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025356 [API:8081]10.0.0.27 - - [2026-05-14 03:00:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13339 0.026119 [API:8081]10.0.0.27 - - [2026-05-14 03:00:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023983 [API:8081]10.0.0.27 - - [2026-05-14 03:00:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12974 0.023829 [API:8081]10.0.0.27 - - [2026-05-14 03:00:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-84066976:ctest-VN3-99058284?flat HTTP/1.1" 200 6220 0.013612 [API:8081]10.0.0.27 - - [2026-05-14 03:00:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010650 [API:8081]10.0.0.27 - - [2026-05-14 03:00:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026011 [API:8081]10.0.0.27 - - [2026-05-14 03:00:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.024742 [API:8081]10.0.0.27 - - [2026-05-14 03:00:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024631 [API:8081]10.0.0.27 - - [2026-05-14 03:00:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.024550 [API:8081]10.0.0.27 - - [2026-05-14 03:00:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025012 [API:8081]10.0.0.27 - - [2026-05-14 03:00:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.028113 [API:8081]10.0.0.27 - - [2026-05-14 03:00:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025301 [API:8081]10.0.0.27 - - [2026-05-14 03:00:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.024045 [API:8081]10.0.0.27 - - [2026-05-14 03:00:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024161 [API:8081]10.0.0.27 - - [2026-05-14 03:00:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.028193 [API:8081]10.0.0.27 - - [2026-05-14 03:00:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024644 [API:8081]10.0.0.27 - - [2026-05-14 03:00:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.024758 [API:8081]10.0.0.27 - - [2026-05-14 03:00:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.027722 [API:8081]10.0.0.27 - - [2026-05-14 03:00:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.029369 [API:8081]10.0.0.27 - - [2026-05-14 03:00:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024432 [API:8081]10.0.0.27 - - [2026-05-14 03:00:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.036529 [API:8081]10.0.0.27 - - [2026-05-14 03:00:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024063 [API:8081]10.0.0.27 - - [2026-05-14 03:00:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12949 0.025080 [API:8081]10.0.0.27 - - [2026-05-14 03:00:40] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-05-14 03:00:40] "GET /analytics HTTP/1.1" 401 205 0.000199 [API:8081]10.0.0.27 - - [2026-05-14 03:00:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028718 [API:8081]10.0.0.27 - - [2026-05-14 03:00:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12589 0.025285 [API:8081]10.0.0.27 - - [2026-05-14 03:00:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-84066976:ctest-VN2-25904454?flat HTTP/1.1" 200 6554 0.013801 [API:8081]10.0.0.27 - - [2026-05-14 03:00:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010015 [API:8081]10.0.0.27 - - [2026-05-14 03:00:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025576 [API:8081]10.0.0.27 - - [2026-05-14 03:00:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12965 0.044186 [API:8081]10.0.0.27 - - [2026-05-14 03:00:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022539 [API:8081]10.0.0.27 - - [2026-05-14 03:00:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12964 0.028234 [API:8081]10.0.0.27 - - [2026-05-14 03:00:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.025015 [API:8081]10.0.0.27 - - [2026-05-14 03:00:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12964 0.024206 [API:8081]10.0.0.27 - - [2026-05-14 03:00:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024566 [API:8081]10.0.0.27 - - [2026-05-14 03:00:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12964 0.025588 [API:8081]10.0.0.22 - - [2026-05-14 03:00:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070971 [API:8081]10.0.0.27 - - [2026-05-14 03:00:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.038051 [API:8081]10.0.0.27 - - [2026-05-14 03:00:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12964 0.033288 [API:8081]10.0.0.27 - - [2026-05-14 03:01:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.031810 [API:8081]10.0.0.27 - - [2026-05-14 03:01:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12964 0.034342 [API:8081]10.0.0.27 - - [2026-05-14 03:01:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024186 [API:8081]10.0.0.27 - - [2026-05-14 03:01:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12964 0.025845 [API:8081]10.0.0.27 - - [2026-05-14 03:01:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023864 [API:8081]10.0.0.27 - - [2026-05-14 03:01:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12964 0.026020 [API:8081]10.0.0.22 - - [2026-05-14 03:01:08] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2026-05-14 03:01:08] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.23 - - [2026-05-14 03:01:09] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-05-14 03:01:09] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.27 - - [2026-05-14 03:01:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026440 [API:8081]10.0.0.27 - - [2026-05-14 03:01:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12748 0.030421 [API:8081]10.0.0.27 - - [2026-05-14 03:01:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-84066976:ctest-VN1-44848210?flat HTTP/1.1" 200 6772 0.018333 [API:8081]10.0.0.27 - - [2026-05-14 03:01:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011947 [API:8081]10.0.0.27 - - [2026-05-14 03:01:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-05-14 03:01:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.083789 [API:8081]10.0.0.27 - - [2026-05-14 03:01:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.068891 [API:8081]10.0.0.27 - - [2026-05-14 03:01:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.068867 [API:8081]10.0.0.22 - - [2026-05-14 03:01:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.073907 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:c7413f5f-be89-4365-a62b-c83d3d2cf547?flat HTTP/1.1" 200 5361 0.018266 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:c7413f5f-be89-4365-a62b-c83d3d2cf547?flat HTTP/1.1" 200 5361 0.018024 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:c7413f5f-be89-4365-a62b-c83d3d2cf547?flat HTTP/1.1" 200 5361 0.017520 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:c7413f5f-be89-4365-a62b-c83d3d2cf547?flat HTTP/1.1" 200 5361 0.023192 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-60024299:ctest-VN1-40539793?flat HTTP/1.1" 200 9449 0.019563 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.035970 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13390 0.025518 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022987 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13390 0.023149 [API:8081]10.0.0.27 - - [2026-05-14 03:02:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010135 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3e360bdb-2cd2-4761-ad6c-477b3c6568ab?flat HTTP/1.1" 200 5221 0.015485 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3e360bdb-2cd2-4761-ad6c-477b3c6568ab?flat HTTP/1.1" 200 5221 0.019072 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3e360bdb-2cd2-4761-ad6c-477b3c6568ab?flat HTTP/1.1" 200 5221 0.015391 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3e360bdb-2cd2-4761-ad6c-477b3c6568ab?flat HTTP/1.1" 200 5221 0.017159 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-60024299:ctest-VN2-67708891?flat HTTP/1.1" 200 8636 0.016388 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025066 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12997 0.034014 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024209 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12997 0.024043 [API:8081]10.0.0.27 - - [2026-05-14 03:02:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011916 [API:8081]10.0.0.22 - - [2026-05-14 03:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2026-05-14 03:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2026-05-14 03:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2026-05-14 03:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-05-14 03:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-05-14 03:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000458 [API:8081]10.0.0.23 - - [2026-05-14 03:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2026-05-14 03:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3f15e882-b948-42fe-84af-223470f9d17c?flat HTTP/1.1" 200 5217 0.014964 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3f15e882-b948-42fe-84af-223470f9d17c?flat HTTP/1.1" 200 5217 0.015883 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3f15e882-b948-42fe-84af-223470f9d17c?flat HTTP/1.1" 200 5217 0.020085 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-60024299:3f15e882-b948-42fe-84af-223470f9d17c?flat HTTP/1.1" 200 5217 0.019192 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-60024299:ctest-VN3-89578773?flat HTTP/1.1" 200 8199 0.021582 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.027010 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13390 0.023303 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021866 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13390 0.023531 [API:8081]10.0.0.27 - - [2026-05-14 03:02:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009976 [API:8081]10.0.0.27 - - [2026-05-14 03:02:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-05-14 03:02:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-05-14 03:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.034774 [API:8081]10.0.0.27 - - [2026-05-14 03:03:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13375 0.025522 [API:8081]10.0.0.27 - - [2026-05-14 03:03:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.023303 [API:8081]10.0.0.27 - - [2026-05-14 03:03:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13375 0.025475 [API:8081]10.0.0.27 - - [2026-05-14 03:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.025720 [API:8081]10.0.0.27 - - [2026-05-14 03:03:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13375 0.028223 [API:8081]10.0.0.27 - - [2026-05-14 03:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.028502 [API:8081]10.0.0.27 - - [2026-05-14 03:03:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13375 0.030054 [API:8081]10.0.0.27 - - [2026-05-14 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.026721 [API:8081]10.0.0.27 - - [2026-05-14 03:03:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13375 0.024353 [API:8081]10.0.0.27 - - [2026-05-14 03:03:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.026159 [API:8081]10.0.0.27 - - [2026-05-14 03:03:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13375 0.024598 [API:8081]10.0.0.27 - - [2026-05-14 03:03:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.025675 [API:8081]10.0.0.27 - - [2026-05-14 03:03:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.026207 [API:8081]10.0.0.27 - - [2026-05-14 03:03:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-60024299:ctest-VN3-89578773?flat HTTP/1.1" 200 6960 0.014001 [API:8081]10.0.0.27 - - [2026-05-14 03:03:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012078 [API:8081]10.0.0.27 - - [2026-05-14 03:03:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028887 [API:8081]10.0.0.27 - - [2026-05-14 03:03:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12968 0.029024 [API:8081]10.0.0.27 - - [2026-05-14 03:03:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024359 [API:8081]10.0.0.27 - - [2026-05-14 03:03:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.026437 [API:8081]10.0.0.27 - - [2026-05-14 03:03:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024546 [API:8081]10.0.0.27 - - [2026-05-14 03:03:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.027087 [API:8081]10.0.0.27 - - [2026-05-14 03:03:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023900 [API:8081]10.0.0.27 - - [2026-05-14 03:03:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.024868 [API:8081]10.0.0.27 - - [2026-05-14 03:03:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.029871 [API:8081]10.0.0.27 - - [2026-05-14 03:03:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.026618 [API:8081]10.0.0.22 - - [2026-05-14 03:03:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079918 [API:8081]10.0.0.27 - - [2026-05-14 03:04:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026313 [API:8081]10.0.0.27 - - [2026-05-14 03:04:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.025941 [API:8081]10.0.0.27 - - [2026-05-14 03:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022952 [API:8081]10.0.0.27 - - [2026-05-14 03:04:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.023773 [API:8081]10.0.0.27 - - [2026-05-14 03:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024001 [API:8081]10.0.0.27 - - [2026-05-14 03:04:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.024868 [API:8081]10.0.0.27 - - [2026-05-14 03:04:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024076 [API:8081]10.0.0.27 - - [2026-05-14 03:04:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12966 0.026817 [API:8081]10.0.0.27 - - [2026-05-14 03:04:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021772 [API:8081]10.0.0.27 - - [2026-05-14 03:04:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12560 0.023388 [API:8081]10.0.0.27 - - [2026-05-14 03:04:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-60024299:ctest-VN2-67708891?flat HTTP/1.1" 200 7312 0.017290 [API:8081]10.0.0.27 - - [2026-05-14 03:04:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010170 [API:8081]10.0.0.27 - - [2026-05-14 03:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.025385 [API:8081]10.0.0.27 - - [2026-05-14 03:04:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.023886 [API:8081]10.0.0.27 - - [2026-05-14 03:04:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023164 [API:8081]10.0.0.27 - - [2026-05-14 03:04:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.026012 [API:8081]10.0.0.27 - - [2026-05-14 03:04:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.025434 [API:8081]10.0.0.27 - - [2026-05-14 03:04:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.024527 [API:8081]10.0.0.27 - - [2026-05-14 03:04:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.027659 [API:8081]10.0.0.27 - - [2026-05-14 03:04:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.024242 [API:8081]10.0.0.27 - - [2026-05-14 03:04:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023149 [API:8081]10.0.0.27 - - [2026-05-14 03:04:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.024841 [API:8081]10.0.0.27 - - [2026-05-14 03:04:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.024208 [API:8081]10.0.0.27 - - [2026-05-14 03:04:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.023161 [API:8081]10.0.0.27 - - [2026-05-14 03:04:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.033315 [API:8081]10.0.0.27 - - [2026-05-14 03:04:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.024487 [API:8081]10.0.0.27 - - [2026-05-14 03:04:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.026023 [API:8081]10.0.0.27 - - [2026-05-14 03:04:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.024189 [API:8081]10.0.0.27 - - [2026-05-14 03:04:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.025482 [API:8081]10.0.0.27 - - [2026-05-14 03:04:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13014 0.024894 [API:8081]10.0.0.27 - - [2026-05-14 03:04:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.023608 [API:8081]10.0.0.27 - - [2026-05-14 03:04:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12608 0.026156 [API:8081]10.0.0.27 - - [2026-05-14 03:04:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-60024299:ctest-VN1-40539793?flat HTTP/1.1" 200 7642 0.014107 [API:8081]10.0.0.27 - - [2026-05-14 03:04:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014859 [API:8081]10.0.0.27 - - [2026-05-14 03:04:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-05-14 03:04:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.081519 [API:8081]10.0.0.27 - - [2026-05-14 03:04:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.271715 [API:8081]10.0.0.22 - - [2026-05-14 03:04:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.142846 [API:8081]10.0.0.27 - - [2026-05-14 03:06:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-05-14 03:06:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.068111 [API:8081]10.0.0.22 - - [2026-05-14 03:07:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.140637 [API:8081]10.0.0.22 - - [2026-05-14 03:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2026-05-14 03:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.22 - - [2026-05-14 03:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.22 - - [2026-05-14 03:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-05-14 03:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-05-14 03:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000603 [API:8081]10.0.0.23 - - [2026-05-14 03:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-05-14 03:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.27 - - [2026-05-14 03:07:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.27 - - [2026-05-14 03:07:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.27 - - [2026-05-14 03:07:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-05-14 03:07:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.22 - - [2026-05-14 03:08:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082358 [API:8081]10.0.0.27 - - [2026-05-14 03:09:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.024167 [API:8081]10.0.0.27 - - [2026-05-14 03:09:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13036 0.090064 [API:8081]10.0.0.27 - - [2026-05-14 03:09:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.093413 [API:8081]10.0.0.27 - - [2026-05-14 03:09:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13036 0.025584 [API:8081]10.0.0.27 - - [2026-05-14 03:09:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.022865 [API:8081]10.0.0.27 - - [2026-05-14 03:09:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13036 0.028952 [API:8081]10.0.0.27 - - [2026-05-14 03:09:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.023838 [API:8081]10.0.0.27 - - [2026-05-14 03:09:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12604 0.025238 [API:8081]10.0.0.27 - - [2026-05-14 03:09:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-23414245:ctest-vnet0-98685839?flat HTTP/1.1" 200 7967 0.016009 [API:8081]10.0.0.27 - - [2026-05-14 03:09:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012415 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004131 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004432 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005021 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003793 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004818 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005037 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003616 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:09:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004554 [API:8081]10.0.0.27 - - [2026-05-14 03:09:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.27 - - [2026-05-14 03:09:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.070279 [API:8081]10.0.0.27 - - [2026-05-14 03:09:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.069452 [API:8081]10.0.0.22 - - [2026-05-14 03:10:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077405 [API:8081]10.0.0.27 - - [2026-05-14 03:10:40] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-05-14 03:10:40] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.22 - - [2026-05-14 03:11:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.083336 [API:8081]10.0.0.22 - - [2026-05-14 03:11:08] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.22 - - [2026-05-14 03:11:08] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.23 - - [2026-05-14 03:11:09] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-05-14 03:11:09] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.22 - - [2026-05-14 03:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.22 - - [2026-05-14 03:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2026-05-14 03:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.22 - - [2026-05-14 03:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.23 - - [2026-05-14 03:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.23 - - [2026-05-14 03:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2026-05-14 03:12:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2026-05-14 03:12:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-05-14 03:12:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000473 [API:8081]10.0.0.27 - - [2026-05-14 03:12:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.27 - - [2026-05-14 03:12:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.27 - - [2026-05-14 03:12:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2026-05-14 03:13:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.028885 [API:8081]10.0.0.27 - - [2026-05-14 03:13:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13005 0.093177 [API:8081]10.0.0.27 - - [2026-05-14 03:13:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.023216 [API:8081]10.0.0.27 - - [2026-05-14 03:13:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13005 0.024420 [API:8081]10.0.0.22 - - [2026-05-14 03:13:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098188 [API:8081]10.0.0.27 - - [2026-05-14 03:13:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.043092 [API:8081]10.0.0.27 - - [2026-05-14 03:13:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13005 0.031099 [API:8081]10.0.0.27 - - [2026-05-14 03:13:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.025875 [API:8081]10.0.0.27 - - [2026-05-14 03:13:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12594 0.035054 [API:8081]10.0.0.27 - - [2026-05-14 03:13:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-60558425:ctest-vnet1-25555811?flat HTTP/1.1" 200 7306 0.017409 [API:8081]10.0.0.27 - - [2026-05-14 03:13:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012610 [API:8081]10.0.0.27 - - [2026-05-14 03:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.025554 [API:8081]10.0.0.27 - - [2026-05-14 03:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.023710 [API:8081]10.0.0.27 - - [2026-05-14 03:13:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.028425 [API:8081]10.0.0.27 - - [2026-05-14 03:13:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.023134 [API:8081]10.0.0.27 - - [2026-05-14 03:13:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.027654 [API:8081]10.0.0.27 - - [2026-05-14 03:13:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.024724 [API:8081]10.0.0.27 - - [2026-05-14 03:13:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.024142 [API:8081]10.0.0.27 - - [2026-05-14 03:13:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.026350 [API:8081]10.0.0.27 - - [2026-05-14 03:13:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.024202 [API:8081]10.0.0.27 - - [2026-05-14 03:13:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.023586 [API:8081]10.0.0.27 - - [2026-05-14 03:13:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.023703 [API:8081]10.0.0.27 - - [2026-05-14 03:13:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.022868 [API:8081]10.0.0.27 - - [2026-05-14 03:13:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24626 0.022690 [API:8081]10.0.0.27 - - [2026-05-14 03:13:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.024367 [API:8081]10.0.0.27 - - [2026-05-14 03:13:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.029042 [API:8081]10.0.0.27 - - [2026-05-14 03:13:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.029658 [API:8081]10.0.0.27 - - [2026-05-14 03:13:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.025259 [API:8081]10.0.0.27 - - [2026-05-14 03:13:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13026 0.024276 [API:8081]10.0.0.27 - - [2026-05-14 03:13:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24628 0.025412 [API:8081]10.0.0.27 - - [2026-05-14 03:13:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12613 0.023587 [API:8081]10.0.0.27 - - [2026-05-14 03:13:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-60558425:ctest-vnet0-56095277?flat HTTP/1.1" 200 6957 0.014132 [API:8081]10.0.0.27 - - [2026-05-14 03:13:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009542 [API:8081]10.0.0.27 - - [2026-05-14 03:14:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2026-05-14 03:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.091721 [API:8081]10.0.0.27 - - [2026-05-14 03:14:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.105721 [API:8081]10.0.0.22 - - [2026-05-14 03:14:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.094395 [API:8081]10.0.0.22 - - [2026-05-14 03:16:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078012 [API:8081]10.0.0.27 - - [2026-05-14 03:17:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.025279 [API:8081]10.0.0.27 - - [2026-05-14 03:17:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13027 0.092881 [API:8081]10.0.0.27 - - [2026-05-14 03:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.027598 [API:8081]10.0.0.27 - - [2026-05-14 03:17:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13027 0.026652 [API:8081]10.0.0.27 - - [2026-05-14 03:17:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24609 0.049518 [API:8081]10.0.0.22 - - [2026-05-14 03:17:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.157936 [API:8081]10.0.0.27 - - [2026-05-14 03:17:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13027 0.041717 [API:8081]10.0.0.27 - - [2026-05-14 03:17:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.023738 [API:8081]10.0.0.27 - - [2026-05-14 03:17:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 12598 0.024907 [API:8081]10.0.0.27 - - [2026-05-14 03:17:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-56852163:ctest-vnet1-07953663?flat HTTP/1.1" 200 8069 0.014210 [API:8081]10.0.0.27 - - [2026-05-14 03:17:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009874 [API:8081]10.0.0.27 - - [2026-05-14 03:17:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.025663 [API:8081]10.0.0.27 - - [2026-05-14 03:17:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.026586 [API:8081]10.0.0.27 - - [2026-05-14 03:17:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.025659 [API:8081]10.0.0.27 - - [2026-05-14 03:17:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.024436 [API:8081]10.0.0.27 - - [2026-05-14 03:17:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.035256 [API:8081]10.0.0.27 - - [2026-05-14 03:17:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.024321 [API:8081]10.0.0.27 - - [2026-05-14 03:17:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.026656 [API:8081]10.0.0.27 - - [2026-05-14 03:17:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.024290 [API:8081]10.0.0.27 - - [2026-05-14 03:17:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.024259 [API:8081]10.0.0.27 - - [2026-05-14 03:17:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.025693 [API:8081]10.0.0.22 - - [2026-05-14 03:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.22 - - [2026-05-14 03:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001279 [API:8081]10.0.0.22 - - [2026-05-14 03:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.22 - - [2026-05-14 03:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2026-05-14 03:17:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.028197 [API:8081]10.0.0.27 - - [2026-05-14 03:17:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.023901 [API:8081]10.0.0.23 - - [2026-05-14 03:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-05-14 03:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-05-14 03:17:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000518 [API:8081]10.0.0.23 - - [2026-05-14 03:17:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.27 - - [2026-05-14 03:17:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-05-14 03:17:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-05-14 03:17:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-05-14 03:17:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.27 - - [2026-05-14 03:17:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.029358 [API:8081]10.0.0.27 - - [2026-05-14 03:17:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.030898 [API:8081]10.0.0.27 - - [2026-05-14 03:17:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.023814 [API:8081]10.0.0.27 - - [2026-05-14 03:17:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13020 0.025831 [API:8081]10.0.0.27 - - [2026-05-14 03:17:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.023709 [API:8081]10.0.0.27 - - [2026-05-14 03:17:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 12606 0.024577 [API:8081]10.0.0.27 - - [2026-05-14 03:17:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-56852163:ctest-vnet0-07377518?flat HTTP/1.1" 200 7709 0.018423 [API:8081]10.0.0.27 - - [2026-05-14 03:17:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010835 [API:8081]10.0.0.22 - - [2026-05-14 03:19:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108106 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:23] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003764 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004995 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003152 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:23] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003517 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004128 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003233 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003240 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003067 [API:8081]10.0.0.22 - - [2026-05-14 03:20:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.077966 [API:8081]10.0.0.27 - - [2026-05-14 03:20:40] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-05-14 03:20:40] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.22 - - [2026-05-14 03:21:08] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2026-05-14 03:21:08] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2026-05-14 03:21:09] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-05-14 03:21:09] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.22 - - [2026-05-14 03:22:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.133243 [API:8081]10.0.0.27 - - [2026-05-14 03:22:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-05-14 03:22:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.068856 [API:8081]10.0.0.22 - - [2026-05-14 03:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.22 - - [2026-05-14 03:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2026-05-14 03:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-14 03:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.23 - - [2026-05-14 03:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-05-14 03:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2026-05-14 03:22:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2026-05-14 03:22:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-05-14 03:22:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-05-14 03:22:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-05-14 03:22:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2026-05-14 03:22:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.22 - - [2026-05-14 03:23:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.083018 [API:8081]10.0.0.27 - - [2026-05-14 03:23:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.078389 [API:8081]10.0.0.22 - - [2026-05-14 03:25:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.165053 [API:8081]10.0.0.27 - - [2026-05-14 03:25:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-05-14 03:25:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.080305 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:c015b589-1d45-4ccf-8747-2f7abc5ea0f4?flat HTTP/1.1" 200 5822 0.077620 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:c015b589-1d45-4ccf-8747-2f7abc5ea0f4?flat HTTP/1.1" 200 5822 0.070090 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:c015b589-1d45-4ccf-8747-2f7abc5ea0f4?flat HTTP/1.1" 200 5822 0.020419 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296-80959326?flat HTTP/1.1" 200 5023 0.025757 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.027700 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13220 0.025020 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024937 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13220 0.024086 [API:8081]10.0.0.27 - - [2026-05-14 03:26:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011434 [API:8081]10.0.0.22 - - [2026-05-14 03:26:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079792 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:f82e4c39-9f5a-4e9b-92ab-d2d803c1ef7c?flat HTTP/1.1" 200 5694 0.021748 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:f82e4c39-9f5a-4e9b-92ab-d2d803c1ef7c?flat HTTP/1.1" 200 5694 0.026825 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:f82e4c39-9f5a-4e9b-92ab-d2d803c1ef7c?flat HTTP/1.1" 200 5694 0.016184 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296:ctest-SecurityGroupBasicRegressionTests1Ipv6-65109296-80959326?flat HTTP/1.1" 200 10939 0.098538 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.026377 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13219 0.026708 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.025067 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13219 0.026192 [API:8081]10.0.0.27 - - [2026-05-14 03:26:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011483 [API:8081]10.0.0.22 - - [2026-05-14 03:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.22 - - [2026-05-14 03:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2026-05-14 03:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2026-05-14 03:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-05-14 03:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-05-14 03:27:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-05-14 03:27:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-05-14 03:27:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-05-14 03:27:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-05-14 03:27:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2026-05-14 03:27:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2026-05-14 03:27:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.22 - - [2026-05-14 03:28:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074752 [API:8081]10.0.0.22 - - [2026-05-14 03:29:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.099576 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004093 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.008155 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003430 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003621 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003536 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003247 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003027 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003011 [API:8081]10.0.0.27 - - [2026-05-14 03:29:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2026-05-14 03:29:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1926 0.074250 [API:8081]10.0.0.27 - - [2026-05-14 03:30:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:30a95601-2a21-4651-89db-9b4b464a32e4?flat HTTP/1.1" 200 5817 0.077879 [API:8081]10.0.0.27 - - [2026-05-14 03:30:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:30a95601-2a21-4651-89db-9b4b464a32e4?flat HTTP/1.1" 200 5817 0.088266 [API:8081]10.0.0.27 - - [2026-05-14 03:30:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:30a95601-2a21-4651-89db-9b4b464a32e4?flat HTTP/1.1" 200 5817 0.017186 [API:8081]10.0.0.27 - - [2026-05-14 03:30:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915-50953633?flat HTTP/1.1" 200 10452 0.021406 [API:8081]10.0.0.27 - - [2026-05-14 03:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024814 [API:8081]10.0.0.27 - - [2026-05-14 03:30:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13833 0.025112 [API:8081]10.0.0.27 - - [2026-05-14 03:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023320 [API:8081]10.0.0.27 - - [2026-05-14 03:30:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13833 0.029942 [API:8081]10.0.0.27 - - [2026-05-14 03:30:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011467 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:52c0b887-5864-4a82-ac8a-a30493b9b1ee?flat HTTP/1.1" 200 5672 0.018034 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:52c0b887-5864-4a82-ac8a-a30493b9b1ee?flat HTTP/1.1" 200 5672 0.017552 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:52c0b887-5864-4a82-ac8a-a30493b9b1ee?flat HTTP/1.1" 200 5672 0.020882 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915-50953633?flat HTTP/1.1" 200 10452 0.024904 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.031567 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13820 0.028544 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.024836 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13820 0.026338 [API:8081]10.0.0.27 - - [2026-05-14 03:30:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.012566 [API:8081]10.0.0.27 - - [2026-05-14 03:30:40] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-05-14 03:30:40] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.22 - - [2026-05-14 03:31:08] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2026-05-14 03:31:08] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.23 - - [2026-05-14 03:31:09] "GET /analytics HTTP/1.1" 401 205 0.000508 [API:8081]10.0.0.23 - - [2026-05-14 03:31:09] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.22 - - [2026-05-14 03:31:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073837 [API:8081]10.0.0.27 - - [2026-05-14 03:31:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.026835 [API:8081]10.0.0.27 - - [2026-05-14 03:31:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13825 0.033639 [API:8081]10.0.0.27 - - [2026-05-14 03:31:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023484 [API:8081]10.0.0.27 - - [2026-05-14 03:31:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13825 0.025431 [API:8081]10.0.0.27 - - [2026-05-14 03:31:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.029678 [API:8081]10.0.0.27 - - [2026-05-14 03:31:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13825 0.028699 [API:8081]10.0.0.27 - - [2026-05-14 03:31:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.029939 [API:8081]10.0.0.27 - - [2026-05-14 03:31:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13825 0.026430 [API:8081]10.0.0.27 - - [2026-05-14 03:32:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.026381 [API:8081]10.0.0.27 - - [2026-05-14 03:32:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13825 0.027545 [API:8081]10.0.0.27 - - [2026-05-14 03:32:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.027039 [API:8081]10.0.0.27 - - [2026-05-14 03:32:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13825 0.026083 [API:8081]10.0.0.27 - - [2026-05-14 03:32:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.023920 [API:8081]10.0.0.27 - - [2026-05-14 03:32:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13825 0.026966 [API:8081]10.0.0.27 - - [2026-05-14 03:32:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.026033 [API:8081]10.0.0.27 - - [2026-05-14 03:32:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13230 0.026673 [API:8081]10.0.0.27 - - [2026-05-14 03:32:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915-50953633?flat HTTP/1.1" 200 11642 0.021837 [API:8081]10.0.0.27 - - [2026-05-14 03:32:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009038 [API:8081]10.0.0.27 - - [2026-05-14 03:32:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024892 [API:8081]10.0.0.27 - - [2026-05-14 03:32:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.024849 [API:8081]10.0.0.27 - - [2026-05-14 03:32:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.025798 [API:8081]10.0.0.27 - - [2026-05-14 03:32:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.025326 [API:8081]10.0.0.27 - - [2026-05-14 03:32:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.026620 [API:8081]10.0.0.27 - - [2026-05-14 03:32:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.025798 [API:8081]10.0.0.27 - - [2026-05-14 03:32:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024657 [API:8081]10.0.0.27 - - [2026-05-14 03:32:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.030036 [API:8081]10.0.0.22 - - [2026-05-14 03:32:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078060 [API:8081]10.0.0.27 - - [2026-05-14 03:32:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.025125 [API:8081]10.0.0.27 - - [2026-05-14 03:32:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.030271 [API:8081]10.0.0.27 - - [2026-05-14 03:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023452 [API:8081]10.0.0.27 - - [2026-05-14 03:32:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.025042 [API:8081]10.0.0.22 - - [2026-05-14 03:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2026-05-14 03:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-14 03:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.22 - - [2026-05-14 03:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2026-05-14 03:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-05-14 03:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-05-14 03:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-05-14 03:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.27 - - [2026-05-14 03:32:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-05-14 03:32:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-05-14 03:32:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.027952 [API:8081]10.0.0.27 - - [2026-05-14 03:32:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.023281 [API:8081]10.0.0.27 - - [2026-05-14 03:32:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.27 - - [2026-05-14 03:32:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.27 - - [2026-05-14 03:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.031301 [API:8081]10.0.0.27 - - [2026-05-14 03:32:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.023831 [API:8081]10.0.0.27 - - [2026-05-14 03:32:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.029431 [API:8081]10.0.0.27 - - [2026-05-14 03:32:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13830 0.033513 [API:8081]10.0.0.27 - - [2026-05-14 03:32:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.026465 [API:8081]10.0.0.27 - - [2026-05-14 03:32:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13231 0.026653 [API:8081]10.0.0.27 - - [2026-05-14 03:32:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915:ctest-SecurityGroupBasicRegressionTests1_contrail-57840915-50953633?flat HTTP/1.1" 200 8430 0.014894 [API:8081]10.0.0.27 - - [2026-05-14 03:32:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011507 [API:8081]10.0.0.27 - - [2026-05-14 03:32:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-05-14 03:32:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1890 0.076649 [API:8081]10.0.0.27 - - [2026-05-14 03:33:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:9726abab-fb55-426f-8ce9-31abf95c1173?flat HTTP/1.1" 200 5684 0.077955 [API:8081]10.0.0.27 - - [2026-05-14 03:33:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:9726abab-fb55-426f-8ce9-31abf95c1173?flat HTTP/1.1" 200 5684 0.088985 [API:8081]10.0.0.27 - - [2026-05-14 03:33:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:9726abab-fb55-426f-8ce9-31abf95c1173?flat HTTP/1.1" 200 5684 0.021975 [API:8081]10.0.0.27 - - [2026-05-14 03:33:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:ctest-SecurityGroupBasicRegressionTests1-09081252-54853219?flat HTTP/1.1" 200 9934 0.036086 [API:8081]10.0.0.27 - - [2026-05-14 03:33:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.076597 [API:8081]10.0.0.27 - - [2026-05-14 03:33:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13781 0.042277 [API:8081]10.0.0.27 - - [2026-05-14 03:33:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.040567 [API:8081]10.0.0.27 - - [2026-05-14 03:33:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13781 0.054572 [API:8081]10.0.0.27 - - [2026-05-14 03:33:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.022043 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:705cda9b-871d-4c79-a8dd-552fb1de844b?flat HTTP/1.1" 200 5540 0.019127 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:705cda9b-871d-4c79-a8dd-552fb1de844b?flat HTTP/1.1" 200 5540 0.017425 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:705cda9b-871d-4c79-a8dd-552fb1de844b?flat HTTP/1.1" 200 5540 0.015731 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-09081252:ctest-SecurityGroupBasicRegressionTests1-09081252-54853219?flat HTTP/1.1" 200 9934 0.021513 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022940 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13748 0.026265 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025410 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 13748 0.024086 [API:8081]10.0.0.27 - - [2026-05-14 03:34:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010203 [API:8081]10.0.0.22 - - [2026-05-14 03:34:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077481 [API:8081]10.0.0.22 - - [2026-05-14 03:35:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.089093 [API:8081]10.0.0.27 - - [2026-05-14 03:37:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2026-05-14 03:37:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.081287 [API:8081]10.0.0.27 - - [2026-05-14 03:37:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.083072 [API:8081]10.0.0.27 - - [2026-05-14 03:37:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.068380 [API:8081]10.0.0.22 - - [2026-05-14 03:37:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094341 [API:8081]10.0.0.27 - - [2026-05-14 03:37:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.010835 [API:8081]10.0.0.27 - - [2026-05-14 03:37:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.012346 [API:8081]10.0.0.22 - - [2026-05-14 03:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.22 - - [2026-05-14 03:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.22 - - [2026-05-14 03:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.27 - - [2026-05-14 03:37:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.010533 [API:8081]10.0.0.22 - - [2026-05-14 03:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-05-14 03:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-05-14 03:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.23 - - [2026-05-14 03:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2026-05-14 03:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-05-14 03:37:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2966 0.010913 [API:8081]10.0.0.27 - - [2026-05-14 03:37:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2026-05-14 03:37:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2026-05-14 03:37:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3192 0.010882 [API:8081]10.0.0.27 - - [2026-05-14 03:37:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.27 - - [2026-05-14 03:37:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.27 - - [2026-05-14 03:37:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.27 - - [2026-05-14 03:37:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.069078 [API:8081]10.0.0.27 - - [2026-05-14 03:37:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.068076 [API:8081]10.0.0.27 - - [2026-05-14 03:37:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2536 0.075756 [API:8081]10.0.0.27 - - [2026-05-14 03:38:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2102 0.009735 [API:8081]10.0.0.27 - - [2026-05-14 03:38:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2314 0.011762 [API:8081]10.0.0.27 - - [2026-05-14 03:38:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.011183 [API:8081]10.0.0.27 - - [2026-05-14 03:38:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-05-14 03:38:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.074472 [API:8081]10.0.0.27 - - [2026-05-14 03:38:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.238666 [API:8081]10.0.0.22 - - [2026-05-14 03:38:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.115060 [API:8081]10.0.0.27 - - [2026-05-14 03:38:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.009824 [API:8081]10.0.0.27 - - [2026-05-14 03:38:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.015048 [API:8081]10.0.0.27 - - [2026-05-14 03:38:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.082843 [API:8081]10.0.0.27 - - [2026-05-14 03:38:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.011299 [API:8081]10.0.0.27 - - [2026-05-14 03:38:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.010870 [API:8081]10.0.0.27 - - [2026-05-14 03:38:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2958 0.012482 [API:8081]10.0.0.27 - - [2026-05-14 03:39:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-05-14 03:39:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.093324 [API:8081]10.0.0.27 - - [2026-05-14 03:39:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.085676 [API:8081]10.0.0.27 - - [2026-05-14 03:39:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2540 0.084043 [API:8081]10.0.0.27 - - [2026-05-14 03:39:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2772 0.010860 [API:8081]10.0.0.27 - - [2026-05-14 03:39:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3006 0.011631 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003406 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003522 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003065 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003139 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003625 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003445 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003026 [API:8081]10.0.0.22 - - [2026-05-14 03:40:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072691 [API:8081]10.0.0.27 - - [2026-05-14 03:40:40] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2026-05-14 03:40:40] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.22 - - [2026-05-14 03:41:08] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.22 - - [2026-05-14 03:41:08] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.23 - - [2026-05-14 03:41:09] "GET /analytics HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.23 - - [2026-05-14 03:41:09] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2026-05-14 03:41:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075186 [API:8081]10.0.0.22 - - [2026-05-14 03:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.22 - - [2026-05-14 03:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2026-05-14 03:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2026-05-14 03:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2026-05-14 03:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.23 - - [2026-05-14 03:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-05-14 03:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-05-14 03:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2026-05-14 03:42:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-05-14 03:42:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.27 - - [2026-05-14 03:42:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-05-14 03:42:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2026-05-14 03:43:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075628 [API:8081]10.0.0.22 - - [2026-05-14 03:44:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.075408 [API:8081]10.0.0.27 - - [2026-05-14 03:45:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.27 - - [2026-05-14 03:45:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.071784 [API:8081]10.0.0.27 - - [2026-05-14 03:45:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.078355 [API:8081]10.0.0.22 - - [2026-05-14 03:46:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066622 [API:8081]10.0.0.22 - - [2026-05-14 03:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.22 - - [2026-05-14 03:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2026-05-14 03:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2026-05-14 03:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-05-14 03:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-05-14 03:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-05-14 03:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-05-14 03:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-05-14 03:47:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2026-05-14 03:47:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-05-14 03:47:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.27 - - [2026-05-14 03:47:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.22 - - [2026-05-14 03:47:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072356 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003540 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003686 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003334 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003389 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005446 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004388 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004214 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004124 [API:8081]10.0.0.22 - - [2026-05-14 03:49:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080238 [API:8081]10.0.0.22 - - [2026-05-14 03:50:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.120356 [API:8081]10.0.0.27 - - [2026-05-14 03:50:40] "GET /analytics HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.27 - - [2026-05-14 03:50:40] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.27 - - [2026-05-14 03:50:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-05-14 03:50:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.098624 [API:8081]10.0.0.22 - - [2026-05-14 03:51:08] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.22 - - [2026-05-14 03:51:08] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.23 - - [2026-05-14 03:51:09] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-05-14 03:51:09] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.27 - - [2026-05-14 03:51:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-05-14 03:51:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2318 0.117320 [API:8081]10.0.0.22 - - [2026-05-14 03:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2026-05-14 03:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.22 - - [2026-05-14 03:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.22 - - [2026-05-14 03:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-05-14 03:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-05-14 03:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-05-14 03:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-05-14 03:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2026-05-14 03:52:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.27 - - [2026-05-14 03:52:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-05-14 03:52:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-05-14 03:52:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2026-05-14 03:52:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078702 [API:8081]10.0.0.22 - - [2026-05-14 03:53:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082230 [API:8081]10.0.0.22 - - [2026-05-14 03:55:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085261 [API:8081]10.0.0.22 - - [2026-05-14 03:56:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.085461 [API:8081]10.0.0.22 - - [2026-05-14 03:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.22 - - [2026-05-14 03:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2026-05-14 03:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.22 - - [2026-05-14 03:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-05-14 03:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-05-14 03:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-05-14 03:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.23 - - [2026-05-14 03:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-05-14 03:57:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.27 - - [2026-05-14 03:57:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.27 - - [2026-05-14 03:57:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.27 - - [2026-05-14 03:57:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-05-14 03:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-05-14 03:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.067029 [API:8081]10.0.0.22 - - [2026-05-14 03:58:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078284 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004820 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003739 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003240 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002988 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003876 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003567 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002977 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 03:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002823 [API:8081]10.0.0.22 - - [2026-05-14 03:59:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.082552 [API:8081]10.0.0.27 - - [2026-05-14 04:00:40] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2026-05-14 04:00:40] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.22 - - [2026-05-14 04:01:08] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2026-05-14 04:01:08] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-05-14 04:01:09] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-05-14 04:01:09] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.22 - - [2026-05-14 04:01:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.103096 [API:8081]10.0.0.22 - - [2026-05-14 04:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2026-05-14 04:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2026-05-14 04:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.22 - - [2026-05-14 04:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2026-05-14 04:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2026-05-14 04:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-05-14 04:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-05-14 04:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-05-14 04:02:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2026-05-14 04:02:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-05-14 04:02:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2026-05-14 04:02:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.22 - - [2026-05-14 04:02:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.112074 [API:8081]10.0.0.27 - - [2026-05-14 04:03:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-91428574:6e99ebeb-8e2e-423d-bb29-d7a5de6df81c?flat HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-91428574:6e99ebeb-8e2e-423d-bb29-d7a5de6df81c?flat HTTP/1.1" 200 5111 0.080966 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-91428574:6e99ebeb-8e2e-423d-bb29-d7a5de6df81c?flat HTTP/1.1" 200 5111 0.091560 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-91428574:6e99ebeb-8e2e-423d-bb29-d7a5de6df81c?flat HTTP/1.1" 200 5111 0.080273 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-91428574:ctest-random-22635126?flat HTTP/1.1" 200 7600 0.024574 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.028334 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14136 0.025754 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.031423 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14136 0.030514 [API:8081]10.0.0.27 - - [2026-05-14 04:03:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012552 [API:8081]10.0.0.27 - - [2026-05-14 04:03:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.010674 [API:8081]10.0.0.27 - - [2026-05-14 04:03:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.024678 [API:8081]10.0.0.27 - - [2026-05-14 04:03:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14136 0.027682 [API:8081]10.0.0.27 - - [2026-05-14 04:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.024827 [API:8081]10.0.0.27 - - [2026-05-14 04:03:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14136 0.028803 [API:8081]10.0.0.27 - - [2026-05-14 04:03:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.029975 [API:8081]10.0.0.27 - - [2026-05-14 04:03:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14136 0.025068 [API:8081]10.0.0.27 - - [2026-05-14 04:03:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.026080 [API:8081]10.0.0.27 - - [2026-05-14 04:03:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14136 0.028773 [API:8081]10.0.0.27 - - [2026-05-14 04:03:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.028209 [API:8081]10.0.0.27 - - [2026-05-14 04:03:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14136 0.026101 [API:8081]10.0.0.27 - - [2026-05-14 04:03:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.050036 [API:8081]10.0.0.27 - - [2026-05-14 04:03:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13776 0.041587 [API:8081]10.0.0.27 - - [2026-05-14 04:03:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-91428574:ctest-random-22635126?flat HTTP/1.1" 200 8124 0.023637 [API:8081]10.0.0.27 - - [2026-05-14 04:03:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012630 [API:8081]10.0.0.22 - - [2026-05-14 04:04:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080702 [API:8081]10.0.0.22 - - [2026-05-14 04:05:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.096550 [API:8081]10.0.0.27 - - [2026-05-14 04:07:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.27 - - [2026-05-14 04:07:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.121545 [API:8081]10.0.0.22 - - [2026-05-14 04:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.22 - - [2026-05-14 04:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.22 - - [2026-05-14 04:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.22 - - [2026-05-14 04:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.23 - - [2026-05-14 04:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-05-14 04:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-05-14 04:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-05-14 04:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.27 - - [2026-05-14 04:07:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2026-05-14 04:07:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.27 - - [2026-05-14 04:07:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000408 [API:8081]10.0.0.27 - - [2026-05-14 04:07:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000481 [API:8081]10.0.0.22 - - [2026-05-14 04:07:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074734 [API:8081]10.0.0.22 - - [2026-05-14 04:08:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.078072 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006279 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.006878 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005216 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006139 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006850 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004916 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005475 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004863 [API:8081]10.0.0.27 - - [2026-05-14 04:10:40] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2026-05-14 04:10:40] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.22 - - [2026-05-14 04:10:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.538430 [API:8081]10.0.0.27 - - [2026-05-14 04:11:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.27 - - [2026-05-14 04:11:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2298 0.081072 [API:8081]10.0.0.22 - - [2026-05-14 04:11:08] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2026-05-14 04:11:08] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.23 - - [2026-05-14 04:11:09] "GET /analytics HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2026-05-14 04:11:09] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2026-05-14 04:12:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.089039 [API:8081]10.0.0.22 - - [2026-05-14 04:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2026-05-14 04:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.22 - - [2026-05-14 04:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2026-05-14 04:12:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-05-14 04:12:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-05-14 04:12:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-05-14 04:12:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2026-05-14 04:12:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-05-14 04:12:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-05-14 04:12:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-05-14 04:12:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.27 - - [2026-05-14 04:12:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.27 - - [2026-05-14 04:13:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000932 [API:8081]10.0.0.27 - - [2026-05-14 04:13:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.084551 [API:8081]10.0.0.22 - - [2026-05-14 04:14:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086837 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:19] "POST /analytics/query HTTP/1.1" 202 179 0.017464 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:19] "GET /analytics/query/611399b7-4f4b-11f1-9aae-00000a00001b HTTP/1.1" 200 221 0.005422 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:20] "GET /analytics/query/611399b7-4f4b-11f1-9aae-00000a00001b HTTP/1.1" 200 221 0.002321 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:20] "GET /analytics/query/611399b7-4f4b-11f1-9aae-00000a00001b HTTP/1.1" 200 338 0.002554 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:20] "GET /analytics/query/611399b7-4f4b-11f1-9aae-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.002975 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:21] "POST /analytics/query HTTP/1.1" 202 179 0.016742 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:21] "GET /analytics/query/622d1b8e-4f4b-11f1-99f2-00000a00001b HTTP/1.1" 200 221 0.003054 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:21] "GET /analytics/query/622d1b8e-4f4b-11f1-99f2-00000a00001b HTTP/1.1" 200 221 0.003013 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:22] "GET /analytics/query/622d1b8e-4f4b-11f1-99f2-00000a00001b HTTP/1.1" 200 338 0.002938 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:22] "GET /analytics/query/622d1b8e-4f4b-11f1-99f2-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.004306 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:23] "POST /analytics/query HTTP/1.1" 202 179 0.006064 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:23] "GET /analytics/query/63411443-4f4b-11f1-8b7f-00000a00001b HTTP/1.1" 200 221 0.002487 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:23] "GET /analytics/query/63411443-4f4b-11f1-8b7f-00000a00001b HTTP/1.1" 200 339 0.003203 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:23] "GET /analytics/query/63411443-4f4b-11f1-8b7f-00000a00001b/chunk-final/0 HTTP/1.1" 200 18314 0.003492 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:24] "POST /analytics/query HTTP/1.1" 202 179 0.027243 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:24] "GET /analytics/query/640625cd-4f4b-11f1-bf49-00000a00001b HTTP/1.1" 200 221 0.006400 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:24] "GET /analytics/query/640625cd-4f4b-11f1-bf49-00000a00001b HTTP/1.1" 200 339 0.002284 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:24] "GET /analytics/query/640625cd-4f4b-11f1-bf49-00000a00001b/chunk-final/0 HTTP/1.1" 200 18314 0.003010 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:25] "POST /analytics/query HTTP/1.1" 202 179 0.006313 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:25] "GET /analytics/query/64c95f77-4f4b-11f1-92eb-00000a00001b HTTP/1.1" 200 221 0.002024 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:26] "GET /analytics/query/64c95f77-4f4b-11f1-92eb-00000a00001b HTTP/1.1" 200 339 0.002755 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:26] "GET /analytics/query/64c95f77-4f4b-11f1-92eb-00000a00001b/chunk-final/0 HTTP/1.1" 200 6987 0.003927 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.006392 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:30] "POST /analytics/query HTTP/1.1" 202 179 0.009508 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:30] "GET /analytics/query/67b26122-4f4b-11f1-922a-00000a00001b HTTP/1.1" 200 221 0.016046 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:31] "GET /analytics/query/67b26122-4f4b-11f1-922a-00000a00001b HTTP/1.1" 200 340 0.002709 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:31] "GET /analytics/query/67b26122-4f4b-11f1-922a-00000a00001b/chunk-final/0 HTTP/1.1" 200 343143 0.015017 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.005472 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004509 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:32] "POST /analytics/query HTTP/1.1" 202 179 0.020339 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:32] "GET /analytics/query/68f3e2ec-4f4b-11f1-ae23-00000a00001b HTTP/1.1" 200 221 0.006044 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "GET /analytics/query/68f3e2ec-4f4b-11f1-ae23-00000a00001b HTTP/1.1" 200 338 0.002517 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "GET /analytics/query/68f3e2ec-4f4b-11f1-ae23-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002351 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "POST /analytics/query HTTP/1.1" 202 179 0.017082 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "GET /analytics/query/69492076-4f4b-11f1-827e-00000a00001b HTTP/1.1" 200 221 0.002915 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "GET /analytics/query/69492076-4f4b-11f1-827e-00000a00001b HTTP/1.1" 200 338 0.002896 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "GET /analytics/query/69492076-4f4b-11f1-827e-00000a00001b/chunk-final/0 HTTP/1.1" 200 11274 0.003135 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "POST /analytics/query HTTP/1.1" 202 179 0.007370 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:33] "GET /analytics/query/699c324c-4f4b-11f1-aac8-00000a00001b HTTP/1.1" 200 221 0.008902 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "GET /analytics/query/699c324c-4f4b-11f1-aac8-00000a00001b HTTP/1.1" 200 338 0.003213 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "GET /analytics/query/699c324c-4f4b-11f1-aac8-00000a00001b/chunk-final/0 HTTP/1.1" 200 7876 0.010869 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "POST /analytics/query HTTP/1.1" 202 179 0.032739 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "GET /analytics/query/69effe96-4f4b-11f1-ae6d-00000a00001b HTTP/1.1" 200 221 0.004791 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "GET /analytics/query/69effe96-4f4b-11f1-ae6d-00000a00001b HTTP/1.1" 200 338 0.004237 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "GET /analytics/query/69effe96-4f4b-11f1-ae6d-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.004411 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "POST /analytics/query HTTP/1.1" 202 179 0.018754 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:34] "GET /analytics/query/6a47e92f-4f4b-11f1-941d-00000a00001b HTTP/1.1" 200 221 0.004285 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:35] "GET /analytics/query/6a47e92f-4f4b-11f1-941d-00000a00001b HTTP/1.1" 200 338 0.002700 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:35] "GET /analytics/query/6a47e92f-4f4b-11f1-941d-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.002817 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:35] "POST /analytics/query HTTP/1.1" 202 179 0.007380 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:35] "GET /analytics/query/6a9c556a-4f4b-11f1-a8d0-00000a00001b HTTP/1.1" 200 221 0.002669 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "GET /analytics/query/6a9c556a-4f4b-11f1-a8d0-00000a00001b HTTP/1.1" 200 338 0.002565 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "GET /analytics/query/6a9c556a-4f4b-11f1-a8d0-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.001991 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "POST /analytics/query HTTP/1.1" 202 179 0.009140 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "GET /analytics/query/6aeda1d7-4f4b-11f1-96b2-00000a00001b HTTP/1.1" 200 221 0.004194 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "GET /analytics/query/6aeda1d7-4f4b-11f1-96b2-00000a00001b HTTP/1.1" 200 338 0.003220 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "GET /analytics/query/6aeda1d7-4f4b-11f1-96b2-00000a00001b/chunk-final/0 HTTP/1.1" 200 7876 0.002923 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "POST /analytics/query HTTP/1.1" 202 179 0.006942 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:36] "GET /analytics/query/6b4031fa-4f4b-11f1-93da-00000a00001b HTTP/1.1" 200 221 0.002839 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "GET /analytics/query/6b4031fa-4f4b-11f1-93da-00000a00001b HTTP/1.1" 200 338 0.002593 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "GET /analytics/query/6b4031fa-4f4b-11f1-93da-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002405 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "POST /analytics/query HTTP/1.1" 202 179 0.007634 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "GET /analytics/query/6b931a6f-4f4b-11f1-8d4c-00000a00001b HTTP/1.1" 200 221 0.008379 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "GET /analytics/query/6b931a6f-4f4b-11f1-8d4c-00000a00001b HTTP/1.1" 200 338 0.005141 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "GET /analytics/query/6b931a6f-4f4b-11f1-8d4c-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002898 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "POST /analytics/query HTTP/1.1" 202 179 0.016734 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:37] "GET /analytics/query/6be65b1f-4f4b-11f1-85cb-00000a00001b HTTP/1.1" 200 221 0.002146 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "GET /analytics/query/6be65b1f-4f4b-11f1-85cb-00000a00001b HTTP/1.1" 200 338 0.008029 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "GET /analytics/query/6be65b1f-4f4b-11f1-85cb-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.003111 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "POST /analytics/query HTTP/1.1" 202 179 0.007231 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "GET /analytics/query/6c3a8d1b-4f4b-11f1-92e5-00000a00001b HTTP/1.1" 200 221 0.015223 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "GET /analytics/query/6c3a8d1b-4f4b-11f1-92e5-00000a00001b HTTP/1.1" 200 338 0.002649 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "GET /analytics/query/6c3a8d1b-4f4b-11f1-92e5-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002364 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "POST /analytics/query HTTP/1.1" 202 179 0.007722 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:38] "GET /analytics/query/6c8eba36-4f4b-11f1-a8ff-00000a00001b HTTP/1.1" 200 221 0.002508 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:39] "GET /analytics/query/6c8eba36-4f4b-11f1-a8ff-00000a00001b HTTP/1.1" 200 338 0.002737 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:39] "GET /analytics/query/6c8eba36-4f4b-11f1-a8ff-00000a00001b/chunk-final/0 HTTP/1.1" 200 4013 0.002591 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004652 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.004916 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:40] "POST /analytics/query HTTP/1.1" 202 179 0.016399 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:40] "GET /analytics/query/6dd0c2c2-4f4b-11f1-90b3-00000a00001b HTTP/1.1" 200 221 0.002801 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:41] "GET /analytics/query/6dd0c2c2-4f4b-11f1-90b3-00000a00001b HTTP/1.1" 200 340 0.002618 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:41] "GET /analytics/query/6dd0c2c2-4f4b-11f1-90b3-00000a00001b/chunk-final/0 HTTP/1.1" 200 1505164 0.018500 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:41] "POST /analytics/query HTTP/1.1" 202 179 0.019819 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:41] "GET /analytics/query/6e2f2219-4f4b-11f1-a7ae-00000a00001b HTTP/1.1" 200 221 0.009742 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:42] "GET /analytics/query/6e2f2219-4f4b-11f1-a7ae-00000a00001b HTTP/1.1" 200 340 0.003182 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:42] "GET /analytics/query/6e2f2219-4f4b-11f1-a7ae-00000a00001b/chunk-final/0 HTTP/1.1" 200 1506554 0.021969 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.008969 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.010430 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.010199 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.007834 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.015311 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:46] "POST /analytics/query HTTP/1.1" 202 179 0.011539 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:46] "GET /analytics/query/71360d3d-4f4b-11f1-9071-00000a00001b HTTP/1.1" 200 221 0.007168 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:47] "GET /analytics/query/71360d3d-4f4b-11f1-9071-00000a00001b HTTP/1.1" 200 339 0.002704 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:47] "GET /analytics/query/71360d3d-4f4b-11f1-9071-00000a00001b/chunk-final/0 HTTP/1.1" 200 43916 0.005226 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004093 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:47] "POST /analytics/query HTTP/1.1" 202 179 0.005461 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:47] "GET /analytics/query/71fe706c-4f4b-11f1-b893-00000a00001b HTTP/1.1" 200 221 0.003790 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:48] "GET /analytics/query/71fe706c-4f4b-11f1-b893-00000a00001b HTTP/1.1" 200 341 0.002299 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:48] "GET /analytics/query/71fe706c-4f4b-11f1-b893-00000a00001b/chunk-final/0 HTTP/1.1" 200 1115883 0.038615 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004397 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.005307 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.004911 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:54] "POST /analytics/query HTTP/1.1" 200 145 1.013082 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.004598 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:56] "POST /analytics/query HTTP/1.1" 200 2309 1.014316 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004355 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:58] "POST /analytics/query HTTP/1.1" 200 708 1.024514 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:14:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.007258 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:00] "POST /analytics/query HTTP/1.1" 200 2900 1.014726 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.005272 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:01] "POST /analytics/query HTTP/1.1" 200 258 1.014827 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.005363 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:03] "POST /analytics/query HTTP/1.1" 200 1333 1.029809 [API:8081]10.0.0.22 - - [2026-05-14 04:15:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.094440 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.007215 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:05] "POST /analytics/query HTTP/1.1" 200 2900 1.016490 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.005141 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:07] "POST /analytics/query HTTP/1.1" 200 825 1.016342 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.005337 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:09] "POST /analytics/query HTTP/1.1" 200 141469 1.026312 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.005719 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:11] "POST /analytics/query HTTP/1.1" 200 619 1.016771 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004633 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:12] "POST /analytics/query HTTP/1.1" 200 310 1.013907 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.005709 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:14] "POST /analytics/query HTTP/1.1" 200 596 1.013551 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004541 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:16] "POST /analytics/query HTTP/1.1" 200 1975 1.016799 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.004946 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:18] "POST /analytics/query HTTP/1.1" 200 596 1.013665 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.005399 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:20] "POST /analytics/query HTTP/1.1" 200 316 1.019580 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:15:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.005438 [API:8081]10.0.0.27 - - [2026-05-14 04:15:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.27 - - [2026-05-14 04:15:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2368 0.083743 [API:8081]10.0.0.27 - - [2026-05-14 04:16:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.142741 [API:8081]10.0.0.27 - - [2026-05-14 04:16:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.127166 [API:8081]10.0.0.27 - - [2026-05-14 04:16:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.012792 [API:8081]10.0.0.22 - - [2026-05-14 04:17:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080696 [API:8081]10.0.0.27 - - [2026-05-14 04:17:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.012197 [API:8081]10.0.0.27 - - [2026-05-14 04:17:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.017123 [API:8081]10.0.0.27 - - [2026-05-14 04:17:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.014385 [API:8081]10.0.0.27 - - [2026-05-14 04:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.011661 [API:8081]10.0.0.27 - - [2026-05-14 04:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.013494 [API:8081]10.0.0.27 - - [2026-05-14 04:17:29] "POST /analytics/query HTTP/1.1" 200 222 1.020399 [API:8081]10.0.0.27 - - [2026-05-14 04:17:30] "POST /analytics/query HTTP/1.1" 200 222 1.022594 [API:8081]10.0.0.22 - - [2026-05-14 04:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.22 - - [2026-05-14 04:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.22 - - [2026-05-14 04:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.22 - - [2026-05-14 04:17:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2026-05-14 04:17:31] "POST /analytics/query HTTP/1.1" 200 353 1.028530 [API:8081]10.0.0.23 - - [2026-05-14 04:17:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.23 - - [2026-05-14 04:17:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.23 - - [2026-05-14 04:17:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000475 [API:8081]10.0.0.23 - - [2026-05-14 04:17:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.27 - - [2026-05-14 04:17:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-05-14 04:17:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.27 - - [2026-05-14 04:17:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.27 - - [2026-05-14 04:17:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.22 - - [2026-05-14 04:18:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.088406 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006114 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004731 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003648 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003567 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005557 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004038 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005336 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:19:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003757 [API:8081]10.0.0.22 - - [2026-05-14 04:20:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080831 [API:8081]10.0.0.27 - - [2026-05-14 04:20:40] "GET /analytics HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.27 - - [2026-05-14 04:20:40] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.27 - - [2026-05-14 04:20:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25599 0.086922 [API:8081]10.0.0.27 - - [2026-05-14 04:20:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14837 0.033952 [API:8081]10.0.0.22 - - [2026-05-14 04:21:08] "GET /analytics HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.22 - - [2026-05-14 04:21:08] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-05-14 04:21:09] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-05-14 04:21:09] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.22 - - [2026-05-14 04:21:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.432890 [API:8081]10.0.0.22 - - [2026-05-14 04:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2026-05-14 04:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2026-05-14 04:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2026-05-14 04:22:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-05-14 04:22:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.23 - - [2026-05-14 04:22:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2026-05-14 04:22:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2026-05-14 04:22:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-05-14 04:22:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-05-14 04:22:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.27 - - [2026-05-14 04:22:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.27 - - [2026-05-14 04:22:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.22 - - [2026-05-14 04:23:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095452 [API:8081]10.0.0.22 - - [2026-05-14 04:24:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.091597 [API:8081]10.0.0.22 - - [2026-05-14 04:26:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100549 [API:8081]10.0.0.22 - - [2026-05-14 04:27:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.099955 [API:8081]10.0.0.22 - - [2026-05-14 04:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.22 - - [2026-05-14 04:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2026-05-14 04:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2026-05-14 04:27:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.23 - - [2026-05-14 04:27:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.23 - - [2026-05-14 04:27:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-05-14 04:27:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.23 - - [2026-05-14 04:27:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2026-05-14 04:27:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2026-05-14 04:27:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.27 - - [2026-05-14 04:27:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-05-14 04:27:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2026-05-14 04:29:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091192 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004378 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003416 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005276 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003688 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005182 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004654 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004405 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:29:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.011455 [API:8081]10.0.0.22 - - [2026-05-14 04:30:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.086154 [API:8081]10.0.0.27 - - [2026-05-14 04:30:40] "GET /analytics HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.27 - - [2026-05-14 04:30:40] "GET /analytics HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.22 - - [2026-05-14 04:31:08] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.22 - - [2026-05-14 04:31:08] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-05-14 04:31:09] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-05-14 04:31:09] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.22 - - [2026-05-14 04:32:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081539 [API:8081]10.0.0.22 - - [2026-05-14 04:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2026-05-14 04:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2026-05-14 04:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.22 - - [2026-05-14 04:32:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.23 - - [2026-05-14 04:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-05-14 04:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-05-14 04:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000494 [API:8081]10.0.0.23 - - [2026-05-14 04:32:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.27 - - [2026-05-14 04:32:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2026-05-14 04:32:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.27 - - [2026-05-14 04:32:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-05-14 04:32:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2026-05-14 04:33:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.091012 [API:8081]10.0.0.27 - - [2026-05-14 04:34:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-05-14 04:34:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.080093 [API:8081]10.0.0.27 - - [2026-05-14 04:34:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:be7a9134-4077-4742-943e-753ec1c0121f?flat HTTP/1.1" 200 5203 0.128899 [API:8081]10.0.0.27 - - [2026-05-14 04:34:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:be7a9134-4077-4742-943e-753ec1c0121f?flat HTTP/1.1" 200 5203 0.090532 [API:8081]10.0.0.27 - - [2026-05-14 04:34:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:be7a9134-4077-4742-943e-753ec1c0121f?flat HTTP/1.1" 200 5203 0.018529 [API:8081]10.0.0.27 - - [2026-05-14 04:34:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-96967803:EVPN-VN1?flat HTTP/1.1" 200 7824 0.027587 [API:8081]10.0.0.27 - - [2026-05-14 04:34:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25608 0.036897 [API:8081]10.0.0.27 - - [2026-05-14 04:34:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14152 0.038323 [API:8081]10.0.0.27 - - [2026-05-14 04:34:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25608 0.038398 [API:8081]10.0.0.27 - - [2026-05-14 04:34:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 14152 0.045488 [API:8081]10.0.0.27 - - [2026-05-14 04:34:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011435 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:70408f69-4b1d-457c-a7f4-544294760b40?flat HTTP/1.1" 200 5063 0.020878 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:70408f69-4b1d-457c-a7f4-544294760b40?flat HTTP/1.1" 200 5063 0.023169 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:70408f69-4b1d-457c-a7f4-544294760b40?flat HTTP/1.1" 200 5063 0.021175 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-96967803:EVPN-VN1?flat HTTP/1.1" 200 7824 0.024574 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.027833 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 14125 0.027520 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.027532 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 14125 0.026482 [API:8081]10.0.0.27 - - [2026-05-14 04:34:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011966 [API:8081]10.0.0.22 - - [2026-05-14 04:35:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084826 [API:8081]10.0.0.22 - - [2026-05-14 04:36:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.081552 [API:8081]10.0.0.27 - - [2026-05-14 04:37:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:be7a9134-4077-4742-943e-753ec1c0121f?flat HTTP/1.1" 200 5310 0.021403 [API:8081]10.0.0.27 - - [2026-05-14 04:37:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:be7a9134-4077-4742-943e-753ec1c0121f?flat HTTP/1.1" 200 5310 0.022772 [API:8081]10.0.0.27 - - [2026-05-14 04:37:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:be7a9134-4077-4742-943e-753ec1c0121f?flat HTTP/1.1" 200 5310 0.016129 [API:8081]10.0.0.27 - - [2026-05-14 04:37:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-96967803:EVPN-VN1?flat HTTP/1.1" 200 8294 0.019540 [API:8081]10.0.0.27 - - [2026-05-14 04:37:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23291 0.027918 [API:8081]10.0.0.27 - - [2026-05-14 04:37:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23291 0.034441 [API:8081]10.0.0.27 - - [2026-05-14 04:37:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012078 [API:8081]10.0.0.27 - - [2026-05-14 04:37:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:70408f69-4b1d-457c-a7f4-544294760b40?flat HTTP/1.1" 200 5306 0.016070 [API:8081]10.0.0.27 - - [2026-05-14 04:37:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:70408f69-4b1d-457c-a7f4-544294760b40?flat HTTP/1.1" 200 5306 0.017572 [API:8081]10.0.0.27 - - [2026-05-14 04:37:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-96967803:70408f69-4b1d-457c-a7f4-544294760b40?flat HTTP/1.1" 200 5306 0.016380 [API:8081]10.0.0.27 - - [2026-05-14 04:37:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-96967803:EVPN-VN1?flat HTTP/1.1" 200 9462 0.021745 [API:8081]10.0.0.27 - - [2026-05-14 04:37:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23895 0.028298 [API:8081]10.0.0.27 - - [2026-05-14 04:37:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23895 0.025710 [API:8081]10.0.0.27 - - [2026-05-14 04:37:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.016876 [API:8081]10.0.0.22 - - [2026-05-14 04:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.22 - - [2026-05-14 04:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.22 - - [2026-05-14 04:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.22 - - [2026-05-14 04:37:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2026-05-14 04:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2026-05-14 04:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-05-14 04:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-05-14 04:37:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-05-14 04:37:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-05-14 04:37:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.27 - - [2026-05-14 04:37:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-05-14 04:37:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.22 - - [2026-05-14 04:38:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072329 [API:8081]10.0.0.27 - - [2026-05-14 04:38:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33125 0.036289 [API:8081]10.0.0.27 - - [2026-05-14 04:38:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-96967803:EVPN-VN1?flat HTTP/1.1" 200 8524 0.022669 [API:8081]10.0.0.27 - - [2026-05-14 04:38:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011401 [API:8081]10.0.0.27 - - [2026-05-14 04:38:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32519 0.034921 [API:8081]10.0.0.27 - - [2026-05-14 04:38:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-96967803:EVPN-VN1?flat HTTP/1.1" 200 5993 0.016381 [API:8081]10.0.0.27 - - [2026-05-14 04:38:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011892 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003504 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003709 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004076 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004292 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.012495 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008344 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004407 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:39:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004890 [API:8081]10.0.0.22 - - [2026-05-14 04:39:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.096416 [API:8081]10.0.0.27 - - [2026-05-14 04:40:40] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-05-14 04:40:40] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.22 - - [2026-05-14 04:41:08] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2026-05-14 04:41:08] "GET /analytics HTTP/1.1" 401 205 0.000710 [API:8081]10.0.0.23 - - [2026-05-14 04:41:09] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-05-14 04:41:09] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.27 - - [2026-05-14 04:41:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53021314:ctest-TestRbac-53021314-95215840?flat HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-05-14 04:41:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53021314:ctest-TestRbac-53021314-95215840?flat HTTP/1.1" 200 2084 0.507005 [API:8081]10.0.0.27 - - [2026-05-14 04:41:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.166163 [API:8081]10.0.0.27 - - [2026-05-14 04:41:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53021314:ctest-TestRbac-53021314-95215840?flat HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2026-05-14 04:41:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53021314:ctest-TestRbac-53021314-95215840?flat HTTP/1.1" 200 2084 0.210697 [API:8081]10.0.0.27 - - [2026-05-14 04:41:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.116504 [API:8081]10.0.0.22 - - [2026-05-14 04:41:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085525 [API:8081]10.0.0.27 - - [2026-05-14 04:41:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-26922189:5a7a4deb-fb25-4c5a-a6fc-1c972e104ad0?flat HTTP/1.1" 200 5321 0.067607 [API:8081]10.0.0.27 - - [2026-05-14 04:41:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-26922189:5a7a4deb-fb25-4c5a-a6fc-1c972e104ad0?flat HTTP/1.1" 200 5321 0.078924 [API:8081]10.0.0.27 - - [2026-05-14 04:41:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-26922189:5a7a4deb-fb25-4c5a-a6fc-1c972e104ad0?flat HTTP/1.1" 200 5321 0.070047 [API:8081]10.0.0.27 - - [2026-05-14 04:41:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53021314:ctest-TestRbac-53021314-95215840?flat HTTP/1.1" 200 3952 0.068302 [API:8081]10.0.0.27 - - [2026-05-14 04:41:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.096365 [API:8081]10.0.0.27 - - [2026-05-14 04:41:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.194449 [API:8081]10.0.0.27 - - [2026-05-14 04:41:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.27 - - [2026-05-14 04:41:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.128768 [API:8081]10.0.0.27 - - [2026-05-14 04:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.063391 [API:8081]10.0.0.27 - - [2026-05-14 04:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.222133 [API:8081]10.0.0.27 - - [2026-05-14 04:42:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.122066 [API:8081]10.0.0.27 - - [2026-05-14 04:42:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.092941 [API:8081]10.0.0.27 - - [2026-05-14 04:42:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.123604 [API:8081]10.0.0.27 - - [2026-05-14 04:42:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.196338 [API:8081]10.0.0.27 - - [2026-05-14 04:42:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.060442 [API:8081]10.0.0.27 - - [2026-05-14 04:42:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.093465 [API:8081]10.0.0.27 - - [2026-05-14 04:42:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.032727 [API:8081]10.0.0.27 - - [2026-05-14 04:42:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.030182 [API:8081]10.0.0.27 - - [2026-05-14 04:42:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.033040 [API:8081]10.0.0.27 - - [2026-05-14 04:42:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.035453 [API:8081]10.0.0.27 - - [2026-05-14 04:42:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.036827 [API:8081]10.0.0.27 - - [2026-05-14 04:42:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33175 0.044172 [API:8081]10.0.0.22 - - [2026-05-14 04:42:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.088156 [API:8081]10.0.0.27 - - [2026-05-14 04:42:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33176 0.030533 [API:8081]10.0.0.27 - - [2026-05-14 04:42:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53021314:ctest-TestRbac-53021314-95215840?flat HTTP/1.1" 200 6502 0.015581 [API:8081]10.0.0.27 - - [2026-05-14 04:42:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011497 [API:8081]10.0.0.22 - - [2026-05-14 04:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2026-05-14 04:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.22 - - [2026-05-14 04:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.22 - - [2026-05-14 04:42:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-05-14 04:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2026-05-14 04:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.23 - - [2026-05-14 04:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-05-14 04:42:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-05-14 04:42:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000630 [API:8081]10.0.0.27 - - [2026-05-14 04:42:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.27 - - [2026-05-14 04:42:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.27 - - [2026-05-14 04:42:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2026-05-14 04:42:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-05-14 04:42:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 200 2122 0.128311 [API:8081]10.0.0.27 - - [2026-05-14 04:42:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 401 205 0.000501 --- 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-63200831'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-60474897' RBAC: ctest-TestRbacBasic-43911530 doesn't have read permission in project '08c254aa2e5c4720aa69b262e0c274aa' 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-93167167', 'ctest-TestRbacBasic-93167167-66856294'], 'virtual_network', 'fff3a00f-cff9-4c71-ae5b-07b4c27ba430', "Permission Denied for ['ctest-TestRbacBasic-63200831'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-60474897' RBAC: ctest-TestRbacBasic-43911530 doesn't have read permission in project '08c254aa2e5c4720aa69b262e0c274aa'"),) [API:8081]10.0.0.27 - - [2026-05-14 04:42:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 403 198 0.165195 [API:8081]10.0.0.27 - - [2026-05-14 04:42:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2026-05-14 04:42:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 200 2122 0.143678 [API:8081]10.0.0.27 - - [2026-05-14 04:42:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.151329 [API:8081]10.0.0.27 - - [2026-05-14 04:42:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.130583 [API:8081]10.0.0.27 - - [2026-05-14 04:42:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.099142 --- 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-63200831'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93167167' RBAC: ctest-TestRbacBasic-43911530 doesn't have read permission in project '7c5c7b9d4503471787745dce7d09e5bb' 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-93167167', 'ctest-TestRbacBasic-93167167-66856294'], 'virtual_network', 'fff3a00f-cff9-4c71-ae5b-07b4c27ba430', "Permission Denied for ['ctest-TestRbacBasic-63200831'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93167167' RBAC: ctest-TestRbacBasic-43911530 doesn't have read permission in project '7c5c7b9d4503471787745dce7d09e5bb'"),) [API:8081]10.0.0.27 - - [2026-05-14 04:42:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 403 198 0.077852 --- 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-63200831'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93167167' RBAC: ctest-TestRbacBasic-43911530 doesn't have read permission in project '7c5c7b9d4503471787745dce7d09e5bb' 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-93167167', 'ctest-TestRbacBasic-93167167-66856294'], 'virtual_network', 'fff3a00f-cff9-4c71-ae5b-07b4c27ba430', "Permission Denied for ['ctest-TestRbacBasic-63200831'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-93167167' RBAC: ctest-TestRbacBasic-43911530 doesn't have read permission in project '7c5c7b9d4503471787745dce7d09e5bb'"),) [API:8081]10.0.0.27 - - [2026-05-14 04:42:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 403 198 0.152002 [API:8081]10.0.0.27 - - [2026-05-14 04:42:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 200 2126 0.071384 [API:8081]10.0.0.27 - - [2026-05-14 04:42:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-93167167:ctest-TestRbacBasic-93167167-66856294?flat HTTP/1.1" 200 2126 0.014659 [API:8081]10.0.0.27 - - [2026-05-14 04:42:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.141419 [API:8081]10.0.0.27 - - [2026-05-14 04:42:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.082432 [API:8081]10.0.0.27 - - [2026-05-14 04:42:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.013860 [API:8081]10.0.0.27 - - [2026-05-14 04:43:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.012836 [API:8081]10.0.0.27 - - [2026-05-14 04:43:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 401 205 0.000294 --- 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-22296252 as ['ctest-TestRbacBasic-87271979'] to R virtual-network in ctest-TestRbacBasic-55019742 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-55019742', 'ctest-TestRbacBasic-55019742-89676220'], 'virtual_network', 'c66cd5bf-c1a2-4654-9976-43739b17b5df', "Permission Denied for ctest-TestRbacBasic-22296252 as ['ctest-TestRbacBasic-87271979'] to R virtual-network in ctest-TestRbacBasic-55019742"),) [API:8081]10.0.0.27 - - [2026-05-14 04:43:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 403 198 0.157671 [API:8081]10.0.0.27 - - [2026-05-14 04:43:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.093374 [API:8081]10.0.0.27 - - [2026-05-14 04:43:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 200 2122 0.079139 [API:8081]10.0.0.27 - - [2026-05-14 04:43:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.098700 --- 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-22296252 as ['ctest-TestRbacBasic-87271979'] to R virtual-network in ctest-TestRbacBasic-55019742 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-55019742', 'ctest-TestRbacBasic-55019742-89676220'], 'virtual_network', 'c66cd5bf-c1a2-4654-9976-43739b17b5df', "Permission Denied for ctest-TestRbacBasic-22296252 as ['ctest-TestRbacBasic-87271979'] to R virtual-network in ctest-TestRbacBasic-55019742"),) [API:8081]10.0.0.27 - - [2026-05-14 04:43:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 403 198 0.063723 --- 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-22296252 as ['ctest-TestRbacBasic-87271979'] to R virtual-network in ctest-TestRbacBasic-55019742 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-55019742', 'ctest-TestRbacBasic-55019742-89676220'], 'virtual_network', 'c66cd5bf-c1a2-4654-9976-43739b17b5df', "Permission Denied for ctest-TestRbacBasic-22296252 as ['ctest-TestRbacBasic-87271979'] to R virtual-network in ctest-TestRbacBasic-55019742"),) [API:8081]10.0.0.27 - - [2026-05-14 04:43:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 403 198 0.135007 [API:8081]10.0.0.27 - - [2026-05-14 04:43:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.083280 [API:8081]10.0.0.27 - - [2026-05-14 04:43:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 200 2122 0.069441 [API:8081]10.0.0.27 - - [2026-05-14 04:43:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.091576 [API:8081]10.0.0.27 - - [2026-05-14 04:43:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 401 205 0.000346 --- 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-43911530 as ['ctest-TestRbacBasic-63200831'] to R virtual-network in ctest-TestRbacBasic-55019742 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-55019742', 'ctest-TestRbacBasic-55019742-89676220'], 'virtual_network', 'c66cd5bf-c1a2-4654-9976-43739b17b5df', "Permission Denied for ctest-TestRbacBasic-43911530 as ['ctest-TestRbacBasic-63200831'] to R virtual-network in ctest-TestRbacBasic-55019742"),) [API:8081]10.0.0.27 - - [2026-05-14 04:43:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 403 198 0.121203 [API:8081]10.0.0.27 - - [2026-05-14 04:43:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.071810 [API:8081]10.0.0.27 - - [2026-05-14 04:43:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-89676220?flat HTTP/1.1" 200 2122 0.074994 [API:8081]10.0.0.27 - - [2026-05-14 04:43:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.074775 [API:8081]10.0.0.27 - - [2026-05-14 04:43:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.084516 [API:8081]10.0.0.27 - - [2026-05-14 04:43:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.013644 [API:8081]10.0.0.27 - - [2026-05-14 04:43:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-55019742:46b137e2-9380-4c5e-bf50-a997ad40dd75?flat HTTP/1.1" 200 5387 0.070685 [API:8081]10.0.0.27 - - [2026-05-14 04:43:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-55019742:46b137e2-9380-4c5e-bf50-a997ad40dd75?flat HTTP/1.1" 200 5387 0.073114 [API:8081]10.0.0.27 - - [2026-05-14 04:43:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-55019742:46b137e2-9380-4c5e-bf50-a997ad40dd75?flat HTTP/1.1" 200 5387 0.086360 [API:8081]10.0.0.27 - - [2026-05-14 04:43:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-62773360?flat HTTP/1.1" 200 4136 0.083051 [API:8081]10.0.0.27 - - [2026-05-14 04:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041615 [API:8081]10.0.0.27 - - [2026-05-14 04:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.115422 [API:8081]10.0.0.27 - - [2026-05-14 04:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.037961 [API:8081]10.0.0.27 - - [2026-05-14 04:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.050857 [API:8081]10.0.0.27 - - [2026-05-14 04:43:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.146283 [API:8081]10.0.0.27 - - [2026-05-14 04:43:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.032251 [API:8081]10.0.0.27 - - [2026-05-14 04:43:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.079101 [API:8081]10.0.0.27 - - [2026-05-14 04:43:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-62773360?flat HTTP/1.1" 200 4136 0.115387 [API:8081]10.0.0.27 - - [2026-05-14 04:43:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.076674 [API:8081]10.0.0.27 - - [2026-05-14 04:43:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.062225 [API:8081]10.0.0.27 - - [2026-05-14 04:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.126898 [API:8081]10.0.0.27 - - [2026-05-14 04:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.035665 [API:8081]10.0.0.27 - - [2026-05-14 04:44:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.033077 [API:8081]10.0.0.27 - - [2026-05-14 04:44:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.031785 [API:8081]10.0.0.27 - - [2026-05-14 04:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.048322 [API:8081]10.0.0.27 - - [2026-05-14 04:44:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.038015 [API:8081]10.0.0.27 - - [2026-05-14 04:44:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.031720 [API:8081]10.0.0.27 - - [2026-05-14 04:44:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32570 0.031828 [API:8081]10.0.0.27 - - [2026-05-14 04:44:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-55019742:ctest-TestRbacBasic-55019742-62773360?flat HTTP/1.1" 200 6881 0.014513 [API:8081]10.0.0.27 - - [2026-05-14 04:44:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.013104 [Introspect:8090]10.0.0.27 - - [2026-05-14 04:44:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001379 [API:8081]10.0.0.22 - - [2026-05-14 04:44:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.136518 [API:8081]10.0.0.27 - - [2026-05-14 04:44:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-05-14 04:44:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.096297 [API:8081]10.0.0.22 - - [2026-05-14 04:45:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.095680 [API:8081]10.0.0.27 - - [2026-05-14 04:47:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:bca0e9f1-bf54-4b30-8b82-7be8f57fea0a?flat HTTP/1.1" 200 5373 0.077763 [API:8081]10.0.0.27 - - [2026-05-14 04:47:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:bca0e9f1-bf54-4b30-8b82-7be8f57fea0a?flat HTTP/1.1" 200 5373 0.018018 [API:8081]10.0.0.27 - - [2026-05-14 04:47:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:bca0e9f1-bf54-4b30-8b82-7be8f57fea0a?flat HTTP/1.1" 200 5373 0.087828 [API:8081]10.0.0.27 - - [2026-05-14 04:47:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn1-82874536?flat HTTP/1.1" 200 9540 0.024787 [API:8081]10.0.0.27 - - [2026-05-14 04:47:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32583 0.032959 [API:8081]10.0.0.27 - - [2026-05-14 04:47:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32583 0.030285 [API:8081]10.0.0.27 - - [2026-05-14 04:47:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011000 [API:8081]10.0.0.27 - - [2026-05-14 04:47:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:4bbd7091-b643-4f68-ae45-50b3d6844370?flat HTTP/1.1" 200 5496 0.017948 [API:8081]10.0.0.27 - - [2026-05-14 04:47:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:4bbd7091-b643-4f68-ae45-50b3d6844370?flat HTTP/1.1" 200 5496 0.017353 [API:8081]10.0.0.27 - - [2026-05-14 04:47:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:4bbd7091-b643-4f68-ae45-50b3d6844370?flat HTTP/1.1" 200 5496 0.020026 [API:8081]10.0.0.27 - - [2026-05-14 04:47:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn1-82874536?flat HTTP/1.1" 200 9540 0.020390 [API:8081]10.0.0.27 - - [2026-05-14 04:47:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.034320 [API:8081]10.0.0.27 - - [2026-05-14 04:47:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33188 0.030145 [API:8081]10.0.0.27 - - [2026-05-14 04:47:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010270 [API:8081]10.0.0.27 - - [2026-05-14 04:47:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33189 0.043501 [API:8081]10.0.0.22 - - [2026-05-14 04:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.22 - - [2026-05-14 04:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2026-05-14 04:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2026-05-14 04:47:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2026-05-14 04:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2026-05-14 04:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.23 - - [2026-05-14 04:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-05-14 04:47:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.27 - - [2026-05-14 04:47:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33189 0.031509 [API:8081]10.0.0.22 - - [2026-05-14 04:47:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077635 [API:8081]10.0.0.27 - - [2026-05-14 04:47:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.27 - - [2026-05-14 04:47:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.27 - - [2026-05-14 04:47:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2026-05-14 04:47:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.27 - - [2026-05-14 04:47:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.039541 [API:8081]10.0.0.27 - - [2026-05-14 04:47:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.087544 [API:8081]10.0.0.27 - - [2026-05-14 04:47:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.040296 [API:8081]10.0.0.27 - - [2026-05-14 04:47:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.041812 [API:8081]10.0.0.27 - - [2026-05-14 04:47:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.035600 [API:8081]10.0.0.27 - - [2026-05-14 04:47:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.032780 [API:8081]10.0.0.27 - - [2026-05-14 04:47:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.034081 [API:8081]10.0.0.27 - - [2026-05-14 04:47:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33191 0.030664 [API:8081]10.0.0.27 - - [2026-05-14 04:47:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn1-82874536?flat HTTP/1.1" 200 7733 0.022976 [API:8081]10.0.0.27 - - [2026-05-14 04:47:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.012640 [API:8081]10.0.0.27 - - [2026-05-14 04:48:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.037779 [API:8081]10.0.0.27 - - [2026-05-14 04:48:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.034495 [API:8081]10.0.0.27 - - [2026-05-14 04:48:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.036689 [API:8081]10.0.0.27 - - [2026-05-14 04:48:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.039600 [API:8081]10.0.0.27 - - [2026-05-14 04:48:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.030523 [API:8081]10.0.0.27 - - [2026-05-14 04:48:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.033367 [API:8081]10.0.0.27 - - [2026-05-14 04:48:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32585 0.034592 [API:8081]10.0.0.27 - - [2026-05-14 04:48:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn1-82874536?flat HTTP/1.1" 200 6231 0.020862 [API:8081]10.0.0.27 - - [2026-05-14 04:48:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011854 [API:8081]10.0.0.27 - - [2026-05-14 04:48:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.016180 [API:8081]10.0.0.27 - - [2026-05-14 04:48:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.011256 [API:8081]10.0.0.22 - - [2026-05-14 04:48:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079469 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004225 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.006264 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003975 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004261 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004605 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003772 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003973 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:49:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003386 [API:8081]10.0.0.22 - - [2026-05-14 04:50:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.145509 [API:8081]10.0.0.27 - - [2026-05-14 04:50:40] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2026-05-14 04:50:40] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.22 - - [2026-05-14 04:51:08] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2026-05-14 04:51:08] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.23 - - [2026-05-14 04:51:09] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-05-14 04:51:09] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.22 - - [2026-05-14 04:51:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.117229 [Introspect:8090]10.0.0.27 - - [2026-05-14 04:52:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001343 [API:8081]10.0.0.27 - - [2026-05-14 04:52:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 13227 0.446146 [API:8081]10.0.0.27 - - [2026-05-14 04:52:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5780-1?flat HTTP/1.1" 200 6059 0.479016 [API:8081]10.0.0.27 - - [2026-05-14 04:52:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5780-2?flat HTTP/1.1" 200 6056 0.083401 [API:8081]10.0.0.27 - - [2026-05-14 04:52:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5780-3?flat HTTP/1.1" 200 3949 0.014346 [API:8081]10.0.0.27 - - [2026-05-14 04:52:02] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?flat HTTP/1.1" 200 6134 0.021095 [API:8081]10.0.0.27 - - [2026-05-14 04:52:02] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?flat HTTP/1.1" 200 7616 0.021277 [API:8081]10.0.0.27 - - [2026-05-14 04:52:02] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?flat HTTP/1.1" 200 6126 0.016530 [API:8081]10.0.0.27 - - [2026-05-14 04:52:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2520 0.014222 [API:8081]10.0.0.22 - - [2026-05-14 04:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.22 - - [2026-05-14 04:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.22 - - [2026-05-14 04:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.22 - - [2026-05-14 04:52:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-05-14 04:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-05-14 04:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.23 - - [2026-05-14 04:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.23 - - [2026-05-14 04:52:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-05-14 04:52:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001307 [API:8081]10.0.0.27 - - [2026-05-14 04:52:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-05-14 04:52:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2026-05-14 04:52:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.27 - - [2026-05-14 04:52:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:53d7cec7-9b72-49f3-bbb3-662d7bda73fe?flat HTTP/1.1" 200 5245 0.017356 [API:8081]10.0.0.27 - - [2026-05-14 04:52:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:53d7cec7-9b72-49f3-bbb3-662d7bda73fe?flat HTTP/1.1" 200 5245 0.017275 [API:8081]10.0.0.27 - - [2026-05-14 04:52:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:53d7cec7-9b72-49f3-bbb3-662d7bda73fe?flat HTTP/1.1" 200 5245 0.017435 [API:8081]10.0.0.27 - - [2026-05-14 04:52:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn1-31342682?flat HTTP/1.1" 200 6978 0.019457 [API:8081]10.0.0.27 - - [2026-05-14 04:52:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33186 0.030609 [API:8081]10.0.0.27 - - [2026-05-14 04:52:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33186 0.032346 [API:8081]10.0.0.27 - - [2026-05-14 04:52:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.012297 [API:8081]10.0.0.22 - - [2026-05-14 04:53:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084215 [API:8081]10.0.0.27 - - [2026-05-14 04:53:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:5a20716e-ddc6-4670-aa07-1ed83c1b2e25?flat HTTP/1.1" 200 5243 0.018326 [API:8081]10.0.0.27 - - [2026-05-14 04:53:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:5a20716e-ddc6-4670-aa07-1ed83c1b2e25?flat HTTP/1.1" 200 5243 0.017665 [API:8081]10.0.0.27 - - [2026-05-14 04:53:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-81839965:5a20716e-ddc6-4670-aa07-1ed83c1b2e25?flat HTTP/1.1" 200 5243 0.018542 [API:8081]10.0.0.27 - - [2026-05-14 04:53:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn2-28342330?flat HTTP/1.1" 200 6988 0.021449 [API:8081]10.0.0.27 - - [2026-05-14 04:53:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40522 0.035168 [API:8081]10.0.0.27 - - [2026-05-14 04:53:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40522 0.051984 [API:8081]10.0.0.27 - - [2026-05-14 04:53:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.012162 [API:8081]10.0.0.22 - - [2026-05-14 04:54:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.082634 [API:8081]10.0.0.27 - - [2026-05-14 04:54:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40530 0.037774 [API:8081]10.0.0.27 - - [2026-05-14 04:54:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40531 0.041518 [API:8081]10.0.0.27 - - [2026-05-14 04:54:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn2-28342330?flat HTTP/1.1" 200 7871 0.017558 [API:8081]10.0.0.27 - - [2026-05-14 04:54:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.011233 [API:8081]10.0.0.27 - - [2026-05-14 04:54:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33199 0.050235 [API:8081]10.0.0.27 - - [2026-05-14 04:54:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33199 0.040514 [API:8081]10.0.0.27 - - [2026-05-14 04:55:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33199 0.042570 [API:8081]10.0.0.27 - - [2026-05-14 04:55:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33199 0.030361 [API:8081]10.0.0.27 - - [2026-05-14 04:55:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33199 0.035053 [API:8081]10.0.0.27 - - [2026-05-14 04:55:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33199 0.031120 [API:8081]10.0.0.27 - - [2026-05-14 04:55:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33199 0.032934 [API:8081]10.0.0.27 - - [2026-05-14 04:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-81839965:ctest-vn1-31342682?flat HTTP/1.1" 200 7949 0.019966 [API:8081]10.0.0.27 - - [2026-05-14 04:55:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.013989 [API:8081]10.0.0.27 - - [2026-05-14 04:56:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82749788:3509a6f6-d0e7-49db-9071-998f721e92f1?flat HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.27 - - [2026-05-14 04:56:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82749788:3509a6f6-d0e7-49db-9071-998f721e92f1?flat HTTP/1.1" 200 5245 0.087041 [API:8081]10.0.0.27 - - [2026-05-14 04:56:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82749788:3509a6f6-d0e7-49db-9071-998f721e92f1?flat HTTP/1.1" 200 5245 0.089200 [API:8081]10.0.0.27 - - [2026-05-14 04:56:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82749788:3509a6f6-d0e7-49db-9071-998f721e92f1?flat HTTP/1.1" 200 5245 0.080708 [API:8081]10.0.0.27 - - [2026-05-14 04:56:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82749788:ctest-vn-96332981?flat HTTP/1.1" 200 8057 0.026529 [API:8081]10.0.0.27 - - [2026-05-14 04:56:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.037580 [API:8081]10.0.0.27 - - [2026-05-14 04:56:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33206 0.033746 [API:8081]10.0.0.27 - - [2026-05-14 04:56:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.013984 [API:8081]10.0.0.27 - - [2026-05-14 04:56:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82749788:c10172f6-9c67-4f8b-8d72-a96b13ceaf5c?flat HTTP/1.1" 200 5231 0.020947 [API:8081]10.0.0.27 - - [2026-05-14 04:56:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82749788:c10172f6-9c67-4f8b-8d72-a96b13ceaf5c?flat HTTP/1.1" 200 5231 0.022899 [API:8081]10.0.0.27 - - [2026-05-14 04:56:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82749788:c10172f6-9c67-4f8b-8d72-a96b13ceaf5c?flat HTTP/1.1" 200 5231 0.029122 [API:8081]10.0.0.27 - - [2026-05-14 04:56:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82749788:ctest-vn-73914831?flat HTTP/1.1" 200 8036 0.023176 [API:8081]10.0.0.27 - - [2026-05-14 04:56:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40544 0.036800 [API:8081]10.0.0.27 - - [2026-05-14 04:56:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40544 0.037444 [API:8081]10.0.0.27 - - [2026-05-14 04:56:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.011155 [API:8081]10.0.0.22 - - [2026-05-14 04:56:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.148283 [API:8081]10.0.0.27 - - [2026-05-14 04:56:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40550 0.044375 [API:8081]10.0.0.27 - - [2026-05-14 04:56:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40550 0.043385 [API:8081]10.0.0.27 - - [2026-05-14 04:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 40551 0.035525 [API:8081]10.0.0.27 - - [2026-05-14 04:56:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82749788:ctest-vn-73914831?flat HTTP/1.1" 200 6178 0.016498 [API:8081]10.0.0.27 - - [2026-05-14 04:56:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.011047 [API:8081]10.0.0.27 - - [2026-05-14 04:56:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33212 0.042938 [API:8081]10.0.0.27 - - [2026-05-14 04:56:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33212 0.047630 [API:8081]10.0.0.27 - - [2026-05-14 04:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33212 0.034564 [API:8081]10.0.0.27 - - [2026-05-14 04:57:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33212 0.036486 [API:8081]10.0.0.27 - - [2026-05-14 04:57:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33212 0.032641 [API:8081]10.0.0.27 - - [2026-05-14 04:57:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33212 0.045566 [API:8081]10.0.0.27 - - [2026-05-14 04:57:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5780-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33212 0.032575 [API:8081]10.0.0.27 - - [2026-05-14 04:57:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82749788:ctest-vn-96332981?flat HTTP/1.1" 200 6187 0.018440 [API:8081]10.0.0.27 - - [2026-05-14 04:57:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010859 [API:8081]10.0.0.27 - - [2026-05-14 04:57:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2026-05-14 04:57:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.088012 [API:8081]10.0.0.27 - - [2026-05-14 04:57:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.081534 [API:8081]10.0.0.22 - - [2026-05-14 04:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.22 - - [2026-05-14 04:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.22 - - [2026-05-14 04:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2026-05-14 04:57:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2026-05-14 04:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-05-14 04:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-05-14 04:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2026-05-14 04:57:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-05-14 04:57:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000537 [API:8081]10.0.0.27 - - [2026-05-14 04:57:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.27 - - [2026-05-14 04:57:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.27 - - [2026-05-14 04:57:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.22 - - [2026-05-14 04:57:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.118762 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004144 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004828 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003702 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003835 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004963 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003857 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003706 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 04:59:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003965 [API:8081]10.0.0.22 - - [2026-05-14 04:59:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100461 [API:8081]10.0.0.27 - - [2026-05-14 05:00:40] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.27 - - [2026-05-14 05:00:40] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.22 - - [2026-05-14 05:00:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.113045 [API:8081]10.0.0.22 - - [2026-05-14 05:01:08] "GET /analytics HTTP/1.1" 401 205 0.000458 [API:8081]10.0.0.22 - - [2026-05-14 05:01:08] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-05-14 05:01:09] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-05-14 05:01:09] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2026-05-14 05:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2026-05-14 05:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.22 - - [2026-05-14 05:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2026-05-14 05:02:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-05-14 05:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-05-14 05:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2026-05-14 05:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-05-14 05:02:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-05-14 05:02:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.27 - - [2026-05-14 05:02:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-05-14 05:02:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002627 [API:8081]10.0.0.27 - - [2026-05-14 05:02:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.22 - - [2026-05-14 05:02:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.106306 [API:8081]10.0.0.27 - - [2026-05-14 05:03:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.27 - - [2026-05-14 05:03:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2548 0.087328 [API:8081]10.0.0.22 - - [2026-05-14 05:03:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.104243 [API:8081]10.0.0.22 - - [2026-05-14 05:05:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107023 [API:8081]10.0.0.22 - - [2026-05-14 05:06:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.327205 [API:8081]10.0.0.22 - - [2026-05-14 05:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.22 - - [2026-05-14 05:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.22 - - [2026-05-14 05:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2026-05-14 05:07:31] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.23 - - [2026-05-14 05:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-05-14 05:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2026-05-14 05:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-05-14 05:07:32] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000469 [API:8081]10.0.0.27 - - [2026-05-14 05:07:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-05-14 05:07:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2026-05-14 05:07:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2026-05-14 05:07:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.22 - - [2026-05-14 05:08:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.132095 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005096 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004717 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003917 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005280 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005074 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006274 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005085 [LOCAL API:8181]127.0.0.1 - - [2026-05-14 05:09:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5780-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003477 [Introspect:8090]10.0.0.27 - - [2026-05-14 05:09:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001779 [API:8081]10.0.0.22 - - [2026-05-14 05:09:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.098894