++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Jun 1 02:06:07 AM UTC 2026 ===================' INFO: =================== Mon Jun 1 02:06:07 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 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.240 ++ 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.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.240:8081 10.0.0.249:8081 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.240:8086 10.0.0.249:8086 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.240:8082 10.0.0.249:8082 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.240:9161 10.0.0.249:9161 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.240:9041 10.0.0.249:9041 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240:2181,10.0.0.249:2181,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.240:5673,10.0.0.249:5673,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.240:6379 10.0.0.249:6379 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.240:9092 10.0.0.249:9092 10.0.0.65: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.240 ++ 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.240,10.0.0.249,10.0.0.65 ++ 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.240,10.0.0.249,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.240,10.0.0.249,10.0.0.65 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.240 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.240,10.0.0.249,10.0.0.65 +++ local servers=10.0.0.240,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.240,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.240,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ echo 10.0.0.240 1 +++ return ++ local ip=10.0.0.240 ++ [[ -z 10.0.0.240 ]] ++ echo 10.0.0.240 + host_ip=10.0.0.240 + 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: 06/01/2026 02:06:15.460 7fe87f6892c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/01/2026 02:06:15.623 7fe87f6892c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/01/2026 02:06:15.637 7fe87f6892c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/01/2026 02:06:15.638 7fe87f6892c0 [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.240: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.65 - - [2026-06-01 02:06:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.072412 [API:8081]10.0.0.65 - - [2026-06-01 02:06:56] "GET /analytics HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.65 - - [2026-06-01 02:06:56] "GET /analytics HTTP/1.1" 401 206 0.000169 [API:8081]10.0.0.240 - - [2026-06-01 02:06:56] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.240 - - [2026-06-01 02:06:56] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.249 - - [2026-06-01 02:06:57] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-06-01 02:06:57] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.65 - - [2026-06-01 02:07:27] "GET /analytics HTTP/1.1" 401 206 0.000222 [API:8081]10.0.0.65 - - [2026-06-01 02:07:27] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.240 - - [2026-06-01 02:07:27] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.240 - - [2026-06-01 02:07:27] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.249 - - [2026-06-01 02:07:28] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-06-01 02:07:28] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.65 - - [2026-06-01 02:07:57] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.65 - - [2026-06-01 02:07:57] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.240 - - [2026-06-01 02:07:58] "GET /analytics HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2026-06-01 02:07:58] "GET /analytics HTTP/1.1" 401 206 0.000185 [API:8081]10.0.0.65 - - [2026-06-01 02:08:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.064539 [API:8081]10.0.0.65 - - [2026-06-01 02:09:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.057893 [API:8081]10.0.0.65 - - [2026-06-01 02:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.65 - - [2026-06-01 02:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2026-06-01 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.249 - - [2026-06-01 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.240 - - [2026-06-01 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.240 - - [2026-06-01 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.65 - - [2026-06-01 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.65 - - [2026-06-01 02:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2026-06-01 02:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000787 [API:8081]10.0.0.249 - - [2026-06-01 02:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.240 - - [2026-06-01 02:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.240 - - [2026-06-01 02:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [Introspect:8090]10.0.0.240 - - [2026-06-01 02:09:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001014 [Introspect:8090]10.0.0.240 - - [2026-06-01 02:10:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.000995 [Introspect:8090]10.0.0.240 - - [2026-06-01 02:11:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.000972 [API:8081]10.0.0.65 - - [2026-06-01 02:11:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.181211 [Introspect:8090]10.0.0.240 - - [2026-06-01 02:11:39] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000590 [API:8081]10.0.0.240 - - [2026-06-01 02:11:39] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1:Control:contrail-control:0?flat HTTP/1.1" 200 28222 0.100136 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.074870 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2:Control:contrail-control:0?flat HTTP/1.1" 200 38723 0.067499 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.019026 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3:Control:contrail-control:0?flat HTTP/1.1" 200 35567 0.024427 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.018175 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.074597 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.029907 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3359 0.019595 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3359 0.016539 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.015268 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.013235 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.015604 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.013731 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.012567 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.016059 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015306 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017451 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017849 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.018388 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.021537 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.022353 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.021044 [API:8081]10.0.0.240 - - [2026-06-01 02:11:40] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.018780 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14217 0.024926 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.021001 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.020416 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.022757 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.021248 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016454 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.019773 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12022 0.023252 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.019812 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12026 0.026768 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.019875 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12022 0.030882 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.030110 [API:8081]10.0.0.240 - - [2026-06-01 02:11:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12026 0.028937 [API:8081]10.0.0.240 - - [2026-06-01 02:11:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20490 0.033072 [API:8081]10.0.0.240 - - [2026-06-01 02:11:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3273 0.018094 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.026733 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.012521 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.012609 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14217 0.017892 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014196 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.018028 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14207 0.018180 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013462 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.017636 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14205 0.022065 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.017208 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.023771 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3985 0.012939 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.032567 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.022250 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.028848 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.022221 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4623 0.021497 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.017218 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4319 0.016386 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1:Control:contrail-control:0?flat HTTP/1.1" 200 28222 0.019476 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.011010 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.017955 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2:Control:contrail-control:0?flat HTTP/1.1" 200 38723 0.022433 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3384 0.013226 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.018582 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3:Control:contrail-control:0?flat HTTP/1.1" 200 35567 0.020274 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3384 0.013315 [API:8081]10.0.0.240 - - [2026-06-01 02:11:43] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5860-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13604 0.016710 [API:8081]10.0.0.240 - - [2026-06-01 02:11:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12022 0.024326 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?flat HTTP/1.1" 200 18385 0.022477 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?flat HTTP/1.1" 200 13968 0.020944 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?flat HTTP/1.1" 200 15301 0.023411 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?flat HTTP/1.1" 200 18385 0.025179 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?flat HTTP/1.1" 200 13968 0.025347 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?flat HTTP/1.1" 200 15301 0.020194 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?flat HTTP/1.1" 200 18385 0.028457 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?flat HTTP/1.1" 200 13968 0.022249 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?flat HTTP/1.1" 200 15301 0.035748 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?flat HTTP/1.1" 200 18385 0.024779 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?flat HTTP/1.1" 200 13968 0.029259 [API:8081]10.0.0.240 - - [2026-06-01 02:11:46] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?flat HTTP/1.1" 200 15301 0.019901 [API:8081]10.0.0.240 - - [2026-06-01 02:11:48] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 8002 0.013903 [API:8081]10.0.0.240 - - [2026-06-01 02:11:48] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 8006 0.014806 [API:8081]10.0.0.240 - - [2026-06-01 02:11:48] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5860-3?flat HTTP/1.1" 200 8003 0.016391 [API:8081]10.0.0.240 - - [2026-06-01 02:11:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.240 - - [2026-06-01 02:11:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.053956 [API:8081]10.0.0.240 - - [2026-06-01 02:12:10] "POST /analytics/query HTTP/1.1" 200 63989 1.072365 [API:8081]10.0.0.240 - - [2026-06-01 02:12:11] "POST /analytics/query HTTP/1.1" 200 5872 1.083041 [API:8081]10.0.0.240 - - [2026-06-01 02:12:12] "POST /analytics/query HTTP/1.1" 200 871 1.031916 [API:8081]10.0.0.240 - - [2026-06-01 02:12:13] "POST /analytics/query HTTP/1.1" 200 5872 1.032165 [API:8081]10.0.0.240 - - [2026-06-01 02:12:14] "POST /analytics/query HTTP/1.1" 200 871 1.028593 [API:8081]10.0.0.240 - - [2026-06-01 02:12:25] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000817 [API:8081]10.0.0.65 - - [2026-06-01 02:12:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.082916 [API:8081]10.0.0.65 - - [2026-06-01 02:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.65 - - [2026-06-01 02:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.240 - - [2026-06-01 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2026-06-01 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-06-01 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.65 - - [2026-06-01 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.65 - - [2026-06-01 02:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000694 [API:8081]10.0.0.249 - - [2026-06-01 02:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2026-06-01 02:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.240 - - [2026-06-01 02:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.240 - - [2026-06-01 02:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.65 - - [2026-06-01 02:14:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127880 [API:8081]10.0.0.65 - - [2026-06-01 02:15:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.136993 [API:8081]10.0.0.240 - - [2026-06-01 02:15:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.240 - - [2026-06-01 02:15:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.058125 [API:8081]10.0.0.240 - - [2026-06-01 02:15:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1385 0.082922 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003274 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003419 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007872 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003800 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003617 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003112 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004011 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:16:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005274 [API:8081]10.0.0.249 - - [2026-06-01 02:17:28] "GET /analytics HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-06-01 02:17:28] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.65 - - [2026-06-01 02:17:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060012 [API:8081]10.0.0.65 - - [2026-06-01 02:17:57] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.65 - - [2026-06-01 02:17:57] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.240 - - [2026-06-01 02:17:58] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 02:17:58] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.65 - - [2026-06-01 02:18:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.064411 [API:8081]10.0.0.65 - - [2026-06-01 02:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.65 - - [2026-06-01 02:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2026-06-01 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2026-06-01 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.240 - - [2026-06-01 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.240 - - [2026-06-01 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.65 - - [2026-06-01 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.65 - - [2026-06-01 02:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2026-06-01 02:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-06-01 02:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.240 - - [2026-06-01 02:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.240 - - [2026-06-01 02:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.65 - - [2026-06-01 02:20:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079882 [API:8081]10.0.0.65 - - [2026-06-01 02:21:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.058333 [API:8081]10.0.0.240 - - [2026-06-01 02:21:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 02:21:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.063211 [API:8081]10.0.0.240 - - [2026-06-01 02:21:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.078196 [API:8081]10.0.0.240 - - [2026-06-01 02:23:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.067475 [API:8081]10.0.0.240 - - [2026-06-01 02:23:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1377 0.009526 [API:8081]10.0.0.240 - - [2026-06-01 02:23:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1606 0.008975 [API:8081]10.0.0.240 - - [2026-06-01 02:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1835 0.009759 [API:8081]10.0.0.65 - - [2026-06-01 02:23:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072112 [API:8081]10.0.0.65 - - [2026-06-01 02:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.65 - - [2026-06-01 02:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.249 - - [2026-06-01 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.240 - - [2026-06-01 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-06-01 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.240 - - [2026-06-01 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.65 - - [2026-06-01 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.65 - - [2026-06-01 02:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-06-01 02:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-06-01 02:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.240 - - [2026-06-01 02:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.240 - - [2026-06-01 02:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.65 - - [2026-06-01 02:24:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.075973 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003038 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004730 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006134 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003663 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005851 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005321 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003202 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:26:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002930 [API:8081]10.0.0.240 - - [2026-06-01 02:26:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.029704 [API:8081]10.0.0.240 - - [2026-06-01 02:26:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12982 0.019229 [API:8081]10.0.0.240 - - [2026-06-01 02:26:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.133513 [API:8081]10.0.0.65 - - [2026-06-01 02:26:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109195 [API:8081]10.0.0.240 - - [2026-06-01 02:26:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12982 0.385639 [API:8081]10.0.0.240 - - [2026-06-01 02:26:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.022538 [API:8081]10.0.0.240 - - [2026-06-01 02:26:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12982 0.021653 [API:8081]10.0.0.240 - - [2026-06-01 02:26:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.031621 [API:8081]10.0.0.240 - - [2026-06-01 02:26:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12559 0.030318 [API:8081]10.0.0.240 - - [2026-06-01 02:26:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-53496398:ctest-vnet1-15303996?flat HTTP/1.1" 200 8246 0.023089 [API:8081]10.0.0.240 - - [2026-06-01 02:26:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010039 [API:8081]10.0.0.240 - - [2026-06-01 02:27:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.024457 [API:8081]10.0.0.240 - - [2026-06-01 02:27:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.027695 [API:8081]10.0.0.240 - - [2026-06-01 02:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.020242 [API:8081]10.0.0.240 - - [2026-06-01 02:27:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.028872 [API:8081]10.0.0.240 - - [2026-06-01 02:27:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021478 [API:8081]10.0.0.240 - - [2026-06-01 02:27:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.019934 [API:8081]10.0.0.240 - - [2026-06-01 02:27:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021740 [API:8081]10.0.0.240 - - [2026-06-01 02:27:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.024071 [API:8081]10.0.0.240 - - [2026-06-01 02:27:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.018798 [API:8081]10.0.0.240 - - [2026-06-01 02:27:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.022598 [API:8081]10.0.0.240 - - [2026-06-01 02:27:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.021101 [API:8081]10.0.0.240 - - [2026-06-01 02:27:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.022568 [API:8081]10.0.0.240 - - [2026-06-01 02:27:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.024093 [API:8081]10.0.0.240 - - [2026-06-01 02:27:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.020431 [API:8081]10.0.0.240 - - [2026-06-01 02:27:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.019998 [API:8081]10.0.0.240 - - [2026-06-01 02:27:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13011 0.023541 [API:8081]10.0.0.240 - - [2026-06-01 02:27:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24572 0.035217 [API:8081]10.0.0.240 - - [2026-06-01 02:27:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12777 0.032573 [API:8081]10.0.0.240 - - [2026-06-01 02:27:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-53496398:ctest-vnet0-39238008?flat HTTP/1.1" 200 8242 0.013481 [API:8081]10.0.0.240 - - [2026-06-01 02:27:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009340 [API:8081]10.0.0.249 - - [2026-06-01 02:27:28] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-06-01 02:27:28] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.240 - - [2026-06-01 02:27:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.008514 [API:8081]10.0.0.65 - - [2026-06-01 02:27:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.068027 [API:8081]10.0.0.65 - - [2026-06-01 02:27:57] "GET /analytics HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.65 - - [2026-06-01 02:27:57] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.240 - - [2026-06-01 02:27:58] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.240 - - [2026-06-01 02:27:58] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.240 - - [2026-06-01 02:29:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.240 - - [2026-06-01 02:29:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.057481 [API:8081]10.0.0.65 - - [2026-06-01 02:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.65 - - [2026-06-01 02:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-06-01 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2026-06-01 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.240 - - [2026-06-01 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.240 - - [2026-06-01 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.65 - - [2026-06-01 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.65 - - [2026-06-01 02:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2026-06-01 02:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.249 - - [2026-06-01 02:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.240 - - [2026-06-01 02:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000412 [API:8081]10.0.0.240 - - [2026-06-01 02:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.65 - - [2026-06-01 02:29:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074790 [API:8081]10.0.0.240 - - [2026-06-01 02:30:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.093351 [API:8081]10.0.0.240 - - [2026-06-01 02:30:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13020 0.024037 [API:8081]10.0.0.240 - - [2026-06-01 02:30:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.067721 [API:8081]10.0.0.240 - - [2026-06-01 02:30:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13020 0.030842 [API:8081]10.0.0.240 - - [2026-06-01 02:30:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.035896 [API:8081]10.0.0.240 - - [2026-06-01 02:30:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13020 0.029229 [API:8081]10.0.0.65 - - [2026-06-01 02:30:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.072348 [API:8081]10.0.0.240 - - [2026-06-01 02:30:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024857 [API:8081]10.0.0.240 - - [2026-06-01 02:30:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13020 0.028122 [API:8081]10.0.0.240 - - [2026-06-01 02:30:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024927 [API:8081]10.0.0.240 - - [2026-06-01 02:30:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12580 0.024689 [API:8081]10.0.0.240 - - [2026-06-01 02:30:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-43481890:ctest-vnet0-57000442?flat HTTP/1.1" 200 7202 0.013768 [API:8081]10.0.0.240 - - [2026-06-01 02:30:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010680 [API:8081]10.0.0.240 - - [2026-06-01 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.240 - - [2026-06-01 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.053866 [API:8081]10.0.0.240 - - [2026-06-01 02:31:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.240 - - [2026-06-01 02:31:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.079417 [API:8081]10.0.0.240 - - [2026-06-01 02:31:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.071124 [API:8081]10.0.0.240 - - [2026-06-01 02:31:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.063418 [API:8081]10.0.0.240 - - [2026-06-01 02:32:19] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:1c4ed2ff-c33c-4dad-8bf1-0b4e30ebd1d9?flat HTTP/1.1" 200 5238 0.013254 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:1c4ed2ff-c33c-4dad-8bf1-0b4e30ebd1d9?flat HTTP/1.1" 200 5238 0.015152 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:1c4ed2ff-c33c-4dad-8bf1-0b4e30ebd1d9?flat HTTP/1.1" 200 5238 0.013760 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-29095637:ctest-VN1-90593751?flat HTTP/1.1" 200 8563 0.023657 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024723 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13320 0.031123 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026987 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13320 0.024435 [API:8081]10.0.0.240 - - [2026-06-01 02:32:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011959 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:43c90056-5296-4d2d-8994-d9d1ebcc427e?flat HTTP/1.1" 200 5095 0.015901 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:43c90056-5296-4d2d-8994-d9d1ebcc427e?flat HTTP/1.1" 200 5095 0.017482 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:43c90056-5296-4d2d-8994-d9d1ebcc427e?flat HTTP/1.1" 200 5095 0.014381 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-29095637:ctest-VN2-84431317?flat HTTP/1.1" 200 7863 0.017240 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.022475 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12978 0.025829 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24581 0.025957 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12978 0.029666 [API:8081]10.0.0.240 - - [2026-06-01 02:32:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011822 [API:8081]10.0.0.240 - - [2026-06-01 02:32:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:7556e84b-37e5-47ac-9413-71284c46550e?flat HTTP/1.1" 200 5235 0.012947 [API:8081]10.0.0.240 - - [2026-06-01 02:32:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:7556e84b-37e5-47ac-9413-71284c46550e?flat HTTP/1.1" 200 5235 0.015636 [API:8081]10.0.0.240 - - [2026-06-01 02:32:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-29095637:7556e84b-37e5-47ac-9413-71284c46550e?flat HTTP/1.1" 200 5235 0.014374 [API:8081]10.0.0.240 - - [2026-06-01 02:32:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-29095637:ctest-VN3-11191143?flat HTTP/1.1" 200 7919 0.016211 [API:8081]10.0.0.240 - - [2026-06-01 02:32:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021628 [API:8081]10.0.0.240 - - [2026-06-01 02:32:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13352 0.020969 [API:8081]10.0.0.240 - - [2026-06-01 02:32:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019842 [API:8081]10.0.0.240 - - [2026-06-01 02:32:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13352 0.022309 [API:8081]10.0.0.240 - - [2026-06-01 02:32:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009314 [API:8081]10.0.0.65 - - [2026-06-01 02:32:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067125 [API:8081]10.0.0.240 - - [2026-06-01 02:33:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024091 [API:8081]10.0.0.240 - - [2026-06-01 02:33:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13358 0.030148 [API:8081]10.0.0.240 - - [2026-06-01 02:33:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021520 [API:8081]10.0.0.240 - - [2026-06-01 02:33:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13358 0.026411 [API:8081]10.0.0.240 - - [2026-06-01 02:33:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.033410 [API:8081]10.0.0.240 - - [2026-06-01 02:33:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13358 0.021048 [API:8081]10.0.0.240 - - [2026-06-01 02:33:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021401 [API:8081]10.0.0.240 - - [2026-06-01 02:33:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13358 0.023338 [API:8081]10.0.0.240 - - [2026-06-01 02:33:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023868 [API:8081]10.0.0.240 - - [2026-06-01 02:33:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13358 0.022118 [API:8081]10.0.0.240 - - [2026-06-01 02:33:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020122 [API:8081]10.0.0.240 - - [2026-06-01 02:33:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13358 0.025344 [API:8081]10.0.0.240 - - [2026-06-01 02:33:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.037966 [API:8081]10.0.0.240 - - [2026-06-01 02:33:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12990 0.024894 [API:8081]10.0.0.240 - - [2026-06-01 02:33:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-29095637:ctest-VN3-11191143?flat HTTP/1.1" 200 6214 0.012764 [API:8081]10.0.0.240 - - [2026-06-01 02:33:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012562 [API:8081]10.0.0.240 - - [2026-06-01 02:33:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020845 [API:8081]10.0.0.240 - - [2026-06-01 02:33:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.025922 [API:8081]10.0.0.240 - - [2026-06-01 02:33:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.027140 [API:8081]10.0.0.240 - - [2026-06-01 02:33:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.024586 [API:8081]10.0.0.240 - - [2026-06-01 02:33:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020597 [API:8081]10.0.0.240 - - [2026-06-01 02:33:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.021917 [API:8081]10.0.0.240 - - [2026-06-01 02:33:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019335 [API:8081]10.0.0.240 - - [2026-06-01 02:33:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.023258 [API:8081]10.0.0.240 - - [2026-06-01 02:33:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026387 [API:8081]10.0.0.240 - - [2026-06-01 02:33:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.027059 [API:8081]10.0.0.240 - - [2026-06-01 02:33:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.030538 [API:8081]10.0.0.240 - - [2026-06-01 02:33:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.021065 [API:8081]10.0.0.240 - - [2026-06-01 02:33:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021168 [API:8081]10.0.0.240 - - [2026-06-01 02:33:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.029820 [API:8081]10.0.0.240 - - [2026-06-01 02:33:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023499 [API:8081]10.0.0.240 - - [2026-06-01 02:33:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.022294 [API:8081]10.0.0.240 - - [2026-06-01 02:33:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021599 [API:8081]10.0.0.240 - - [2026-06-01 02:33:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12972 0.020172 [API:8081]10.0.0.240 - - [2026-06-01 02:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.032932 [API:8081]10.0.0.240 - - [2026-06-01 02:33:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12584 0.022608 [API:8081]10.0.0.240 - - [2026-06-01 02:33:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-29095637:ctest-VN2-84431317?flat HTTP/1.1" 200 6557 0.013190 [API:8081]10.0.0.240 - - [2026-06-01 02:33:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008128 [API:8081]10.0.0.65 - - [2026-06-01 02:33:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.057513 [API:8081]10.0.0.240 - - [2026-06-01 02:33:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022715 [API:8081]10.0.0.240 - - [2026-06-01 02:33:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.036940 [API:8081]10.0.0.240 - - [2026-06-01 02:34:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023185 [API:8081]10.0.0.240 - - [2026-06-01 02:34:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.028249 [API:8081]10.0.0.240 - - [2026-06-01 02:34:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024379 [API:8081]10.0.0.240 - - [2026-06-01 02:34:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.030241 [API:8081]10.0.0.240 - - [2026-06-01 02:34:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028522 [API:8081]10.0.0.240 - - [2026-06-01 02:34:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.022017 [API:8081]10.0.0.240 - - [2026-06-01 02:34:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019031 [API:8081]10.0.0.240 - - [2026-06-01 02:34:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.022427 [API:8081]10.0.0.240 - - [2026-06-01 02:34:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022127 [API:8081]10.0.0.240 - - [2026-06-01 02:34:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.030760 [API:8081]10.0.0.240 - - [2026-06-01 02:34:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.034203 [API:8081]10.0.0.240 - - [2026-06-01 02:34:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.020908 [API:8081]10.0.0.240 - - [2026-06-01 02:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026233 [API:8081]10.0.0.240 - - [2026-06-01 02:34:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.029140 [API:8081]10.0.0.240 - - [2026-06-01 02:34:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024003 [API:8081]10.0.0.240 - - [2026-06-01 02:34:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12986 0.024000 [API:8081]10.0.0.240 - - [2026-06-01 02:34:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.035208 [API:8081]10.0.0.240 - - [2026-06-01 02:34:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12599 0.024549 [API:8081]10.0.0.240 - - [2026-06-01 02:34:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-29095637:ctest-VN1-90593751?flat HTTP/1.1" 200 6779 0.012124 [API:8081]10.0.0.240 - - [2026-06-01 02:34:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010261 [API:8081]10.0.0.65 - - [2026-06-01 02:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.65 - - [2026-06-01 02:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.249 - - [2026-06-01 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.249 - - [2026-06-01 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.240 - - [2026-06-01 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.240 - - [2026-06-01 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.65 - - [2026-06-01 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.65 - - [2026-06-01 02:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2026-06-01 02:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2026-06-01 02:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.240 - - [2026-06-01 02:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.240 - - [2026-06-01 02:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.240 - - [2026-06-01 02:34:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.240 - - [2026-06-01 02:34:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.063715 [API:8081]10.0.0.240 - - [2026-06-01 02:34:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.057549 [API:8081]10.0.0.240 - - [2026-06-01 02:34:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.060388 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:2636be8b-bee2-4492-8d74-7a46fa150e46?flat HTTP/1.1" 200 5366 0.014139 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:2636be8b-bee2-4492-8d74-7a46fa150e46?flat HTTP/1.1" 200 5366 0.020936 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:2636be8b-bee2-4492-8d74-7a46fa150e46?flat HTTP/1.1" 200 5366 0.019642 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:2636be8b-bee2-4492-8d74-7a46fa150e46?flat HTTP/1.1" 200 5366 0.014607 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-65316916:ctest-VN1-69093128?flat HTTP/1.1" 200 9454 0.021408 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.035377 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13372 0.029455 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.028851 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13372 0.026631 [API:8081]10.0.0.240 - - [2026-06-01 02:35:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.013274 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:3b40e7a1-88a2-494c-8db5-37b281025b58?flat HTTP/1.1" 200 5224 0.018320 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:3b40e7a1-88a2-494c-8db5-37b281025b58?flat HTTP/1.1" 200 5224 0.017958 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:3b40e7a1-88a2-494c-8db5-37b281025b58?flat HTTP/1.1" 200 5224 0.014014 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:3b40e7a1-88a2-494c-8db5-37b281025b58?flat HTTP/1.1" 200 5224 0.014520 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-65316916:ctest-VN2-56498945?flat HTTP/1.1" 200 8639 0.019194 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020438 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12997 0.023031 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021271 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12997 0.020838 [API:8081]10.0.0.240 - - [2026-06-01 02:35:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008986 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:1e97fcf3-095a-4a86-8fed-e31c64517ac8?flat HTTP/1.1" 200 5216 0.015625 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:1e97fcf3-095a-4a86-8fed-e31c64517ac8?flat HTTP/1.1" 200 5216 0.014160 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:1e97fcf3-095a-4a86-8fed-e31c64517ac8?flat HTTP/1.1" 200 5216 0.013162 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-65316916:1e97fcf3-095a-4a86-8fed-e31c64517ac8?flat HTTP/1.1" 200 5216 0.016390 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-65316916:ctest-VN3-26537200?flat HTTP/1.1" 200 8200 0.016718 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.019888 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13372 0.021926 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.020852 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13372 0.029421 [API:8081]10.0.0.240 - - [2026-06-01 02:35:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009944 [API:8081]10.0.0.65 - - [2026-06-01 02:35:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072905 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002828 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003206 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002896 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002476 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003359 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003106 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002608 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:36:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003101 [API:8081]10.0.0.240 - - [2026-06-01 02:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.019221 [API:8081]10.0.0.240 - - [2026-06-01 02:36:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.022018 [API:8081]10.0.0.240 - - [2026-06-01 02:36:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.024782 [API:8081]10.0.0.240 - - [2026-06-01 02:36:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.020605 [API:8081]10.0.0.240 - - [2026-06-01 02:36:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.031870 [API:8081]10.0.0.240 - - [2026-06-01 02:36:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.025828 [API:8081]10.0.0.240 - - [2026-06-01 02:36:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.020130 [API:8081]10.0.0.240 - - [2026-06-01 02:36:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.019717 [API:8081]10.0.0.240 - - [2026-06-01 02:36:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.034160 [API:8081]10.0.0.240 - - [2026-06-01 02:36:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.019416 [API:8081]10.0.0.240 - - [2026-06-01 02:36:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.027091 [API:8081]10.0.0.240 - - [2026-06-01 02:36:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.023909 [API:8081]10.0.0.240 - - [2026-06-01 02:36:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.026084 [API:8081]10.0.0.240 - - [2026-06-01 02:36:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.025102 [API:8081]10.0.0.240 - - [2026-06-01 02:36:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.028018 [API:8081]10.0.0.240 - - [2026-06-01 02:36:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13386 0.030268 [API:8081]10.0.0.240 - - [2026-06-01 02:36:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.030970 [API:8081]10.0.0.240 - - [2026-06-01 02:36:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13000 0.021979 [API:8081]10.0.0.240 - - [2026-06-01 02:36:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-65316916:ctest-VN3-26537200?flat HTTP/1.1" 200 6961 0.012981 [API:8081]10.0.0.240 - - [2026-06-01 02:36:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009542 [API:8081]10.0.0.65 - - [2026-06-01 02:36:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.073837 [API:8081]10.0.0.240 - - [2026-06-01 02:37:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.024331 [API:8081]10.0.0.240 - - [2026-06-01 02:37:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.021430 [API:8081]10.0.0.240 - - [2026-06-01 02:37:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.031604 [API:8081]10.0.0.240 - - [2026-06-01 02:37:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.027230 [API:8081]10.0.0.240 - - [2026-06-01 02:37:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020100 [API:8081]10.0.0.240 - - [2026-06-01 02:37:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.019980 [API:8081]10.0.0.240 - - [2026-06-01 02:37:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023628 [API:8081]10.0.0.240 - - [2026-06-01 02:37:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.023994 [API:8081]10.0.0.240 - - [2026-06-01 02:37:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.023809 [API:8081]10.0.0.240 - - [2026-06-01 02:37:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.020477 [API:8081]10.0.0.240 - - [2026-06-01 02:37:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020852 [API:8081]10.0.0.240 - - [2026-06-01 02:37:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.022901 [API:8081]10.0.0.240 - - [2026-06-01 02:37:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021991 [API:8081]10.0.0.240 - - [2026-06-01 02:37:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.022459 [API:8081]10.0.0.240 - - [2026-06-01 02:37:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.032916 [API:8081]10.0.0.240 - - [2026-06-01 02:37:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.023038 [API:8081]10.0.0.240 - - [2026-06-01 02:37:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.022575 [API:8081]10.0.0.240 - - [2026-06-01 02:37:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13003 0.022665 [API:8081]10.0.0.240 - - [2026-06-01 02:37:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020762 [API:8081]10.0.0.240 - - [2026-06-01 02:37:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12591 0.020545 [API:8081]10.0.0.240 - - [2026-06-01 02:37:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-65316916:ctest-VN2-56498945?flat HTTP/1.1" 200 7315 0.013957 [API:8081]10.0.0.240 - - [2026-06-01 02:37:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008285 [API:8081]10.0.0.249 - - [2026-06-01 02:37:28] "GET /analytics HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.249 - - [2026-06-01 02:37:28] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.240 - - [2026-06-01 02:37:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.025353 [API:8081]10.0.0.240 - - [2026-06-01 02:37:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.023571 [API:8081]10.0.0.240 - - [2026-06-01 02:37:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.030398 [API:8081]10.0.0.240 - - [2026-06-01 02:37:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.026849 [API:8081]10.0.0.240 - - [2026-06-01 02:37:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.030129 [API:8081]10.0.0.240 - - [2026-06-01 02:37:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.022559 [API:8081]10.0.0.240 - - [2026-06-01 02:37:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.025290 [API:8081]10.0.0.240 - - [2026-06-01 02:37:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.022146 [API:8081]10.0.0.240 - - [2026-06-01 02:37:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.019542 [API:8081]10.0.0.240 - - [2026-06-01 02:37:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.021989 [API:8081]10.0.0.240 - - [2026-06-01 02:37:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.020576 [API:8081]10.0.0.240 - - [2026-06-01 02:37:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.019878 [API:8081]10.0.0.240 - - [2026-06-01 02:37:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.022991 [API:8081]10.0.0.240 - - [2026-06-01 02:37:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.023860 [API:8081]10.0.0.240 - - [2026-06-01 02:37:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.037857 [API:8081]10.0.0.240 - - [2026-06-01 02:37:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13009 0.024857 [API:8081]10.0.0.240 - - [2026-06-01 02:37:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.039229 [API:8081]10.0.0.240 - - [2026-06-01 02:37:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12781 0.023144 [API:8081]10.0.0.240 - - [2026-06-01 02:37:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-65316916:ctest-VN1-69093128?flat HTTP/1.1" 200 7647 0.017858 [API:8081]10.0.0.240 - - [2026-06-01 02:37:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009574 [API:8081]10.0.0.65 - - [2026-06-01 02:37:57] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.65 - - [2026-06-01 02:37:57] "GET /analytics HTTP/1.1" 401 206 0.000117 [API:8081]10.0.0.240 - - [2026-06-01 02:37:58] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.240 - - [2026-06-01 02:37:58] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.240 - - [2026-06-01 02:38:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.240 - - [2026-06-01 02:38:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.072061 [API:8081]10.0.0.240 - - [2026-06-01 02:38:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.072165 [API:8081]10.0.0.65 - - [2026-06-01 02:39:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072333 [API:8081]10.0.0.65 - - [2026-06-01 02:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.65 - - [2026-06-01 02:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2026-06-01 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-06-01 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.240 - - [2026-06-01 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.240 - - [2026-06-01 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000218 [API:8081]10.0.0.65 - - [2026-06-01 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000536 [API:8081]10.0.0.65 - - [2026-06-01 02:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000497 [API:8081]10.0.0.249 - - [2026-06-01 02:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.249 - - [2026-06-01 02:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.240 - - [2026-06-01 02:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.240 - - [2026-06-01 02:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.240 - - [2026-06-01 02:39:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.240 - - [2026-06-01 02:39:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.067128 [API:8081]10.0.0.65 - - [2026-06-01 02:40:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.101061 [API:8081]10.0.0.240 - - [2026-06-01 02:42:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.093780 [API:8081]10.0.0.240 - - [2026-06-01 02:42:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.019785 [API:8081]10.0.0.65 - - [2026-06-01 02:42:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065671 [API:8081]10.0.0.240 - - [2026-06-01 02:42:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020879 [API:8081]10.0.0.240 - - [2026-06-01 02:42:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.021042 [API:8081]10.0.0.240 - - [2026-06-01 02:42:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.088615 [API:8081]10.0.0.240 - - [2026-06-01 02:42:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.025678 [API:8081]10.0.0.240 - - [2026-06-01 02:42:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.021170 [API:8081]10.0.0.240 - - [2026-06-01 02:42:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.022834 [API:8081]10.0.0.240 - - [2026-06-01 02:42:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.022206 [API:8081]10.0.0.240 - - [2026-06-01 02:42:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.020447 [API:8081]10.0.0.240 - - [2026-06-01 02:42:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.024336 [API:8081]10.0.0.240 - - [2026-06-01 02:42:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.023863 [API:8081]10.0.0.240 - - [2026-06-01 02:42:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.020986 [API:8081]10.0.0.240 - - [2026-06-01 02:42:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.020878 [API:8081]10.0.0.240 - - [2026-06-01 02:42:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.019926 [API:8081]10.0.0.240 - - [2026-06-01 02:42:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13038 0.020193 [API:8081]10.0.0.240 - - [2026-06-01 02:42:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.021075 [API:8081]10.0.0.240 - - [2026-06-01 02:42:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12796 0.020360 [API:8081]10.0.0.240 - - [2026-06-01 02:42:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-22971383:ctest-vnet0-61436765?flat HTTP/1.1" 200 7968 0.011559 [API:8081]10.0.0.240 - - [2026-06-01 02:42:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008778 [API:8081]10.0.0.240 - - [2026-06-01 02:42:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.240 - - [2026-06-01 02:42:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.067482 [API:8081]10.0.0.240 - - [2026-06-01 02:42:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1369 0.068290 [API:8081]10.0.0.65 - - [2026-06-01 02:43:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.087517 [API:8081]10.0.0.65 - - [2026-06-01 02:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.65 - - [2026-06-01 02:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2026-06-01 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-06-01 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.240 - - [2026-06-01 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.240 - - [2026-06-01 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.65 - - [2026-06-01 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.65 - - [2026-06-01 02:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.249 - - [2026-06-01 02:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.249 - - [2026-06-01 02:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.240 - - [2026-06-01 02:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.240 - - [2026-06-01 02:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.65 - - [2026-06-01 02:45:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064544 [API:8081]10.0.0.240 - - [2026-06-01 02:45:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24600 0.021499 [API:8081]10.0.0.240 - - [2026-06-01 02:45:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13009 0.083376 [API:8081]10.0.0.240 - - [2026-06-01 02:45:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.021406 [API:8081]10.0.0.240 - - [2026-06-01 02:45:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12570 0.019964 [API:8081]10.0.0.240 - - [2026-06-01 02:45:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-14144758:ctest-vnet1-58684586?flat HTTP/1.1" 200 7307 0.014709 [API:8081]10.0.0.240 - - [2026-06-01 02:45:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008424 [API:8081]10.0.0.240 - - [2026-06-01 02:45:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.022841 [API:8081]10.0.0.240 - - [2026-06-01 02:45:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.026643 [API:8081]10.0.0.240 - - [2026-06-01 02:45:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.022741 [API:8081]10.0.0.240 - - [2026-06-01 02:45:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.023440 [API:8081]10.0.0.240 - - [2026-06-01 02:45:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.022331 [API:8081]10.0.0.240 - - [2026-06-01 02:45:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.023124 [API:8081]10.0.0.240 - - [2026-06-01 02:45:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.022534 [API:8081]10.0.0.240 - - [2026-06-01 02:45:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.021996 [API:8081]10.0.0.240 - - [2026-06-01 02:45:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.023654 [API:8081]10.0.0.240 - - [2026-06-01 02:45:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.024751 [API:8081]10.0.0.240 - - [2026-06-01 02:45:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.021766 [API:8081]10.0.0.240 - - [2026-06-01 02:45:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.022857 [API:8081]10.0.0.240 - - [2026-06-01 02:45:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.101614 [API:8081]10.0.0.240 - - [2026-06-01 02:45:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.020189 [API:8081]10.0.0.240 - - [2026-06-01 02:45:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.021133 [API:8081]10.0.0.240 - - [2026-06-01 02:45:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13018 0.022731 [API:8081]10.0.0.240 - - [2026-06-01 02:45:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24618 0.025306 [API:8081]10.0.0.240 - - [2026-06-01 02:45:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12607 0.024920 [API:8081]10.0.0.240 - - [2026-06-01 02:45:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-14144758:ctest-vnet0-58962323?flat HTTP/1.1" 200 6960 0.012199 [API:8081]10.0.0.240 - - [2026-06-01 02:45:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008664 [API:8081]10.0.0.65 - - [2026-06-01 02:46:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.057683 [API:8081]10.0.0.240 - - [2026-06-01 02:46:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.240 - - [2026-06-01 02:46:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.054882 [API:8081]10.0.0.240 - - [2026-06-01 02:46:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1393 0.084975 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003253 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003668 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006083 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004027 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.018957 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004400 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004401 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003482 [API:8081]10.0.0.249 - - [2026-06-01 02:47:28] "GET /analytics HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2026-06-01 02:47:28] "GET /analytics HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.65 - - [2026-06-01 02:47:57] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.65 - - [2026-06-01 02:47:57] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.240 - - [2026-06-01 02:47:58] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.240 - - [2026-06-01 02:47:58] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.65 - - [2026-06-01 02:48:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072450 [API:8081]10.0.0.65 - - [2026-06-01 02:49:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.080548 [API:8081]10.0.0.65 - - [2026-06-01 02:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.65 - - [2026-06-01 02:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-06-01 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-06-01 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.240 - - [2026-06-01 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.240 - - [2026-06-01 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.65 - - [2026-06-01 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.65 - - [2026-06-01 02:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-06-01 02:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.249 - - [2026-06-01 02:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.240 - - [2026-06-01 02:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.240 - - [2026-06-01 02:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.240 - - [2026-06-01 02:49:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.028982 [API:8081]10.0.0.240 - - [2026-06-01 02:49:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13001 0.093896 [API:8081]10.0.0.240 - - [2026-06-01 02:49:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.023451 [API:8081]10.0.0.240 - - [2026-06-01 02:49:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 12572 0.023432 [API:8081]10.0.0.240 - - [2026-06-01 02:49:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-64305629:ctest-vnet1-32163971?flat HTTP/1.1" 200 8063 0.015255 [API:8081]10.0.0.240 - - [2026-06-01 02:49:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008895 [API:8081]10.0.0.240 - - [2026-06-01 02:49:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.029602 [API:8081]10.0.0.240 - - [2026-06-01 02:49:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.023761 [API:8081]10.0.0.240 - - [2026-06-01 02:50:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019196 [API:8081]10.0.0.240 - - [2026-06-01 02:50:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.022900 [API:8081]10.0.0.240 - - [2026-06-01 02:50:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021168 [API:8081]10.0.0.240 - - [2026-06-01 02:50:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.021513 [API:8081]10.0.0.240 - - [2026-06-01 02:50:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.032063 [API:8081]10.0.0.240 - - [2026-06-01 02:50:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.034156 [API:8081]10.0.0.240 - - [2026-06-01 02:50:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.031852 [API:8081]10.0.0.240 - - [2026-06-01 02:50:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.023050 [API:8081]10.0.0.240 - - [2026-06-01 02:50:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.023685 [API:8081]10.0.0.240 - - [2026-06-01 02:50:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.025771 [API:8081]10.0.0.240 - - [2026-06-01 02:50:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.029932 [API:8081]10.0.0.240 - - [2026-06-01 02:50:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.019650 [API:8081]10.0.0.240 - - [2026-06-01 02:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021100 [API:8081]10.0.0.240 - - [2026-06-01 02:50:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.021715 [API:8081]10.0.0.240 - - [2026-06-01 02:50:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021102 [API:8081]10.0.0.240 - - [2026-06-01 02:50:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13017 0.021245 [API:8081]10.0.0.240 - - [2026-06-01 02:50:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.026824 [API:8081]10.0.0.240 - - [2026-06-01 02:50:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 12607 0.027528 [API:8081]10.0.0.240 - - [2026-06-01 02:50:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-64305629:ctest-vnet0-00603292?flat HTTP/1.1" 200 7707 0.013223 [API:8081]10.0.0.240 - - [2026-06-01 02:50:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010350 [API:8081]10.0.0.65 - - [2026-06-01 02:51:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070410 [API:8081]10.0.0.65 - - [2026-06-01 02:52:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.068642 [API:8081]10.0.0.240 - - [2026-06-01 02:53:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.240 - - [2026-06-01 02:54:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.061639 [API:8081]10.0.0.65 - - [2026-06-01 02:54:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058361 [API:8081]10.0.0.65 - - [2026-06-01 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.65 - - [2026-06-01 02:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.249 - - [2026-06-01 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-06-01 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.240 - - [2026-06-01 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.240 - - [2026-06-01 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.65 - - [2026-06-01 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.65 - - [2026-06-01 02:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2026-06-01 02:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2026-06-01 02:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.240 - - [2026-06-01 02:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.240 - - [2026-06-01 02:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.65 - - [2026-06-01 02:55:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.064976 [API:8081]10.0.0.240 - - [2026-06-01 02:55:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1357 0.011283 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003194 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003296 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003253 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002727 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003358 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002931 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002614 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 02:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002434 [API:8081]10.0.0.240 - - [2026-06-01 02:56:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 02:56:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1485 0.059856 [API:8081]10.0.0.65 - - [2026-06-01 02:57:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060991 [API:8081]10.0.0.249 - - [2026-06-01 02:57:28] "GET /analytics HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.249 - - [2026-06-01 02:57:28] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.240 - - [2026-06-01 02:57:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:d7c3c603-8f3a-457c-985e-643ec6ad8a49?flat HTTP/1.1" 200 5821 0.093065 [API:8081]10.0.0.240 - - [2026-06-01 02:57:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:d7c3c603-8f3a-457c-985e-643ec6ad8a49?flat HTTP/1.1" 200 5821 0.024296 [API:8081]10.0.0.240 - - [2026-06-01 02:57:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:d7c3c603-8f3a-457c-985e-643ec6ad8a49?flat HTTP/1.1" 200 5821 0.069105 [API:8081]10.0.0.240 - - [2026-06-01 02:57:31] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635-05702199?flat HTTP/1.1" 200 10796 0.024821 [API:8081]10.0.0.240 - - [2026-06-01 02:57:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021242 [API:8081]10.0.0.240 - - [2026-06-01 02:57:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13202 0.020289 [API:8081]10.0.0.240 - - [2026-06-01 02:57:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022400 [API:8081]10.0.0.240 - - [2026-06-01 02:57:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13202 0.020435 [API:8081]10.0.0.240 - - [2026-06-01 02:57:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010187 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:f72f4213-7dc0-4238-802b-e0fc448371d2?flat HTTP/1.1" 200 5680 0.015132 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:f72f4213-7dc0-4238-802b-e0fc448371d2?flat HTTP/1.1" 200 5680 0.014462 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:f72f4213-7dc0-4238-802b-e0fc448371d2?flat HTTP/1.1" 200 5680 0.014549 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635:ctest-SecurityGroupBasicRegressionTests1Ipv6-39329635-05702199?flat HTTP/1.1" 200 10796 0.026590 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.030509 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13189 0.023947 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.028292 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13189 0.020595 [API:8081]10.0.0.240 - - [2026-06-01 02:57:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008643 [API:8081]10.0.0.65 - - [2026-06-01 02:57:57] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.65 - - [2026-06-01 02:57:57] "GET /analytics HTTP/1.1" 401 206 0.000188 [API:8081]10.0.0.240 - - [2026-06-01 02:57:58] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 02:57:58] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.65 - - [2026-06-01 02:58:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.069553 [API:8081]10.0.0.65 - - [2026-06-01 02:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.65 - - [2026-06-01 02:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2026-06-01 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-06-01 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.240 - - [2026-06-01 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.240 - - [2026-06-01 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.65 - - [2026-06-01 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.65 - - [2026-06-01 02:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-06-01 02:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2026-06-01 02:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.240 - - [2026-06-01 02:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.240 - - [2026-06-01 02:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.65 - - [2026-06-01 03:00:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074403 [API:8081]10.0.0.240 - - [2026-06-01 03:00:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 03:00:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1633 0.056829 [API:8081]10.0.0.65 - - [2026-06-01 03:01:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.070306 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:62cc972c-9e99-4455-a409-0979b709195e?flat HTTP/1.1" 200 5805 0.064158 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:62cc972c-9e99-4455-a409-0979b709195e?flat HTTP/1.1" 200 5805 0.019913 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:62cc972c-9e99-4455-a409-0979b709195e?flat HTTP/1.1" 200 5805 0.068873 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170-81372475?flat HTTP/1.1" 200 10447 0.019279 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.029287 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13829 0.022178 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022135 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13829 0.031562 [API:8081]10.0.0.240 - - [2026-06-01 03:01:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.013712 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:e61ff6cb-984a-4116-a643-f88409f950e4?flat HTTP/1.1" 200 6059 0.018608 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:e61ff6cb-984a-4116-a643-f88409f950e4?flat HTTP/1.1" 200 6059 0.015810 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:e61ff6cb-984a-4116-a643-f88409f950e4?flat HTTP/1.1" 200 6059 0.018462 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170-81372475?flat HTTP/1.1" 200 13589 0.027560 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.026311 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13792 0.027078 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.022219 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13792 0.026607 [API:8081]10.0.0.240 - - [2026-06-01 03:02:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.012623 [API:8081]10.0.0.65 - - [2026-06-01 03:03:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059272 [API:8081]10.0.0.240 - - [2026-06-01 03:03:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.023902 [API:8081]10.0.0.240 - - [2026-06-01 03:03:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13816 0.022659 [API:8081]10.0.0.240 - - [2026-06-01 03:03:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022554 [API:8081]10.0.0.240 - - [2026-06-01 03:03:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13816 0.024505 [API:8081]10.0.0.240 - - [2026-06-01 03:03:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022494 [API:8081]10.0.0.240 - - [2026-06-01 03:03:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13816 0.024524 [API:8081]10.0.0.240 - - [2026-06-01 03:03:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020547 [API:8081]10.0.0.240 - - [2026-06-01 03:03:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13816 0.025573 [API:8081]10.0.0.240 - - [2026-06-01 03:03:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.035055 [API:8081]10.0.0.240 - - [2026-06-01 03:03:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13816 0.020645 [API:8081]10.0.0.240 - - [2026-06-01 03:03:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.024323 [API:8081]10.0.0.240 - - [2026-06-01 03:03:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13517 0.031338 [API:8081]10.0.0.240 - - [2026-06-01 03:03:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170-81372475?flat HTTP/1.1" 200 11640 0.026291 [API:8081]10.0.0.240 - - [2026-06-01 03:03:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011099 [API:8081]10.0.0.240 - - [2026-06-01 03:03:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.019931 [API:8081]10.0.0.240 - - [2026-06-01 03:03:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.020210 [API:8081]10.0.0.240 - - [2026-06-01 03:04:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.025491 [API:8081]10.0.0.240 - - [2026-06-01 03:04:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.029904 [API:8081]10.0.0.240 - - [2026-06-01 03:04:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.021080 [API:8081]10.0.0.240 - - [2026-06-01 03:04:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.022605 [API:8081]10.0.0.240 - - [2026-06-01 03:04:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.034988 [API:8081]10.0.0.240 - - [2026-06-01 03:04:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.023514 [API:8081]10.0.0.240 - - [2026-06-01 03:04:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.021243 [API:8081]10.0.0.240 - - [2026-06-01 03:04:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.020900 [API:8081]10.0.0.240 - - [2026-06-01 03:04:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.031021 [API:8081]10.0.0.240 - - [2026-06-01 03:04:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.021279 [API:8081]10.0.0.240 - - [2026-06-01 03:04:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.022581 [API:8081]10.0.0.240 - - [2026-06-01 03:04:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.021235 [API:8081]10.0.0.65 - - [2026-06-01 03:04:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.076589 [API:8081]10.0.0.240 - - [2026-06-01 03:04:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.023492 [API:8081]10.0.0.240 - - [2026-06-01 03:04:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.021901 [API:8081]10.0.0.240 - - [2026-06-01 03:04:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.023027 [API:8081]10.0.0.240 - - [2026-06-01 03:04:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13833 0.022793 [API:8081]10.0.0.240 - - [2026-06-01 03:04:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.022009 [API:8081]10.0.0.240 - - [2026-06-01 03:04:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13229 0.023036 [API:8081]10.0.0.240 - - [2026-06-01 03:04:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170:ctest-SecurityGroupBasicRegressionTests1_contrail-94298170-81372475?flat HTTP/1.1" 200 8424 0.014340 [API:8081]10.0.0.240 - - [2026-06-01 03:04:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008742 [API:8081]10.0.0.65 - - [2026-06-01 03:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.65 - - [2026-06-01 03:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-06-01 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-06-01 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.240 - - [2026-06-01 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.240 - - [2026-06-01 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.65 - - [2026-06-01 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.65 - - [2026-06-01 03:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2026-06-01 03:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-06-01 03:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.240 - - [2026-06-01 03:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.240 - - [2026-06-01 03:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.240 - - [2026-06-01 03:04:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.240 - - [2026-06-01 03:04:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1597 0.077573 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:0f818c11-e489-4d8e-80dd-f7f162a93d38?flat HTTP/1.1" 200 5677 0.069301 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:0f818c11-e489-4d8e-80dd-f7f162a93d38?flat HTTP/1.1" 200 5677 0.105442 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:0f818c11-e489-4d8e-80dd-f7f162a93d38?flat HTTP/1.1" 200 5677 0.026582 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:ctest-SecurityGroupBasicRegressionTests1-41651543-71249924?flat HTTP/1.1" 200 9931 0.018361 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.019562 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13748 0.024992 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.038518 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13748 0.020401 [API:8081]10.0.0.240 - - [2026-06-01 03:05:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010877 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:9d197517-7eb0-4acd-b3d1-7a4e3cd58a11?flat HTTP/1.1" 200 5538 0.013505 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:9d197517-7eb0-4acd-b3d1-7a4e3cd58a11?flat HTTP/1.1" 200 5538 0.013645 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:9d197517-7eb0-4acd-b3d1-7a4e3cd58a11?flat HTTP/1.1" 200 5538 0.015186 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-41651543:ctest-SecurityGroupBasicRegressionTests1-41651543-71249924?flat HTTP/1.1" 200 9931 0.018520 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021338 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13757 0.024243 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029543 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13757 0.027294 [API:8081]10.0.0.240 - - [2026-06-01 03:05:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009793 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002876 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003248 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004318 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003292 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004067 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002964 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003052 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004688 [API:8081]10.0.0.65 - - [2026-06-01 03:06:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068206 [API:8081]10.0.0.65 - - [2026-06-01 03:07:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.070228 [API:8081]10.0.0.249 - - [2026-06-01 03:07:28] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2026-06-01 03:07:28] "GET /analytics HTTP/1.1" 401 206 0.000132 [API:8081]10.0.0.65 - - [2026-06-01 03:07:57] "GET /analytics HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.65 - - [2026-06-01 03:07:57] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.240 - - [2026-06-01 03:07:58] "GET /analytics HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.240 - - [2026-06-01 03:07:58] "GET /analytics HTTP/1.1" 401 206 0.000182 [API:8081]10.0.0.240 - - [2026-06-01 03:08:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.240 - - [2026-06-01 03:08:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2025 0.060192 [API:8081]10.0.0.240 - - [2026-06-01 03:08:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.062879 [API:8081]10.0.0.240 - - [2026-06-01 03:08:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2453 0.061892 [API:8081]10.0.0.240 - - [2026-06-01 03:09:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2025 0.010949 [API:8081]10.0.0.240 - - [2026-06-01 03:09:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.012640 [API:8081]10.0.0.240 - - [2026-06-01 03:09:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2453 0.011750 [API:8081]10.0.0.240 - - [2026-06-01 03:09:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2678 0.011203 [API:8081]10.0.0.240 - - [2026-06-01 03:09:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2905 0.010499 [API:8081]10.0.0.65 - - [2026-06-01 03:09:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082546 [API:8081]10.0.0.240 - - [2026-06-01 03:09:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.240 - - [2026-06-01 03:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1810 0.057921 [API:8081]10.0.0.240 - - [2026-06-01 03:09:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2027 0.062637 [API:8081]10.0.0.240 - - [2026-06-01 03:09:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2246 0.060677 [API:8081]10.0.0.65 - - [2026-06-01 03:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.65 - - [2026-06-01 03:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-06-01 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.249 - - [2026-06-01 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.240 - - [2026-06-01 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.240 - - [2026-06-01 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.65 - - [2026-06-01 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000696 [API:8081]10.0.0.65 - - [2026-06-01 03:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.249 - - [2026-06-01 03:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-06-01 03:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.240 - - [2026-06-01 03:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.240 - - [2026-06-01 03:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2026-06-01 03:09:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1810 0.011211 [API:8081]10.0.0.240 - - [2026-06-01 03:09:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2023 0.009347 [API:8081]10.0.0.240 - - [2026-06-01 03:09:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2238 0.008296 [API:8081]10.0.0.240 - - [2026-06-01 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.240 - - [2026-06-01 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2021 0.069972 [API:8081]10.0.0.240 - - [2026-06-01 03:10:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2230 0.070035 [API:8081]10.0.0.240 - - [2026-06-01 03:10:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2441 0.064142 [API:8081]10.0.0.240 - - [2026-06-01 03:10:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2021 0.010473 [API:8081]10.0.0.240 - - [2026-06-01 03:10:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2230 0.008421 [API:8081]10.0.0.240 - - [2026-06-01 03:10:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2441 0.012265 [API:8081]10.0.0.240 - - [2026-06-01 03:10:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2662 0.010220 [API:8081]10.0.0.65 - - [2026-06-01 03:10:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.090796 [API:8081]10.0.0.240 - - [2026-06-01 03:10:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2885 0.009760 [API:8081]10.0.0.240 - - [2026-06-01 03:10:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.240 - - [2026-06-01 03:10:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1812 0.066942 [API:8081]10.0.0.240 - - [2026-06-01 03:10:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2029 0.057091 [API:8081]10.0.0.240 - - [2026-06-01 03:10:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2250 0.061925 [API:8081]10.0.0.240 - - [2026-06-01 03:10:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2483 0.010304 [API:8081]10.0.0.240 - - [2026-06-01 03:10:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2718 0.011238 [API:8081]10.0.0.65 - - [2026-06-01 03:12:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076364 [API:8081]10.0.0.65 - - [2026-06-01 03:13:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.062461 [API:8081]10.0.0.65 - - [2026-06-01 03:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.65 - - [2026-06-01 03:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-06-01 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2026-06-01 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.240 - - [2026-06-01 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.240 - - [2026-06-01 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.65 - - [2026-06-01 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.65 - - [2026-06-01 03:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.249 - - [2026-06-01 03:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.249 - - [2026-06-01 03:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.240 - - [2026-06-01 03:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.240 - - [2026-06-01 03:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.65 - - [2026-06-01 03:15:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062631 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003287 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003819 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003135 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002948 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004095 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008249 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004248 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.009544 [API:8081]10.0.0.65 - - [2026-06-01 03:16:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.062182 [API:8081]10.0.0.240 - - [2026-06-01 03:17:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.240 - - [2026-06-01 03:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2029 0.060614 [API:8081]10.0.0.240 - - [2026-06-01 03:17:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2240 0.075665 [API:8081]10.0.0.249 - - [2026-06-01 03:17:28] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-06-01 03:17:28] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.65 - - [2026-06-01 03:17:57] "GET /analytics HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.65 - - [2026-06-01 03:17:57] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.240 - - [2026-06-01 03:17:58] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.240 - - [2026-06-01 03:17:58] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.65 - - [2026-06-01 03:18:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073554 [API:8081]10.0.0.65 - - [2026-06-01 03:19:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.073954 [API:8081]10.0.0.65 - - [2026-06-01 03:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.65 - - [2026-06-01 03:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2026-06-01 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-06-01 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.240 - - [2026-06-01 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2026-06-01 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.65 - - [2026-06-01 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.65 - - [2026-06-01 03:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2026-06-01 03:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2026-06-01 03:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.240 - - [2026-06-01 03:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.240 - - [2026-06-01 03:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 03:21:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.65 - - [2026-06-01 03:21:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.383092 [API:8081]10.0.0.240 - - [2026-06-01 03:21:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1804 0.106865 [API:8081]10.0.0.240 - - [2026-06-01 03:22:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.240 - - [2026-06-01 03:22:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2027 0.064738 [API:8081]10.0.0.65 - - [2026-06-01 03:22:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.057387 [API:8081]10.0.0.65 - - [2026-06-01 03:24:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065287 [API:8081]10.0.0.65 - - [2026-06-01 03:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.65 - - [2026-06-01 03:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2026-06-01 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-06-01 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.240 - - [2026-06-01 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.240 - - [2026-06-01 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.65 - - [2026-06-01 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.65 - - [2026-06-01 03:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2026-06-01 03:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2026-06-01 03:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.240 - - [2026-06-01 03:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.240 - - [2026-06-01 03:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.65 - - [2026-06-01 03:25:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.088492 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003119 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003316 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002732 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002479 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003304 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002898 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002507 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002158 [API:8081]10.0.0.249 - - [2026-06-01 03:27:28] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.249 - - [2026-06-01 03:27:28] "GET /analytics HTTP/1.1" 401 206 0.000133 [API:8081]10.0.0.65 - - [2026-06-01 03:27:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.356857 [API:8081]10.0.0.240 - - [2026-06-01 03:27:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.240 - - [2026-06-01 03:27:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.108246 [API:8081]10.0.0.65 - - [2026-06-01 03:27:57] "GET /analytics HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.65 - - [2026-06-01 03:27:57] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.240 - - [2026-06-01 03:27:58] "GET /analytics HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.240 - - [2026-06-01 03:27:58] "GET /analytics HTTP/1.1" 401 206 0.000191 [API:8081]10.0.0.65 - - [2026-06-01 03:28:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.103976 [API:8081]10.0.0.65 - - [2026-06-01 03:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.65 - - [2026-06-01 03:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000413 [API:8081]10.0.0.249 - - [2026-06-01 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-06-01 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.240 - - [2026-06-01 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.240 - - [2026-06-01 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.65 - - [2026-06-01 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.65 - - [2026-06-01 03:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2026-06-01 03:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.249 - - [2026-06-01 03:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.240 - - [2026-06-01 03:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.240 - - [2026-06-01 03:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.65 - - [2026-06-01 03:30:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071040 [API:8081]10.0.0.65 - - [2026-06-01 03:31:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.064476 [API:8081]10.0.0.240 - - [2026-06-01 03:32:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90258761:1d98e96c-8826-4fe5-80a5-5619af6ffcd2?flat HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.240 - - [2026-06-01 03:32:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90258761:1d98e96c-8826-4fe5-80a5-5619af6ffcd2?flat HTTP/1.1" 200 5260 0.076179 [API:8081]10.0.0.240 - - [2026-06-01 03:32:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90258761:1d98e96c-8826-4fe5-80a5-5619af6ffcd2?flat HTTP/1.1" 200 5260 0.064929 [API:8081]10.0.0.240 - - [2026-06-01 03:32:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-90258761:1d98e96c-8826-4fe5-80a5-5619af6ffcd2?flat HTTP/1.1" 200 5260 0.060116 [API:8081]10.0.0.240 - - [2026-06-01 03:32:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-90258761:ctest-random-15319765?flat HTTP/1.1" 200 4970 0.019019 [API:8081]10.0.0.240 - - [2026-06-01 03:32:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.021786 [API:8081]10.0.0.240 - - [2026-06-01 03:32:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.035548 [API:8081]10.0.0.240 - - [2026-06-01 03:32:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.021947 [API:8081]10.0.0.240 - - [2026-06-01 03:32:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.026114 [API:8081]10.0.0.240 - - [2026-06-01 03:32:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009810 [API:8081]10.0.0.240 - - [2026-06-01 03:32:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1806 0.010448 [API:8081]10.0.0.240 - - [2026-06-01 03:33:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.027049 [API:8081]10.0.0.240 - - [2026-06-01 03:33:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.027696 [API:8081]10.0.0.240 - - [2026-06-01 03:33:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.027660 [API:8081]10.0.0.240 - - [2026-06-01 03:33:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.023970 [API:8081]10.0.0.240 - - [2026-06-01 03:33:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.036811 [API:8081]10.0.0.240 - - [2026-06-01 03:33:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.052155 [API:8081]10.0.0.240 - - [2026-06-01 03:33:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.021257 [API:8081]10.0.0.240 - - [2026-06-01 03:33:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.035977 [API:8081]10.0.0.240 - - [2026-06-01 03:33:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.028613 [API:8081]10.0.0.240 - - [2026-06-01 03:33:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.022382 [API:8081]10.0.0.240 - - [2026-06-01 03:33:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.020302 [API:8081]10.0.0.240 - - [2026-06-01 03:33:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.021970 [API:8081]10.0.0.240 - - [2026-06-01 03:33:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.021194 [API:8081]10.0.0.240 - - [2026-06-01 03:33:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.021585 [API:8081]10.0.0.240 - - [2026-06-01 03:33:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.026267 [API:8081]10.0.0.240 - - [2026-06-01 03:33:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14158 0.021028 [API:8081]10.0.0.240 - - [2026-06-01 03:33:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24656 0.020918 [API:8081]10.0.0.240 - - [2026-06-01 03:33:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13794 0.024811 [API:8081]10.0.0.240 - - [2026-06-01 03:33:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-90258761:ctest-random-15319765?flat HTTP/1.1" 200 8132 0.017619 [API:8081]10.0.0.240 - - [2026-06-01 03:33:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.007981 [API:8081]10.0.0.65 - - [2026-06-01 03:33:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.183592 [API:8081]10.0.0.65 - - [2026-06-01 03:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.65 - - [2026-06-01 03:34:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2026-06-01 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2026-06-01 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.240 - - [2026-06-01 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.240 - - [2026-06-01 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.65 - - [2026-06-01 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.65 - - [2026-06-01 03:34:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2026-06-01 03:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2026-06-01 03:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.240 - - [2026-06-01 03:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000467 [API:8081]10.0.0.240 - - [2026-06-01 03:34:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.65 - - [2026-06-01 03:34:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.074784 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002930 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002880 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002890 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002821 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003663 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002873 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002737 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:36:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002760 [API:8081]10.0.0.240 - - [2026-06-01 03:36:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.240 - - [2026-06-01 03:36:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.065108 [API:8081]10.0.0.65 - - [2026-06-01 03:36:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058393 [API:8081]10.0.0.249 - - [2026-06-01 03:37:28] "GET /analytics HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.249 - - [2026-06-01 03:37:28] "GET /analytics HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.65 - - [2026-06-01 03:37:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.075873 [API:8081]10.0.0.65 - - [2026-06-01 03:37:57] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.65 - - [2026-06-01 03:37:57] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.240 - - [2026-06-01 03:37:58] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.240 - - [2026-06-01 03:37:58] "GET /analytics HTTP/1.1" 401 206 0.000124 [API:8081]10.0.0.65 - - [2026-06-01 03:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.65 - - [2026-06-01 03:39:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2026-06-01 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2026-06-01 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.240 - - [2026-06-01 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.240 - - [2026-06-01 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.65 - - [2026-06-01 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.65 - - [2026-06-01 03:39:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2026-06-01 03:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2026-06-01 03:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.240 - - [2026-06-01 03:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.240 - - [2026-06-01 03:39:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.65 - - [2026-06-01 03:39:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064823 [API:8081]10.0.0.240 - - [2026-06-01 03:39:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.240 - - [2026-06-01 03:39:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1802 0.068835 [API:8081]10.0.0.65 - - [2026-06-01 03:40:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.076689 [API:8081]10.0.0.240 - - [2026-06-01 03:42:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.240 - - [2026-06-01 03:42:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1832 0.066824 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:47] "POST /analytics/query HTTP/1.1" 202 179 0.005784 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:47] "GET /analytics/query/f4fba286-5d6b-11f1-901c-00000a0000f0 HTTP/1.1" 200 221 0.003035 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:48] "GET /analytics/query/f4fba286-5d6b-11f1-901c-00000a0000f0 HTTP/1.1" 200 221 0.002079 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:48] "GET /analytics/query/f4fba286-5d6b-11f1-901c-00000a0000f0 HTTP/1.1" 200 338 0.002149 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:48] "GET /analytics/query/f4fba286-5d6b-11f1-901c-00000a0000f0/chunk-final/0 HTTP/1.1" 200 858 0.002329 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:49] "POST /analytics/query HTTP/1.1" 202 179 0.004955 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:49] "GET /analytics/query/f5f66808-5d6b-11f1-9c24-00000a0000f0 HTTP/1.1" 200 221 0.001713 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:49] "GET /analytics/query/f5f66808-5d6b-11f1-9c24-00000a0000f0 HTTP/1.1" 200 221 0.001844 [API:8081]10.0.0.65 - - [2026-06-01 03:42:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065545 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:50] "GET /analytics/query/f5f66808-5d6b-11f1-9c24-00000a0000f0 HTTP/1.1" 200 338 0.002418 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:50] "GET /analytics/query/f5f66808-5d6b-11f1-9c24-00000a0000f0/chunk-final/0 HTTP/1.1" 200 858 0.002686 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:51] "POST /analytics/query HTTP/1.1" 202 179 0.016417 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:51] "GET /analytics/query/f6eae33e-5d6b-11f1-b925-00000a0000f0 HTTP/1.1" 200 221 0.002804 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:51] "GET /analytics/query/f6eae33e-5d6b-11f1-b925-00000a0000f0 HTTP/1.1" 200 339 0.002583 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:51] "GET /analytics/query/f6eae33e-5d6b-11f1-b925-00000a0000f0/chunk-final/0 HTTP/1.1" 200 34284 0.004282 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:52] "POST /analytics/query HTTP/1.1" 202 179 0.009370 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:52] "GET /analytics/query/f79f3c5e-5d6b-11f1-af90-00000a0000f0 HTTP/1.1" 200 221 0.007328 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:52] "GET /analytics/query/f79f3c5e-5d6b-11f1-af90-00000a0000f0 HTTP/1.1" 200 339 0.001715 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:52] "GET /analytics/query/f79f3c5e-5d6b-11f1-af90-00000a0000f0/chunk-final/0 HTTP/1.1" 200 35151 0.002735 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:53] "POST /analytics/query HTTP/1.1" 202 179 0.006655 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:53] "GET /analytics/query/f84a3d01-5d6b-11f1-b48c-00000a0000f0 HTTP/1.1" 200 221 0.002269 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:53] "GET /analytics/query/f84a3d01-5d6b-11f1-b48c-00000a0000f0 HTTP/1.1" 200 339 0.001946 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:53] "GET /analytics/query/f84a3d01-5d6b-11f1-b48c-00000a0000f0/chunk-final/0 HTTP/1.1" 200 9829 0.002213 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.004095 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:57] "POST /analytics/query HTTP/1.1" 202 179 0.026035 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:57] "GET /analytics/query/fade9d0c-5d6b-11f1-bf8b-00000a0000f0 HTTP/1.1" 200 221 0.004765 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:58] "GET /analytics/query/fade9d0c-5d6b-11f1-bf8b-00000a0000f0 HTTP/1.1" 200 340 0.002649 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:58] "GET /analytics/query/fade9d0c-5d6b-11f1-bf8b-00000a0000f0/chunk-final/0 HTTP/1.1" 200 346051 0.011379 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003787 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003970 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:59] "POST /analytics/query HTTP/1.1" 202 179 0.005338 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:59] "GET /analytics/query/fbed0797-5d6b-11f1-814b-00000a0000f0 HTTP/1.1" 200 221 0.002045 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:59] "GET /analytics/query/fbed0797-5d6b-11f1-814b-00000a0000f0 HTTP/1.1" 200 338 0.002047 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:42:59] "GET /analytics/query/fbed0797-5d6b-11f1-814b-00000a0000f0/chunk-final/0 HTTP/1.1" 200 145 0.001614 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:00] "POST /analytics/query HTTP/1.1" 202 179 0.012825 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:00] "GET /analytics/query/fc3d39b3-5d6b-11f1-aef2-00000a0000f0 HTTP/1.1" 200 221 0.001796 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:00] "GET /analytics/query/fc3d39b3-5d6b-11f1-aef2-00000a0000f0 HTTP/1.1" 200 338 0.006255 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:00] "GET /analytics/query/fc3d39b3-5d6b-11f1-aef2-00000a0000f0/chunk-final/0 HTTP/1.1" 200 145 0.003184 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:00] "POST /analytics/query HTTP/1.1" 202 179 0.009313 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:00] "GET /analytics/query/fc8fec1c-5d6b-11f1-a970-00000a0000f0 HTTP/1.1" 200 221 0.005978 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "GET /analytics/query/fc8fec1c-5d6b-11f1-a970-00000a0000f0 HTTP/1.1" 200 338 0.002060 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "GET /analytics/query/fc8fec1c-5d6b-11f1-a970-00000a0000f0/chunk-final/0 HTTP/1.1" 200 5945 0.003004 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "POST /analytics/query HTTP/1.1" 202 179 0.005426 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "GET /analytics/query/fce34f85-5d6b-11f1-a9b5-00000a0000f0 HTTP/1.1" 200 221 0.002561 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "GET /analytics/query/fce34f85-5d6b-11f1-a9b5-00000a0000f0 HTTP/1.1" 200 338 0.001974 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "GET /analytics/query/fce34f85-5d6b-11f1-a9b5-00000a0000f0/chunk-final/0 HTTP/1.1" 200 4013 0.002061 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "POST /analytics/query HTTP/1.1" 202 179 0.013416 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:01] "GET /analytics/query/fd34445f-5d6b-11f1-af35-00000a0000f0 HTTP/1.1" 200 221 0.002370 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "GET /analytics/query/fd34445f-5d6b-11f1-af35-00000a0000f0 HTTP/1.1" 200 338 0.001703 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "GET /analytics/query/fd34445f-5d6b-11f1-af35-00000a0000f0/chunk-final/0 HTTP/1.1" 200 4013 0.002828 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "POST /analytics/query HTTP/1.1" 202 179 0.012627 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "GET /analytics/query/fd861090-5d6b-11f1-aee0-00000a0000f0 HTTP/1.1" 200 221 0.003090 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "GET /analytics/query/fd861090-5d6b-11f1-aee0-00000a0000f0 HTTP/1.1" 200 338 0.002128 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "GET /analytics/query/fd861090-5d6b-11f1-aee0-00000a0000f0/chunk-final/0 HTTP/1.1" 200 2082 0.003152 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "POST /analytics/query HTTP/1.1" 202 179 0.007470 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:02] "GET /analytics/query/fdd7c88e-5d6b-11f1-b263-00000a0000f0 HTTP/1.1" 200 221 0.004210 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "GET /analytics/query/fdd7c88e-5d6b-11f1-b263-00000a0000f0 HTTP/1.1" 200 338 0.002711 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "GET /analytics/query/fdd7c88e-5d6b-11f1-b263-00000a0000f0/chunk-final/0 HTTP/1.1" 200 5945 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "POST /analytics/query HTTP/1.1" 202 179 0.005783 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "GET /analytics/query/fe292f81-5d6b-11f1-8d9f-00000a0000f0 HTTP/1.1" 200 221 0.002429 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "GET /analytics/query/fe292f81-5d6b-11f1-8d9f-00000a0000f0 HTTP/1.1" 200 338 0.002791 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "GET /analytics/query/fe292f81-5d6b-11f1-8d9f-00000a0000f0/chunk-final/0 HTTP/1.1" 200 145 0.002313 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "POST /analytics/query HTTP/1.1" 202 179 0.015012 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:03] "GET /analytics/query/fe7a5029-5d6b-11f1-be61-00000a0000f0 HTTP/1.1" 200 221 0.003016 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "GET /analytics/query/fe7a5029-5d6b-11f1-be61-00000a0000f0 HTTP/1.1" 200 338 0.001990 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "GET /analytics/query/fe7a5029-5d6b-11f1-be61-00000a0000f0/chunk-final/0 HTTP/1.1" 200 5945 0.002796 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "POST /analytics/query HTTP/1.1" 202 179 0.005227 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "GET /analytics/query/fece4156-5d6b-11f1-9f55-00000a0000f0 HTTP/1.1" 200 221 0.006681 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "GET /analytics/query/fece4156-5d6b-11f1-9f55-00000a0000f0 HTTP/1.1" 200 338 0.002157 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "GET /analytics/query/fece4156-5d6b-11f1-9f55-00000a0000f0/chunk-final/0 HTTP/1.1" 200 2082 0.002624 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "POST /analytics/query HTTP/1.1" 202 179 0.006575 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:04] "GET /analytics/query/ff1f676b-5d6b-11f1-af5e-00000a0000f0 HTTP/1.1" 200 221 0.003780 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:05] "GET /analytics/query/ff1f676b-5d6b-11f1-af5e-00000a0000f0 HTTP/1.1" 200 338 0.002153 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:05] "GET /analytics/query/ff1f676b-5d6b-11f1-af5e-00000a0000f0/chunk-final/0 HTTP/1.1" 200 2082 0.002308 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:05] "POST /analytics/query HTTP/1.1" 202 179 0.007861 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:05] "GET /analytics/query/ff70fc74-5d6b-11f1-a8eb-00000a0000f0 HTTP/1.1" 200 221 0.006508 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:05] "GET /analytics/query/ff70fc74-5d6b-11f1-a8eb-00000a0000f0 HTTP/1.1" 200 338 0.002051 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:05] "GET /analytics/query/ff70fc74-5d6b-11f1-a8eb-00000a0000f0/chunk-final/0 HTTP/1.1" 200 145 0.002233 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004992 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.004872 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:07] "POST /analytics/query HTTP/1.1" 202 179 0.006412 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:07] "GET /analytics/query/00935e6f-5d6c-11f1-ab62-00000a0000f0 HTTP/1.1" 200 221 0.004588 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:07] "GET /analytics/query/00935e6f-5d6c-11f1-ab62-00000a0000f0 HTTP/1.1" 200 340 0.002809 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:07] "GET /analytics/query/00935e6f-5d6c-11f1-ab62-00000a0000f0/chunk-final/0 HTTP/1.1" 200 1505283 0.024999 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:07] "POST /analytics/query HTTP/1.1" 202 179 0.021193 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:07] "GET /analytics/query/00eea2cd-5d6c-11f1-ad99-00000a0000f0 HTTP/1.1" 200 221 0.005530 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:08] "GET /analytics/query/00eea2cd-5d6c-11f1-ad99-00000a0000f0 HTTP/1.1" 200 340 0.002768 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:08] "GET /analytics/query/00eea2cd-5d6c-11f1-ad99-00000a0000f0/chunk-final/0 HTTP/1.1" 200 1507954 0.015456 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.003474 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.004011 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003654 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.003479 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.003968 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:11] "POST /analytics/query HTTP/1.1" 202 179 0.016582 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:11] "GET /analytics/query/0337a2b7-5d6c-11f1-8822-00000a0000f0 HTTP/1.1" 200 221 0.002821 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:12] "GET /analytics/query/0337a2b7-5d6c-11f1-8822-00000a0000f0 HTTP/1.1" 200 339 0.002156 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:12] "GET /analytics/query/0337a2b7-5d6c-11f1-8822-00000a0000f0/chunk-final/0 HTTP/1.1" 200 56760 0.003829 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.004898 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:12] "POST /analytics/query HTTP/1.1" 202 179 0.005759 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:12] "GET /analytics/query/03e64abe-5d6c-11f1-9079-00000a0000f0 HTTP/1.1" 200 221 0.004014 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:13] "GET /analytics/query/03e64abe-5d6c-11f1-9079-00000a0000f0 HTTP/1.1" 200 341 0.001940 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:13] "GET /analytics/query/03e64abe-5d6c-11f1-9079-00000a0000f0/chunk-final/0 HTTP/1.1" 200 1119382 0.057005 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004164 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003813 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003685 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:19] "POST /analytics/query HTTP/1.1" 200 145 1.010796 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.004052 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:20] "POST /analytics/query HTTP/1.1" 200 2282 1.015859 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.003741 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:22] "POST /analytics/query HTTP/1.1" 200 708 1.012304 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.003771 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:23] "POST /analytics/query HTTP/1.1" 200 2700 1.013994 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003840 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:25] "POST /analytics/query HTTP/1.1" 200 206 1.017364 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.005301 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:27] "POST /analytics/query HTTP/1.1" 200 1402 1.014545 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.005960 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:28] "POST /analytics/query HTTP/1.1" 200 2834 1.012636 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.003511 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:30] "POST /analytics/query HTTP/1.1" 200 825 1.009969 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003581 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:31] "POST /analytics/query HTTP/1.1" 200 141075 1.018912 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003763 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:33] "POST /analytics/query HTTP/1.1" 200 631 1.011276 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003644 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:35] "POST /analytics/query HTTP/1.1" 200 258 1.025300 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.005594 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:36] "POST /analytics/query HTTP/1.1" 200 596 1.017230 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003686 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:38] "POST /analytics/query HTTP/1.1" 200 1427 1.012176 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004427 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:40] "POST /analytics/query HTTP/1.1" 200 596 1.019609 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003794 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:41] "POST /analytics/query HTTP/1.1" 200 236 1.020332 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:43:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003604 [API:8081]10.0.0.65 - - [2026-06-01 03:43:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.061828 [API:8081]10.0.0.240 - - [2026-06-01 03:43:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.240 - - [2026-06-01 03:43:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1842 0.060088 [API:8081]10.0.0.65 - - [2026-06-01 03:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.65 - - [2026-06-01 03:44:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.249 - - [2026-06-01 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2026-06-01 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.240 - - [2026-06-01 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.240 - - [2026-06-01 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.65 - - [2026-06-01 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.65 - - [2026-06-01 03:44:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.249 - - [2026-06-01 03:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.240 - - [2026-06-01 03:44:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.179096 [API:8081]10.0.0.249 - - [2026-06-01 03:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.240 - - [2026-06-01 03:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.240 - - [2026-06-01 03:44:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.240 - - [2026-06-01 03:44:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.081855 [API:8081]10.0.0.240 - - [2026-06-01 03:44:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.010610 [API:8081]10.0.0.240 - - [2026-06-01 03:45:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.011726 [API:8081]10.0.0.240 - - [2026-06-01 03:45:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.009351 [API:8081]10.0.0.240 - - [2026-06-01 03:45:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.009778 [API:8081]10.0.0.240 - - [2026-06-01 03:45:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.011353 [API:8081]10.0.0.240 - - [2026-06-01 03:45:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2338 0.009167 [API:8081]10.0.0.240 - - [2026-06-01 03:45:38] "POST /analytics/query HTTP/1.1" 200 222 1.022901 [API:8081]10.0.0.240 - - [2026-06-01 03:45:39] "POST /analytics/query HTTP/1.1" 200 222 1.017684 [API:8081]10.0.0.240 - - [2026-06-01 03:45:40] "POST /analytics/query HTTP/1.1" 200 353 1.019360 [API:8081]10.0.0.65 - - [2026-06-01 03:45:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068907 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004654 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004027 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003742 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003520 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004314 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004116 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003407 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:46:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004465 [API:8081]10.0.0.65 - - [2026-06-01 03:46:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.079196 [API:8081]10.0.0.249 - - [2026-06-01 03:47:28] "GET /analytics HTTP/1.1" 401 206 0.000224 [API:8081]10.0.0.249 - - [2026-06-01 03:47:28] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.65 - - [2026-06-01 03:47:57] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.65 - - [2026-06-01 03:47:57] "GET /analytics HTTP/1.1" 401 206 0.000124 [API:8081]10.0.0.240 - - [2026-06-01 03:47:58] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.240 - - [2026-06-01 03:47:58] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.65 - - [2026-06-01 03:48:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070491 [API:8081]10.0.0.240 - - [2026-06-01 03:49:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.076873 [API:8081]10.0.0.240 - - [2026-06-01 03:49:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14855 0.026587 [API:8081]10.0.0.65 - - [2026-06-01 03:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.65 - - [2026-06-01 03:49:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2026-06-01 03:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2026-06-01 03:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.240 - - [2026-06-01 03:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 03:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.65 - - [2026-06-01 03:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.65 - - [2026-06-01 03:49:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-06-01 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2026-06-01 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.240 - - [2026-06-01 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.240 - - [2026-06-01 03:49:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.65 - - [2026-06-01 03:49:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.062399 [API:8081]10.0.0.65 - - [2026-06-01 03:51:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077310 [API:8081]10.0.0.65 - - [2026-06-01 03:52:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.135124 [API:8081]10.0.0.65 - - [2026-06-01 03:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.65 - - [2026-06-01 03:54:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.249 - - [2026-06-01 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2026-06-01 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.240 - - [2026-06-01 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.240 - - [2026-06-01 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.65 - - [2026-06-01 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.65 - - [2026-06-01 03:54:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2026-06-01 03:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001061 [API:8081]10.0.0.249 - - [2026-06-01 03:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.240 - - [2026-06-01 03:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.240 - - [2026-06-01 03:54:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.65 - - [2026-06-01 03:54:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059398 [API:8081]10.0.0.65 - - [2026-06-01 03:56:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.068770 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003625 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004569 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003745 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003721 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003709 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003175 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003817 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 03:56:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004294 [API:8081]10.0.0.249 - - [2026-06-01 03:57:28] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2026-06-01 03:57:28] "GET /analytics HTTP/1.1" 401 206 0.000124 [API:8081]10.0.0.65 - - [2026-06-01 03:57:57] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.65 - - [2026-06-01 03:57:57] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.240 - - [2026-06-01 03:57:58] "GET /analytics HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.240 - - [2026-06-01 03:57:58] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.65 - - [2026-06-01 03:58:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075619 [API:8081]10.0.0.65 - - [2026-06-01 03:59:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.062971 [API:8081]10.0.0.65 - - [2026-06-01 03:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.65 - - [2026-06-01 03:59:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.249 - - [2026-06-01 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-06-01 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.240 - - [2026-06-01 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.240 - - [2026-06-01 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.65 - - [2026-06-01 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000520 [API:8081]10.0.0.65 - - [2026-06-01 03:59:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.249 - - [2026-06-01 03:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2026-06-01 03:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.240 - - [2026-06-01 03:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.240 - - [2026-06-01 03:59:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.240 - - [2026-06-01 04:00:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.240 - - [2026-06-01 04:00:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1800 0.075989 [API:8081]10.0.0.65 - - [2026-06-01 04:01:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079486 [API:8081]10.0.0.240 - - [2026-06-01 04:01:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:8a1a76fd-9495-4ae4-9238-b248d2d1292c?flat HTTP/1.1" 200 5202 0.097653 [API:8081]10.0.0.240 - - [2026-06-01 04:01:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:8a1a76fd-9495-4ae4-9238-b248d2d1292c?flat HTTP/1.1" 200 5202 0.026371 [API:8081]10.0.0.240 - - [2026-06-01 04:01:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:8a1a76fd-9495-4ae4-9238-b248d2d1292c?flat HTTP/1.1" 200 5202 0.069073 [API:8081]10.0.0.240 - - [2026-06-01 04:01:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92938365:EVPN-VN1?flat HTTP/1.1" 200 7825 0.024312 [API:8081]10.0.0.240 - - [2026-06-01 04:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25606 0.019857 [API:8081]10.0.0.240 - - [2026-06-01 04:01:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14152 0.023365 [API:8081]10.0.0.240 - - [2026-06-01 04:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25606 0.025663 [API:8081]10.0.0.240 - - [2026-06-01 04:01:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14152 0.022748 [API:8081]10.0.0.240 - - [2026-06-01 04:01:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011301 [API:8081]10.0.0.240 - - [2026-06-01 04:01:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:28f173b3-23cf-4ef1-8011-d3b76cfb813c?flat HTTP/1.1" 200 5062 0.013358 [API:8081]10.0.0.240 - - [2026-06-01 04:01:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:28f173b3-23cf-4ef1-8011-d3b76cfb813c?flat HTTP/1.1" 200 5062 0.013825 [API:8081]10.0.0.240 - - [2026-06-01 04:01:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:28f173b3-23cf-4ef1-8011-d3b76cfb813c?flat HTTP/1.1" 200 5062 0.015367 [API:8081]10.0.0.240 - - [2026-06-01 04:01:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92938365:EVPN-VN1?flat HTTP/1.1" 200 7825 0.019362 [API:8081]10.0.0.240 - - [2026-06-01 04:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.019280 [API:8081]10.0.0.240 - - [2026-06-01 04:01:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14146 0.023490 [API:8081]10.0.0.240 - - [2026-06-01 04:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.023187 [API:8081]10.0.0.240 - - [2026-06-01 04:01:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14146 0.021857 [API:8081]10.0.0.240 - - [2026-06-01 04:01:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.011144 [API:8081]10.0.0.65 - - [2026-06-01 04:02:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2551 0.066180 [API:8081]10.0.0.240 - - [2026-06-01 04:03:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:8a1a76fd-9495-4ae4-9238-b248d2d1292c?flat HTTP/1.1" 200 5311 0.018042 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:8a1a76fd-9495-4ae4-9238-b248d2d1292c?flat HTTP/1.1" 200 5311 0.024951 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:8a1a76fd-9495-4ae4-9238-b248d2d1292c?flat HTTP/1.1" 200 5311 0.019558 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92938365:EVPN-VN1?flat HTTP/1.1" 200 9287 0.024198 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23116 0.022820 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13204 0.026967 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23116 0.025537 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13204 0.027719 [API:8081]10.0.0.240 - - [2026-06-01 04:04:00] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009761 [API:8081]10.0.0.240 - - [2026-06-01 04:04:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:28f173b3-23cf-4ef1-8011-d3b76cfb813c?flat HTTP/1.1" 200 5207 0.014782 [API:8081]10.0.0.240 - - [2026-06-01 04:04:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:28f173b3-23cf-4ef1-8011-d3b76cfb813c?flat HTTP/1.1" 200 5207 0.014291 [API:8081]10.0.0.240 - - [2026-06-01 04:04:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92938365:28f173b3-23cf-4ef1-8011-d3b76cfb813c?flat HTTP/1.1" 200 5207 0.018705 [API:8081]10.0.0.240 - - [2026-06-01 04:04:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92938365:EVPN-VN1?flat HTTP/1.1" 200 9287 0.022569 [API:8081]10.0.0.240 - - [2026-06-01 04:04:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21054 0.018236 [API:8081]10.0.0.240 - - [2026-06-01 04:04:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13063 0.020564 [API:8081]10.0.0.240 - - [2026-06-01 04:04:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21054 0.021926 [API:8081]10.0.0.240 - - [2026-06-01 04:04:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13063 0.025201 [API:8081]10.0.0.240 - - [2026-06-01 04:04:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009216 [API:8081]10.0.0.65 - - [2026-06-01 04:04:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060307 [API:8081]10.0.0.65 - - [2026-06-01 04:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.65 - - [2026-06-01 04:04:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.249 - - [2026-06-01 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.249 - - [2026-06-01 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.240 - - [2026-06-01 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.240 - - [2026-06-01 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.65 - - [2026-06-01 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000521 [API:8081]10.0.0.65 - - [2026-06-01 04:04:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.249 - - [2026-06-01 04:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000447 [API:8081]10.0.0.249 - - [2026-06-01 04:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.240 - - [2026-06-01 04:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.240 - - [2026-06-01 04:04:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.65 - - [2026-06-01 04:05:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.098311 [API:8081]10.0.0.240 - - [2026-06-01 04:05:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24681 0.024656 [API:8081]10.0.0.240 - - [2026-06-01 04:05:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13716 0.025590 [API:8081]10.0.0.240 - - [2026-06-01 04:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24681 0.022498 [API:8081]10.0.0.240 - - [2026-06-01 04:05:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13716 0.022055 [API:8081]10.0.0.240 - - [2026-06-01 04:05:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24685 0.021652 [API:8081]10.0.0.240 - - [2026-06-01 04:05:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13398 0.021655 [API:8081]10.0.0.240 - - [2026-06-01 04:05:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92938365:EVPN-VN1?flat HTTP/1.1" 200 8525 0.018243 [API:8081]10.0.0.240 - - [2026-06-01 04:05:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.008790 [API:8081]10.0.0.240 - - [2026-06-01 04:05:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24693 0.022208 [API:8081]10.0.0.240 - - [2026-06-01 04:05:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13536 0.021289 [API:8081]10.0.0.240 - - [2026-06-01 04:05:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92938365:EVPN-VN1?flat HTTP/1.1" 200 5989 0.013710 [API:8081]10.0.0.240 - - [2026-06-01 04:05:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.010289 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003832 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003401 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004627 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003648 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.008448 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003735 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003544 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:06:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004060 [API:8081]10.0.0.65 - - [2026-06-01 04:07:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101881 [API:8081]10.0.0.249 - - [2026-06-01 04:07:28] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2026-06-01 04:07:28] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.240 - - [2026-06-01 04:07:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-63824090:ctest-TestRbac-63824090-81887597?flat HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.240 - - [2026-06-01 04:07:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-63824090:ctest-TestRbac-63824090-81887597?flat HTTP/1.1" 200 2081 0.476232 [API:8081]10.0.0.240 - - [2026-06-01 04:07:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.168742 [API:8081]10.0.0.240 - - [2026-06-01 04:07:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-63824090:ctest-TestRbac-63824090-81887597?flat HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.240 - - [2026-06-01 04:07:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-63824090:ctest-TestRbac-63824090-81887597?flat HTTP/1.1" 200 2081 0.204458 [API:8081]10.0.0.240 - - [2026-06-01 04:07:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.119247 [API:8081]10.0.0.65 - - [2026-06-01 04:07:57] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.65 - - [2026-06-01 04:07:57] "GET /analytics HTTP/1.1" 401 206 0.000128 [API:8081]10.0.0.240 - - [2026-06-01 04:07:58] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.240 - - [2026-06-01 04:07:58] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.240 - - [2026-06-01 04:08:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-97661194:7f3a06e9-a59f-487b-bab8-8e90bd709498?flat HTTP/1.1" 200 5172 0.141719 [API:8081]10.0.0.240 - - [2026-06-01 04:08:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-97661194:7f3a06e9-a59f-487b-bab8-8e90bd709498?flat HTTP/1.1" 200 5172 0.067867 [API:8081]10.0.0.240 - - [2026-06-01 04:08:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-97661194:7f3a06e9-a59f-487b-bab8-8e90bd709498?flat HTTP/1.1" 200 5172 0.074615 [API:8081]10.0.0.240 - - [2026-06-01 04:08:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-63824090:ctest-TestRbac-63824090-81887597?flat HTTP/1.1" 200 4905 0.065697 [API:8081]10.0.0.240 - - [2026-06-01 04:08:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.044480 [API:8081]10.0.0.240 - - [2026-06-01 04:08:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.157004 [API:8081]10.0.0.240 - - [2026-06-01 04:08:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.240 - - [2026-06-01 04:08:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.127404 [API:8081]10.0.0.240 - - [2026-06-01 04:08:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.122125 [API:8081]10.0.0.240 - - [2026-06-01 04:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.110290 [API:8081]10.0.0.240 - - [2026-06-01 04:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.194605 [API:8081]10.0.0.240 - - [2026-06-01 04:08:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.030600 [API:8081]10.0.0.240 - - [2026-06-01 04:08:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.020977 [API:8081]10.0.0.240 - - [2026-06-01 04:08:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.098218 [API:8081]10.0.0.65 - - [2026-06-01 04:08:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.082539 [API:8081]10.0.0.240 - - [2026-06-01 04:08:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.067807 [API:8081]10.0.0.240 - - [2026-06-01 04:08:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.162901 [API:8081]10.0.0.240 - - [2026-06-01 04:08:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019413 [API:8081]10.0.0.240 - - [2026-06-01 04:08:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.023739 [API:8081]10.0.0.240 - - [2026-06-01 04:08:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.073671 [API:8081]10.0.0.240 - - [2026-06-01 04:08:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.023358 [API:8081]10.0.0.240 - - [2026-06-01 04:08:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.022501 [API:8081]10.0.0.240 - - [2026-06-01 04:08:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.023650 [API:8081]10.0.0.240 - - [2026-06-01 04:08:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.021637 [API:8081]10.0.0.240 - - [2026-06-01 04:08:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.022203 [API:8081]10.0.0.240 - - [2026-06-01 04:08:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.020529 [API:8081]10.0.0.240 - - [2026-06-01 04:08:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.026105 [API:8081]10.0.0.240 - - [2026-06-01 04:08:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.024289 [API:8081]10.0.0.240 - - [2026-06-01 04:08:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13989 0.024140 [API:8081]10.0.0.240 - - [2026-06-01 04:08:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24725 0.022232 [API:8081]10.0.0.240 - - [2026-06-01 04:08:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13588 0.021421 [API:8081]10.0.0.240 - - [2026-06-01 04:08:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-63824090:ctest-TestRbac-63824090-81887597?flat HTTP/1.1" 200 6499 0.018351 [API:8081]10.0.0.240 - - [2026-06-01 04:08:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011202 [API:8081]10.0.0.240 - - [2026-06-01 04:08:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.240 - - [2026-06-01 04:08:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 200 2120 0.110892 [API:8081]10.0.0.240 - - [2026-06-01 04:08:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 401 206 0.001490 --- 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-16500364'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-65179638' RBAC: ctest-TestRbacBasic-05276545 doesn't have read permission in project 'a06e519c4a6c424ba7cf877b3d65b259' 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-42340399', 'ctest-TestRbacBasic-42340399-02505705'], 'virtual_network', '43b66e79-c12b-4392-ab7b-bcc971f1445c', "Permission Denied for ['ctest-TestRbacBasic-16500364'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-65179638' RBAC: ctest-TestRbacBasic-05276545 doesn't have read permission in project 'a06e519c4a6c424ba7cf877b3d65b259'"),) [API:8081]10.0.0.240 - - [2026-06-01 04:08:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 403 199 0.119399 [API:8081]10.0.0.240 - - [2026-06-01 04:08:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 401 206 0.000456 [API:8081]10.0.0.240 - - [2026-06-01 04:08:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 200 2120 0.094116 [API:8081]10.0.0.240 - - [2026-06-01 04:08:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.139052 [API:8081]10.0.0.240 - - [2026-06-01 04:08:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.142975 [API:8081]10.0.0.240 - - [2026-06-01 04:08:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2091 0.089660 --- 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-16500364'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42340399' RBAC: ctest-TestRbacBasic-05276545 doesn't have read permission in project 'b7ca73f9669c49ba84e7f9be4f2d7386' 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-42340399', 'ctest-TestRbacBasic-42340399-02505705'], 'virtual_network', '43b66e79-c12b-4392-ab7b-bcc971f1445c', "Permission Denied for ['ctest-TestRbacBasic-16500364'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42340399' RBAC: ctest-TestRbacBasic-05276545 doesn't have read permission in project 'b7ca73f9669c49ba84e7f9be4f2d7386'"),) [API:8081]10.0.0.240 - - [2026-06-01 04:08:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 403 199 0.049174 --- 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-16500364'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42340399' RBAC: ctest-TestRbacBasic-05276545 doesn't have read permission in project 'b7ca73f9669c49ba84e7f9be4f2d7386' 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-42340399', 'ctest-TestRbacBasic-42340399-02505705'], 'virtual_network', '43b66e79-c12b-4392-ab7b-bcc971f1445c', "Permission Denied for ['ctest-TestRbacBasic-16500364'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-42340399' RBAC: ctest-TestRbacBasic-05276545 doesn't have read permission in project 'b7ca73f9669c49ba84e7f9be4f2d7386'"),) [API:8081]10.0.0.240 - - [2026-06-01 04:08:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 403 199 0.093798 [API:8081]10.0.0.240 - - [2026-06-01 04:08:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 200 2124 0.050461 [API:8081]10.0.0.240 - - [2026-06-01 04:08:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-42340399:ctest-TestRbacBasic-42340399-02505705?flat HTTP/1.1" 200 2124 0.011222 [API:8081]10.0.0.240 - - [2026-06-01 04:08:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.402067 [API:8081]10.0.0.240 - - [2026-06-01 04:08:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.057326 [API:8081]10.0.0.240 - - [2026-06-01 04:08:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2091 0.009329 [API:8081]10.0.0.240 - - [2026-06-01 04:09:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.013536 [API:8081]10.0.0.240 - - [2026-06-01 04:09:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 401 206 0.000260 --- 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-88182455 as ['ctest-TestRbacBasic-33031083'] to R virtual-network in ctest-TestRbacBasic-18164343 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-18164343', 'ctest-TestRbacBasic-18164343-79080824'], 'virtual_network', 'f45d5f5a-f3fb-458a-a16e-17d43d765dcf', "Permission Denied for ctest-TestRbacBasic-88182455 as ['ctest-TestRbacBasic-33031083'] to R virtual-network in ctest-TestRbacBasic-18164343"),) [API:8081]10.0.0.240 - - [2026-06-01 04:09:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 403 199 0.125930 [API:8081]10.0.0.240 - - [2026-06-01 04:09:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.132300 [API:8081]10.0.0.240 - - [2026-06-01 04:09:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 200 6765 0.072951 [API:8081]10.0.0.240 - - [2026-06-01 04:09:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.094217 --- 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-88182455 as ['ctest-TestRbacBasic-33031083'] to R virtual-network in ctest-TestRbacBasic-18164343 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-18164343', 'ctest-TestRbacBasic-18164343-79080824'], 'virtual_network', 'f45d5f5a-f3fb-458a-a16e-17d43d765dcf', "Permission Denied for ctest-TestRbacBasic-88182455 as ['ctest-TestRbacBasic-33031083'] to R virtual-network in ctest-TestRbacBasic-18164343"),) [API:8081]10.0.0.240 - - [2026-06-01 04:09:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 403 199 0.044222 --- 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-88182455 as ['ctest-TestRbacBasic-33031083'] to R virtual-network in ctest-TestRbacBasic-18164343 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-18164343', 'ctest-TestRbacBasic-18164343-79080824'], 'virtual_network', 'f45d5f5a-f3fb-458a-a16e-17d43d765dcf', "Permission Denied for ctest-TestRbacBasic-88182455 as ['ctest-TestRbacBasic-33031083'] to R virtual-network in ctest-TestRbacBasic-18164343"),) [API:8081]10.0.0.240 - - [2026-06-01 04:09:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 403 199 0.113004 [API:8081]10.0.0.240 - - [2026-06-01 04:09:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.071122 [API:8081]10.0.0.240 - - [2026-06-01 04:09:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 200 6765 0.072163 [API:8081]10.0.0.240 - - [2026-06-01 04:09:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.073746 [API:8081]10.0.0.240 - - [2026-06-01 04:09:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 401 206 0.000277 --- 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-05276545 as ['ctest-TestRbacBasic-16500364'] to R virtual-network in ctest-TestRbacBasic-18164343 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-18164343', 'ctest-TestRbacBasic-18164343-79080824'], 'virtual_network', 'f45d5f5a-f3fb-458a-a16e-17d43d765dcf', "Permission Denied for ctest-TestRbacBasic-05276545 as ['ctest-TestRbacBasic-16500364'] to R virtual-network in ctest-TestRbacBasic-18164343"),) [API:8081]10.0.0.240 - - [2026-06-01 04:09:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 403 199 0.107648 [API:8081]10.0.0.240 - - [2026-06-01 04:09:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.072070 [API:8081]10.0.0.240 - - [2026-06-01 04:09:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-79080824?flat HTTP/1.1" 200 6765 0.057284 [API:8081]10.0.0.240 - - [2026-06-01 04:09:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.061063 [API:8081]10.0.0.240 - - [2026-06-01 04:09:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.065295 [API:8081]10.0.0.240 - - [2026-06-01 04:09:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2091 0.009569 [API:8081]10.0.0.65 - - [2026-06-01 04:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.65 - - [2026-06-01 04:09:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.249 - - [2026-06-01 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.249 - - [2026-06-01 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.240 - - [2026-06-01 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.240 - - [2026-06-01 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.65 - - [2026-06-01 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.65 - - [2026-06-01 04:09:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.249 - - [2026-06-01 04:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000469 [API:8081]10.0.0.249 - - [2026-06-01 04:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.240 - - [2026-06-01 04:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.240 - - [2026-06-01 04:09:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.240 - - [2026-06-01 04:09:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-18164343:a50d00fa-f2ed-4500-810b-c4a091b2e5ad?flat HTTP/1.1" 200 5392 0.056670 [API:8081]10.0.0.240 - - [2026-06-01 04:09:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-18164343:a50d00fa-f2ed-4500-810b-c4a091b2e5ad?flat HTTP/1.1" 200 5392 0.102754 [API:8081]10.0.0.240 - - [2026-06-01 04:10:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-18164343:a50d00fa-f2ed-4500-810b-c4a091b2e5ad?flat HTTP/1.1" 200 5392 0.060530 [API:8081]10.0.0.240 - - [2026-06-01 04:10:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-36499297?flat HTTP/1.1" 200 4135 0.065937 [API:8081]10.0.0.240 - - [2026-06-01 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.041766 [API:8081]10.0.0.240 - - [2026-06-01 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.100143 [API:8081]10.0.0.240 - - [2026-06-01 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.024214 [API:8081]10.0.0.240 - - [2026-06-01 04:10:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.028605 [API:8081]10.0.0.240 - - [2026-06-01 04:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.076090 [API:8081]10.0.0.240 - - [2026-06-01 04:10:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.112341 [API:8081]10.0.0.240 - - [2026-06-01 04:10:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.026332 [API:8081]10.0.0.240 - - [2026-06-01 04:10:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.033031 [API:8081]10.0.0.240 - - [2026-06-01 04:10:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.119849 [API:8081]10.0.0.240 - - [2026-06-01 04:10:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-36499297?flat HTTP/1.1" 200 4135 0.060180 [API:8081]10.0.0.240 - - [2026-06-01 04:10:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.078308 [API:8081]10.0.0.240 - - [2026-06-01 04:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.045486 [API:8081]10.0.0.240 - - [2026-06-01 04:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.102648 [API:8081]10.0.0.240 - - [2026-06-01 04:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.020482 [API:8081]10.0.0.240 - - [2026-06-01 04:10:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.020536 [API:8081]10.0.0.240 - - [2026-06-01 04:10:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.035177 [API:8081]10.0.0.240 - - [2026-06-01 04:10:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.034842 [API:8081]10.0.0.65 - - [2026-06-01 04:10:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064579 [API:8081]10.0.0.240 - - [2026-06-01 04:10:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.023353 [API:8081]10.0.0.240 - - [2026-06-01 04:10:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.021493 [API:8081]10.0.0.240 - - [2026-06-01 04:10:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.031856 [API:8081]10.0.0.240 - - [2026-06-01 04:10:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.033313 [API:8081]10.0.0.240 - - [2026-06-01 04:10:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.029034 [API:8081]10.0.0.240 - - [2026-06-01 04:10:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.022048 [API:8081]10.0.0.240 - - [2026-06-01 04:10:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.022260 [API:8081]10.0.0.240 - - [2026-06-01 04:10:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.021596 [API:8081]10.0.0.240 - - [2026-06-01 04:10:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.025693 [API:8081]10.0.0.240 - - [2026-06-01 04:10:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14122 0.030850 [API:8081]10.0.0.240 - - [2026-06-01 04:10:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.023372 [API:8081]10.0.0.240 - - [2026-06-01 04:10:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13704 0.022665 [API:8081]10.0.0.240 - - [2026-06-01 04:10:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-18164343:ctest-TestRbacBasic-18164343-36499297?flat HTTP/1.1" 200 6886 0.016502 [API:8081]10.0.0.240 - - [2026-06-01 04:10:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.013512 [Introspect:8090]10.0.0.240 - - [2026-06-01 04:10:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001006 [API:8081]10.0.0.240 - - [2026-06-01 04:10:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2026-06-01 04:10:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1808 0.073065 [API:8081]10.0.0.65 - - [2026-06-01 04:11:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.061608 [API:8081]10.0.0.240 - - [2026-06-01 04:13:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:926ec990-56db-4238-8e61-c0a06168e222?flat HTTP/1.1" 200 5371 0.073040 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:926ec990-56db-4238-8e61-c0a06168e222?flat HTTP/1.1" 200 5371 0.019392 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:926ec990-56db-4238-8e61-c0a06168e222?flat HTTP/1.1" 200 5371 0.068649 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn1-13330535?flat HTTP/1.1" 200 9525 0.026951 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24733 0.026823 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14059 0.026679 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24733 0.024545 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14059 0.031329 [API:8081]10.0.0.240 - - [2026-06-01 04:13:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.012656 [API:8081]10.0.0.240 - - [2026-06-01 04:13:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:0617e61b-9779-4b6b-8ec0-30b7c221f276?flat HTTP/1.1" 200 5492 0.023409 [API:8081]10.0.0.240 - - [2026-06-01 04:13:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:0617e61b-9779-4b6b-8ec0-30b7c221f276?flat HTTP/1.1" 200 5492 0.019365 [API:8081]10.0.0.240 - - [2026-06-01 04:13:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:0617e61b-9779-4b6b-8ec0-30b7c221f276?flat HTTP/1.1" 200 5492 0.017995 [API:8081]10.0.0.240 - - [2026-06-01 04:13:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn1-13330535?flat HTTP/1.1" 200 9525 0.032948 [API:8081]10.0.0.240 - - [2026-06-01 04:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.047400 [API:8081]10.0.0.240 - - [2026-06-01 04:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14061 0.025217 [API:8081]10.0.0.240 - - [2026-06-01 04:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24726 0.028484 [API:8081]10.0.0.240 - - [2026-06-01 04:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14061 0.026045 [API:8081]10.0.0.240 - - [2026-06-01 04:13:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.010998 [API:8081]10.0.0.65 - - [2026-06-01 04:13:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064540 [API:8081]10.0.0.240 - - [2026-06-01 04:13:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.026762 [API:8081]10.0.0.240 - - [2026-06-01 04:13:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14800 0.028961 [API:8081]10.0.0.240 - - [2026-06-01 04:13:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24727 0.022460 [API:8081]10.0.0.240 - - [2026-06-01 04:13:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14800 0.070722 [API:8081]10.0.0.240 - - [2026-06-01 04:13:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.043282 [API:8081]10.0.0.240 - - [2026-06-01 04:13:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14800 0.026256 [API:8081]10.0.0.240 - - [2026-06-01 04:13:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.025649 [API:8081]10.0.0.240 - - [2026-06-01 04:13:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14800 0.027581 [API:8081]10.0.0.240 - - [2026-06-01 04:13:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.023540 [API:8081]10.0.0.240 - - [2026-06-01 04:13:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14801 0.023768 [API:8081]10.0.0.240 - - [2026-06-01 04:13:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.033521 [API:8081]10.0.0.240 - - [2026-06-01 04:13:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14801 0.025750 [API:8081]10.0.0.240 - - [2026-06-01 04:13:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.033603 [API:8081]10.0.0.240 - - [2026-06-01 04:13:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14801 0.029989 [API:8081]10.0.0.240 - - [2026-06-01 04:13:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.021399 [API:8081]10.0.0.240 - - [2026-06-01 04:13:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14801 0.022468 [API:8081]10.0.0.240 - - [2026-06-01 04:13:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.031229 [API:8081]10.0.0.240 - - [2026-06-01 04:13:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14801 0.022122 [API:8081]10.0.0.240 - - [2026-06-01 04:13:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24731 0.023468 [API:8081]10.0.0.240 - - [2026-06-01 04:13:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 14503 0.025738 [API:8081]10.0.0.240 - - [2026-06-01 04:13:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn1-13330535?flat HTTP/1.1" 200 7728 0.019495 [API:8081]10.0.0.240 - - [2026-06-01 04:13:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011005 [API:8081]10.0.0.240 - - [2026-06-01 04:13:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24734 0.020056 [API:8081]10.0.0.240 - - [2026-06-01 04:13:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14075 0.027268 [API:8081]10.0.0.240 - - [2026-06-01 04:13:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24734 0.027008 [API:8081]10.0.0.240 - - [2026-06-01 04:13:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14075 0.031608 [API:8081]10.0.0.240 - - [2026-06-01 04:13:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24734 0.023610 [API:8081]10.0.0.240 - - [2026-06-01 04:13:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13711 0.022687 [API:8081]10.0.0.240 - - [2026-06-01 04:13:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn1-13330535?flat HTTP/1.1" 200 6233 0.013767 [API:8081]10.0.0.240 - - [2026-06-01 04:13:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009568 [API:8081]10.0.0.240 - - [2026-06-01 04:14:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1808 0.010017 [API:8081]10.0.0.240 - - [2026-06-01 04:14:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2019 0.010241 [API:8081]10.0.0.65 - - [2026-06-01 04:14:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2549 0.065066 [API:8081]10.0.0.65 - - [2026-06-01 04:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.65 - - [2026-06-01 04:14:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2026-06-01 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-06-01 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2026-06-01 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.240 - - [2026-06-01 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.65 - - [2026-06-01 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.65 - - [2026-06-01 04:14:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-06-01 04:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.249 - - [2026-06-01 04:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.240 - - [2026-06-01 04:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.240 - - [2026-06-01 04:14:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000224 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.007246 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003308 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002758 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003213 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004841 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005698 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003596 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:16:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004646 [API:8081]10.0.0.65 - - [2026-06-01 04:16:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113091 [Introspect:8090]10.0.0.240 - - [2026-06-01 04:16:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.000941 [API:8081]10.0.0.240 - - [2026-06-01 04:16:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 13208 0.399816 [API:8081]10.0.0.240 - - [2026-06-01 04:16:57] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5860-1?flat HTTP/1.1" 200 6066 0.404125 [API:8081]10.0.0.240 - - [2026-06-01 04:16:58] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 6066 0.402767 [API:8081]10.0.0.240 - - [2026-06-01 04:16:58] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5860-3?flat HTTP/1.1" 200 3955 0.012853 [API:8081]10.0.0.240 - - [2026-06-01 04:16:58] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?flat HTTP/1.1" 200 6149 0.020991 [API:8081]10.0.0.240 - - [2026-06-01 04:16:58] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?flat HTTP/1.1" 200 6150 0.020202 [API:8081]10.0.0.240 - - [2026-06-01 04:16:58] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?flat HTTP/1.1" 200 7651 0.018850 [API:8081]10.0.0.240 - - [2026-06-01 04:16:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2230 0.013930 [API:8081]10.0.0.65 - - [2026-06-01 04:17:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.067187 [API:8081]10.0.0.249 - - [2026-06-01 04:17:28] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2026-06-01 04:17:28] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:5ca4c154-819c-48c4-a672-31f4964f8b14?flat HTTP/1.1" 200 5243 0.015445 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:5ca4c154-819c-48c4-a672-31f4964f8b14?flat HTTP/1.1" 200 5243 0.013642 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:5ca4c154-819c-48c4-a672-31f4964f8b14?flat HTTP/1.1" 200 5243 0.017126 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn1-36614104?flat HTTP/1.1" 200 7103 0.015368 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25315 0.023921 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13547 0.023309 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25315 0.023931 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13547 0.020957 [API:8081]10.0.0.240 - - [2026-06-01 04:17:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.014357 [API:8081]10.0.0.65 - - [2026-06-01 04:17:57] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.65 - - [2026-06-01 04:17:57] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.240 - - [2026-06-01 04:17:58] "GET /analytics HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.240 - - [2026-06-01 04:17:58] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.240 - - [2026-06-01 04:18:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:85b3f5e3-ee4c-4955-8b13-7180fb543459?flat HTTP/1.1" 200 5243 0.013632 [API:8081]10.0.0.240 - - [2026-06-01 04:18:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:85b3f5e3-ee4c-4955-8b13-7180fb543459?flat HTTP/1.1" 200 5243 0.015010 [API:8081]10.0.0.240 - - [2026-06-01 04:18:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-02222762:85b3f5e3-ee4c-4955-8b13-7180fb543459?flat HTTP/1.1" 200 5243 0.014948 [API:8081]10.0.0.240 - - [2026-06-01 04:18:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn2-10338171?flat HTTP/1.1" 200 6968 0.015469 [API:8081]10.0.0.240 - - [2026-06-01 04:18:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32292 0.025480 [API:8081]10.0.0.240 - - [2026-06-01 04:18:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32292 0.026170 [API:8081]10.0.0.240 - - [2026-06-01 04:18:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1366 0.010975 [API:8081]10.0.0.65 - - [2026-06-01 04:19:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080927 [API:8081]10.0.0.240 - - [2026-06-01 04:19:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32300 0.028050 [API:8081]10.0.0.240 - - [2026-06-01 04:19:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32300 0.024177 [API:8081]10.0.0.65 - - [2026-06-01 04:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.65 - - [2026-06-01 04:19:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.249 - - [2026-06-01 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2026-06-01 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.240 - - [2026-06-01 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.240 - - [2026-06-01 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.65 - - [2026-06-01 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.65 - - [2026-06-01 04:19:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.240 - - [2026-06-01 04:19:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32301 0.024128 [API:8081]10.0.0.240 - - [2026-06-01 04:19:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn2-10338171?flat HTTP/1.1" 200 7833 0.014365 [API:8081]10.0.0.240 - - [2026-06-01 04:19:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1209 0.009202 [API:8081]10.0.0.249 - - [2026-06-01 04:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2026-06-01 04:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.240 - - [2026-06-01 04:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.240 - - [2026-06-01 04:19:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.240 - - [2026-06-01 04:19:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25329 0.023502 [API:8081]10.0.0.240 - - [2026-06-01 04:19:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14039 0.022273 [API:8081]10.0.0.240 - - [2026-06-01 04:19:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25329 0.026891 [API:8081]10.0.0.240 - - [2026-06-01 04:19:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 14039 0.021268 [API:8081]10.0.0.240 - - [2026-06-01 04:19:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25330 0.042837 [API:8081]10.0.0.240 - - [2026-06-01 04:19:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13942 0.042288 [API:8081]10.0.0.240 - - [2026-06-01 04:19:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-02222762:ctest-vn1-36614104?flat HTTP/1.1" 200 7927 0.030281 [API:8081]10.0.0.240 - - [2026-06-01 04:19:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.016394 [API:8081]10.0.0.65 - - [2026-06-01 04:20:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.194105 [API:8081]10.0.0.240 - - [2026-06-01 04:20:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-63435134:ffc2d16b-864f-475f-ab2d-0a0341ddc09f?flat HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.240 - - [2026-06-01 04:20:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-63435134:ffc2d16b-864f-475f-ab2d-0a0341ddc09f?flat HTTP/1.1" 200 5227 0.065265 [API:8081]10.0.0.240 - - [2026-06-01 04:20:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-63435134:ffc2d16b-864f-475f-ab2d-0a0341ddc09f?flat HTTP/1.1" 200 5227 0.090556 [API:8081]10.0.0.240 - - [2026-06-01 04:20:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-63435134:ffc2d16b-864f-475f-ab2d-0a0341ddc09f?flat HTTP/1.1" 200 5227 0.071279 [API:8081]10.0.0.240 - - [2026-06-01 04:20:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-63435134:ctest-vn-66210843?flat HTTP/1.1" 200 3842 0.013568 [API:8081]10.0.0.240 - - [2026-06-01 04:20:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.110889 [API:8081]10.0.0.240 - - [2026-06-01 04:20:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.025344 [API:8081]10.0.0.240 - - [2026-06-01 04:20:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.011482 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-63435134:dd2925be-9cc7-407c-a4c0-99b98812a394?flat HTTP/1.1" 200 5240 0.015776 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-63435134:dd2925be-9cc7-407c-a4c0-99b98812a394?flat HTTP/1.1" 200 5240 0.014961 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-63435134:dd2925be-9cc7-407c-a4c0-99b98812a394?flat HTTP/1.1" 200 5240 0.021983 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-63435134:ctest-vn-79701915?flat HTTP/1.1" 200 4004 0.024598 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.041098 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13939 0.024004 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.026580 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13939 0.023178 [API:8081]10.0.0.240 - - [2026-06-01 04:20:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 1051 0.013786 [API:8081]10.0.0.240 - - [2026-06-01 04:21:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.025396 [API:8081]10.0.0.240 - - [2026-06-01 04:21:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13939 0.022677 [API:8081]10.0.0.240 - - [2026-06-01 04:21:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25336 0.021913 [API:8081]10.0.0.240 - - [2026-06-01 04:21:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13939 0.025422 [API:8081]10.0.0.240 - - [2026-06-01 04:21:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.030656 [API:8081]10.0.0.240 - - [2026-06-01 04:21:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5860-2?flat HTTP/1.1" 200 13674 0.033071 [API:8081]10.0.0.240 - - [2026-06-01 04:21:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-63435134:ctest-vn-79701915?flat HTTP/1.1" 200 6183 0.014690 [API:8081]10.0.0.240 - - [2026-06-01 04:21:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.011068 [API:8081]10.0.0.240 - - [2026-06-01 04:21:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32312 0.026209 [API:8081]10.0.0.240 - - [2026-06-01 04:21:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32312 0.024806 [API:8081]10.0.0.240 - - [2026-06-01 04:21:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32312 0.025708 [API:8081]10.0.0.240 - - [2026-06-01 04:21:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32322 0.025428 [API:8081]10.0.0.240 - - [2026-06-01 04:21:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32322 0.032455 [API:8081]10.0.0.240 - - [2026-06-01 04:21:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32322 0.023653 [API:8081]10.0.0.240 - - [2026-06-01 04:21:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5860-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32323 0.021330 [API:8081]10.0.0.240 - - [2026-06-01 04:21:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-63435134:ctest-vn-66210843?flat HTTP/1.1" 200 6185 0.016050 [API:8081]10.0.0.240 - - [2026-06-01 04:21:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010679 [API:8081]10.0.0.240 - - [2026-06-01 04:21:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.240 - - [2026-06-01 04:21:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2043 0.064728 [API:8081]10.0.0.240 - - [2026-06-01 04:21:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2043 0.056602 [API:8081]10.0.0.65 - - [2026-06-01 04:22:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067113 [API:8081]10.0.0.65 - - [2026-06-01 04:23:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.075470 [API:8081]10.0.0.65 - - [2026-06-01 04:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.65 - - [2026-06-01 04:24:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2026-06-01 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.240 - - [2026-06-01 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2026-06-01 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.240 - - [2026-06-01 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.65 - - [2026-06-01 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.65 - - [2026-06-01 04:24:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.249 - - [2026-06-01 04:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2026-06-01 04:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.240 - - [2026-06-01 04:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.240 - - [2026-06-01 04:24:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.65 - - [2026-06-01 04:25:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066220 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003937 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003220 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006955 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003741 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003611 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004059 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003282 [LOCAL API:8181]127.0.0.1 - - [2026-06-01 04:26:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5860-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003780 [API:8081]10.0.0.65 - - [2026-06-01 04:26:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.064320 [API:8081]10.0.0.249 - - [2026-06-01 04:27:28] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2026-06-01 04:27:28] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.240 - - [2026-06-01 04:27:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.240 - - [2026-06-01 04:27:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2258 0.056304 [API:8081]10.0.0.65 - - [2026-06-01 04:27:57] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.65 - - [2026-06-01 04:27:57] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.240 - - [2026-06-01 04:27:58] "GET /analytics HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.240 - - [2026-06-01 04:27:58] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.65 - - [2026-06-01 04:28:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066115 [API:8081]10.0.0.65 - - [2026-06-01 04:29:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.071415 [API:8081]10.0.0.65 - - [2026-06-01 04:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.65 - - [2026-06-01 04:29:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2026-06-01 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2026-06-01 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000227 [API:8081]10.0.0.240 - - [2026-06-01 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.240 - - [2026-06-01 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.65 - - [2026-06-01 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.65 - - [2026-06-01 04:29:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.249 - - [2026-06-01 04:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.249 - - [2026-06-01 04:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.240 - - [2026-06-01 04:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.240 - - [2026-06-01 04:29:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.65 - - [2026-06-01 04:31:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075620 [API:8081]10.0.0.65 - - [2026-06-01 04:32:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.076843 [Introspect:8090]10.0.0.240 - - [2026-06-01 04:32:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.000960