++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon May 11 02:18:27 AM UTC 2026 ===================' INFO: =================== Mon May 11 02:18:27 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ 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 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.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.141,10.0.0.249,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.141 ++ 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.141,10.0.0.249,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.141,10.0.0.249,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.141 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ tr '\n' , ++++ sort ++++ grep -vi host ++++ cat /proc/net/fib_trie +++ cut -d ' ' -f 1 +++ local local_ips=,10.0.0.141,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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 1 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sort ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 + 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/11/2026 02:18:35.583 7fe409683b40 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/11/2026 02:18:35.798 7fe409683b40 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 05/11/2026 02:18:35.809 7fe409683b40 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/11/2026 02:18:35.809 7fe409683b40 [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.141: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.27 - - [2026-05-11 02:18:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.065678 [API:8081]10.0.0.27 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000650 [API:8081]10.0.0.27 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.249 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000451 [API:8081]10.0.0.249 - - [2026-05-11 02:19:19] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.141 - - [2026-05-11 02:19:20] "GET /analytics HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2026-05-11 02:19:20] "GET /analytics HTTP/1.1" 401 206 0.000504 [API:8081]10.0.0.27 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.27 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000191 [API:8081]10.0.0.249 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2026-05-11 02:19:50] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.141 - - [2026-05-11 02:19:51] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.141 - - [2026-05-11 02:19:51] "GET /analytics HTTP/1.1" 401 206 0.000203 [API:8081]10.0.0.27 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.27 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000128 [API:8081]10.0.0.249 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.249 - - [2026-05-11 02:20:20] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.27 - - [2026-05-11 02:20:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.065387 [API:8081]10.0.0.27 - - [2026-05-11 02:21:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.062233 [API:8081]10.0.0.249 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.249 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.27 - - [2026-05-11 02:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2026-05-11 02:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000518 [API:8081]10.0.0.249 - - [2026-05-11 02:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000479 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000709 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2026-05-11 02:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [Introspect:8090]10.0.0.141 - - [2026-05-11 02:22:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001196 [Introspect:8090]10.0.0.141 - - [2026-05-11 02:22:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001132 [API:8081]10.0.0.27 - - [2026-05-11 02:23:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067641 [Introspect:8090]10.0.0.141 - - [2026-05-11 02:23:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001328 [Introspect:8090]10.0.0.141 - - [2026-05-11 02:23:57] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000583 [API:8081]10.0.0.141 - - [2026-05-11 02:23:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1:Control:contrail-control:0?flat HTTP/1.1" 200 38724 0.089135 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.064240 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2:Control:contrail-control:0?flat HTTP/1.1" 200 35672 0.096185 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.015697 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3:Control:contrail-control:0?flat HTTP/1.1" 200 38725 0.021448 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.018194 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.020575 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.076163 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3711 0.012930 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3359 0.012250 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.009791 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.020893 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.014401 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.011532 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.015838 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.011718 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.011249 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014958 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014692 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017634 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.019390 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017238 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.020079 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.019257 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14210 0.024519 [API:8081]10.0.0.141 - - [2026-05-11 02:23:58] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.025106 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.048952 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.030708 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.016906 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.017023 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.026950 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12027 0.029027 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.026723 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12023 0.038939 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.019456 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12027 0.033225 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.030498 [API:8081]10.0.0.141 - - [2026-05-11 02:23:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12023 0.028499 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.027528 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.015072 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.030148 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3273 0.018751 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.016479 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14210 0.024397 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014244 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.012681 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.019146 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014900 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.018573 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.017737 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017536 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.022191 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3987 0.020732 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.019294 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.014277 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.020257 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.016304 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.014813 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.014329 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.014851 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1:Control:contrail-control:0?flat HTTP/1.1" 200 38724 0.023978 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.015504 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.027341 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2:Control:contrail-control:0?flat HTTP/1.1" 200 35672 0.027249 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.014717 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16248 0.021112 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3:Control:contrail-control:0?flat HTTP/1.1" 200 38725 0.023139 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3383 0.013804 [API:8081]10.0.0.141 - - [2026-05-11 02:24:01] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5767-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13499 0.015922 [API:8081]10.0.0.141 - - [2026-05-11 02:24:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12027 0.022660 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?flat HTTP/1.1" 200 16541 0.020708 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?flat HTTP/1.1" 200 13748 0.021169 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?flat HTTP/1.1" 200 17005 0.020230 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?flat HTTP/1.1" 200 16541 0.020700 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?flat HTTP/1.1" 200 13748 0.018795 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?flat HTTP/1.1" 200 17005 0.020288 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?flat HTTP/1.1" 200 16541 0.021811 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?flat HTTP/1.1" 200 13748 0.020769 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?flat HTTP/1.1" 200 17005 0.020349 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?flat HTTP/1.1" 200 16541 0.022053 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?flat HTTP/1.1" 200 13748 0.018783 [API:8081]10.0.0.141 - - [2026-05-11 02:24:04] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?flat HTTP/1.1" 200 17005 0.018642 [API:8081]10.0.0.141 - - [2026-05-11 02:24:06] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 8007 0.015834 [API:8081]10.0.0.141 - - [2026-05-11 02:24:06] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 8004 0.016227 [API:8081]10.0.0.141 - - [2026-05-11 02:24:06] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-3?flat HTTP/1.1" 200 7999 0.013187 [API:8081]10.0.0.141 - - [2026-05-11 02:24:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2026-05-11 02:24:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.061443 [API:8081]10.0.0.141 - - [2026-05-11 02:24:28] "POST /analytics/query HTTP/1.1" 200 63975 1.074246 [API:8081]10.0.0.141 - - [2026-05-11 02:24:29] "POST /analytics/query HTTP/1.1" 200 5872 1.123945 [API:8081]10.0.0.141 - - [2026-05-11 02:24:30] "POST /analytics/query HTTP/1.1" 200 871 1.019471 [API:8081]10.0.0.141 - - [2026-05-11 02:24:31] "POST /analytics/query HTTP/1.1" 200 5872 1.017612 [API:8081]10.0.0.141 - - [2026-05-11 02:24:32] "POST /analytics/query HTTP/1.1" 200 871 1.023213 [API:8081]10.0.0.27 - - [2026-05-11 02:24:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.082767 [API:8081]10.0.0.141 - - [2026-05-11 02:24:44] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000944 [API:8081]10.0.0.27 - - [2026-05-11 02:26:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068350 [API:8081]10.0.0.249 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-05-11 02:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.27 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2026-05-11 02:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000599 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 02:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.27 - - [2026-05-11 02:27:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.069771 [API:8081]10.0.0.141 - - [2026-05-11 02:28:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.141 - - [2026-05-11 02:28:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.064036 [API:8081]10.0.0.141 - - [2026-05-11 02:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1385 0.071994 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002809 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003297 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003665 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005508 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004393 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004998 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:28:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005057 [API:8081]10.0.0.27 - - [2026-05-11 02:29:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063552 [API:8081]10.0.0.141 - - [2026-05-11 02:29:51] "GET /analytics HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.141 - - [2026-05-11 02:29:51] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.27 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.249 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2026-05-11 02:30:20] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.27 - - [2026-05-11 02:30:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.066769 [API:8081]10.0.0.249 - - [2026-05-11 02:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-05-11 02:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.249 - - [2026-05-11 02:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.27 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.27 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.27 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.249 - - [2026-05-11 02:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.141 - - [2026-05-11 02:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.27 - - [2026-05-11 02:32:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074929 [API:8081]10.0.0.27 - - [2026-05-11 02:33:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.085611 [API:8081]10.0.0.141 - - [2026-05-11 02:34:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.141 - - [2026-05-11 02:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.083361 [API:8081]10.0.0.141 - - [2026-05-11 02:34:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.078469 [API:8081]10.0.0.141 - - [2026-05-11 02:35:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1371 0.071053 [API:8081]10.0.0.27 - - [2026-05-11 02:35:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.123704 [API:8081]10.0.0.141 - - [2026-05-11 02:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1377 0.011711 [API:8081]10.0.0.141 - - [2026-05-11 02:35:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1606 0.011062 [API:8081]10.0.0.141 - - [2026-05-11 02:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1835 0.013958 [API:8081]10.0.0.249 - - [2026-05-11 02:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-05-11 02:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.27 - - [2026-05-11 02:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-05-11 02:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.27 - - [2026-05-11 02:36:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.193965 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.141 - - [2026-05-11 02:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002749 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003599 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003988 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003562 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002766 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002440 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002682 [API:8081]10.0.0.27 - - [2026-05-11 02:38:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061881 [API:8081]10.0.0.141 - - [2026-05-11 02:39:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.076546 [API:8081]10.0.0.141 - - [2026-05-11 02:39:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12995 0.083510 [API:8081]10.0.0.141 - - [2026-05-11 02:39:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.028047 [API:8081]10.0.0.141 - - [2026-05-11 02:39:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12995 0.021845 [API:8081]10.0.0.141 - - [2026-05-11 02:39:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.023073 [API:8081]10.0.0.141 - - [2026-05-11 02:39:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12995 0.021596 [API:8081]10.0.0.141 - - [2026-05-11 02:39:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.021491 [API:8081]10.0.0.141 - - [2026-05-11 02:39:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12995 0.022153 [API:8081]10.0.0.141 - - [2026-05-11 02:39:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.023644 [API:8081]10.0.0.141 - - [2026-05-11 02:39:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12995 0.029081 [API:8081]10.0.0.141 - - [2026-05-11 02:39:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.023141 [API:8081]10.0.0.141 - - [2026-05-11 02:39:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12995 0.031613 [API:8081]10.0.0.141 - - [2026-05-11 02:39:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.020591 [API:8081]10.0.0.141 - - [2026-05-11 02:39:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12571 0.021307 [API:8081]10.0.0.141 - - [2026-05-11 02:39:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-93615272:ctest-vnet1-84136846?flat HTTP/1.1" 200 8240 0.012959 [API:8081]10.0.0.141 - - [2026-05-11 02:39:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008711 [API:8081]10.0.0.141 - - [2026-05-11 02:39:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.026432 [API:8081]10.0.0.141 - - [2026-05-11 02:39:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.024042 [API:8081]10.0.0.141 - - [2026-05-11 02:39:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.020314 [API:8081]10.0.0.141 - - [2026-05-11 02:39:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.021138 [API:8081]10.0.0.141 - - [2026-05-11 02:39:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.020452 [API:8081]10.0.0.141 - - [2026-05-11 02:39:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.022510 [API:8081]10.0.0.141 - - [2026-05-11 02:39:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.028707 [API:8081]10.0.0.141 - - [2026-05-11 02:39:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.021320 [API:8081]10.0.0.141 - - [2026-05-11 02:39:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.025648 [API:8081]10.0.0.141 - - [2026-05-11 02:39:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.021518 [API:8081]10.0.0.141 - - [2026-05-11 02:39:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.022744 [API:8081]10.0.0.141 - - [2026-05-11 02:39:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.019897 [API:8081]10.0.0.141 - - [2026-05-11 02:39:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.022064 [API:8081]10.0.0.141 - - [2026-05-11 02:39:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.025712 [API:8081]10.0.0.141 - - [2026-05-11 02:39:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.029807 [API:8081]10.0.0.141 - - [2026-05-11 02:39:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12972 0.023371 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics HTTP/1.1" 401 206 0.000195 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.022366 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12577 0.023070 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-93615272:ctest-vnet0-76383158?flat HTTP/1.1" 200 8244 0.016514 [API:8081]10.0.0.141 - - [2026-05-11 02:39:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012075 [API:8081]10.0.0.27 - - [2026-05-11 02:39:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.099887 [API:8081]10.0.0.141 - - [2026-05-11 02:40:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.011110 [API:8081]10.0.0.27 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.27 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.249 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2026-05-11 02:40:20] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.249 - - [2026-05-11 02:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.27 - - [2026-05-11 02:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.249 - - [2026-05-11 02:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.27 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.27 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.249 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2026-05-11 02:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.141 - - [2026-05-11 02:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.27 - - [2026-05-11 02:41:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.150162 [API:8081]10.0.0.141 - - [2026-05-11 02:42:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.141 - - [2026-05-11 02:42:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.087379 [API:8081]10.0.0.27 - - [2026-05-11 02:42:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.084910 [API:8081]10.0.0.141 - - [2026-05-11 02:43:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.097435 [API:8081]10.0.0.141 - - [2026-05-11 02:43:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13032 0.020389 [API:8081]10.0.0.141 - - [2026-05-11 02:43:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.077100 [API:8081]10.0.0.141 - - [2026-05-11 02:43:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13032 0.021146 [API:8081]10.0.0.141 - - [2026-05-11 02:43:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022369 [API:8081]10.0.0.141 - - [2026-05-11 02:43:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13032 0.021959 [API:8081]10.0.0.141 - - [2026-05-11 02:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020196 [API:8081]10.0.0.141 - - [2026-05-11 02:43:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13032 0.020035 [API:8081]10.0.0.141 - - [2026-05-11 02:43:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021141 [API:8081]10.0.0.141 - - [2026-05-11 02:43:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13032 0.020431 [API:8081]10.0.0.141 - - [2026-05-11 02:43:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020722 [API:8081]10.0.0.141 - - [2026-05-11 02:43:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13032 0.021756 [API:8081]10.0.0.141 - - [2026-05-11 02:43:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.027720 [API:8081]10.0.0.141 - - [2026-05-11 02:43:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13032 0.037874 [API:8081]10.0.0.141 - - [2026-05-11 02:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.023918 [API:8081]10.0.0.141 - - [2026-05-11 02:43:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12591 0.025643 [API:8081]10.0.0.141 - - [2026-05-11 02:43:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-77367128:ctest-vnet0-82397898?flat HTTP/1.1" 200 7198 0.017841 [API:8081]10.0.0.141 - - [2026-05-11 02:43:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011388 [API:8081]10.0.0.141 - - [2026-05-11 02:44:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2026-05-11 02:44:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.065596 [API:8081]10.0.0.141 - - [2026-05-11 02:44:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2026-05-11 02:44:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.082857 [API:8081]10.0.0.141 - - [2026-05-11 02:44:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.060677 [API:8081]10.0.0.141 - - [2026-05-11 02:44:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.064055 [API:8081]10.0.0.27 - - [2026-05-11 02:44:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070496 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:37ce34de-f98a-41eb-9e61-962fb7ba964d?flat HTTP/1.1" 200 5241 0.017513 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:37ce34de-f98a-41eb-9e61-962fb7ba964d?flat HTTP/1.1" 200 5241 0.016623 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:37ce34de-f98a-41eb-9e61-962fb7ba964d?flat HTTP/1.1" 200 5241 0.013839 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61138828:ctest-VN1-04725702?flat HTTP/1.1" 200 8569 0.018647 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.025236 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13344 0.023535 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.023480 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13344 0.021677 [API:8081]10.0.0.141 - - [2026-05-11 02:45:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010892 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:66ca11d4-33cc-4b5c-94d4-0c5acc0a127e?flat HTTP/1.1" 200 5474 0.017663 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:66ca11d4-33cc-4b5c-94d4-0c5acc0a127e?flat HTTP/1.1" 200 5474 0.014491 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:66ca11d4-33cc-4b5c-94d4-0c5acc0a127e?flat HTTP/1.1" 200 5474 0.014198 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61138828:ctest-VN2-96759136?flat HTTP/1.1" 200 9516 0.017713 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021918 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12990 0.033624 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022336 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12990 0.020499 [API:8081]10.0.0.141 - - [2026-05-11 02:45:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009220 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:1bc2d48a-9b10-4d21-9a5f-ffd8eb9fd28b?flat HTTP/1.1" 200 5095 0.015836 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:1bc2d48a-9b10-4d21-9a5f-ffd8eb9fd28b?flat HTTP/1.1" 200 5095 0.013075 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-61138828:1bc2d48a-9b10-4d21-9a5f-ffd8eb9fd28b?flat HTTP/1.1" 200 5095 0.017481 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61138828:ctest-VN3-81211999?flat HTTP/1.1" 200 7439 0.017675 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021108 [API:8081]10.0.0.141 - - [2026-05-11 02:45:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13344 0.019773 [API:8081]10.0.0.141 - - [2026-05-11 02:45:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.025218 [API:8081]10.0.0.141 - - [2026-05-11 02:45:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13344 0.022613 [API:8081]10.0.0.141 - - [2026-05-11 02:45:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010168 [API:8081]10.0.0.27 - - [2026-05-11 02:46:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.090162 [API:8081]10.0.0.141 - - [2026-05-11 02:46:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.027192 [API:8081]10.0.0.141 - - [2026-05-11 02:46:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13362 0.021121 [API:8081]10.0.0.141 - - [2026-05-11 02:46:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.045214 [API:8081]10.0.0.141 - - [2026-05-11 02:46:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13362 0.032792 [API:8081]10.0.0.141 - - [2026-05-11 02:46:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.025916 [API:8081]10.0.0.141 - - [2026-05-11 02:46:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12994 0.027451 [API:8081]10.0.0.141 - - [2026-05-11 02:46:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61138828:ctest-VN3-81211999?flat HTTP/1.1" 200 6212 0.014298 [API:8081]10.0.0.141 - - [2026-05-11 02:46:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010467 [API:8081]10.0.0.141 - - [2026-05-11 02:46:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.032477 [API:8081]10.0.0.141 - - [2026-05-11 02:46:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.038098 [API:8081]10.0.0.141 - - [2026-05-11 02:46:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.024503 [API:8081]10.0.0.141 - - [2026-05-11 02:46:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.023490 [API:8081]10.0.0.141 - - [2026-05-11 02:46:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.028624 [API:8081]10.0.0.141 - - [2026-05-11 02:46:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.021024 [API:8081]10.0.0.141 - - [2026-05-11 02:46:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.025727 [API:8081]10.0.0.141 - - [2026-05-11 02:46:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.024217 [API:8081]10.0.0.141 - - [2026-05-11 02:46:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022085 [API:8081]10.0.0.141 - - [2026-05-11 02:46:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.022587 [API:8081]10.0.0.141 - - [2026-05-11 02:46:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020802 [API:8081]10.0.0.141 - - [2026-05-11 02:46:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.019897 [API:8081]10.0.0.141 - - [2026-05-11 02:46:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.029319 [API:8081]10.0.0.141 - - [2026-05-11 02:46:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.023014 [API:8081]10.0.0.141 - - [2026-05-11 02:46:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.027273 [API:8081]10.0.0.141 - - [2026-05-11 02:46:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.020716 [API:8081]10.0.0.141 - - [2026-05-11 02:46:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032474 [API:8081]10.0.0.141 - - [2026-05-11 02:46:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12989 0.024759 [API:8081]10.0.0.249 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000476 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.27 - - [2026-05-11 02:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.249 - - [2026-05-11 02:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2026-05-11 02:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.141 - - [2026-05-11 02:46:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.029331 [API:8081]10.0.0.141 - - [2026-05-11 02:46:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12590 0.021347 [API:8081]10.0.0.141 - - [2026-05-11 02:46:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61138828:ctest-VN2-96759136?flat HTTP/1.1" 200 6551 0.017756 [API:8081]10.0.0.141 - - [2026-05-11 02:46:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011337 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.141 - - [2026-05-11 02:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2026-05-11 02:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.038931 [API:8081]10.0.0.141 - - [2026-05-11 02:46:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.025403 [API:8081]10.0.0.141 - - [2026-05-11 02:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.038669 [API:8081]10.0.0.141 - - [2026-05-11 02:46:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12988 0.030887 [API:8081]10.0.0.141 - - [2026-05-11 02:47:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022739 [API:8081]10.0.0.141 - - [2026-05-11 02:47:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12988 0.027606 [API:8081]10.0.0.141 - - [2026-05-11 02:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.026820 [API:8081]10.0.0.141 - - [2026-05-11 02:47:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12988 0.022863 [API:8081]10.0.0.141 - - [2026-05-11 02:47:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022533 [API:8081]10.0.0.141 - - [2026-05-11 02:47:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12988 0.021073 [API:8081]10.0.0.141 - - [2026-05-11 02:47:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.025901 [API:8081]10.0.0.141 - - [2026-05-11 02:47:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12988 0.035779 [API:8081]10.0.0.141 - - [2026-05-11 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.023649 [API:8081]10.0.0.141 - - [2026-05-11 02:47:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12988 0.024577 [API:8081]10.0.0.141 - - [2026-05-11 02:47:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.028968 [API:8081]10.0.0.141 - - [2026-05-11 02:47:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12988 0.021988 [API:8081]10.0.0.141 - - [2026-05-11 02:47:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.025597 [API:8081]10.0.0.141 - - [2026-05-11 02:47:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12772 0.028463 [API:8081]10.0.0.141 - - [2026-05-11 02:47:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-61138828:ctest-VN1-04725702?flat HTTP/1.1" 200 6773 0.021435 [API:8081]10.0.0.141 - - [2026-05-11 02:47:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010146 [API:8081]10.0.0.141 - - [2026-05-11 02:47:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.141 - - [2026-05-11 02:47:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.065297 [API:8081]10.0.0.141 - - [2026-05-11 02:47:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.057720 [API:8081]10.0.0.141 - - [2026-05-11 02:47:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.054890 [API:8081]10.0.0.27 - - [2026-05-11 02:48:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080900 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f18c73cb-1a0a-48db-97ad-f82364790dcb?flat HTTP/1.1" 200 5360 0.019427 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f18c73cb-1a0a-48db-97ad-f82364790dcb?flat HTTP/1.1" 200 5360 0.014491 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f18c73cb-1a0a-48db-97ad-f82364790dcb?flat HTTP/1.1" 200 5360 0.015814 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f18c73cb-1a0a-48db-97ad-f82364790dcb?flat HTTP/1.1" 200 5360 0.015512 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-86155726:ctest-VN1-74631334?flat HTTP/1.1" 200 9447 0.016223 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022215 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13391 0.022187 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.031026 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13391 0.022393 [API:8081]10.0.0.141 - - [2026-05-11 02:48:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008502 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002717 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003040 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002783 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002555 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003921 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004707 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003385 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004592 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:84e2a032-d71a-471f-839d-42625aa03c20?flat HTTP/1.1" 200 5222 0.018706 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:84e2a032-d71a-471f-839d-42625aa03c20?flat HTTP/1.1" 200 5222 0.018981 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:84e2a032-d71a-471f-839d-42625aa03c20?flat HTTP/1.1" 200 5222 0.019530 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:84e2a032-d71a-471f-839d-42625aa03c20?flat HTTP/1.1" 200 5222 0.018260 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-86155726:ctest-VN2-44950802?flat HTTP/1.1" 200 8637 0.019311 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.028104 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12993 0.037344 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.032958 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12993 0.028390 [API:8081]10.0.0.141 - - [2026-05-11 02:48:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010520 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f74387df-8049-4c7f-87c1-d0a1a768f303?flat HTTP/1.1" 200 5222 0.016155 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f74387df-8049-4c7f-87c1-d0a1a768f303?flat HTTP/1.1" 200 5222 0.016129 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f74387df-8049-4c7f-87c1-d0a1a768f303?flat HTTP/1.1" 200 5222 0.024907 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-86155726:f74387df-8049-4c7f-87c1-d0a1a768f303?flat HTTP/1.1" 200 5222 0.019936 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-86155726:ctest-VN3-84998603?flat HTTP/1.1" 200 8205 0.017646 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.027738 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13391 0.024421 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022401 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13391 0.021632 [API:8081]10.0.0.141 - - [2026-05-11 02:48:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010523 [API:8081]10.0.0.27 - - [2026-05-11 02:49:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.063390 [API:8081]10.0.0.141 - - [2026-05-11 02:49:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.030317 [API:8081]10.0.0.141 - - [2026-05-11 02:49:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13394 0.028897 [API:8081]10.0.0.141 - - [2026-05-11 02:49:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.021663 [API:8081]10.0.0.141 - - [2026-05-11 02:49:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13394 0.020678 [API:8081]10.0.0.141 - - [2026-05-11 02:49:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.027561 [API:8081]10.0.0.141 - - [2026-05-11 02:49:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13394 0.022161 [API:8081]10.0.0.141 - - [2026-05-11 02:49:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.020309 [API:8081]10.0.0.141 - - [2026-05-11 02:49:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13394 0.023395 [API:8081]10.0.0.141 - - [2026-05-11 02:49:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.021000 [API:8081]10.0.0.141 - - [2026-05-11 02:49:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13394 0.025507 [API:8081]10.0.0.141 - - [2026-05-11 02:49:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.024392 [API:8081]10.0.0.141 - - [2026-05-11 02:49:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13394 0.021817 [API:8081]10.0.0.141 - - [2026-05-11 02:49:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021464 [API:8081]10.0.0.141 - - [2026-05-11 02:49:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.021180 [API:8081]10.0.0.141 - - [2026-05-11 02:49:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-86155726:ctest-VN3-84998603?flat HTTP/1.1" 200 6966 0.013999 [API:8081]10.0.0.141 - - [2026-05-11 02:49:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010002 [API:8081]10.0.0.141 - - [2026-05-11 02:49:51] "GET /analytics HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.141 - - [2026-05-11 02:49:51] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.141 - - [2026-05-11 02:49:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.025263 [API:8081]10.0.0.141 - - [2026-05-11 02:49:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12601 0.024396 [API:8081]10.0.0.141 - - [2026-05-11 02:49:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-86155726:ctest-VN2-44950802?flat HTTP/1.1" 200 7313 0.012055 [API:8081]10.0.0.141 - - [2026-05-11 02:49:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009743 [API:8081]10.0.0.141 - - [2026-05-11 02:49:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.023812 [API:8081]10.0.0.141 - - [2026-05-11 02:49:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.021035 [API:8081]10.0.0.141 - - [2026-05-11 02:49:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.035262 [API:8081]10.0.0.141 - - [2026-05-11 02:49:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.035868 [API:8081]10.0.0.141 - - [2026-05-11 02:50:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021306 [API:8081]10.0.0.141 - - [2026-05-11 02:50:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.030152 [API:8081]10.0.0.141 - - [2026-05-11 02:50:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020619 [API:8081]10.0.0.141 - - [2026-05-11 02:50:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.021332 [API:8081]10.0.0.141 - - [2026-05-11 02:50:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.022030 [API:8081]10.0.0.141 - - [2026-05-11 02:50:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.021670 [API:8081]10.0.0.141 - - [2026-05-11 02:50:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.020516 [API:8081]10.0.0.141 - - [2026-05-11 02:50:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.021831 [API:8081]10.0.0.141 - - [2026-05-11 02:50:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021741 [API:8081]10.0.0.141 - - [2026-05-11 02:50:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.020115 [API:8081]10.0.0.141 - - [2026-05-11 02:50:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.037921 [API:8081]10.0.0.141 - - [2026-05-11 02:50:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12989 0.036163 [API:8081]10.0.0.27 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.27 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.141 - - [2026-05-11 02:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.046535 [API:8081]10.0.0.141 - - [2026-05-11 02:50:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12579 0.030800 [API:8081]10.0.0.141 - - [2026-05-11 02:50:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-86155726:ctest-VN1-74631334?flat HTTP/1.1" 200 7640 0.038691 [API:8081]10.0.0.141 - - [2026-05-11 02:50:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.014897 [API:8081]10.0.0.249 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-05-11 02:50:20] "GET /analytics HTTP/1.1" 401 206 0.000173 [API:8081]10.0.0.141 - - [2026-05-11 02:50:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2026-05-11 02:50:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.066518 [API:8081]10.0.0.141 - - [2026-05-11 02:50:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.063431 [API:8081]10.0.0.27 - - [2026-05-11 02:51:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062060 [API:8081]10.0.0.249 - - [2026-05-11 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.27 - - [2026-05-11 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-05-11 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.27 - - [2026-05-11 02:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.27 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.249 - - [2026-05-11 02:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.141 - - [2026-05-11 02:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.27 - - [2026-05-11 02:52:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.066230 [API:8081]10.0.0.141 - - [2026-05-11 02:52:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2026-05-11 02:52:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.068024 [API:8081]10.0.0.27 - - [2026-05-11 02:54:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088768 [API:8081]10.0.0.141 - - [2026-05-11 02:54:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.084942 [API:8081]10.0.0.141 - - [2026-05-11 02:54:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.022438 [API:8081]10.0.0.141 - - [2026-05-11 02:54:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.069385 [API:8081]10.0.0.141 - - [2026-05-11 02:54:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12607 0.022334 [API:8081]10.0.0.141 - - [2026-05-11 02:54:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-57992749:ctest-vnet0-99792791?flat HTTP/1.1" 200 7965 0.012246 [API:8081]10.0.0.141 - - [2026-05-11 02:54:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008633 [API:8081]10.0.0.27 - - [2026-05-11 02:55:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.095909 [API:8081]10.0.0.141 - - [2026-05-11 02:55:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2026-05-11 02:55:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.061199 [API:8081]10.0.0.141 - - [2026-05-11 02:55:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1369 0.057690 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000517 [API:8081]10.0.0.249 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.27 - - [2026-05-11 02:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2026-05-11 02:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.249 - - [2026-05-11 02:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2026-05-11 02:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.27 - - [2026-05-11 02:57:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076669 [API:8081]10.0.0.27 - - [2026-05-11 02:58:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.080918 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003488 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003903 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003895 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003934 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003838 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003019 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003093 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 02:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002907 [API:8081]10.0.0.141 - - [2026-05-11 02:58:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020617 [API:8081]10.0.0.141 - - [2026-05-11 02:58:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13010 0.082372 [API:8081]10.0.0.141 - - [2026-05-11 02:58:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.028260 [API:8081]10.0.0.141 - - [2026-05-11 02:58:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13010 0.024320 [API:8081]10.0.0.141 - - [2026-05-11 02:58:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.025242 [API:8081]10.0.0.141 - - [2026-05-11 02:58:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12599 0.022193 [API:8081]10.0.0.141 - - [2026-05-11 02:58:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-69989575:ctest-vnet1-28251161?flat HTTP/1.1" 200 7305 0.012613 [API:8081]10.0.0.141 - - [2026-05-11 02:58:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010036 [API:8081]10.0.0.141 - - [2026-05-11 02:58:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.026280 [API:8081]10.0.0.141 - - [2026-05-11 02:58:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.022166 [API:8081]10.0.0.141 - - [2026-05-11 02:58:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.028332 [API:8081]10.0.0.141 - - [2026-05-11 02:58:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.027605 [API:8081]10.0.0.141 - - [2026-05-11 02:59:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.023286 [API:8081]10.0.0.141 - - [2026-05-11 02:59:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.024374 [API:8081]10.0.0.141 - - [2026-05-11 02:59:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.027642 [API:8081]10.0.0.141 - - [2026-05-11 02:59:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.027022 [API:8081]10.0.0.141 - - [2026-05-11 02:59:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.022174 [API:8081]10.0.0.141 - - [2026-05-11 02:59:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.021491 [API:8081]10.0.0.141 - - [2026-05-11 02:59:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.021370 [API:8081]10.0.0.141 - - [2026-05-11 02:59:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.022081 [API:8081]10.0.0.141 - - [2026-05-11 02:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.021777 [API:8081]10.0.0.141 - - [2026-05-11 02:59:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.021763 [API:8081]10.0.0.141 - - [2026-05-11 02:59:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.022799 [API:8081]10.0.0.141 - - [2026-05-11 02:59:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.023471 [API:8081]10.0.0.141 - - [2026-05-11 02:59:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.021483 [API:8081]10.0.0.141 - - [2026-05-11 02:59:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13015 0.021365 [API:8081]10.0.0.141 - - [2026-05-11 02:59:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.027639 [API:8081]10.0.0.141 - - [2026-05-11 02:59:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12599 0.022957 [API:8081]10.0.0.141 - - [2026-05-11 02:59:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-69989575:ctest-vnet0-09242266?flat HTTP/1.1" 200 6959 0.014396 [API:8081]10.0.0.141 - - [2026-05-11 02:59:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009040 [API:8081]10.0.0.141 - - [2026-05-11 02:59:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2026-05-11 02:59:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.061365 [API:8081]10.0.0.141 - - [2026-05-11 02:59:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1393 0.070341 [API:8081]10.0.0.141 - - [2026-05-11 02:59:51] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.141 - - [2026-05-11 02:59:51] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.27 - - [2026-05-11 03:00:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065311 [API:8081]10.0.0.27 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.27 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.249 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2026-05-11 03:00:20] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.27 - - [2026-05-11 03:01:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.076625 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.249 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.249 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000413 [API:8081]10.0.0.27 - - [2026-05-11 03:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2026-05-11 03:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.249 - - [2026-05-11 03:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000463 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2026-05-11 03:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.27 - - [2026-05-11 03:03:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073030 [API:8081]10.0.0.27 - - [2026-05-11 03:04:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.071884 [API:8081]10.0.0.141 - - [2026-05-11 03:05:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.077225 [API:8081]10.0.0.141 - - [2026-05-11 03:05:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13035 0.079195 [API:8081]10.0.0.141 - - [2026-05-11 03:05:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.082993 [API:8081]10.0.0.141 - - [2026-05-11 03:05:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13035 0.021848 [API:8081]10.0.0.141 - - [2026-05-11 03:05:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.024675 [API:8081]10.0.0.141 - - [2026-05-11 03:05:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13035 0.025043 [API:8081]10.0.0.141 - - [2026-05-11 03:05:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.026191 [API:8081]10.0.0.141 - - [2026-05-11 03:05:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13035 0.024025 [API:8081]10.0.0.141 - - [2026-05-11 03:05:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.031885 [API:8081]10.0.0.141 - - [2026-05-11 03:05:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13035 0.020789 [API:8081]10.0.0.141 - - [2026-05-11 03:05:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.021025 [API:8081]10.0.0.141 - - [2026-05-11 03:05:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 12606 0.020400 [API:8081]10.0.0.141 - - [2026-05-11 03:05:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-17556492:ctest-vnet1-43709914?flat HTTP/1.1" 200 8068 0.011912 [API:8081]10.0.0.141 - - [2026-05-11 03:05:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009826 [API:8081]10.0.0.141 - - [2026-05-11 03:05:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.027707 [API:8081]10.0.0.141 - - [2026-05-11 03:05:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.022486 [API:8081]10.0.0.141 - - [2026-05-11 03:05:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.029989 [API:8081]10.0.0.141 - - [2026-05-11 03:05:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.032318 [API:8081]10.0.0.141 - - [2026-05-11 03:05:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.024144 [API:8081]10.0.0.141 - - [2026-05-11 03:05:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.024246 [API:8081]10.0.0.141 - - [2026-05-11 03:05:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.021907 [API:8081]10.0.0.141 - - [2026-05-11 03:05:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.020631 [API:8081]10.0.0.141 - - [2026-05-11 03:05:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.024405 [API:8081]10.0.0.141 - - [2026-05-11 03:05:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.021250 [API:8081]10.0.0.141 - - [2026-05-11 03:05:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.021077 [API:8081]10.0.0.141 - - [2026-05-11 03:05:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.022627 [API:8081]10.0.0.141 - - [2026-05-11 03:05:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.020907 [API:8081]10.0.0.141 - - [2026-05-11 03:05:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.020928 [API:8081]10.0.0.141 - - [2026-05-11 03:05:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.023800 [API:8081]10.0.0.141 - - [2026-05-11 03:05:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13028 0.023450 [API:8081]10.0.0.141 - - [2026-05-11 03:05:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.023733 [API:8081]10.0.0.141 - - [2026-05-11 03:05:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 12786 0.024410 [API:8081]10.0.0.141 - - [2026-05-11 03:05:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-17556492:ctest-vnet0-59526434?flat HTTP/1.1" 200 7709 0.012801 [API:8081]10.0.0.141 - - [2026-05-11 03:05:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008959 [API:8081]10.0.0.27 - - [2026-05-11 03:06:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071609 [API:8081]10.0.0.27 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000437 [API:8081]10.0.0.249 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.27 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.249 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.27 - - [2026-05-11 03:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.27 - - [2026-05-11 03:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.249 - - [2026-05-11 03:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-05-11 03:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2026-05-11 03:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-05-11 03:07:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.082386 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002900 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003788 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007834 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007826 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.007718 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003936 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005141 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004109 [API:8081]10.0.0.27 - - [2026-05-11 03:09:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067536 [API:8081]10.0.0.141 - - [2026-05-11 03:09:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-11 03:09:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.069506 [API:8081]10.0.0.141 - - [2026-05-11 03:09:51] "GET /analytics HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.141 - - [2026-05-11 03:09:51] "GET /analytics HTTP/1.1" 401 206 0.000185 [API:8081]10.0.0.27 - - [2026-05-11 03:10:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.081223 [API:8081]10.0.0.27 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000424 [API:8081]10.0.0.27 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000191 [API:8081]10.0.0.249 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-05-11 03:10:20] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.141 - - [2026-05-11 03:11:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1357 0.054616 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.249 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.27 - - [2026-05-11 03:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.249 - - [2026-05-11 03:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.249 - - [2026-05-11 03:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2026-05-11 03:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.27 - - [2026-05-11 03:12:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092252 [API:8081]10.0.0.141 - - [2026-05-11 03:12:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.141 - - [2026-05-11 03:12:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1485 0.068828 [API:8081]10.0.0.27 - - [2026-05-11 03:13:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.076404 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:d273518e-c742-4537-95dd-0f61fe065450?flat HTTP/1.1" 200 5823 0.070204 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:d273518e-c742-4537-95dd-0f61fe065450?flat HTTP/1.1" 200 5823 0.013307 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:d273518e-c742-4537-95dd-0f61fe065450?flat HTTP/1.1" 200 5823 0.064234 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737-60263323?flat HTTP/1.1" 200 10799 0.017166 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019391 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13220 0.019486 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020186 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13220 0.020131 [API:8081]10.0.0.141 - - [2026-05-11 03:13:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008635 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:c346e78d-baaf-46c8-a967-fa3592386350?flat HTTP/1.1" 200 5957 0.018618 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:c346e78d-baaf-46c8-a967-fa3592386350?flat HTTP/1.1" 200 5957 0.017597 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:c346e78d-baaf-46c8-a967-fa3592386350?flat HTTP/1.1" 200 5957 0.026709 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737:ctest-SecurityGroupBasicRegressionTests1Ipv6-27598737-60263323?flat HTTP/1.1" 200 13391 0.049083 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.022370 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13201 0.021838 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.032446 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13201 0.031648 [API:8081]10.0.0.141 - - [2026-05-11 03:13:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.024082 [API:8081]10.0.0.27 - - [2026-05-11 03:15:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066114 [API:8081]10.0.0.27 - - [2026-05-11 03:16:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.069858 [API:8081]10.0.0.27 - - [2026-05-11 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-05-11 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-05-11 03:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.27 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2026-05-11 03:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.141 - - [2026-05-11 03:16:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2026-05-11 03:16:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1633 0.074372 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:f878c871-394f-4064-90e7-678104d13de9?flat HTTP/1.1" 200 5803 0.067134 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:f878c871-394f-4064-90e7-678104d13de9?flat HTTP/1.1" 200 5803 0.061754 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:f878c871-394f-4064-90e7-678104d13de9?flat HTTP/1.1" 200 5803 0.015073 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302-74624187?flat HTTP/1.1" 200 10441 0.022875 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.021655 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13825 0.021991 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.022040 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13825 0.021607 [API:8081]10.0.0.141 - - [2026-05-11 03:17:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009300 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:0b6a1afa-e7f0-41f4-b030-bb27a4fc789a?flat HTTP/1.1" 200 5923 0.018301 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:0b6a1afa-e7f0-41f4-b030-bb27a4fc789a?flat HTTP/1.1" 200 5923 0.018797 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:0b6a1afa-e7f0-41f4-b030-bb27a4fc789a?flat HTTP/1.1" 200 5923 0.017458 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302-74624187?flat HTTP/1.1" 200 12873 0.027904 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.030435 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13813 0.029229 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.023747 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13813 0.022487 [API:8081]10.0.0.141 - - [2026-05-11 03:18:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011414 [API:8081]10.0.0.27 - - [2026-05-11 03:18:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063695 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004691 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004103 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003947 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003822 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003714 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003043 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002690 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004029 [API:8081]10.0.0.141 - - [2026-05-11 03:19:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.025216 [API:8081]10.0.0.141 - - [2026-05-11 03:19:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13795 0.028143 [API:8081]10.0.0.141 - - [2026-05-11 03:19:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022660 [API:8081]10.0.0.141 - - [2026-05-11 03:19:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13200 0.021843 [API:8081]10.0.0.141 - - [2026-05-11 03:19:23] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302-74624187?flat HTTP/1.1" 200 11656 0.018737 [API:8081]10.0.0.141 - - [2026-05-11 03:19:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009315 [API:8081]10.0.0.141 - - [2026-05-11 03:19:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.030357 [API:8081]10.0.0.27 - - [2026-05-11 03:19:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.104274 [API:8081]10.0.0.141 - - [2026-05-11 03:19:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.023433 [API:8081]10.0.0.141 - - [2026-05-11 03:19:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.020918 [API:8081]10.0.0.141 - - [2026-05-11 03:19:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.024237 [API:8081]10.0.0.141 - - [2026-05-11 03:19:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.036332 [API:8081]10.0.0.141 - - [2026-05-11 03:19:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.021333 [API:8081]10.0.0.141 - - [2026-05-11 03:19:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.020487 [API:8081]10.0.0.141 - - [2026-05-11 03:19:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.022039 [API:8081]10.0.0.141 - - [2026-05-11 03:19:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.021631 [API:8081]10.0.0.141 - - [2026-05-11 03:19:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.021778 [API:8081]10.0.0.141 - - [2026-05-11 03:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.023332 [API:8081]10.0.0.141 - - [2026-05-11 03:19:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.020633 [API:8081]10.0.0.141 - - [2026-05-11 03:19:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.024125 [API:8081]10.0.0.141 - - [2026-05-11 03:19:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.029618 [API:8081]10.0.0.141 - - [2026-05-11 03:19:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.022460 [API:8081]10.0.0.141 - - [2026-05-11 03:19:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13803 0.021710 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.025719 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13226 0.023285 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302:ctest-SecurityGroupBasicRegressionTests1_contrail-19177302-74624187?flat HTTP/1.1" 200 8424 0.015512 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011594 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2026-05-11 03:19:51] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.141 - - [2026-05-11 03:20:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000766 [API:8081]10.0.0.141 - - [2026-05-11 03:20:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1597 0.064989 [API:8081]10.0.0.27 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.249 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2026-05-11 03:20:20] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:d406006b-8d40-49ce-9793-0dcd42132417?flat HTTP/1.1" 200 5693 0.097940 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:d406006b-8d40-49ce-9793-0dcd42132417?flat HTTP/1.1" 200 5693 0.063796 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:d406006b-8d40-49ce-9793-0dcd42132417?flat HTTP/1.1" 200 5693 0.014549 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:ctest-SecurityGroupBasicRegressionTests1-04985221-88730539?flat HTTP/1.1" 200 9946 0.019278 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.022656 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13740 0.022038 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.021158 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13740 0.030818 [API:8081]10.0.0.141 - - [2026-05-11 03:20:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010020 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:54f4b7f3-c500-41da-a0db-a8e00e8bba20?flat HTTP/1.1" 200 5549 0.013273 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:54f4b7f3-c500-41da-a0db-a8e00e8bba20?flat HTTP/1.1" 200 5549 0.014172 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:54f4b7f3-c500-41da-a0db-a8e00e8bba20?flat HTTP/1.1" 200 5549 0.013164 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-04985221:ctest-SecurityGroupBasicRegressionTests1-04985221-88730539?flat HTTP/1.1" 200 9946 0.017351 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020339 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13768 0.020350 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020380 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13768 0.021003 [API:8081]10.0.0.141 - - [2026-05-11 03:21:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.008792 [API:8081]10.0.0.27 - - [2026-05-11 03:21:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077134 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.27 - - [2026-05-11 03:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.249 - - [2026-05-11 03:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-11 03:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000429 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2026-05-11 03:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.27 - - [2026-05-11 03:22:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.067843 [API:8081]10.0.0.141 - - [2026-05-11 03:24:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.141 - - [2026-05-11 03:24:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2025 0.069108 [API:8081]10.0.0.141 - - [2026-05-11 03:24:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.078056 [API:8081]10.0.0.141 - - [2026-05-11 03:24:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2453 0.061970 [API:8081]10.0.0.27 - - [2026-05-11 03:24:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062550 [API:8081]10.0.0.141 - - [2026-05-11 03:24:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2025 0.009598 [API:8081]10.0.0.141 - - [2026-05-11 03:24:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.010846 [API:8081]10.0.0.141 - - [2026-05-11 03:24:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2453 0.008868 [API:8081]10.0.0.141 - - [2026-05-11 03:24:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2678 0.009152 [API:8081]10.0.0.141 - - [2026-05-11 03:24:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2905 0.010342 [API:8081]10.0.0.141 - - [2026-05-11 03:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.141 - - [2026-05-11 03:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1810 0.103836 [API:8081]10.0.0.141 - - [2026-05-11 03:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2027 0.060896 [API:8081]10.0.0.141 - - [2026-05-11 03:25:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2246 0.090594 [API:8081]10.0.0.141 - - [2026-05-11 03:25:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1810 0.009614 [API:8081]10.0.0.141 - - [2026-05-11 03:25:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2023 0.009782 [API:8081]10.0.0.141 - - [2026-05-11 03:25:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.010281 [API:8081]10.0.0.27 - - [2026-05-11 03:25:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.357287 [API:8081]10.0.0.141 - - [2026-05-11 03:25:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 03:25:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2019 0.058874 [API:8081]10.0.0.141 - - [2026-05-11 03:25:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.064901 [API:8081]10.0.0.141 - - [2026-05-11 03:25:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2439 0.058312 [API:8081]10.0.0.141 - - [2026-05-11 03:25:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2019 0.008784 [API:8081]10.0.0.141 - - [2026-05-11 03:25:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2228 0.044690 [API:8081]10.0.0.141 - - [2026-05-11 03:25:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2439 0.009806 [API:8081]10.0.0.141 - - [2026-05-11 03:25:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2660 0.010138 [API:8081]10.0.0.141 - - [2026-05-11 03:25:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2670 0.010238 [API:8081]10.0.0.141 - - [2026-05-11 03:26:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.141 - - [2026-05-11 03:26:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1812 0.077245 [API:8081]10.0.0.141 - - [2026-05-11 03:26:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2029 0.063536 [API:8081]10.0.0.141 - - [2026-05-11 03:26:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2250 0.093444 [API:8081]10.0.0.141 - - [2026-05-11 03:26:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2483 0.012429 [API:8081]10.0.0.141 - - [2026-05-11 03:26:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2718 0.016148 [API:8081]10.0.0.27 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-05-11 03:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-05-11 03:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-05-11 03:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2026-05-11 03:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2026-05-11 03:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000765 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.141 - - [2026-05-11 03:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.27 - - [2026-05-11 03:27:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078703 [API:8081]10.0.0.27 - - [2026-05-11 03:28:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.074347 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003345 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003319 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003037 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004274 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003727 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004066 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002917 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003435 [API:8081]10.0.0.141 - - [2026-05-11 03:29:51] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2026-05-11 03:29:51] "GET /analytics HTTP/1.1" 401 206 0.000193 [API:8081]10.0.0.27 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000389 [API:8081]10.0.0.27 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.249 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2026-05-11 03:30:20] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.27 - - [2026-05-11 03:30:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065876 [API:8081]10.0.0.27 - - [2026-05-11 03:31:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073217 [API:8081]10.0.0.27 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.249 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.27 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-05-11 03:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.27 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.27 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2026-05-11 03:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000518 [API:8081]10.0.0.141 - - [2026-05-11 03:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.141 - - [2026-05-11 03:33:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.141 - - [2026-05-11 03:33:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2029 0.075817 [API:8081]10.0.0.141 - - [2026-05-11 03:33:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2240 0.060094 [API:8081]10.0.0.27 - - [2026-05-11 03:33:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069105 [API:8081]10.0.0.27 - - [2026-05-11 03:34:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.074485 [API:8081]10.0.0.27 - - [2026-05-11 03:36:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.415957 [API:8081]10.0.0.27 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.27 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.249 - - [2026-05-11 03:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.27 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.27 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.249 - - [2026-05-11 03:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.141 - - [2026-05-11 03:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2026-05-11 03:37:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2026-05-11 03:37:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1804 0.061614 [API:8081]10.0.0.27 - - [2026-05-11 03:37:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.064749 [API:8081]10.0.0.141 - - [2026-05-11 03:38:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2026-05-11 03:38:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2027 0.100269 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003057 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002811 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003297 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003708 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003682 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003224 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003250 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003150 [API:8081]10.0.0.27 - - [2026-05-11 03:39:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065656 [API:8081]10.0.0.141 - - [2026-05-11 03:39:51] "GET /analytics HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.141 - - [2026-05-11 03:39:51] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.27 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.249 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.249 - - [2026-05-11 03:40:20] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.27 - - [2026-05-11 03:40:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.075185 [API:8081]10.0.0.27 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.27 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.249 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.27 - - [2026-05-11 03:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.27 - - [2026-05-11 03:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.249 - - [2026-05-11 03:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-05-11 03:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.141 - - [2026-05-11 03:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.27 - - [2026-05-11 03:42:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068768 [API:8081]10.0.0.27 - - [2026-05-11 03:43:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.089835 [API:8081]10.0.0.141 - - [2026-05-11 03:44:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.141 - - [2026-05-11 03:44:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.084854 [API:8081]10.0.0.27 - - [2026-05-11 03:45:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068727 [API:8081]10.0.0.27 - - [2026-05-11 03:46:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.107383 [API:8081]10.0.0.27 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.27 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.27 - - [2026-05-11 03:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.27 - - [2026-05-11 03:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-05-11 03:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2026-05-11 03:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2026-05-11 03:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003748 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003014 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002623 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003854 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004523 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003658 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004126 [API:8081]10.0.0.27 - - [2026-05-11 03:48:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060868 [API:8081]10.0.0.27 - - [2026-05-11 03:49:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.095788 [API:8081]10.0.0.141 - - [2026-05-11 03:49:51] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2026-05-11 03:49:51] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.141 - - [2026-05-11 03:50:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-31504120:c164ff1b-104a-4f49-83c5-ec5539e6ffcf?flat HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-31504120:c164ff1b-104a-4f49-83c5-ec5539e6ffcf?flat HTTP/1.1" 200 5116 0.082545 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-31504120:c164ff1b-104a-4f49-83c5-ec5539e6ffcf?flat HTTP/1.1" 200 5116 0.080077 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-31504120:c164ff1b-104a-4f49-83c5-ec5539e6ffcf?flat HTTP/1.1" 200 5116 0.064296 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-31504120:ctest-random-45371251?flat HTTP/1.1" 200 3487 0.015985 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.022616 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14128 0.023857 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.024621 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14128 0.023620 [API:8081]10.0.0.141 - - [2026-05-11 03:50:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.008705 [API:8081]10.0.0.141 - - [2026-05-11 03:50:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1806 0.010550 [API:8081]10.0.0.141 - - [2026-05-11 03:50:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.021617 [API:8081]10.0.0.141 - - [2026-05-11 03:50:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14128 0.022060 [API:8081]10.0.0.141 - - [2026-05-11 03:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.023001 [API:8081]10.0.0.141 - - [2026-05-11 03:50:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14128 0.020853 [API:8081]10.0.0.141 - - [2026-05-11 03:50:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.021243 [API:8081]10.0.0.141 - - [2026-05-11 03:50:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14128 0.026402 [API:8081]10.0.0.141 - - [2026-05-11 03:50:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.023234 [API:8081]10.0.0.141 - - [2026-05-11 03:50:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14128 0.022940 [API:8081]10.0.0.27 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.27 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000166 [API:8081]10.0.0.249 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-11 03:50:20] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.141 - - [2026-05-11 03:50:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24658 0.041766 [API:8081]10.0.0.141 - - [2026-05-11 03:50:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13770 0.029837 [API:8081]10.0.0.141 - - [2026-05-11 03:50:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-31504120:ctest-random-45371251?flat HTTP/1.1" 200 4014 0.022540 [API:8081]10.0.0.141 - - [2026-05-11 03:50:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011294 [API:8081]10.0.0.27 - - [2026-05-11 03:51:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068144 [API:8081]10.0.0.27 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.27 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.27 - - [2026-05-11 03:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.27 - - [2026-05-11 03:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2026-05-11 03:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-05-11 03:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000519 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.141 - - [2026-05-11 03:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.27 - - [2026-05-11 03:52:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.067039 [API:8081]10.0.0.27 - - [2026-05-11 03:54:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.146414 [API:8081]10.0.0.27 - - [2026-05-11 03:55:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.068737 [API:8081]10.0.0.27 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.27 - - [2026-05-11 03:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-05-11 03:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-05-11 03:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.249 - - [2026-05-11 03:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000814 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.141 - - [2026-05-11 03:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.27 - - [2026-05-11 03:57:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081256 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003129 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003376 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002715 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002826 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002900 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002471 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 03:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002591 [API:8081]10.0.0.27 - - [2026-05-11 03:58:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073988 [API:8081]10.0.0.141 - - [2026-05-11 03:59:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2026-05-11 03:59:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2447 0.068952 [API:8081]10.0.0.141 - - [2026-05-11 03:59:51] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2026-05-11 03:59:51] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.27 - - [2026-05-11 04:00:20] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.27 - - [2026-05-11 04:00:20] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.249 - - [2026-05-11 04:00:20] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2026-05-11 04:00:20] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.27 - - [2026-05-11 04:00:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069343 [API:8081]10.0.0.27 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.27 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2026-05-11 04:01:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.27 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.249 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2026-05-11 04:01:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-11 04:01:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-05-11 04:01:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.106382 [API:8081]10.0.0.141 - - [2026-05-11 04:02:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.141 - - [2026-05-11 04:02:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2007 0.076842 [API:8081]10.0.0.27 - - [2026-05-11 04:04:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124231 [API:8081]10.0.0.27 - - [2026-05-11 04:05:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.079886 [API:8081]10.0.0.141 - - [2026-05-11 04:05:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.141 - - [2026-05-11 04:05:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1832 0.065915 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:52] "POST /analytics/query HTTP/1.1" 202 179 0.007272 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:52] "GET /analytics/query/b3805531-4cee-11f1-a70d-00000a00008d HTTP/1.1" 200 221 0.004474 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:52] "GET /analytics/query/b3805531-4cee-11f1-a70d-00000a00008d HTTP/1.1" 200 221 0.002047 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:53] "GET /analytics/query/b3805531-4cee-11f1-a70d-00000a00008d HTTP/1.1" 200 338 0.002933 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:53] "GET /analytics/query/b3805531-4cee-11f1-a70d-00000a00008d/chunk-final/0 HTTP/1.1" 200 856 0.003079 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:53] "POST /analytics/query HTTP/1.1" 202 179 0.007019 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:53] "GET /analytics/query/b48231e0-4cee-11f1-b934-00000a00008d HTTP/1.1" 200 221 0.002489 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:54] "GET /analytics/query/b48231e0-4cee-11f1-b934-00000a00008d HTTP/1.1" 200 221 0.002308 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:54] "GET /analytics/query/b48231e0-4cee-11f1-b934-00000a00008d HTTP/1.1" 200 338 0.001956 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:54] "GET /analytics/query/b48231e0-4cee-11f1-b934-00000a00008d/chunk-final/0 HTTP/1.1" 200 856 0.002362 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:55] "POST /analytics/query HTTP/1.1" 202 179 0.015346 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:55] "GET /analytics/query/b5792c99-4cee-11f1-a9e3-00000a00008d HTTP/1.1" 200 221 0.002968 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:56] "GET /analytics/query/b5792c99-4cee-11f1-a9e3-00000a00008d HTTP/1.1" 200 339 0.003712 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:56] "GET /analytics/query/b5792c99-4cee-11f1-a9e3-00000a00008d/chunk-final/0 HTTP/1.1" 200 21285 0.011066 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:56] "POST /analytics/query HTTP/1.1" 202 179 0.005750 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:56] "GET /analytics/query/b62cdd6e-4cee-11f1-92bf-00000a00008d HTTP/1.1" 200 221 0.003211 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:57] "GET /analytics/query/b62cdd6e-4cee-11f1-92bf-00000a00008d HTTP/1.1" 200 339 0.001900 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:57] "GET /analytics/query/b62cdd6e-4cee-11f1-92bf-00000a00008d/chunk-final/0 HTTP/1.1" 200 21980 0.003531 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:57] "POST /analytics/query HTTP/1.1" 202 179 0.005349 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:57] "GET /analytics/query/b6e08937-4cee-11f1-8319-00000a00008d HTTP/1.1" 200 221 0.002067 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:58] "GET /analytics/query/b6e08937-4cee-11f1-8319-00000a00008d HTTP/1.1" 200 339 0.002085 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:05:58] "GET /analytics/query/b6e08937-4cee-11f1-8319-00000a00008d/chunk-final/0 HTTP/1.1" 200 7655 0.002213 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004240 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:02] "POST /analytics/query HTTP/1.1" 202 179 0.004416 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:02] "GET /analytics/query/b98c6165-4cee-11f1-a3b9-00000a00008d HTTP/1.1" 200 221 0.002282 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:02] "GET /analytics/query/b98c6165-4cee-11f1-a3b9-00000a00008d HTTP/1.1" 200 340 0.002002 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:02] "GET /analytics/query/b98c6165-4cee-11f1-a3b9-00000a00008d/chunk-final/0 HTTP/1.1" 200 345405 0.010317 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.004464 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.004389 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:04] "POST /analytics/query HTTP/1.1" 202 179 0.005342 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:04] "GET /analytics/query/bab8f3b6-4cee-11f1-b3d9-00000a00008d HTTP/1.1" 200 221 0.008231 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:04] "GET /analytics/query/bab8f3b6-4cee-11f1-b3d9-00000a00008d HTTP/1.1" 200 338 0.002380 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:04] "GET /analytics/query/bab8f3b6-4cee-11f1-b3d9-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001898 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:04] "POST /analytics/query HTTP/1.1" 202 179 0.005004 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:04] "GET /analytics/query/bb0a133a-4cee-11f1-9ac5-00000a00008d HTTP/1.1" 200 221 0.002594 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:05] "GET /analytics/query/bb0a133a-4cee-11f1-9ac5-00000a00008d HTTP/1.1" 200 338 0.002477 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:05] "GET /analytics/query/bb0a133a-4cee-11f1-9ac5-00000a00008d/chunk-final/0 HTTP/1.1" 200 11738 0.002781 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:05] "POST /analytics/query HTTP/1.1" 202 179 0.006999 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:05] "GET /analytics/query/bb5ab306-4cee-11f1-9f36-00000a00008d HTTP/1.1" 200 221 0.003468 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:05] "GET /analytics/query/bb5ab306-4cee-11f1-9f36-00000a00008d HTTP/1.1" 200 338 0.002653 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:05] "GET /analytics/query/bb5ab306-4cee-11f1-9f36-00000a00008d/chunk-final/0 HTTP/1.1" 200 7877 0.002914 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:05] "POST /analytics/query HTTP/1.1" 202 179 0.006772 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:06] "GET /analytics/query/bbacbdd4-4cee-11f1-9ea9-00000a00008d HTTP/1.1" 200 221 0.003162 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:06] "GET /analytics/query/bbacbdd4-4cee-11f1-9ea9-00000a00008d HTTP/1.1" 200 338 0.002537 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:06] "GET /analytics/query/bbacbdd4-4cee-11f1-9ea9-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.002556 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:06] "POST /analytics/query HTTP/1.1" 202 179 0.005937 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:06] "GET /analytics/query/bbffe707-4cee-11f1-a6aa-00000a00008d HTTP/1.1" 200 221 0.002407 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "GET /analytics/query/bbffe707-4cee-11f1-a6aa-00000a00008d HTTP/1.1" 200 338 0.002889 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "GET /analytics/query/bbffe707-4cee-11f1-a6aa-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.002748 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "POST /analytics/query HTTP/1.1" 202 179 0.011448 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "GET /analytics/query/bc511a2a-4cee-11f1-8ecb-00000a00008d HTTP/1.1" 200 221 0.004839 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "GET /analytics/query/bc511a2a-4cee-11f1-8ecb-00000a00008d HTTP/1.1" 200 338 0.002265 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "GET /analytics/query/bc511a2a-4cee-11f1-8ecb-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001994 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "POST /analytics/query HTTP/1.1" 202 179 0.004999 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:07] "GET /analytics/query/bca303c5-4cee-11f1-828a-00000a00008d HTTP/1.1" 200 221 0.010994 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "GET /analytics/query/bca303c5-4cee-11f1-828a-00000a00008d HTTP/1.1" 200 338 0.002243 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "GET /analytics/query/bca303c5-4cee-11f1-828a-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001890 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "POST /analytics/query HTTP/1.1" 202 179 0.005861 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "GET /analytics/query/bcf49bb1-4cee-11f1-8dc3-00000a00008d HTTP/1.1" 200 221 0.004111 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "GET /analytics/query/bcf49bb1-4cee-11f1-8dc3-00000a00008d HTTP/1.1" 200 338 0.002675 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "GET /analytics/query/bcf49bb1-4cee-11f1-8dc3-00000a00008d/chunk-final/0 HTTP/1.1" 200 2083 0.002324 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "POST /analytics/query HTTP/1.1" 202 179 0.013332 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:08] "GET /analytics/query/bd45e63f-4cee-11f1-8cd1-00000a00008d HTTP/1.1" 200 221 0.009859 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "GET /analytics/query/bd45e63f-4cee-11f1-8cd1-00000a00008d HTTP/1.1" 200 338 0.001965 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "GET /analytics/query/bd45e63f-4cee-11f1-8cd1-00000a00008d/chunk-final/0 HTTP/1.1" 200 2082 0.002213 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "POST /analytics/query HTTP/1.1" 202 179 0.005234 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "GET /analytics/query/bd98f59f-4cee-11f1-8a6c-00000a00008d HTTP/1.1" 200 221 0.002211 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "GET /analytics/query/bd98f59f-4cee-11f1-8a6c-00000a00008d HTTP/1.1" 200 338 0.002741 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "GET /analytics/query/bd98f59f-4cee-11f1-8a6c-00000a00008d/chunk-final/0 HTTP/1.1" 200 2082 0.003181 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "POST /analytics/query HTTP/1.1" 202 179 0.008712 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:09] "GET /analytics/query/bdea806b-4cee-11f1-85aa-00000a00008d HTTP/1.1" 200 221 0.002398 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:10] "GET /analytics/query/bdea806b-4cee-11f1-85aa-00000a00008d HTTP/1.1" 200 338 0.003288 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:10] "GET /analytics/query/bdea806b-4cee-11f1-85aa-00000a00008d/chunk-final/0 HTTP/1.1" 200 2082 0.002985 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:10] "POST /analytics/query HTTP/1.1" 202 179 0.011919 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:10] "GET /analytics/query/be3c85f3-4cee-11f1-a879-00000a00008d HTTP/1.1" 200 221 0.003091 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:10] "GET /analytics/query/be3c85f3-4cee-11f1-a879-00000a00008d HTTP/1.1" 200 338 0.001808 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:10] "GET /analytics/query/be3c85f3-4cee-11f1-a879-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001844 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.005399 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.004787 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:12] "POST /analytics/query HTTP/1.1" 202 179 0.006633 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:12] "GET /analytics/query/bf534eb0-4cee-11f1-8eef-00000a00008d HTTP/1.1" 200 221 0.005214 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:12] "GET /analytics/query/bf534eb0-4cee-11f1-8eef-00000a00008d HTTP/1.1" 200 340 0.002058 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:12] "GET /analytics/query/bf534eb0-4cee-11f1-8eef-00000a00008d/chunk-final/0 HTTP/1.1" 200 1505309 0.016660 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:12] "POST /analytics/query HTTP/1.1" 202 179 0.005617 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:12] "GET /analytics/query/bfada4b2-4cee-11f1-804d-00000a00008d HTTP/1.1" 200 221 0.011370 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:13] "GET /analytics/query/bfada4b2-4cee-11f1-804d-00000a00008d HTTP/1.1" 200 340 0.001995 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:13] "GET /analytics/query/bfada4b2-4cee-11f1-804d-00000a00008d/chunk-final/0 HTTP/1.1" 200 1508019 0.022619 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003777 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.006203 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004516 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.004477 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.004076 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:16] "POST /analytics/query HTTP/1.1" 202 179 0.018298 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:16] "GET /analytics/query/c236e47c-4cee-11f1-b096-00000a00008d HTTP/1.1" 200 221 0.008648 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:17] "GET /analytics/query/c236e47c-4cee-11f1-b096-00000a00008d HTTP/1.1" 200 339 0.002059 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:17] "GET /analytics/query/c236e47c-4cee-11f1-b096-00000a00008d/chunk-final/0 HTTP/1.1" 200 43924 0.004832 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003754 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:18] "POST /analytics/query HTTP/1.1" 202 179 0.007996 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:18] "GET /analytics/query/c2f7cdcf-4cee-11f1-b922-00000a00008d HTTP/1.1" 200 221 0.019289 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:18] "GET /analytics/query/c2f7cdcf-4cee-11f1-b922-00000a00008d HTTP/1.1" 200 341 0.002253 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:18] "GET /analytics/query/c2f7cdcf-4cee-11f1-b922-00000a00008d/chunk-final/0 HTTP/1.1" 200 1058503 0.039886 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.006454 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.017319 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.003863 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:24] "POST /analytics/query HTTP/1.1" 200 145 1.015129 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004148 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:26] "POST /analytics/query HTTP/1.1" 200 2299 1.023860 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.005378 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:27] "POST /analytics/query HTTP/1.1" 200 761 1.014015 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.007891 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:29] "POST /analytics/query HTTP/1.1" 200 2699 1.013914 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004900 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:31] "POST /analytics/query HTTP/1.1" 200 261 1.026920 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.004749 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:32] "POST /analytics/query HTTP/1.1" 200 1330 1.013303 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004433 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:34] "POST /analytics/query HTTP/1.1" 200 2699 1.012334 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004031 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:36] "POST /analytics/query HTTP/1.1" 200 825 1.011624 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003682 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:37] "POST /analytics/query HTTP/1.1" 200 141491 1.022404 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003630 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:39] "POST /analytics/query HTTP/1.1" 200 631 1.010692 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.005365 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:41] "POST /analytics/query HTTP/1.1" 200 261 1.018286 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003891 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:42] "POST /analytics/query HTTP/1.1" 200 596 1.012832 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.004004 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:44] "POST /analytics/query HTTP/1.1" 200 1434 1.010961 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.004407 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:46] "POST /analytics/query HTTP/1.1" 200 596 1.019831 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.004922 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:48] "POST /analytics/query HTTP/1.1" 200 236 1.014899 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:06:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004883 [API:8081]10.0.0.27 - - [2026-05-11 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.27 - - [2026-05-11 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.249 - - [2026-05-11 04:06:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.27 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.27 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.249 - - [2026-05-11 04:06:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.141 - - [2026-05-11 04:06:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.141 - - [2026-05-11 04:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.141 - - [2026-05-11 04:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2077 0.076662 [API:8081]10.0.0.27 - - [2026-05-11 04:07:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.124856 [API:8081]10.0.0.141 - - [2026-05-11 04:07:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.117181 [API:8081]10.0.0.141 - - [2026-05-11 04:07:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.012434 [API:8081]10.0.0.141 - - [2026-05-11 04:07:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.064218 [API:8081]10.0.0.27 - - [2026-05-11 04:08:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.065448 [API:8081]10.0.0.141 - - [2026-05-11 04:08:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.010569 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003119 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002983 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002905 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005088 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003285 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002669 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:08:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003404 [API:8081]10.0.0.141 - - [2026-05-11 04:08:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.010680 [API:8081]10.0.0.141 - - [2026-05-11 04:08:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.013310 [API:8081]10.0.0.141 - - [2026-05-11 04:08:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.009866 [API:8081]10.0.0.141 - - [2026-05-11 04:08:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.010358 [API:8081]10.0.0.141 - - [2026-05-11 04:08:53] "POST /analytics/query HTTP/1.1" 200 222 1.019190 [API:8081]10.0.0.141 - - [2026-05-11 04:08:54] "POST /analytics/query HTTP/1.1" 200 222 1.018571 [API:8081]10.0.0.141 - - [2026-05-11 04:08:55] "POST /analytics/query HTTP/1.1" 200 353 1.018346 [API:8081]10.0.0.141 - - [2026-05-11 04:09:51] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2026-05-11 04:09:51] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.27 - - [2026-05-11 04:10:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091846 [API:8081]10.0.0.27 - - [2026-05-11 04:10:20] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.27 - - [2026-05-11 04:10:20] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.249 - - [2026-05-11 04:10:21] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-05-11 04:10:21] "GET /analytics HTTP/1.1" 401 206 0.000132 [API:8081]10.0.0.27 - - [2026-05-11 04:11:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.070760 [API:8081]10.0.0.27 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-05-11 04:11:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.27 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-05-11 04:11:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2026-05-11 04:11:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2026-05-11 04:12:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25607 0.023509 [API:8081]10.0.0.141 - - [2026-05-11 04:12:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14880 0.021004 [API:8081]10.0.0.27 - - [2026-05-11 04:13:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.102635 [API:8081]10.0.0.27 - - [2026-05-11 04:14:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.109230 [API:8081]10.0.0.27 - - [2026-05-11 04:16:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081421 [API:8081]10.0.0.27 - - [2026-05-11 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000532 [API:8081]10.0.0.249 - - [2026-05-11 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.27 - - [2026-05-11 04:16:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.249 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.27 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.27 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2026-05-11 04:16:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000375 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000427 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.141 - - [2026-05-11 04:16:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.27 - - [2026-05-11 04:17:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.066293 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003474 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003685 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004611 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005436 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004867 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003755 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004183 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:18:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003780 [API:8081]10.0.0.27 - - [2026-05-11 04:19:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084891 [API:8081]10.0.0.141 - - [2026-05-11 04:19:51] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2026-05-11 04:19:51] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.27 - - [2026-05-11 04:20:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.071676 [API:8081]10.0.0.27 - - [2026-05-11 04:20:20] "GET /analytics HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.27 - - [2026-05-11 04:20:20] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2026-05-11 04:20:21] "GET /analytics HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-11 04:20:21] "GET /analytics HTTP/1.1" 401 206 0.000203 [API:8081]10.0.0.27 - - [2026-05-11 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001074 [API:8081]10.0.0.249 - - [2026-05-11 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.27 - - [2026-05-11 04:21:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.27 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2026-05-11 04:21:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.141 - - [2026-05-11 04:21:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.27 - - [2026-05-11 04:22:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074950 [API:8081]10.0.0.27 - - [2026-05-11 04:23:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.073718 [API:8081]10.0.0.27 - - [2026-05-11 04:25:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.104469 [API:8081]10.0.0.141 - - [2026-05-11 04:25:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2026-05-11 04:25:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.093646 [API:8081]10.0.0.141 - - [2026-05-11 04:26:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:d7bb070d-332e-4872-a5bd-3abc53d6bda0?flat HTTP/1.1" 200 5200 0.097028 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:d7bb070d-332e-4872-a5bd-3abc53d6bda0?flat HTTP/1.1" 200 5200 0.085033 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:d7bb070d-332e-4872-a5bd-3abc53d6bda0?flat HTTP/1.1" 200 5200 0.020448 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-09471363:EVPN-VN1?flat HTTP/1.1" 200 3937 0.028985 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25611 0.030175 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14148 0.035999 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25611 0.035210 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14148 0.023268 [API:8081]10.0.0.141 - - [2026-05-11 04:26:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009196 [API:8081]10.0.0.27 - - [2026-05-11 04:26:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.071816 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:64cab6eb-60a0-4bef-8a97-faf32cd48dca?flat HTTP/1.1" 200 5206 0.013259 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:64cab6eb-60a0-4bef-8a97-faf32cd48dca?flat HTTP/1.1" 200 5206 0.012813 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:64cab6eb-60a0-4bef-8a97-faf32cd48dca?flat HTTP/1.1" 200 5206 0.014755 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-09471363:EVPN-VN1?flat HTTP/1.1" 200 4369 0.016861 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.031197 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14154 0.029334 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25600 0.022393 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14154 0.020831 [API:8081]10.0.0.141 - - [2026-05-11 04:26:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009858 [API:8081]10.0.0.27 - - [2026-05-11 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.27 - - [2026-05-11 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-05-11 04:26:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.27 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.27 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-05-11 04:26:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2026-05-11 04:26:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.27 - - [2026-05-11 04:28:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.078527 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003707 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005013 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003808 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003854 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004834 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002927 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003296 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:28:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003053 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:d7bb070d-332e-4872-a5bd-3abc53d6bda0?flat HTTP/1.1" 200 5307 0.015595 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:d7bb070d-332e-4872-a5bd-3abc53d6bda0?flat HTTP/1.1" 200 5307 0.019414 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:d7bb070d-332e-4872-a5bd-3abc53d6bda0?flat HTTP/1.1" 200 5307 0.014062 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-09471363:EVPN-VN1?flat HTTP/1.1" 200 9412 0.020453 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21059 0.019022 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13182 0.021333 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21059 0.020235 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13182 0.020960 [API:8081]10.0.0.141 - - [2026-05-11 04:28:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009754 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:64cab6eb-60a0-4bef-8a97-faf32cd48dca?flat HTTP/1.1" 200 5206 0.013729 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:64cab6eb-60a0-4bef-8a97-faf32cd48dca?flat HTTP/1.1" 200 5206 0.014888 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-09471363:64cab6eb-60a0-4bef-8a97-faf32cd48dca?flat HTTP/1.1" 200 5206 0.014487 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-09471363:EVPN-VN1?flat HTTP/1.1" 200 9412 0.019625 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23255 0.022520 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13048 0.020197 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23255 0.020991 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13048 0.020312 [API:8081]10.0.0.141 - - [2026-05-11 04:28:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009665 [API:8081]10.0.0.27 - - [2026-05-11 04:29:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.074827 [API:8081]10.0.0.141 - - [2026-05-11 04:29:51] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2026-05-11 04:29:51] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.141 - - [2026-05-11 04:30:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25305 0.024072 [API:8081]10.0.0.141 - - [2026-05-11 04:30:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13718 0.024735 [API:8081]10.0.0.141 - - [2026-05-11 04:30:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25305 0.038375 [API:8081]10.0.0.141 - - [2026-05-11 04:30:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13718 0.038564 [API:8081]10.0.0.141 - - [2026-05-11 04:30:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25309 0.035065 [API:8081]10.0.0.141 - - [2026-05-11 04:30:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13381 0.023847 [API:8081]10.0.0.141 - - [2026-05-11 04:30:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-09471363:EVPN-VN1?flat HTTP/1.1" 200 8550 0.022636 [API:8081]10.0.0.141 - - [2026-05-11 04:30:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010638 [API:8081]10.0.0.27 - - [2026-05-11 04:30:20] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.27 - - [2026-05-11 04:30:20] "GET /analytics HTTP/1.1" 401 206 0.000131 [API:8081]10.0.0.249 - - [2026-05-11 04:30:21] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.249 - - [2026-05-11 04:30:21] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.141 - - [2026-05-11 04:30:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24690 0.021389 [API:8081]10.0.0.141 - - [2026-05-11 04:30:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13537 0.027365 [API:8081]10.0.0.141 - - [2026-05-11 04:30:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-09471363:EVPN-VN1?flat HTTP/1.1" 200 5988 0.017864 [API:8081]10.0.0.141 - - [2026-05-11 04:30:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009145 [API:8081]10.0.0.27 - - [2026-05-11 04:31:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071531 [API:8081]10.0.0.27 - - [2026-05-11 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.27 - - [2026-05-11 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2026-05-11 04:31:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.249 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.27 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.27 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.249 - - [2026-05-11 04:31:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.141 - - [2026-05-11 04:31:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.27 - - [2026-05-11 04:32:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.114996 [API:8081]10.0.0.141 - - [2026-05-11 04:32:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-88718936:ctest-TestRbac-88718936-27042581?flat HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2026-05-11 04:32:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-88718936:ctest-TestRbac-88718936-27042581?flat HTTP/1.1" 200 2080 0.473363 [API:8081]10.0.0.141 - - [2026-05-11 04:32:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.186182 [API:8081]10.0.0.141 - - [2026-05-11 04:32:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-88718936:ctest-TestRbac-88718936-27042581?flat HTTP/1.1" 401 206 0.000445 [API:8081]10.0.0.141 - - [2026-05-11 04:32:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-88718936:ctest-TestRbac-88718936-27042581?flat HTTP/1.1" 200 2080 0.191943 [API:8081]10.0.0.141 - - [2026-05-11 04:32:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.093414 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-17401404:bfed1c70-9e7f-40ff-8c3f-18879973689d?flat HTTP/1.1" 200 5324 0.128442 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-17401404:bfed1c70-9e7f-40ff-8c3f-18879973689d?flat HTTP/1.1" 200 5324 0.076235 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-17401404:bfed1c70-9e7f-40ff-8c3f-18879973689d?flat HTTP/1.1" 200 5324 0.072710 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-88718936:ctest-TestRbac-88718936-27042581?flat HTTP/1.1" 200 3958 0.061528 [API:8081]10.0.0.141 - - [2026-05-11 04:33:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.033848 [API:8081]10.0.0.141 - - [2026-05-11 04:33:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.154618 [API:8081]10.0.0.141 - - [2026-05-11 04:33:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.141 - - [2026-05-11 04:33:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.069804 [API:8081]10.0.0.141 - - [2026-05-11 04:33:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.074668 [API:8081]10.0.0.141 - - [2026-05-11 04:33:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.088742 [API:8081]10.0.0.141 - - [2026-05-11 04:33:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.164864 [API:8081]10.0.0.141 - - [2026-05-11 04:33:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.022323 [API:8081]10.0.0.141 - - [2026-05-11 04:33:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.023545 [API:8081]10.0.0.141 - - [2026-05-11 04:33:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.082407 [API:8081]10.0.0.141 - - [2026-05-11 04:33:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.044614 [API:8081]10.0.0.141 - - [2026-05-11 04:33:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.144996 [API:8081]10.0.0.141 - - [2026-05-11 04:33:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.069109 [API:8081]10.0.0.141 - - [2026-05-11 04:33:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.020735 [API:8081]10.0.0.141 - - [2026-05-11 04:33:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.022418 [API:8081]10.0.0.141 - - [2026-05-11 04:33:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.027477 [API:8081]10.0.0.141 - - [2026-05-11 04:33:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.028823 [API:8081]10.0.0.141 - - [2026-05-11 04:33:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.021525 [API:8081]10.0.0.141 - - [2026-05-11 04:33:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.021691 [API:8081]10.0.0.141 - - [2026-05-11 04:33:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.022020 [API:8081]10.0.0.141 - - [2026-05-11 04:33:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.026203 [API:8081]10.0.0.141 - - [2026-05-11 04:33:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.024753 [API:8081]10.0.0.141 - - [2026-05-11 04:33:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.029285 [API:8081]10.0.0.141 - - [2026-05-11 04:33:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.027947 [API:8081]10.0.0.141 - - [2026-05-11 04:33:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.019913 [API:8081]10.0.0.141 - - [2026-05-11 04:33:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.021345 [API:8081]10.0.0.141 - - [2026-05-11 04:33:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.027824 [API:8081]10.0.0.141 - - [2026-05-11 04:33:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13965 0.023016 [API:8081]10.0.0.141 - - [2026-05-11 04:33:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.023592 [API:8081]10.0.0.141 - - [2026-05-11 04:33:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13669 0.028811 [API:8081]10.0.0.141 - - [2026-05-11 04:33:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-88718936:ctest-TestRbac-88718936-27042581?flat HTTP/1.1" 200 6498 0.014191 [API:8081]10.0.0.141 - - [2026-05-11 04:33:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.015003 [API:8081]10.0.0.141 - - [2026-05-11 04:34:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.141 - - [2026-05-11 04:34:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 200 2119 0.111488 [API:8081]10.0.0.141 - - [2026-05-11 04:34:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 401 206 0.000249 --- 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-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-56217597' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '38646e70f96e4465bd32b794b685db6d' 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-95247979', 'ctest-TestRbacBasic-95247979-67637965'], 'virtual_network', '985db0c2-0398-4849-adcc-bf3d750eb788', "Permission Denied for ['ctest-TestRbacBasic-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-56217597' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '38646e70f96e4465bd32b794b685db6d'"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 403 199 0.121896 [API:8081]10.0.0.141 - - [2026-05-11 04:34:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.141 - - [2026-05-11 04:34:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 200 2119 0.067063 [API:8081]10.0.0.141 - - [2026-05-11 04:34:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.132433 [API:8081]10.0.0.141 - - [2026-05-11 04:34:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.108967 [API:8081]10.0.0.141 - - [2026-05-11 04:34:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2091 0.072180 --- 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-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-95247979' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '2f636bcf622c4cc097caf0d213414e0b' 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-95247979', 'ctest-TestRbacBasic-95247979-67637965'], 'virtual_network', '985db0c2-0398-4849-adcc-bf3d750eb788', "Permission Denied for ['ctest-TestRbacBasic-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-95247979' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '2f636bcf622c4cc097caf0d213414e0b'"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 403 199 0.048882 --- 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-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-95247979' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '2f636bcf622c4cc097caf0d213414e0b' 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-95247979', 'ctest-TestRbacBasic-95247979-67637965'], 'virtual_network', '985db0c2-0398-4849-adcc-bf3d750eb788', "Permission Denied for ['ctest-TestRbacBasic-18931541'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-95247979' RBAC: ctest-TestRbacBasic-15145605 doesn't have read permission in project '2f636bcf622c4cc097caf0d213414e0b'"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 403 199 0.108857 [API:8081]10.0.0.141 - - [2026-05-11 04:34:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 200 2123 0.066650 [API:8081]10.0.0.141 - - [2026-05-11 04:34:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-95247979:ctest-TestRbacBasic-95247979-67637965?flat HTTP/1.1" 200 2123 0.074466 [API:8081]10.0.0.141 - - [2026-05-11 04:34:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.254068 [API:8081]10.0.0.141 - - [2026-05-11 04:34:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.201492 [API:8081]10.0.0.141 - - [2026-05-11 04:34:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2091 0.011891 [API:8081]10.0.0.27 - - [2026-05-11 04:34:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.372880 [API:8081]10.0.0.141 - - [2026-05-11 04:34:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.072462 [API:8081]10.0.0.141 - - [2026-05-11 04:34:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 401 206 0.000299 --- 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-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700 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-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.112948 [API:8081]10.0.0.141 - - [2026-05-11 04:34:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.069864 [API:8081]10.0.0.141 - - [2026-05-11 04:34:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 200 2121 0.068623 [API:8081]10.0.0.141 - - [2026-05-11 04:34:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.061600 --- 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-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700 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-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.053733 --- 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-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700 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-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-03882242 as ['ctest-TestRbacBasic-60148890'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.095467 [API:8081]10.0.0.141 - - [2026-05-11 04:34:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.074503 [API:8081]10.0.0.141 - - [2026-05-11 04:34:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 200 2121 0.059562 [API:8081]10.0.0.141 - - [2026-05-11 04:34:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.063418 [API:8081]10.0.0.141 - - [2026-05-11 04:34:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 401 206 0.000278 --- 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-15145605 as ['ctest-TestRbacBasic-18931541'] to R virtual-network in ctest-TestRbacBasic-98195700 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-98195700', 'ctest-TestRbacBasic-98195700-14040646'], 'virtual_network', 'e161282b-2f68-4d5f-ae87-f5c238db7fe8', "Permission Denied for ctest-TestRbacBasic-15145605 as ['ctest-TestRbacBasic-18931541'] to R virtual-network in ctest-TestRbacBasic-98195700"),) [API:8081]10.0.0.141 - - [2026-05-11 04:34:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 403 199 0.103241 [API:8081]10.0.0.141 - - [2026-05-11 04:34:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.060504 [API:8081]10.0.0.141 - - [2026-05-11 04:34:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-14040646?flat HTTP/1.1" 200 2121 0.053218 [API:8081]10.0.0.141 - - [2026-05-11 04:34:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.062532 [API:8081]10.0.0.141 - - [2026-05-11 04:34:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.010942 [API:8081]10.0.0.141 - - [2026-05-11 04:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2091 0.010650 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-98195700:6b707ace-8ac9-44ad-81a8-b5be7907c524?flat HTTP/1.1" 200 5400 0.064101 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-98195700:6b707ace-8ac9-44ad-81a8-b5be7907c524?flat HTTP/1.1" 200 5400 0.061682 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-98195700:6b707ace-8ac9-44ad-81a8-b5be7907c524?flat HTTP/1.1" 200 5400 0.060101 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-30120533?flat HTTP/1.1" 200 4148 0.071283 [API:8081]10.0.0.141 - - [2026-05-11 04:35:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.041874 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.094950 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.021809 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.026114 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.058446 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.095819 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.021089 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.025751 [API:8081]10.0.0.141 - - [2026-05-11 04:35:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.087971 [API:8081]10.0.0.141 - - [2026-05-11 04:35:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-30120533?flat HTTP/1.1" 200 8791 0.067924 [API:8081]10.0.0.141 - - [2026-05-11 04:35:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.060147 [API:8081]10.0.0.27 - - [2026-05-11 04:35:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.070287 [API:8081]10.0.0.141 - - [2026-05-11 04:35:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.034541 [API:8081]10.0.0.141 - - [2026-05-11 04:35:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.088956 [API:8081]10.0.0.141 - - [2026-05-11 04:35:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.023874 [API:8081]10.0.0.141 - - [2026-05-11 04:35:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.027409 [API:8081]10.0.0.141 - - [2026-05-11 04:35:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.023156 [API:8081]10.0.0.141 - - [2026-05-11 04:35:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.028054 [API:8081]10.0.0.141 - - [2026-05-11 04:35:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.021514 [API:8081]10.0.0.141 - - [2026-05-11 04:35:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.027744 [API:8081]10.0.0.141 - - [2026-05-11 04:35:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.021560 [API:8081]10.0.0.141 - - [2026-05-11 04:35:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.022781 [API:8081]10.0.0.141 - - [2026-05-11 04:35:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.022130 [API:8081]10.0.0.141 - - [2026-05-11 04:35:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.021122 [API:8081]10.0.0.141 - - [2026-05-11 04:35:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.026436 [API:8081]10.0.0.141 - - [2026-05-11 04:35:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.025208 [API:8081]10.0.0.141 - - [2026-05-11 04:35:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.022279 [API:8081]10.0.0.141 - - [2026-05-11 04:35:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14106 0.021032 [API:8081]10.0.0.141 - - [2026-05-11 04:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24729 0.024679 [API:8081]10.0.0.141 - - [2026-05-11 04:35:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13689 0.022969 [API:8081]10.0.0.141 - - [2026-05-11 04:35:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-98195700:ctest-TestRbacBasic-98195700-30120533?flat HTTP/1.1" 200 6893 0.012774 [API:8081]10.0.0.141 - - [2026-05-11 04:35:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010408 [Introspect:8090]10.0.0.141 - - [2026-05-11 04:35:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001182 [API:8081]10.0.0.141 - - [2026-05-11 04:36:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2026-05-11 04:36:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1808 0.069081 [API:8081]10.0.0.27 - - [2026-05-11 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2026-05-11 04:36:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.27 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.27 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.27 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001088 [API:8081]10.0.0.249 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2026-05-11 04:36:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.141 - - [2026-05-11 04:36:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000610 [API:8081]10.0.0.27 - - [2026-05-11 04:37:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070189 [API:8081]10.0.0.27 - - [2026-05-11 04:38:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2553 0.068984 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003330 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003168 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002820 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003275 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003755 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002956 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003489 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:38:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003384 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:910bf08b-6372-4e26-8c2a-fb260faba47e?flat HTTP/1.1" 200 5377 0.014654 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:910bf08b-6372-4e26-8c2a-fb260faba47e?flat HTTP/1.1" 200 5377 0.080986 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:910bf08b-6372-4e26-8c2a-fb260faba47e?flat HTTP/1.1" 200 5377 0.072070 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn1-22148764?flat HTTP/1.1" 200 9422 0.024361 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24738 0.028940 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14084 0.022892 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24738 0.023003 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14084 0.023364 [API:8081]10.0.0.141 - - [2026-05-11 04:38:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.013559 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:7279933a-f3d5-4931-953e-6a7b19bc9361?flat HTTP/1.1" 200 5363 0.016178 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:7279933a-f3d5-4931-953e-6a7b19bc9361?flat HTTP/1.1" 200 5363 0.016179 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:7279933a-f3d5-4931-953e-6a7b19bc9361?flat HTTP/1.1" 200 5363 0.017522 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn1-22148764?flat HTTP/1.1" 200 9422 0.021627 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.021307 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14058 0.021444 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.020694 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14058 0.021374 [API:8081]10.0.0.141 - - [2026-05-11 04:38:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009954 [API:8081]10.0.0.141 - - [2026-05-11 04:39:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.022772 [API:8081]10.0.0.141 - - [2026-05-11 04:39:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14058 0.020574 [API:8081]10.0.0.141 - - [2026-05-11 04:39:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.023690 [API:8081]10.0.0.141 - - [2026-05-11 04:39:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14058 0.021604 [API:8081]10.0.0.141 - - [2026-05-11 04:39:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.020212 [API:8081]10.0.0.141 - - [2026-05-11 04:39:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14058 0.022919 [API:8081]10.0.0.141 - - [2026-05-11 04:39:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25351 0.021360 [API:8081]10.0.0.141 - - [2026-05-11 04:39:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13679 0.021049 [API:8081]10.0.0.141 - - [2026-05-11 04:39:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn1-22148764?flat HTTP/1.1" 200 7667 0.018137 [API:8081]10.0.0.141 - - [2026-05-11 04:39:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010568 [API:8081]10.0.0.141 - - [2026-05-11 04:39:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24738 0.025254 [API:8081]10.0.0.141 - - [2026-05-11 04:39:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14083 0.026020 [API:8081]10.0.0.141 - - [2026-05-11 04:39:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24738 0.023252 [API:8081]10.0.0.141 - - [2026-05-11 04:39:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 14083 0.021711 [API:8081]10.0.0.141 - - [2026-05-11 04:39:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24738 0.022632 [API:8081]10.0.0.141 - - [2026-05-11 04:39:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 13728 0.023129 [API:8081]10.0.0.141 - - [2026-05-11 04:39:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn1-22148764?flat HTTP/1.1" 200 4921 0.012973 [API:8081]10.0.0.141 - - [2026-05-11 04:39:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.013026 [API:8081]10.0.0.141 - - [2026-05-11 04:39:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1808 0.010693 [API:8081]10.0.0.141 - - [2026-05-11 04:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2019 0.009885 [API:8081]10.0.0.141 - - [2026-05-11 04:39:51] "GET /analytics HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.141 - - [2026-05-11 04:39:51] "GET /analytics HTTP/1.1" 401 206 0.000186 [API:8081]10.0.0.27 - - [2026-05-11 04:40:20] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.27 - - [2026-05-11 04:40:20] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.249 - - [2026-05-11 04:40:21] "GET /analytics HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.249 - - [2026-05-11 04:40:21] "GET /analytics HTTP/1.1" 401 206 0.000117 [API:8081]10.0.0.27 - - [2026-05-11 04:40:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071377 [API:8081]10.0.0.27 - - [2026-05-11 04:41:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.076895 [API:8081]10.0.0.27 - - [2026-05-11 04:41:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.27 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.27 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.27 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-05-11 04:41:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.141 - - [2026-05-11 04:41:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [Introspect:8090]10.0.0.141 - - [2026-05-11 04:42:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001026 [API:8081]10.0.0.141 - - [2026-05-11 04:42:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13217 0.449152 [API:8081]10.0.0.141 - - [2026-05-11 04:42:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 6066 0.404737 [API:8081]10.0.0.141 - - [2026-05-11 04:42:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-2?flat HTTP/1.1" 200 6079 0.385762 [API:8081]10.0.0.141 - - [2026-05-11 04:42:29] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5767-3?flat HTTP/1.1" 200 3953 0.012971 [API:8081]10.0.0.141 - - [2026-05-11 04:42:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?flat HTTP/1.1" 200 6450 0.016082 [API:8081]10.0.0.141 - - [2026-05-11 04:42:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?flat HTTP/1.1" 200 6150 0.015840 [API:8081]10.0.0.141 - - [2026-05-11 04:42:30] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?flat HTTP/1.1" 200 7346 0.015798 [API:8081]10.0.0.141 - - [2026-05-11 04:42:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2230 0.010774 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:00d92a4d-b048-4066-bdbb-cc471681294c?flat HTTP/1.1" 200 5249 0.013190 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:00d92a4d-b048-4066-bdbb-cc471681294c?flat HTTP/1.1" 200 5249 0.014635 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:00d92a4d-b048-4066-bdbb-cc471681294c?flat HTTP/1.1" 200 5249 0.020038 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn1-54017646?flat HTTP/1.1" 200 7105 0.022444 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32290 0.025848 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32290 0.027717 [API:8081]10.0.0.141 - - [2026-05-11 04:43:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.008463 [API:8081]10.0.0.27 - - [2026-05-11 04:43:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064098 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:5d2e0523-ddc7-4882-a87b-4acbee6efcd6?flat HTTP/1.1" 200 5242 0.019423 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:5d2e0523-ddc7-4882-a87b-4acbee6efcd6?flat HTTP/1.1" 200 5242 0.014783 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09703399:5d2e0523-ddc7-4882-a87b-4acbee6efcd6?flat HTTP/1.1" 200 5242 0.015025 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn2-48083939?flat HTTP/1.1" 200 7103 0.017449 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24704 0.024050 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13533 0.027785 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24704 0.022782 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13533 0.021480 [API:8081]10.0.0.141 - - [2026-05-11 04:44:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1366 0.009899 [API:8081]10.0.0.27 - - [2026-05-11 04:44:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.073467 [API:8081]10.0.0.141 - - [2026-05-11 04:45:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.026819 [API:8081]10.0.0.141 - - [2026-05-11 04:45:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14063 0.025139 [API:8081]10.0.0.141 - - [2026-05-11 04:45:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.024670 [API:8081]10.0.0.141 - - [2026-05-11 04:45:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14063 0.028460 [API:8081]10.0.0.141 - - [2026-05-11 04:45:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.023468 [API:8081]10.0.0.141 - - [2026-05-11 04:45:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14063 0.024354 [API:8081]10.0.0.141 - - [2026-05-11 04:45:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.021920 [API:8081]10.0.0.141 - - [2026-05-11 04:45:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14063 0.021961 [API:8081]10.0.0.141 - - [2026-05-11 04:45:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.028807 [API:8081]10.0.0.141 - - [2026-05-11 04:45:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14063 0.033151 [API:8081]10.0.0.141 - - [2026-05-11 04:45:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.029024 [API:8081]10.0.0.141 - - [2026-05-11 04:45:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14063 0.034359 [API:8081]10.0.0.141 - - [2026-05-11 04:45:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24711 0.023035 [API:8081]10.0.0.141 - - [2026-05-11 04:45:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13939 0.025318 [API:8081]10.0.0.141 - - [2026-05-11 04:45:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn2-48083939?flat HTTP/1.1" 200 7865 0.018861 [API:8081]10.0.0.141 - - [2026-05-11 04:45:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010780 [API:8081]10.0.0.141 - - [2026-05-11 04:45:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32308 0.113515 [API:8081]10.0.0.141 - - [2026-05-11 04:45:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32308 0.026681 [API:8081]10.0.0.141 - - [2026-05-11 04:45:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32314 0.030034 [API:8081]10.0.0.141 - - [2026-05-11 04:45:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09703399:ctest-vn1-54017646?flat HTTP/1.1" 200 7874 0.020853 [API:8081]10.0.0.141 - - [2026-05-11 04:45:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.014657 [API:8081]10.0.0.27 - - [2026-05-11 04:46:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075316 [API:8081]10.0.0.27 - - [2026-05-11 04:46:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.27 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.27 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.27 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2026-05-11 04:46:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35334822:426bce95-b6a7-4f08-b004-e18d84c24d6d?flat HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2026-05-11 04:46:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.141 - - [2026-05-11 04:46:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35334822:426bce95-b6a7-4f08-b004-e18d84c24d6d?flat HTTP/1.1" 200 5222 0.198956 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35334822:426bce95-b6a7-4f08-b004-e18d84c24d6d?flat HTTP/1.1" 200 5222 0.086115 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35334822:426bce95-b6a7-4f08-b004-e18d84c24d6d?flat HTTP/1.1" 200 5222 0.061771 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35334822:ctest-vn-33361304?flat HTTP/1.1" 200 6587 0.016181 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.029300 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14027 0.029096 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.023402 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14027 0.029018 [API:8081]10.0.0.141 - - [2026-05-11 04:46:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.009567 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.141 - - [2026-05-11 04:46:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35334822:68ba59bc-cde0-4690-8a38-99b5348fe900?flat HTTP/1.1" 200 5233 0.015594 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35334822:68ba59bc-cde0-4690-8a38-99b5348fe900?flat HTTP/1.1" 200 5233 0.014585 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-35334822:68ba59bc-cde0-4690-8a38-99b5348fe900?flat HTTP/1.1" 200 5233 0.012439 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35334822:ctest-vn-91918815?flat HTTP/1.1" 200 6747 0.015214 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.026707 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.022553 [API:8081]10.0.0.141 - - [2026-05-11 04:46:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.010165 [API:8081]10.0.0.141 - - [2026-05-11 04:47:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.031745 [API:8081]10.0.0.141 - - [2026-05-11 04:47:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.027726 [API:8081]10.0.0.141 - - [2026-05-11 04:47:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32330 0.023827 [API:8081]10.0.0.141 - - [2026-05-11 04:47:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35334822:ctest-vn-91918815?flat HTTP/1.1" 200 4887 0.017166 [API:8081]10.0.0.141 - - [2026-05-11 04:47:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.013263 [API:8081]10.0.0.141 - - [2026-05-11 04:47:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.029374 [API:8081]10.0.0.141 - - [2026-05-11 04:47:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14032 0.028728 [API:8081]10.0.0.141 - - [2026-05-11 04:47:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.048394 [API:8081]10.0.0.141 - - [2026-05-11 04:47:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14032 0.038001 [API:8081]10.0.0.141 - - [2026-05-11 04:47:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.025707 [API:8081]10.0.0.141 - - [2026-05-11 04:47:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14032 0.023072 [API:8081]10.0.0.141 - - [2026-05-11 04:47:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.028725 [API:8081]10.0.0.141 - - [2026-05-11 04:47:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14032 0.030345 [API:8081]10.0.0.141 - - [2026-05-11 04:47:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.026913 [API:8081]10.0.0.141 - - [2026-05-11 04:47:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14032 0.027350 [API:8081]10.0.0.27 - - [2026-05-11 04:47:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.076428 [API:8081]10.0.0.141 - - [2026-05-11 04:47:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.027868 [API:8081]10.0.0.141 - - [2026-05-11 04:47:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 14032 0.022967 [API:8081]10.0.0.141 - - [2026-05-11 04:47:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5767-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.029390 [API:8081]10.0.0.141 - - [2026-05-11 04:47:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5767-1?flat HTTP/1.1" 200 13670 0.021853 [API:8081]10.0.0.141 - - [2026-05-11 04:47:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-35334822:ctest-vn-33361304?flat HTTP/1.1" 200 6182 0.011782 [API:8081]10.0.0.141 - - [2026-05-11 04:47:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010973 [API:8081]10.0.0.141 - - [2026-05-11 04:47:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.141 - - [2026-05-11 04:47:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2043 0.076868 [API:8081]10.0.0.141 - - [2026-05-11 04:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2043 0.112393 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003090 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003913 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.007123 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004417 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006455 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004603 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004215 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:48:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003965 [API:8081]10.0.0.27 - - [2026-05-11 04:49:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073918 [API:8081]10.0.0.141 - - [2026-05-11 04:49:51] "GET /analytics HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2026-05-11 04:49:51] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.27 - - [2026-05-11 04:50:20] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-05-11 04:50:20] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.249 - - [2026-05-11 04:50:21] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-05-11 04:50:21] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.27 - - [2026-05-11 04:50:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.078577 [API:8081]10.0.0.27 - - [2026-05-11 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-05-11 04:51:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.27 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.27 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.27 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.249 - - [2026-05-11 04:51:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2026-05-11 04:51:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.27 - - [2026-05-11 04:52:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098679 [API:8081]10.0.0.27 - - [2026-05-11 04:53:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.068566 [API:8081]10.0.0.141 - - [2026-05-11 04:54:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2026-05-11 04:54:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2035 0.075906 [API:8081]10.0.0.27 - - [2026-05-11 04:55:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068427 [API:8081]10.0.0.27 - - [2026-05-11 04:56:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.080079 [API:8081]10.0.0.27 - - [2026-05-11 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.27 - - [2026-05-11 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.249 - - [2026-05-11 04:56:51] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.27 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.27 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2026-05-11 04:56:52] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2026-05-11 04:56:54] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004261 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002955 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002878 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003185 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:37] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004160 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003516 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003235 [LOCAL API:8181]127.0.0.1 - - [2026-05-11 04:58:37] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5767-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003157 [API:8081]10.0.0.27 - - [2026-05-11 04:58:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079280 [API:8081]10.0.0.27 - - [2026-05-11 04:59:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.075994 [API:8081]10.0.0.141 - - [2026-05-11 04:59:51] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.141 - - [2026-05-11 04:59:51] "GET /analytics HTTP/1.1" 401 206 0.000173 [Introspect:8090]10.0.0.141 - - [2026-05-11 05:00:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001118