++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Apr 23 02:03:23 AM UTC 2026 ===================' INFO: =================== Thu Apr 23 02:03:23 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.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ 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 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130: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, +++ '[' -n 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130: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, +++ '[' -n 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130: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 ' +++ '[' -n '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.130,10.0.0.249 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 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.23,10.0.0.130,10.0.0.249 +++ local servers=10.0.0.23,10.0.0.130,10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ tr '\n' , +++ local local_ips=,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ 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: 04/23/2026 02:03:31.790 7f3796d01240 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/23/2026 02:03:32.001 7f3796d01240 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 04/23/2026 02:03:32.013 7f3796d01240 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/23/2026 02:03:32.014 7f3796d01240 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.23:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.130 - - [2026-04-23 02:03:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.058919 [API:8081]10.0.0.130 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.130 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.249 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.23 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-04-23 02:04:12] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.130 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.249 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.249 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-04-23 02:04:43] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.130 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.249 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.249 - - [2026-04-23 02:05:13] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.130 - - [2026-04-23 02:05:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.056246 [API:8081]10.0.0.130 - - [2026-04-23 02:06:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2249 0.071205 [API:8081]10.0.0.249 - - [2026-04-23 02:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-23 02:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.249 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.249 - - [2026-04-23 02:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-04-23 02:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 02:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [Introspect:8090]10.0.0.23 - - [2026-04-23 02:07:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001057 [Introspect:8090]10.0.0.23 - - [2026-04-23 02:07:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001197 [Introspect:8090]10.0.0.23 - - [2026-04-23 02:08:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001016 [Introspect:8090]10.0.0.23 - - [2026-04-23 02:08:52] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000521 [API:8081]10.0.0.23 - - [2026-04-23 02:08:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1:Control:contrail-control:0?flat HTTP/1.1" 200 38727 0.369182 [API:8081]10.0.0.130 - - [2026-04-23 02:08:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092727 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.375398 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2:Control:contrail-control:0?flat HTTP/1.1" 200 35054 0.022081 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.097138 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3:Control:contrail-control:0?flat HTTP/1.1" 200 28331 0.020264 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.015667 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.018407 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.017822 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3359 0.011689 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3358 0.011615 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010920 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4624 0.011635 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.011296 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.011553 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009491 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011987 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012132 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011765 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011345 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.010097 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011394 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.010604 [API:8081]10.0.0.23 - - [2026-04-23 02:08:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.010652 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.010714 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14256 0.016962 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.013376 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.021330 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.023481 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.025207 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.013219 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.018811 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.018534 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12033 0.019794 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.022907 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.029160 [API:8081]10.0.0.23 - - [2026-04-23 02:08:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12033 0.030602 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.027347 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.011232 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20489 0.023211 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3273 0.011823 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.011517 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14256 0.034185 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.019230 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.012684 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.018656 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011606 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.012180 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.018895 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.015826 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.013058 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.012768 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.025162 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.017384 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016378 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.011947 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4624 0.015472 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.017296 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.012562 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1:Control:contrail-control:0?flat HTTP/1.1" 200 38729 0.027714 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3384 0.011796 [API:8081]10.0.0.23 - - [2026-04-23 02:08:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.016528 [API:8081]10.0.0.23 - - [2026-04-23 02:08:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2:Control:contrail-control:0?flat HTTP/1.1" 200 35056 0.023464 [API:8081]10.0.0.23 - - [2026-04-23 02:08:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3384 0.011406 [API:8081]10.0.0.23 - - [2026-04-23 02:08:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.016851 [API:8081]10.0.0.23 - - [2026-04-23 02:08:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3:Control:contrail-control:0?flat HTTP/1.1" 200 28331 0.024017 [API:8081]10.0.0.23 - - [2026-04-23 02:08:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3384 0.013989 [API:8081]10.0.0.23 - - [2026-04-23 02:08:57] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5672-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.022070 [API:8081]10.0.0.23 - - [2026-04-23 02:08:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-1?flat HTTP/1.1" 200 12040 0.026788 [API:8081]10.0.0.23 - - [2026-04-23 02:08:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?flat HTTP/1.1" 200 19464 0.029679 [API:8081]10.0.0.23 - - [2026-04-23 02:08:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?flat HTTP/1.1" 200 15463 0.019341 [API:8081]10.0.0.23 - - [2026-04-23 02:08:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?flat HTTP/1.1" 200 14429 0.023433 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?flat HTTP/1.1" 200 19464 0.024202 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?flat HTTP/1.1" 200 15463 0.024982 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?flat HTTP/1.1" 200 14429 0.017899 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?flat HTTP/1.1" 200 19464 0.026079 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?flat HTTP/1.1" 200 15463 0.021747 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?flat HTTP/1.1" 200 14429 0.017403 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?flat HTTP/1.1" 200 19464 0.025071 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?flat HTTP/1.1" 200 15463 0.027866 [API:8081]10.0.0.23 - - [2026-04-23 02:09:00] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?flat HTTP/1.1" 200 14429 0.018776 [API:8081]10.0.0.23 - - [2026-04-23 02:09:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-1?flat HTTP/1.1" 200 8012 0.015870 [API:8081]10.0.0.23 - - [2026-04-23 02:09:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 8011 0.020661 [API:8081]10.0.0.23 - - [2026-04-23 02:09:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-3?flat HTTP/1.1" 200 8015 0.014059 [API:8081]10.0.0.23 - - [2026-04-23 02:09:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 02:09:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.059200 [API:8081]10.0.0.23 - - [2026-04-23 02:09:23] "POST /analytics/query HTTP/1.1" 200 54702 1.066019 [API:8081]10.0.0.23 - - [2026-04-23 02:09:24] "POST /analytics/query HTTP/1.1" 200 5869 1.067147 [API:8081]10.0.0.23 - - [2026-04-23 02:09:25] "POST /analytics/query HTTP/1.1" 200 871 1.018683 [API:8081]10.0.0.23 - - [2026-04-23 02:09:26] "POST /analytics/query HTTP/1.1" 200 5869 1.019484 [API:8081]10.0.0.23 - - [2026-04-23 02:09:27] "POST /analytics/query HTTP/1.1" 200 871 1.018409 [API:8081]10.0.0.23 - - [2026-04-23 02:09:38] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000896 [API:8081]10.0.0.130 - - [2026-04-23 02:09:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.061326 [API:8081]10.0.0.130 - - [2026-04-23 02:11:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.137356 [API:8081]10.0.0.249 - - [2026-04-23 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.249 - - [2026-04-23 02:11:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000771 [API:8081]10.0.0.130 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.249 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.249 - - [2026-04-23 02:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-04-23 02:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-04-23 02:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.130 - - [2026-04-23 02:12:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.068147 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004961 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003072 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006083 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002721 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002964 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002467 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002782 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002348 [API:8081]10.0.0.23 - - [2026-04-23 02:14:43] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 02:14:43] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.130 - - [2026-04-23 02:14:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078327 [API:8081]10.0.0.130 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.130 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.249 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.249 - - [2026-04-23 02:15:13] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.23 - - [2026-04-23 02:15:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-23 02:15:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.054105 [API:8081]10.0.0.23 - - [2026-04-23 02:15:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.049806 [API:8081]10.0.0.130 - - [2026-04-23 02:15:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.073854 [API:8081]10.0.0.249 - - [2026-04-23 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.249 - - [2026-04-23 02:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.130 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.249 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.249 - - [2026-04-23 02:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-04-23 02:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2026-04-23 02:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.130 - - [2026-04-23 02:18:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064476 [API:8081]10.0.0.130 - - [2026-04-23 02:19:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.064866 [API:8081]10.0.0.130 - - [2026-04-23 02:21:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064149 [API:8081]10.0.0.249 - - [2026-04-23 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.249 - - [2026-04-23 02:21:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.249 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-04-23 02:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 02:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-04-23 02:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.130 - - [2026-04-23 02:22:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.066748 [API:8081]10.0.0.23 - - [2026-04-23 02:22:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-04-23 02:22:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.058740 [API:8081]10.0.0.23 - - [2026-04-23 02:22:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.065032 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003232 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003736 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003356 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004399 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004451 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002946 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002687 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003550 [API:8081]10.0.0.130 - - [2026-04-23 02:24:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064025 [API:8081]10.0.0.23 - - [2026-04-23 02:24:43] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-04-23 02:24:43] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.23 - - [2026-04-23 02:25:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.009829 [API:8081]10.0.0.23 - - [2026-04-23 02:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.009961 [API:8081]10.0.0.23 - - [2026-04-23 02:25:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.078775 [API:8081]10.0.0.23 - - [2026-04-23 02:25:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.010735 [API:8081]10.0.0.130 - - [2026-04-23 02:25:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.080853 [API:8081]10.0.0.130 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.130 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.249 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.249 - - [2026-04-23 02:25:13] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.249 - - [2026-04-23 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-04-23 02:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.130 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.249 - - [2026-04-23 02:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-04-23 02:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 02:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.130 - - [2026-04-23 02:27:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063033 [API:8081]10.0.0.130 - - [2026-04-23 02:28:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.065336 [API:8081]10.0.0.23 - - [2026-04-23 02:28:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24579 0.069873 [API:8081]10.0.0.23 - - [2026-04-23 02:28:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24579 0.028055 [API:8081]10.0.0.23 - - [2026-04-23 02:28:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24579 0.076785 [API:8081]10.0.0.23 - - [2026-04-23 02:28:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019681 [API:8081]10.0.0.23 - - [2026-04-23 02:28:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-49331799:ctest-vnet1-84009723?flat HTTP/1.1" 200 8243 0.013209 [API:8081]10.0.0.23 - - [2026-04-23 02:28:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008436 [API:8081]10.0.0.23 - - [2026-04-23 02:28:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.027701 [API:8081]10.0.0.23 - - [2026-04-23 02:28:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.020565 [API:8081]10.0.0.23 - - [2026-04-23 02:28:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020756 [API:8081]10.0.0.23 - - [2026-04-23 02:28:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.023516 [API:8081]10.0.0.23 - - [2026-04-23 02:28:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.021395 [API:8081]10.0.0.23 - - [2026-04-23 02:28:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.026374 [API:8081]10.0.0.23 - - [2026-04-23 02:28:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.032235 [API:8081]10.0.0.23 - - [2026-04-23 02:28:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.035064 [API:8081]10.0.0.23 - - [2026-04-23 02:29:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.023717 [API:8081]10.0.0.23 - - [2026-04-23 02:29:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.021676 [API:8081]10.0.0.23 - - [2026-04-23 02:29:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.022859 [API:8081]10.0.0.23 - - [2026-04-23 02:29:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.022576 [API:8081]10.0.0.23 - - [2026-04-23 02:29:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019945 [API:8081]10.0.0.23 - - [2026-04-23 02:29:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.029217 [API:8081]10.0.0.23 - - [2026-04-23 02:29:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020695 [API:8081]10.0.0.23 - - [2026-04-23 02:29:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12997 0.031494 [API:8081]10.0.0.23 - - [2026-04-23 02:29:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.021697 [API:8081]10.0.0.23 - - [2026-04-23 02:29:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12763 0.030446 [API:8081]10.0.0.23 - - [2026-04-23 02:29:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-49331799:ctest-vnet0-98826811?flat HTTP/1.1" 200 8246 0.015044 [API:8081]10.0.0.23 - - [2026-04-23 02:29:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009438 [API:8081]10.0.0.23 - - [2026-04-23 02:29:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.008498 [API:8081]10.0.0.130 - - [2026-04-23 02:30:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070232 [API:8081]10.0.0.130 - - [2026-04-23 02:31:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.076468 [API:8081]10.0.0.23 - - [2026-04-23 02:31:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-04-23 02:31:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.068144 [API:8081]10.0.0.249 - - [2026-04-23 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000806 [API:8081]10.0.0.249 - - [2026-04-23 02:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.130 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.249 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.249 - - [2026-04-23 02:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2026-04-23 02:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2026-04-23 02:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.23 - - [2026-04-23 02:33:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.073694 [API:8081]10.0.0.23 - - [2026-04-23 02:33:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13011 0.078212 [API:8081]10.0.0.23 - - [2026-04-23 02:33:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019968 [API:8081]10.0.0.23 - - [2026-04-23 02:33:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13011 0.024787 [API:8081]10.0.0.23 - - [2026-04-23 02:33:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019854 [API:8081]10.0.0.23 - - [2026-04-23 02:33:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13011 0.019639 [API:8081]10.0.0.23 - - [2026-04-23 02:33:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022597 [API:8081]10.0.0.23 - - [2026-04-23 02:33:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13011 0.020400 [API:8081]10.0.0.130 - - [2026-04-23 02:33:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068978 [API:8081]10.0.0.23 - - [2026-04-23 02:33:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.031745 [API:8081]10.0.0.23 - - [2026-04-23 02:33:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13011 0.019277 [API:8081]10.0.0.23 - - [2026-04-23 02:33:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020590 [API:8081]10.0.0.23 - - [2026-04-23 02:33:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12570 0.022367 [API:8081]10.0.0.23 - - [2026-04-23 02:33:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-62600329:ctest-vnet0-63693103?flat HTTP/1.1" 200 7199 0.018438 [API:8081]10.0.0.23 - - [2026-04-23 02:33:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009266 [API:8081]10.0.0.23 - - [2026-04-23 02:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-23 02:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.064948 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003828 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004373 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004846 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002777 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003002 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008935 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003187 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003536 [API:8081]10.0.0.23 - - [2026-04-23 02:33:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-23 02:33:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.072417 [API:8081]10.0.0.23 - - [2026-04-23 02:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.057523 [API:8081]10.0.0.23 - - [2026-04-23 02:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.057273 [API:8081]10.0.0.130 - - [2026-04-23 02:34:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.064074 [API:8081]10.0.0.23 - - [2026-04-23 02:34:43] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-23 02:34:43] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:2073848c-a411-4ef2-8f83-e2e62179d260?flat HTTP/1.1" 200 5236 0.013478 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:2073848c-a411-4ef2-8f83-e2e62179d260?flat HTTP/1.1" 200 5236 0.017978 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:2073848c-a411-4ef2-8f83-e2e62179d260?flat HTTP/1.1" 200 5236 0.015781 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-66838176:ctest-VN1-01109929?flat HTTP/1.1" 200 8563 0.020188 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.083789 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13344 0.021165 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021494 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13344 0.022905 [API:8081]10.0.0.23 - - [2026-04-23 02:34:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008486 [API:8081]10.0.0.23 - - [2026-04-23 02:34:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:b245657f-c464-466a-bfef-9a9bc19a1587?flat HTTP/1.1" 200 5097 0.012785 [API:8081]10.0.0.23 - - [2026-04-23 02:34:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:b245657f-c464-466a-bfef-9a9bc19a1587?flat HTTP/1.1" 200 5097 0.013027 [API:8081]10.0.0.23 - - [2026-04-23 02:34:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:b245657f-c464-466a-bfef-9a9bc19a1587?flat HTTP/1.1" 200 5097 0.020517 [API:8081]10.0.0.23 - - [2026-04-23 02:34:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-66838176:ctest-VN2-05000294?flat HTTP/1.1" 200 7863 0.014718 [API:8081]10.0.0.23 - - [2026-04-23 02:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.019399 [API:8081]10.0.0.23 - - [2026-04-23 02:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020099 [API:8081]10.0.0.23 - - [2026-04-23 02:34:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008651 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:b205b0db-70fb-4f1e-9054-e80714bc9832?flat HTTP/1.1" 200 5095 0.018040 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:b205b0db-70fb-4f1e-9054-e80714bc9832?flat HTTP/1.1" 200 5095 0.013673 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-66838176:b205b0db-70fb-4f1e-9054-e80714bc9832?flat HTTP/1.1" 200 5095 0.023551 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-66838176:ctest-VN3-00433172?flat HTTP/1.1" 200 7441 0.029568 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022034 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13344 0.028101 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.027918 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13344 0.028664 [API:8081]10.0.0.23 - - [2026-04-23 02:34:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010461 [API:8081]10.0.0.130 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.130 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.249 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.249 - - [2026-04-23 02:35:13] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.23 - - [2026-04-23 02:35:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.033312 [API:8081]10.0.0.23 - - [2026-04-23 02:35:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13348 0.029493 [API:8081]10.0.0.23 - - [2026-04-23 02:35:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022005 [API:8081]10.0.0.23 - - [2026-04-23 02:35:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12989 0.022843 [API:8081]10.0.0.23 - - [2026-04-23 02:35:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-66838176:ctest-VN3-00433172?flat HTTP/1.1" 200 6214 0.018193 [API:8081]10.0.0.23 - - [2026-04-23 02:35:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009085 [API:8081]10.0.0.23 - - [2026-04-23 02:35:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.026319 [API:8081]10.0.0.23 - - [2026-04-23 02:35:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020346 [API:8081]10.0.0.23 - - [2026-04-23 02:35:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.018392 [API:8081]10.0.0.23 - - [2026-04-23 02:35:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021477 [API:8081]10.0.0.23 - - [2026-04-23 02:35:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022232 [API:8081]10.0.0.23 - - [2026-04-23 02:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.018440 [API:8081]10.0.0.23 - - [2026-04-23 02:36:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.030468 [API:8081]10.0.0.23 - - [2026-04-23 02:36:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.019347 [API:8081]10.0.0.23 - - [2026-04-23 02:36:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021012 [API:8081]10.0.0.130 - - [2026-04-23 02:36:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069996 [API:8081]10.0.0.23 - - [2026-04-23 02:36:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.028646 [API:8081]10.0.0.23 - - [2026-04-23 02:36:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-66838176:ctest-VN2-05000294?flat HTTP/1.1" 200 6557 0.012980 [API:8081]10.0.0.23 - - [2026-04-23 02:36:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008485 [API:8081]10.0.0.23 - - [2026-04-23 02:36:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020489 [API:8081]10.0.0.23 - - [2026-04-23 02:36:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.021965 [API:8081]10.0.0.23 - - [2026-04-23 02:36:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.023704 [API:8081]10.0.0.23 - - [2026-04-23 02:36:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.020886 [API:8081]10.0.0.23 - - [2026-04-23 02:36:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020082 [API:8081]10.0.0.23 - - [2026-04-23 02:36:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.019914 [API:8081]10.0.0.23 - - [2026-04-23 02:36:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022653 [API:8081]10.0.0.23 - - [2026-04-23 02:36:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.028755 [API:8081]10.0.0.23 - - [2026-04-23 02:36:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.026114 [API:8081]10.0.0.23 - - [2026-04-23 02:36:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.024417 [API:8081]10.0.0.23 - - [2026-04-23 02:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.021541 [API:8081]10.0.0.23 - - [2026-04-23 02:36:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.022255 [API:8081]10.0.0.23 - - [2026-04-23 02:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019861 [API:8081]10.0.0.23 - - [2026-04-23 02:36:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.026122 [API:8081]10.0.0.23 - - [2026-04-23 02:36:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.023424 [API:8081]10.0.0.23 - - [2026-04-23 02:36:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.020828 [API:8081]10.0.0.23 - - [2026-04-23 02:36:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.024767 [API:8081]10.0.0.23 - - [2026-04-23 02:36:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12985 0.022330 [API:8081]10.0.0.23 - - [2026-04-23 02:36:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.022756 [API:8081]10.0.0.23 - - [2026-04-23 02:36:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12598 0.020786 [API:8081]10.0.0.23 - - [2026-04-23 02:36:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-66838176:ctest-VN1-01109929?flat HTTP/1.1" 200 6767 0.011816 [API:8081]10.0.0.23 - - [2026-04-23 02:36:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011544 [API:8081]10.0.0.249 - - [2026-04-23 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.249 - - [2026-04-23 02:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.249 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.130 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-23 02:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-04-23 02:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-04-23 02:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000466 [API:8081]10.0.0.23 - - [2026-04-23 02:37:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.23 - - [2026-04-23 02:37:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.088515 [API:8081]10.0.0.23 - - [2026-04-23 02:37:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.063421 [API:8081]10.0.0.23 - - [2026-04-23 02:37:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.056034 [API:8081]10.0.0.130 - - [2026-04-23 02:37:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.056381 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:9ca6a08c-f203-4b11-97a5-c8234d35167e?flat HTTP/1.1" 200 5360 0.016702 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:9ca6a08c-f203-4b11-97a5-c8234d35167e?flat HTTP/1.1" 200 5360 0.018273 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:9ca6a08c-f203-4b11-97a5-c8234d35167e?flat HTTP/1.1" 200 5360 0.016120 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:9ca6a08c-f203-4b11-97a5-c8234d35167e?flat HTTP/1.1" 200 5360 0.017394 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ctest-VN1-10545643?flat HTTP/1.1" 200 9449 0.019769 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.023347 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13355 0.032175 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.032869 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13355 0.025906 [API:8081]10.0.0.23 - - [2026-04-23 02:38:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010186 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:f154f68f-dfa9-439d-bebd-0900ab48b57c?flat HTTP/1.1" 200 5218 0.015975 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:f154f68f-dfa9-439d-bebd-0900ab48b57c?flat HTTP/1.1" 200 5218 0.016059 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:f154f68f-dfa9-439d-bebd-0900ab48b57c?flat HTTP/1.1" 200 5218 0.015515 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:f154f68f-dfa9-439d-bebd-0900ab48b57c?flat HTTP/1.1" 200 5218 0.015048 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ctest-VN2-57009616?flat HTTP/1.1" 200 8635 0.018597 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.029790 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.021451 [API:8081]10.0.0.23 - - [2026-04-23 02:38:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009125 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ca3025a9-9872-47ce-814a-e6525c210165?flat HTTP/1.1" 200 5222 0.016321 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ca3025a9-9872-47ce-814a-e6525c210165?flat HTTP/1.1" 200 5222 0.014802 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ca3025a9-9872-47ce-814a-e6525c210165?flat HTTP/1.1" 200 5222 0.015565 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ca3025a9-9872-47ce-814a-e6525c210165?flat HTTP/1.1" 200 5222 0.016143 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ctest-VN3-54060924?flat HTTP/1.1" 200 8205 0.016530 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.021511 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13355 0.021394 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.023053 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13355 0.024057 [API:8081]10.0.0.23 - - [2026-04-23 02:38:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009900 [API:8081]10.0.0.23 - - [2026-04-23 02:39:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.030209 [API:8081]10.0.0.23 - - [2026-04-23 02:39:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13387 0.028250 [API:8081]10.0.0.23 - - [2026-04-23 02:39:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.038197 [API:8081]10.0.0.23 - - [2026-04-23 02:39:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13387 0.029585 [API:8081]10.0.0.23 - - [2026-04-23 02:39:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.019768 [API:8081]10.0.0.23 - - [2026-04-23 02:39:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13387 0.021795 [API:8081]10.0.0.23 - - [2026-04-23 02:39:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.019271 [API:8081]10.0.0.23 - - [2026-04-23 02:39:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13387 0.021915 [API:8081]10.0.0.23 - - [2026-04-23 02:39:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25216 0.019930 [API:8081]10.0.0.23 - - [2026-04-23 02:39:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13004 0.020963 [API:8081]10.0.0.23 - - [2026-04-23 02:39:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ctest-VN3-54060924?flat HTTP/1.1" 200 6966 0.013264 [API:8081]10.0.0.23 - - [2026-04-23 02:39:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008553 [API:8081]10.0.0.130 - - [2026-04-23 02:39:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070518 [API:8081]10.0.0.23 - - [2026-04-23 02:39:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018472 [API:8081]10.0.0.23 - - [2026-04-23 02:39:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.019173 [API:8081]10.0.0.23 - - [2026-04-23 02:39:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.020463 [API:8081]10.0.0.23 - - [2026-04-23 02:39:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.020109 [API:8081]10.0.0.23 - - [2026-04-23 02:39:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.031683 [API:8081]10.0.0.23 - - [2026-04-23 02:39:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.032870 [API:8081]10.0.0.23 - - [2026-04-23 02:39:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018724 [API:8081]10.0.0.23 - - [2026-04-23 02:39:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018975 [API:8081]10.0.0.23 - - [2026-04-23 02:39:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.022785 [API:8081]10.0.0.23 - - [2026-04-23 02:39:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.019389 [API:8081]10.0.0.23 - - [2026-04-23 02:39:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ctest-VN2-57009616?flat HTTP/1.1" 200 7311 0.013113 [API:8081]10.0.0.23 - - [2026-04-23 02:39:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008734 [API:8081]10.0.0.23 - - [2026-04-23 02:39:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.020725 [API:8081]10.0.0.23 - - [2026-04-23 02:39:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.020938 [API:8081]10.0.0.23 - - [2026-04-23 02:39:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.020096 [API:8081]10.0.0.23 - - [2026-04-23 02:39:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.020327 [API:8081]10.0.0.23 - - [2026-04-23 02:39:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.022217 [API:8081]10.0.0.23 - - [2026-04-23 02:39:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.023034 [API:8081]10.0.0.23 - - [2026-04-23 02:39:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.027622 [API:8081]10.0.0.23 - - [2026-04-23 02:39:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.021456 [API:8081]10.0.0.23 - - [2026-04-23 02:40:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.021071 [API:8081]10.0.0.23 - - [2026-04-23 02:40:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.021983 [API:8081]10.0.0.23 - - [2026-04-23 02:40:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.020364 [API:8081]10.0.0.23 - - [2026-04-23 02:40:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.022358 [API:8081]10.0.0.23 - - [2026-04-23 02:40:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.039032 [API:8081]10.0.0.23 - - [2026-04-23 02:40:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.047188 [API:8081]10.0.0.23 - - [2026-04-23 02:40:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.021330 [API:8081]10.0.0.23 - - [2026-04-23 02:40:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.020326 [API:8081]10.0.0.23 - - [2026-04-23 02:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25218 0.021696 [API:8081]10.0.0.23 - - [2026-04-23 02:40:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13003 0.020086 [API:8081]10.0.0.23 - - [2026-04-23 02:40:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25220 0.021333 [API:8081]10.0.0.23 - - [2026-04-23 02:40:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12597 0.020398 [API:8081]10.0.0.23 - - [2026-04-23 02:40:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-48672592:ctest-VN1-10545643?flat HTTP/1.1" 200 7642 0.012714 [API:8081]10.0.0.23 - - [2026-04-23 02:40:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007518 [API:8081]10.0.0.130 - - [2026-04-23 02:40:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.130507 [API:8081]10.0.0.23 - - [2026-04-23 02:40:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 02:40:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.062752 [API:8081]10.0.0.23 - - [2026-04-23 02:40:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.075217 [API:8081]10.0.0.249 - - [2026-04-23 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.249 - - [2026-04-23 02:41:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.130 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.249 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.249 - - [2026-04-23 02:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-04-23 02:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2026-04-23 02:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.130 - - [2026-04-23 02:42:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065653 [API:8081]10.0.0.23 - - [2026-04-23 02:43:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2026-04-23 02:43:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1870 0.056978 [API:8081]10.0.0.130 - - [2026-04-23 02:43:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.070600 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002992 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003180 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002894 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002893 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003328 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002850 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002424 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002830 [API:8081]10.0.0.23 - - [2026-04-23 02:44:43] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-04-23 02:44:43] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.130 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.130 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.249 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.249 - - [2026-04-23 02:45:13] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2026-04-23 02:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.080936 [API:8081]10.0.0.23 - - [2026-04-23 02:45:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.023690 [API:8081]10.0.0.130 - - [2026-04-23 02:45:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066477 [API:8081]10.0.0.23 - - [2026-04-23 02:45:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.020218 [API:8081]10.0.0.23 - - [2026-04-23 02:45:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.026186 [API:8081]10.0.0.23 - - [2026-04-23 02:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.066473 [API:8081]10.0.0.23 - - [2026-04-23 02:45:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.023163 [API:8081]10.0.0.23 - - [2026-04-23 02:45:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.025014 [API:8081]10.0.0.23 - - [2026-04-23 02:45:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.021713 [API:8081]10.0.0.23 - - [2026-04-23 02:45:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.024887 [API:8081]10.0.0.23 - - [2026-04-23 02:45:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.023063 [API:8081]10.0.0.23 - - [2026-04-23 02:45:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.019757 [API:8081]10.0.0.23 - - [2026-04-23 02:45:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.023669 [API:8081]10.0.0.23 - - [2026-04-23 02:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.019368 [API:8081]10.0.0.23 - - [2026-04-23 02:45:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.019417 [API:8081]10.0.0.23 - - [2026-04-23 02:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25238 0.025241 [API:8081]10.0.0.23 - - [2026-04-23 02:45:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13035 0.031463 [API:8081]10.0.0.23 - - [2026-04-23 02:45:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25242 0.019379 [API:8081]10.0.0.23 - - [2026-04-23 02:45:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12606 0.026508 [API:8081]10.0.0.23 - - [2026-04-23 02:45:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-94175399:ctest-vnet0-04543014?flat HTTP/1.1" 200 7968 0.016659 [API:8081]10.0.0.23 - - [2026-04-23 02:45:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008560 [API:8081]10.0.0.23 - - [2026-04-23 02:46:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-04-23 02:46:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.064003 [API:8081]10.0.0.23 - - [2026-04-23 02:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.070492 [API:8081]10.0.0.130 - - [2026-04-23 02:46:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.058980 [API:8081]10.0.0.249 - - [2026-04-23 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-04-23 02:46:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.130 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.249 - - [2026-04-23 02:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.23 - - [2026-04-23 02:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-04-23 02:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.130 - - [2026-04-23 02:48:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062936 [API:8081]10.0.0.130 - - [2026-04-23 02:49:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.070921 [API:8081]10.0.0.23 - - [2026-04-23 02:49:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.080467 [API:8081]10.0.0.23 - - [2026-04-23 02:49:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-52687472:ctest-vnet1-05108479?flat HTTP/1.1" 200 7306 0.012289 [API:8081]10.0.0.23 - - [2026-04-23 02:49:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007471 [API:8081]10.0.0.23 - - [2026-04-23 02:49:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.019756 [API:8081]10.0.0.23 - - [2026-04-23 02:49:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.021311 [API:8081]10.0.0.23 - - [2026-04-23 02:49:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.021484 [API:8081]10.0.0.23 - - [2026-04-23 02:49:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.019673 [API:8081]10.0.0.23 - - [2026-04-23 02:49:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.023095 [API:8081]10.0.0.23 - - [2026-04-23 02:49:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.020472 [API:8081]10.0.0.23 - - [2026-04-23 02:49:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.026999 [API:8081]10.0.0.23 - - [2026-04-23 02:49:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.031414 [API:8081]10.0.0.23 - - [2026-04-23 02:49:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.023297 [API:8081]10.0.0.23 - - [2026-04-23 02:49:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.021720 [API:8081]10.0.0.23 - - [2026-04-23 02:50:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.022315 [API:8081]10.0.0.23 - - [2026-04-23 02:50:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.024691 [API:8081]10.0.0.23 - - [2026-04-23 02:50:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.021477 [API:8081]10.0.0.23 - - [2026-04-23 02:50:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.021725 [API:8081]10.0.0.23 - - [2026-04-23 02:50:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.031391 [API:8081]10.0.0.23 - - [2026-04-23 02:50:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.026132 [API:8081]10.0.0.23 - - [2026-04-23 02:50:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.022788 [API:8081]10.0.0.23 - - [2026-04-23 02:50:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13012 0.025089 [API:8081]10.0.0.23 - - [2026-04-23 02:50:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.022508 [API:8081]10.0.0.23 - - [2026-04-23 02:50:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12597 0.019842 [API:8081]10.0.0.23 - - [2026-04-23 02:50:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-52687472:ctest-vnet0-56952084?flat HTTP/1.1" 200 6959 0.013320 [API:8081]10.0.0.23 - - [2026-04-23 02:50:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007932 [API:8081]10.0.0.23 - - [2026-04-23 02:50:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-04-23 02:50:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.056597 [API:8081]10.0.0.23 - - [2026-04-23 02:50:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.058975 [API:8081]10.0.0.130 - - [2026-04-23 02:51:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086676 [API:8081]10.0.0.249 - - [2026-04-23 02:51:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.249 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.249 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.249 - - [2026-04-23 02:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2026-04-23 02:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.23 - - [2026-04-23 02:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 02:52:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.061977 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002706 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002981 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002527 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003005 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002947 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002788 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002281 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 02:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002316 [API:8081]10.0.0.23 - - [2026-04-23 02:53:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.020488 [API:8081]10.0.0.23 - - [2026-04-23 02:53:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.078450 [API:8081]10.0.0.23 - - [2026-04-23 02:53:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.029486 [API:8081]10.0.0.23 - - [2026-04-23 02:53:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.024431 [API:8081]10.0.0.23 - - [2026-04-23 02:53:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.025088 [API:8081]10.0.0.23 - - [2026-04-23 02:54:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.022538 [API:8081]10.0.0.23 - - [2026-04-23 02:54:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.032465 [API:8081]10.0.0.23 - - [2026-04-23 02:54:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.021083 [API:8081]10.0.0.23 - - [2026-04-23 02:54:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.020839 [API:8081]10.0.0.23 - - [2026-04-23 02:54:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.026832 [API:8081]10.0.0.23 - - [2026-04-23 02:54:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-40759802:ctest-vnet1-49925841?flat HTTP/1.1" 200 8066 0.012983 [API:8081]10.0.0.23 - - [2026-04-23 02:54:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009531 [API:8081]10.0.0.23 - - [2026-04-23 02:54:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.023167 [API:8081]10.0.0.23 - - [2026-04-23 02:54:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.019266 [API:8081]10.0.0.23 - - [2026-04-23 02:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.024356 [API:8081]10.0.0.23 - - [2026-04-23 02:54:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.022330 [API:8081]10.0.0.23 - - [2026-04-23 02:54:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020084 [API:8081]10.0.0.23 - - [2026-04-23 02:54:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.020700 [API:8081]10.0.0.23 - - [2026-04-23 02:54:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.023691 [API:8081]10.0.0.23 - - [2026-04-23 02:54:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.027642 [API:8081]10.0.0.130 - - [2026-04-23 02:54:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071994 [API:8081]10.0.0.23 - - [2026-04-23 02:54:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.027238 [API:8081]10.0.0.23 - - [2026-04-23 02:54:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.020639 [API:8081]10.0.0.23 - - [2026-04-23 02:54:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021507 [API:8081]10.0.0.23 - - [2026-04-23 02:54:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.030886 [API:8081]10.0.0.23 - - [2026-04-23 02:54:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.032832 [API:8081]10.0.0.23 - - [2026-04-23 02:54:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.026063 [API:8081]10.0.0.23 - - [2026-04-23 02:54:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.020956 [API:8081]10.0.0.23 - - [2026-04-23 02:54:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.023831 [API:8081]10.0.0.23 - - [2026-04-23 02:54:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25248 0.021853 [API:8081]10.0.0.23 - - [2026-04-23 02:54:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13034 0.021916 [API:8081]10.0.0.23 - - [2026-04-23 02:54:43] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-23 02:54:43] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.23 - - [2026-04-23 02:54:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25251 0.021524 [API:8081]10.0.0.23 - - [2026-04-23 02:54:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 12609 0.020912 [API:8081]10.0.0.23 - - [2026-04-23 02:54:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-40759802:ctest-vnet0-89167623?flat HTTP/1.1" 200 7709 0.014546 [API:8081]10.0.0.23 - - [2026-04-23 02:54:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010410 [API:8081]10.0.0.130 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.249 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.249 - - [2026-04-23 02:55:13] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.130 - - [2026-04-23 02:55:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.071906 [API:8081]10.0.0.249 - - [2026-04-23 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.249 - - [2026-04-23 02:56:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.130 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.249 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.249 - - [2026-04-23 02:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-04-23 02:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2026-04-23 02:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 02:57:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074312 [API:8081]10.0.0.130 - - [2026-04-23 02:58:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.090437 [API:8081]10.0.0.23 - - [2026-04-23 02:59:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-23 02:59:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.071428 [API:8081]10.0.0.130 - - [2026-04-23 03:00:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074303 [API:8081]10.0.0.23 - - [2026-04-23 03:00:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1432 0.071593 [API:8081]10.0.0.130 - - [2026-04-23 03:01:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063120 [API:8081]10.0.0.249 - - [2026-04-23 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 03:01:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.23 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.130 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.249 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.249 - - [2026-04-23 03:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.23 - - [2026-04-23 03:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2026-04-23 03:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 03:02:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-23 03:02:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.056183 [API:8081]10.0.0.23 - - [2026-04-23 03:03:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:b02d037f-b561-4159-b6ed-31a199fe6c34?flat HTTP/1.1" 200 5824 0.057090 [API:8081]10.0.0.23 - - [2026-04-23 03:03:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:b02d037f-b561-4159-b6ed-31a199fe6c34?flat HTTP/1.1" 200 5824 0.062764 [API:8081]10.0.0.23 - - [2026-04-23 03:03:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:b02d037f-b561-4159-b6ed-31a199fe6c34?flat HTTP/1.1" 200 5824 0.014999 [API:8081]10.0.0.23 - - [2026-04-23 03:03:22] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918-10854866?flat HTTP/1.1" 200 5027 0.016669 [API:8081]10.0.0.23 - - [2026-04-23 03:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.019423 [API:8081]10.0.0.23 - - [2026-04-23 03:03:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13203 0.021530 [API:8081]10.0.0.23 - - [2026-04-23 03:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25259 0.020464 [API:8081]10.0.0.23 - - [2026-04-23 03:03:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13203 0.020515 [API:8081]10.0.0.23 - - [2026-04-23 03:03:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008225 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003150 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003717 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004181 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003504 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003388 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003490 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002774 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002659 [API:8081]10.0.0.130 - - [2026-04-23 03:03:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058837 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:38a40dd6-fc12-47b5-860a-08b9ed08bbb8?flat HTTP/1.1" 200 5689 0.013002 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:38a40dd6-fc12-47b5-860a-08b9ed08bbb8?flat HTTP/1.1" 200 5689 0.017762 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:38a40dd6-fc12-47b5-860a-08b9ed08bbb8?flat HTTP/1.1" 200 5689 0.016014 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918:ctest-SecurityGroupBasicRegressionTests1Ipv6-10677918-10854866?flat HTTP/1.1" 200 11807 0.019492 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019793 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.020736 [API:8081]10.0.0.23 - - [2026-04-23 03:03:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012423 [API:8081]10.0.0.130 - - [2026-04-23 03:04:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.060349 [API:8081]10.0.0.23 - - [2026-04-23 03:04:43] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-04-23 03:04:43] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.130 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.130 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.249 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.249 - - [2026-04-23 03:05:13] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.130 - - [2026-04-23 03:06:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067895 [API:8081]10.0.0.249 - - [2026-04-23 03:06:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.249 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.130 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.249 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.249 - - [2026-04-23 03:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-04-23 03:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 03:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 03:07:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-04-23 03:07:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1926 0.057186 [API:8081]10.0.0.130 - - [2026-04-23 03:07:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.068337 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:842fa43f-cd02-41b6-b874-afc671f97a97?flat HTTP/1.1" 200 5805 0.064935 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:842fa43f-cd02-41b6-b874-afc671f97a97?flat HTTP/1.1" 200 5805 0.016218 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:842fa43f-cd02-41b6-b874-afc671f97a97?flat HTTP/1.1" 200 5805 0.067233 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248-16103457?flat HTTP/1.1" 200 10447 0.017577 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019327 [API:8081]10.0.0.23 - - [2026-04-23 03:07:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13822 0.021553 [API:8081]10.0.0.23 - - [2026-04-23 03:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.018536 [API:8081]10.0.0.23 - - [2026-04-23 03:07:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13822 0.019679 [API:8081]10.0.0.23 - - [2026-04-23 03:07:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.010843 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:397e15a3-06e6-48ae-92f9-c05c45d0d4ce?flat HTTP/1.1" 200 5672 0.015094 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:397e15a3-06e6-48ae-92f9-c05c45d0d4ce?flat HTTP/1.1" 200 5672 0.012595 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:397e15a3-06e6-48ae-92f9-c05c45d0d4ce?flat HTTP/1.1" 200 5672 0.013177 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248-16103457?flat HTTP/1.1" 200 11551 0.024455 [API:8081]10.0.0.23 - - [2026-04-23 03:08:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022805 [API:8081]10.0.0.23 - - [2026-04-23 03:08:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.018425 [API:8081]10.0.0.23 - - [2026-04-23 03:08:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009653 [API:8081]10.0.0.130 - - [2026-04-23 03:09:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076700 [API:8081]10.0.0.130 - - [2026-04-23 03:10:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063937 [API:8081]10.0.0.23 - - [2026-04-23 03:10:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.025471 [API:8081]10.0.0.23 - - [2026-04-23 03:10:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019485 [API:8081]10.0.0.23 - - [2026-04-23 03:10:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020122 [API:8081]10.0.0.23 - - [2026-04-23 03:10:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.018780 [API:8081]10.0.0.23 - - [2026-04-23 03:10:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.030654 [API:8081]10.0.0.23 - - [2026-04-23 03:11:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020178 [API:8081]10.0.0.23 - - [2026-04-23 03:11:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022813 [API:8081]10.0.0.23 - - [2026-04-23 03:11:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019122 [API:8081]10.0.0.23 - - [2026-04-23 03:11:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020520 [API:8081]10.0.0.23 - - [2026-04-23 03:11:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021617 [API:8081]10.0.0.23 - - [2026-04-23 03:11:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248-16103457?flat HTTP/1.1" 200 11375 0.018593 [API:8081]10.0.0.23 - - [2026-04-23 03:11:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009139 [API:8081]10.0.0.23 - - [2026-04-23 03:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020760 [API:8081]10.0.0.23 - - [2026-04-23 03:11:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.022823 [API:8081]10.0.0.23 - - [2026-04-23 03:11:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.031929 [API:8081]10.0.0.23 - - [2026-04-23 03:11:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.029457 [API:8081]10.0.0.23 - - [2026-04-23 03:11:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021833 [API:8081]10.0.0.23 - - [2026-04-23 03:11:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.029528 [API:8081]10.0.0.23 - - [2026-04-23 03:11:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.024304 [API:8081]10.0.0.23 - - [2026-04-23 03:11:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.030666 [API:8081]10.0.0.23 - - [2026-04-23 03:11:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022444 [API:8081]10.0.0.23 - - [2026-04-23 03:11:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.021149 [API:8081]10.0.0.23 - - [2026-04-23 03:11:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.021347 [API:8081]10.0.0.23 - - [2026-04-23 03:11:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.031439 [API:8081]10.0.0.23 - - [2026-04-23 03:11:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.025485 [API:8081]10.0.0.23 - - [2026-04-23 03:11:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.029954 [API:8081]10.0.0.23 - - [2026-04-23 03:11:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.026930 [API:8081]10.0.0.23 - - [2026-04-23 03:11:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.023372 [API:8081]10.0.0.23 - - [2026-04-23 03:11:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.020651 [API:8081]10.0.0.23 - - [2026-04-23 03:11:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13808 0.021217 [API:8081]10.0.0.23 - - [2026-04-23 03:11:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.019979 [API:8081]10.0.0.23 - - [2026-04-23 03:11:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13234 0.022676 [API:8081]10.0.0.23 - - [2026-04-23 03:11:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248:ctest-SecurityGroupBasicRegressionTests1_contrail-86678248-16103457?flat HTTP/1.1" 200 8424 0.015187 [API:8081]10.0.0.23 - - [2026-04-23 03:11:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009935 [API:8081]10.0.0.249 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.249 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.130 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.249 - - [2026-04-23 03:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 03:11:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-04-23 03:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-04-23 03:11:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1890 0.130906 [API:8081]10.0.0.23 - - [2026-04-23 03:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 03:12:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066440 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:553887d8-cc36-4b8c-97a0-0ee7ba392450?flat HTTP/1.1" 200 5780 0.066860 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:553887d8-cc36-4b8c-97a0-0ee7ba392450?flat HTTP/1.1" 200 5780 0.014360 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:553887d8-cc36-4b8c-97a0-0ee7ba392450?flat HTTP/1.1" 200 5780 0.065668 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:ctest-SecurityGroupBasicRegressionTests1-42951643-39362589?flat HTTP/1.1" 200 9994 0.024061 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.023443 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13754 0.021671 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25262 0.022236 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13754 0.021357 [API:8081]10.0.0.23 - - [2026-04-23 03:12:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009121 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:ddaa45be-c437-4d17-96b0-993973e2bfe5?flat HTTP/1.1" 200 5538 0.012717 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:ddaa45be-c437-4d17-96b0-993973e2bfe5?flat HTTP/1.1" 200 5538 0.013245 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:ddaa45be-c437-4d17-96b0-993973e2bfe5?flat HTTP/1.1" 200 5538 0.015816 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-42951643:ctest-SecurityGroupBasicRegressionTests1-42951643-39362589?flat HTTP/1.1" 200 10921 0.024435 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029724 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.030607 [API:8081]10.0.0.23 - - [2026-04-23 03:13:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008321 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003273 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002748 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.014887 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004048 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002933 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005107 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002928 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003858 [API:8081]10.0.0.130 - - [2026-04-23 03:13:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.059919 [API:8081]10.0.0.23 - - [2026-04-23 03:14:43] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-23 03:14:43] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.130 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.130 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.249 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.249 - - [2026-04-23 03:15:13] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.130 - - [2026-04-23 03:15:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080981 [API:8081]10.0.0.23 - - [2026-04-23 03:16:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-04-23 03:16:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.058628 [API:8081]10.0.0.23 - - [2026-04-23 03:16:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.062860 [API:8081]10.0.0.23 - - [2026-04-23 03:16:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2742 0.061090 [API:8081]10.0.0.130 - - [2026-04-23 03:16:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063413 [API:8081]10.0.0.249 - - [2026-04-23 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.249 - - [2026-04-23 03:16:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.249 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.130 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.249 - - [2026-04-23 03:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 03:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-04-23 03:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-04-23 03:16:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.009980 [API:8081]10.0.0.23 - - [2026-04-23 03:16:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2740 0.009270 [API:8081]10.0.0.23 - - [2026-04-23 03:17:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2954 0.008754 [API:8081]10.0.0.23 - - [2026-04-23 03:17:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3178 0.009607 [API:8081]10.0.0.23 - - [2026-04-23 03:17:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3404 0.010279 [API:8081]10.0.0.23 - - [2026-04-23 03:17:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-04-23 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2316 0.058650 [API:8081]10.0.0.23 - - [2026-04-23 03:17:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2532 0.063858 [API:8081]10.0.0.23 - - [2026-04-23 03:17:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2750 0.063150 [API:8081]10.0.0.23 - - [2026-04-23 03:17:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.011926 [API:8081]10.0.0.23 - - [2026-04-23 03:17:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2532 0.010697 [API:8081]10.0.0.23 - - [2026-04-23 03:17:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2746 0.010276 [API:8081]10.0.0.23 - - [2026-04-23 03:18:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-04-23 03:18:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.056040 [API:8081]10.0.0.23 - - [2026-04-23 03:18:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.059160 [API:8081]10.0.0.23 - - [2026-04-23 03:18:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.060846 [API:8081]10.0.0.23 - - [2026-04-23 03:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.010071 [API:8081]10.0.0.23 - - [2026-04-23 03:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2306 0.010398 [API:8081]10.0.0.23 - - [2026-04-23 03:18:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.009564 [API:8081]10.0.0.23 - - [2026-04-23 03:18:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.010182 [API:8081]10.0.0.130 - - [2026-04-23 03:18:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063399 [API:8081]10.0.0.23 - - [2026-04-23 03:18:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2958 0.014322 [API:8081]10.0.0.23 - - [2026-04-23 03:19:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000556 [API:8081]10.0.0.23 - - [2026-04-23 03:19:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2104 0.067239 [API:8081]10.0.0.23 - - [2026-04-23 03:19:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.058383 [API:8081]10.0.0.23 - - [2026-04-23 03:19:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2540 0.053331 [API:8081]10.0.0.23 - - [2026-04-23 03:19:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2772 0.011696 [API:8081]10.0.0.23 - - [2026-04-23 03:19:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 3006 0.008864 [API:8081]10.0.0.130 - - [2026-04-23 03:19:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.059395 [API:8081]10.0.0.130 - - [2026-04-23 03:21:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067941 [API:8081]10.0.0.249 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.249 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.130 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.249 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.249 - - [2026-04-23 03:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 03:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 03:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.130 - - [2026-04-23 03:22:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.072564 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003416 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.009347 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006191 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002563 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002798 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003390 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002305 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002441 [API:8081]10.0.0.23 - - [2026-04-23 03:24:43] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 03:24:43] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.130 - - [2026-04-23 03:24:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069708 [API:8081]10.0.0.130 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.130 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.249 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.249 - - [2026-04-23 03:25:13] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.130 - - [2026-04-23 03:25:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.064295 [API:8081]10.0.0.23 - - [2026-04-23 03:26:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.23 - - [2026-04-23 03:26:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2320 0.060173 [API:8081]10.0.0.23 - - [2026-04-23 03:26:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2530 0.088300 [API:8081]10.0.0.249 - - [2026-04-23 03:26:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.249 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.130 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.249 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.249 - - [2026-04-23 03:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2026-04-23 03:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-23 03:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.130 - - [2026-04-23 03:27:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056689 [API:8081]10.0.0.130 - - [2026-04-23 03:28:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.057189 [API:8081]10.0.0.130 - - [2026-04-23 03:30:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064776 [API:8081]10.0.0.23 - - [2026-04-23 03:31:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-04-23 03:31:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.059398 [API:8081]10.0.0.249 - - [2026-04-23 03:31:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.249 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.187503 [API:8081]10.0.0.23 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.23 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.130 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.249 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.249 - - [2026-04-23 03:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.23 - - [2026-04-23 03:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.23 - - [2026-04-23 03:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-04-23 03:32:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-23 03:32:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2112 0.056381 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003312 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002604 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003728 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003981 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002883 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002731 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002919 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:33:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002413 [API:8081]10.0.0.130 - - [2026-04-23 03:33:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065215 [API:8081]10.0.0.23 - - [2026-04-23 03:34:43] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-23 03:34:43] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.130 - - [2026-04-23 03:34:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.070620 [API:8081]10.0.0.130 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.130 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.249 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-04-23 03:35:13] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.249 - - [2026-04-23 03:36:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.249 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.23 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.130 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.249 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.249 - - [2026-04-23 03:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-04-23 03:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2026-04-23 03:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.130 - - [2026-04-23 03:37:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067744 [API:8081]10.0.0.130 - - [2026-04-23 03:38:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.066374 [API:8081]10.0.0.23 - - [2026-04-23 03:39:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-04-23 03:39:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2092 0.066720 [API:8081]10.0.0.130 - - [2026-04-23 03:40:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068246 [API:8081]10.0.0.130 - - [2026-04-23 03:41:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.071080 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.130 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-04-23 03:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-23 03:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2026-04-23 03:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.130 - - [2026-04-23 03:43:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068913 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003146 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002885 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002654 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002976 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002852 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002897 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002353 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:43:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002596 [API:8081]10.0.0.130 - - [2026-04-23 03:44:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.063355 [API:8081]10.0.0.23 - - [2026-04-23 03:44:43] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-04-23 03:44:43] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.130 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.249 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.249 - - [2026-04-23 03:45:13] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.23 - - [2026-04-23 03:45:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-94736237:59aa5463-d3d3-440c-91cf-7f5c2aff946e?flat HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-94736237:59aa5463-d3d3-440c-91cf-7f5c2aff946e?flat HTTP/1.1" 200 5114 0.064970 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-94736237:59aa5463-d3d3-440c-91cf-7f5c2aff946e?flat HTTP/1.1" 200 5114 0.060356 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-94736237:59aa5463-d3d3-440c-91cf-7f5c2aff946e?flat HTTP/1.1" 200 5114 0.089797 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-94736237:ctest-random-67874815?flat HTTP/1.1" 200 7607 0.020245 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.023337 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14157 0.024929 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.021156 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14157 0.023879 [API:8081]10.0.0.23 - - [2026-04-23 03:45:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010606 [API:8081]10.0.0.23 - - [2026-04-23 03:45:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.009848 [API:8081]10.0.0.23 - - [2026-04-23 03:45:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.020030 [API:8081]10.0.0.23 - - [2026-04-23 03:45:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14157 0.021160 [API:8081]10.0.0.23 - - [2026-04-23 03:45:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.026497 [API:8081]10.0.0.23 - - [2026-04-23 03:45:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14157 0.028157 [API:8081]10.0.0.23 - - [2026-04-23 03:45:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25274 0.022449 [API:8081]10.0.0.23 - - [2026-04-23 03:45:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13792 0.021382 [API:8081]10.0.0.23 - - [2026-04-23 03:45:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-94736237:ctest-random-67874815?flat HTTP/1.1" 200 8134 0.017314 [API:8081]10.0.0.23 - - [2026-04-23 03:45:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.008610 [API:8081]10.0.0.130 - - [2026-04-23 03:46:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066178 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.249 - - [2026-04-23 03:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 03:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.23 - - [2026-04-23 03:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.130 - - [2026-04-23 03:47:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.069396 [API:8081]10.0.0.130 - - [2026-04-23 03:49:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065403 [API:8081]10.0.0.23 - - [2026-04-23 03:49:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2026-04-23 03:49:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2736 0.091749 [API:8081]10.0.0.130 - - [2026-04-23 03:50:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.176037 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.130 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.249 - - [2026-04-23 03:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-04-23 03:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.23 - - [2026-04-23 03:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.130 - - [2026-04-23 03:52:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064005 [API:8081]10.0.0.130 - - [2026-04-23 03:53:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.059359 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004048 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004634 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002973 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003419 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005952 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002600 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002234 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:53:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002209 [API:8081]10.0.0.23 - - [2026-04-23 03:54:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-04-23 03:54:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2298 0.067340 [API:8081]10.0.0.23 - - [2026-04-23 03:54:43] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-04-23 03:54:43] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.130 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.130 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.249 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.249 - - [2026-04-23 03:55:13] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.130 - - [2026-04-23 03:55:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065419 [API:8081]10.0.0.130 - - [2026-04-23 03:56:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.069027 [API:8081]10.0.0.23 - - [2026-04-23 03:56:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-04-23 03:56:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2124 0.064555 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.130 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-23 03:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-04-23 03:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.23 - - [2026-04-23 03:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:08] "POST /analytics/query HTTP/1.1" 202 179 0.030748 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:08] "GET /analytics/query/7fb6ee65-3ec8-11f1-9748-00000a000017 HTTP/1.1" 200 221 0.003917 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:08] "GET /analytics/query/7fb6ee65-3ec8-11f1-9748-00000a000017 HTTP/1.1" 200 221 0.001950 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:09] "GET /analytics/query/7fb6ee65-3ec8-11f1-9748-00000a000017 HTTP/1.1" 200 338 0.002045 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:09] "GET /analytics/query/7fb6ee65-3ec8-11f1-9748-00000a000017/chunk-final/0 HTTP/1.1" 200 860 0.002339 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:09] "POST /analytics/query HTTP/1.1" 202 179 0.006283 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:09] "GET /analytics/query/80b447e6-3ec8-11f1-a426-00000a000017 HTTP/1.1" 200 221 0.002142 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:10] "GET /analytics/query/80b447e6-3ec8-11f1-a426-00000a000017 HTTP/1.1" 200 221 0.001891 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:10] "GET /analytics/query/80b447e6-3ec8-11f1-a426-00000a000017 HTTP/1.1" 200 221 0.002184 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:11] "GET /analytics/query/80b447e6-3ec8-11f1-a426-00000a000017 HTTP/1.1" 200 338 0.002177 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:11] "GET /analytics/query/80b447e6-3ec8-11f1-a426-00000a000017/chunk-final/0 HTTP/1.1" 200 860 0.001950 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:12] "POST /analytics/query HTTP/1.1" 202 179 0.006488 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:12] "GET /analytics/query/8202186b-3ec8-11f1-8d5d-00000a000017 HTTP/1.1" 200 221 0.002531 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:12] "GET /analytics/query/8202186b-3ec8-11f1-8d5d-00000a000017 HTTP/1.1" 200 339 0.001931 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:12] "GET /analytics/query/8202186b-3ec8-11f1-8d5d-00000a000017/chunk-final/0 HTTP/1.1" 200 19691 0.002898 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:13] "POST /analytics/query HTTP/1.1" 202 179 0.019970 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:13] "GET /analytics/query/82b37d35-3ec8-11f1-a595-00000a000017 HTTP/1.1" 200 221 0.001685 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:13] "GET /analytics/query/82b37d35-3ec8-11f1-a595-00000a000017 HTTP/1.1" 200 339 0.001889 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:13] "GET /analytics/query/82b37d35-3ec8-11f1-a595-00000a000017/chunk-final/0 HTTP/1.1" 200 21191 0.003220 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:14] "POST /analytics/query HTTP/1.1" 202 179 0.005229 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:14] "GET /analytics/query/8362eaf4-3ec8-11f1-a4c0-00000a000017 HTTP/1.1" 200 221 0.004034 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:14] "GET /analytics/query/8362eaf4-3ec8-11f1-a4c0-00000a000017 HTTP/1.1" 200 339 0.004147 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:14] "GET /analytics/query/8362eaf4-3ec8-11f1-a4c0-00000a000017/chunk-final/0 HTTP/1.1" 200 7699 0.004438 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003691 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:18] "POST /analytics/query HTTP/1.1" 202 179 0.005937 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:18] "GET /analytics/query/860566c7-3ec8-11f1-ad6d-00000a000017 HTTP/1.1" 200 221 0.001668 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:19] "GET /analytics/query/860566c7-3ec8-11f1-ad6d-00000a000017 HTTP/1.1" 200 340 0.002333 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:19] "GET /analytics/query/860566c7-3ec8-11f1-ad6d-00000a000017/chunk-final/0 HTTP/1.1" 200 341848 0.010293 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004147 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.005552 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:20] "POST /analytics/query HTTP/1.1" 202 179 0.024920 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:20] "GET /analytics/query/8718a2ee-3ec8-11f1-88d4-00000a000017 HTTP/1.1" 200 221 0.001793 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "GET /analytics/query/8718a2ee-3ec8-11f1-88d4-00000a000017 HTTP/1.1" 200 338 0.001946 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "GET /analytics/query/8718a2ee-3ec8-11f1-88d4-00000a000017/chunk-final/0 HTTP/1.1" 200 5945 0.002263 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "POST /analytics/query HTTP/1.1" 202 179 0.005339 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "GET /analytics/query/876c260c-3ec8-11f1-80f8-00000a000017 HTTP/1.1" 200 221 0.003082 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "GET /analytics/query/876c260c-3ec8-11f1-80f8-00000a000017 HTTP/1.1" 200 338 0.002213 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "GET /analytics/query/876c260c-3ec8-11f1-80f8-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002557 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "POST /analytics/query HTTP/1.1" 202 179 0.005776 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:21] "GET /analytics/query/87bd99c8-3ec8-11f1-aa34-00000a000017 HTTP/1.1" 200 221 0.008342 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "GET /analytics/query/87bd99c8-3ec8-11f1-aa34-00000a000017 HTTP/1.1" 200 338 0.002359 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "GET /analytics/query/87bd99c8-3ec8-11f1-aa34-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002634 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "POST /analytics/query HTTP/1.1" 202 179 0.011521 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "GET /analytics/query/880f583c-3ec8-11f1-90b7-00000a000017 HTTP/1.1" 200 221 0.003681 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "GET /analytics/query/880f583c-3ec8-11f1-90b7-00000a000017 HTTP/1.1" 200 338 0.002132 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "GET /analytics/query/880f583c-3ec8-11f1-90b7-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001652 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "POST /analytics/query HTTP/1.1" 202 179 0.005219 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:22] "GET /analytics/query/88617122-3ec8-11f1-a48c-00000a000017 HTTP/1.1" 200 221 0.003716 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "GET /analytics/query/88617122-3ec8-11f1-a48c-00000a000017 HTTP/1.1" 200 338 0.002038 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "GET /analytics/query/88617122-3ec8-11f1-a48c-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.001909 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "POST /analytics/query HTTP/1.1" 202 179 0.005092 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "GET /analytics/query/88b26979-3ec8-11f1-996c-00000a000017 HTTP/1.1" 200 221 0.009190 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "GET /analytics/query/88b26979-3ec8-11f1-996c-00000a000017 HTTP/1.1" 200 338 0.002139 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "GET /analytics/query/88b26979-3ec8-11f1-996c-00000a000017/chunk-final/0 HTTP/1.1" 200 7876 0.002004 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "POST /analytics/query HTTP/1.1" 202 179 0.009753 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:23] "GET /analytics/query/8903cb90-3ec8-11f1-b574-00000a000017 HTTP/1.1" 200 221 0.002470 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "GET /analytics/query/8903cb90-3ec8-11f1-b574-00000a000017 HTTP/1.1" 200 338 0.002196 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "GET /analytics/query/8903cb90-3ec8-11f1-b574-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002076 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "POST /analytics/query HTTP/1.1" 202 179 0.011600 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "GET /analytics/query/8955853d-3ec8-11f1-bce4-00000a000017 HTTP/1.1" 200 221 0.001950 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "GET /analytics/query/8955853d-3ec8-11f1-bce4-00000a000017 HTTP/1.1" 200 338 0.001969 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "GET /analytics/query/8955853d-3ec8-11f1-bce4-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001416 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "POST /analytics/query HTTP/1.1" 202 179 0.005935 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:24] "GET /analytics/query/89a799a3-3ec8-11f1-943c-00000a000017 HTTP/1.1" 200 221 0.001875 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "GET /analytics/query/89a799a3-3ec8-11f1-943c-00000a000017 HTTP/1.1" 200 338 0.001899 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "GET /analytics/query/89a799a3-3ec8-11f1-943c-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002024 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "POST /analytics/query HTTP/1.1" 202 179 0.005376 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "GET /analytics/query/89f87b13-3ec8-11f1-8492-00000a000017 HTTP/1.1" 200 221 0.004326 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "GET /analytics/query/89f87b13-3ec8-11f1-8492-00000a000017 HTTP/1.1" 200 338 0.002058 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "GET /analytics/query/89f87b13-3ec8-11f1-8492-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002303 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "POST /analytics/query HTTP/1.1" 202 179 0.009216 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:25] "GET /analytics/query/8a4929c0-3ec8-11f1-8fdd-00000a000017 HTTP/1.1" 200 221 0.002931 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:26] "GET /analytics/query/8a4929c0-3ec8-11f1-8fdd-00000a000017 HTTP/1.1" 200 338 0.003068 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:26] "GET /analytics/query/8a4929c0-3ec8-11f1-8fdd-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002050 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:26] "POST /analytics/query HTTP/1.1" 202 179 0.005171 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:26] "GET /analytics/query/8a9ab4f1-3ec8-11f1-b602-00000a000017 HTTP/1.1" 200 221 0.005977 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:27] "GET /analytics/query/8a9ab4f1-3ec8-11f1-b602-00000a000017 HTTP/1.1" 200 338 0.001862 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:27] "GET /analytics/query/8a9ab4f1-3ec8-11f1-b602-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002267 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.004425 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.003836 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:28] "POST /analytics/query HTTP/1.1" 202 179 0.004393 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:28] "GET /analytics/query/8ba63a49-3ec8-11f1-b030-00000a000017 HTTP/1.1" 200 221 0.001622 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:28] "GET /analytics/query/8ba63a49-3ec8-11f1-b030-00000a000017 HTTP/1.1" 200 340 0.002125 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:28] "GET /analytics/query/8ba63a49-3ec8-11f1-b030-00000a000017/chunk-final/0 HTTP/1.1" 200 1531902 0.056385 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:28] "POST /analytics/query HTTP/1.1" 202 179 0.006779 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:28] "GET /analytics/query/8c0506a7-3ec8-11f1-af90-00000a000017 HTTP/1.1" 200 221 0.002355 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:29] "GET /analytics/query/8c0506a7-3ec8-11f1-af90-00000a000017 HTTP/1.1" 200 340 0.002911 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:29] "GET /analytics/query/8c0506a7-3ec8-11f1-af90-00000a000017/chunk-final/0 HTTP/1.1" 200 1534666 0.020276 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.004790 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003709 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003815 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004060 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.004319 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:32] "POST /analytics/query HTTP/1.1" 202 179 0.005958 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:32] "GET /analytics/query/8e4d2781-3ec8-11f1-9359-00000a000017 HTTP/1.1" 200 221 0.001906 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:33] "GET /analytics/query/8e4d2781-3ec8-11f1-9359-00000a000017 HTTP/1.1" 200 339 0.002461 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:33] "GET /analytics/query/8e4d2781-3ec8-11f1-9359-00000a000017/chunk-final/0 HTTP/1.1" 200 43941 0.005572 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.003424 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:33] "POST /analytics/query HTTP/1.1" 202 179 0.014368 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:33] "GET /analytics/query/8eff4c9e-3ec8-11f1-b78b-00000a000017 HTTP/1.1" 200 221 0.005450 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:34] "GET /analytics/query/8eff4c9e-3ec8-11f1-b78b-00000a000017 HTTP/1.1" 200 341 0.002205 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:34] "GET /analytics/query/8eff4c9e-3ec8-11f1-b78b-00000a000017/chunk-final/0 HTTP/1.1" 200 1124841 0.034312 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003257 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004245 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004329 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:40] "POST /analytics/query HTTP/1.1" 200 145 1.011199 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003815 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:41] "POST /analytics/query HTTP/1.1" 200 2224 1.011384 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003502 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:43] "POST /analytics/query HTTP/1.1" 200 764 1.019241 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.012267 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:45] "POST /analytics/query HTTP/1.1" 200 2769 1.013666 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003578 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:46] "POST /analytics/query HTTP/1.1" 200 258 1.014142 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.003720 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:48] "POST /analytics/query HTTP/1.1" 200 1397 1.014060 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.003602 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:50] "POST /analytics/query HTTP/1.1" 200 2833 1.012412 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:50] "GET /analytics/tables HTTP/1.1" 200 76090 0.003908 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:51] "POST /analytics/query HTTP/1.1" 200 825 1.014715 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.004391 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:53] "POST /analytics/query HTTP/1.1" 200 141383 1.017951 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003670 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:54] "POST /analytics/query HTTP/1.1" 200 619 1.011811 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.003442 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:56] "POST /analytics/query HTTP/1.1" 200 258 1.012557 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004451 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:58] "POST /analytics/query HTTP/1.1" 200 596 1.024008 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004045 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:57:59] "POST /analytics/query HTTP/1.1" 200 1427 1.019520 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:58:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.004227 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:58:01] "POST /analytics/query HTTP/1.1" 200 596 1.014724 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:58:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004456 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:58:03] "POST /analytics/query HTTP/1.1" 200 236 1.016146 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 03:58:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003902 [API:8081]10.0.0.23 - - [2026-04-23 03:58:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 03:58:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2134 0.072124 [API:8081]10.0.0.130 - - [2026-04-23 03:58:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.367039 [API:8081]10.0.0.23 - - [2026-04-23 03:59:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.089253 [API:8081]10.0.0.23 - - [2026-04-23 03:59:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.028645 [API:8081]10.0.0.23 - - [2026-04-23 03:59:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.075145 [API:8081]10.0.0.130 - - [2026-04-23 03:59:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.070495 [API:8081]10.0.0.23 - - [2026-04-23 04:00:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.014573 [API:8081]10.0.0.23 - - [2026-04-23 04:00:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.008273 [API:8081]10.0.0.23 - - [2026-04-23 04:00:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.009522 [API:8081]10.0.0.23 - - [2026-04-23 04:00:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.010072 [API:8081]10.0.0.23 - - [2026-04-23 04:00:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2628 0.009063 [API:8081]10.0.0.23 - - [2026-04-23 04:00:48] "POST /analytics/query HTTP/1.1" 200 222 1.020350 [API:8081]10.0.0.23 - - [2026-04-23 04:00:49] "POST /analytics/query HTTP/1.1" 200 222 1.023445 [API:8081]10.0.0.23 - - [2026-04-23 04:00:50] "POST /analytics/query HTTP/1.1" 200 353 1.032147 [API:8081]10.0.0.130 - - [2026-04-23 04:01:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069500 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.130 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.249 - - [2026-04-23 04:01:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-04-23 04:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.23 - - [2026-04-23 04:01:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000685 [API:8081]10.0.0.130 - - [2026-04-23 04:02:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.062982 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003353 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003650 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003011 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003147 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004152 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003008 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003711 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:03:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003388 [API:8081]10.0.0.23 - - [2026-04-23 04:04:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26224 0.083449 [API:8081]10.0.0.23 - - [2026-04-23 04:04:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14863 0.083417 [API:8081]10.0.0.130 - - [2026-04-23 04:04:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.147658 [API:8081]10.0.0.23 - - [2026-04-23 04:04:43] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-04-23 04:04:43] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.130 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.130 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.249 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.249 - - [2026-04-23 04:05:13] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.130 - - [2026-04-23 04:05:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.071876 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.23 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.130 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-23 04:06:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-04-23 04:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2026-04-23 04:06:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.130 - - [2026-04-23 04:07:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078763 [API:8081]10.0.0.130 - - [2026-04-23 04:08:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.069920 [API:8081]10.0.0.130 - - [2026-04-23 04:10:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079559 [API:8081]10.0.0.130 - - [2026-04-23 04:11:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.085022 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.130 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.249 - - [2026-04-23 04:11:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2026-04-23 04:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.23 - - [2026-04-23 04:11:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.130 - - [2026-04-23 04:13:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070554 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003010 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003657 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003202 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002809 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003509 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003274 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003428 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:13:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003514 [API:8081]10.0.0.130 - - [2026-04-23 04:14:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.062748 [API:8081]10.0.0.23 - - [2026-04-23 04:14:43] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-04-23 04:14:43] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.130 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.130 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.249 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.249 - - [2026-04-23 04:15:13] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.130 - - [2026-04-23 04:16:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075276 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.130 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.249 - - [2026-04-23 04:16:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-04-23 04:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2026-04-23 04:16:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.130 - - [2026-04-23 04:17:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.076690 [API:8081]10.0.0.130 - - [2026-04-23 04:19:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086112 [API:8081]10.0.0.23 - - [2026-04-23 04:19:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 04:19:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2308 0.061456 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:8bfcfd8b-096b-485c-b786-f794f51cc1cd?flat HTTP/1.1" 200 5203 0.075833 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:8bfcfd8b-096b-485c-b786-f794f51cc1cd?flat HTTP/1.1" 200 5203 0.077132 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:8bfcfd8b-096b-485c-b786-f794f51cc1cd?flat HTTP/1.1" 200 5203 0.015421 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-97900444:EVPN-VN1?flat HTTP/1.1" 200 7828 0.020262 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26224 0.022617 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14143 0.028028 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26224 0.027870 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14143 0.030880 [API:8081]10.0.0.23 - - [2026-04-23 04:20:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.010649 [API:8081]10.0.0.130 - - [2026-04-23 04:20:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2547 0.065790 [API:8081]10.0.0.23 - - [2026-04-23 04:20:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:d3d028a0-a603-4b8f-8c67-19c3ce2ee361?flat HTTP/1.1" 200 5203 0.015907 [API:8081]10.0.0.23 - - [2026-04-23 04:20:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:d3d028a0-a603-4b8f-8c67-19c3ce2ee361?flat HTTP/1.1" 200 5203 0.014828 [API:8081]10.0.0.23 - - [2026-04-23 04:20:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:d3d028a0-a603-4b8f-8c67-19c3ce2ee361?flat HTTP/1.1" 200 5203 0.013050 [API:8081]10.0.0.23 - - [2026-04-23 04:20:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-97900444:EVPN-VN1?flat HTTP/1.1" 200 9376 0.023808 [API:8081]10.0.0.23 - - [2026-04-23 04:20:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25606 0.024900 [API:8081]10.0.0.23 - - [2026-04-23 04:20:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25606 0.021761 [API:8081]10.0.0.23 - - [2026-04-23 04:20:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009743 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000601 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.130 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-23 04:21:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-04-23 04:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2026-04-23 04:21:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.130 - - [2026-04-23 04:22:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061030 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:8bfcfd8b-096b-485c-b786-f794f51cc1cd?flat HTTP/1.1" 200 5321 0.017781 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:8bfcfd8b-096b-485c-b786-f794f51cc1cd?flat HTTP/1.1" 200 5321 0.022468 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:8bfcfd8b-096b-485c-b786-f794f51cc1cd?flat HTTP/1.1" 200 5321 0.018776 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-97900444:EVPN-VN1?flat HTTP/1.1" 200 9321 0.027338 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23732 0.024940 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13220 0.021346 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23732 0.031055 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13220 0.024253 [API:8081]10.0.0.23 - - [2026-04-23 04:23:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.014130 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:32] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002850 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003508 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002766 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:32] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004486 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005907 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003531 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007532 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:23:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002776 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:d3d028a0-a603-4b8f-8c67-19c3ce2ee361?flat HTTP/1.1" 200 5215 0.018999 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:d3d028a0-a603-4b8f-8c67-19c3ce2ee361?flat HTTP/1.1" 200 5215 0.016947 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-97900444:d3d028a0-a603-4b8f-8c67-19c3ce2ee361?flat HTTP/1.1" 200 5215 0.032196 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-97900444:EVPN-VN1?flat HTTP/1.1" 200 9321 0.036383 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23115 0.033299 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23115 0.020146 [API:8081]10.0.0.23 - - [2026-04-23 04:23:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009077 [API:8081]10.0.0.130 - - [2026-04-23 04:23:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.058862 [API:8081]10.0.0.23 - - [2026-04-23 04:24:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24484 0.032638 [API:8081]10.0.0.23 - - [2026-04-23 04:24:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-97900444:EVPN-VN1?flat HTTP/1.1" 200 8519 0.023619 [API:8081]10.0.0.23 - - [2026-04-23 04:24:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.009326 [API:8081]10.0.0.23 - - [2026-04-23 04:24:43] "GET /analytics HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2026-04-23 04:24:43] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.23 - - [2026-04-23 04:24:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25306 0.078815 [API:8081]10.0.0.23 - - [2026-04-23 04:24:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13880 0.021173 [API:8081]10.0.0.23 - - [2026-04-23 04:24:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25306 0.027849 [API:8081]10.0.0.23 - - [2026-04-23 04:24:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13880 0.029470 [API:8081]10.0.0.23 - - [2026-04-23 04:24:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25306 0.034111 [API:8081]10.0.0.23 - - [2026-04-23 04:24:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13880 0.032346 [API:8081]10.0.0.23 - - [2026-04-23 04:25:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25310 0.032794 [API:8081]10.0.0.23 - - [2026-04-23 04:25:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13547 0.022027 [API:8081]10.0.0.23 - - [2026-04-23 04:25:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-97900444:EVPN-VN1?flat HTTP/1.1" 200 5989 0.012695 [API:8081]10.0.0.23 - - [2026-04-23 04:25:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009058 [API:8081]10.0.0.130 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.130 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.249 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.249 - - [2026-04-23 04:25:13] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.130 - - [2026-04-23 04:25:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067246 [API:8081]10.0.0.130 - - [2026-04-23 04:26:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.083326 [API:8081]10.0.0.249 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.249 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.249 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.130 - - [2026-04-23 04:26:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.249 - - [2026-04-23 04:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-04-23 04:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-04-23 04:26:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-04-23 04:27:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-96391491:ctest-TestRbac-96391491-79195956?flat HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-04-23 04:27:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-96391491:ctest-TestRbac-96391491-79195956?flat HTTP/1.1" 200 2077 0.467488 [API:8081]10.0.0.23 - - [2026-04-23 04:27:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.150687 [API:8081]10.0.0.23 - - [2026-04-23 04:27:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-96391491:ctest-TestRbac-96391491-79195956?flat HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2026-04-23 04:27:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-96391491:ctest-TestRbac-96391491-79195956?flat HTTP/1.1" 200 2077 0.167863 [API:8081]10.0.0.23 - - [2026-04-23 04:27:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.099357 [API:8081]10.0.0.23 - - [2026-04-23 04:27:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-10702600:e6a78336-90cd-4490-844d-64057afb6233?flat HTTP/1.1" 200 5319 0.109864 [API:8081]10.0.0.23 - - [2026-04-23 04:27:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-10702600:e6a78336-90cd-4490-844d-64057afb6233?flat HTTP/1.1" 200 5319 0.066023 [API:8081]10.0.0.23 - - [2026-04-23 04:27:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-10702600:e6a78336-90cd-4490-844d-64057afb6233?flat HTTP/1.1" 200 5319 0.080074 [API:8081]10.0.0.23 - - [2026-04-23 04:27:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-96391491:ctest-TestRbac-96391491-79195956?flat HTTP/1.1" 200 3953 0.071456 [API:8081]10.0.0.23 - - [2026-04-23 04:28:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037652 [API:8081]10.0.0.23 - - [2026-04-23 04:28:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.165739 [API:8081]10.0.0.23 - - [2026-04-23 04:28:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-23 04:28:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.100777 [API:8081]10.0.0.23 - - [2026-04-23 04:28:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.090491 [API:8081]10.0.0.23 - - [2026-04-23 04:28:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.110302 [API:8081]10.0.0.23 - - [2026-04-23 04:28:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.160467 [API:8081]10.0.0.23 - - [2026-04-23 04:28:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.030698 [API:8081]10.0.0.23 - - [2026-04-23 04:28:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.025359 [API:8081]10.0.0.23 - - [2026-04-23 04:28:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.089371 [API:8081]10.0.0.23 - - [2026-04-23 04:28:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.043529 [API:8081]10.0.0.23 - - [2026-04-23 04:28:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.162363 [API:8081]10.0.0.23 - - [2026-04-23 04:28:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.083205 [API:8081]10.0.0.23 - - [2026-04-23 04:28:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.021252 [API:8081]10.0.0.23 - - [2026-04-23 04:28:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.021831 [API:8081]10.0.0.23 - - [2026-04-23 04:28:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.020561 [API:8081]10.0.0.23 - - [2026-04-23 04:28:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.019961 [API:8081]10.0.0.23 - - [2026-04-23 04:28:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.021916 [API:8081]10.0.0.23 - - [2026-04-23 04:28:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.019860 [API:8081]10.0.0.23 - - [2026-04-23 04:28:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.020902 [API:8081]10.0.0.23 - - [2026-04-23 04:28:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.022152 [API:8081]10.0.0.23 - - [2026-04-23 04:28:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.021852 [API:8081]10.0.0.23 - - [2026-04-23 04:28:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.021694 [API:8081]10.0.0.23 - - [2026-04-23 04:28:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.023628 [API:8081]10.0.0.23 - - [2026-04-23 04:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.032462 [API:8081]10.0.0.23 - - [2026-04-23 04:28:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.037739 [API:8081]10.0.0.23 - - [2026-04-23 04:28:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25341 0.029724 [API:8081]10.0.0.23 - - [2026-04-23 04:28:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13986 0.022999 [API:8081]10.0.0.23 - - [2026-04-23 04:28:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25342 0.026785 [API:8081]10.0.0.23 - - [2026-04-23 04:28:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13691 0.028133 [API:8081]10.0.0.23 - - [2026-04-23 04:28:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-96391491:ctest-TestRbac-96391491-79195956?flat HTTP/1.1" 200 6495 0.013589 [API:8081]10.0.0.23 - - [2026-04-23 04:28:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.010304 [API:8081]10.0.0.130 - - [2026-04-23 04:28:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113273 [API:8081]10.0.0.23 - - [2026-04-23 04:28:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.23 - - [2026-04-23 04:28:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 200 2112 0.107142 [API:8081]10.0.0.23 - - [2026-04-23 04:28:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 401 205 0.000245 --- 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-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12557995' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '4cfbff74f3eb4f57a924bcc898c90e48' 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-40536601', 'ctest-TestRbacBasic-40536601-12699803'], 'virtual_network', '581a2747-33c4-473d-a025-d81a1417415b', "Permission Denied for ['ctest-TestRbacBasic-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-12557995' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '4cfbff74f3eb4f57a924bcc898c90e48'"),) [API:8081]10.0.0.23 - - [2026-04-23 04:28:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 403 198 0.120440 [API:8081]10.0.0.23 - - [2026-04-23 04:28:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-23 04:28:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 200 2112 0.062441 [API:8081]10.0.0.23 - - [2026-04-23 04:28:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.086204 [API:8081]10.0.0.23 - - [2026-04-23 04:28:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.090713 [API:8081]10.0.0.23 - - [2026-04-23 04:28:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.067047 --- 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-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-40536601' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '91937d1631814efaaa6af5195b1b0a7a' 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-40536601', 'ctest-TestRbacBasic-40536601-12699803'], 'virtual_network', '581a2747-33c4-473d-a025-d81a1417415b', "Permission Denied for ['ctest-TestRbacBasic-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-40536601' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '91937d1631814efaaa6af5195b1b0a7a'"),) [API:8081]10.0.0.23 - - [2026-04-23 04:28:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 403 198 0.040886 --- 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-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-40536601' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '91937d1631814efaaa6af5195b1b0a7a' 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-40536601', 'ctest-TestRbacBasic-40536601-12699803'], 'virtual_network', '581a2747-33c4-473d-a025-d81a1417415b', "Permission Denied for ['ctest-TestRbacBasic-97478523'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-40536601' RBAC: ctest-TestRbacBasic-97105065 doesn't have read permission in project '91937d1631814efaaa6af5195b1b0a7a'"),) [API:8081]10.0.0.23 - - [2026-04-23 04:28:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 403 198 0.112595 [API:8081]10.0.0.23 - - [2026-04-23 04:28:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 200 2116 0.058886 [API:8081]10.0.0.23 - - [2026-04-23 04:28:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-40536601:ctest-TestRbacBasic-40536601-12699803?flat HTTP/1.1" 200 2116 0.011603 [API:8081]10.0.0.23 - - [2026-04-23 04:28:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.086844 [API:8081]10.0.0.23 - - [2026-04-23 04:28:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.056334 [API:8081]10.0.0.23 - - [2026-04-23 04:28:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.010091 [API:8081]10.0.0.23 - - [2026-04-23 04:29:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.008555 [API:8081]10.0.0.23 - - [2026-04-23 04:29:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 401 205 0.000244 --- 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-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.099539 [API:8081]10.0.0.23 - - [2026-04-23 04:29:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.085160 [API:8081]10.0.0.23 - - [2026-04-23 04:29:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 200 2117 0.054175 [API:8081]10.0.0.23 - - [2026-04-23 04:29:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.066068 --- 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-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.047769 --- 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-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-51975322 as ['ctest-TestRbacBasic-85516761'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.103060 [API:8081]10.0.0.23 - - [2026-04-23 04:29:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.061235 [API:8081]10.0.0.23 - - [2026-04-23 04:29:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 200 2117 0.060911 [API:8081]10.0.0.23 - - [2026-04-23 04:29:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.070917 [API:8081]10.0.0.23 - - [2026-04-23 04:29:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 401 205 0.000248 --- 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-97105065 as ['ctest-TestRbacBasic-97478523'] to R virtual-network in ctest-TestRbacBasic-81763084 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-81763084', 'ctest-TestRbacBasic-81763084-00671852'], 'virtual_network', 'da6e936d-307c-43d0-87a6-c8ed4260532b', "Permission Denied for ctest-TestRbacBasic-97105065 as ['ctest-TestRbacBasic-97478523'] to R virtual-network in ctest-TestRbacBasic-81763084"),) [API:8081]10.0.0.23 - - [2026-04-23 04:29:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 403 198 0.089921 [API:8081]10.0.0.23 - - [2026-04-23 04:29:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.062664 [API:8081]10.0.0.23 - - [2026-04-23 04:29:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-00671852?flat HTTP/1.1" 200 2117 0.051944 [API:8081]10.0.0.23 - - [2026-04-23 04:29:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.053736 [API:8081]10.0.0.23 - - [2026-04-23 04:29:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.096347 [API:8081]10.0.0.23 - - [2026-04-23 04:29:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2382 0.011649 [API:8081]10.0.0.130 - - [2026-04-23 04:29:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.078138 [API:8081]10.0.0.23 - - [2026-04-23 04:29:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-81763084:e2471608-92f6-422e-a390-f243cda90188?flat HTTP/1.1" 200 5397 0.058281 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-81763084:e2471608-92f6-422e-a390-f243cda90188?flat HTTP/1.1" 200 5397 0.059934 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-81763084:e2471608-92f6-422e-a390-f243cda90188?flat HTTP/1.1" 200 5397 0.062181 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-80017554?flat HTTP/1.1" 200 8781 0.069002 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040300 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.103204 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.036328 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.027317 [API:8081]10.0.0.23 - - [2026-04-23 04:29:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.071927 [API:8081]10.0.0.23 - - [2026-04-23 04:30:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.100394 [API:8081]10.0.0.23 - - [2026-04-23 04:30:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.040371 [API:8081]10.0.0.23 - - [2026-04-23 04:30:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.039041 [API:8081]10.0.0.23 - - [2026-04-23 04:30:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.096780 [API:8081]10.0.0.23 - - [2026-04-23 04:30:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-80017554?flat HTTP/1.1" 200 8781 0.066340 [API:8081]10.0.0.23 - - [2026-04-23 04:30:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.066783 [API:8081]10.0.0.23 - - [2026-04-23 04:30:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.041309 [API:8081]10.0.0.23 - - [2026-04-23 04:30:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.090081 [API:8081]10.0.0.23 - - [2026-04-23 04:30:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.023290 [API:8081]10.0.0.23 - - [2026-04-23 04:30:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.024398 [API:8081]10.0.0.23 - - [2026-04-23 04:30:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.021688 [API:8081]10.0.0.23 - - [2026-04-23 04:30:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.021060 [API:8081]10.0.0.23 - - [2026-04-23 04:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.021591 [API:8081]10.0.0.23 - - [2026-04-23 04:30:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.023332 [API:8081]10.0.0.23 - - [2026-04-23 04:30:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.027162 [API:8081]10.0.0.23 - - [2026-04-23 04:30:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.023331 [API:8081]10.0.0.23 - - [2026-04-23 04:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.027733 [API:8081]10.0.0.23 - - [2026-04-23 04:30:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.036978 [API:8081]10.0.0.23 - - [2026-04-23 04:30:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.020755 [API:8081]10.0.0.23 - - [2026-04-23 04:30:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.031252 [API:8081]10.0.0.23 - - [2026-04-23 04:30:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.020372 [API:8081]10.0.0.23 - - [2026-04-23 04:30:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14080 0.029361 [API:8081]10.0.0.23 - - [2026-04-23 04:30:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25344 0.022818 [API:8081]10.0.0.23 - - [2026-04-23 04:30:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13871 0.023046 [API:8081]10.0.0.23 - - [2026-04-23 04:30:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-81763084:ctest-TestRbacBasic-81763084-80017554?flat HTTP/1.1" 200 6889 0.018600 [API:8081]10.0.0.23 - - [2026-04-23 04:30:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009034 [Introspect:8090]10.0.0.23 - - [2026-04-23 04:30:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.000983 [API:8081]10.0.0.23 - - [2026-04-23 04:30:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-23 04:30:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.378598 [API:8081]10.0.0.130 - - [2026-04-23 04:31:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067654 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.130 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.249 - - [2026-04-23 04:31:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-04-23 04:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.23 - - [2026-04-23 04:31:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.130 - - [2026-04-23 04:32:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.068119 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004955 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003386 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.013424 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004062 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003740 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003083 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003499 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:33:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004055 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:f06df896-cca8-48a3-bbe2-655297c54517?flat HTTP/1.1" 200 5373 0.017795 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:f06df896-cca8-48a3-bbe2-655297c54517?flat HTTP/1.1" 200 5373 0.074459 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:f06df896-cca8-48a3-bbe2-655297c54517?flat HTTP/1.1" 200 5373 0.095762 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn1-52822517?flat HTTP/1.1" 200 9479 0.020975 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25353 0.021148 [API:8081]10.0.0.23 - - [2026-04-23 04:34:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14036 0.028744 [API:8081]10.0.0.23 - - [2026-04-23 04:34:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25353 0.035345 [API:8081]10.0.0.23 - - [2026-04-23 04:34:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14036 0.023352 [API:8081]10.0.0.23 - - [2026-04-23 04:34:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009924 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:09c5c26e-8bf8-403a-825d-2c98f288a97b?flat HTTP/1.1" 200 5442 0.012937 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:09c5c26e-8bf8-403a-825d-2c98f288a97b?flat HTTP/1.1" 200 5442 0.013313 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:09c5c26e-8bf8-403a-825d-2c98f288a97b?flat HTTP/1.1" 200 5442 0.016765 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn1-52822517?flat HTTP/1.1" 200 9495 0.022074 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.021392 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.019921 [API:8081]10.0.0.23 - - [2026-04-23 04:34:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009144 [API:8081]10.0.0.23 - - [2026-04-23 04:34:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.022682 [API:8081]10.0.0.23 - - [2026-04-23 04:34:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.037039 [API:8081]10.0.0.23 - - [2026-04-23 04:34:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.019634 [API:8081]10.0.0.23 - - [2026-04-23 04:34:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.020938 [API:8081]10.0.0.23 - - [2026-04-23 04:34:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24735 0.025173 [API:8081]10.0.0.23 - - [2026-04-23 04:34:43] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-04-23 04:34:43] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.23 - - [2026-04-23 04:34:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24739 0.021052 [API:8081]10.0.0.130 - - [2026-04-23 04:34:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065835 [API:8081]10.0.0.23 - - [2026-04-23 04:34:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24739 0.038734 [API:8081]10.0.0.23 - - [2026-04-23 04:34:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24739 0.025412 [API:8081]10.0.0.23 - - [2026-04-23 04:34:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn1-52822517?flat HTTP/1.1" 200 7733 0.020610 [API:8081]10.0.0.23 - - [2026-04-23 04:34:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010769 [API:8081]10.0.0.23 - - [2026-04-23 04:34:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25357 0.027817 [API:8081]10.0.0.23 - - [2026-04-23 04:34:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14041 0.022977 [API:8081]10.0.0.23 - - [2026-04-23 04:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25357 0.021418 [API:8081]10.0.0.23 - - [2026-04-23 04:34:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14041 0.034038 [API:8081]10.0.0.23 - - [2026-04-23 04:34:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25358 0.022849 [API:8081]10.0.0.23 - - [2026-04-23 04:34:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13705 0.026447 [API:8081]10.0.0.23 - - [2026-04-23 04:34:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn1-52822517?flat HTTP/1.1" 200 4922 0.013436 [API:8081]10.0.0.23 - - [2026-04-23 04:34:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.009193 [API:8081]10.0.0.23 - - [2026-04-23 04:35:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2100 0.010384 [API:8081]10.0.0.23 - - [2026-04-23 04:35:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2310 0.009273 [API:8081]10.0.0.130 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.130 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.249 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-04-23 04:35:13] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.130 - - [2026-04-23 04:35:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.077105 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.130 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000545 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.249 - - [2026-04-23 04:36:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-04-23 04:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-04-23 04:36:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.130 - - [2026-04-23 04:37:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.062567 [Introspect:8090]10.0.0.23 - - [2026-04-23 04:38:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.000973 [API:8081]10.0.0.130 - - [2026-04-23 04:38:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.394831 [API:8081]10.0.0.23 - - [2026-04-23 04:38:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-1?flat HTTP/1.1" 200 13212 0.384999 [API:8081]10.0.0.23 - - [2026-04-23 04:38:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-1?flat HTTP/1.1" 200 6063 0.084428 [API:8081]10.0.0.23 - - [2026-04-23 04:38:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 6064 0.079764 [API:8081]10.0.0.23 - - [2026-04-23 04:38:51] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5672-3?flat HTTP/1.1" 200 3967 0.013592 [API:8081]10.0.0.23 - - [2026-04-23 04:38:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?flat HTTP/1.1" 200 7076 0.017732 [API:8081]10.0.0.23 - - [2026-04-23 04:38:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?flat HTTP/1.1" 200 6717 0.018806 [API:8081]10.0.0.23 - - [2026-04-23 04:38:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?flat HTTP/1.1" 200 6145 0.018687 [API:8081]10.0.0.23 - - [2026-04-23 04:38:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2520 0.009234 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:b4afdac3-8500-41c1-9592-f9fa44fb7e77?flat HTTP/1.1" 200 5253 0.012867 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:b4afdac3-8500-41c1-9592-f9fa44fb7e77?flat HTTP/1.1" 200 5253 0.013828 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:b4afdac3-8500-41c1-9592-f9fa44fb7e77?flat HTTP/1.1" 200 5253 0.017613 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn1-39723834?flat HTTP/1.1" 200 6977 0.019652 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24699 0.026223 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13532 0.027004 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24699 0.023189 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13532 0.026053 [API:8081]10.0.0.23 - - [2026-04-23 04:39:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009314 [API:8081]10.0.0.130 - - [2026-04-23 04:40:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071409 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:17ad1e84-6a2b-4714-8611-bac2b3957396?flat HTTP/1.1" 200 5244 0.014280 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:17ad1e84-6a2b-4714-8611-bac2b3957396?flat HTTP/1.1" 200 5244 0.014329 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-87996088:17ad1e84-6a2b-4714-8611-bac2b3957396?flat HTTP/1.1" 200 5244 0.013816 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn2-98983351?flat HTTP/1.1" 200 6997 0.015528 [API:8081]10.0.0.23 - - [2026-04-23 04:40:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25324 0.020227 [API:8081]10.0.0.23 - - [2026-04-23 04:40:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25324 0.022233 [API:8081]10.0.0.23 - - [2026-04-23 04:40:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1358 0.013206 [API:8081]10.0.0.130 - - [2026-04-23 04:41:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.078569 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.23 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.130 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-04-23 04:41:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-04-23 04:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-04-23 04:41:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-04-23 04:42:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.026138 [API:8081]10.0.0.23 - - [2026-04-23 04:42:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.022876 [API:8081]10.0.0.23 - - [2026-04-23 04:42:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.021155 [API:8081]10.0.0.23 - - [2026-04-23 04:42:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.020371 [API:8081]10.0.0.23 - - [2026-04-23 04:42:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.038070 [API:8081]10.0.0.23 - - [2026-04-23 04:42:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.020150 [API:8081]10.0.0.23 - - [2026-04-23 04:42:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.020702 [API:8081]10.0.0.23 - - [2026-04-23 04:42:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25327 0.032985 [API:8081]10.0.0.23 - - [2026-04-23 04:42:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn2-98983351?flat HTTP/1.1" 200 7723 0.016656 [API:8081]10.0.0.23 - - [2026-04-23 04:42:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1202 0.009734 [API:8081]10.0.0.23 - - [2026-04-23 04:42:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.029522 [API:8081]10.0.0.23 - - [2026-04-23 04:42:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14734 0.024640 [API:8081]10.0.0.23 - - [2026-04-23 04:42:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.035349 [API:8081]10.0.0.23 - - [2026-04-23 04:42:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14081 0.040133 [API:8081]10.0.0.23 - - [2026-04-23 04:42:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.022342 [API:8081]10.0.0.23 - - [2026-04-23 04:42:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13954 0.023872 [API:8081]10.0.0.23 - - [2026-04-23 04:42:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-87996088:ctest-vn1-39723834?flat HTTP/1.1" 200 7791 0.017883 [API:8081]10.0.0.23 - - [2026-04-23 04:42:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010700 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003254 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003364 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003406 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002547 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003372 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002531 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002626 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:43:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002331 [API:8081]10.0.0.130 - - [2026-04-23 04:43:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065798 [API:8081]10.0.0.23 - - [2026-04-23 04:43:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22452019:8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f?flat HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-04-23 04:43:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22452019:8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f?flat HTTP/1.1" 200 3168 0.081316 [API:8081]10.0.0.23 - - [2026-04-23 04:43:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22452019:8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f?flat HTTP/1.1" 200 3168 0.063291 [API:8081]10.0.0.23 - - [2026-04-23 04:43:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22452019:8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f?flat HTTP/1.1" 200 3168 0.081743 [API:8081]10.0.0.23 - - [2026-04-23 04:43:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22452019:ctest-vn-39188504?flat HTTP/1.1" 200 7402 0.022167 [API:8081]10.0.0.23 - - [2026-04-23 04:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.044446 [API:8081]10.0.0.23 - - [2026-04-23 04:43:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.027840 [API:8081]10.0.0.23 - - [2026-04-23 04:43:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010963 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22452019:c80e5428-f869-4680-8015-338078efcf68?flat HTTP/1.1" 200 5233 0.015175 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22452019:c80e5428-f869-4680-8015-338078efcf68?flat HTTP/1.1" 200 5233 0.013525 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-22452019:c80e5428-f869-4680-8015-338078efcf68?flat HTTP/1.1" 200 5233 0.014846 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22452019:ctest-vn-17115358?flat HTTP/1.1" 200 8040 0.017973 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.022796 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14059 0.026947 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.022079 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14059 0.025005 [API:8081]10.0.0.23 - - [2026-04-23 04:44:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1045 0.010751 [API:8081]10.0.0.23 - - [2026-04-23 04:44:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.021119 [API:8081]10.0.0.23 - - [2026-04-23 04:44:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14059 0.021863 [API:8081]10.0.0.23 - - [2026-04-23 04:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.025338 [API:8081]10.0.0.23 - - [2026-04-23 04:44:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14059 0.023125 [API:8081]10.0.0.23 - - [2026-04-23 04:44:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.031010 [API:8081]10.0.0.23 - - [2026-04-23 04:44:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 14059 0.022063 [API:8081]10.0.0.23 - - [2026-04-23 04:44:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24728 0.021761 [API:8081]10.0.0.23 - - [2026-04-23 04:44:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5672-2?flat HTTP/1.1" 200 13699 0.021122 [API:8081]10.0.0.23 - - [2026-04-23 04:44:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22452019:ctest-vn-17115358?flat HTTP/1.1" 200 6187 0.011299 [API:8081]10.0.0.23 - - [2026-04-23 04:44:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 889 0.008640 [API:8081]10.0.0.23 - - [2026-04-23 04:44:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.020097 [API:8081]10.0.0.23 - - [2026-04-23 04:44:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.021673 [API:8081]10.0.0.23 - - [2026-04-23 04:44:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.022201 [API:8081]10.0.0.23 - - [2026-04-23 04:44:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.021670 [API:8081]10.0.0.23 - - [2026-04-23 04:44:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.033193 [API:8081]10.0.0.23 - - [2026-04-23 04:44:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.026473 [API:8081]10.0.0.23 - - [2026-04-23 04:44:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5672-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.025027 [API:8081]10.0.0.23 - - [2026-04-23 04:44:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-22452019:ctest-vn-39188504?flat HTTP/1.1" 200 6177 0.014796 [API:8081]10.0.0.23 - - [2026-04-23 04:44:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011249 [API:8081]10.0.0.23 - - [2026-04-23 04:44:43] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-04-23 04:44:43] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.23 - - [2026-04-23 04:44:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.23 - - [2026-04-23 04:44:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.059804 [API:8081]10.0.0.23 - - [2026-04-23 04:44:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2334 0.059875 [API:8081]10.0.0.130 - - [2026-04-23 04:44:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.061941 [API:8081]10.0.0.130 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.130 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.249 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.249 - - [2026-04-23 04:45:13] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.130 - - [2026-04-23 04:46:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069769 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.130 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.249 - - [2026-04-23 04:46:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-04-23 04:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-04-23 04:46:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.130 - - [2026-04-23 04:47:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.061342 [API:8081]10.0.0.130 - - [2026-04-23 04:49:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077766 [API:8081]10.0.0.130 - - [2026-04-23 04:50:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.092424 [API:8081]10.0.0.23 - - [2026-04-23 04:51:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 04:51:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2548 0.070076 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.130 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.249 - - [2026-04-23 04:51:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2026-04-23 04:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-04-23 04:51:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.130 - - [2026-04-23 04:53:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066160 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003532 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003373 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003263 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003427 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004098 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003723 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004383 [LOCAL API:8181]127.0.0.1 - - [2026-04-23 04:53:33] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5672-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006764 [API:8081]10.0.0.130 - - [2026-04-23 04:54:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.084125 [API:8081]10.0.0.23 - - [2026-04-23 04:54:43] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-04-23 04:54:43] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.130 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.130 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.249 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.249 - - [2026-04-23 04:55:13] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.130 - - [2026-04-23 04:56:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073401 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.130 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.249 - - [2026-04-23 04:56:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-04-23 04:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-04-23 04:56:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.130 - - [2026-04-23 04:57:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.074745 [Introspect:8090]10.0.0.23 - - [2026-04-23 04:57:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001049